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