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§
- Config
Change - A change to workflow-level configuration.
- Diff
Summary - Summary statistics of a diff.
- Edge
Change - A change to an edge (dependency).
- Field
Change - A change to a specific field within a task.
- Task
Change - A change to a specific task.
- Workflow
Diff - Complete diff result between two workflow versions.
Enums§
- Change
Type - 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.