ecmwf / pyflow

A high level Python interface to ecFlow allowing the creation of ecFlow suites in a modular and "pythonic" way
https://pyflow-workflow-generator.readthedocs.io/en/latest/
Apache License 2.0
7 stars 7 forks source link

Exit hook at node level #27

Closed corentincarton closed 9 months ago

corentincarton commented 1 year ago

It would be nice to be able to call the exit_hook at the node level. Currently defined at the task level. What should we do in case of inheritance by the sub-node though? Replace the exit_hook or add the script to the existing hook?