Opening the execution detail
To view execution details:
1
On the Executions page, find the execution you want to inspect.
2
Click the execution row or select View Details from the action menu ().
3
An Execution Detail side panel will open with the full execution information.
Execution detail panel
The detail panel displays the following information:
Summary
Step results are available only after an execution reaches Completed or Failed. Pending and running executions do not have results yet.
Execution step results
For a completed or failed execution, Flowker records results for the executed workflow steps. Trigger nodes start traversal and do not create a step result. Executor calls, conditionals, and actions do. Each step result includes:- Step name — the name recorded for the executed step.
- Node ID — the identifier of the node that produced the step.
- Status — whether the step completed successfully or failed.
- Output data — the data produced by the step.
- Error details — if the step failed, the error message and relevant context.

