Glossaria.net

Glossary Object Oriented Analysis and Design / Term

Activity Diagram

A type of workflow diagram that describes the user activities and their sequential flow.


A diagram in the UML that models control flow within a process. This is very similar to a traditional flow chart with the addition of notation for concurrency.


An activity diagram is basically a special case of a state machine in which most of the states are activities and most of the transitions are implicitly triggered by completion of the actions in the source activities.

Permanent link Activity Diagram - Creation date 2023-02-22


< Activation Lifelines Glossary / Object Oriented Analysis and Design Actor >