aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-workflow-designer-server/src/main/assembly/ext-activities-display-info.json
diff options
context:
space:
mode:
authorYuanHu <yuan.hu1@zte.com.cn>2018-03-21 14:41:40 +0800
committerYuanHu <yuan.hu1@zte.com.cn>2018-03-21 15:10:14 +0800
commitcf0f4ccdb2b7152cf5251038fc6fa94ad0d637ae (patch)
tree907c3f1cc18e444cdcddc1039eb02d32d1ada182 /sdc-workflow-designer-server/src/main/assembly/ext-activities-display-info.json
parentde5748dc931aea9ee258ad0704731723a17e1421 (diff)
Add Unit test.
Add Unit test for WorkflowModelerResource. Issue-ID: SDC-1078 Change-Id: I5701f268a1bb187e765822dd8483c3766602becd Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
Diffstat (limited to 'sdc-workflow-designer-server/src/main/assembly/ext-activities-display-info.json')
-rw-r--r--sdc-workflow-designer-server/src/main/assembly/ext-activities-display-info.json45
1 files changed, 45 insertions, 0 deletions
diff --git a/sdc-workflow-designer-server/src/main/assembly/ext-activities-display-info.json b/sdc-workflow-designer-server/src/main/assembly/ext-activities-display-info.json
new file mode 100644
index 00000000..d6817db2
--- /dev/null
+++ b/sdc-workflow-designer-server/src/main/assembly/ext-activities-display-info.json
@@ -0,0 +1,45 @@
+{
+ "nodes": {
+ "apds_script": {},
+ "apds_service": {},
+ "apds_rest": {},
+ "apds_scriptA": {
+ "category": "aaa"
+ },
+ "apds_scriptB": {
+ "category": "aaa"
+ },
+ "apds_serviceA": {
+ "category": "bbb"
+ },
+ "apds_restA": {
+ "category": "ccc"
+ },
+ "apds_restB": {
+ "category": "ccc"
+ }
+ },
+ "categoryData": {
+ "aaa": {
+ "displayName": {
+ "zh_CN": "扩展脚本任务",
+ "en_US": "Extension Script Task"
+ },
+ "collapse": true
+ },
+ "bbb": {
+ "displayName": {
+ "zh_CN": "扩展Service任务",
+ "en_US": "Extension Service Task"
+ },
+ "collapse": true
+ },
+ "ccc": {
+ "displayName": {
+ "zh_CN": "扩展REST任务",
+ "en_US": "Extension REST Service Task"
+ },
+ "collapse": true
+ }
+ }
+} \ No newline at end of file