0

Is it possible that an action has multiple outgoing sequence flows in an UML activity diagram?

www.admiraalit.nl
  • 5,768
  • 1
  • 17
  • 32
Z.J
  • 301
  • 1
  • 7

1 Answers1

1

Yes, it is possible to have multiple outgoing flows from an action in UML, but it may not be obvious to everyone what this means. In the latest versions of the UML specifications, it means that all these outgoing flows are traversed, not just one. It is equivalent to a fork. If you want only one outgoing flow to be chosen, you should use a decision node. Example:

actdiagr

www.admiraalit.nl
  • 5,768
  • 1
  • 17
  • 32