I am working on a scheduler which will run at4:00 AM daily.
but when i deploy the process model object to test enviroment it ran automatically first and later on schduled time.
So how can we manage this scenario so that the scheduler will run only at the scheduled time.
Many thanks in advance.
Discussion posts and replies are publicly visible
A scheduled start node has two time settings. The initial delay, and the optional recurring timer. After deployment, the process will initiate as defined in the initial delay.
Thank you Stefan Helzle . I have one more question about this:
Scheduled Delay: Delay for 15 Mins
Time Recurrence:
Daily: Every 1 day
at: 1:30 AM
If we have the above configuration for the Time event, the process will execute at 1:30 AM or 1:45 AM every day?
As per my understanding, it will be executed at 1:45 AM every day.
The initial delay is applied only once and has no impact on the recurring timer settings.
OK. Thanks for sharing the details.