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.
Activities States
Field | Description |
---|---|
Executing | The workflow engine knows to start the activity. |
Waiting | The workflow engine ignores the activity until a specific event to restart the activity is fired. |
Finished | The activity finished running. You can see its result value for the activity outcome. |
Canceled | The activity, or the workflow containing it, was canceled. |
Error | A JavaScript error occurred, review the logs for details. |