Activity Diagram Exercise

Draw an activity diagram showing the following blog review process:

  1. Author submits content
  2. Editor reviews content
    3a. If editor approves, the content is published to the site
    3b. Otherwise, the author is sent a rejection notification

My answer is:
Start Node

                                   Author submits content (Activity State)

                                    Editor reviews content*(Activity State)

                                      Editor approves?? (Branch and Merge points)

           [Yes]

The content is published to the site (Activity State)

                                                                            [Else]

             The author is sent a rejection notification (Activity State)

                                   Fork Join

                                   End Node

Sorry, no suitable application to draw out the diagram, hope this will do.

Please help me check the answer if it is correct??

Please and thank you.

Hi fr33pl4gu3,

As I understand, after decision (yes or Else) you want to go to the final point. So you don’t need to join them in a fork, if processes don’t occur in parallel . You only merge both actions (activities) and then go to the End Point (final activity).

Ask me, if you have any questions.

regards Guruli

[quote=Guruli]Hi fr33pl4gu3,

As I understand, after decision (yes or Else) you want to go to the final point. So you don’t need to join them in a fork, if processes don’t occur in parallel . You only merge both actions (activities) and then go to the End Point (final activity).

Ask me, if you have any questions.

regards Guruli

[/quote]

yes…i agree with u…