Two Variables for Timers

Hi, I’m trying to create a boundary timer for a subprocess in the modeler app to use two variables (timeDate and timeDuration) for the timer. These two variables may both be present or null with the duration being defaulted to PT1S.

Is there a way to use the timer and accompany it with two variables to alternate if one is not present without facing the this error?

"Internal server error","exception":"Due date could not be determined for timer job null"

Hey @dmtran02,

If you need to use multiple variables then you should provide an expression that will be able to handle that and provide the value from the right variable.

Cheers,
Filip