webMethods Process Engine 10.5 | Process Engine Services | Summary of Elements in the WmPRT\pub Folder | pub.prt.timer.process:create
 
pub.prt.timer.process:create
WmPRT. This service creates a process timer for the specified process instance.
Input Parameters
The following table lists the input parameters.
ProcessInstanceID
String Process instance ID of the process for which you are creating the timer.
BaseDate
String The basis for the process timer. The following values apply:
*InstanceStart — Sets the timer relative to the start time of the process instance.
*CurrentTime — Sets the timer relative to the current time.
*ExistingTimeout — Sets the timer relative to the expiration time of the current timer that exists for the process instance.
Days
String The number of days to be applied to the timer expressed as a whole number.
Hours
String The number of hours to be applied to the timer expressed as a whole number.
Minutes
String The number of minutes to be applied to the timer expressed as a whole number.
Seconds
String The number of seconds to be applied to the timer expressed as a whole number.
Milliseconds
String The number of milliseconds to be applied to the timer expressed as a whole number.
Output Parameters
None.
Usage Notes
The timer is expressed in terms of days, hours, minutes, seconds, and milliseconds. A blank value is assumed to be 0 (zero). If a BaseDate of ExistingTimeout is specified and there is no existing timer for the process, the current time will be used as the basis for the timer (same as BaseDate of CurrentTime).

Copyright © 2007-2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.