====== signalProcessInstanceByNodeNameAndTime ====== ==== Description ==== This timer looks for all running instances of a processdefinition (=first parameter) and in it for all activities, that correspond to an identifier (=second parameter). The timer forwards the affected activity, if: * The second parameter (date or duration) is null * The duration or the date from the second parameter (date or duration) is exceeded. ---- ==== Timer Name ==== beliebig ==== Webservice Name ==== ProcessInstanceManager ==== Webservice Method ==== signalProcessInstanceByNodeNameAndTime ---- ---- ==== Parameter ==== == Processdefinition == prcoessdefinition (name of the processdefinition that is to be signalled) (see [[#example|example]]) == Identifier == identifier (name of the activitiy) (see [[#example|example]]) == Date or Duration == Date or duration (date, duration or from processvariable) (see [[#example|example]]). Possible options are: * 1y,1m,1d,1h * dd.mm.yyyy * ${variableName} == Limit == Limit (Number of activities that are processed in one run of the timer) (see [[#example|example]]) ---- ==== example ==== {{ :en:software:tim:timer:signalprocessinstancebynodenameandtim_eng.png?600 |}} ---- ==== Dependencies ==== \\ __TIM Version__ : [[:software:tim:changelog:tim57|TIM 5.7]] [TNR-3454]