Skip to main content

diff_workflows

Function diff_workflows 

Source
pub fn diff_workflows(
    before: &WorkflowDefinition,
    after: &WorkflowDefinition,
) -> Result<WorkflowDiff, WorkflowCompileError>
Expand description

Compare two validated workflow definitions without exposing their values.