Originally posted by **bsdgithub** October 21, 2024
hello,
I'm trying to use the timer boundary event with this setup:
- cicle oracle
- timer first run 000 00:00:00
- next timeer 000 00:30:00
- max run 5
I've got the **error** on save:
` Get Diagram failed. TypeError: t.search is not a function
at Wi.build (flows4apex.modeler.min.js:2:2970153)
at flows4apex.modeler.min.js:2:2973158
at y (flows4apex.modeler.min.js:2:2693823)
at flows4apex.modeler.min.js:2:2973090
at y (flows4apex.modeler.min.js:2:2693823)
at $i.parseContainments (flows4apex.modeler.min.js:2:2972945)
at $i.build (flows4apex.modeler.min.js:2:2970915)
at flows4apex.modeler.min.js:2:2973421
at y (flows4apex.modeler.min.js:2:2693823)
at flows4apex.modeler.min.js:2:2973350`
If max run is set to null, no error.
Is it the expected behavior?
Thank you,
Customer found on 23.1, reproduces on 24.1 release candidate.
Workaround is to use ISO Cycle timer using Repeat parameter - R5/PT30M. (5 repeats at 30 minute intervals)
Discussed in https://github.com/flowsforapex/apex-flowsforapex/discussions/761
Customer found on 23.1, reproduces on 24.1 release candidate. Workaround is to use ISO Cycle timer using Repeat parameter - R5/PT30M. (5 repeats at 30 minute intervals)