How to subscription signal end event

Hi,how to subscription signal end event

Can you explain more about how you’re trying to use the signal event?
Are you throwing and catching the symbols?

1 Like

Hi,Niall
I have a work order business process where, after a handler submits a work order, it goes through a decision-making process to determine if it requires review. If no review is needed, it ends there. If a review is required, it proceeds to an auditing task. I want to subscribe to the completion event using Java to update the status of the work order.

I forgot to mention, I am using camunda8 Self-Managed

oh, I found the message end event, I might be able to subscribe to it using @JobWorker

I would suggest you do that :slight_smile: