Jahanzeb Awan
Jahanzeb Awan

Reputation: 182

Is is possible to have multiple users in an activity diagram

I want to ask that two different users are using the same system and the system depends on both of the users.Will there be a single activity diagram for both the user or will there be two activity diagram each including single user. If both then how?? Thanks in advance

Upvotes: 1

Views: 2415

Answers (1)

qwerty_so
qwerty_so

Reputation: 36323

You do that simply by adding ActivityPartitions like this:

enter image description here

The partitions are instances of/typed with the actors.

p. 418 of the recent UML 2.5.1 specs:

15.7.7 ActivityPartition [Class]

An ActivityPartition is a kind of ActivityGroup for identifying ActivityNodes that have some characteristic in common.

Upvotes: 2

Related Questions