Cancel a child process

Hi,

Anyone knows how can a child process be canceled or deleted in Camunda 8.2?

Thanks & regards,
Waseem Ahmad

Hey @waseem3113! Welcome to the Camunda Community! :partying_face:
You can add event based subprocesses to your child processes which are triggered by an interrupting message event. When you want to cancel a child process you send that message and the called process gets cancelled.

That’s what comes to my mind right now :thinking:
Hopefully that was helpful to you!

Best,
Thomas

Thanks @Hafflgav for the response, I will give it a try.

1 Like