Why Message Boundary Events not complete?

broker version: 0.25.1

image

Can you show the entire process?

Are you sure that you correlated a message there?

If your main token flows from the subprocess end event to the final end event, then all processing on that process halts. Your boundary interrupting event will not happen, because the subprocess has been exited (so it can’t be interrupted), and the process has ended.

@jwulf Thanks for your response.

Hey @lzgabel

It looks like you have canceled the instance? Is this correct?

Greets
Chris

Hi @Zelldon

In the whole system,I’m just publishing message without canceling the job.

thanks.