Recently I was making a new workflow that I would want to run multiple instances of at the same time. When testing the workflow, the activation policy failed to start a second instance of the workflow because the first instance was still running.
Is it possible to run multiple instances of the same workflow at the same time? I have a work around if I can't, but this would help reduce development time if possible.
Here is a picture of what happens if I attempt to run multiple instances: 