The activity state tells the workflow engine what to do with the activity. The states listed below are standard for all the types of activities implemented in SimpleOne.
Navigate to Workflow → Workflow Executing Activity to see the states of activities in published workflows.
Activities States
State | Description |
---|---|
Running | The workflow engine has started executing the activity. |
Waiting | The workflow engine ignores the activity until a specific event fires. Then it continues processing. |
Finished | The activity finished running. You can see the result value of the activity. |
Canceled | The activity (or the workflow containing it) was canceled. |
Error | A JavaScript error occurred. Review the logs for details. |