How do you represent a loop in an activity diagram?

+1 vote
asked Aug 29, 2013 in Wanted features by anonymous
I don't see an example of this.  Don't know if supported or not.

1 Answer

0 votes
answered Sep 16, 2013 by anonymous

while (Condition?) is (true)

    :Do something;

endwhile (false)

 

Note the true / false (or yes/no) bits appear on the arrows.

...