Skip to content

timer boundary event setup #761

Closed Answered by rallen2010
bsdgithub asked this question in Q&A
Oct 21, 2024 · 3 comments · 3 replies

You must be logged in to vote

Workaround - instead of using a timer of type Cycle (Oracle), select Cycle (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

Replies: 3 comments 3 replies

You must be logged in to vote
0 replies

You must be logged in to vote
0 replies

You must be logged in to vote
3 replies
@bsdgithub

@rallen2010

Answer selected by rallen2010
@bsdgithub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants