Human Action Definitions
Human actions represent workflow steps that the user must complete. Unlike automatic actions, human actions typically do not contain any business logic. The transition into the next workflow step is controlled by the user, and is based on the transition selection chosen by the user.
To create a human action using the desc.xml file, use this template:
<human_action name="action name" instructions="user instructions" />
When you add a human action, specify:
| Property | Description |
|---|---|
| name | The name of the human action |
| instructions | Instructions presented to the user |
You can define multiple human actions by adding multiple entries to the desc.xml file. Note that all entries must be added within the <components> tags of the desc.xml file.