How to add boundary catch signal event to the timer

How to add boundary catch signal event to the timer.

My Use case is:
when I send a pause signal, I want all the timers to pause for the duration.
And it should start again when i send one more signal named Resume.

But i am not able to add signal event to timer.
Any help on this would be great.

thank you

Hey @teja_polisetty ,

You can’t attach events to events. So this said it depends where you catch the signal and where your timers are in your process. Could you share your model? That way we can find a solution to model your use case. Another way without changing the model to much would be to use the Java API to suspend a process instance.

Cheers
Nele