UML Home Use Case Class Object Sequence State Communication Activity

Activity Diagrams

Activity diagrams are graphical representations of workflows of stepwise activities and actions within the system. Activity diagrams are constructed from a limited number of shapes, connected with arrows. The most important shape types:
Arrows run from the start towards the end and represent the order in which activities happen.

Activity diagrams may be regarded as a form of flowchart. The following shapes are used in an Activity Diagram:



- Download as PDF -

Your Task

Task1: Create an activity diagram for an auction website. (e.g. eBay)

Task 2: Create an activity diagram for a social network. (e.g. Facebook)

Task 3: Create an activity diagram for a game of Pacman.