BPM Timer Intermediate Event (Catching) Formula?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ategenkamp
    Junior Member
    • Mar 2021
    • 26

    BPM Timer Intermediate Event (Catching) Formula?

    We'd like to switch a Timer Intermediate Event (Catching) from "Moment when event triggered plus 3 days" to a formula.

    That formula needs to know the moment when event is triggered but I cannot find that in the documentation.

    Is that variable available in the formula?

    Thanks,
    Andrew
  • yuri
    Member
    • Mar 2014
    • 8621

    #2
    Use the script task before the timer event. Store a date-time value to some variable. Use this variable in the timer event. Just insert the variable $myVariable to the formula textbox. The value from the variable will be used to determine the date & time when the event will be processed.
    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...