I have an IPC event that spawns many child workflows to a list of people using the destination slot data. If the spawned tasks are not completed in 3 days, I use an escalation rule to GoTo an activity (within child workflow) that ends the child and routes the Workflow back to the Parent.
I need the parent to wait till all child workflows are completed or the escalation rule kicks in and they all come back.
I've read many things on using All Slots Results = complete, declined, etc, but I'm faced with a wizard for the succeeding rules and I can't figure out what to put in it.
Questions:
1. The child workflows that are escalated to close them - what is the slot status?
2. How do I configure the wizard below in the succeeding rule to wait for all to be done?
The second screen shot below is what I have set up now and it ends the workflow because I assume it doesn't meet the criteria.