Skip to main content

Execution Detail

The execution detail page shows what happened at every step of a single workflow run.

Overview panel

The panel at the top shows:

FieldDescription
Execution IDFirst 8 characters of the execution UUID, plus the attempt number
WorkflowThe workflow name
DurationTotal time from start to finish
TriggerThe trigger node that started the execution
Started AtWhen the execution began

Node log table

Below the overview, each row represents one node that ran:

ColumnDescription
StatusNode-level execution status
NodeThe node name as configured in the workflow
Started AtWhen this node began executing
DurationTime taken by this node

Node statuses

StatusMeaning
SuccessNode completed without error
FailedNode encountered an error
RunningNode is currently executing
Timed OutNode exceeded its timeout
WaitingNode is suspended (e.g. Wait node)
Pending ApprovalApproval Gate is waiting for a response

Expanding a node row

Click the + icon on any row to expand the node's details:

On failure:

  • Error message (highlighted in red)
  • Full stack trace (in grey)

Input Data: A table of all input values passed to the node. This shows the resolved values — expressions have already been evaluated.

Variables: A snapshot of all workflow variables at the point this node executed.

The workflow name in the overview panel links directly to the workflow editor, opening the version that ran (read-only).