cancel
Showing results for 
Search instead for 
Did you mean: 

Engine calls listener twice

dharmesh
Champ in-the-making
Champ in-the-making
My boundarymessage1's end Event Execution listener for subprocess gets executed twice if my subprocess has some timer event in it.

Please check attached both workflow files.
One works fine with out timer event in subprocess. Second one does not work appropriately and fires execution listener two times with two different execution even if i signal with specific execution id.


runtimeService.messageEventReceived("messageR", msgExec.getId(), null);


Can this be a activiti bug or am I following wrong practice?

Thanks,
Dharmesh
2 REPLIES 2

dharmesh
Champ in-the-making
Champ in-the-making
Can someone please review this?

jbarrez
Star Contributor
Star Contributor
Hmmm smells like a bug.

Could you create a small unit tests with these processes in that demonstrates this probelem. This way we can easily verify and fix