I have a question about suspend/activate a process instance. In our use case, at some point, user may suspend a process definition and all its instances and resume it later. But besides suspending the process definition itself, we need to do extra work because our process also calls other services. For example, we need to tell called services to stop processing whatever our process instances requested.
Is there a way, like a SuspendListener/ResumeListener, to achieve this?