https://prefect.io logo
d

DJ Erraballi

11/06/2020, 5:56 PM
Also just some questions on “all_finished” behaviour, if a -> b -> c -> d and d is triggered on all “all_finished” if a fails and so b and c are skipped, will d still run (looking for a finally block).
j

Joe Schmid

11/06/2020, 6:56 PM
@DJ Erraballi Looks like all_finished should give you what you want: https://github.com/PrefectHQ/prefect/blob/master/tests/test_triggers.py#L157
d

DJ Erraballi

11/06/2020, 6:57 PM
👍
thx thx
👍 1