The Workflow File
Example Workflows
The two sample workflows shown below are available for download and customization. In case you want to use notifications, be sure to replace the e-mail addresses.
- suggestion.workflow: example file for a suggestion workflow with e-mail notifications
- translation-request.workflow: example file for a translation request workflow with e-mail notifications
Elements of the Workflow XML
A workflow XML may contain the following elements:
Element | Description |
<workflow> | Root element |
<states> | Contains elements to map the states that can occur in a workflow. |
<transitions> | Contains elements to map the transitions. |
<requirements> | Contains elements for requirements within a transition. |
<actions> | Contains elements for actions that are performed for a transition. |
Tip
The individual child elements and attributes are described in detail in the respective topics.