Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Paradigm Sub-activity diagram icon

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.

like image 716
eang Avatar asked Dec 26 '22 09:12

eang


1 Answers

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.

like image 58
vainolo Avatar answered Jan 02 '23 08:01

vainolo