beta-glozic-workflow 1.41.0 → 1.44.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/utils/taskConfig.js +13 -1
- package/package.json +1 -1
package/dist/utils/taskConfig.js
CHANGED
|
@@ -332,6 +332,18 @@ const taskConfig = exports.taskConfig = {
|
|
|
332
332
|
}
|
|
333
333
|
},
|
|
334
334
|
"Integration": {
|
|
335
|
+
"SharepointService": {
|
|
336
|
+
"title": "Sharepoint Service",
|
|
337
|
+
"name": "Sharepoint Service",
|
|
338
|
+
"nodeType": "Sharepoint Service",
|
|
339
|
+
"description": "Sharepoint Service",
|
|
340
|
+
"type": "service",
|
|
341
|
+
"icon": "list-alt",
|
|
342
|
+
"enabled": true,
|
|
343
|
+
"input": 1,
|
|
344
|
+
"output": 1,
|
|
345
|
+
"branch": 0
|
|
346
|
+
},
|
|
335
347
|
"SQLService": {
|
|
336
348
|
"title": "SQL Service",
|
|
337
349
|
"name": "SQL Service",
|
|
@@ -456,7 +468,7 @@ const taskConfig = exports.taskConfig = {
|
|
|
456
468
|
"code": [""]
|
|
457
469
|
},
|
|
458
470
|
"cronjob": {
|
|
459
|
-
"title": "
|
|
471
|
+
"title": "Cron Job",
|
|
460
472
|
"nodeType": "Cronjob",
|
|
461
473
|
"name": "cronjob",
|
|
462
474
|
"description": "",
|