(--------)
Hello P., and all,
The use of stereotype with group, on sequence diagram, is not yet implemented.
See:
But you can use local style as:
@startuml <style> group { LineColor red LineThickness 1.5 FontSize 11 FontStyle plain Backgroundcolor pink } </style> a -> b group Group Title ... a->b end <style> group { LineColor blue LineThickness 1.5 FontSize 11 FontStyle plain Backgroundcolor palegreen } </style> group Group Title ... a->b end @enduml
See also:
Regards,Th.