flowsforapex / apex-flowsforapex

Flows for APEX - Model and run process flows all within Oracle APEX!
https://flowsforapex.org
Other
83 stars 42 forks source link

fix [bug]: reschedule an interrupting timer #710 #728

Closed rallen2010 closed 2 months ago

rallen2010 commented 2 months ago

Fixes Issue #710

Timers can now be rescheduled if the subflow contains other timer events that have already completed, and can be restarted to fire immediately if a timer start event fails due to bad variable expression execution (so timer ended successfully but the step failed, requiring restart).

Passes regression.