I'm running dependent subflows with `run_deploymen...
# ask-community
m
I'm running dependent subflows with
run_deployment
(run from a task). I notice that if one fails, then the downstream ones don't fail. How do I make subflow failures propagate to the parent flow? I'm using the
ConcurrentTaskRunner
. Some need to run concurrently with each other.