Workflow graph
The graph view visualizes a run's task dependencies and live status, with a fullscreen mode for larger workflows.
AgentDock Pro
The workflow graph is part of AIgency, available only in AgentDock Pro.
A run's tasks form a dependency graph — some tasks can't start until others finish. The graph view renders that structure directly, rather than leaving you to infer it from a flat task list.
What it shows
- Every task as a node, colored or marked by its current status (
pending,running,waiting_*,completed,failed, and the rest — see Execution). - Dependency edges between tasks, so you can see at a glance what's blocking what.
- A graph-only fullscreen mode, useful once a run has enough tasks that the graph doesn't comfortably fit alongside the rest of the run view.
Reading a stuck run
The graph view is usually the fastest way to answer "why isn't this task running yet" — follow its incoming edges to see which prerequisite tasks haven't completed, rather than searching the task list for each dependency by name.