beta-glozic-workflow 1.12.0 → 1.15.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 +28 -0
- package/package.json +1 -1
package/dist/utils/taskConfig.js
CHANGED
|
@@ -352,6 +352,34 @@ const taskConfig = {
|
|
|
352
352
|
"output": 1,
|
|
353
353
|
"branch": 0,
|
|
354
354
|
"code": [""]
|
|
355
|
+
},
|
|
356
|
+
"externalLogin": {
|
|
357
|
+
"title": "External Login",
|
|
358
|
+
"nodeType": "External Login",
|
|
359
|
+
"name": "externalLogin",
|
|
360
|
+
"description": "",
|
|
361
|
+
"type": "function",
|
|
362
|
+
"icon": "lock",
|
|
363
|
+
"enabled": true,
|
|
364
|
+
"_comment_enabled": "",
|
|
365
|
+
"input": 1,
|
|
366
|
+
"output": 1,
|
|
367
|
+
"branch": 0,
|
|
368
|
+
"code": [""]
|
|
369
|
+
},
|
|
370
|
+
"logout": {
|
|
371
|
+
"title": "Logout",
|
|
372
|
+
"nodeType": "Logout",
|
|
373
|
+
"name": "logout",
|
|
374
|
+
"description": "",
|
|
375
|
+
"type": "function",
|
|
376
|
+
"icon": "sign-out",
|
|
377
|
+
"enabled": true,
|
|
378
|
+
"_comment_enabled": "",
|
|
379
|
+
"input": 1,
|
|
380
|
+
"output": 1,
|
|
381
|
+
"branch": 0,
|
|
382
|
+
"code": [""]
|
|
355
383
|
}
|
|
356
384
|
}
|
|
357
385
|
};
|