Dynflow / dynflow

DYNamic workFLOW orchestration engine
http://dynflow.github.io
MIT License
121 stars 44 forks source link

Call the on_planning_finished on cancel #438

Closed adamruzicka closed 1 year ago

adamruzicka commented 1 year ago

This will only happen if there were any sub-plans which were not planned yet when the cancel event was processed.

lhellebr commented 11 months ago

LGTM, as long as total_count and output aren't accessed concurrently.