pub fn diff_workflows(old: &Workflow, new: &Workflow) -> WorkflowDiffExpand 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.
pub fn diff_workflows(old: &Workflow, new: &Workflow) -> WorkflowDiffCompute the diff between two workflow versions.
Tasks are matched by name (not by ID), since IDs are typically regenerated when importing/exporting workflows.