Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 5

The activity state tells the workflow engine what to do with the activity. The states listed below are common 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

Field
StateDescription
Executing
RunningThe workflow engine
knows to start
has started executing the activity.
WaitingThe workflow engine ignores the activity until a specific event
to restart the activity is fired
fires. Then it continues processing.
FinishedThe activity finished running. You can see
its
the result value
for
of the activity
outcome
.
CanceledThe activity
,
(or the workflow containing it
,
) was canceled.
ErrorA JavaScript error occurred
, review
. Review the logs for details.