How can I define style classes in Activity Beta diagrams?

+2 votes
asked Nov 18, 2016 in Wanted features by anonymous

In Activity I can say

backgroundColor<<bar>> #F5F1D3

--> foo <<bar>>

In Activity Beta I can only say

#F5F1D3:foo;

Is there another way?

1 Answer

0 votes
answered Oct 26, 2017 by gramana (140 points)

The answer given in this question makes it seem that this should work.

commented Feb 27, 2019 by nicamlg (140 points)
It does not work.

@startuml
skinparam Activity {
    BorderColor               Grey
    BackgroundColor           SkyBlue
    BorderColor<<hidden>>     White
    BackgroundColor<<hidden>> White
    FontColor<<hidden>> White
}

    :Fab Tool]
    #f2dcdb:Traffic Record]
    detach
    :<<hidden>>\nShould be 'hidden'; /' Shouldn't show up... '/
detach

stop
@enduml

as a matter of fact, I'm doing this so I can vertically align splitted actions. any hidden features...?
...