Accessing the Executions page
To open the Executions page, click Executions from the left-side menu on the Flowker page. The page displays all executions for the organization in a data table, with the following columns:
- Workflow — unique identifier of the workflow that was executed.
- Execution ID — unique identifier of the execution.
- Status — the current state of the execution.
- Started At — the date and time the execution was triggered.
- Duration — how long the execution took to complete.
- Actions — action menu to view execution details.
Execution statuses
Each execution progresses through a lifecycle indicated by its status:
| Status | Description |
|---|---|
| Pending | The execution has been triggered and is waiting to start processing. |
| Running | The execution is currently in progress. |
| Completed | The execution finished successfully. |
| Failed | The execution encountered an error and did not complete successfully. |

