4
votes

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.

2

2 Answers

9
votes

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.

1
votes

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