kreuzwerker / DKT.flows-engine

Apache License 2.0
0 stars 0 forks source link

Tasks should not stop a flowRun execution if a previous step fails #83

Closed johipsum closed 6 years ago

johipsum commented 6 years ago

The taskInitializer should check the run state! If there's an error then the task shouldn't be created and the stateMachine shouldn't stopped.

johipsum commented 6 years ago

fixed by b618cab