Is it possible run Multiple instances of the same workflow?
I'm trying to call a workflow from a workflow in a loop.
For the first item in the loop the WF gets called fine, for the next item in the loop I get an error that an instance is already running.
Is there a way to avoid this error.