Skip to main content
You can inspect the status of any workflow execution. After an execution completes or fails, you can also review its step results, outputs, and errors.

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

The current state of the execution will appear as a tag at the top of the page.
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.
Use the execution step results to trace through the workflow. When an execution fails, they help you identify which step encountered the error and its output.