is there a way to always trigger a downstream task...
# prefect-server
l
is there a way to always trigger a downstream task after its upstream task has completed (regardless of its state)?
a
Yes, for sure! You can use the
all_finished
trigger to configure that.
l
woohoo, thanks for the quick response! figured there’s a way to do it but wasn’t sure what keywords to search in the docs. thanks again!!
👍 1