Announcement

Collapse
No announcement yet.

BPMs firing at the wrong time

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • BPMs firing at the wrong time

    I have a BPM that fires using the scheduling definition "6 4 * * *".

    When I look at the flow log, the entries are created at 5:06. This has historically worked, so I suspect that this is a summer time issue, i.e. the "Flow Log" entries show time adjusted for summer time, and the cron definition does not take account of it.

    I have some reports that run at 05:00 to generate exceptions, and these are showing incorrect results because the BPM had not completed.

    Here is the definition of the Timer Start event:
    Click image for larger version

Name:	Screenshot 2022-03-29 075935.png
Views:	190
Size:	16.6 KB
ID:	79549

    And here are the log entries:
    Click image for larger version

Name:	Screenshot 2022-03-29 080109.png
Views:	88
Size:	22.5 KB
ID:	79550

    And if you care, here is the BPM that runs:
    Click image for larger version

Name:	Screenshot 2022-03-29 080208.png
Views:	108
Size:	16.0 KB
ID:	79551

  • #2
    Hi Mat,

    Scheduling works in UTC timezone. It doesn't honor the server's timezone. You need to take it into account when you need the scheduling for specific hours.

    Comment


    • #3
      It doesn't make sense to have part of ESPO aware of summer time (say when a report runs, modification times on records) and other parts not aware.

      How do I schedule a job to run at a time and "take it into account" time zone changes?

      Comment

      Working...
      X