24
Views
3
Comments
Process shapes are executing in the future
Question

Does anyone have explanation of this?

On the screenshot you can see the history of the process execution. This wait shape is supposed to wait for 1 hour (I am using AddHours(CurrDateTime() + 1) for CloseOn), but it closes immediately! As can be seen here, the time is correct, but for some reason the shape "thinks" that its time should be ahead of server time?

Note that the final shape is still in waiting stage just because I have suspended the process.


UPDATE: I have modified the code to wait for 2 hours, and now it waits for 1 hour as needed. It looks as if there is some confusion around daylight saving shift?


UserImage.jpg
vikas sharma
Champion

Hi,

Could you please give screenshot of how you adding hours for timeout.

regards

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Hi Igor,

What timezone are you in, and what timezone is the server in?

2025-01-17 13-16-27
Igor Kirtak

Hi Kilian, I don't know exactly, but it looks like UTC / GMT. The main thing is that, as you can see highlighted on the first screenshot, server time (on the right-hand panel) is -1 hour comparing to the starting time of already started and completed shapes (in the middle).

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.