Versions Compared

Key

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

Description

This ActionHandler can add the given action handler to every activity and set it to be executed if certain events occur. The activity on which the handler itself is located is NOT considered.

...

Class

Code Block
com.dooris.bpm.actionhandler.AddActionHandlerToNodes

Parameter

Parameter

Default value

Description

Valid examples

actionName

Status
titlemandatory

Status
titleN/A

The displayed name of the action handler being added to the tasks.

Check Efforts

actionClass

Status
titlemandatory

Status
titleN/A

The action class of the action handler being added.

com.dooris.bpm.actionhandler.CheckMandatoryEfforts

eventType

task-end

Set to task-end by default. However, it may be set to any of the following parameters:

  • before-signal

  • after-signal

  • process-start

  • process-end

  • node-enter

  • node-leave

  • superstate-enter

  • superstate-leave

  • subprocess-created

  • subprocess-end

  • task-create

  • task-assign

  • task-start

  • task-end

  • timer

before-signal

mandatoryFields

empty

Parameter of the action handler being called.

type=TimeEffort

...