Prevent next flow in daisy chain from running after error

Is there a way to prevent a daisy chain from continuing when a flow step errors out?
Right now, even if one flow step fails, the next flow in the daisy chain still runs.

I couldn’t find any information about handling this in the docs:
https://docs.celigo.com/hc/en-us/articles/5926335821211-Daisy-chain-flows

I think it won't daisy chain if the job hits a fatal error, which you would see as a "Failed" status, but it would still daisy chain if only a single record failed.

What's your use case here? It could be tricky to put a setting for this because would it be "if any error at all," "if 5% of records failed," or some other threshold, which is what I typically see in batch operation type flows.