Versions Compared

Key

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

...

StateDescription
RunningThe workflow engine has started executing the activity.
WaitingThe workflow engine ignores the activity until a specific event fires. Then it continues processing.
FinishedThe activity finished running. You can see the result value of the activity.
CanceledThe activity (or the workflow containing it) was canceled.
ErrorA JavaScript error occurred. Review the logs for details.

...