Skip to main content

evaluate_workflow_compatibility

Function evaluate_workflow_compatibility 

Source
pub fn evaluate_workflow_compatibility(
    before: &WorkflowDefinition,
    after: &WorkflowDefinition,
) -> WorkflowCompatibilityResult
Expand 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.