This content has been marked as final.
Show 4 replies
-
1. Re: JBPM Multi-Instance loop Characteristics with “Sequential instead of Parallel Execution” not working
rodrigo.rodriguez Nov 29, 2017 6:53 AM (in response to nishantkparmar)Hello!
I have the same problem. Everything worked before I started using more than just 1 thread. Now I use 4, and many instances of the multi-instance process start at the same time. Not sequential at all.
Weird solution: use gateways to create the loop
-
2. Re: JBPM Multi-Instance loop Characteristics with “Sequential instead of Parallel Execution” not working
rodrigo.rodriguez Nov 29, 2017 8:31 AM (in response to rodrigo.rodriguez)I was wrong! This happens since I have started using Executor
-
3. Re: JBPM Multi-Instance loop Characteristics with “Sequential instead of Parallel Execution” not working
nanson Mar 17, 2019 1:55 PM (in response to rodrigo.rodriguez)So, how to solve this problem? Or don't use jbpm-executor is only solution?