Skip to main content
October 9, 2024
Question

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

  • October 9, 2024
  • 7 replies
  • 0 views

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?

    7 replies

    stefanhelzle0001
    October 9, 2024

    That should work. Can you share more details on your specific configuration?

    October 10, 2024

    [mention:a11f77a729fb4db2af76b09948583328:e9ed411860ed4f2ba0265705b8793d05]  please check

    kumara0180
    October 10, 2024

    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