Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In a Activity Diagram, how do I reference an external acitivity? [closed]

Tags:

uml

Lets say I have an activity diagram, modeling a certain process, which uses other processes which need to be modeled as a seperate activity: How do I reference that second activity within my first activity diagram?

Is there a certain symbol used to reference an separate activity from within an activity diagram?

like image 402
jottr Avatar asked Jun 06 '11 17:06

jottr


1 Answers

What you mean is the CallBehaviourAction I assume. To indicate this, put a fork symbol inside the action that references the activity( see UML Superstructure Spec, Section 12.3.14). Furthermore, you can add the name of the called activity to the in some notation that makes sense in your case (e.g., some fullqualified name if your activities are adressed like that).

like image 170
Dirk Avatar answered Sep 26 '22 13:09

Dirk