Workflow Actions

A workflow action enables association of a processing execution with triggering of a workflow transition (processing execution can be postponed until dispatch or a later scheduled date).
You can create a workflow action:
• on a workflow transition
• on a workflow status
Configuring a workflow action on a workflow status
It can be useful to specify a workflow action on a workflow status:
• to trigger a scheduled transition
Example: an action is triggered 10 days after the arrival of a workflow transition in the status
• to factorize and avoid avoid specifying the same action on various workflow transitions

When a transition is triggered, it is the action specified on the target (and not source) status that is implemented.
Creating a workflow action
Execution of a workflow action is by implementation of a macro. The macros proposed as standard enable execution of different types of action.
To create a workflow action:
2. In the workflow definition diagram, click the Workflow Action button in the diagram insert toolbar, then click in the diagram.
The action creation wizard opens.
3. Create an implementation macro or select a macro corresponding to the required action:
• "Automatic triggering of a transition": when the transition is triggered, you can automatically trigger another transition
• "Automatic triggering of a transition with interaction"
• "Send mail"
• "Send mail with interaction workflow"
• "Send notification"
• "Send notification with interaction workflow"
• "Update attribute for subject"
4. Select the execution type:
• Immediate
• Scheduled
• At dispatch
Depending on the implementation macro selected and the execution type, different dialog boxes appear.
5. Click Finish.
6. In the diagram, connect the action you have just created to the workflow transition (or status) required.