@workflow/world-testing 4.1.0-beta.70 → 4.1.0-beta.72
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.
- package/dist/.well-known/workflow/v1/flow.js +48214 -45754
- package/dist/.well-known/workflow/v1/manifest.json +35 -40
- package/dist/.well-known/workflow/v1/step.js +48548 -45811
- package/dist/workflows/hooks.d.ts +1 -1
- package/dist/workflows/hooks.js +3 -3
- package/dist/workflows/hooks.js.map +1 -1
- package/package.json +5 -5
|
@@ -1,27 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
3
|
"steps": {
|
|
4
|
-
"workflow/dist/internal/builtins.js": {
|
|
5
|
-
"__builtin_response_array_buffer": {
|
|
6
|
-
"stepId": "__builtin_response_array_buffer"
|
|
7
|
-
},
|
|
8
|
-
"__builtin_response_json": {
|
|
9
|
-
"stepId": "__builtin_response_json"
|
|
10
|
-
},
|
|
11
|
-
"__builtin_response_text": {
|
|
12
|
-
"stepId": "__builtin_response_text"
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
4
|
"workflows/addition.ts": {
|
|
16
5
|
"add": {
|
|
17
6
|
"stepId": "step//./workflows/addition//add"
|
|
18
7
|
}
|
|
19
8
|
},
|
|
9
|
+
"workflows/noop.ts": {
|
|
10
|
+
"noop": {
|
|
11
|
+
"stepId": "step//./workflows/noop//noop"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
20
14
|
"workflows/null-byte.ts": {
|
|
21
15
|
"nullByteStep": {
|
|
22
16
|
"stepId": "step//./workflows/null-byte//nullByteStep"
|
|
23
17
|
}
|
|
24
18
|
},
|
|
19
|
+
"workflows/hooks.ts": {
|
|
20
|
+
"writeEvent": {
|
|
21
|
+
"stepId": "step//./workflows/hooks//writeEvent"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
25
24
|
"workflows/retriable-and-fatal.ts": {
|
|
26
25
|
"stepThatFails": {
|
|
27
26
|
"stepId": "step//./workflows/retriable-and-fatal//stepThatFails"
|
|
@@ -30,19 +29,15 @@
|
|
|
30
29
|
"stepId": "step//./workflows/retriable-and-fatal//stepThatThrowsRetryableError"
|
|
31
30
|
}
|
|
32
31
|
},
|
|
33
|
-
"workflow/dist/
|
|
34
|
-
"
|
|
35
|
-
"stepId": "
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
},
|
|
43
|
-
"workflows/hooks.ts": {
|
|
44
|
-
"writeEvent": {
|
|
45
|
-
"stepId": "step//./workflows/hooks//writeEvent"
|
|
32
|
+
"workflow/dist/internal/builtins.js": {
|
|
33
|
+
"__builtin_response_array_buffer": {
|
|
34
|
+
"stepId": "__builtin_response_array_buffer"
|
|
35
|
+
},
|
|
36
|
+
"__builtin_response_json": {
|
|
37
|
+
"stepId": "__builtin_response_json"
|
|
38
|
+
},
|
|
39
|
+
"__builtin_response_text": {
|
|
40
|
+
"stepId": "__builtin_response_text"
|
|
46
41
|
}
|
|
47
42
|
}
|
|
48
43
|
},
|
|
@@ -80,16 +75,16 @@
|
|
|
80
75
|
}
|
|
81
76
|
}
|
|
82
77
|
},
|
|
83
|
-
"workflows/
|
|
84
|
-
"
|
|
85
|
-
"workflowId": "workflow//./workflows/
|
|
78
|
+
"workflows/noop.ts": {
|
|
79
|
+
"brokenWf": {
|
|
80
|
+
"workflowId": "workflow//./workflows/noop//brokenWf",
|
|
86
81
|
"graph": {
|
|
87
82
|
"nodes": [
|
|
88
83
|
{
|
|
89
84
|
"id": "start",
|
|
90
85
|
"type": "workflowStart",
|
|
91
86
|
"data": {
|
|
92
|
-
"label": "Start:
|
|
87
|
+
"label": "Start: brokenWf",
|
|
93
88
|
"nodeKind": "workflow_start"
|
|
94
89
|
}
|
|
95
90
|
},
|
|
@@ -113,16 +108,16 @@
|
|
|
113
108
|
}
|
|
114
109
|
}
|
|
115
110
|
},
|
|
116
|
-
"workflows/
|
|
117
|
-
"
|
|
118
|
-
"workflowId": "workflow//./workflows/
|
|
111
|
+
"workflows/null-byte.ts": {
|
|
112
|
+
"nullByteWorkflow": {
|
|
113
|
+
"workflowId": "workflow//./workflows/null-byte//nullByteWorkflow",
|
|
119
114
|
"graph": {
|
|
120
115
|
"nodes": [
|
|
121
116
|
{
|
|
122
117
|
"id": "start",
|
|
123
118
|
"type": "workflowStart",
|
|
124
119
|
"data": {
|
|
125
|
-
"label": "Start:
|
|
120
|
+
"label": "Start: nullByteWorkflow",
|
|
126
121
|
"nodeKind": "workflow_start"
|
|
127
122
|
}
|
|
128
123
|
},
|
|
@@ -146,16 +141,16 @@
|
|
|
146
141
|
}
|
|
147
142
|
}
|
|
148
143
|
},
|
|
149
|
-
"workflows/
|
|
150
|
-
"
|
|
151
|
-
"workflowId": "workflow//./workflows/
|
|
144
|
+
"workflows/hooks.ts": {
|
|
145
|
+
"collectWithHook": {
|
|
146
|
+
"workflowId": "workflow//./workflows/hooks//collectWithHook",
|
|
152
147
|
"graph": {
|
|
153
148
|
"nodes": [
|
|
154
149
|
{
|
|
155
150
|
"id": "start",
|
|
156
151
|
"type": "workflowStart",
|
|
157
152
|
"data": {
|
|
158
|
-
"label": "Start:
|
|
153
|
+
"label": "Start: collectWithHook",
|
|
159
154
|
"nodeKind": "workflow_start"
|
|
160
155
|
}
|
|
161
156
|
},
|
|
@@ -179,16 +174,16 @@
|
|
|
179
174
|
}
|
|
180
175
|
}
|
|
181
176
|
},
|
|
182
|
-
"workflows/
|
|
183
|
-
"
|
|
184
|
-
"workflowId": "workflow//./workflows/
|
|
177
|
+
"workflows/retriable-and-fatal.ts": {
|
|
178
|
+
"retryableAndFatalErrorWorkflow": {
|
|
179
|
+
"workflowId": "workflow//./workflows/retriable-and-fatal//retryableAndFatalErrorWorkflow",
|
|
185
180
|
"graph": {
|
|
186
181
|
"nodes": [
|
|
187
182
|
{
|
|
188
183
|
"id": "start",
|
|
189
184
|
"type": "workflowStart",
|
|
190
185
|
"data": {
|
|
191
|
-
"label": "Start:
|
|
186
|
+
"label": "Start: retryableAndFatalErrorWorkflow",
|
|
192
187
|
"nodeKind": "workflow_start"
|
|
193
188
|
}
|
|
194
189
|
},
|