Skip to main content

quick_simulate

Function quick_simulate 

Source
pub fn quick_simulate(dag: &WorkflowDag) -> Result<bool, DagError>
Expand description

Helper to create a simple simulation for a DAG.

Returns a result indicating whether the workflow would complete successfully.

ยงErrors

Returns DagError if the DAG contains a cycle.