Hi @Anagha_K_J, welcome to the forums! Can you provide some more details? Perhaps upload your BPMN XML, or share how you’ve configured the message events?
EventsNew.bpmn (6.6 KB)
this is my bpm file, can you please help me how to solve it
Hi @Anagha_K_J - when you encounter issues with your process, are there multiple process instances running at the same time? Because the correlation key is hardcoded to the string “employeeId”, I think that will cause confusion if there are multiple process instances. The better solution would be use a variable named employeeId
that contains a unique value to each process.
@nathan.loding Thank you this solved my issue
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.