How to determine Wait Time for a WAIT Activity in a Workflow Process
I have a Workflow process with a Wait Activity. The settings of this activity is as follows :
Node :
Start/End=Normal
Timeout Type = No Timeout
Performer Type=Constant, Value=None
Node Attributes:
Absolute Date Type=Constant Value=null
Day Of Month Type=Constant Value=None
Day Of Week Type=Constant Value=None
Wait Mode Type=Constant Value=Absolute Date
Relative Time Type=Constant Value=null
Time Of Day Type=Constant Value=null
I would like to know how long is the process is supposed to Wait before it progresses to the next activity.( From the setting of the node attribute Wait Mode Type=Constant Value=Absolute Date I would guess the workflow will progress after a particular date. But the Attribute Absolute Date does not have a value). So I would like to know what is the event that pushes the Workflow forward.