summaryrefslogtreecommitdiffstats
path: root/distribution/src/main/assembly/temp_workflow.json
diff options
context:
space:
mode:
authorYuanHu <yuan.hu1@zte.com.cn>2018-04-12 14:02:50 +0800
committerYuanHu <yuan.hu1@zte.com.cn>2018-04-12 14:02:50 +0800
commitd447c76fe62dbbb39e6a2d6f2a2bcb53fc53d01e (patch)
treee23b1cb1ef62fdebc02f08c076f6dc2c7da10819 /distribution/src/main/assembly/temp_workflow.json
parentda8c367fc069efd35d3e8e0aabeea8fc78c8036c (diff)
Fixed the format issue in the sample
Replace unsuitable name of extend activities. Updata display information for extend activities. Issue-ID: SDC-1210 Change-Id: Ic038cac340d877947d21c9dc6f1d792c94e9fee7 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
Diffstat (limited to 'distribution/src/main/assembly/temp_workflow.json')
-rw-r--r--distribution/src/main/assembly/temp_workflow.json22
1 files changed, 14 insertions, 8 deletions
diff --git a/distribution/src/main/assembly/temp_workflow.json b/distribution/src/main/assembly/temp_workflow.json
index 2de95107..f12f892e 100644
--- a/distribution/src/main/assembly/temp_workflow.json
+++ b/distribution/src/main/assembly/temp_workflow.json
@@ -60,7 +60,7 @@
"type": "serviceTask",
"typeId": "apds_serviceA",
"icon": "apds_service",
- "name": "JAVA A",
+ "name": "Java Task",
"parentId": "root",
"position": {
"left": 232,
@@ -74,15 +74,16 @@
"targetRef": "scriptTask"
}
],
- "className": "ddd",
+ "className": "org.onap.sdc.workflowdesigner.JavaTask",
"inputs": [
{
"name": "param1",
"valueSource": "string",
"type": "string",
"required": false,
- "show": false,
- "errorMsg": ""
+ "show": true,
+ "errorMsg": "",
+ "value": "a111"
},
{
"name": "param2",
@@ -90,7 +91,8 @@
"type": "string",
"required": true,
"show": true,
- "errorMsg": ""
+ "errorMsg": "",
+ "value": "b111"
},
{
"name": "param3",
@@ -98,12 +100,14 @@
"type": "string",
"required": true,
"show": true,
- "errorMsg": ""
+ "errorMsg": "",
+ "value": "c111"
}
],
"outputs": [
{
"name": "out1",
+ "value": "",
"valueSource": "string",
"type": "string",
"required": false,
@@ -117,7 +121,7 @@
"type": "scriptTask",
"typeId": "apds_scriptB",
"icon": "apds_script",
- "name": "Groovy",
+ "name": "Groovy Task",
"parentId": "root",
"position": {
"left": 335,
@@ -130,7 +134,9 @@
"sourceRef": "scriptTask",
"targetRef": "node2"
}
- ]
+ ],
+ "scriptFormat": "Groovy",
+ "script": "xyz"
}
]
}