Workflow status
Here is a list of all possible workflow statuses, with a brief description of the underlying meaning:
Requested
- A workflow run has been requested and added to the backend queue, and is currently awaiting execution. This step will normally take a few seconds.Running
- Workflow is currently processingReady
- The workflow completed a run successfullyError
- The workflow failed. Check the workflow editor to see which block failed, and check the failed block’s Response tab for more info.SafeStop
- If a user requested the workflow run to stop using the Safe Stop optionImmediatelyStop
- If a user requested the workflow run to stop using the Immediate Stop optionStopped
- If processing was stopped by a user clicking on the Stop buttonAutoStopped
- If processing was stopped automatically
 Related articles
Â