activity diagram
Sign in to savediagram that models activity and process flows
Wikidata facts
- Image
- Uml-Activity-Beispiel2.svg
Show 2 more facts
- Commons category
- Activity diagrams
- Commons gallery
- Activity diagram
Sources (2)
via Wikidata · CC0
~3 min read
Article
UML 1.x Activity diagram for a guided brainstorming process.
Activity diagrams are graphical representations of workflows of stepwise activities and actions with support for choice, iteration, and concurrency. In the Unified Modeling Language, activity diagrams are intended to model both computational and organizational processes (i.e., workflows), as well as the data flows intersecting with the related activities. "Object nodes hold data that is input to and output from executable nodes, and moves across object flow edges. Control nodes specify sequencing of executable nodes via control flow edges." In other words, although activity diagrams primarily show the overall control flow, they can also include elements showing the data flow between activities through one or more data stores.