different colors for multiple start, stop, and end in activity diagram?

0 votes
asked Jul 27, 2021 in Question / help by al
Is it possible to specify the color of start, stop, or end in an activity diagram on a case by case basis? For example, there two start components, but they are different colors as shown below. I know you can change all of the start, for example, colors for one diagram; this is not what I want to do.

e.g.,

@startuml

start #red

:words;

start #blue

:more words;

@enduml

would produce one red start circle and one blue start circle.
commented Aug 18, 2021 by The-Lu (64,340 points)

Hello A.,

A possible workaround is to use Connector, like:

@startuml
#red:(s)
:words;

#blue:(s)
:more words;
@enduml

See also:

If that can help,
Regards.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...