beta-glozic-workflow 1.21.0 → 1.23.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 +12 -0
- package/package.json +1 -1
package/dist/utils/taskConfig.js
CHANGED
|
@@ -312,6 +312,18 @@ const taskConfig = exports.taskConfig = {
|
|
|
312
312
|
}
|
|
313
313
|
},
|
|
314
314
|
"Integration": {
|
|
315
|
+
"SQLService": {
|
|
316
|
+
"title": "SQL Service",
|
|
317
|
+
"name": "SQL Service",
|
|
318
|
+
"nodeType": "SQL Service",
|
|
319
|
+
"description": "SQL Service",
|
|
320
|
+
"type": "service",
|
|
321
|
+
"icon": "database",
|
|
322
|
+
"enabled": true,
|
|
323
|
+
"input": 1,
|
|
324
|
+
"output": 1,
|
|
325
|
+
"branch": 0
|
|
326
|
+
},
|
|
315
327
|
"callWebService": {
|
|
316
328
|
"actionID": "ff5fbcf2-43a3-47b4-95b6-adbac3e0c4e1",
|
|
317
329
|
"title": "Call a web service",
|