File tree Expand file tree Collapse file tree 1 file changed +29
-1
lines changed Expand file tree Collapse file tree 1 file changed +29
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"dynamicTree" : [
3
+ {
4
+ "group" : " dynamic" ,
5
+ "name" : " pie chart" ,
6
+ "progressPercentage" : 60 ,
7
+ "parents" : [
8
+ " Demo Dynamic"
9
+ ],
10
+ "state" : " Started" ,
11
+ "filters" : {
12
+ "dynamicnode" : [
13
+ " pie"
14
+ ]
15
+ },
16
+ "customActions" : [
17
+ {
18
+ "customActionName" : " echo Action" ,
19
+ "customActionCommandLine" : " echo $(message)" ,
20
+ "parameters" : [
21
+ {
22
+ "parameterName" : " message" ,
23
+ "description" : " What's the message ?" ,
24
+ "defaultValue" : " Welcome message" ,
25
+ "validationRule" : " *" ,
26
+ "isEditable" : true
27
+ }
28
+ ]
29
+ }
30
+ ]
31
+ },
3
32
{
4
33
"group" : " dynamic" ,
5
34
"color" : " #ca03fc" ,
6
35
"type" : " service" ,
7
36
"name" : " dynamic component 1" ,
8
- "progressPercentage" : 60 ,
9
37
"parents" : [
10
38
" Demo Dynamic"
11
39
],
You can’t perform that action at this time.
0 commit comments