beta-glozic-workflow 1.6.0 → 1.10.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 +30 -2
- package/package.json +1 -1
package/dist/utils/taskConfig.js
CHANGED
|
@@ -75,6 +75,34 @@ const taskConfig = {
|
|
|
75
75
|
"output": 1,
|
|
76
76
|
"branch": 0,
|
|
77
77
|
"code": []
|
|
78
|
+
},
|
|
79
|
+
"setVariable": {
|
|
80
|
+
"title": "Set Variable",
|
|
81
|
+
"nodeType": "Set Variable",
|
|
82
|
+
"name": "Set Variable",
|
|
83
|
+
"description": "",
|
|
84
|
+
"type": "function",
|
|
85
|
+
"icon": "list-alt",
|
|
86
|
+
"enabled": true,
|
|
87
|
+
"_comment_enabled": "",
|
|
88
|
+
"input": 1,
|
|
89
|
+
"output": 1,
|
|
90
|
+
"branch": 0,
|
|
91
|
+
"code": [""]
|
|
92
|
+
},
|
|
93
|
+
"base64tourl": {
|
|
94
|
+
"title": "Base64 To URL",
|
|
95
|
+
"nodeType": "Base64 To URL",
|
|
96
|
+
"name": "Base64 To URL",
|
|
97
|
+
"description": "",
|
|
98
|
+
"type": "function",
|
|
99
|
+
"icon": "list-alt",
|
|
100
|
+
"enabled": true,
|
|
101
|
+
"_comment_enabled": "",
|
|
102
|
+
"input": 1,
|
|
103
|
+
"output": 1,
|
|
104
|
+
"branch": 0,
|
|
105
|
+
"code": [""]
|
|
78
106
|
}
|
|
79
107
|
},
|
|
80
108
|
"Services": {
|
|
@@ -176,9 +204,9 @@ const taskConfig = {
|
|
|
176
204
|
}]
|
|
177
205
|
},
|
|
178
206
|
"WHILE": {
|
|
179
|
-
"title": "
|
|
207
|
+
"title": "Loop",
|
|
180
208
|
"nodeType": "Loop",
|
|
181
|
-
"name": "
|
|
209
|
+
"name": "Loop",
|
|
182
210
|
"description": "WHILE(CMP, branch)",
|
|
183
211
|
"type": "logic",
|
|
184
212
|
"icon": "retweet",
|