@workflow/world-testing 4.1.0-beta.62 → 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,14 +1,17 @@
1
1
  {
2
2
  "version": "1.0.0",
3
3
  "steps": {
4
- "workflows/null-byte.ts": {
5
- "nullByteStep": {
6
- "stepId": "step//./workflows/null-byte//nullByteStep"
4
+ "workflow/dist/stdlib.js": {
5
+ "fetch": {
6
+ "stepId": "step//workflow@4.1.0-beta.62//fetch"
7
7
  }
8
8
  },
9
- "workflows/noop.ts": {
10
- "noop": {
11
- "stepId": "step//./workflows/noop//noop"
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"
12
15
  }
13
16
  },
14
17
  "workflow/dist/internal/builtins.js": {
@@ -22,14 +25,9 @@
22
25
  "stepId": "__builtin_response_text"
23
26
  }
24
27
  },
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"
28
+ "workflows/noop.ts": {
29
+ "noop": {
30
+ "stepId": "step//./workflows/noop//noop"
33
31
  }
34
32
  },
35
33
  "workflows/addition.ts": {
@@ -37,38 +35,31 @@
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/null-byte.ts": {
51
- "nullByteWorkflow": {
52
- "workflowId": "workflow//./workflows/null-byte//nullByteWorkflow",
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: nullByteWorkflow",
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": "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
  }
@@ -108,24 +93,6 @@
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
  }
@@ -158,41 +113,19 @@
158
113
  }
159
114
  }
160
115
  },
161
- "workflows/hooks.ts": {
162
- "collectWithHook": {
163
- "workflowId": "workflow//./workflows/hooks//collectWithHook",
116
+ "workflows/addition.ts": {
117
+ "addition": {
118
+ "workflowId": "workflow//./workflows/addition//addition",
164
119
  "graph": {
165
120
  "nodes": [
166
121
  {
167
122
  "id": "start",
168
123
  "type": "workflowStart",
169
124
  "data": {
170
- "label": "Start: collectWithHook",
125
+ "label": "Start: addition",
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
  }
@@ -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
  }