Siebel Business Process Designer Administration Guide > Reference Materials for Siebel Workflow > Using Expressions with Workflow Processes >

Using the Timestamp Argument


You can use the timestamp argument to get the current system time and to do time arithmetic based on the current time.

The arithmetic involving time information for workflow processes is different from that for workflow policy programs. The second operand to the 'Timestamp () ' function must be provided in a scale of minutes, that is, as a fraction of the whole day.

For example, if the intended result of an arithmetic operation is 30 minutes, then the argument should appear as follows:

Timestamp()+0.021

The operation is explained as follows:

  • 0.021 = 30/(24*60)
  • (24*60) represents a whole day in minutes
  • 30 represents the required minutes

Siebel Business Process Designer Administration Guide