Search code examples
umlactivity-diagramvisual-paradigm

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.


Solution

  • 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.