Timer jobs

Hi All,

Can I change the timer name dynamically !

Actually I have parallel multi instance sub process in which i have a timer start event.

I am trying to differentiate the timers by name.

Hello @Buddhi_Sagar_Tiwari ,

a subprocess must not have a timer start event.

What is the desired behaviour?

Jonathan

I just changed the timer to intermediate catch event.

Actually, I want to update the timer value of each subprocess individually. And i am not able to indentify the timer .

Hello @Buddhi_Sagar_Tiwari ,

when you say update, do you mean that you start with one timer definition and then apply another one while waiting? This would not be in scope of the timer event.

What you can do is instead of defining a static ISO8601 expression, use a juel expression to refer to a process variable that is a string which is in ISO8601 format.

For a multi-instance subprocess, you could for example use another timer by defining a variable with the timer definition in each scope of the multi-instance.

I hope this helps

Jonathan