Opening the execution detail
To view execution details:
Execution detail panel
The detail panel displays the following information:
Summary
| Field | Description |
|---|---|
| Execution ID | Unique identifier for the execution. |
| Workflow ID | Unique identifier of the workflow that was executed. |
| Started At | Timestamp when the execution was triggered. |
| Completed At | Timestamp when the execution finished (if applicable). |
| Duration | Total time elapsed from start to completion. |
Node execution log
The panel shows a step-by-step log of each node that was executed during the workflow run. For each node, you can see:- Node name — the name of the node as defined in the workflow canvas.
- Node type — whether it is a Trigger, Executor Call, or Conditional.
- Status — whether the node executed successfully or failed.
- Input data — the data received by the node.
- Output data — the data produced by the node.
- Error details — if the node failed, the error message and relevant context.

