From cf0f4ccdb2b7152cf5251038fc6fa94ad0d637ae Mon Sep 17 00:00:00 2001 From: YuanHu Date: Wed, 21 Mar 2018 14:41:40 +0800 Subject: Add Unit test. Add Unit test for WorkflowModelerResource. Issue-ID: SDC-1078 Change-Id: I5701f268a1bb187e765822dd8483c3766602becd Signed-off-by: YuanHu --- .../main/assembly/ext-activities-display-info.json | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 sdc-workflow-designer-server/src/main/assembly/ext-activities-display-info.json (limited to 'sdc-workflow-designer-server/src/main/assembly/ext-activities-display-info.json') 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 -- cgit 1.2.3-korg