How can I use a workflow to terminate all running workflows on an entry.
Let's say I have an active employee folder and the employee gets terminated. I want to stop all running workflows on any entries within their employee folder.
I guess I'm wondering if I need to put a wait condition on each of my HR processes if the folder status changes terminate.
I want to use the best practice since I might have to update multiple workflows if the above is the case.