4

In a UML Activity Diagram, an Action representing a Sub-activity diagram can be signaled with a "trident" icon, like in this picture:

enter image description here

I'm using Visual Paradigm as UML editor and I need to use this icon whithin some activity diagrams. But I haven't yet realized how I can do it.

Thanks in advance to any helper.

eang
  • 1,615
  • 7
  • 21
  • 41

2 Answers2

9

Create an action, right-click on the action and open the specification:

enter image description here

In the specification, select "Call Behavior Action", and in the behavior select "Create Activity", as shown below:

enter image description here

This will open an activity definition dialog, and after filling all details and clicking apply on all dialogs, your action will have the fork:

enter image description here

Enjoy.

vainolo
  • 6,907
  • 4
  • 24
  • 47
1

There is an easier way to do this now;

  • Right click the node where you want to add the activity
  • Hover over Behaviour and click the Create Activity option

After that it's just filling in the name, and creating the activity.

enter image description here

Randy
  • 9,419
  • 5
  • 39
  • 56