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 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.