@workflow/world-testing 4.1.0-beta.62 → 4.1.0-beta.64

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.
@@ -1,14 +1,29 @@
1
1
  {
2
2
  "version": "1.0.0",
3
3
  "steps": {
4
+ "workflows/noop.ts": {
5
+ "noop": {
6
+ "stepId": "step//./workflows/noop//noop"
7
+ }
8
+ },
9
+ "workflow/dist/stdlib.js": {
10
+ "fetch": {
11
+ "stepId": "step//workflow@4.1.0-beta.63//fetch"
12
+ }
13
+ },
4
14
  "workflows/null-byte.ts": {
5
15
  "nullByteStep": {
6
16
  "stepId": "step//./workflows/null-byte//nullByteStep"
7
17
  }
8
18
  },
9
- "workflows/noop.ts": {
10
- "noop": {
11
- "stepId": "step//./workflows/noop//noop"
19
+ "workflows/hooks.ts": {
20
+ "writeEvent": {
21
+ "stepId": "step//./workflows/hooks//writeEvent"
22
+ }
23
+ },
24
+ "workflows/addition.ts": {
25
+ "add": {
26
+ "stepId": "step//./workflows/addition//add"
12
27
  }
13
28
  },
14
29
  "workflow/dist/internal/builtins.js": {
@@ -22,21 +37,6 @@
22
37
  "stepId": "__builtin_response_text"
23
38
  }
24
39
  },
25
- "workflows/hooks.ts": {
26
- "writeEvent": {
27
- "stepId": "step//./workflows/hooks//writeEvent"
28
- }
29
- },
30
- "workflow/dist/stdlib.js": {
31
- "fetch": {
32
- "stepId": "step//workflow@4.1.0-beta.61//fetch"
33
- }
34
- },
35
- "workflows/addition.ts": {
36
- "add": {
37
- "stepId": "step//./workflows/addition//add"
38
- }
39
- },
40
40
  "workflows/retriable-and-fatal.ts": {
41
41
  "stepThatFails": {
42
42
  "stepId": "step//./workflows/retriable-and-fatal//stepThatFails"
@@ -47,28 +47,19 @@
47
47
  }
48
48
  },
49
49
  "workflows": {
50
- "workflows/null-byte.ts": {
51
- "nullByteWorkflow": {
52
- "workflowId": "workflow//./workflows/null-byte//nullByteWorkflow",
50
+ "workflows/noop.ts": {
51
+ "brokenWf": {
52
+ "workflowId": "workflow//./workflows/noop//brokenWf",
53
53
  "graph": {
54
54
  "nodes": [
55
55
  {
56
56
  "id": "start",
57
57
  "type": "workflowStart",
58
58
  "data": {
59
- "label": "Start: nullByteWorkflow",
59
+ "label": "Start: brokenWf",
60
60
  "nodeKind": "workflow_start"
61
61
  }
62
62
  },
63
- {
64
- "id": "node_0",
65
- "type": "step",
66
- "data": {
67
- "label": "nullByteStep",
68
- "nodeKind": "step",
69
- "stepId": "step//./workflows/null-byte//nullByteStep"
70
- }
71
- },
72
63
  {
73
64
  "id": "end",
74
65
  "type": "workflowEnd",
@@ -80,14 +71,8 @@
80
71
  ],
81
72
  "edges": [
82
73
  {
83
- "id": "e_start_node_0",
74
+ "id": "e_start_end",
84
75
  "source": "start",
85
- "target": "node_0",
86
- "type": "default"
87
- },
88
- {
89
- "id": "e_node_0_end",
90
- "source": "node_0",
91
76
  "target": "end",
92
77
  "type": "default"
93
78
  }
@@ -95,37 +80,19 @@
95
80
  }
96
81
  }
97
82
  },
98
- "workflows/noop.ts": {
99
- "brokenWf": {
100
- "workflowId": "workflow//./workflows/noop//brokenWf",
83
+ "workflows/null-byte.ts": {
84
+ "nullByteWorkflow": {
85
+ "workflowId": "workflow//./workflows/null-byte//nullByteWorkflow",
101
86
  "graph": {
102
87
  "nodes": [
103
88
  {
104
89
  "id": "start",
105
90
  "type": "workflowStart",
106
91
  "data": {
107
- "label": "Start: brokenWf",
92
+ "label": "Start: nullByteWorkflow",
108
93
  "nodeKind": "workflow_start"
109
94
  }
110
95
  },
111
- {
112
- "id": "node_0",
113
- "type": "step",
114
- "data": {
115
- "label": "noop",
116
- "nodeKind": "step",
117
- "stepId": "step//./workflows/noop//noop"
118
- }
119
- },
120
- {
121
- "id": "node_1",
122
- "type": "step",
123
- "data": {
124
- "label": "noop",
125
- "nodeKind": "step",
126
- "stepId": "step//./workflows/noop//noop"
127
- }
128
- },
129
96
  {
130
97
  "id": "end",
131
98
  "type": "workflowEnd",
@@ -137,20 +104,8 @@
137
104
  ],
138
105
  "edges": [
139
106
  {
140
- "id": "e_start_node_0",
107
+ "id": "e_start_end",
141
108
  "source": "start",
142
- "target": "node_0",
143
- "type": "default"
144
- },
145
- {
146
- "id": "e_node_0_node_1",
147
- "source": "node_0",
148
- "target": "node_1",
149
- "type": "default"
150
- },
151
- {
152
- "id": "e_node_1_end",
153
- "source": "node_1",
154
109
  "target": "end",
155
110
  "type": "default"
156
111
  }
@@ -171,28 +126,6 @@
171
126
  "nodeKind": "workflow_start"
172
127
  }
173
128
  },
174
- {
175
- "id": "node_0",
176
- "type": "step",
177
- "data": {
178
- "label": "writeEvent",
179
- "nodeKind": "step",
180
- "stepId": "step//./workflows/hooks//writeEvent"
181
- }
182
- },
183
- {
184
- "id": "node_1",
185
- "type": "step",
186
- "data": {
187
- "label": "writeEvent",
188
- "nodeKind": "step",
189
- "stepId": "step//./workflows/hooks//writeEvent"
190
- },
191
- "metadata": {
192
- "loopId": "loop_0",
193
- "loopIsAwait": true
194
- }
195
- },
196
129
  {
197
130
  "id": "end",
198
131
  "type": "workflowEnd",
@@ -204,26 +137,8 @@
204
137
  ],
205
138
  "edges": [
206
139
  {
207
- "id": "e_start_node_0",
140
+ "id": "e_start_end",
208
141
  "source": "start",
209
- "target": "node_0",
210
- "type": "default"
211
- },
212
- {
213
- "id": "e_node_1_back_node_1",
214
- "source": "node_1",
215
- "target": "node_1",
216
- "type": "loop"
217
- },
218
- {
219
- "id": "e_node_0_node_1",
220
- "source": "node_0",
221
- "target": "node_1",
222
- "type": "default"
223
- },
224
- {
225
- "id": "e_node_1_end",
226
- "source": "node_1",
227
142
  "target": "end",
228
143
  "type": "default"
229
144
  }
@@ -244,15 +159,6 @@
244
159
  "nodeKind": "workflow_start"
245
160
  }
246
161
  },
247
- {
248
- "id": "node_0",
249
- "type": "step",
250
- "data": {
251
- "label": "add",
252
- "nodeKind": "step",
253
- "stepId": "step//./workflows/addition//add"
254
- }
255
- },
256
162
  {
257
163
  "id": "end",
258
164
  "type": "workflowEnd",
@@ -264,14 +170,8 @@
264
170
  ],
265
171
  "edges": [
266
172
  {
267
- "id": "e_start_node_0",
173
+ "id": "e_start_end",
268
174
  "source": "start",
269
- "target": "node_0",
270
- "type": "default"
271
- },
272
- {
273
- "id": "e_node_0_end",
274
- "source": "node_0",
275
175
  "target": "end",
276
176
  "type": "default"
277
177
  }
@@ -292,15 +192,6 @@
292
192
  "nodeKind": "workflow_start"
293
193
  }
294
194
  },
295
- {
296
- "id": "node_0",
297
- "type": "step",
298
- "data": {
299
- "label": "stepThatThrowsRetryableError",
300
- "nodeKind": "step",
301
- "stepId": "step//./workflows/retriable-and-fatal//stepThatThrowsRetryableError"
302
- }
303
- },
304
195
  {
305
196
  "id": "end",
306
197
  "type": "workflowEnd",
@@ -312,14 +203,8 @@
312
203
  ],
313
204
  "edges": [
314
205
  {
315
- "id": "e_start_node_0",
206
+ "id": "e_start_end",
316
207
  "source": "start",
317
- "target": "node_0",
318
- "type": "default"
319
- },
320
- {
321
- "id": "e_node_0_end",
322
- "source": "node_0",
323
208
  "target": "end",
324
209
  "type": "default"
325
210
  }