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

IdentifierDescription
Workflow IDIdentifies the workflow. Read by hovering the info icon on the workflow page.
Process IDIdentifies a single run of the workflow. Produced by running the workflow; carried into Audit by the Audit Screen link.

Audit results columns

ColumnDescription
Workflow IdThe workflow the run belongs to.
Process IdThe run being audited.
Node IdIdentifier of the node within the run.
Node NameName of the node.
StatusExecution outcome of the node.
Execution Start TimeWhen the node started.
Execution End TimeWhen the node ended.
Execution Time (S)Node execution duration, in seconds.
Reuse Process IdProcess ID reused for the node.
Row SizeRow count handled by the node.
Column SizeColumn count handled by the node.
Created DateWhen the row was created.
Updated DateWhen the row was last updated.
ActionsRow 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.