pv!startDateTime + intervalds(0,pv!delayMinutes,0) is not working for setting dynamic delay

Certified Senior Developer

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

Parents Reply Children
No Data