This page is not fully translated, yet. Please help completing the translation.
(remove this paragraph once the translation is finished)
This is a simple handler used to set the process variables.
com.dooris.bpm.actionhandler.ProcessVariableSetter
Name of the parameter being set, i.e. boolaccepted
The value that the variable should assume. Can also be a place holder: ${year}_${persnr}
If the replaceTokensInValue is set to be false, then the content of the given variable will not be resolved at the time of creation!
Default is set to true.
== > From TIM-Version 3.4.5 on, the name and value may also contain process variables.
A list of the pre-defined variables found in TIM can be found here. ==
With ${NOW}, the current date can be written to a variable. If only ${NOW} is called, the format DD.MM.YYYY is returned. In addition everything supported by Simple Date Format can be passed. For example: ${NOW,dd.MM.yyyy HH:mm:ss}
The result of this example is: 02.10.2013 13:10:09