BPM Timer Start does not trigger

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • manny18
    Junior Member
    • Feb 2020
    • 11

    BPM Timer Start does not trigger

    We tried to use BPM to iterate through Accounts nightly and send out emails. But the cron scheduler does not seems to trigger at all.

    Please see attached screenshot.

    Version: 5.9.0


  • yuri
    Member
    • Mar 2014
    • 8495

    #2
    I tested with * * * * * and it worked fine.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • manny18
      Junior Member
      • Feb 2020
      • 11

      #3
      Mysteriously after I posted this it started working. Before that we spent a few hours in vain. :-)

      Issue closed. If we find anything interesting, we will report. Thank you!

      Comment

      • yuri
        Member
        • Mar 2014
        • 8495

        #4
        Regarding scheduling syntax. /2 won't work. The tooltip is displayed wrong since we applied a markdown support for tooltips. It will be fixed.

        The proper syntax is */2 * * * *,
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        Working...