(--------)
Hello E.,
To achieve this:
Source:
You can use sub-diagram as:
@startuml :Action 1; : Activity 1 {{ mainframe Activity 1 start :SubAction; end }} ; :Action 2; @enduml
If that can help,Regards,Th.
Thank you.
Can you tell me how to achieve something like that here?
For that, you can use:
1/ Sprite, as:
@startuml sprite $Invocation [16x16/16] { 0000000000000000 0000000000000000 0000000FF0000000 0000000FF0000000 0000000FF0000000 0000000FF0000000 0000000FF0000000 000FFFFFFFFFF000 000FF00FF00FF000 000FF00FF00FF000 000FF00FF00FF000 000FF00FF00FF000 000FF00FF00FF000 000FF00FF00FF000 0000000000000000 0000000000000000 } start :Action1; :Action2: Model2 \t\t<$Invocation>; :Action3; end @enduml
Adapted from:
2/ or Unicode, as:
@startuml start :Action1; :Action2: Model2 \t\t₼; :Action3; end @enduml