Overview
Workflow Audit is the Library tab that reports node-level execution detail for a workflow run. A run is identified by two values: the Workflow ID, which identifies the workflow, and the Process ID, which identifies one execution of it.
Audit is reached from the Run flow, where opening the Audit Screen link carries the run’s Process ID into the tab. The tab is distinct from the Scheduler’s Audit, which reports scheduled-job runs rather than node-level workflow execution.
Note: A Workflow in the UI corresponds to a Weave pipeline in product documentation. This reference uses “Workflow.”
When to use it
- Confirming whether a specific workflow run completed.
- Tracing a run node by node to locate a failure.
- Reviewing per-node execution timing and row/column sizes for a run.
Identifiers
| Identifier | Description |
| Workflow ID | Identifies the workflow. Read by hovering the info icon on the workflow page. |
| Process ID | Identifies a single run of the workflow. Produced by running the workflow; carried into Audit by the Audit Screen link. |
Audit results columns
| Column | Description |
| Workflow Id | The workflow the run belongs to. |
| Process Id | The run being audited. |
| Node Id | Identifier of the node within the run. |
| Node Name | Name of the node. |
| Status | Execution outcome of the node. |
| Execution Start Time | When the node started. |
| Execution End Time | When the node ended. |
| Execution Time (S) | Node execution duration, in seconds. |
| Reuse Process Id | Process ID reused for the node. |
| Row Size | Row count handled by the node. |
| Column Size | Column count handled by the node. |
| Created Date | When the row was created. |
| Updated Date | When the row was last updated. |
| Actions | Row controls in the Audit results. |
Key behaviors
Process ID is the entry path. Opening Audit through the Audit Screen link pre-fills the Process ID, and a search returns that run.
Results are node-level. Each row is a node within the run rather than the run as a whole, so a single run produces multiple rows.