Skip to main content
Executions represent individual runs of your workflows. The Executions page provides a complete history of all workflow executions, allowing you to monitor progress, investigate failures, and review results. In this section, you’ll learn how to manage executions via the Lerian Console.

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.
You can filter executions by workflow name or status using the filter fields above the table.

Execution statuses


Each execution progresses through a lifecycle indicated by its status:
StatusDescription
PendingThe execution has been triggered and is waiting to start processing.
RunningThe execution is currently in progress.
CompletedThe execution finished successfully.
FailedThe execution encountered an error and did not complete successfully.

View execution details