Runs#
A Run is a concrete execution of a specific Flow.
Statuses#
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. |
Protocol#
Warnings & Errors#
During a Run, the execution of a particular node may result in warnings and/or errors.
Task Name#
Every Run might have a state that it's progressed to, denoted by the column Task Name.

Queued#
The following message is to be shown while a Run is in status QUEUED.
