Message Intermediate Throw Event with Multiple instance

Greets, i am trying to integrate camunda/camunda-bpm-mail into my workflow with Message Intermediate Throw Event, the requirement is sending a notification email after each step complete, as well as the multiple instance: need to send mail for each instance once it complete.
All good but got stuck when adding the event with Mutiple Instance, here is my workflow definition:

It seems that i can’t trigger the event in the loop, any idea about this one? Thougt this is a normal requirement but got no anwser after went through the forum and stackoverflow.

Hi helliang,
using an embedded subprocess should work for you:

image

1 Like

Yes this is the solution, thank you! Just small changes base on this one becaus i need a conditional email sending.