Hello!
I try to create a Activity Diagram which should looks like this at the end:
I tried with repeat. switch case and labels. like this:
:Create;
repeat :Discussion;
switch (Decision)
case (feedback)
:Update;
case (accept)
:Merge;
goto 1
case (denied)
goto 1
endswitch
repeat while
label 1
:Close;
:Delete;
But it looks horrible!
How can I create such an activity diagram?
Many thanks in advance for your help!
Regards,
J.B.