@workflow/world-testing 4.1.0-beta.65 → 4.1.0-beta.67
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,11 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
3
|
"steps": {
|
|
4
|
-
"workflow/dist/stdlib.js": {
|
|
5
|
-
"fetch": {
|
|
6
|
-
"stepId": "step//workflow@4.2.0-beta.64//fetch"
|
|
7
|
-
}
|
|
8
|
-
},
|
|
9
4
|
"workflow/dist/internal/builtins.js": {
|
|
10
5
|
"__builtin_response_array_buffer": {
|
|
11
6
|
"stepId": "__builtin_response_array_buffer"
|
|
@@ -17,9 +12,9 @@
|
|
|
17
12
|
"stepId": "__builtin_response_text"
|
|
18
13
|
}
|
|
19
14
|
},
|
|
20
|
-
"workflows/
|
|
21
|
-
"
|
|
22
|
-
"stepId": "step//./workflows/
|
|
15
|
+
"workflows/addition.ts": {
|
|
16
|
+
"add": {
|
|
17
|
+
"stepId": "step//./workflows/addition//add"
|
|
23
18
|
}
|
|
24
19
|
},
|
|
25
20
|
"workflows/null-byte.ts": {
|
|
@@ -27,9 +22,19 @@
|
|
|
27
22
|
"stepId": "step//./workflows/null-byte//nullByteStep"
|
|
28
23
|
}
|
|
29
24
|
},
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"stepId": "step
|
|
25
|
+
"workflow/dist/stdlib.js": {
|
|
26
|
+
"fetch": {
|
|
27
|
+
"stepId": "step//workflow@4.2.0-beta.66//fetch"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"workflows/hooks.ts": {
|
|
31
|
+
"writeEvent": {
|
|
32
|
+
"stepId": "step//./workflows/hooks//writeEvent"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"workflows/noop.ts": {
|
|
36
|
+
"noop": {
|
|
37
|
+
"stepId": "step//./workflows/noop//noop"
|
|
33
38
|
}
|
|
34
39
|
},
|
|
35
40
|
"workflows/retriable-and-fatal.ts": {
|
|
@@ -39,24 +44,19 @@
|
|
|
39
44
|
"stepThatThrowsRetryableError": {
|
|
40
45
|
"stepId": "step//./workflows/retriable-and-fatal//stepThatThrowsRetryableError"
|
|
41
46
|
}
|
|
42
|
-
},
|
|
43
|
-
"workflows/hooks.ts": {
|
|
44
|
-
"writeEvent": {
|
|
45
|
-
"stepId": "step//./workflows/hooks//writeEvent"
|
|
46
|
-
}
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
49
|
"workflows": {
|
|
50
|
-
"workflows/
|
|
51
|
-
"
|
|
52
|
-
"workflowId": "workflow//./workflows/
|
|
50
|
+
"workflows/addition.ts": {
|
|
51
|
+
"addition": {
|
|
52
|
+
"workflowId": "workflow//./workflows/addition//addition",
|
|
53
53
|
"graph": {
|
|
54
54
|
"nodes": [
|
|
55
55
|
{
|
|
56
56
|
"id": "start",
|
|
57
57
|
"type": "workflowStart",
|
|
58
58
|
"data": {
|
|
59
|
-
"label": "Start:
|
|
59
|
+
"label": "Start: addition",
|
|
60
60
|
"nodeKind": "workflow_start"
|
|
61
61
|
}
|
|
62
62
|
},
|
|
@@ -113,16 +113,16 @@
|
|
|
113
113
|
}
|
|
114
114
|
}
|
|
115
115
|
},
|
|
116
|
-
"workflows/
|
|
117
|
-
"
|
|
118
|
-
"workflowId": "workflow//./workflows/
|
|
116
|
+
"workflows/hooks.ts": {
|
|
117
|
+
"collectWithHook": {
|
|
118
|
+
"workflowId": "workflow//./workflows/hooks//collectWithHook",
|
|
119
119
|
"graph": {
|
|
120
120
|
"nodes": [
|
|
121
121
|
{
|
|
122
122
|
"id": "start",
|
|
123
123
|
"type": "workflowStart",
|
|
124
124
|
"data": {
|
|
125
|
-
"label": "Start:
|
|
125
|
+
"label": "Start: collectWithHook",
|
|
126
126
|
"nodeKind": "workflow_start"
|
|
127
127
|
}
|
|
128
128
|
},
|
|
@@ -146,16 +146,16 @@
|
|
|
146
146
|
}
|
|
147
147
|
}
|
|
148
148
|
},
|
|
149
|
-
"workflows/
|
|
150
|
-
"
|
|
151
|
-
"workflowId": "workflow//./workflows/
|
|
149
|
+
"workflows/noop.ts": {
|
|
150
|
+
"brokenWf": {
|
|
151
|
+
"workflowId": "workflow//./workflows/noop//brokenWf",
|
|
152
152
|
"graph": {
|
|
153
153
|
"nodes": [
|
|
154
154
|
{
|
|
155
155
|
"id": "start",
|
|
156
156
|
"type": "workflowStart",
|
|
157
157
|
"data": {
|
|
158
|
-
"label": "Start:
|
|
158
|
+
"label": "Start: brokenWf",
|
|
159
159
|
"nodeKind": "workflow_start"
|
|
160
160
|
}
|
|
161
161
|
},
|
|
@@ -179,16 +179,16 @@
|
|
|
179
179
|
}
|
|
180
180
|
}
|
|
181
181
|
},
|
|
182
|
-
"workflows/
|
|
183
|
-
"
|
|
184
|
-
"workflowId": "workflow//./workflows/
|
|
182
|
+
"workflows/retriable-and-fatal.ts": {
|
|
183
|
+
"retryableAndFatalErrorWorkflow": {
|
|
184
|
+
"workflowId": "workflow//./workflows/retriable-and-fatal//retryableAndFatalErrorWorkflow",
|
|
185
185
|
"graph": {
|
|
186
186
|
"nodes": [
|
|
187
187
|
{
|
|
188
188
|
"id": "start",
|
|
189
189
|
"type": "workflowStart",
|
|
190
190
|
"data": {
|
|
191
|
-
"label": "Start:
|
|
191
|
+
"label": "Start: retryableAndFatalErrorWorkflow",
|
|
192
192
|
"nodeKind": "workflow_start"
|
|
193
193
|
}
|
|
194
194
|
},
|