Sends instances to a particular activity if a period is exhausted or a date has been reached. This timer checks whether the date in a process variable has exceeded the current date. If so, the wait-state is signaled and the process will continue along the corresponding path.
any name
ProcessInstanceManager
signalAllWaitStateByTimeFromVariableWithLimit
The name of the process definition must be entered for the timer to check the variable.(see Example)
Here, the process variable name is entered in date format. (see Example)
The wait-state should not have a description.
Valid date formats are:
a fixed date in the format dd-mm-yyyy, dd.mm.yyyy or a period from the start of the node with the parameters y,m(month),i.e. separated with ';'
Example: 1y;2m;3d;4h or 1y or 3d;4h
The name of wait-states that are to be signaled must be specified. (see Example)
Number of instances which are signaled in one pass of the timer.
TIM Version : v3.4.4