Skip to main content
A workflow is a directed graph of nodes and edges. It defines what happens, in what order, with what data, and who or what is responsible at each step.

Node types

The audit trail

Every node execution is logged in workflow_run_events with the actor type (human or agent), the actor identifier, the node ID, and the full input and output context. This is what lets you answer “what happened and why” weeks after a process ran.