Activity Diagram with repeat and switch-case

0 votes
asked Oct 29 in Question / help by J.B.

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.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...