AddActionHandlerToNodes
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
com.dooris.bpm.actionhandler.AddActionHandlerToNodes
Parameter
Parameter | Default value | Description | Valid examples |
---|---|---|---|
| N/A | The displayed name of the action handler being added to the tasks. |
|
| N/A | The action class of the action handler being added. |
|
|
| Set to task-end by default. However, it may be set to any of the following parameters:
|
|
| | Parameter of the action handler being called. |
|
Example:
In this example, we have a part of the 'Purchasing' work flow. AddActionHandlerToNodes is set under the Technical Issues node.
Every activity in this process flow will have the ProcessVariableSetter with the following configuration:
Parameter | Example Value |
---|---|
| Save the current activity name |
| com.dooris.bpm.actionhandler.ProcessVariableSetter |
|
|
| name=current_activity;value=${SYS.NODE_NAME} |
The parameter current_activity
value will be updated as ${SYS.NODE_NAME} in each activity node.
© TIM Solutions GmbH | AGB | Datenschutz | Impressum