Also just some questions on “all_finished” behavio...
# prefect-community
d
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
@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
👍
thx thx
👍 1