The figure depicts Repeat While 1st Iteration in STAP. The image
is a flowchart with:
- Circle with the label "Start" on its right.
- RepeatWhile curved edge rectangle pointing to
the condition diamond.
- Decision making diamond labelled "Condition",
with an arrow pointing to "Failed" on the right of
the diamond, which further points to an end
circle. An downwards arrow exists if the condition
holds true.
- Step rectangle pointing to a curved edge
rectangle labelled "$interval".
- "$interval" points to a decision making diamond
labelled "$sendAfter".
- If "$sendAfter" is "Reached", an arrow points to
the right to the end circle. If not, arrow points
to the left, with the text "EndAfter no yet
reached on the side of the arrow which points to
RepeatWhile.
This simplified flow represents Repeat While 1st Iteration in
STAP. Refer to the documentation for a detailed flow
of the Repeat While 1st Iteration.