Hi
I have a parent process which is deciding startDateTime and delayMinutes and then passing this parameter to start process smart node which is delaying the subprocess with this set up:
pv!startDateTime + intervalds(0,pv!delayMinutes,0) . However, this should delay the process by calculated time. But it is not delaying it at all.
I want to ask,
How to implement Dynamic delay in timer?
Does intervalds does not work with process variables as parameters?
Discussion posts and replies are publicly visible
That should work. Can you share more details on your specific configuration?
Stefan Helzle please check
Are you running the process in debug mode. if so delay timer won't come into picture. Please publish the process model, and you would observe that process instance would get created only after expected delay. And same would be the case when you deploy the PM in higher environment
Could it be that your startDateTime + the delay in minutes is earlier than the current time?
I think the delay will work in debug mode as well.
I also agree with Stefan Helzle that startDateTime + the delay is earlier than the current time.