timer boundary event setup #761
-
hello,
If max run is set to null, no error. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Which release of Flows for APEX? |
Beta Was this translation helpful? Give feedback.
-
I can reproduce this - so looks like a bug in the BPMN Modeler. Reproduces in F4A 24.1 as well. If you have a non-null value for Max Runs in a Non interrupting Timer Boundary Event of type Oracle Cycle, the modeler won't save the model & also can't 'Show Source'. |
Beta Was this translation helpful? Give feedback.
Workaround - instead of using a timer of type
Cycle (Oracle)
, selectCycle (ISO 8601)
. To get a timer that repeats unto 5 times, every 30 Minutes, use this Syntax:R5/PT30M
. Translating, Repeat(R) 5 Times, using a Period (P) that's a time (T) of 30 Minutes (M). If you forget the T before the 30M, it will assume this is a date, not a time, and give you a cycle period of 30 Months.For more info on this, see the documentation at flowsforapex.org