pub fn evaluate_workflow_compatibility(
before: &WorkflowDefinition,
after: &WorkflowDefinition,
) -> WorkflowCompatibilityResultExpand description
Compares two versions of one engine-neutral Workflow Definition.
The evaluator is deliberately conservative: changes to execution policy or
the ordered step graph never become safe merely because both declarations
deserialize. Reusing one version for different content is always blocked.