You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The activity state tells the workflow engine what to do with the activity. The states listed below are common for all the types of activities implemented in SimpleOne.

Activities States

FieldDescription
ExecutingThe workflow engine knows to start the activity.
WaitingThe workflow engine ignores the activity until a specific event to restart the activity is fired.
FinishedThe activity finished running. You can see its result value for the activity outcome.
CanceledThe activity, or the workflow containing it, was canceled.
ErrorA JavaScript error occurred, review the logs for details.
  • No labels