When the "index+1" script task is reached, I would like to wait 1 second and then execute the script task.I tried to solve the problem by setting the timer, but I don't know how, so I would like to know how.
Discussion posts and replies are publicly visible
I'd be interested in others answers too but my understanding is you can calculate that small a time skip inside the timer node but you can calculate it in a script task before triggering the timer node. So just set a pv!startDateTime variable that is set in a script task with a!addDateTime(startDateTime: now(), seconds: 1) then configure the timer event to start at that variable date time.