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

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,9 +1,9 @@
1
1
  {
2
2
  "version": "1.0.0",
3
3
  "steps": {
4
- "workflows/hooks.ts": {
5
- "writeEvent": {
6
- "stepId": "step//./workflows/hooks//writeEvent"
4
+ "workflows/null-byte.ts": {
5
+ "nullByteStep": {
6
+ "stepId": "step//./workflows/null-byte//nullByteStep"
7
7
  }
8
8
  },
9
9
  "workflows/noop.ts": {
@@ -11,52 +11,52 @@
11
11
  "stepId": "step//./workflows/noop//noop"
12
12
  }
13
13
  },
14
- "workflows/null-byte.ts": {
15
- "nullByteStep": {
16
- "stepId": "step//./workflows/null-byte//nullByteStep"
17
- }
18
- },
19
- "workflows/retriable-and-fatal.ts": {
20
- "stepThatFails": {
21
- "stepId": "step//./workflows/retriable-and-fatal//stepThatFails"
14
+ "workflow/dist/internal/builtins.js": {
15
+ "__builtin_response_array_buffer": {
16
+ "stepId": "__builtin_response_array_buffer"
22
17
  },
23
- "stepThatThrowsRetryableError": {
24
- "stepId": "step//./workflows/retriable-and-fatal//stepThatThrowsRetryableError"
18
+ "__builtin_response_json": {
19
+ "stepId": "__builtin_response_json"
20
+ },
21
+ "__builtin_response_text": {
22
+ "stepId": "__builtin_response_text"
25
23
  }
26
24
  },
27
- "workflows/addition.ts": {
28
- "add": {
29
- "stepId": "step//./workflows/addition//add"
25
+ "workflows/hooks.ts": {
26
+ "writeEvent": {
27
+ "stepId": "step//./workflows/hooks//writeEvent"
30
28
  }
31
29
  },
32
30
  "workflow/dist/stdlib.js": {
33
31
  "fetch": {
34
- "stepId": "step//workflow@4.1.0-beta.59//fetch"
32
+ "stepId": "step//workflow@4.1.0-beta.61//fetch"
35
33
  }
36
34
  },
37
- "workflow/dist/internal/builtins.js": {
38
- "__builtin_response_array_buffer": {
39
- "stepId": "__builtin_response_array_buffer"
40
- },
41
- "__builtin_response_json": {
42
- "stepId": "__builtin_response_json"
35
+ "workflows/addition.ts": {
36
+ "add": {
37
+ "stepId": "step//./workflows/addition//add"
38
+ }
39
+ },
40
+ "workflows/retriable-and-fatal.ts": {
41
+ "stepThatFails": {
42
+ "stepId": "step//./workflows/retriable-and-fatal//stepThatFails"
43
43
  },
44
- "__builtin_response_text": {
45
- "stepId": "__builtin_response_text"
44
+ "stepThatThrowsRetryableError": {
45
+ "stepId": "step//./workflows/retriable-and-fatal//stepThatThrowsRetryableError"
46
46
  }
47
47
  }
48
48
  },
49
49
  "workflows": {
50
- "workflows/hooks.ts": {
51
- "collectWithHook": {
52
- "workflowId": "workflow//./workflows/hooks//collectWithHook",
50
+ "workflows/null-byte.ts": {
51
+ "nullByteWorkflow": {
52
+ "workflowId": "workflow//./workflows/null-byte//nullByteWorkflow",
53
53
  "graph": {
54
54
  "nodes": [
55
55
  {
56
56
  "id": "start",
57
57
  "type": "workflowStart",
58
58
  "data": {
59
- "label": "Start: collectWithHook",
59
+ "label": "Start: nullByteWorkflow",
60
60
  "nodeKind": "workflow_start"
61
61
  }
62
62
  },
@@ -64,22 +64,9 @@
64
64
  "id": "node_0",
65
65
  "type": "step",
66
66
  "data": {
67
- "label": "writeEvent",
68
- "nodeKind": "step",
69
- "stepId": "step//./workflows/hooks//writeEvent"
70
- }
71
- },
72
- {
73
- "id": "node_1",
74
- "type": "step",
75
- "data": {
76
- "label": "writeEvent",
67
+ "label": "nullByteStep",
77
68
  "nodeKind": "step",
78
- "stepId": "step//./workflows/hooks//writeEvent"
79
- },
80
- "metadata": {
81
- "loopId": "loop_0",
82
- "loopIsAwait": true
69
+ "stepId": "step//./workflows/null-byte//nullByteStep"
83
70
  }
84
71
  },
85
72
  {
@@ -99,20 +86,8 @@
99
86
  "type": "default"
100
87
  },
101
88
  {
102
- "id": "e_node_1_back_node_1",
103
- "source": "node_1",
104
- "target": "node_1",
105
- "type": "loop"
106
- },
107
- {
108
- "id": "e_node_0_node_1",
89
+ "id": "e_node_0_end",
109
90
  "source": "node_0",
110
- "target": "node_1",
111
- "type": "default"
112
- },
113
- {
114
- "id": "e_node_1_end",
115
- "source": "node_1",
116
91
  "target": "end",
117
92
  "type": "default"
118
93
  }
@@ -183,16 +158,16 @@
183
158
  }
184
159
  }
185
160
  },
186
- "workflows/null-byte.ts": {
187
- "nullByteWorkflow": {
188
- "workflowId": "workflow//./workflows/null-byte//nullByteWorkflow",
161
+ "workflows/hooks.ts": {
162
+ "collectWithHook": {
163
+ "workflowId": "workflow//./workflows/hooks//collectWithHook",
189
164
  "graph": {
190
165
  "nodes": [
191
166
  {
192
167
  "id": "start",
193
168
  "type": "workflowStart",
194
169
  "data": {
195
- "label": "Start: nullByteWorkflow",
170
+ "label": "Start: collectWithHook",
196
171
  "nodeKind": "workflow_start"
197
172
  }
198
173
  },
@@ -200,9 +175,22 @@
200
175
  "id": "node_0",
201
176
  "type": "step",
202
177
  "data": {
203
- "label": "nullByteStep",
178
+ "label": "writeEvent",
204
179
  "nodeKind": "step",
205
- "stepId": "step//./workflows/null-byte//nullByteStep"
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
206
194
  }
207
195
  },
208
196
  {
@@ -222,8 +210,20 @@
222
210
  "type": "default"
223
211
  },
224
212
  {
225
- "id": "e_node_0_end",
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",
226
220
  "source": "node_0",
221
+ "target": "node_1",
222
+ "type": "default"
223
+ },
224
+ {
225
+ "id": "e_node_1_end",
226
+ "source": "node_1",
227
227
  "target": "end",
228
228
  "type": "default"
229
229
  }
@@ -231,16 +231,16 @@
231
231
  }
232
232
  }
233
233
  },
234
- "workflows/retriable-and-fatal.ts": {
235
- "retryableAndFatalErrorWorkflow": {
236
- "workflowId": "workflow//./workflows/retriable-and-fatal//retryableAndFatalErrorWorkflow",
234
+ "workflows/addition.ts": {
235
+ "addition": {
236
+ "workflowId": "workflow//./workflows/addition//addition",
237
237
  "graph": {
238
238
  "nodes": [
239
239
  {
240
240
  "id": "start",
241
241
  "type": "workflowStart",
242
242
  "data": {
243
- "label": "Start: retryableAndFatalErrorWorkflow",
243
+ "label": "Start: addition",
244
244
  "nodeKind": "workflow_start"
245
245
  }
246
246
  },
@@ -248,9 +248,9 @@
248
248
  "id": "node_0",
249
249
  "type": "step",
250
250
  "data": {
251
- "label": "stepThatThrowsRetryableError",
251
+ "label": "add",
252
252
  "nodeKind": "step",
253
- "stepId": "step//./workflows/retriable-and-fatal//stepThatThrowsRetryableError"
253
+ "stepId": "step//./workflows/addition//add"
254
254
  }
255
255
  },
256
256
  {
@@ -279,16 +279,16 @@
279
279
  }
280
280
  }
281
281
  },
282
- "workflows/addition.ts": {
283
- "addition": {
284
- "workflowId": "workflow//./workflows/addition//addition",
282
+ "workflows/retriable-and-fatal.ts": {
283
+ "retryableAndFatalErrorWorkflow": {
284
+ "workflowId": "workflow//./workflows/retriable-and-fatal//retryableAndFatalErrorWorkflow",
285
285
  "graph": {
286
286
  "nodes": [
287
287
  {
288
288
  "id": "start",
289
289
  "type": "workflowStart",
290
290
  "data": {
291
- "label": "Start: addition",
291
+ "label": "Start: retryableAndFatalErrorWorkflow",
292
292
  "nodeKind": "workflow_start"
293
293
  }
294
294
  },
@@ -296,9 +296,9 @@
296
296
  "id": "node_0",
297
297
  "type": "step",
298
298
  "data": {
299
- "label": "add",
299
+ "label": "stepThatThrowsRetryableError",
300
300
  "nodeKind": "step",
301
- "stepId": "step//./workflows/addition//add"
301
+ "stepId": "step//./workflows/retriable-and-fatal//stepThatThrowsRetryableError"
302
302
  }
303
303
  },
304
304
  {