Visual Paradigm Subsystem Activity Chart Icon

In the UML activity diagram, an action representing a sub-activity diagram can be signaled by the trident icon, as in this figure:

enter image description here

I use Visual Paradigm as a UML editor, and I need to use this icon in some activity diagrams. But I still do not understand how I can do this.

Thanks in advance to any assistant.

+4
source share
2 answers

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

enter image description here

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

enter image description here

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

enter image description here

Enjoy.

+9
source

Now there is an easier way to do this:

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

After that, he simply fills in the name and creates activity.

enter image description here

+1
source

All Articles