@workflow/world-testing 4.1.0-beta.61 → 4.1.0-beta.63

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,6 +1,19 @@
1
1
  {
2
2
  "version": "1.0.0",
3
3
  "steps": {
4
+ "workflow/dist/stdlib.js": {
5
+ "fetch": {
6
+ "stepId": "step//workflow@4.1.0-beta.62//fetch"
7
+ }
8
+ },
9
+ "workflows/retriable-and-fatal.ts": {
10
+ "stepThatFails": {
11
+ "stepId": "step//./workflows/retriable-and-fatal//stepThatFails"
12
+ },
13
+ "stepThatThrowsRetryableError": {
14
+ "stepId": "step//./workflows/retriable-and-fatal//stepThatThrowsRetryableError"
15
+ }
16
+ },
4
17
  "workflow/dist/internal/builtins.js": {
5
18
  "__builtin_response_array_buffer": {
6
19
  "stepId": "__builtin_response_array_buffer"
@@ -12,76 +25,41 @@
12
25
  "stepId": "__builtin_response_text"
13
26
  }
14
27
  },
15
- "workflows/hooks.ts": {
16
- "writeEvent": {
17
- "stepId": "step//./workflows/hooks//writeEvent"
18
- }
19
- },
20
28
  "workflows/noop.ts": {
21
29
  "noop": {
22
30
  "stepId": "step//./workflows/noop//noop"
23
31
  }
24
32
  },
25
- "workflows/null-byte.ts": {
26
- "nullByteStep": {
27
- "stepId": "step//./workflows/null-byte//nullByteStep"
28
- }
29
- },
30
- "workflow/dist/stdlib.js": {
31
- "fetch": {
32
- "stepId": "step//workflow@4.1.0-beta.60//fetch"
33
- }
34
- },
35
33
  "workflows/addition.ts": {
36
34
  "add": {
37
35
  "stepId": "step//./workflows/addition//add"
38
36
  }
39
37
  },
40
- "workflows/retriable-and-fatal.ts": {
41
- "stepThatFails": {
42
- "stepId": "step//./workflows/retriable-and-fatal//stepThatFails"
43
- },
44
- "stepThatThrowsRetryableError": {
45
- "stepId": "step//./workflows/retriable-and-fatal//stepThatThrowsRetryableError"
38
+ "workflows/hooks.ts": {
39
+ "writeEvent": {
40
+ "stepId": "step//./workflows/hooks//writeEvent"
41
+ }
42
+ },
43
+ "workflows/null-byte.ts": {
44
+ "nullByteStep": {
45
+ "stepId": "step//./workflows/null-byte//nullByteStep"
46
46
  }
47
47
  }
48
48
  },
49
49
  "workflows": {
50
- "workflows/hooks.ts": {
51
- "collectWithHook": {
52
- "workflowId": "workflow//./workflows/hooks//collectWithHook",
50
+ "workflows/retriable-and-fatal.ts": {
51
+ "retryableAndFatalErrorWorkflow": {
52
+ "workflowId": "workflow//./workflows/retriable-and-fatal//retryableAndFatalErrorWorkflow",
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: retryableAndFatalErrorWorkflow",
60
60
  "nodeKind": "workflow_start"
61
61
  }
62
62
  },
63
- {
64
- "id": "node_0",
65
- "type": "step",
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",
77
- "nodeKind": "step",
78
- "stepId": "step//./workflows/hooks//writeEvent"
79
- },
80
- "metadata": {
81
- "loopId": "loop_0",
82
- "loopIsAwait": true
83
- }
84
- },
85
63
  {
86
64
  "id": "end",
87
65
  "type": "workflowEnd",
@@ -93,26 +71,8 @@
93
71
  ],
94
72
  "edges": [
95
73
  {
96
- "id": "e_start_node_0",
74
+ "id": "e_start_end",
97
75
  "source": "start",
98
- "target": "node_0",
99
- "type": "default"
100
- },
101
- {
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",
109
- "source": "node_0",
110
- "target": "node_1",
111
- "type": "default"
112
- },
113
- {
114
- "id": "e_node_1_end",
115
- "source": "node_1",
116
76
  "target": "end",
117
77
  "type": "default"
118
78
  }
@@ -133,24 +93,6 @@
133
93
  "nodeKind": "workflow_start"
134
94
  }
135
95
  },
136
- {
137
- "id": "node_0",
138
- "type": "step",
139
- "data": {
140
- "label": "noop",
141
- "nodeKind": "step",
142
- "stepId": "step//./workflows/noop//noop"
143
- }
144
- },
145
- {
146
- "id": "node_1",
147
- "type": "step",
148
- "data": {
149
- "label": "noop",
150
- "nodeKind": "step",
151
- "stepId": "step//./workflows/noop//noop"
152
- }
153
- },
154
96
  {
155
97
  "id": "end",
156
98
  "type": "workflowEnd",
@@ -162,20 +104,8 @@
162
104
  ],
163
105
  "edges": [
164
106
  {
165
- "id": "e_start_node_0",
107
+ "id": "e_start_end",
166
108
  "source": "start",
167
- "target": "node_0",
168
- "type": "default"
169
- },
170
- {
171
- "id": "e_node_0_node_1",
172
- "source": "node_0",
173
- "target": "node_1",
174
- "type": "default"
175
- },
176
- {
177
- "id": "e_node_1_end",
178
- "source": "node_1",
179
109
  "target": "end",
180
110
  "type": "default"
181
111
  }
@@ -183,28 +113,19 @@
183
113
  }
184
114
  }
185
115
  },
186
- "workflows/null-byte.ts": {
187
- "nullByteWorkflow": {
188
- "workflowId": "workflow//./workflows/null-byte//nullByteWorkflow",
116
+ "workflows/addition.ts": {
117
+ "addition": {
118
+ "workflowId": "workflow//./workflows/addition//addition",
189
119
  "graph": {
190
120
  "nodes": [
191
121
  {
192
122
  "id": "start",
193
123
  "type": "workflowStart",
194
124
  "data": {
195
- "label": "Start: nullByteWorkflow",
125
+ "label": "Start: addition",
196
126
  "nodeKind": "workflow_start"
197
127
  }
198
128
  },
199
- {
200
- "id": "node_0",
201
- "type": "step",
202
- "data": {
203
- "label": "nullByteStep",
204
- "nodeKind": "step",
205
- "stepId": "step//./workflows/null-byte//nullByteStep"
206
- }
207
- },
208
129
  {
209
130
  "id": "end",
210
131
  "type": "workflowEnd",
@@ -216,14 +137,8 @@
216
137
  ],
217
138
  "edges": [
218
139
  {
219
- "id": "e_start_node_0",
140
+ "id": "e_start_end",
220
141
  "source": "start",
221
- "target": "node_0",
222
- "type": "default"
223
- },
224
- {
225
- "id": "e_node_0_end",
226
- "source": "node_0",
227
142
  "target": "end",
228
143
  "type": "default"
229
144
  }
@@ -231,28 +146,19 @@
231
146
  }
232
147
  }
233
148
  },
234
- "workflows/addition.ts": {
235
- "addition": {
236
- "workflowId": "workflow//./workflows/addition//addition",
149
+ "workflows/hooks.ts": {
150
+ "collectWithHook": {
151
+ "workflowId": "workflow//./workflows/hooks//collectWithHook",
237
152
  "graph": {
238
153
  "nodes": [
239
154
  {
240
155
  "id": "start",
241
156
  "type": "workflowStart",
242
157
  "data": {
243
- "label": "Start: addition",
158
+ "label": "Start: collectWithHook",
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
  }
@@ -279,28 +179,19 @@
279
179
  }
280
180
  }
281
181
  },
282
- "workflows/retriable-and-fatal.ts": {
283
- "retryableAndFatalErrorWorkflow": {
284
- "workflowId": "workflow//./workflows/retriable-and-fatal//retryableAndFatalErrorWorkflow",
182
+ "workflows/null-byte.ts": {
183
+ "nullByteWorkflow": {
184
+ "workflowId": "workflow//./workflows/null-byte//nullByteWorkflow",
285
185
  "graph": {
286
186
  "nodes": [
287
187
  {
288
188
  "id": "start",
289
189
  "type": "workflowStart",
290
190
  "data": {
291
- "label": "Start: retryableAndFatalErrorWorkflow",
191
+ "label": "Start: nullByteWorkflow",
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
  }