This page is not fully translated, yet. Please help completing the translation.
(remove this paragraph once the translation is finished)
The action handler is built into all escalating activities. It stipulates that the escalation point and itself be called as methods if the escalation comes into effect (method handleEscalation). It is available in from TIM Version 4.3 on.
The corresponding timer is the performEscalationForNodesTimerWithLimit.
Attention! This handler allows only one escalation per activity. If more escalations are necessary, the MailReminderHandler can be used.
com.dooris.bpm.actionhandler.MailByProcessVariableHandler
This parameter dictates the subject of the e-mail being sent (see example).
This parameter sets the text of the e-mail being sent. Use „\n“ to enter a line break, and „${variablenName}“ to reference a variable. (see example)
This parameter defines the receiver of the escalation e-mail. For this, a variable name without a # or $ must be entered (see example) .
The variable may be a:
Attention! A combination of the possibilities listed above is not possible! Sending to multiple addresses, separated by “,” or “;” is possible.
May be used as an alternative to mailTo. Here, a variable is used as the receiver.
The fieldDuration defines the time span in which the mail should be sent. Possible values are:
can be combined i.e. 1y 11mon 3w 2d 1h 12m 5s
(see example)