I commonly use a parent workflow to get a list of active projects then run a child workflow to perform an action for each project. At present, when an error causes a child-run to fail, the parent fails as well and all runs stop.
I'd like a mechanism that allows the next child flow to continue to run even if its predecessor fails.