File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
java/io/serverlessworkflow/diagram/test
resources/templates/plantuml Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,6 @@ public void testSpecExamplesParsing(String workflowLocation) throws Exception {
4545
4646 Assertions .assertNotNull (diagramSVG );
4747 // custom template uses #0000FF as start node color
48- Assertions .assertTrue (diagramSVG .contains ("#0000FF " ));
48+ Assertions .assertTrue (diagramSVG .contains ("customcolor " ));
4949 }
5050}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ skinparam backgroundColor White
33skinparam legendBackgroundColor White
44skinparam legendBorderColor White
55skinparam state {
6- StartColor #0000FF
6+ StartColor Green
77 EndColor Orange
88 BackgroundColor GhostWhite
99 BackgroundColor<< workflow >> White
@@ -39,7 +39,7 @@ state "[(${diagram.title})]" as workflow << workflow >> {
3939legend center
4040State Types and Border Colors:
4141| Event | Operation | Switch | Sleep | Parallel | Inject | ForEach | CallBack |
42- |<#7fe5f0>|<#bada55>|<#92a0f2>|<#b83b5e>|<#6a2c70>|<#1e5f74>|<#931a25>|<#ffcb8e >|
42+ |<#7fe5f0>|<#bada55>|<#92a0f2>|<#b83b5e>|<#6a2c70>|<#1e5f74>|<#931a25>|<customcolor >|
4343endlegend
4444[/]
4545
You can’t perform that action at this time.
0 commit comments