Hi all,
I m using activiti 5.11.
I m in a situation that I have to use the same business key for multiple processes such that only one of the process is active at a time.
The scenario is that, I pass the order id that is generated in my application to activiti's business key. The order management completion takes place outside my application, hence not in activiti.
So the process is completed after sending the order to the third party application.
Suppose if the order is failed, a new process is initiated manually and goes through the same flow again, with the same order id.
Can anyone help me on this.