Skip to main content

Module workflow_diff

Module workflow_diff 

Source
Expand description

Workflow diff: compare two workflow versions to identify changes.

Provides structural comparison of workflow definitions, identifying added, removed, and modified tasks and edges. Useful for version control, change auditing, and migration planning.

Structs§

ConfigChange
A change to workflow-level configuration.
DiffSummary
Summary statistics of a diff.
EdgeChange
A change to an edge (dependency).
FieldChange
A change to a specific field within a task.
TaskChange
A change to a specific task.
WorkflowDiff
Complete diff result between two workflow versions.

Enums§

ChangeType
Type of change detected between two workflow versions.

Functions§

diff_workflows
Compute the diff between two workflow versions.
format_diff
Generate a human-readable text summary of a diff.