A flowchart illustrating a process flow for repeating an action in STAP based on
certain conditions.
- The flow begins with a Start node at the top.
- From Start, an arrow points down to a process box labeled Action.
- After Action, the flow moves to a decision diamond labeled
Condition.
- If Condition is True, the flow moves directly to End on
the right side.
- If Condition is False, the flow continues downward to another
decision diamond labeled RepeatCase.
- From RepeatCase:
- If False, the flow proceeds to End.
- If True, the flow moves left to another decision diamond labeled
Counter or endAfter.
- If Yes, the flow goes up to a rounded rectangle labeled
$interval, then loops back into the Action
box.
- The chart uses dark and grey colors for nodes and arrows to indicate flow
direction.