@lostgradient/cinder 0.9.0 → 0.11.0
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/CHANGELOG.md +16 -0
- package/components.json +82 -4
- package/dist/components/access-gate/index.js +381 -239
- package/dist/components/chat/builders.d.ts +17 -8
- package/dist/components/chat/conversation-model.d.ts +1 -1
- package/dist/components/chat/index.d.ts +1 -1
- package/dist/components/chat/index.js +300 -17
- package/dist/components/chat/utilities/conversation.d.ts +6 -6
- package/dist/components/chat-conversation-header/index.js +19 -6
- package/dist/components/chat-conversation-list/index.js +19 -6
- package/dist/components/connection-indicator/connection-indicator.css +136 -0
- package/dist/components/connection-indicator/connection-indicator.css.d.ts +1 -0
- package/dist/components/connection-indicator/connection-indicator.schema.d.ts +3 -0
- package/dist/components/connection-indicator/connection-indicator.schema.js +89 -0
- package/dist/components/connection-indicator/connection-indicator.svelte.d.ts +21 -0
- package/dist/components/connection-indicator/connection-indicator.types.d.ts +46 -0
- package/dist/components/connection-indicator/connection-indicator.variables.d.ts +2 -0
- package/dist/components/connection-indicator/connection-indicator.variables.js +61 -0
- package/dist/components/connection-indicator/index.d.ts +5 -0
- package/dist/components/connection-indicator/index.js +409 -0
- package/dist/components/container/container.schema.js +4 -4
- package/dist/components/invocation-rule-builder/index.d.ts +1 -1
- package/dist/components/invocation-rule-builder/index.js +305 -150
- package/dist/components/invocation-rule-builder/invocation-rule-builder.css +28 -0
- package/dist/components/invocation-rule-builder/invocation-rule-builder.schema.js +89 -5
- package/dist/components/invocation-rule-builder/invocation-rule-builder.svelte.d.ts +2 -1
- package/dist/components/invocation-rule-builder/invocation-rule-builder.types.d.ts +114 -16
- package/dist/components/run-step-timeline/index.d.ts +1 -1
- package/dist/components/run-step-timeline/index.js +992 -559
- package/dist/components/run-step-timeline/run-step-branch-disclosure.svelte.d.ts +17 -0
- package/dist/components/run-step-timeline/run-step-timeline.css +124 -0
- package/dist/components/run-step-timeline/run-step-timeline.schema.js +873 -350
- package/dist/components/run-step-timeline/run-step-timeline.svelte.d.ts +1 -15
- package/dist/components/run-step-timeline/run-step-timeline.types.d.ts +182 -5
- package/dist/components/run-step-timeline/run-step-timeline.utilities.d.ts +52 -0
- package/dist/components/schedule-builder/index.d.ts +5 -0
- package/dist/components/schedule-builder/index.js +3176 -0
- package/dist/components/schedule-builder/schedule-builder.css +121 -0
- package/dist/components/schedule-builder/schedule-builder.css.d.ts +1 -0
- package/dist/components/schedule-builder/schedule-builder.schema.d.ts +3 -0
- package/dist/components/schedule-builder/schedule-builder.schema.js +141 -0
- package/dist/components/schedule-builder/schedule-builder.svelte.d.ts +22 -0
- package/dist/components/schedule-builder/schedule-builder.types.d.ts +130 -0
- package/dist/components/schedule-builder/schedule-builder.utilities.d.ts +78 -0
- package/dist/components/schedule-builder/schedule-builder.variables.d.ts +2 -0
- package/dist/components/schedule-builder/schedule-builder.variables.js +61 -0
- package/dist/components/tag-input/index.js +22 -4
- package/dist/components/tag-input/tag-input.schema.js +5 -1
- package/dist/components/tag-input/tag-input.types.d.ts +4 -0
- package/dist/index.d.ts +6 -2
- package/dist/index.js +22704 -20574
- package/dist/server/components/access-gate/index.js +2 -1
- package/dist/server/components/chat/index.js +4 -4
- package/dist/server/components/chat-conversation-header/index.js +5 -5
- package/dist/server/components/chat-conversation-list/index.js +3 -3
- package/dist/server/components/connection-indicator/index.js +16 -0
- package/dist/server/components/data-table/index.js +3 -3
- package/dist/server/components/diff-viewer/index.js +4 -3
- package/dist/server/components/invocation-rule-builder/index.js +1 -1
- package/dist/server/components/json-schema-editor/index.js +4 -3
- package/dist/server/components/review-editor/index.js +4 -3
- package/dist/server/components/run-step-timeline/index.js +1 -1
- package/dist/server/components/schedule-builder/index.js +30 -0
- package/dist/server/components/side-navigation/index.js +2 -2
- package/dist/server/components/table/index.js +3 -3
- package/dist/server/components/tag-input/index.js +1 -1
- package/dist/server/components/time-field/index.js +5 -3
- package/dist/server/index.js +100 -87
- package/dist/server/index.server-0sx92swg.js +9 -0
- package/dist/server/{index.server-mzzb7dnm.js → index.server-2bbwajb2.js} +1 -1
- package/dist/server/{index.server-q7w4jw89.js → index.server-2s5h1d05.js} +2 -2
- package/dist/server/{index.server-dg83ke3k.js → index.server-2zdbz3rj.js} +1 -1
- package/dist/server/{index.server-0jhra85x.js → index.server-3w72dxz7.js} +4 -4
- package/dist/server/{index.server-qh9qzd5t.js → index.server-4x4hgvqe.js} +283 -13
- package/dist/server/{index.server-c6pe4kaf.js → index.server-5gzyqv78.js} +1 -1
- package/dist/server/{index.server-mqt1ngqw.js → index.server-6hnfzc7f.js} +19 -6
- package/dist/server/index.server-be9bpqeh.js +93 -0
- package/dist/server/{index.server-f3z7tpxr.js → index.server-c42b462p.js} +2 -4
- package/dist/server/{index.server-7vyzen5x.js → index.server-c5qv3p61.js} +171 -63
- package/dist/server/index.server-cch0eed5.js +144 -0
- package/dist/server/index.server-gmh5ar16.js +2 -0
- package/dist/server/{index.server-0atyznp7.js → index.server-h89zk5ev.js} +7 -7
- package/dist/server/{index.server-jxg42jpz.js → index.server-jdcq5zza.js} +7 -7
- package/dist/server/{index.server-2dga5yzr.js → index.server-jfrssta6.js} +1 -1
- package/dist/server/{index.server-fy068yne.js → index.server-jj76374p.js} +1 -1
- package/dist/server/index.server-qbkxz7r2.js +750 -0
- package/dist/server/{index.server-marjz8ps.js → index.server-tcay903b.js} +3 -2
- package/dist/server/index.server-z38bxms8.js +734 -0
- package/dist/server/{index.server-yz4k36cw.js → index.server-z7hxtqs1.js} +1 -1
- package/package.json +66 -3
- package/src/components/chat/builders.ts +445 -14
- package/src/components/chat/conversation-model.ts +1 -0
- package/src/components/chat/index.ts +1 -0
- package/src/components/chat/utilities/conversation.ts +33 -15
- package/src/components/connection-indicator/connection-indicator.css +136 -0
- package/src/components/connection-indicator/connection-indicator.examples.json +31 -0
- package/src/components/connection-indicator/connection-indicator.schema.json +29 -0
- package/src/components/connection-indicator/connection-indicator.schema.ts +36 -0
- package/src/components/connection-indicator/connection-indicator.svelte +63 -0
- package/src/components/connection-indicator/connection-indicator.types.ts +58 -0
- package/src/components/connection-indicator/connection-indicator.variables.json +1 -0
- package/src/components/connection-indicator/connection-indicator.variables.ts +3 -0
- package/src/components/connection-indicator/index.ts +10 -0
- package/src/components/container/container.schema.json +3 -3
- package/src/components/container/container.schema.ts +3 -3
- package/src/components/invocation-rule-builder/index.ts +4 -0
- package/src/components/invocation-rule-builder/invocation-rule-builder.css +28 -0
- package/src/components/invocation-rule-builder/invocation-rule-builder.examples.json +6 -0
- package/src/components/invocation-rule-builder/invocation-rule-builder.schema.json +76 -3
- package/src/components/invocation-rule-builder/invocation-rule-builder.schema.ts +83 -3
- package/src/components/invocation-rule-builder/invocation-rule-builder.svelte +326 -113
- package/src/components/invocation-rule-builder/invocation-rule-builder.types.ts +157 -43
- package/src/components/run-step-timeline/index.ts +8 -0
- package/src/components/run-step-timeline/run-step-branch-disclosure.svelte +16 -0
- package/src/components/run-step-timeline/run-step-timeline.css +124 -0
- package/src/components/run-step-timeline/run-step-timeline.examples.json +18 -0
- package/src/components/run-step-timeline/run-step-timeline.schema.json +872 -349
- package/src/components/run-step-timeline/run-step-timeline.schema.ts +931 -349
- package/src/components/run-step-timeline/run-step-timeline.svelte +387 -268
- package/src/components/run-step-timeline/run-step-timeline.types.ts +192 -5
- package/src/components/run-step-timeline/run-step-timeline.utilities.ts +242 -0
- package/src/components/schedule-builder/index.ts +14 -0
- package/src/components/schedule-builder/schedule-builder.css +121 -0
- package/src/components/schedule-builder/schedule-builder.examples.json +31 -0
- package/src/components/schedule-builder/schedule-builder.schema.json +78 -0
- package/src/components/schedule-builder/schedule-builder.schema.ts +86 -0
- package/src/components/schedule-builder/schedule-builder.svelte +629 -0
- package/src/components/schedule-builder/schedule-builder.types.ts +137 -0
- package/src/components/schedule-builder/schedule-builder.utilities.ts +344 -0
- package/src/components/schedule-builder/schedule-builder.variables.json +1 -0
- package/src/components/schedule-builder/schedule-builder.variables.ts +3 -0
- package/src/components/tag-input/tag-input.schema.json +4 -0
- package/src/components/tag-input/tag-input.schema.ts +4 -0
- package/src/components/tag-input/tag-input.svelte +20 -3
- package/src/components/tag-input/tag-input.types.ts +4 -0
- package/src/index.ts +23 -0
- package/src/styles/components.css +2 -0
- package/dist/server/index.server-qk1h0n02.js +0 -393
|
@@ -13,406 +13,929 @@
|
|
|
13
13
|
"steps": {
|
|
14
14
|
"type": "array",
|
|
15
15
|
"items": {
|
|
16
|
-
"
|
|
17
|
-
|
|
18
|
-
"id": {
|
|
19
|
-
"type": "string",
|
|
20
|
-
"description": "Stable identity; used as the keyed list identity."
|
|
21
|
-
},
|
|
22
|
-
"label": {
|
|
23
|
-
"type": "string",
|
|
24
|
-
"description": "Display label for this step."
|
|
25
|
-
},
|
|
26
|
-
"status": {
|
|
27
|
-
"enum": [
|
|
28
|
-
"pending",
|
|
29
|
-
"running",
|
|
30
|
-
"succeeded",
|
|
31
|
-
"failed",
|
|
32
|
-
"cancelled",
|
|
33
|
-
"skipped",
|
|
34
|
-
"retrying",
|
|
35
|
-
"waiting_approval"
|
|
36
|
-
],
|
|
37
|
-
"description": "Generic execution state."
|
|
38
|
-
},
|
|
39
|
-
"startTime": {
|
|
40
|
-
"type": "string",
|
|
41
|
-
"description": "ISO datetime string for when this step started."
|
|
42
|
-
},
|
|
43
|
-
"endTime": {
|
|
44
|
-
"type": "string",
|
|
45
|
-
"description": "ISO datetime string for when this step ended."
|
|
46
|
-
},
|
|
47
|
-
"duration": {
|
|
48
|
-
"type": "string",
|
|
49
|
-
"description": "Human-readable duration string, e.g. \"1m 23s\"."
|
|
50
|
-
},
|
|
51
|
-
"attemptCount": {
|
|
52
|
-
"type": "number",
|
|
53
|
-
"description": "Number of attempts made so far, including any retries."
|
|
54
|
-
},
|
|
55
|
-
"actionsCount": {
|
|
56
|
-
"type": "number",
|
|
57
|
-
"description": "Number of actions associated with this step."
|
|
58
|
-
},
|
|
59
|
-
"progress": {
|
|
60
|
-
"type": "number",
|
|
61
|
-
"description": "Optional determinate progress value between 0 and `progressMax`."
|
|
62
|
-
},
|
|
63
|
-
"progressMax": {
|
|
64
|
-
"type": "number",
|
|
65
|
-
"description": "Maximum value for the progress bar. Defaults to 100."
|
|
66
|
-
},
|
|
67
|
-
"details": {
|
|
68
|
-
"type": "array",
|
|
69
|
-
"items": {
|
|
70
|
-
"type": "object",
|
|
71
|
-
"properties": {
|
|
72
|
-
"id": {
|
|
73
|
-
"type": "string",
|
|
74
|
-
"description": "Stable identity for this detail panel."
|
|
75
|
-
},
|
|
76
|
-
"label": {
|
|
77
|
-
"type": "string",
|
|
78
|
-
"description": "Trigger label rendered on the Collapsible header."
|
|
79
|
-
},
|
|
80
|
-
"content": {
|
|
81
|
-
"type": "string",
|
|
82
|
-
"description": "Pre-formatted content shown inside the panel."
|
|
83
|
-
}
|
|
84
|
-
},
|
|
85
|
-
"additionalProperties": false,
|
|
86
|
-
"required": ["content", "id", "label"]
|
|
87
|
-
},
|
|
88
|
-
"description": "Expandable detail panels (logs, payloads, errors) shown inline."
|
|
89
|
-
},
|
|
90
|
-
"link": {
|
|
16
|
+
"anyOf": [
|
|
17
|
+
{
|
|
91
18
|
"type": "object",
|
|
92
19
|
"properties": {
|
|
93
|
-
"
|
|
20
|
+
"id": {
|
|
94
21
|
"type": "string",
|
|
95
|
-
"description": "
|
|
22
|
+
"description": "Stable identity; used as the keyed list identity."
|
|
96
23
|
},
|
|
97
24
|
"label": {
|
|
98
25
|
"type": "string",
|
|
99
|
-
"description": "
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
"
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
"
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
"
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
"
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
"
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
"
|
|
145
|
-
"type": "number",
|
|
146
|
-
"description": "Number of attempts made so far, including any retries."
|
|
147
|
-
},
|
|
148
|
-
"actionsCount": {
|
|
149
|
-
"type": "number",
|
|
150
|
-
"description": "Number of actions associated with this step."
|
|
151
|
-
},
|
|
152
|
-
"progress": {
|
|
153
|
-
"type": "number",
|
|
154
|
-
"description": "Optional determinate progress value between 0 and `progressMax`."
|
|
155
|
-
},
|
|
156
|
-
"progressMax": {
|
|
157
|
-
"type": "number",
|
|
158
|
-
"description": "Maximum value for the progress bar. Defaults to 100."
|
|
159
|
-
},
|
|
160
|
-
"details": {
|
|
161
|
-
"type": "array",
|
|
162
|
-
"items": {
|
|
163
|
-
"type": "object",
|
|
164
|
-
"properties": {
|
|
165
|
-
"id": {
|
|
166
|
-
"type": "string",
|
|
167
|
-
"description": "Stable identity for this detail panel."
|
|
168
|
-
},
|
|
169
|
-
"label": {
|
|
170
|
-
"type": "string",
|
|
171
|
-
"description": "Trigger label rendered on the Collapsible header."
|
|
172
|
-
},
|
|
173
|
-
"content": {
|
|
174
|
-
"type": "string",
|
|
175
|
-
"description": "Pre-formatted content shown inside the panel."
|
|
176
|
-
}
|
|
177
|
-
},
|
|
178
|
-
"additionalProperties": false,
|
|
179
|
-
"required": ["content", "id", "label"]
|
|
180
|
-
},
|
|
181
|
-
"description": "Expandable detail panels (logs, payloads, errors) shown inline."
|
|
182
|
-
},
|
|
183
|
-
"link": {
|
|
26
|
+
"description": "Display label for this step."
|
|
27
|
+
},
|
|
28
|
+
"status": {
|
|
29
|
+
"enum": [
|
|
30
|
+
"pending",
|
|
31
|
+
"running",
|
|
32
|
+
"succeeded",
|
|
33
|
+
"failed",
|
|
34
|
+
"cancelled",
|
|
35
|
+
"skipped",
|
|
36
|
+
"retrying",
|
|
37
|
+
"waiting_approval"
|
|
38
|
+
],
|
|
39
|
+
"description": "Generic execution state."
|
|
40
|
+
},
|
|
41
|
+
"startTime": {
|
|
42
|
+
"type": "string",
|
|
43
|
+
"description": "ISO datetime string for when this step started."
|
|
44
|
+
},
|
|
45
|
+
"endTime": {
|
|
46
|
+
"type": "string",
|
|
47
|
+
"description": "ISO datetime string for when this step ended."
|
|
48
|
+
},
|
|
49
|
+
"duration": {
|
|
50
|
+
"type": "string",
|
|
51
|
+
"description": "Human-readable duration string, e.g. \"1m 23s\"."
|
|
52
|
+
},
|
|
53
|
+
"attemptCount": {
|
|
54
|
+
"type": "number",
|
|
55
|
+
"description": "Number of attempts made so far, including any retries."
|
|
56
|
+
},
|
|
57
|
+
"actionsCount": {
|
|
58
|
+
"type": "number",
|
|
59
|
+
"description": "Number of actions associated with this step."
|
|
60
|
+
},
|
|
61
|
+
"progress": {
|
|
62
|
+
"type": "number",
|
|
63
|
+
"description": "Optional determinate progress value between 0 and `progressMax`."
|
|
64
|
+
},
|
|
65
|
+
"progressMax": {
|
|
66
|
+
"type": "number",
|
|
67
|
+
"description": "Maximum value for the progress bar. Defaults to 100."
|
|
68
|
+
},
|
|
69
|
+
"details": {
|
|
70
|
+
"type": "array",
|
|
71
|
+
"items": {
|
|
184
72
|
"type": "object",
|
|
185
73
|
"properties": {
|
|
186
|
-
"
|
|
74
|
+
"id": {
|
|
187
75
|
"type": "string",
|
|
188
|
-
"description": "
|
|
76
|
+
"description": "Stable identity for this detail panel."
|
|
189
77
|
},
|
|
190
78
|
"label": {
|
|
191
79
|
"type": "string",
|
|
192
|
-
"description": "
|
|
80
|
+
"description": "Trigger label rendered on the Collapsible header."
|
|
81
|
+
},
|
|
82
|
+
"content": {
|
|
83
|
+
"type": "string",
|
|
84
|
+
"description": "Pre-formatted content shown inside the panel."
|
|
193
85
|
}
|
|
194
86
|
},
|
|
195
87
|
"additionalProperties": false,
|
|
196
|
-
"required": ["
|
|
197
|
-
"description": "Optional link to logs, traces, or a step detail route."
|
|
88
|
+
"required": ["content", "id", "label"]
|
|
198
89
|
},
|
|
199
|
-
"
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
"
|
|
243
|
-
"
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
"
|
|
247
|
-
"
|
|
248
|
-
|
|
249
|
-
"
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
"
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
"
|
|
90
|
+
"description": "Expandable detail panels (logs, payloads, errors) shown inline."
|
|
91
|
+
},
|
|
92
|
+
"link": {
|
|
93
|
+
"type": "object",
|
|
94
|
+
"properties": {
|
|
95
|
+
"href": {
|
|
96
|
+
"type": "string",
|
|
97
|
+
"description": "Destination URL for the step link."
|
|
98
|
+
},
|
|
99
|
+
"label": {
|
|
100
|
+
"type": "string",
|
|
101
|
+
"description": "Visible text for the step link."
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
"additionalProperties": false,
|
|
105
|
+
"required": ["href", "label"],
|
|
106
|
+
"description": "Optional link to logs, traces, or a step detail route."
|
|
107
|
+
},
|
|
108
|
+
"rewound": {
|
|
109
|
+
"type": "boolean",
|
|
110
|
+
"description": "Marks a step that was speculatively executed and then unwound (rolled back)."
|
|
111
|
+
},
|
|
112
|
+
"compensates": {
|
|
113
|
+
"type": "string",
|
|
114
|
+
"description": "Id of the forward step that this step compensates (reverses)."
|
|
115
|
+
},
|
|
116
|
+
"children": {
|
|
117
|
+
"type": "array",
|
|
118
|
+
"items": {
|
|
119
|
+
"type": "object",
|
|
120
|
+
"properties": {
|
|
121
|
+
"id": {
|
|
122
|
+
"type": "string",
|
|
123
|
+
"description": "Stable identity; used as the keyed list identity."
|
|
124
|
+
},
|
|
125
|
+
"label": {
|
|
126
|
+
"type": "string",
|
|
127
|
+
"description": "Display label for this step."
|
|
128
|
+
},
|
|
129
|
+
"status": {
|
|
130
|
+
"enum": [
|
|
131
|
+
"pending",
|
|
132
|
+
"running",
|
|
133
|
+
"succeeded",
|
|
134
|
+
"failed",
|
|
135
|
+
"cancelled",
|
|
136
|
+
"skipped",
|
|
137
|
+
"retrying",
|
|
138
|
+
"waiting_approval"
|
|
139
|
+
],
|
|
140
|
+
"description": "Generic execution state."
|
|
141
|
+
},
|
|
142
|
+
"startTime": {
|
|
143
|
+
"type": "string",
|
|
144
|
+
"description": "ISO datetime string for when this step started."
|
|
145
|
+
},
|
|
146
|
+
"endTime": {
|
|
147
|
+
"type": "string",
|
|
148
|
+
"description": "ISO datetime string for when this step ended."
|
|
149
|
+
},
|
|
150
|
+
"duration": {
|
|
151
|
+
"type": "string",
|
|
152
|
+
"description": "Human-readable duration string, e.g. \"1m 23s\"."
|
|
153
|
+
},
|
|
154
|
+
"attemptCount": {
|
|
155
|
+
"type": "number",
|
|
156
|
+
"description": "Number of attempts made so far, including any retries."
|
|
157
|
+
},
|
|
158
|
+
"actionsCount": {
|
|
159
|
+
"type": "number",
|
|
160
|
+
"description": "Number of actions associated with this step."
|
|
161
|
+
},
|
|
162
|
+
"progress": {
|
|
163
|
+
"type": "number",
|
|
164
|
+
"description": "Optional determinate progress value between 0 and `progressMax`."
|
|
165
|
+
},
|
|
166
|
+
"progressMax": {
|
|
167
|
+
"type": "number",
|
|
168
|
+
"description": "Maximum value for the progress bar. Defaults to 100."
|
|
169
|
+
},
|
|
170
|
+
"details": {
|
|
171
|
+
"type": "array",
|
|
172
|
+
"items": {
|
|
277
173
|
"type": "object",
|
|
278
174
|
"properties": {
|
|
279
|
-
"
|
|
175
|
+
"id": {
|
|
280
176
|
"type": "string",
|
|
281
|
-
"description": "
|
|
177
|
+
"description": "Stable identity for this detail panel."
|
|
282
178
|
},
|
|
283
179
|
"label": {
|
|
284
180
|
"type": "string",
|
|
285
|
-
"description": "
|
|
181
|
+
"description": "Trigger label rendered on the Collapsible header."
|
|
182
|
+
},
|
|
183
|
+
"content": {
|
|
184
|
+
"type": "string",
|
|
185
|
+
"description": "Pre-formatted content shown inside the panel."
|
|
286
186
|
}
|
|
287
187
|
},
|
|
288
188
|
"additionalProperties": false,
|
|
289
|
-
"required": ["
|
|
290
|
-
"description": "Optional link to logs, traces, or a step detail route."
|
|
189
|
+
"required": ["content", "id", "label"]
|
|
291
190
|
},
|
|
292
|
-
"
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
"
|
|
336
|
-
"
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
"
|
|
340
|
-
"
|
|
191
|
+
"description": "Expandable detail panels (logs, payloads, errors) shown inline."
|
|
192
|
+
},
|
|
193
|
+
"link": {
|
|
194
|
+
"type": "object",
|
|
195
|
+
"properties": {
|
|
196
|
+
"href": {
|
|
197
|
+
"type": "string",
|
|
198
|
+
"description": "Destination URL for the step link."
|
|
199
|
+
},
|
|
200
|
+
"label": {
|
|
201
|
+
"type": "string",
|
|
202
|
+
"description": "Visible text for the step link."
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
"additionalProperties": false,
|
|
206
|
+
"required": ["href", "label"],
|
|
207
|
+
"description": "Optional link to logs, traces, or a step detail route."
|
|
208
|
+
},
|
|
209
|
+
"rewound": {
|
|
210
|
+
"type": "boolean",
|
|
211
|
+
"description": "Marks a step that was speculatively executed and then unwound (rolled back)."
|
|
212
|
+
},
|
|
213
|
+
"compensates": {
|
|
214
|
+
"type": "string",
|
|
215
|
+
"description": "Id of the forward step that this step compensates (reverses)."
|
|
216
|
+
},
|
|
217
|
+
"children": {
|
|
218
|
+
"type": "array",
|
|
219
|
+
"items": {
|
|
220
|
+
"type": "object",
|
|
221
|
+
"properties": {
|
|
222
|
+
"id": {
|
|
223
|
+
"type": "string",
|
|
224
|
+
"description": "Stable identity; used as the keyed list identity."
|
|
225
|
+
},
|
|
226
|
+
"label": {
|
|
227
|
+
"type": "string",
|
|
228
|
+
"description": "Display label for this step."
|
|
229
|
+
},
|
|
230
|
+
"status": {
|
|
231
|
+
"enum": [
|
|
232
|
+
"pending",
|
|
233
|
+
"running",
|
|
234
|
+
"succeeded",
|
|
235
|
+
"failed",
|
|
236
|
+
"cancelled",
|
|
237
|
+
"skipped",
|
|
238
|
+
"retrying",
|
|
239
|
+
"waiting_approval"
|
|
240
|
+
],
|
|
241
|
+
"description": "Generic execution state."
|
|
242
|
+
},
|
|
243
|
+
"startTime": {
|
|
244
|
+
"type": "string",
|
|
245
|
+
"description": "ISO datetime string for when this step started."
|
|
246
|
+
},
|
|
247
|
+
"endTime": {
|
|
248
|
+
"type": "string",
|
|
249
|
+
"description": "ISO datetime string for when this step ended."
|
|
250
|
+
},
|
|
251
|
+
"duration": {
|
|
252
|
+
"type": "string",
|
|
253
|
+
"description": "Human-readable duration string, e.g. \"1m 23s\"."
|
|
254
|
+
},
|
|
255
|
+
"attemptCount": {
|
|
256
|
+
"type": "number",
|
|
257
|
+
"description": "Number of attempts made so far, including any retries."
|
|
258
|
+
},
|
|
259
|
+
"actionsCount": {
|
|
260
|
+
"type": "number",
|
|
261
|
+
"description": "Number of actions associated with this step."
|
|
262
|
+
},
|
|
263
|
+
"progress": {
|
|
264
|
+
"type": "number",
|
|
265
|
+
"description": "Optional determinate progress value between 0 and `progressMax`."
|
|
266
|
+
},
|
|
267
|
+
"progressMax": {
|
|
268
|
+
"type": "number",
|
|
269
|
+
"description": "Maximum value for the progress bar. Defaults to 100."
|
|
270
|
+
},
|
|
271
|
+
"details": {
|
|
272
|
+
"type": "array",
|
|
273
|
+
"items": {
|
|
274
|
+
"type": "object",
|
|
275
|
+
"properties": {
|
|
276
|
+
"id": {
|
|
277
|
+
"type": "string",
|
|
278
|
+
"description": "Stable identity for this detail panel."
|
|
279
|
+
},
|
|
280
|
+
"label": {
|
|
281
|
+
"type": "string",
|
|
282
|
+
"description": "Trigger label rendered on the Collapsible header."
|
|
283
|
+
},
|
|
284
|
+
"content": {
|
|
285
|
+
"type": "string",
|
|
286
|
+
"description": "Pre-formatted content shown inside the panel."
|
|
287
|
+
}
|
|
288
|
+
},
|
|
289
|
+
"additionalProperties": false,
|
|
290
|
+
"required": ["content", "id", "label"]
|
|
341
291
|
},
|
|
342
|
-
"
|
|
343
|
-
|
|
344
|
-
|
|
292
|
+
"description": "Expandable detail panels (logs, payloads, errors) shown inline."
|
|
293
|
+
},
|
|
294
|
+
"link": {
|
|
295
|
+
"type": "object",
|
|
296
|
+
"properties": {
|
|
297
|
+
"href": {
|
|
298
|
+
"type": "string",
|
|
299
|
+
"description": "Destination URL for the step link."
|
|
300
|
+
},
|
|
301
|
+
"label": {
|
|
302
|
+
"type": "string",
|
|
303
|
+
"description": "Visible text for the step link."
|
|
304
|
+
}
|
|
345
305
|
},
|
|
346
|
-
"
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
306
|
+
"additionalProperties": false,
|
|
307
|
+
"required": ["href", "label"],
|
|
308
|
+
"description": "Optional link to logs, traces, or a step detail route."
|
|
309
|
+
},
|
|
310
|
+
"rewound": {
|
|
311
|
+
"type": "boolean",
|
|
312
|
+
"description": "Marks a step that was speculatively executed and then unwound (rolled back)."
|
|
313
|
+
},
|
|
314
|
+
"compensates": {
|
|
315
|
+
"type": "string",
|
|
316
|
+
"description": "Id of the forward step that this step compensates (reverses)."
|
|
317
|
+
},
|
|
318
|
+
"children": {
|
|
319
|
+
"type": "array",
|
|
320
|
+
"items": {
|
|
321
|
+
"type": "object",
|
|
322
|
+
"properties": {
|
|
323
|
+
"id": {
|
|
324
|
+
"type": "string",
|
|
325
|
+
"description": "Stable identity; used as the keyed list identity."
|
|
326
|
+
},
|
|
327
|
+
"label": {
|
|
328
|
+
"type": "string",
|
|
329
|
+
"description": "Display label for this step."
|
|
330
|
+
},
|
|
331
|
+
"status": {
|
|
332
|
+
"enum": [
|
|
333
|
+
"pending",
|
|
334
|
+
"running",
|
|
335
|
+
"succeeded",
|
|
336
|
+
"failed",
|
|
337
|
+
"cancelled",
|
|
338
|
+
"skipped",
|
|
339
|
+
"retrying",
|
|
340
|
+
"waiting_approval"
|
|
341
|
+
],
|
|
342
|
+
"description": "Generic execution state."
|
|
343
|
+
},
|
|
344
|
+
"startTime": {
|
|
345
|
+
"type": "string",
|
|
346
|
+
"description": "ISO datetime string for when this step started."
|
|
347
|
+
},
|
|
348
|
+
"endTime": {
|
|
349
|
+
"type": "string",
|
|
350
|
+
"description": "ISO datetime string for when this step ended."
|
|
351
|
+
},
|
|
352
|
+
"duration": {
|
|
353
|
+
"type": "string",
|
|
354
|
+
"description": "Human-readable duration string, e.g. \"1m 23s\"."
|
|
355
|
+
},
|
|
356
|
+
"attemptCount": {
|
|
357
|
+
"type": "number",
|
|
358
|
+
"description": "Number of attempts made so far, including any retries."
|
|
359
|
+
},
|
|
360
|
+
"actionsCount": {
|
|
361
|
+
"type": "number",
|
|
362
|
+
"description": "Number of actions associated with this step."
|
|
363
|
+
},
|
|
364
|
+
"progress": {
|
|
365
|
+
"type": "number",
|
|
366
|
+
"description": "Optional determinate progress value between 0 and `progressMax`."
|
|
367
|
+
},
|
|
368
|
+
"progressMax": {
|
|
369
|
+
"type": "number",
|
|
370
|
+
"description": "Maximum value for the progress bar. Defaults to 100."
|
|
371
|
+
},
|
|
372
|
+
"details": {
|
|
373
|
+
"type": "array",
|
|
374
|
+
"items": {
|
|
375
|
+
"type": "object",
|
|
376
|
+
"properties": {
|
|
377
|
+
"id": {
|
|
378
|
+
"type": "string",
|
|
379
|
+
"description": "Stable identity for this detail panel."
|
|
380
|
+
},
|
|
381
|
+
"label": {
|
|
382
|
+
"type": "string",
|
|
383
|
+
"description": "Trigger label rendered on the Collapsible header."
|
|
384
|
+
},
|
|
385
|
+
"content": {
|
|
386
|
+
"type": "string",
|
|
387
|
+
"description": "Pre-formatted content shown inside the panel."
|
|
388
|
+
}
|
|
389
|
+
},
|
|
390
|
+
"additionalProperties": false,
|
|
391
|
+
"required": ["content", "id", "label"]
|
|
354
392
|
},
|
|
355
|
-
"
|
|
356
|
-
|
|
357
|
-
|
|
393
|
+
"description": "Expandable detail panels (logs, payloads, errors) shown inline."
|
|
394
|
+
},
|
|
395
|
+
"link": {
|
|
396
|
+
"type": "object",
|
|
397
|
+
"properties": {
|
|
398
|
+
"href": {
|
|
399
|
+
"type": "string",
|
|
400
|
+
"description": "Destination URL for the step link."
|
|
401
|
+
},
|
|
402
|
+
"label": {
|
|
403
|
+
"type": "string",
|
|
404
|
+
"description": "Visible text for the step link."
|
|
405
|
+
}
|
|
358
406
|
},
|
|
359
|
-
"
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
407
|
+
"additionalProperties": false,
|
|
408
|
+
"required": ["href", "label"],
|
|
409
|
+
"description": "Optional link to logs, traces, or a step detail route."
|
|
410
|
+
},
|
|
411
|
+
"rewound": {
|
|
412
|
+
"type": "boolean",
|
|
413
|
+
"description": "Marks a step that was speculatively executed and then unwound (rolled back)."
|
|
414
|
+
},
|
|
415
|
+
"compensates": {
|
|
416
|
+
"type": "string",
|
|
417
|
+
"description": "Id of the forward step that this step compensates (reverses)."
|
|
363
418
|
},
|
|
364
|
-
"
|
|
365
|
-
|
|
419
|
+
"children": {
|
|
420
|
+
"type": "array",
|
|
421
|
+
"items": {
|
|
422
|
+
"type": "object",
|
|
423
|
+
"additionalProperties": true
|
|
424
|
+
},
|
|
425
|
+
"description": "Descendants beyond the rendered depth cap; summarized as a depth-limit row."
|
|
426
|
+
}
|
|
366
427
|
},
|
|
367
|
-
"
|
|
428
|
+
"additionalProperties": false,
|
|
429
|
+
"required": ["id", "label", "status"]
|
|
368
430
|
},
|
|
369
|
-
"
|
|
431
|
+
"description": "Nested child-workflow steps rendered at depth 3."
|
|
432
|
+
}
|
|
433
|
+
},
|
|
434
|
+
"additionalProperties": false,
|
|
435
|
+
"required": ["id", "label", "status"]
|
|
436
|
+
},
|
|
437
|
+
"description": "Nested child-workflow steps rendered at depth 2."
|
|
438
|
+
}
|
|
439
|
+
},
|
|
440
|
+
"additionalProperties": false,
|
|
441
|
+
"required": ["id", "label", "status"]
|
|
442
|
+
},
|
|
443
|
+
"description": "Schema-bounded nested child-workflow steps."
|
|
444
|
+
}
|
|
445
|
+
},
|
|
446
|
+
"additionalProperties": false,
|
|
447
|
+
"required": ["id", "label", "status"]
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"type": "object",
|
|
451
|
+
"properties": {
|
|
452
|
+
"kind": {
|
|
453
|
+
"const": "branch",
|
|
454
|
+
"description": "Discriminator identifying a branch-group entry."
|
|
455
|
+
},
|
|
456
|
+
"id": {
|
|
457
|
+
"type": "string",
|
|
458
|
+
"description": "Stable identity; used as the keyed list identity."
|
|
459
|
+
},
|
|
460
|
+
"label": {
|
|
461
|
+
"type": "string",
|
|
462
|
+
"description": "Display label for the branch group."
|
|
463
|
+
},
|
|
464
|
+
"lanes": {
|
|
465
|
+
"type": "array",
|
|
466
|
+
"items": {
|
|
467
|
+
"type": "object",
|
|
468
|
+
"properties": {
|
|
469
|
+
"id": {
|
|
470
|
+
"type": "string",
|
|
471
|
+
"description": "Stable identity; used as the keyed list identity within the group."
|
|
472
|
+
},
|
|
473
|
+
"label": {
|
|
474
|
+
"type": "string",
|
|
475
|
+
"description": "Optional display label for the lane."
|
|
476
|
+
},
|
|
477
|
+
"outcome": {
|
|
478
|
+
"enum": ["won", "lost", "settled"],
|
|
479
|
+
"description": "Competitive outcome for the lane. Omit while the branch is still racing."
|
|
480
|
+
},
|
|
481
|
+
"steps": {
|
|
482
|
+
"type": "array",
|
|
483
|
+
"items": {
|
|
484
|
+
"type": "object",
|
|
485
|
+
"properties": {
|
|
486
|
+
"id": {
|
|
487
|
+
"type": "string",
|
|
488
|
+
"description": "Stable identity; used as the keyed list identity."
|
|
489
|
+
},
|
|
490
|
+
"label": {
|
|
491
|
+
"type": "string",
|
|
492
|
+
"description": "Display label for this step."
|
|
493
|
+
},
|
|
494
|
+
"status": {
|
|
495
|
+
"enum": [
|
|
496
|
+
"pending",
|
|
497
|
+
"running",
|
|
498
|
+
"succeeded",
|
|
499
|
+
"failed",
|
|
500
|
+
"cancelled",
|
|
501
|
+
"skipped",
|
|
502
|
+
"retrying",
|
|
503
|
+
"waiting_approval"
|
|
504
|
+
],
|
|
505
|
+
"description": "Generic execution state."
|
|
506
|
+
},
|
|
507
|
+
"startTime": {
|
|
508
|
+
"type": "string",
|
|
509
|
+
"description": "ISO datetime string for when this step started."
|
|
510
|
+
},
|
|
511
|
+
"endTime": {
|
|
512
|
+
"type": "string",
|
|
513
|
+
"description": "ISO datetime string for when this step ended."
|
|
514
|
+
},
|
|
515
|
+
"duration": {
|
|
516
|
+
"type": "string",
|
|
517
|
+
"description": "Human-readable duration string, e.g. \"1m 23s\"."
|
|
518
|
+
},
|
|
519
|
+
"attemptCount": {
|
|
520
|
+
"type": "number",
|
|
521
|
+
"description": "Number of attempts made so far, including any retries."
|
|
522
|
+
},
|
|
523
|
+
"actionsCount": {
|
|
524
|
+
"type": "number",
|
|
525
|
+
"description": "Number of actions associated with this step."
|
|
526
|
+
},
|
|
527
|
+
"progress": {
|
|
528
|
+
"type": "number",
|
|
529
|
+
"description": "Optional determinate progress value between 0 and `progressMax`."
|
|
530
|
+
},
|
|
531
|
+
"progressMax": {
|
|
532
|
+
"type": "number",
|
|
533
|
+
"description": "Maximum value for the progress bar. Defaults to 100."
|
|
534
|
+
},
|
|
535
|
+
"details": {
|
|
536
|
+
"type": "array",
|
|
537
|
+
"items": {
|
|
370
538
|
"type": "object",
|
|
371
539
|
"properties": {
|
|
372
|
-
"
|
|
540
|
+
"id": {
|
|
373
541
|
"type": "string",
|
|
374
|
-
"description": "
|
|
542
|
+
"description": "Stable identity for this detail panel."
|
|
375
543
|
},
|
|
376
544
|
"label": {
|
|
377
545
|
"type": "string",
|
|
378
|
-
"description": "
|
|
546
|
+
"description": "Trigger label rendered on the Collapsible header."
|
|
547
|
+
},
|
|
548
|
+
"content": {
|
|
549
|
+
"type": "string",
|
|
550
|
+
"description": "Pre-formatted content shown inside the panel."
|
|
379
551
|
}
|
|
380
552
|
},
|
|
381
553
|
"additionalProperties": false,
|
|
382
|
-
"required": ["
|
|
383
|
-
"description": "Optional link to logs, traces, or a step detail route."
|
|
554
|
+
"required": ["content", "id", "label"]
|
|
384
555
|
},
|
|
385
|
-
"
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
556
|
+
"description": "Expandable detail panels (logs, payloads, errors) shown inline."
|
|
557
|
+
},
|
|
558
|
+
"link": {
|
|
559
|
+
"type": "object",
|
|
560
|
+
"properties": {
|
|
561
|
+
"href": {
|
|
562
|
+
"type": "string",
|
|
563
|
+
"description": "Destination URL for the step link."
|
|
390
564
|
},
|
|
391
|
-
"
|
|
392
|
-
|
|
565
|
+
"label": {
|
|
566
|
+
"type": "string",
|
|
567
|
+
"description": "Visible text for the step link."
|
|
568
|
+
}
|
|
569
|
+
},
|
|
570
|
+
"additionalProperties": false,
|
|
571
|
+
"required": ["href", "label"],
|
|
572
|
+
"description": "Optional link to logs, traces, or a step detail route."
|
|
573
|
+
},
|
|
574
|
+
"rewound": {
|
|
575
|
+
"type": "boolean",
|
|
576
|
+
"description": "Marks a step that was speculatively executed and then unwound (rolled back)."
|
|
577
|
+
},
|
|
578
|
+
"compensates": {
|
|
579
|
+
"type": "string",
|
|
580
|
+
"description": "Id of the forward step that this step compensates (reverses)."
|
|
393
581
|
},
|
|
394
|
-
"
|
|
395
|
-
|
|
582
|
+
"children": {
|
|
583
|
+
"type": "array",
|
|
584
|
+
"items": {
|
|
585
|
+
"type": "object",
|
|
586
|
+
"properties": {
|
|
587
|
+
"id": {
|
|
588
|
+
"type": "string",
|
|
589
|
+
"description": "Stable identity; used as the keyed list identity."
|
|
590
|
+
},
|
|
591
|
+
"label": {
|
|
592
|
+
"type": "string",
|
|
593
|
+
"description": "Display label for this step."
|
|
594
|
+
},
|
|
595
|
+
"status": {
|
|
596
|
+
"enum": [
|
|
597
|
+
"pending",
|
|
598
|
+
"running",
|
|
599
|
+
"succeeded",
|
|
600
|
+
"failed",
|
|
601
|
+
"cancelled",
|
|
602
|
+
"skipped",
|
|
603
|
+
"retrying",
|
|
604
|
+
"waiting_approval"
|
|
605
|
+
],
|
|
606
|
+
"description": "Generic execution state."
|
|
607
|
+
},
|
|
608
|
+
"startTime": {
|
|
609
|
+
"type": "string",
|
|
610
|
+
"description": "ISO datetime string for when this step started."
|
|
611
|
+
},
|
|
612
|
+
"endTime": {
|
|
613
|
+
"type": "string",
|
|
614
|
+
"description": "ISO datetime string for when this step ended."
|
|
615
|
+
},
|
|
616
|
+
"duration": {
|
|
617
|
+
"type": "string",
|
|
618
|
+
"description": "Human-readable duration string, e.g. \"1m 23s\"."
|
|
619
|
+
},
|
|
620
|
+
"attemptCount": {
|
|
621
|
+
"type": "number",
|
|
622
|
+
"description": "Number of attempts made so far, including any retries."
|
|
623
|
+
},
|
|
624
|
+
"actionsCount": {
|
|
625
|
+
"type": "number",
|
|
626
|
+
"description": "Number of actions associated with this step."
|
|
627
|
+
},
|
|
628
|
+
"progress": {
|
|
629
|
+
"type": "number",
|
|
630
|
+
"description": "Optional determinate progress value between 0 and `progressMax`."
|
|
631
|
+
},
|
|
632
|
+
"progressMax": {
|
|
633
|
+
"type": "number",
|
|
634
|
+
"description": "Maximum value for the progress bar. Defaults to 100."
|
|
635
|
+
},
|
|
636
|
+
"details": {
|
|
637
|
+
"type": "array",
|
|
638
|
+
"items": {
|
|
639
|
+
"type": "object",
|
|
640
|
+
"properties": {
|
|
641
|
+
"id": {
|
|
642
|
+
"type": "string",
|
|
643
|
+
"description": "Stable identity for this detail panel."
|
|
644
|
+
},
|
|
645
|
+
"label": {
|
|
646
|
+
"type": "string",
|
|
647
|
+
"description": "Trigger label rendered on the Collapsible header."
|
|
648
|
+
},
|
|
649
|
+
"content": {
|
|
650
|
+
"type": "string",
|
|
651
|
+
"description": "Pre-formatted content shown inside the panel."
|
|
652
|
+
}
|
|
653
|
+
},
|
|
654
|
+
"additionalProperties": false,
|
|
655
|
+
"required": ["content", "id", "label"]
|
|
656
|
+
},
|
|
657
|
+
"description": "Expandable detail panels (logs, payloads, errors) shown inline."
|
|
658
|
+
},
|
|
659
|
+
"link": {
|
|
660
|
+
"type": "object",
|
|
661
|
+
"properties": {
|
|
662
|
+
"href": {
|
|
663
|
+
"type": "string",
|
|
664
|
+
"description": "Destination URL for the step link."
|
|
665
|
+
},
|
|
666
|
+
"label": {
|
|
667
|
+
"type": "string",
|
|
668
|
+
"description": "Visible text for the step link."
|
|
669
|
+
}
|
|
670
|
+
},
|
|
671
|
+
"additionalProperties": false,
|
|
672
|
+
"required": ["href", "label"],
|
|
673
|
+
"description": "Optional link to logs, traces, or a step detail route."
|
|
674
|
+
},
|
|
675
|
+
"rewound": {
|
|
676
|
+
"type": "boolean",
|
|
677
|
+
"description": "Marks a step that was speculatively executed and then unwound (rolled back)."
|
|
678
|
+
},
|
|
679
|
+
"compensates": {
|
|
680
|
+
"type": "string",
|
|
681
|
+
"description": "Id of the forward step that this step compensates (reverses)."
|
|
682
|
+
},
|
|
683
|
+
"children": {
|
|
684
|
+
"type": "array",
|
|
685
|
+
"items": {
|
|
686
|
+
"type": "object",
|
|
687
|
+
"properties": {
|
|
688
|
+
"id": {
|
|
689
|
+
"type": "string",
|
|
690
|
+
"description": "Stable identity; used as the keyed list identity."
|
|
691
|
+
},
|
|
692
|
+
"label": {
|
|
693
|
+
"type": "string",
|
|
694
|
+
"description": "Display label for this step."
|
|
695
|
+
},
|
|
696
|
+
"status": {
|
|
697
|
+
"enum": [
|
|
698
|
+
"pending",
|
|
699
|
+
"running",
|
|
700
|
+
"succeeded",
|
|
701
|
+
"failed",
|
|
702
|
+
"cancelled",
|
|
703
|
+
"skipped",
|
|
704
|
+
"retrying",
|
|
705
|
+
"waiting_approval"
|
|
706
|
+
],
|
|
707
|
+
"description": "Generic execution state."
|
|
708
|
+
},
|
|
709
|
+
"startTime": {
|
|
710
|
+
"type": "string",
|
|
711
|
+
"description": "ISO datetime string for when this step started."
|
|
712
|
+
},
|
|
713
|
+
"endTime": {
|
|
714
|
+
"type": "string",
|
|
715
|
+
"description": "ISO datetime string for when this step ended."
|
|
716
|
+
},
|
|
717
|
+
"duration": {
|
|
718
|
+
"type": "string",
|
|
719
|
+
"description": "Human-readable duration string, e.g. \"1m 23s\"."
|
|
720
|
+
},
|
|
721
|
+
"attemptCount": {
|
|
722
|
+
"type": "number",
|
|
723
|
+
"description": "Number of attempts made so far, including any retries."
|
|
724
|
+
},
|
|
725
|
+
"actionsCount": {
|
|
726
|
+
"type": "number",
|
|
727
|
+
"description": "Number of actions associated with this step."
|
|
728
|
+
},
|
|
729
|
+
"progress": {
|
|
730
|
+
"type": "number",
|
|
731
|
+
"description": "Optional determinate progress value between 0 and `progressMax`."
|
|
732
|
+
},
|
|
733
|
+
"progressMax": {
|
|
734
|
+
"type": "number",
|
|
735
|
+
"description": "Maximum value for the progress bar. Defaults to 100."
|
|
736
|
+
},
|
|
737
|
+
"details": {
|
|
738
|
+
"type": "array",
|
|
739
|
+
"items": {
|
|
740
|
+
"type": "object",
|
|
741
|
+
"properties": {
|
|
742
|
+
"id": {
|
|
743
|
+
"type": "string",
|
|
744
|
+
"description": "Stable identity for this detail panel."
|
|
745
|
+
},
|
|
746
|
+
"label": {
|
|
747
|
+
"type": "string",
|
|
748
|
+
"description": "Trigger label rendered on the Collapsible header."
|
|
749
|
+
},
|
|
750
|
+
"content": {
|
|
751
|
+
"type": "string",
|
|
752
|
+
"description": "Pre-formatted content shown inside the panel."
|
|
753
|
+
}
|
|
754
|
+
},
|
|
755
|
+
"additionalProperties": false,
|
|
756
|
+
"required": ["content", "id", "label"]
|
|
757
|
+
},
|
|
758
|
+
"description": "Expandable detail panels (logs, payloads, errors) shown inline."
|
|
759
|
+
},
|
|
760
|
+
"link": {
|
|
761
|
+
"type": "object",
|
|
762
|
+
"properties": {
|
|
763
|
+
"href": {
|
|
764
|
+
"type": "string",
|
|
765
|
+
"description": "Destination URL for the step link."
|
|
766
|
+
},
|
|
767
|
+
"label": {
|
|
768
|
+
"type": "string",
|
|
769
|
+
"description": "Visible text for the step link."
|
|
770
|
+
}
|
|
771
|
+
},
|
|
772
|
+
"additionalProperties": false,
|
|
773
|
+
"required": ["href", "label"],
|
|
774
|
+
"description": "Optional link to logs, traces, or a step detail route."
|
|
775
|
+
},
|
|
776
|
+
"rewound": {
|
|
777
|
+
"type": "boolean",
|
|
778
|
+
"description": "Marks a step that was speculatively executed and then unwound (rolled back)."
|
|
779
|
+
},
|
|
780
|
+
"compensates": {
|
|
781
|
+
"type": "string",
|
|
782
|
+
"description": "Id of the forward step that this step compensates (reverses)."
|
|
783
|
+
},
|
|
784
|
+
"children": {
|
|
785
|
+
"type": "array",
|
|
786
|
+
"items": {
|
|
787
|
+
"type": "object",
|
|
788
|
+
"properties": {
|
|
789
|
+
"id": {
|
|
790
|
+
"type": "string",
|
|
791
|
+
"description": "Stable identity; used as the keyed list identity."
|
|
792
|
+
},
|
|
793
|
+
"label": {
|
|
794
|
+
"type": "string",
|
|
795
|
+
"description": "Display label for this step."
|
|
796
|
+
},
|
|
797
|
+
"status": {
|
|
798
|
+
"enum": [
|
|
799
|
+
"pending",
|
|
800
|
+
"running",
|
|
801
|
+
"succeeded",
|
|
802
|
+
"failed",
|
|
803
|
+
"cancelled",
|
|
804
|
+
"skipped",
|
|
805
|
+
"retrying",
|
|
806
|
+
"waiting_approval"
|
|
807
|
+
],
|
|
808
|
+
"description": "Generic execution state."
|
|
809
|
+
},
|
|
810
|
+
"startTime": {
|
|
811
|
+
"type": "string",
|
|
812
|
+
"description": "ISO datetime string for when this step started."
|
|
813
|
+
},
|
|
814
|
+
"endTime": {
|
|
815
|
+
"type": "string",
|
|
816
|
+
"description": "ISO datetime string for when this step ended."
|
|
817
|
+
},
|
|
818
|
+
"duration": {
|
|
819
|
+
"type": "string",
|
|
820
|
+
"description": "Human-readable duration string, e.g. \"1m 23s\"."
|
|
821
|
+
},
|
|
822
|
+
"attemptCount": {
|
|
823
|
+
"type": "number",
|
|
824
|
+
"description": "Number of attempts made so far, including any retries."
|
|
825
|
+
},
|
|
826
|
+
"actionsCount": {
|
|
827
|
+
"type": "number",
|
|
828
|
+
"description": "Number of actions associated with this step."
|
|
829
|
+
},
|
|
830
|
+
"progress": {
|
|
831
|
+
"type": "number",
|
|
832
|
+
"description": "Optional determinate progress value between 0 and `progressMax`."
|
|
833
|
+
},
|
|
834
|
+
"progressMax": {
|
|
835
|
+
"type": "number",
|
|
836
|
+
"description": "Maximum value for the progress bar. Defaults to 100."
|
|
837
|
+
},
|
|
838
|
+
"details": {
|
|
839
|
+
"type": "array",
|
|
840
|
+
"items": {
|
|
841
|
+
"type": "object",
|
|
842
|
+
"properties": {
|
|
843
|
+
"id": {
|
|
844
|
+
"type": "string",
|
|
845
|
+
"description": "Stable identity for this detail panel."
|
|
846
|
+
},
|
|
847
|
+
"label": {
|
|
848
|
+
"type": "string",
|
|
849
|
+
"description": "Trigger label rendered on the Collapsible header."
|
|
850
|
+
},
|
|
851
|
+
"content": {
|
|
852
|
+
"type": "string",
|
|
853
|
+
"description": "Pre-formatted content shown inside the panel."
|
|
854
|
+
}
|
|
855
|
+
},
|
|
856
|
+
"additionalProperties": false,
|
|
857
|
+
"required": ["content", "id", "label"]
|
|
858
|
+
},
|
|
859
|
+
"description": "Expandable detail panels (logs, payloads, errors) shown inline."
|
|
860
|
+
},
|
|
861
|
+
"link": {
|
|
862
|
+
"type": "object",
|
|
863
|
+
"properties": {
|
|
864
|
+
"href": {
|
|
865
|
+
"type": "string",
|
|
866
|
+
"description": "Destination URL for the step link."
|
|
867
|
+
},
|
|
868
|
+
"label": {
|
|
869
|
+
"type": "string",
|
|
870
|
+
"description": "Visible text for the step link."
|
|
871
|
+
}
|
|
872
|
+
},
|
|
873
|
+
"additionalProperties": false,
|
|
874
|
+
"required": ["href", "label"],
|
|
875
|
+
"description": "Optional link to logs, traces, or a step detail route."
|
|
876
|
+
},
|
|
877
|
+
"rewound": {
|
|
878
|
+
"type": "boolean",
|
|
879
|
+
"description": "Marks a step that was speculatively executed and then unwound (rolled back)."
|
|
880
|
+
},
|
|
881
|
+
"compensates": {
|
|
882
|
+
"type": "string",
|
|
883
|
+
"description": "Id of the forward step that this step compensates (reverses)."
|
|
884
|
+
},
|
|
885
|
+
"children": {
|
|
886
|
+
"type": "array",
|
|
887
|
+
"items": {
|
|
888
|
+
"type": "object",
|
|
889
|
+
"additionalProperties": true
|
|
890
|
+
},
|
|
891
|
+
"description": "Descendants beyond the rendered depth cap; summarized as a depth-limit row."
|
|
892
|
+
}
|
|
893
|
+
},
|
|
894
|
+
"additionalProperties": false,
|
|
895
|
+
"required": ["id", "label", "status"]
|
|
896
|
+
},
|
|
897
|
+
"description": "Nested child-workflow steps rendered at depth 3."
|
|
898
|
+
}
|
|
899
|
+
},
|
|
900
|
+
"additionalProperties": false,
|
|
901
|
+
"required": ["id", "label", "status"]
|
|
902
|
+
},
|
|
903
|
+
"description": "Nested child-workflow steps rendered at depth 2."
|
|
904
|
+
}
|
|
905
|
+
},
|
|
906
|
+
"additionalProperties": false,
|
|
907
|
+
"required": ["id", "label", "status"]
|
|
908
|
+
},
|
|
909
|
+
"description": "Schema-bounded nested child-workflow steps."
|
|
910
|
+
}
|
|
396
911
|
},
|
|
397
|
-
"
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
912
|
+
"additionalProperties": false,
|
|
913
|
+
"required": ["id", "label", "status"]
|
|
914
|
+
},
|
|
915
|
+
"description": "Ordered steps that ran within this lane."
|
|
916
|
+
}
|
|
402
917
|
},
|
|
403
|
-
"
|
|
404
|
-
|
|
918
|
+
"additionalProperties": false,
|
|
919
|
+
"required": ["id", "steps"]
|
|
920
|
+
},
|
|
921
|
+
"description": "The parallel sub-lanes."
|
|
922
|
+
},
|
|
923
|
+
"collapseThreshold": {
|
|
924
|
+
"type": "integer",
|
|
925
|
+
"minimum": 1,
|
|
926
|
+
"description": "Collapse the group by default once the lane count reaches this threshold. Defaults to 3."
|
|
405
927
|
},
|
|
406
|
-
"
|
|
407
|
-
|
|
928
|
+
"collapsed": {
|
|
929
|
+
"type": "boolean",
|
|
930
|
+
"description": "Force the initial collapsed (`true`) or expanded (`false`) state."
|
|
931
|
+
}
|
|
408
932
|
},
|
|
409
|
-
"
|
|
933
|
+
"additionalProperties": false,
|
|
934
|
+
"required": ["id", "kind", "label", "lanes"]
|
|
410
935
|
}
|
|
411
|
-
|
|
412
|
-
"additionalProperties": false,
|
|
413
|
-
"required": ["id", "label", "status"]
|
|
936
|
+
]
|
|
414
937
|
},
|
|
415
|
-
"description": "Ordered list of
|
|
938
|
+
"description": "Ordered list of timeline entries to render — either steps or branch/coordination groups."
|
|
416
939
|
}
|
|
417
940
|
},
|
|
418
941
|
"additionalProperties": false,
|