Ben Muller
10/20/2022, 10:30 PMcreate_flow_run
if that subflow then triggers more "subsubflows" if one of them fail, will my master flow know about it ? is there a way to propagate any of these signales?Matt Conger
10/20/2022, 10:52 PMwait_for_flow_run
task in 1.0 (this section is about 1/4 of the way through the article) https://www.prefect.io/guide/blog/how-to-make-your-data-pipelines-more-dynamic-using-parameters-in-prefect/
I also included our documentation of this task along with some documentation on states which could be beneficial for your use case. https://docs-v1.prefect.io/api/latest/tasks/prefect.html#wait-for-flow-run
https://docs-v1.prefect.io/api/latest/engine/state.html#state-2Ben Muller
10/20/2022, 11:17 PMraise_final_state
set to True in all the flows and subflows so that the parent / master flow is aware of any failures?Matt Conger
10/20/2022, 11:31 PM