diff options
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.json | 45 |
1 files changed, 0 insertions, 45 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 deleted file mode 100644 index d6817db2..00000000 --- a/sdc-workflow-designer-server/src/main/assembly/ext-activities-display-info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "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 |