This is an old revision of the document!
This page is not fully translated, yet. Please help completing the translation.
(remove this paragraph once the translation is finished)
In essence, this handler is an expansion of the ProcessVariableSetter.
It sets a new variable and fills it with the values passed to it.
Additionally, a delimiter may be passed.
Is a delimiter is given and the variable being written already exists, the variable will be filled as follows:
previous content + Delimiter + new content
Additionally, the following name spaces may be used:
${CURRENT_USER_NAMEFIRST} ⇒ First name of the current user
${CURRENT_USER_NAMELAST} ⇒ Last name of the current user
${CURRENT_TIME} ⇒ Current time in the format: HH:mm (i.e.: 12:15)
${CURRENT_TASK} ⇒ Name of the current Aktivity
com.dooris.bpm.actionhandler.TrackProcessHandler
any
any
none
The value being written to a new variable or attached to an existing variable.
i.e.: ${CURRENT_TASK} completed by: ${CURRENT_USER_NAMEFIRST}, ${CURRENT_USER_NAMELAST} at ${CURRENT_TIME}.
Name of the new or existing variable.
If an existing variable should be added to.
i.e.: “-” , “:” , “,” , “[]” or …