WorkflowsAdmin (Console)
Monitor workflow runs
How to read ZenAdmin's workflow run history — statuses, retrying failures, forcing stuck runs, and tracing one execution node by node.
A workflow's detail page opens on Workflow Triggers — its run history.
The numbers and the list
Stat tiles count total triggers and how many were Successful, In-Progress, Failed or Cancelled. Below, the history table lists each run — who it triggered for, when it started and completed, and its status — searchable, filterable and exportable.
Acting on a run
From a run's row:
- View execution — opens the flow diagram for that one run, with each node's status (including skipped branches) and a read-only view of every step's configuration. This is your debugger: walk the path the run actually took.
- Retry — re-run a failed or cancelled run.
- Force Execute — push an in-progress run that's stuck waiting at its trigger.
- Cancel Trigger — stop a run.
Each action confirms before doing anything.
The audit trail
The Audit History tab records the workflow's own life — created, edited, nodes added or removed, activated, deactivated, triggered — so "who changed the offboarding flow" always has an answer.
Last updated on