@contractspec/bundle.library 3.9.6 → 3.9.8
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/.turbo/turbo-build.log +238 -230
- package/CHANGELOG.md +88 -0
- package/dist/components/docs/DocsIndexPage.js +2 -2
- package/dist/components/docs/docsManifest.js +1 -1
- package/dist/components/docs/getting-started/DataViewTutorialPage.js +40 -4
- package/dist/components/docs/getting-started/index.js +46 -10
- package/dist/components/docs/guides/GuideContractDrivenFormsPage.content.d.ts +3 -0
- package/dist/components/docs/guides/GuideContractDrivenFormsPage.content.js +95 -0
- package/dist/components/docs/guides/GuideContractDrivenFormsPage.d.ts +1 -0
- package/dist/components/docs/guides/GuideContractDrivenFormsPage.js +95 -0
- package/dist/components/docs/guides/GuideSpecValidationTypingPage.js +1 -1
- package/dist/components/docs/guides/GuidesIndexPage.js +2 -2
- package/dist/components/docs/guides/guides.docblocks.js +3 -1
- package/dist/components/docs/guides/index.d.ts +1 -0
- package/dist/components/docs/guides/index.js +139 -44
- package/dist/components/docs/index.js +586 -266
- package/dist/components/docs/libraries/LibrariesApplicationShellPage.content.d.ts +16 -0
- package/dist/components/docs/libraries/LibrariesApplicationShellPage.content.js +148 -0
- package/dist/components/docs/libraries/LibrariesApplicationShellPage.d.ts +1 -0
- package/dist/components/docs/libraries/LibrariesApplicationShellPage.js +148 -0
- package/dist/components/docs/libraries/LibrariesDataViewsPage.js +13 -6
- package/dist/components/docs/libraries/LibrariesDesignSystemPage.js +3 -3
- package/dist/components/docs/libraries/LibrariesOverviewPage.js +1 -1
- package/dist/components/docs/libraries/index.d.ts +1 -0
- package/dist/components/docs/libraries/index.js +217 -64
- package/dist/components/docs/specs/SpecsDataViewsPage.js +37 -1
- package/dist/components/docs/specs/index.js +37 -1
- package/dist/index.js +597 -277
- package/dist/libs/posthog/client.js +1 -1
- package/dist/node/components/docs/DocsIndexPage.js +2 -2
- package/dist/node/components/docs/docsManifest.js +1 -1
- package/dist/node/components/docs/getting-started/DataViewTutorialPage.js +40 -4
- package/dist/node/components/docs/getting-started/index.js +46 -10
- package/dist/node/components/docs/guides/GuideContractDrivenFormsPage.content.js +94 -0
- package/dist/node/components/docs/guides/GuideContractDrivenFormsPage.js +94 -0
- package/dist/node/components/docs/guides/GuideSpecValidationTypingPage.js +1 -1
- package/dist/node/components/docs/guides/GuidesIndexPage.js +2 -2
- package/dist/node/components/docs/guides/guides.docblocks.js +3 -1
- package/dist/node/components/docs/guides/index.js +139 -44
- package/dist/node/components/docs/index.js +586 -266
- package/dist/node/components/docs/libraries/LibrariesApplicationShellPage.content.js +147 -0
- package/dist/node/components/docs/libraries/LibrariesApplicationShellPage.js +147 -0
- package/dist/node/components/docs/libraries/LibrariesDataViewsPage.js +13 -6
- package/dist/node/components/docs/libraries/LibrariesDesignSystemPage.js +3 -3
- package/dist/node/components/docs/libraries/LibrariesOverviewPage.js +1 -1
- package/dist/node/components/docs/libraries/index.js +217 -64
- package/dist/node/components/docs/specs/SpecsDataViewsPage.js +37 -1
- package/dist/node/components/docs/specs/index.js +37 -1
- package/dist/node/index.js +597 -277
- package/dist/node/libs/posthog/client.js +1 -1
- package/package.json +71 -23
- package/src/components/docs/docsManifest.ts +22 -0
- package/src/components/docs/generated/docs-index._common.json +2008 -1699
- package/src/components/docs/generated/docs-index.agent-console.json +377 -377
- package/src/components/docs/generated/docs-index.ai-chat-assistant.json +17 -17
- package/src/components/docs/generated/docs-index.ai-chat.json +105 -105
- package/src/components/docs/generated/docs-index.ai-support-bot.json +9 -9
- package/src/components/docs/generated/docs-index.analytics-dashboard.json +169 -169
- package/src/components/docs/generated/docs-index.app-config.json +137 -137
- package/src/components/docs/generated/docs-index.artisan-knowledge-product.json +17 -17
- package/src/components/docs/generated/docs-index.artisan-payments-stripe.json +33 -33
- package/src/components/docs/generated/docs-index.audit-trail.json +49 -49
- package/src/components/docs/generated/docs-index.calendar-google.json +9 -9
- package/src/components/docs/generated/docs-index.content-generation.json +9 -9
- package/src/components/docs/generated/docs-index.control-plane.json +17 -17
- package/src/components/docs/generated/docs-index.crm-pipeline.json +161 -161
- package/src/components/docs/generated/docs-index.data-grid-showcase.json +25 -25
- package/src/components/docs/generated/docs-index.defineExample.json +9 -9
- package/src/components/docs/generated/docs-index.email-gmail.json +9 -9
- package/src/components/docs/generated/docs-index.feature-flags.json +217 -217
- package/src/components/docs/generated/docs-index.files.json +177 -177
- package/src/components/docs/generated/docs-index.generated.ts +20 -20
- package/src/components/docs/generated/docs-index.harness-lab.json +9 -9
- package/src/components/docs/generated/docs-index.health.json +97 -97
- package/src/components/docs/generated/docs-index.identity-rbac.json +313 -313
- package/src/components/docs/generated/docs-index.in-app-docs.json +9 -9
- package/src/components/docs/generated/docs-index.integration-hub.json +265 -265
- package/src/components/docs/generated/docs-index.integration-posthog.json +9 -9
- package/src/components/docs/generated/docs-index.integration-stripe.json +9 -9
- package/src/components/docs/generated/docs-index.integration-supabase.json +9 -9
- package/src/components/docs/generated/docs-index.jobs.json +137 -137
- package/src/components/docs/generated/docs-index.kb-update-pipeline.json +129 -129
- package/src/components/docs/generated/docs-index.knowledge-canon.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-ambient-coach.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-crm-onboarding.json +49 -49
- package/src/components/docs/generated/docs-index.learning-journey-duo-drills.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-platform-tour.json +49 -49
- package/src/components/docs/generated/docs-index.learning-journey-quest-challenges.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-registry.json +33 -33
- package/src/components/docs/generated/docs-index.learning-journey-studio-onboarding.json +49 -49
- package/src/components/docs/generated/docs-index.learning-journey-ui-coaching.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-ui-gamified.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-ui-onboarding.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-ui-shared.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey.json +241 -241
- package/src/components/docs/generated/docs-index.learning-patterns.json +9 -9
- package/src/components/docs/generated/docs-index.lifecycle-cli.json +9 -9
- package/src/components/docs/generated/docs-index.lifecycle-dashboard.json +9 -9
- package/src/components/docs/generated/docs-index.locale-jurisdiction-gate.json +65 -65
- package/src/components/docs/generated/docs-index.marketplace.json +337 -337
- package/src/components/docs/generated/docs-index.meeting-recorder-providers.json +9 -9
- package/src/components/docs/generated/docs-index.meeting-recorder.json +49 -49
- package/src/components/docs/generated/docs-index.messaging-agent-actions.json +17 -17
- package/src/components/docs/generated/docs-index.metrics.json +201 -201
- package/src/components/docs/generated/docs-index.minimal.json +17 -17
- package/src/components/docs/generated/docs-index.mobile-demo-landing.json +41 -41
- package/src/components/docs/generated/docs-index.notifications.json +65 -65
- package/src/components/docs/generated/docs-index.openbanking-powens.json +9 -9
- package/src/components/docs/generated/docs-index.openbanking.json +65 -65
- package/src/components/docs/generated/docs-index.opencode-cli.json +17 -17
- package/src/components/docs/generated/docs-index.personalization.json +9 -9
- package/src/components/docs/generated/docs-index.platform-acp.json +137 -137
- package/src/components/docs/generated/docs-index.platform-agent.json +201 -201
- package/src/components/docs/generated/docs-index.platform-context.json +121 -121
- package/src/components/docs/generated/docs-index.platform-control-plane.json +321 -321
- package/src/components/docs/generated/docs-index.platform-database.json +89 -89
- package/src/components/docs/generated/docs-index.platform-docs.json +161 -161
- package/src/components/docs/generated/docs-index.platform-harness.json +177 -177
- package/src/components/docs/generated/docs-index.platform-integrations.json +329 -329
- package/src/components/docs/generated/docs-index.platform-knowledge.json +57 -57
- package/src/components/docs/generated/docs-index.platform-provider-ranking.json +217 -217
- package/src/components/docs/generated/docs-index.pocket-family-office.json +129 -129
- package/src/components/docs/generated/docs-index.policy-safe-knowledge-assistant.json +9 -9
- package/src/components/docs/generated/docs-index.product-intent.json +9 -9
- package/src/components/docs/generated/docs-index.project-management-sync.json +9 -9
- package/src/components/docs/generated/docs-index.saas-boilerplate.json +209 -209
- package/src/components/docs/generated/docs-index.service-business-os.json +193 -193
- package/src/components/docs/generated/docs-index.team-hub.json +185 -185
- package/src/components/docs/generated/docs-index.unknown.json +521 -521
- package/src/components/docs/generated/docs-index.versioned-knowledge-base.json +81 -81
- package/src/components/docs/generated/docs-index.video-api-showcase.json +33 -33
- package/src/components/docs/generated/docs-index.video-docs-terminal.json +9 -9
- package/src/components/docs/generated/docs-index.video-marketing-clip.json +9 -9
- package/src/components/docs/generated/docs-index.visualization-showcase.json +17 -17
- package/src/components/docs/generated/docs-index.voice-providers.json +9 -9
- package/src/components/docs/generated/docs-index.wealth-snapshot.json +153 -153
- package/src/components/docs/generated/docs-index.workflow-system.json +433 -433
- package/src/components/docs/generated/docs-index.workspace-cli.json +9 -9
- package/src/components/docs/getting-started/DataViewTutorialPage.tsx +40 -1
- package/src/components/docs/guides/GuideContractDrivenFormsPage.content.ts +98 -0
- package/src/components/docs/guides/GuideContractDrivenFormsPage.tsx +143 -0
- package/src/components/docs/guides/GuideSpecValidationTypingPage.tsx +2 -2
- package/src/components/docs/guides/GuidesIndexPage.tsx +7 -0
- package/src/components/docs/guides/guides.docblocks.ts +12 -0
- package/src/components/docs/guides/index.ts +1 -0
- package/src/components/docs/libraries/LibrariesApplicationShellPage.content.ts +170 -0
- package/src/components/docs/libraries/LibrariesApplicationShellPage.tsx +112 -0
- package/src/components/docs/libraries/LibrariesDataViewsPage.tsx +26 -5
- package/src/components/docs/libraries/LibrariesDesignSystemPage.tsx +9 -0
- package/src/components/docs/libraries/LibrariesOverviewPage.tsx +6 -0
- package/src/components/docs/libraries/index.ts +1 -0
- package/src/components/docs/specs/SpecsDataViewsPage.tsx +39 -3
- package/src/libs/posthog/client.ts +11 -9
|
@@ -1,434 +1,434 @@
|
|
|
1
1
|
[
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
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
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
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
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
]
|
|
2
|
+
{
|
|
3
|
+
"id": "workflow-system/approval",
|
|
4
|
+
"title": "approval",
|
|
5
|
+
"summary": "Approval workflows and user decisions\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Owners**: platform.core\n- **Tags**: approval, workflow\n- **File**: `packages/examples/workflow-system/src/workflow-system.capability.ts`",
|
|
6
|
+
"route": "/docs/reference/workflow-system/approval",
|
|
7
|
+
"source": "generated",
|
|
8
|
+
"contentPath": "workflow-system/approval.md"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"id": "workflow-system/state-machine",
|
|
12
|
+
"title": "state-machine",
|
|
13
|
+
"summary": "State machine orchestration and transitions\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Owners**: platform.core\n- **Tags**: state-machine, workflow\n- **File**: `packages/examples/workflow-system/src/workflow-system.capability.ts`",
|
|
14
|
+
"route": "/docs/reference/workflow-system/state-machine",
|
|
15
|
+
"source": "generated",
|
|
16
|
+
"contentPath": "workflow-system/state-machine.md"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"id": "workflow-system/workflow",
|
|
20
|
+
"title": "workflow",
|
|
21
|
+
"summary": "Workflow definitions and orchestration\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Owners**: platform.core\n- **Tags**: workflow, automation\n- **File**: `packages/examples/workflow-system/src/workflow-system.capability.ts`",
|
|
22
|
+
"route": "/docs/reference/workflow-system/workflow",
|
|
23
|
+
"source": "generated",
|
|
24
|
+
"contentPath": "workflow-system/workflow.md"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"id": "workflow-system/workflow-system",
|
|
28
|
+
"title": "workflow-system",
|
|
29
|
+
"summary": "State machine-based workflow engine with role-based approvals, delegation, and escalation\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @workflow-team\n- **Tags**: workflow, approval, state-machine, automation",
|
|
30
|
+
"route": "/docs/reference/workflow-system/workflow-system",
|
|
31
|
+
"source": "generated",
|
|
32
|
+
"contentPath": "workflow-system/workflow-system.md"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"id": "workflow-system/workflow.approval.badge",
|
|
36
|
+
"title": "workflow.approval.badge",
|
|
37
|
+
"summary": "Badge showing count of pending approvals\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Owners**: @workflow-team\n- **Tags**: workflow, approval, badge, widget\n- **File**: `packages/examples/workflow-system/src/presentations/index.ts`",
|
|
38
|
+
"route": "/docs/reference/workflow-system/workflow.approval.badge",
|
|
39
|
+
"source": "generated",
|
|
40
|
+
"contentPath": "workflow-system/workflow.approval.badge.md"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"id": "workflow-system/workflow.approval.comment.add",
|
|
44
|
+
"title": "workflow.approval.comment.add",
|
|
45
|
+
"summary": "Add a comment to an approval request.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.workflow-system\n- **Tags**: workflow, approval, comment\n- **File**: `packages/examples/workflow-system/src/approval/approval.operations.ts`",
|
|
46
|
+
"route": "/docs/reference/workflow-system/workflow.approval.comment.add",
|
|
47
|
+
"source": "generated",
|
|
48
|
+
"contentPath": "workflow-system/workflow.approval.comment.add.md"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"id": "workflow-system/workflow.approval.decide",
|
|
52
|
+
"title": "workflow.approval.decide",
|
|
53
|
+
"summary": "Submit an approval decision (approve/reject).\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.workflow-system\n- **Tags**: workflow, approval, decision\n- **File**: `packages/examples/workflow-system/src/approval/approval.operations.ts`",
|
|
54
|
+
"route": "/docs/reference/workflow-system/workflow.approval.decide",
|
|
55
|
+
"source": "generated",
|
|
56
|
+
"contentPath": "workflow-system/workflow.approval.decide.md"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"id": "workflow-system/workflow.approval.decide.test",
|
|
60
|
+
"title": "workflow.approval.decide.test",
|
|
61
|
+
"summary": "Test for deciding on approval\n- **Type**: test-spec (test-spec)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @example.workflow-system\n- **Tags**: test\n- **File**: `packages/examples/workflow-system/src/tests/operations.test-spec.ts`",
|
|
62
|
+
"route": "/docs/reference/workflow-system/workflow.approval.decide.test",
|
|
63
|
+
"source": "generated",
|
|
64
|
+
"contentPath": "workflow-system/workflow.approval.decide.test.md"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"id": "workflow-system/workflow.approval.decided",
|
|
68
|
+
"title": "workflow.approval.decided",
|
|
69
|
+
"summary": "An approval decision has been made.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @workflow-team\n- **Tags**: workflow, approval, decided\n- **File**: `packages/examples/workflow-system/src/approval/approval.event.ts`",
|
|
70
|
+
"route": "/docs/reference/workflow-system/workflow.approval.decided",
|
|
71
|
+
"source": "generated",
|
|
72
|
+
"contentPath": "workflow-system/workflow.approval.decided.md"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"id": "workflow-system/workflow.approval.delegate",
|
|
76
|
+
"title": "workflow.approval.delegate",
|
|
77
|
+
"summary": "Delegate an approval request to another user.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.workflow-system\n- **Tags**: workflow, approval, delegate\n- **File**: `packages/examples/workflow-system/src/approval/approval.operations.ts`",
|
|
78
|
+
"route": "/docs/reference/workflow-system/workflow.approval.delegate",
|
|
79
|
+
"source": "generated",
|
|
80
|
+
"contentPath": "workflow-system/workflow.approval.delegate.md"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"id": "workflow-system/workflow.approval.delegated",
|
|
84
|
+
"title": "workflow.approval.delegated",
|
|
85
|
+
"summary": "An approval has been delegated.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @workflow-team\n- **Tags**: workflow, approval, delegated\n- **File**: `packages/examples/workflow-system/src/approval/approval.event.ts`",
|
|
86
|
+
"route": "/docs/reference/workflow-system/workflow.approval.delegated",
|
|
87
|
+
"source": "generated",
|
|
88
|
+
"contentPath": "workflow-system/workflow.approval.delegated.md"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"id": "workflow-system/workflow.approval.detail",
|
|
92
|
+
"title": "workflow.approval.detail",
|
|
93
|
+
"summary": "Detailed approval request view with context and actions\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Owners**: @workflow-team\n- **Tags**: workflow, approval, detail\n- **File**: `packages/examples/workflow-system/src/presentations/index.ts`",
|
|
94
|
+
"route": "/docs/reference/workflow-system/workflow.approval.detail",
|
|
95
|
+
"source": "generated",
|
|
96
|
+
"contentPath": "workflow-system/workflow.approval.detail.md"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"id": "workflow-system/workflow.approval.escalated",
|
|
100
|
+
"title": "workflow.approval.escalated",
|
|
101
|
+
"summary": "An approval has been escalated.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @workflow-team\n- **Tags**: workflow, approval, escalated\n- **File**: `packages/examples/workflow-system/src/approval/approval.event.ts`",
|
|
102
|
+
"route": "/docs/reference/workflow-system/workflow.approval.escalated",
|
|
103
|
+
"source": "generated",
|
|
104
|
+
"contentPath": "workflow-system/workflow.approval.escalated.md"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"id": "workflow-system/workflow.approval.form",
|
|
108
|
+
"title": "workflow.approval.form",
|
|
109
|
+
"summary": "Form for submitting approval decisions\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Owners**: @workflow-team\n- **Tags**: workflow, approval, form\n- **File**: `packages/examples/workflow-system/src/presentations/index.ts`",
|
|
110
|
+
"route": "/docs/reference/workflow-system/workflow.approval.form",
|
|
111
|
+
"source": "generated",
|
|
112
|
+
"contentPath": "workflow-system/workflow.approval.form.md"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"id": "workflow-system/workflow.approval.get",
|
|
116
|
+
"title": "workflow.approval.get",
|
|
117
|
+
"summary": "Get an approval request with details.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.workflow-system\n- **Tags**: workflow, approval, get\n- **File**: `packages/examples/workflow-system/src/approval/approval.operations.ts`",
|
|
118
|
+
"route": "/docs/reference/workflow-system/workflow.approval.get",
|
|
119
|
+
"source": "generated",
|
|
120
|
+
"contentPath": "workflow-system/workflow.approval.get.md"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"id": "workflow-system/workflow.approval.inbox",
|
|
124
|
+
"title": "workflow.approval.inbox",
|
|
125
|
+
"summary": "Inbox showing pending approval requests for current user\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Owners**: @workflow-team\n- **Tags**: workflow, approval, inbox\n- **File**: `packages/examples/workflow-system/src/presentations/index.ts`",
|
|
126
|
+
"route": "/docs/reference/workflow-system/workflow.approval.inbox",
|
|
127
|
+
"source": "generated",
|
|
128
|
+
"contentPath": "workflow-system/workflow.approval.inbox.md"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"id": "workflow-system/workflow.approval.list.mine",
|
|
132
|
+
"title": "workflow.approval.list.mine",
|
|
133
|
+
"summary": "List approval requests assigned to current user.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.workflow-system\n- **Tags**: workflow, approval, list, inbox",
|
|
134
|
+
"route": "/docs/reference/workflow-system/workflow.approval.list.mine",
|
|
135
|
+
"source": "generated",
|
|
136
|
+
"contentPath": "workflow-system/workflow.approval.list.mine.md"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"id": "workflow-system/workflow.approval.list.mine.test",
|
|
140
|
+
"title": "workflow.approval.list.mine.test",
|
|
141
|
+
"summary": "Test for listing my approvals\n- **Type**: test-spec (test-spec)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @example.workflow-system\n- **Tags**: test\n- **File**: `packages/examples/workflow-system/src/tests/operations.test-spec.ts`",
|
|
142
|
+
"route": "/docs/reference/workflow-system/workflow.approval.list.mine.test",
|
|
143
|
+
"source": "generated",
|
|
144
|
+
"contentPath": "workflow-system/workflow.approval.list.mine.test.md"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"id": "workflow-system/workflow.approval.requested",
|
|
148
|
+
"title": "workflow.approval.requested",
|
|
149
|
+
"summary": "An approval has been requested.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @workflow-team\n- **Tags**: workflow, approval, requested\n- **File**: `packages/examples/workflow-system/src/approval/approval.event.ts`",
|
|
150
|
+
"route": "/docs/reference/workflow-system/workflow.approval.requested",
|
|
151
|
+
"source": "generated",
|
|
152
|
+
"contentPath": "workflow-system/workflow.approval.requested.md"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"id": "workflow-system/workflow.definition.create",
|
|
156
|
+
"title": "workflow.definition.create",
|
|
157
|
+
"summary": "Create a new workflow definition.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.workflow-system\n- **Tags**: workflow, definition, create\n- **File**: `packages/examples/workflow-system/src/workflow/workflow.operations.ts`",
|
|
158
|
+
"route": "/docs/reference/workflow-system/workflow.definition.create",
|
|
159
|
+
"source": "generated",
|
|
160
|
+
"contentPath": "workflow-system/workflow.definition.create.md"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"id": "workflow-system/workflow.definition.created",
|
|
164
|
+
"title": "workflow.definition.created",
|
|
165
|
+
"summary": "A new workflow definition has been created.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @workflow-team\n- **Tags**: workflow, definition, created\n- **File**: `packages/examples/workflow-system/src/workflow/workflow.event.ts`",
|
|
166
|
+
"route": "/docs/reference/workflow-system/workflow.definition.created",
|
|
167
|
+
"source": "generated",
|
|
168
|
+
"contentPath": "workflow-system/workflow.definition.created.md"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"id": "workflow-system/workflow.definition.detail",
|
|
172
|
+
"title": "workflow.definition.detail",
|
|
173
|
+
"summary": "Detailed view of a workflow definition with steps\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Owners**: @workflow-team\n- **Tags**: workflow, detail\n- **File**: `packages/examples/workflow-system/src/presentations/index.ts`",
|
|
174
|
+
"route": "/docs/reference/workflow-system/workflow.definition.detail",
|
|
175
|
+
"source": "generated",
|
|
176
|
+
"contentPath": "workflow-system/workflow.definition.detail.md"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"id": "workflow-system/workflow.definition.get",
|
|
180
|
+
"title": "workflow.definition.get",
|
|
181
|
+
"summary": "Get a workflow definition with all steps.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.workflow-system\n- **Tags**: workflow, definition, get\n- **File**: `packages/examples/workflow-system/src/workflow/workflow.operations.ts`",
|
|
182
|
+
"route": "/docs/reference/workflow-system/workflow.definition.get",
|
|
183
|
+
"source": "generated",
|
|
184
|
+
"contentPath": "workflow-system/workflow.definition.get.md"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"id": "workflow-system/workflow.definition.list",
|
|
188
|
+
"title": "workflow.definition.list",
|
|
189
|
+
"summary": "List workflow definitions with filtering.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.workflow-system\n- **Tags**: workflow, definition, list\n- **File**: `packages/examples/workflow-system/src/workflow/workflow.operations.ts`",
|
|
190
|
+
"route": "/docs/reference/workflow-system/workflow.definition.list",
|
|
191
|
+
"source": "generated",
|
|
192
|
+
"contentPath": "workflow-system/workflow.definition.list.md"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"id": "workflow-system/workflow.definition.list.test",
|
|
196
|
+
"title": "workflow.definition.list.test",
|
|
197
|
+
"summary": "Test for listing workflow definitions\n- **Type**: test-spec (test-spec)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @example.workflow-system\n- **Tags**: test\n- **File**: `packages/examples/workflow-system/src/tests/operations.test-spec.ts`",
|
|
198
|
+
"route": "/docs/reference/workflow-system/workflow.definition.list.test",
|
|
199
|
+
"source": "generated",
|
|
200
|
+
"contentPath": "workflow-system/workflow.definition.list.test.md"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"id": "workflow-system/workflow.definition.publish",
|
|
204
|
+
"title": "workflow.definition.publish",
|
|
205
|
+
"summary": "Publish a workflow definition to make it available for use.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.workflow-system\n- **Tags**: workflow, definition, publish",
|
|
206
|
+
"route": "/docs/reference/workflow-system/workflow.definition.publish",
|
|
207
|
+
"source": "generated",
|
|
208
|
+
"contentPath": "workflow-system/workflow.definition.publish.md"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"id": "workflow-system/workflow.definition.published",
|
|
212
|
+
"title": "workflow.definition.published",
|
|
213
|
+
"summary": "A workflow definition has been published and is now active.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @workflow-team\n- **Tags**: workflow, definition, published\n- **File**: `packages/examples/workflow-system/src/workflow/workflow.event.ts`",
|
|
214
|
+
"route": "/docs/reference/workflow-system/workflow.definition.published",
|
|
215
|
+
"source": "generated",
|
|
216
|
+
"contentPath": "workflow-system/workflow.definition.published.md"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"id": "workflow-system/workflow.definition.update",
|
|
220
|
+
"title": "workflow.definition.update",
|
|
221
|
+
"summary": "Update an existing workflow definition.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.workflow-system\n- **Tags**: workflow, definition, update\n- **File**: `packages/examples/workflow-system/src/workflow/workflow.operations.ts`",
|
|
222
|
+
"route": "/docs/reference/workflow-system/workflow.definition.update",
|
|
223
|
+
"source": "generated",
|
|
224
|
+
"contentPath": "workflow-system/workflow.definition.update.md"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"id": "workflow-system/workflow.definition.updated",
|
|
228
|
+
"title": "workflow.definition.updated",
|
|
229
|
+
"summary": "A workflow definition has been updated.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @workflow-team\n- **Tags**: workflow, definition, updated\n- **File**: `packages/examples/workflow-system/src/workflow/workflow.event.ts`",
|
|
230
|
+
"route": "/docs/reference/workflow-system/workflow.definition.updated",
|
|
231
|
+
"source": "generated",
|
|
232
|
+
"contentPath": "workflow-system/workflow.definition.updated.md"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"id": "workflow-system/workflow.definition.viewList",
|
|
236
|
+
"title": "workflow.definition.viewList",
|
|
237
|
+
"summary": "List of workflow definitions with status and actions\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Owners**: @workflow-team\n- **Tags**: workflow, list, admin\n- **File**: `packages/examples/workflow-system/src/presentations/index.ts`",
|
|
238
|
+
"route": "/docs/reference/workflow-system/workflow.definition.viewList",
|
|
239
|
+
"source": "generated",
|
|
240
|
+
"contentPath": "workflow-system/workflow.definition.viewList.md"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"id": "workflow-system/workflow.designer",
|
|
244
|
+
"title": "workflow.designer",
|
|
245
|
+
"summary": "Visual workflow designer with drag-and-drop steps\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Owners**: @workflow-team\n- **Tags**: workflow, designer, admin\n- **File**: `packages/examples/workflow-system/src/presentations/index.ts`",
|
|
246
|
+
"route": "/docs/reference/workflow-system/workflow.designer",
|
|
247
|
+
"source": "generated",
|
|
248
|
+
"contentPath": "workflow-system/workflow.designer.md"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"id": "workflow-system/workflow.instance.cancel",
|
|
252
|
+
"title": "workflow.instance.cancel",
|
|
253
|
+
"summary": "Cancel a workflow instance.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.workflow-system\n- **Tags**: workflow, instance, cancel\n- **File**: `packages/examples/workflow-system/src/instance/instance.operations.ts`",
|
|
254
|
+
"route": "/docs/reference/workflow-system/workflow.instance.cancel",
|
|
255
|
+
"source": "generated",
|
|
256
|
+
"contentPath": "workflow-system/workflow.instance.cancel.md"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"id": "workflow-system/workflow.instance.cancelled",
|
|
260
|
+
"title": "workflow.instance.cancelled",
|
|
261
|
+
"summary": "A workflow instance has been cancelled.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @workflow-team\n- **Tags**: workflow, instance, cancelled\n- **File**: `packages/examples/workflow-system/src/instance/instance.event.ts`",
|
|
262
|
+
"route": "/docs/reference/workflow-system/workflow.instance.cancelled",
|
|
263
|
+
"source": "generated",
|
|
264
|
+
"contentPath": "workflow-system/workflow.instance.cancelled.md"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"id": "workflow-system/workflow.instance.completed",
|
|
268
|
+
"title": "workflow.instance.completed",
|
|
269
|
+
"summary": "A workflow instance has completed.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @workflow-team\n- **Tags**: workflow, instance, completed\n- **File**: `packages/examples/workflow-system/src/instance/instance.event.ts`",
|
|
270
|
+
"route": "/docs/reference/workflow-system/workflow.instance.completed",
|
|
271
|
+
"source": "generated",
|
|
272
|
+
"contentPath": "workflow-system/workflow.instance.completed.md"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"id": "workflow-system/workflow.instance.detail",
|
|
276
|
+
"title": "workflow.instance.detail",
|
|
277
|
+
"summary": "Detailed view of a workflow instance with step timeline\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Owners**: @workflow-team\n- **Tags**: workflow, instance, detail, timeline\n- **File**: `packages/examples/workflow-system/src/presentations/index.ts`",
|
|
278
|
+
"route": "/docs/reference/workflow-system/workflow.instance.detail",
|
|
279
|
+
"source": "generated",
|
|
280
|
+
"contentPath": "workflow-system/workflow.instance.detail.md"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"id": "workflow-system/workflow.instance.failed",
|
|
284
|
+
"title": "workflow.instance.failed",
|
|
285
|
+
"summary": "A workflow instance has failed.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @workflow-team\n- **Tags**: workflow, instance, failed\n- **File**: `packages/examples/workflow-system/src/instance/instance.event.ts`",
|
|
286
|
+
"route": "/docs/reference/workflow-system/workflow.instance.failed",
|
|
287
|
+
"source": "generated",
|
|
288
|
+
"contentPath": "workflow-system/workflow.instance.failed.md"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"id": "workflow-system/workflow.instance.get",
|
|
292
|
+
"title": "workflow.instance.get",
|
|
293
|
+
"summary": "Get a workflow instance with details.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.workflow-system\n- **Tags**: workflow, instance, get\n- **File**: `packages/examples/workflow-system/src/instance/instance.operations.ts`",
|
|
294
|
+
"route": "/docs/reference/workflow-system/workflow.instance.get",
|
|
295
|
+
"source": "generated",
|
|
296
|
+
"contentPath": "workflow-system/workflow.instance.get.md"
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"id": "workflow-system/workflow.instance.list",
|
|
300
|
+
"title": "workflow.instance.list",
|
|
301
|
+
"summary": "List workflow instances with filtering.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.workflow-system\n- **Tags**: workflow, instance, list\n- **File**: `packages/examples/workflow-system/src/instance/instance.operations.ts`",
|
|
302
|
+
"route": "/docs/reference/workflow-system/workflow.instance.list",
|
|
303
|
+
"source": "generated",
|
|
304
|
+
"contentPath": "workflow-system/workflow.instance.list.md"
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"id": "workflow-system/workflow.instance.list.test",
|
|
308
|
+
"title": "workflow.instance.list.test",
|
|
309
|
+
"summary": "Test for listing workflow instances\n- **Type**: test-spec (test-spec)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @example.workflow-system\n- **Tags**: test\n- **File**: `packages/examples/workflow-system/src/tests/operations.test-spec.ts`",
|
|
310
|
+
"route": "/docs/reference/workflow-system/workflow.instance.list.test",
|
|
311
|
+
"source": "generated",
|
|
312
|
+
"contentPath": "workflow-system/workflow.instance.list.test.md"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"id": "workflow-system/workflow.instance.pause",
|
|
316
|
+
"title": "workflow.instance.pause",
|
|
317
|
+
"summary": "Pause a running workflow instance.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.workflow-system\n- **Tags**: workflow, instance, pause\n- **File**: `packages/examples/workflow-system/src/instance/instance.operations.ts`",
|
|
318
|
+
"route": "/docs/reference/workflow-system/workflow.instance.pause",
|
|
319
|
+
"source": "generated",
|
|
320
|
+
"contentPath": "workflow-system/workflow.instance.pause.md"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"id": "workflow-system/workflow.instance.paused",
|
|
324
|
+
"title": "workflow.instance.paused",
|
|
325
|
+
"summary": "A workflow instance has been paused.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @workflow-team\n- **Tags**: workflow, instance, paused\n- **File**: `packages/examples/workflow-system/src/instance/instance.event.ts`",
|
|
326
|
+
"route": "/docs/reference/workflow-system/workflow.instance.paused",
|
|
327
|
+
"source": "generated",
|
|
328
|
+
"contentPath": "workflow-system/workflow.instance.paused.md"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"id": "workflow-system/workflow.instance.progress",
|
|
332
|
+
"title": "workflow.instance.progress",
|
|
333
|
+
"summary": "Visual progress tracker showing current step in workflow\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Owners**: @workflow-team\n- **Tags**: workflow, progress, widget\n- **File**: `packages/examples/workflow-system/src/presentations/index.ts`",
|
|
334
|
+
"route": "/docs/reference/workflow-system/workflow.instance.progress",
|
|
335
|
+
"source": "generated",
|
|
336
|
+
"contentPath": "workflow-system/workflow.instance.progress.md"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"id": "workflow-system/workflow.instance.resume",
|
|
340
|
+
"title": "workflow.instance.resume",
|
|
341
|
+
"summary": "Resume a paused workflow instance.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.workflow-system\n- **Tags**: workflow, instance, resume\n- **File**: `packages/examples/workflow-system/src/instance/instance.operations.ts`",
|
|
342
|
+
"route": "/docs/reference/workflow-system/workflow.instance.resume",
|
|
343
|
+
"source": "generated",
|
|
344
|
+
"contentPath": "workflow-system/workflow.instance.resume.md"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"id": "workflow-system/workflow.instance.resumed",
|
|
348
|
+
"title": "workflow.instance.resumed",
|
|
349
|
+
"summary": "A workflow instance has been resumed.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @workflow-team\n- **Tags**: workflow, instance, resumed\n- **File**: `packages/examples/workflow-system/src/instance/instance.event.ts`",
|
|
350
|
+
"route": "/docs/reference/workflow-system/workflow.instance.resumed",
|
|
351
|
+
"source": "generated",
|
|
352
|
+
"contentPath": "workflow-system/workflow.instance.resumed.md"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"id": "workflow-system/workflow.instance.start",
|
|
356
|
+
"title": "workflow.instance.start",
|
|
357
|
+
"summary": "Start a new workflow instance.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.workflow-system\n- **Tags**: workflow, instance, start\n- **File**: `packages/examples/workflow-system/src/instance/instance.operations.ts`",
|
|
358
|
+
"route": "/docs/reference/workflow-system/workflow.instance.start",
|
|
359
|
+
"source": "generated",
|
|
360
|
+
"contentPath": "workflow-system/workflow.instance.start.md"
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"id": "workflow-system/workflow.instance.started",
|
|
364
|
+
"title": "workflow.instance.started",
|
|
365
|
+
"summary": "A new workflow instance has been started.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @workflow-team\n- **Tags**: workflow, instance, started\n- **File**: `packages/examples/workflow-system/src/instance/instance.event.ts`",
|
|
366
|
+
"route": "/docs/reference/workflow-system/workflow.instance.started",
|
|
367
|
+
"source": "generated",
|
|
368
|
+
"contentPath": "workflow-system/workflow.instance.started.md"
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"id": "workflow-system/workflow.instance.timedOut",
|
|
372
|
+
"title": "workflow.instance.timedOut",
|
|
373
|
+
"summary": "A workflow instance has timed out.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @workflow-team\n- **Tags**: workflow, instance, timeout\n- **File**: `packages/examples/workflow-system/src/instance/instance.event.ts`",
|
|
374
|
+
"route": "/docs/reference/workflow-system/workflow.instance.timedOut",
|
|
375
|
+
"source": "generated",
|
|
376
|
+
"contentPath": "workflow-system/workflow.instance.timedOut.md"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"id": "workflow-system/workflow.instance.transition",
|
|
380
|
+
"title": "workflow.instance.transition",
|
|
381
|
+
"summary": "Transition a workflow instance to the next step.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.workflow-system\n- **Tags**: workflow, instance, transition, state-machine",
|
|
382
|
+
"route": "/docs/reference/workflow-system/workflow.instance.transition",
|
|
383
|
+
"source": "generated",
|
|
384
|
+
"contentPath": "workflow-system/workflow.instance.transition.md"
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"id": "workflow-system/workflow.instance.viewList",
|
|
388
|
+
"title": "workflow.instance.viewList",
|
|
389
|
+
"summary": "List of workflow instances with status and progress\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Owners**: @workflow-team\n- **Tags**: workflow, instance, list\n- **File**: `packages/examples/workflow-system/src/presentations/index.ts`",
|
|
390
|
+
"route": "/docs/reference/workflow-system/workflow.instance.viewList",
|
|
391
|
+
"source": "generated",
|
|
392
|
+
"contentPath": "workflow-system/workflow.instance.viewList.md"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"id": "workflow-system/workflow.metrics",
|
|
396
|
+
"title": "workflow.metrics",
|
|
397
|
+
"summary": "Dashboard widget showing workflow metrics and statistics\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Owners**: @workflow-team\n- **Tags**: workflow, metrics, dashboard\n- **File**: `packages/examples/workflow-system/src/presentations/index.ts`",
|
|
398
|
+
"route": "/docs/reference/workflow-system/workflow.metrics",
|
|
399
|
+
"source": "generated",
|
|
400
|
+
"contentPath": "workflow-system/workflow.metrics.md"
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"id": "workflow-system/workflow.step.add",
|
|
404
|
+
"title": "workflow.step.add",
|
|
405
|
+
"summary": "Add a step to a workflow definition.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.workflow-system\n- **Tags**: workflow, step, add\n- **File**: `packages/examples/workflow-system/src/workflow/workflow.operations.ts`",
|
|
406
|
+
"route": "/docs/reference/workflow-system/workflow.step.add",
|
|
407
|
+
"source": "generated",
|
|
408
|
+
"contentPath": "workflow-system/workflow.step.add.md"
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"id": "workflow-system/workflow.step.added",
|
|
412
|
+
"title": "workflow.step.added",
|
|
413
|
+
"summary": "A step has been added to a workflow definition.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @workflow-team\n- **Tags**: workflow, step, added\n- **File**: `packages/examples/workflow-system/src/workflow/workflow.event.ts`",
|
|
414
|
+
"route": "/docs/reference/workflow-system/workflow.step.added",
|
|
415
|
+
"source": "generated",
|
|
416
|
+
"contentPath": "workflow-system/workflow.step.added.md"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"id": "workflow-system/workflow.step.entered",
|
|
420
|
+
"title": "workflow.step.entered",
|
|
421
|
+
"summary": "A workflow instance has entered a new step.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @workflow-team\n- **Tags**: workflow, step, entered\n- **File**: `packages/examples/workflow-system/src/instance/instance.event.ts`",
|
|
422
|
+
"route": "/docs/reference/workflow-system/workflow.step.entered",
|
|
423
|
+
"source": "generated",
|
|
424
|
+
"contentPath": "workflow-system/workflow.step.entered.md"
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"id": "workflow-system/workflow.step.exited",
|
|
428
|
+
"title": "workflow.step.exited",
|
|
429
|
+
"summary": "A workflow instance has exited a step.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @workflow-team\n- **Tags**: workflow, step, exited\n- **File**: `packages/examples/workflow-system/src/instance/instance.event.ts`",
|
|
430
|
+
"route": "/docs/reference/workflow-system/workflow.step.exited",
|
|
431
|
+
"source": "generated",
|
|
432
|
+
"contentPath": "workflow-system/workflow.step.exited.md"
|
|
433
|
+
}
|
|
434
|
+
]
|