Hello,
I have a case where my workflow is complex and have a lot of actions, so I decided to divide it to separated workflows, but I read that I can't start workflow on the same item while another workflow is running on it, and that's logically right, I'm not sure how to do this, I tried this:
But this does not work, I need to stop the current workflow and starts another instance with another workflow, if I reversed the actions and stops the workflow before start the other workflow, it will never reach to start the new workflow instance. Any help please.
Thanks