Skip to main content

diff_workflows

Function diff_workflows 

Source
pub fn diff_workflows(old: &Workflow, new: &Workflow) -> WorkflowDiff
Expand description

Compute the diff between two workflow versions.

Tasks are matched by name (not by ID), since IDs are typically regenerated when importing/exporting workflows.