Declaring workflow states
👉 Choose Domain model > Workflows
in the main menu.
Creating a Workflow​
Press the New
button to create a workflow. Provide a Name and click Save
.
Workflow states​
Workflows can only be in one state at the same time. Workflows can transition to another state using a workflow action.
Workflow state definition is very similar to enumeration value definition. A workflow will also result in a specific enumeration that carries al the different states.
See als: Enumerations