beta-glozic-workflow 1.14.0 → 1.16.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
|
@@ -34,6 +34,20 @@ const taskConfig = {
|
|
|
34
34
|
"branch": 0,
|
|
35
35
|
"code": []
|
|
36
36
|
},
|
|
37
|
+
"applicationvariable": {
|
|
38
|
+
"title": "Application variable",
|
|
39
|
+
"nodeType": "Application variable",
|
|
40
|
+
"name": "applicationvariable",
|
|
41
|
+
"description": "",
|
|
42
|
+
"type": "function",
|
|
43
|
+
"icon": "assistive-listening-systems",
|
|
44
|
+
"enabled": true,
|
|
45
|
+
"_comment_enabled": "",
|
|
46
|
+
"input": 1,
|
|
47
|
+
"output": 1,
|
|
48
|
+
"branch": 0,
|
|
49
|
+
"code": []
|
|
50
|
+
},
|
|
37
51
|
"toast": {
|
|
38
52
|
"title": "Toast",
|
|
39
53
|
"nodeType": "Toast",
|
|
@@ -366,6 +380,20 @@ const taskConfig = {
|
|
|
366
380
|
"output": 1,
|
|
367
381
|
"branch": 0,
|
|
368
382
|
"code": [""]
|
|
383
|
+
},
|
|
384
|
+
"logout": {
|
|
385
|
+
"title": "Logout",
|
|
386
|
+
"nodeType": "Logout",
|
|
387
|
+
"name": "logout",
|
|
388
|
+
"description": "",
|
|
389
|
+
"type": "function",
|
|
390
|
+
"icon": "sign-out",
|
|
391
|
+
"enabled": true,
|
|
392
|
+
"_comment_enabled": "",
|
|
393
|
+
"input": 1,
|
|
394
|
+
"output": 1,
|
|
395
|
+
"branch": 0,
|
|
396
|
+
"code": [""]
|
|
369
397
|
}
|
|
370
398
|
}
|
|
371
399
|
};
|