A Run is a concrete execution of a specific Flow.
At any point, a Run can have one of the following statuses:
Status | Description |
---|---|
Queued | The Flow was started but its execution (Run) has not yet begun. The Run will automatically begin once there are free resources in the system. |
In Progress | The Run is currently in progress. |
Completed | The Run has reached the end node and is therefore completed. |
Stopped | The Run was manually stopped by a user. |
Stuck | There was an unrecoverable error and the Run stopped automatically. |
During a Run, the execution of a particular node may result in warnings and/or errors.