Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

The ActionHandler GenerateEscalationTimeHandler is used to set the escalation time of activity after the expiration of the previously defined wait time. At the escalation time, the value of the escalationVariable process variable is selected. This value is used as the name for a new process variable, and its value is set to escalation.

Info

This can be used in combination with the VariableDecisionHandler and determine a process route.

The corresponding timer is the PerformEscalationForNodesTimerWithLimit.

NodeEscalationHandler

Info

The GenerateEscalationTimeHandler uses the NodeEscalationHandler, which sets the escalation variable and sends the process further.


Class

Code Block
com.dooris.bpm.actionhandler.GenerateEscalationTimeHandler

Parameter

Info

None

Info

A process variable with the name escalationVariable must exist.

Dependencies

Timer: PerformEscalationForNodesTimerWithLimit