======== signalAllWaitStateByTimeFromVariableWithLimit ========
==== Description ====
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 [[en:glossar#Process_variable|process variable]] has exceeded the current date. If so, the wait-state is signaled and the process will continue along the corresponding path.
==== Timer Name ====
any name \\
==== Webservice Name ====
ProcessInstanceManager
==== Webservice Method ====
signalAllWaitStateByTimeFromVariableWithLimit
==== Parameter ====
== Process definition ==
The name of the process definition must be entered for the timer to check the variable.(see [[#Example]])
\\ == Process variable ==
Here, the [[en:glossar#Process_variable|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
\\ == Node name ==
The name of wait-states that are to be signaled must be specified. (see [[#Example]])
== Limit ==
Number of instances which are signaled in one pass of the timer.
----
==== Example ====
{{ en:software:tim:timer:signalallwaitstatebytimefromvariable.png?direct&700 }}
----
==== Dependencies ====
\\ __TIM Version__ : [[en:software:tim:changelog:tim344|v3.4.4]]