Multi instance sub process with event sub process

Hi all,

I have diagram like this:

I have end listener in multi instance sub process, but it never triggered. Did I miss something?

Thank you.

Are you sure the sub-process was triggered? Use a start listener on your first activity and log something to confirm that the sub-process actually was invoked and started.

I put optional logging statements in listeners throughout my processes so that I have a “mechanical” indication of how var a process has gone.