When does a workflow execute when a workflow rule is met from an event occurring in another workflow?
Here is my use-case...
I have a workflow that is executing when a folder is created within another folder (the Entry Created condition). One such time this condition is met is from another workflow process.
Will the Entry Created condition wait for the other workflow to finish before it executes or does it execute as soon as the workflow creates the folder?
If it fires immediately, what is the recommended approach to ensure the second workflow waits for the first workflow to finish before it starts executing?