Service task executed twice in parallel process

Finally i found the problem.
We are using one json variable where we keep all process data.
Now when service tasks were executed parallely then the last service task overwrote previous parallel service task data and Camunda process engine executed the previous parallel service task again because it was like never-ever executed.

How to merge: Data loose in parallel process

1 Like