Is it possible to define a custom style for an activity diagram's nodes and switch to it dynamically, like in a mindmap?

0 votes
asked Jul 26, 2021 in Wanted features by SuperSaiyanGod (340 points)

In a mindmap, I can define my own style as in

<style>
wbsDiagram {
    .my_style_name {
        BackgroundColor SkyBlue
    }
}
</style>

and I can dynamically change a node's style simply be adding

<<my_style_name>>

behind. But it seems that this technique doesn't apply to the activity diagram. Is it possible to do so, anyway?

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