@bpmnkit/docspack 0.0.1

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.
Files changed (173) hide show
  1. package/.llms/chunks/cli.casen.aikit-skills.md +19 -0
  2. package/.llms/chunks/cli.casen.bpmn-generation-pipeline.md +32 -0
  3. package/.llms/chunks/cli.casen.connection-profiles.md +62 -0
  4. package/.llms/chunks/cli.casen.generate-bpmn-files.md +28 -0
  5. package/.llms/chunks/cli.casen.md +80 -0
  6. package/.llms/chunks/cli.casen.plugins.md +56 -0
  7. package/.llms/chunks/cli.casen.worker-commands.md +45 -0
  8. package/.llms/chunks/cli.connector.all-flags.md +29 -0
  9. package/.llms/chunks/cli.connector.browse-the-bundled-ootb-catalog.md +32 -0
  10. package/.llms/chunks/cli.connector.built-in-catalog.md +41 -0
  11. package/.llms/chunks/cli.connector.common-workflows.md +50 -0
  12. package/.llms/chunks/cli.connector.generate-from-the-openapi-catalog.md +30 -0
  13. package/.llms/chunks/cli.connector.md +20 -0
  14. package/.llms/chunks/cli.connector.programmatic-usage.md +7 -0
  15. package/.llms/chunks/cli.connector.what-gets-generated.md +20 -0
  16. package/.llms/chunks/cli.generate.definition-mode-ai-scripting-path.md +89 -0
  17. package/.llms/chunks/cli.generate.md +52 -0
  18. package/.llms/chunks/cli.generate.modify-existing-mode-input.md +59 -0
  19. package/.llms/chunks/cli.generate.typical-ai-workflow.md +18 -0
  20. package/.llms/chunks/cli.plugin-authoring.md +59 -0
  21. package/.llms/chunks/cli.plugin-authoring.plugin-naming-conventions.md +11 -0
  22. package/.llms/chunks/cli.plugin-authoring.test-locally.md +41 -0
  23. package/.llms/chunks/cli.plugin-authoring.the-bpmnkit-cli-sdk-sdk.md +82 -0
  24. package/.llms/chunks/cli.plugin-authoring.what-gets-generated.md +69 -0
  25. package/.llms/chunks/cli.plugin-authoring.writing-commands.md +84 -0
  26. package/.llms/chunks/cli.plugins.bpmnkit-casen-report.md +39 -0
  27. package/.llms/chunks/cli.plugins.bpmnkit-casen-worker-http.md +23 -0
  28. package/.llms/chunks/cli.plugins.md +25 -0
  29. package/.llms/chunks/cli.skills.deploy.md +24 -0
  30. package/.llms/chunks/cli.skills.implement.md +36 -0
  31. package/.llms/chunks/cli.skills.md +29 -0
  32. package/.llms/chunks/cli.skills.no-mcp-server-required.md +6 -0
  33. package/.llms/chunks/cli.skills.review.md +33 -0
  34. package/.llms/chunks/cli.skills.test.md +33 -0
  35. package/.llms/chunks/cli.view.folder-support.md +31 -0
  36. package/.llms/chunks/cli.view.md +70 -0
  37. package/.llms/chunks/cli.view.tabbed-navigation.md +28 -0
  38. package/.llms/chunks/getting-started.concepts.ai-compact-format.md +23 -0
  39. package/.llms/chunks/getting-started.concepts.auto-layout.md +24 -0
  40. package/.llms/chunks/getting-started.concepts.parsing-and-serializing.md +26 -0
  41. package/.llms/chunks/getting-started.concepts.the-fluent-builder.md +41 -0
  42. package/.llms/chunks/getting-started.concepts.zeebe-extensions.md +25 -0
  43. package/.llms/chunks/getting-started.installation.md +38 -0
  44. package/.llms/chunks/getting-started.installation.runtime-requirements.md +13 -0
  45. package/.llms/chunks/getting-started.installation.svg-canvas-viewer.md +41 -0
  46. package/.llms/chunks/getting-started.installation.worker-client.md +40 -0
  47. package/.llms/chunks/getting-started.quick-start.md +31 -0
  48. package/.llms/chunks/getting-started.quick-start.step-2-simulate-locally.md +28 -0
  49. package/.llms/chunks/getting-started.quick-start.step-3-deploy-to-camunda-8.md +33 -0
  50. package/.llms/chunks/getting-started.quick-start.what-s-next.md +14 -0
  51. package/.llms/chunks/guides.ai-agents.deploy-grade-validation.md +19 -0
  52. package/.llms/chunks/guides.ai-agents.how-it-s-modeled.md +11 -0
  53. package/.llms/chunks/guides.ai-agents.md +18 -0
  54. package/.llms/chunks/guides.ai-agents.see-also.md +7 -0
  55. package/.llms/chunks/guides.ai-agents.testing-without-a-real-llm-call.md +26 -0
  56. package/.llms/chunks/guides.ai-agents.the-aiagent-plan-step.md +62 -0
  57. package/.llms/chunks/guides.ai-implement.deploying.md +49 -0
  58. package/.llms/chunks/guides.ai-implement.extending-an-existing-process.md +10 -0
  59. package/.llms/chunks/guides.ai-implement.lightweight-alternative-casen-skills-install.md +28 -0
  60. package/.llms/chunks/guides.ai-implement.md +32 -0
  61. package/.llms/chunks/guides.ai-implement.the-claude-code-plugin.md +21 -0
  62. package/.llms/chunks/guides.ai.claude-api-example.md +41 -0
  63. package/.llms/chunks/guides.ai.mcp-server.md +20 -0
  64. package/.llms/chunks/guides.ai.md +32 -0
  65. package/.llms/chunks/guides.ai.minimal-empty-diagram.md +32 -0
  66. package/.llms/chunks/guides.ai.openai-function-calling.md +40 -0
  67. package/.llms/chunks/guides.building-processes.boundary-events.md +47 -0
  68. package/.llms/chunks/guides.building-processes.call-activities.md +47 -0
  69. package/.llms/chunks/guides.building-processes.events.md +57 -0
  70. package/.llms/chunks/guides.building-processes.multi-instance.md +20 -0
  71. package/.llms/chunks/guides.building-processes.service-tasks.md +39 -0
  72. package/.llms/chunks/guides.building-processes.sub-processes.md +40 -0
  73. package/.llms/chunks/guides.building-processes.task-defaults.md +18 -0
  74. package/.llms/chunks/guides.claude-code-plugin.ambient-hooks.md +24 -0
  75. package/.llms/chunks/guides.claude-code-plugin.configuration.md +126 -0
  76. package/.llms/chunks/guides.claude-code-plugin.md +47 -0
  77. package/.llms/chunks/guides.claude-code-plugin.reference-docs.md +61 -0
  78. package/.llms/chunks/guides.deployment.ci-cd-deploy-on-push.md +47 -0
  79. package/.llms/chunks/guides.deployment.deploying-a-process.md +52 -0
  80. package/.llms/chunks/guides.deployment.handling-jobs.md +50 -0
  81. package/.llms/chunks/guides.deployment.managing-incidents.md +33 -0
  82. package/.llms/chunks/guides.deployment.md +49 -0
  83. package/.llms/chunks/guides.gateways.branching-inside-sub-processes.md +27 -0
  84. package/.llms/chunks/guides.gateways.exclusive-gateway-xor.md +41 -0
  85. package/.llms/chunks/guides.gateways.inclusive-gateway-or.md +43 -0
  86. package/.llms/chunks/guides.gateways.nested-branching.md +27 -0
  87. package/.llms/chunks/guides.gateways.parallel-gateway-and.md +26 -0
  88. package/.llms/chunks/guides.patterns.how-matching-works.md +17 -0
  89. package/.llms/chunks/guides.patterns.md +26 -0
  90. package/.llms/chunks/guides.patterns.pattern-schema.md +38 -0
  91. package/.llms/chunks/guides.patterns.see-also.md +7 -0
  92. package/.llms/chunks/guides.patterns.using-patterns-from-the-cli.md +30 -0
  93. package/.llms/chunks/guides.patterns.what-a-pattern-contains.md +18 -0
  94. package/.llms/chunks/guides.simulation.dmn-decision-evaluation.md +51 -0
  95. package/.llms/chunks/guides.simulation.instance-state.md +29 -0
  96. package/.llms/chunks/guides.simulation.md +51 -0
  97. package/.llms/chunks/guides.simulation.message-correlation.md +30 -0
  98. package/.llms/chunks/guides.simulation.multiple-deployments.md +14 -0
  99. package/.llms/chunks/guides.workers-standalone.anatomy-of-a-worker.md +42 -0
  100. package/.llms/chunks/guides.workers-standalone.camunda-saas.md +43 -0
  101. package/.llms/chunks/guides.workers-standalone.environment-variables.md +14 -0
  102. package/.llms/chunks/guides.workers-standalone.md +35 -0
  103. package/.llms/chunks/guides.workers-standalone.running-workers.md +61 -0
  104. package/.llms/chunks/guides.workers-standalone.see-also.md +7 -0
  105. package/.llms/chunks/packages.api.incident-resolution.md +31 -0
  106. package/.llms/chunks/packages.api.observability-events.md +13 -0
  107. package/.llms/chunks/packages.api.overview.md +49 -0
  108. package/.llms/chunks/packages.api.process-operations.md +60 -0
  109. package/.llms/chunks/packages.api.resource-namespaces.md +20 -0
  110. package/.llms/chunks/packages.canvas.events.md +56 -0
  111. package/.llms/chunks/packages.canvas.options.md +24 -0
  112. package/.llms/chunks/packages.canvas.overview.md +35 -0
  113. package/.llms/chunks/packages.connector-gen.body-expansion.md +18 -0
  114. package/.llms/chunks/packages.connector-gen.catalog-reference.md +54 -0
  115. package/.llms/chunks/packages.connector-gen.catalogentry-type.md +21 -0
  116. package/.llms/chunks/packages.connector-gen.generating-from-the-catalog.md +44 -0
  117. package/.llms/chunks/packages.connector-gen.installation.md +42 -0
  118. package/.llms/chunks/packages.connector-gen.lower-level-api.md +31 -0
  119. package/.llms/chunks/packages.connector-gen.overview.md +16 -0
  120. package/.llms/chunks/packages.connector-gen.writeoptions.md +26 -0
  121. package/.llms/chunks/packages.core.dmn-support.md +36 -0
  122. package/.llms/chunks/packages.core.installation-bpmn.creatediagram-id.md +18 -0
  123. package/.llms/chunks/packages.core.installation-bpmn.createprocess-id-name.md +10 -0
  124. package/.llms/chunks/packages.core.installation-bpmn.export-definitions.md +10 -0
  125. package/.llms/chunks/packages.core.installation-bpmn.makeempty-processid-processname.md +11 -0
  126. package/.llms/chunks/packages.core.installation-bpmn.parse-xml.md +10 -0
  127. package/.llms/chunks/packages.core.installation-bpmn.sample_xml.md +7 -0
  128. package/.llms/chunks/packages.core.installation-compactify-definitions.md +13 -0
  129. package/.llms/chunks/packages.core.installation-expand-compact.md +13 -0
  130. package/.llms/chunks/packages.core.installation-layoutprocess-process.md +15 -0
  131. package/.llms/chunks/packages.core.installation-processbuilder-methods.md +29 -0
  132. package/.llms/chunks/packages.core.installation.md +11 -0
  133. package/.llms/chunks/packages.core.overview.md +15 -0
  134. package/.llms/chunks/packages.docspack.installation.md +45 -0
  135. package/.llms/chunks/packages.docspack.overview.md +23 -0
  136. package/.llms/chunks/packages.docspack.reading-it-yourself.md +34 -0
  137. package/.llms/chunks/packages.docspack.trust.md +13 -0
  138. package/.llms/chunks/packages.docspack.using-the-index-directly.md +52 -0
  139. package/.llms/chunks/packages.editor.basic-setup.md +41 -0
  140. package/.llms/chunks/packages.editor.full-editor-with-all-plugins.md +30 -0
  141. package/.llms/chunks/packages.editor.hud-options.md +41 -0
  142. package/.llms/chunks/packages.editor.overview.md +21 -0
  143. package/.llms/chunks/packages.engine.installation.md +77 -0
  144. package/.llms/chunks/packages.engine.overview.md +19 -0
  145. package/.llms/chunks/packages.engine.processinstance.md +17 -0
  146. package/.llms/chunks/packages.engine.variable-scoping.md +27 -0
  147. package/.llms/chunks/packages.worker-client.client.poll-jobtype-options.md +40 -0
  148. package/.llms/chunks/packages.worker-client.createworkerclient-options.md +32 -0
  149. package/.llms/chunks/packages.worker-client.job.complete-variables.md +29 -0
  150. package/.llms/chunks/packages.worker-client.md +33 -0
  151. package/.llms/chunks/packages.worker-client.oauth2-camunda-saas.md +26 -0
  152. package/.llms/chunks/packages.worker-client.see-also.md +7 -0
  153. package/.llms/manifest.json +2083 -0
  154. package/LICENSE +21 -0
  155. package/README.md +150 -0
  156. package/dist/build.d.ts +29 -0
  157. package/dist/build.js +89 -0
  158. package/dist/chunk.d.ts +41 -0
  159. package/dist/chunk.js +242 -0
  160. package/dist/cli.d.ts +9 -0
  161. package/dist/cli.js +160 -0
  162. package/dist/index.d.ts +13 -0
  163. package/dist/index.js +12 -0
  164. package/dist/load.d.ts +27 -0
  165. package/dist/load.js +144 -0
  166. package/dist/search.d.ts +53 -0
  167. package/dist/search.js +104 -0
  168. package/dist/text.d.ts +22 -0
  169. package/dist/text.js +204 -0
  170. package/dist/types.d.ts +48 -0
  171. package/dist/types.js +3 -0
  172. package/llms.txt +174 -0
  173. package/package.json +76 -0
@@ -0,0 +1,2083 @@
1
+ {
2
+ "$schema": "https://docspack.dev/schema/v1.json",
3
+ "name": "@bpmnkit/docspack",
4
+ "version": "0.0.1",
5
+ "documents": [
6
+ "@bpmnkit/core",
7
+ "@bpmnkit/canvas",
8
+ "@bpmnkit/editor",
9
+ "@bpmnkit/engine",
10
+ "@bpmnkit/feel",
11
+ "@bpmnkit/plugins",
12
+ "@bpmnkit/api",
13
+ "@bpmnkit/ascii",
14
+ "@bpmnkit/connector-gen",
15
+ "@bpmnkit/connectors",
16
+ "@bpmnkit/patterns",
17
+ "@bpmnkit/worker-client",
18
+ "@bpmnkit/cli"
19
+ ],
20
+ "chunks": [
21
+ {
22
+ "id": "cli.casen",
23
+ "file": "chunks/cli.casen.md",
24
+ "tokens": 677,
25
+ "tags": [
26
+ "cli",
27
+ "casen"
28
+ ],
29
+ "entities": []
30
+ },
31
+ {
32
+ "id": "cli.casen.generate-bpmn-files",
33
+ "file": "chunks/cli.casen.generate-bpmn-files.md",
34
+ "tokens": 205,
35
+ "tags": [
36
+ "cli",
37
+ "casen",
38
+ "generate",
39
+ "bpmn",
40
+ "files"
41
+ ],
42
+ "entities": []
43
+ },
44
+ {
45
+ "id": "cli.casen.connection-profiles",
46
+ "file": "chunks/cli.casen.connection-profiles.md",
47
+ "tokens": 279,
48
+ "tags": [
49
+ "cli",
50
+ "casen",
51
+ "connection",
52
+ "profiles"
53
+ ],
54
+ "entities": []
55
+ },
56
+ {
57
+ "id": "cli.casen.plugins",
58
+ "file": "chunks/cli.casen.plugins.md",
59
+ "tokens": 271,
60
+ "tags": [
61
+ "cli",
62
+ "casen",
63
+ "plugins"
64
+ ],
65
+ "entities": []
66
+ },
67
+ {
68
+ "id": "cli.casen.bpmn-generation-pipeline",
69
+ "file": "chunks/cli.casen.bpmn-generation-pipeline.md",
70
+ "tokens": 281,
71
+ "tags": [
72
+ "cli",
73
+ "casen",
74
+ "bpmn",
75
+ "generation",
76
+ "pipeline"
77
+ ],
78
+ "entities": [
79
+ "ProcessPlan"
80
+ ]
81
+ },
82
+ {
83
+ "id": "cli.casen.aikit-skills",
84
+ "file": "chunks/cli.casen.aikit-skills.md",
85
+ "tokens": 197,
86
+ "tags": [
87
+ "cli",
88
+ "casen",
89
+ "aikit",
90
+ "skills"
91
+ ],
92
+ "entities": []
93
+ },
94
+ {
95
+ "id": "cli.casen.worker-commands",
96
+ "file": "chunks/cli.casen.worker-commands.md",
97
+ "tokens": 192,
98
+ "tags": [
99
+ "cli",
100
+ "casen",
101
+ "worker",
102
+ "commands"
103
+ ],
104
+ "entities": [
105
+ "claude_desktop_config.json"
106
+ ]
107
+ },
108
+ {
109
+ "id": "cli.connector",
110
+ "file": "chunks/cli.connector.md",
111
+ "tokens": 167,
112
+ "tags": [
113
+ "cli",
114
+ "connector"
115
+ ],
116
+ "entities": []
117
+ },
118
+ {
119
+ "id": "cli.connector.browse-the-bundled-ootb-catalog",
120
+ "file": "chunks/cli.connector.browse-the-bundled-ootb-catalog.md",
121
+ "tokens": 213,
122
+ "tags": [
123
+ "cli",
124
+ "connector",
125
+ "browse",
126
+ "bundled",
127
+ "ootb",
128
+ "catalog"
129
+ ],
130
+ "entities": [
131
+ "ProcessPlan",
132
+ "@bpmnkit/connectors",
133
+ "listConnectors()",
134
+ "searchConnectors()"
135
+ ]
136
+ },
137
+ {
138
+ "id": "cli.connector.generate-from-the-openapi-catalog",
139
+ "file": "chunks/cli.connector.generate-from-the-openapi-catalog.md",
140
+ "tokens": 174,
141
+ "tags": [
142
+ "cli",
143
+ "connector",
144
+ "generate",
145
+ "openapi",
146
+ "catalog"
147
+ ],
148
+ "entities": []
149
+ },
150
+ {
151
+ "id": "cli.connector.all-flags",
152
+ "file": "chunks/cli.connector.all-flags.md",
153
+ "tokens": 329,
154
+ "tags": [
155
+ "cli",
156
+ "connector",
157
+ "all",
158
+ "flags"
159
+ ],
160
+ "entities": [
161
+ "com.myorg",
162
+ "operationId",
163
+ "noAuth",
164
+ "apiKey",
165
+ "components.securitySchemes"
166
+ ]
167
+ },
168
+ {
169
+ "id": "cli.connector.common-workflows",
170
+ "file": "chunks/cli.connector.common-workflows.md",
171
+ "tokens": 288,
172
+ "tags": [
173
+ "cli",
174
+ "connector",
175
+ "common",
176
+ "workflows"
177
+ ],
178
+ "entities": []
179
+ },
180
+ {
181
+ "id": "cli.connector.what-gets-generated",
182
+ "file": "chunks/cli.connector.what-gets-generated.md",
183
+ "tokens": 225,
184
+ "tags": [
185
+ "cli",
186
+ "connector",
187
+ "gets",
188
+ "generated"
189
+ ],
190
+ "entities": []
191
+ },
192
+ {
193
+ "id": "cli.connector.built-in-catalog",
194
+ "file": "chunks/cli.connector.built-in-catalog.md",
195
+ "tokens": 426,
196
+ "tags": [
197
+ "cli",
198
+ "connector",
199
+ "built-in",
200
+ "catalog"
201
+ ],
202
+ "entities": []
203
+ },
204
+ {
205
+ "id": "cli.connector.programmatic-usage",
206
+ "file": "chunks/cli.connector.programmatic-usage.md",
207
+ "tokens": 45,
208
+ "tags": [
209
+ "cli",
210
+ "connector",
211
+ "programmatic",
212
+ "usage"
213
+ ],
214
+ "entities": [
215
+ "@bpmnkit/connector-gen"
216
+ ]
217
+ },
218
+ {
219
+ "id": "cli.generate",
220
+ "file": "chunks/cli.generate.md",
221
+ "tokens": 508,
222
+ "tags": [
223
+ "cli",
224
+ "generate"
225
+ ],
226
+ "entities": []
227
+ },
228
+ {
229
+ "id": "cli.generate.definition-mode-ai-scripting-path",
230
+ "file": "chunks/cli.generate.definition-mode-ai-scripting-path.md",
231
+ "tokens": 672,
232
+ "tags": [
233
+ "cli",
234
+ "generate",
235
+ "definition",
236
+ "mode",
237
+ "scripting",
238
+ "path"
239
+ ],
240
+ "entities": [
241
+ "serviceTask",
242
+ "userTask",
243
+ "scriptTask",
244
+ "businessRuleTask",
245
+ "callActivity",
246
+ "sendTask",
247
+ "receiveTask",
248
+ "manualTask",
249
+ "startEvent",
250
+ "endEvent",
251
+ "intermediateCatchEvent",
252
+ "intermediateThrowEvent"
253
+ ]
254
+ },
255
+ {
256
+ "id": "cli.generate.modify-existing-mode-input",
257
+ "file": "chunks/cli.generate.modify-existing-mode-input.md",
258
+ "tokens": 449,
259
+ "tags": [
260
+ "cli",
261
+ "generate",
262
+ "modify-existing",
263
+ "mode",
264
+ "input"
265
+ ],
266
+ "entities": [
267
+ "CompactDiagram"
268
+ ]
269
+ },
270
+ {
271
+ "id": "cli.generate.typical-ai-workflow",
272
+ "file": "chunks/cli.generate.typical-ai-workflow.md",
273
+ "tokens": 106,
274
+ "tags": [
275
+ "cli",
276
+ "generate",
277
+ "typical",
278
+ "workflow"
279
+ ],
280
+ "entities": []
281
+ },
282
+ {
283
+ "id": "cli.plugin-authoring",
284
+ "file": "chunks/cli.plugin-authoring.md",
285
+ "tokens": 326,
286
+ "tags": [
287
+ "cli",
288
+ "plugin-authoring"
289
+ ],
290
+ "entities": [
291
+ "CasenPlugin"
292
+ ]
293
+ },
294
+ {
295
+ "id": "cli.plugin-authoring.what-gets-generated",
296
+ "file": "chunks/cli.plugin-authoring.what-gets-generated.md",
297
+ "tokens": 310,
298
+ "tags": [
299
+ "cli",
300
+ "plugin-authoring",
301
+ "gets",
302
+ "generated"
303
+ ],
304
+ "entities": [
305
+ "package.json",
306
+ "src/index.ts"
307
+ ]
308
+ },
309
+ {
310
+ "id": "cli.plugin-authoring.the-bpmnkit-cli-sdk-sdk",
311
+ "file": "chunks/cli.plugin-authoring.the-bpmnkit-cli-sdk-sdk.md",
312
+ "tokens": 423,
313
+ "tags": [
314
+ "cli",
315
+ "plugin-authoring",
316
+ "bpmnkit",
317
+ "cli-sdk",
318
+ "sdk"
319
+ ],
320
+ "entities": [
321
+ "CasenPlugin",
322
+ "dist/index.js",
323
+ "CommandGroup",
324
+ "RunContext",
325
+ "run()",
326
+ "OutputWriter",
327
+ "ctx.output"
328
+ ]
329
+ },
330
+ {
331
+ "id": "cli.plugin-authoring.writing-commands",
332
+ "file": "chunks/cli.plugin-authoring.writing-commands.md",
333
+ "tokens": 425,
334
+ "tags": [
335
+ "cli",
336
+ "plugin-authoring",
337
+ "writing",
338
+ "commands"
339
+ ],
340
+ "entities": [
341
+ "getClient()",
342
+ "CamundaClient",
343
+ "@bpmnkit/api"
344
+ ]
345
+ },
346
+ {
347
+ "id": "cli.plugin-authoring.test-locally",
348
+ "file": "chunks/cli.plugin-authoring.test-locally.md",
349
+ "tokens": 161,
350
+ "tags": [
351
+ "cli",
352
+ "plugin-authoring",
353
+ "test",
354
+ "locally"
355
+ ],
356
+ "entities": [
357
+ "prepublishOnly",
358
+ "package.json",
359
+ "dist/"
360
+ ]
361
+ },
362
+ {
363
+ "id": "cli.plugin-authoring.plugin-naming-conventions",
364
+ "file": "chunks/cli.plugin-authoring.plugin-naming-conventions.md",
365
+ "tokens": 116,
366
+ "tags": [
367
+ "cli",
368
+ "plugin-authoring",
369
+ "plugin",
370
+ "naming",
371
+ "conventions"
372
+ ],
373
+ "entities": []
374
+ },
375
+ {
376
+ "id": "cli.plugins",
377
+ "file": "chunks/cli.plugins.md",
378
+ "tokens": 167,
379
+ "tags": [
380
+ "cli",
381
+ "plugins"
382
+ ],
383
+ "entities": [
384
+ "@bpmnkit/casen-report",
385
+ "@bpmnkit/casen-worker-ai",
386
+ "@bpmnkit/casen-worker-http"
387
+ ]
388
+ },
389
+ {
390
+ "id": "cli.plugins.bpmnkit-casen-report",
391
+ "file": "chunks/cli.plugins.bpmnkit-casen-report.md",
392
+ "tokens": 244,
393
+ "tags": [
394
+ "cli",
395
+ "plugins",
396
+ "bpmnkit",
397
+ "casen-report"
398
+ ],
399
+ "entities": [
400
+ "@bpmnkit/casen-worker-ai"
401
+ ]
402
+ },
403
+ {
404
+ "id": "cli.plugins.bpmnkit-casen-worker-http",
405
+ "file": "chunks/cli.plugins.bpmnkit-casen-worker-http.md",
406
+ "tokens": 116,
407
+ "tags": [
408
+ "cli",
409
+ "plugins",
410
+ "bpmnkit",
411
+ "casen-worker-http"
412
+ ],
413
+ "entities": []
414
+ },
415
+ {
416
+ "id": "cli.skills",
417
+ "file": "chunks/cli.skills.md",
418
+ "tokens": 166,
419
+ "tags": [
420
+ "cli",
421
+ "skills"
422
+ ],
423
+ "entities": []
424
+ },
425
+ {
426
+ "id": "cli.skills.implement",
427
+ "file": "chunks/cli.skills.implement.md",
428
+ "tokens": 221,
429
+ "tags": [
430
+ "cli",
431
+ "skills",
432
+ "implement"
433
+ ],
434
+ "entities": [
435
+ "ProcessPlan"
436
+ ]
437
+ },
438
+ {
439
+ "id": "cli.skills.review",
440
+ "file": "chunks/cli.skills.review.md",
441
+ "tokens": 184,
442
+ "tags": [
443
+ "cli",
444
+ "skills",
445
+ "review"
446
+ ],
447
+ "entities": []
448
+ },
449
+ {
450
+ "id": "cli.skills.test",
451
+ "file": "chunks/cli.skills.test.md",
452
+ "tokens": 193,
453
+ "tags": [
454
+ "cli",
455
+ "skills",
456
+ "test"
457
+ ],
458
+ "entities": []
459
+ },
460
+ {
461
+ "id": "cli.skills.deploy",
462
+ "file": "chunks/cli.skills.deploy.md",
463
+ "tokens": 184,
464
+ "tags": [
465
+ "cli",
466
+ "skills",
467
+ "deploy"
468
+ ],
469
+ "entities": []
470
+ },
471
+ {
472
+ "id": "cli.skills.no-mcp-server-required",
473
+ "file": "chunks/cli.skills.no-mcp-server-required.md",
474
+ "tokens": 83,
475
+ "tags": [
476
+ "cli",
477
+ "skills",
478
+ "mcp",
479
+ "server",
480
+ "required"
481
+ ],
482
+ "entities": [
483
+ "@bpmnkit/proxy"
484
+ ]
485
+ },
486
+ {
487
+ "id": "cli.view",
488
+ "file": "chunks/cli.view.md",
489
+ "tokens": 358,
490
+ "tags": [
491
+ "cli",
492
+ "view"
493
+ ],
494
+ "entities": [
495
+ "exportSvg",
496
+ "@bpmnkit/core"
497
+ ]
498
+ },
499
+ {
500
+ "id": "cli.view.folder-support",
501
+ "file": "chunks/cli.view.folder-support.md",
502
+ "tokens": 202,
503
+ "tags": [
504
+ "cli",
505
+ "view",
506
+ "folder",
507
+ "support"
508
+ ],
509
+ "entities": []
510
+ },
511
+ {
512
+ "id": "cli.view.tabbed-navigation",
513
+ "file": "chunks/cli.view.tabbed-navigation.md",
514
+ "tokens": 181,
515
+ "tags": [
516
+ "cli",
517
+ "view",
518
+ "tabbed",
519
+ "navigation"
520
+ ],
521
+ "entities": []
522
+ },
523
+ {
524
+ "id": "getting-started.concepts.the-fluent-builder",
525
+ "file": "chunks/getting-started.concepts.the-fluent-builder.md",
526
+ "tokens": 252,
527
+ "tags": [
528
+ "getting-started",
529
+ "concepts",
530
+ "fluent",
531
+ "builder"
532
+ ],
533
+ "entities": [
534
+ "ProcessBuilder"
535
+ ]
536
+ },
537
+ {
538
+ "id": "getting-started.concepts.auto-layout",
539
+ "file": "chunks/getting-started.concepts.auto-layout.md",
540
+ "tokens": 150,
541
+ "tags": [
542
+ "getting-started",
543
+ "concepts",
544
+ "auto-layout"
545
+ ],
546
+ "entities": []
547
+ },
548
+ {
549
+ "id": "getting-started.concepts.parsing-and-serializing",
550
+ "file": "chunks/getting-started.concepts.parsing-and-serializing.md",
551
+ "tokens": 149,
552
+ "tags": [
553
+ "getting-started",
554
+ "concepts",
555
+ "parsing",
556
+ "serializing"
557
+ ],
558
+ "entities": []
559
+ },
560
+ {
561
+ "id": "getting-started.concepts.ai-compact-format",
562
+ "file": "chunks/getting-started.concepts.ai-compact-format.md",
563
+ "tokens": 182,
564
+ "tags": [
565
+ "getting-started",
566
+ "concepts",
567
+ "ai-compact",
568
+ "format"
569
+ ],
570
+ "entities": []
571
+ },
572
+ {
573
+ "id": "getting-started.concepts.zeebe-extensions",
574
+ "file": "chunks/getting-started.concepts.zeebe-extensions.md",
575
+ "tokens": 135,
576
+ "tags": [
577
+ "getting-started",
578
+ "concepts",
579
+ "zeebe",
580
+ "extensions"
581
+ ],
582
+ "entities": []
583
+ },
584
+ {
585
+ "id": "getting-started.installation",
586
+ "file": "chunks/getting-started.installation.md",
587
+ "tokens": 141,
588
+ "tags": [
589
+ "getting-started",
590
+ "installation"
591
+ ],
592
+ "entities": [
593
+ "@bpmnkit/core"
594
+ ]
595
+ },
596
+ {
597
+ "id": "getting-started.installation.svg-canvas-viewer",
598
+ "file": "chunks/getting-started.installation.svg-canvas-viewer.md",
599
+ "tokens": 189,
600
+ "tags": [
601
+ "getting-started",
602
+ "installation",
603
+ "svg",
604
+ "canvas",
605
+ "viewer"
606
+ ],
607
+ "entities": []
608
+ },
609
+ {
610
+ "id": "getting-started.installation.worker-client",
611
+ "file": "chunks/getting-started.installation.worker-client.md",
612
+ "tokens": 145,
613
+ "tags": [
614
+ "getting-started",
615
+ "installation",
616
+ "worker",
617
+ "client"
618
+ ],
619
+ "entities": [
620
+ "tsconfig.json"
621
+ ]
622
+ },
623
+ {
624
+ "id": "getting-started.installation.runtime-requirements",
625
+ "file": "chunks/getting-started.installation.runtime-requirements.md",
626
+ "tokens": 87,
627
+ "tags": [
628
+ "getting-started",
629
+ "installation",
630
+ "runtime",
631
+ "requirements"
632
+ ],
633
+ "entities": []
634
+ },
635
+ {
636
+ "id": "getting-started.quick-start",
637
+ "file": "chunks/getting-started.quick-start.md",
638
+ "tokens": 149,
639
+ "tags": [
640
+ "getting-started",
641
+ "quick-start"
642
+ ],
643
+ "entities": []
644
+ },
645
+ {
646
+ "id": "getting-started.quick-start.step-2-simulate-locally",
647
+ "file": "chunks/getting-started.quick-start.step-2-simulate-locally.md",
648
+ "tokens": 158,
649
+ "tags": [
650
+ "getting-started",
651
+ "quick-start",
652
+ "step",
653
+ "simulate",
654
+ "locally"
655
+ ],
656
+ "entities": []
657
+ },
658
+ {
659
+ "id": "getting-started.quick-start.step-3-deploy-to-camunda-8",
660
+ "file": "chunks/getting-started.quick-start.step-3-deploy-to-camunda-8.md",
661
+ "tokens": 152,
662
+ "tags": [
663
+ "getting-started",
664
+ "quick-start",
665
+ "step",
666
+ "deploy",
667
+ "camunda"
668
+ ],
669
+ "entities": []
670
+ },
671
+ {
672
+ "id": "getting-started.quick-start.what-s-next",
673
+ "file": "chunks/getting-started.quick-start.what-s-next.md",
674
+ "tokens": 137,
675
+ "tags": [
676
+ "getting-started",
677
+ "quick-start",
678
+ "next"
679
+ ],
680
+ "entities": []
681
+ },
682
+ {
683
+ "id": "guides.ai-agents",
684
+ "file": "chunks/guides.ai-agents.md",
685
+ "tokens": 146,
686
+ "tags": [
687
+ "guides",
688
+ "ai-agents"
689
+ ],
690
+ "entities": [
691
+ "ProcessPlan",
692
+ "aiAgent"
693
+ ]
694
+ },
695
+ {
696
+ "id": "guides.ai-agents.how-it-s-modeled",
697
+ "file": "chunks/guides.ai-agents.how-it-s-modeled.md",
698
+ "tokens": 183,
699
+ "tags": [
700
+ "guides",
701
+ "ai-agents",
702
+ "modeled"
703
+ ],
704
+ "entities": [
705
+ "outputCollection",
706
+ "toolCallResults",
707
+ "aiAgent"
708
+ ]
709
+ },
710
+ {
711
+ "id": "guides.ai-agents.the-aiagent-plan-step",
712
+ "file": "chunks/guides.ai-agents.the-aiagent-plan-step.md",
713
+ "tokens": 501,
714
+ "tags": [
715
+ "guides",
716
+ "ai-agents",
717
+ "aiagent",
718
+ "plan",
719
+ "step"
720
+ ],
721
+ "entities": [
722
+ "jobType",
723
+ "connector.values"
724
+ ]
725
+ },
726
+ {
727
+ "id": "guides.ai-agents.deploy-grade-validation",
728
+ "file": "chunks/guides.ai-agents.deploy-grade-validation.md",
729
+ "tokens": 205,
730
+ "tags": [
731
+ "guides",
732
+ "ai-agents",
733
+ "deploy-grade",
734
+ "validation"
735
+ ],
736
+ "entities": [
737
+ "agentic/tool-not-root",
738
+ "agentic/tool-no-description",
739
+ "agentic/fromai-bad-ref",
740
+ "fromAi()",
741
+ "agentic/no-output-collection",
742
+ "agentic/limits-missing",
743
+ "maxModelCalls"
744
+ ]
745
+ },
746
+ {
747
+ "id": "guides.ai-agents.testing-without-a-real-llm-call",
748
+ "file": "chunks/guides.ai-agents.testing-without-a-real-llm-call.md",
749
+ "tokens": 201,
750
+ "tags": [
751
+ "guides",
752
+ "ai-agents",
753
+ "testing",
754
+ "without",
755
+ "real",
756
+ "llm",
757
+ "call"
758
+ ],
759
+ "entities": []
760
+ },
761
+ {
762
+ "id": "guides.ai-agents.see-also",
763
+ "file": "chunks/guides.ai-agents.see-also.md",
764
+ "tokens": 49,
765
+ "tags": [
766
+ "guides",
767
+ "ai-agents",
768
+ "see",
769
+ "also"
770
+ ],
771
+ "entities": []
772
+ },
773
+ {
774
+ "id": "guides.ai-implement",
775
+ "file": "chunks/guides.ai-implement.md",
776
+ "tokens": 403,
777
+ "tags": [
778
+ "guides",
779
+ "ai-implement"
780
+ ],
781
+ "entities": [
782
+ "ProcessPlan"
783
+ ]
784
+ },
785
+ {
786
+ "id": "guides.ai-implement.the-claude-code-plugin",
787
+ "file": "chunks/guides.ai-implement.the-claude-code-plugin.md",
788
+ "tokens": 231,
789
+ "tags": [
790
+ "guides",
791
+ "ai-implement",
792
+ "claude",
793
+ "code",
794
+ "plugin"
795
+ ],
796
+ "entities": []
797
+ },
798
+ {
799
+ "id": "guides.ai-implement.lightweight-alternative-casen-skills-install",
800
+ "file": "chunks/guides.ai-implement.lightweight-alternative-casen-skills-install.md",
801
+ "tokens": 172,
802
+ "tags": [
803
+ "guides",
804
+ "ai-implement",
805
+ "lightweight",
806
+ "alternative",
807
+ "casen",
808
+ "skills",
809
+ "install"
810
+ ],
811
+ "entities": []
812
+ },
813
+ {
814
+ "id": "guides.ai-implement.deploying",
815
+ "file": "chunks/guides.ai-implement.deploying.md",
816
+ "tokens": 256,
817
+ "tags": [
818
+ "guides",
819
+ "ai-implement",
820
+ "deploying"
821
+ ],
822
+ "entities": [
823
+ "@bpmnkit/worker-client"
824
+ ]
825
+ },
826
+ {
827
+ "id": "guides.ai-implement.extending-an-existing-process",
828
+ "file": "chunks/guides.ai-implement.extending-an-existing-process.md",
829
+ "tokens": 100,
830
+ "tags": [
831
+ "guides",
832
+ "ai-implement",
833
+ "extending",
834
+ "existing",
835
+ "process"
836
+ ],
837
+ "entities": []
838
+ },
839
+ {
840
+ "id": "guides.ai",
841
+ "file": "chunks/guides.ai.md",
842
+ "tokens": 227,
843
+ "tags": [
844
+ "guides",
845
+ "ai"
846
+ ],
847
+ "entities": []
848
+ },
849
+ {
850
+ "id": "guides.ai.minimal-empty-diagram",
851
+ "file": "chunks/guides.ai.minimal-empty-diagram.md",
852
+ "tokens": 229,
853
+ "tags": [
854
+ "guides",
855
+ "ai",
856
+ "minimal",
857
+ "empty",
858
+ "diagram"
859
+ ],
860
+ "entities": [
861
+ "Bpmn.makeEmpty()"
862
+ ]
863
+ },
864
+ {
865
+ "id": "guides.ai.claude-api-example",
866
+ "file": "chunks/guides.ai.claude-api-example.md",
867
+ "tokens": 227,
868
+ "tags": [
869
+ "guides",
870
+ "ai",
871
+ "claude",
872
+ "api",
873
+ "example"
874
+ ],
875
+ "entities": []
876
+ },
877
+ {
878
+ "id": "guides.ai.openai-function-calling",
879
+ "file": "chunks/guides.ai.openai-function-calling.md",
880
+ "tokens": 192,
881
+ "tags": [
882
+ "guides",
883
+ "ai",
884
+ "openai",
885
+ "function",
886
+ "calling"
887
+ ],
888
+ "entities": []
889
+ },
890
+ {
891
+ "id": "guides.ai.mcp-server",
892
+ "file": "chunks/guides.ai.mcp-server.md",
893
+ "tokens": 151,
894
+ "tags": [
895
+ "guides",
896
+ "ai",
897
+ "mcp",
898
+ "server"
899
+ ],
900
+ "entities": []
901
+ },
902
+ {
903
+ "id": "guides.building-processes.service-tasks",
904
+ "file": "chunks/guides.building-processes.service-tasks.md",
905
+ "tokens": 203,
906
+ "tags": [
907
+ "guides",
908
+ "building-processes",
909
+ "service",
910
+ "tasks"
911
+ ],
912
+ "entities": []
913
+ },
914
+ {
915
+ "id": "guides.building-processes.events",
916
+ "file": "chunks/guides.building-processes.events.md",
917
+ "tokens": 245,
918
+ "tags": [
919
+ "guides",
920
+ "building-processes",
921
+ "events"
922
+ ],
923
+ "entities": []
924
+ },
925
+ {
926
+ "id": "guides.building-processes.sub-processes",
927
+ "file": "chunks/guides.building-processes.sub-processes.md",
928
+ "tokens": 181,
929
+ "tags": [
930
+ "guides",
931
+ "building-processes",
932
+ "sub-processes"
933
+ ],
934
+ "entities": []
935
+ },
936
+ {
937
+ "id": "guides.building-processes.boundary-events",
938
+ "file": "chunks/guides.building-processes.boundary-events.md",
939
+ "tokens": 294,
940
+ "tags": [
941
+ "guides",
942
+ "building-processes",
943
+ "boundary",
944
+ "events"
945
+ ],
946
+ "entities": []
947
+ },
948
+ {
949
+ "id": "guides.building-processes.call-activities",
950
+ "file": "chunks/guides.building-processes.call-activities.md",
951
+ "tokens": 217,
952
+ "tags": [
953
+ "guides",
954
+ "building-processes",
955
+ "call",
956
+ "activities"
957
+ ],
958
+ "entities": [
959
+ "Bpmn.createDiagram()"
960
+ ]
961
+ },
962
+ {
963
+ "id": "guides.building-processes.task-defaults",
964
+ "file": "chunks/guides.building-processes.task-defaults.md",
965
+ "tokens": 141,
966
+ "tags": [
967
+ "guides",
968
+ "building-processes",
969
+ "task",
970
+ "defaults"
971
+ ],
972
+ "entities": []
973
+ },
974
+ {
975
+ "id": "guides.building-processes.multi-instance",
976
+ "file": "chunks/guides.building-processes.multi-instance.md",
977
+ "tokens": 93,
978
+ "tags": [
979
+ "guides",
980
+ "building-processes",
981
+ "multi-instance"
982
+ ],
983
+ "entities": []
984
+ },
985
+ {
986
+ "id": "guides.claude-code-plugin",
987
+ "file": "chunks/guides.claude-code-plugin.md",
988
+ "tokens": 205,
989
+ "tags": [
990
+ "guides",
991
+ "claude-code-plugin"
992
+ ],
993
+ "entities": [
994
+ "ProcessPlan"
995
+ ]
996
+ },
997
+ {
998
+ "id": "guides.claude-code-plugin.configuration",
999
+ "file": "chunks/guides.claude-code-plugin.configuration.md",
1000
+ "tokens": 591,
1001
+ "tags": [
1002
+ "guides",
1003
+ "claude-code-plugin",
1004
+ "configuration"
1005
+ ],
1006
+ "entities": [
1007
+ "ProcessPlan"
1008
+ ]
1009
+ },
1010
+ {
1011
+ "id": "guides.claude-code-plugin.reference-docs",
1012
+ "file": "chunks/guides.claude-code-plugin.reference-docs.md",
1013
+ "tokens": 412,
1014
+ "tags": [
1015
+ "guides",
1016
+ "claude-code-plugin",
1017
+ "reference",
1018
+ "docs"
1019
+ ],
1020
+ "entities": [
1021
+ "references/plan-format.md",
1022
+ "ProcessPlan",
1023
+ "references/connectors.md",
1024
+ "references/agentic.md",
1025
+ "references/feel.md",
1026
+ "references/modeling-style.md"
1027
+ ]
1028
+ },
1029
+ {
1030
+ "id": "guides.claude-code-plugin.ambient-hooks",
1031
+ "file": "chunks/guides.claude-code-plugin.ambient-hooks.md",
1032
+ "tokens": 191,
1033
+ "tags": [
1034
+ "guides",
1035
+ "claude-code-plugin",
1036
+ "ambient",
1037
+ "hooks"
1038
+ ],
1039
+ "entities": [
1040
+ "@bpmnkit/proxy"
1041
+ ]
1042
+ },
1043
+ {
1044
+ "id": "guides.deployment",
1045
+ "file": "chunks/guides.deployment.md",
1046
+ "tokens": 192,
1047
+ "tags": [
1048
+ "guides",
1049
+ "deployment"
1050
+ ],
1051
+ "entities": [
1052
+ "@bpmnkit/api"
1053
+ ]
1054
+ },
1055
+ {
1056
+ "id": "guides.deployment.deploying-a-process",
1057
+ "file": "chunks/guides.deployment.deploying-a-process.md",
1058
+ "tokens": 196,
1059
+ "tags": [
1060
+ "guides",
1061
+ "deployment",
1062
+ "deploying",
1063
+ "process"
1064
+ ],
1065
+ "entities": []
1066
+ },
1067
+ {
1068
+ "id": "guides.deployment.handling-jobs",
1069
+ "file": "chunks/guides.deployment.handling-jobs.md",
1070
+ "tokens": 195,
1071
+ "tags": [
1072
+ "guides",
1073
+ "deployment",
1074
+ "handling",
1075
+ "jobs"
1076
+ ],
1077
+ "entities": []
1078
+ },
1079
+ {
1080
+ "id": "guides.deployment.managing-incidents",
1081
+ "file": "chunks/guides.deployment.managing-incidents.md",
1082
+ "tokens": 143,
1083
+ "tags": [
1084
+ "guides",
1085
+ "deployment",
1086
+ "managing",
1087
+ "incidents"
1088
+ ],
1089
+ "entities": []
1090
+ },
1091
+ {
1092
+ "id": "guides.deployment.ci-cd-deploy-on-push",
1093
+ "file": "chunks/guides.deployment.ci-cd-deploy-on-push.md",
1094
+ "tokens": 222,
1095
+ "tags": [
1096
+ "guides",
1097
+ "deployment",
1098
+ "deploy",
1099
+ "push"
1100
+ ],
1101
+ "entities": []
1102
+ },
1103
+ {
1104
+ "id": "guides.gateways.exclusive-gateway-xor",
1105
+ "file": "chunks/guides.gateways.exclusive-gateway-xor.md",
1106
+ "tokens": 218,
1107
+ "tags": [
1108
+ "guides",
1109
+ "gateways",
1110
+ "exclusive",
1111
+ "gateway",
1112
+ "xor"
1113
+ ],
1114
+ "entities": []
1115
+ },
1116
+ {
1117
+ "id": "guides.gateways.parallel-gateway-and",
1118
+ "file": "chunks/guides.gateways.parallel-gateway-and.md",
1119
+ "tokens": 143,
1120
+ "tags": [
1121
+ "guides",
1122
+ "gateways",
1123
+ "parallel",
1124
+ "gateway"
1125
+ ],
1126
+ "entities": []
1127
+ },
1128
+ {
1129
+ "id": "guides.gateways.inclusive-gateway-or",
1130
+ "file": "chunks/guides.gateways.inclusive-gateway-or.md",
1131
+ "tokens": 208,
1132
+ "tags": [
1133
+ "guides",
1134
+ "gateways",
1135
+ "inclusive",
1136
+ "gateway"
1137
+ ],
1138
+ "entities": []
1139
+ },
1140
+ {
1141
+ "id": "guides.gateways.branching-inside-sub-processes",
1142
+ "file": "chunks/guides.gateways.branching-inside-sub-processes.md",
1143
+ "tokens": 142,
1144
+ "tags": [
1145
+ "guides",
1146
+ "gateways",
1147
+ "branching",
1148
+ "inside",
1149
+ "sub-processes"
1150
+ ],
1151
+ "entities": [
1152
+ "subProcess()"
1153
+ ]
1154
+ },
1155
+ {
1156
+ "id": "guides.gateways.nested-branching",
1157
+ "file": "chunks/guides.gateways.nested-branching.md",
1158
+ "tokens": 122,
1159
+ "tags": [
1160
+ "guides",
1161
+ "gateways",
1162
+ "nested",
1163
+ "branching"
1164
+ ],
1165
+ "entities": []
1166
+ },
1167
+ {
1168
+ "id": "guides.patterns",
1169
+ "file": "chunks/guides.patterns.md",
1170
+ "tokens": 304,
1171
+ "tags": [
1172
+ "guides",
1173
+ "patterns"
1174
+ ],
1175
+ "entities": [
1176
+ "@bpmnkit/patterns",
1177
+ "ProcessPlan"
1178
+ ]
1179
+ },
1180
+ {
1181
+ "id": "guides.patterns.how-matching-works",
1182
+ "file": "chunks/guides.patterns.how-matching-works.md",
1183
+ "tokens": 138,
1184
+ "tags": [
1185
+ "guides",
1186
+ "patterns",
1187
+ "matching",
1188
+ "works"
1189
+ ],
1190
+ "entities": [
1191
+ "findPattern()"
1192
+ ]
1193
+ },
1194
+ {
1195
+ "id": "guides.patterns.what-a-pattern-contains",
1196
+ "file": "chunks/guides.patterns.what-a-pattern-contains.md",
1197
+ "tokens": 154,
1198
+ "tags": [
1199
+ "guides",
1200
+ "patterns",
1201
+ "pattern",
1202
+ "contains"
1203
+ ],
1204
+ "entities": []
1205
+ },
1206
+ {
1207
+ "id": "guides.patterns.using-patterns-from-the-cli",
1208
+ "file": "chunks/guides.patterns.using-patterns-from-the-cli.md",
1209
+ "tokens": 139,
1210
+ "tags": [
1211
+ "guides",
1212
+ "patterns",
1213
+ "cli"
1214
+ ],
1215
+ "entities": []
1216
+ },
1217
+ {
1218
+ "id": "guides.patterns.pattern-schema",
1219
+ "file": "chunks/guides.patterns.pattern-schema.md",
1220
+ "tokens": 212,
1221
+ "tags": [
1222
+ "guides",
1223
+ "patterns",
1224
+ "pattern",
1225
+ "schema"
1226
+ ],
1227
+ "entities": [
1228
+ "packages/patterns/src/patterns/",
1229
+ "index.ts",
1230
+ "findPattern"
1231
+ ]
1232
+ },
1233
+ {
1234
+ "id": "guides.patterns.see-also",
1235
+ "file": "chunks/guides.patterns.see-also.md",
1236
+ "tokens": 45,
1237
+ "tags": [
1238
+ "guides",
1239
+ "patterns",
1240
+ "see",
1241
+ "also"
1242
+ ],
1243
+ "entities": [
1244
+ "@bpmnkit/patterns"
1245
+ ]
1246
+ },
1247
+ {
1248
+ "id": "guides.simulation",
1249
+ "file": "chunks/guides.simulation.md",
1250
+ "tokens": 261,
1251
+ "tags": [
1252
+ "guides",
1253
+ "simulation"
1254
+ ],
1255
+ "entities": [
1256
+ "@bpmnkit/engine"
1257
+ ]
1258
+ },
1259
+ {
1260
+ "id": "guides.simulation.instance-state",
1261
+ "file": "chunks/guides.simulation.instance-state.md",
1262
+ "tokens": 136,
1263
+ "tags": [
1264
+ "guides",
1265
+ "simulation",
1266
+ "instance",
1267
+ "state"
1268
+ ],
1269
+ "entities": [
1270
+ "ProcessInstance"
1271
+ ]
1272
+ },
1273
+ {
1274
+ "id": "guides.simulation.message-correlation",
1275
+ "file": "chunks/guides.simulation.message-correlation.md",
1276
+ "tokens": 144,
1277
+ "tags": [
1278
+ "guides",
1279
+ "simulation",
1280
+ "message",
1281
+ "correlation"
1282
+ ],
1283
+ "entities": [
1284
+ "intermediateCatchEvent",
1285
+ "beforeComplete"
1286
+ ]
1287
+ },
1288
+ {
1289
+ "id": "guides.simulation.dmn-decision-evaluation",
1290
+ "file": "chunks/guides.simulation.dmn-decision-evaluation.md",
1291
+ "tokens": 251,
1292
+ "tags": [
1293
+ "guides",
1294
+ "simulation",
1295
+ "dmn",
1296
+ "decision",
1297
+ "evaluation"
1298
+ ],
1299
+ "entities": []
1300
+ },
1301
+ {
1302
+ "id": "guides.simulation.multiple-deployments",
1303
+ "file": "chunks/guides.simulation.multiple-deployments.md",
1304
+ "tokens": 86,
1305
+ "tags": [
1306
+ "guides",
1307
+ "simulation",
1308
+ "multiple",
1309
+ "deployments"
1310
+ ],
1311
+ "entities": [
1312
+ "engine.getDeployedProcesses()"
1313
+ ]
1314
+ },
1315
+ {
1316
+ "id": "guides.workers-standalone",
1317
+ "file": "chunks/guides.workers-standalone.md",
1318
+ "tokens": 184,
1319
+ "tags": [
1320
+ "guides",
1321
+ "workers-standalone"
1322
+ ],
1323
+ "entities": [
1324
+ "@bpmnkit/worker-client"
1325
+ ]
1326
+ },
1327
+ {
1328
+ "id": "guides.workers-standalone.anatomy-of-a-worker",
1329
+ "file": "chunks/guides.workers-standalone.anatomy-of-a-worker.md",
1330
+ "tokens": 212,
1331
+ "tags": [
1332
+ "guides",
1333
+ "workers-standalone",
1334
+ "anatomy",
1335
+ "worker"
1336
+ ],
1337
+ "entities": []
1338
+ },
1339
+ {
1340
+ "id": "guides.workers-standalone.environment-variables",
1341
+ "file": "chunks/guides.workers-standalone.environment-variables.md",
1342
+ "tokens": 141,
1343
+ "tags": [
1344
+ "guides",
1345
+ "workers-standalone",
1346
+ "environment",
1347
+ "variables"
1348
+ ],
1349
+ "entities": [
1350
+ "zeebe.camunda.io"
1351
+ ]
1352
+ },
1353
+ {
1354
+ "id": "guides.workers-standalone.running-workers",
1355
+ "file": "chunks/guides.workers-standalone.running-workers.md",
1356
+ "tokens": 222,
1357
+ "tags": [
1358
+ "guides",
1359
+ "workers-standalone",
1360
+ "running",
1361
+ "workers"
1362
+ ],
1363
+ "entities": []
1364
+ },
1365
+ {
1366
+ "id": "guides.workers-standalone.camunda-saas",
1367
+ "file": "chunks/guides.workers-standalone.camunda-saas.md",
1368
+ "tokens": 274,
1369
+ "tags": [
1370
+ "guides",
1371
+ "workers-standalone",
1372
+ "camunda",
1373
+ "saas"
1374
+ ],
1375
+ "entities": [
1376
+ "@bpmnkit/worker-client"
1377
+ ]
1378
+ },
1379
+ {
1380
+ "id": "guides.workers-standalone.see-also",
1381
+ "file": "chunks/guides.workers-standalone.see-also.md",
1382
+ "tokens": 46,
1383
+ "tags": [
1384
+ "guides",
1385
+ "workers-standalone",
1386
+ "see",
1387
+ "also"
1388
+ ],
1389
+ "entities": [
1390
+ "@bpmnkit/worker-client"
1391
+ ]
1392
+ },
1393
+ {
1394
+ "id": "packages.api.overview",
1395
+ "file": "chunks/packages.api.overview.md",
1396
+ "tokens": 218,
1397
+ "tags": [
1398
+ "packages",
1399
+ "api",
1400
+ "overview"
1401
+ ],
1402
+ "entities": [
1403
+ "@bpmnkit/api"
1404
+ ]
1405
+ },
1406
+ {
1407
+ "id": "packages.api.resource-namespaces",
1408
+ "file": "chunks/packages.api.resource-namespaces.md",
1409
+ "tokens": 172,
1410
+ "tags": [
1411
+ "packages",
1412
+ "api",
1413
+ "resource",
1414
+ "namespaces"
1415
+ ],
1416
+ "entities": [
1417
+ "client.process",
1418
+ "client.jobs",
1419
+ "client.incidents",
1420
+ "client.variables",
1421
+ "client.decisions",
1422
+ "client.messages",
1423
+ "client.signals",
1424
+ "client.userTasks",
1425
+ "client.users",
1426
+ "client.groups",
1427
+ "client.authorizations"
1428
+ ]
1429
+ },
1430
+ {
1431
+ "id": "packages.api.process-operations",
1432
+ "file": "chunks/packages.api.process-operations.md",
1433
+ "tokens": 239,
1434
+ "tags": [
1435
+ "packages",
1436
+ "api",
1437
+ "process",
1438
+ "operations"
1439
+ ],
1440
+ "entities": []
1441
+ },
1442
+ {
1443
+ "id": "packages.api.incident-resolution",
1444
+ "file": "chunks/packages.api.incident-resolution.md",
1445
+ "tokens": 138,
1446
+ "tags": [
1447
+ "packages",
1448
+ "api",
1449
+ "incident",
1450
+ "resolution"
1451
+ ],
1452
+ "entities": []
1453
+ },
1454
+ {
1455
+ "id": "packages.api.observability-events",
1456
+ "file": "chunks/packages.api.observability-events.md",
1457
+ "tokens": 95,
1458
+ "tags": [
1459
+ "packages",
1460
+ "api",
1461
+ "observability",
1462
+ "events"
1463
+ ],
1464
+ "entities": []
1465
+ },
1466
+ {
1467
+ "id": "packages.canvas.overview",
1468
+ "file": "chunks/packages.canvas.overview.md",
1469
+ "tokens": 162,
1470
+ "tags": [
1471
+ "packages",
1472
+ "canvas",
1473
+ "overview"
1474
+ ],
1475
+ "entities": [
1476
+ "@bpmnkit/canvas"
1477
+ ]
1478
+ },
1479
+ {
1480
+ "id": "packages.canvas.options",
1481
+ "file": "chunks/packages.canvas.options.md",
1482
+ "tokens": 147,
1483
+ "tags": [
1484
+ "packages",
1485
+ "canvas",
1486
+ "options"
1487
+ ],
1488
+ "entities": [
1489
+ "canvas.getXML()",
1490
+ "canvas.destroy()"
1491
+ ]
1492
+ },
1493
+ {
1494
+ "id": "packages.canvas.events",
1495
+ "file": "chunks/packages.canvas.events.md",
1496
+ "tokens": 269,
1497
+ "tags": [
1498
+ "packages",
1499
+ "canvas",
1500
+ "events"
1501
+ ],
1502
+ "entities": [
1503
+ "@bpmnkit/canvas-plugin-minimap",
1504
+ "@bpmnkit/canvas-plugin-zoom-controls",
1505
+ "@bpmnkit/canvas-plugin-command-palette",
1506
+ "@bpmnkit/canvas-plugin-storage",
1507
+ "@bpmnkit/canvas-plugin-tabs",
1508
+ "@bpmnkit/canvas-plugin-process-runner",
1509
+ "@bpmnkit/canvas-plugin-token-highlight",
1510
+ "@bpmnkit/canvas-plugin-ai-bridge"
1511
+ ]
1512
+ },
1513
+ {
1514
+ "id": "packages.connector-gen.overview",
1515
+ "file": "chunks/packages.connector-gen.overview.md",
1516
+ "tokens": 182,
1517
+ "tags": [
1518
+ "packages",
1519
+ "connector-gen",
1520
+ "overview"
1521
+ ],
1522
+ "entities": [
1523
+ "@bpmnkit/connector-gen",
1524
+ "components.securitySchemes"
1525
+ ]
1526
+ },
1527
+ {
1528
+ "id": "packages.connector-gen.installation",
1529
+ "file": "chunks/packages.connector-gen.installation.md",
1530
+ "tokens": 159,
1531
+ "tags": [
1532
+ "packages",
1533
+ "connector-gen",
1534
+ "installation"
1535
+ ],
1536
+ "entities": []
1537
+ },
1538
+ {
1539
+ "id": "packages.connector-gen.generating-from-the-catalog",
1540
+ "file": "chunks/packages.connector-gen.generating-from-the-catalog.md",
1541
+ "tokens": 268,
1542
+ "tags": [
1543
+ "packages",
1544
+ "connector-gen",
1545
+ "generating",
1546
+ "catalog"
1547
+ ],
1548
+ "entities": [
1549
+ "GeneratorOptions",
1550
+ "idPrefix",
1551
+ "defaultAuthType",
1552
+ "AuthHint",
1553
+ "baseUrl",
1554
+ "expandBody",
1555
+ "operationId"
1556
+ ]
1557
+ },
1558
+ {
1559
+ "id": "packages.connector-gen.writeoptions",
1560
+ "file": "chunks/packages.connector-gen.writeoptions.md",
1561
+ "tokens": 236,
1562
+ "tags": [
1563
+ "packages",
1564
+ "connector-gen",
1565
+ "writeoptions"
1566
+ ],
1567
+ "entities": [
1568
+ "outputDir",
1569
+ "AuthHint",
1570
+ "noAuth",
1571
+ "apiKey",
1572
+ "components.securitySchemes"
1573
+ ]
1574
+ },
1575
+ {
1576
+ "id": "packages.connector-gen.body-expansion",
1577
+ "file": "chunks/packages.connector-gen.body-expansion.md",
1578
+ "tokens": 137,
1579
+ "tags": [
1580
+ "packages",
1581
+ "connector-gen",
1582
+ "body",
1583
+ "expansion"
1584
+ ],
1585
+ "entities": []
1586
+ },
1587
+ {
1588
+ "id": "packages.connector-gen.lower-level-api",
1589
+ "file": "chunks/packages.connector-gen.lower-level-api.md",
1590
+ "tokens": 185,
1591
+ "tags": [
1592
+ "packages",
1593
+ "connector-gen",
1594
+ "lower-level",
1595
+ "api"
1596
+ ],
1597
+ "entities": []
1598
+ },
1599
+ {
1600
+ "id": "packages.connector-gen.catalog-reference",
1601
+ "file": "chunks/packages.connector-gen.catalog-reference.md",
1602
+ "tokens": 518,
1603
+ "tags": [
1604
+ "packages",
1605
+ "connector-gen",
1606
+ "catalog",
1607
+ "reference"
1608
+ ],
1609
+ "entities": [
1610
+ "getCatalogEntry"
1611
+ ]
1612
+ },
1613
+ {
1614
+ "id": "packages.connector-gen.catalogentry-type",
1615
+ "file": "chunks/packages.connector-gen.catalogentry-type.md",
1616
+ "tokens": 86,
1617
+ "tags": [
1618
+ "packages",
1619
+ "connector-gen",
1620
+ "catalogentry",
1621
+ "type"
1622
+ ],
1623
+ "entities": []
1624
+ },
1625
+ {
1626
+ "id": "packages.core.overview",
1627
+ "file": "chunks/packages.core.overview.md",
1628
+ "tokens": 136,
1629
+ "tags": [
1630
+ "packages",
1631
+ "core",
1632
+ "overview"
1633
+ ],
1634
+ "entities": [
1635
+ "@bpmnkit/core"
1636
+ ]
1637
+ },
1638
+ {
1639
+ "id": "packages.core.installation",
1640
+ "file": "chunks/packages.core.installation.md",
1641
+ "tokens": 27,
1642
+ "tags": [
1643
+ "packages",
1644
+ "core",
1645
+ "installation"
1646
+ ],
1647
+ "entities": []
1648
+ },
1649
+ {
1650
+ "id": "packages.core.installation-bpmn.createprocess-id-name",
1651
+ "file": "chunks/packages.core.installation-bpmn.createprocess-id-name.md",
1652
+ "tokens": 51,
1653
+ "tags": [
1654
+ "packages",
1655
+ "core",
1656
+ "installation",
1657
+ "bpmn.createprocess",
1658
+ "name"
1659
+ ],
1660
+ "entities": [
1661
+ "ProcessBuilder"
1662
+ ]
1663
+ },
1664
+ {
1665
+ "id": "packages.core.installation-bpmn.creatediagram-id",
1666
+ "file": "chunks/packages.core.installation-bpmn.creatediagram-id.md",
1667
+ "tokens": 107,
1668
+ "tags": [
1669
+ "packages",
1670
+ "core",
1671
+ "installation",
1672
+ "bpmn.creatediagram"
1673
+ ],
1674
+ "entities": [
1675
+ "DiagramBuilder"
1676
+ ]
1677
+ },
1678
+ {
1679
+ "id": "packages.core.installation-bpmn.export-definitions",
1680
+ "file": "chunks/packages.core.installation-bpmn.export-definitions.md",
1681
+ "tokens": 44,
1682
+ "tags": [
1683
+ "packages",
1684
+ "core",
1685
+ "installation",
1686
+ "bpmn.export",
1687
+ "definitions"
1688
+ ],
1689
+ "entities": [
1690
+ "BpmnDefinitions"
1691
+ ]
1692
+ },
1693
+ {
1694
+ "id": "packages.core.installation-bpmn.parse-xml",
1695
+ "file": "chunks/packages.core.installation-bpmn.parse-xml.md",
1696
+ "tokens": 45,
1697
+ "tags": [
1698
+ "packages",
1699
+ "core",
1700
+ "installation",
1701
+ "bpmn.parse",
1702
+ "xml"
1703
+ ],
1704
+ "entities": [
1705
+ "BpmnDefinitions"
1706
+ ]
1707
+ },
1708
+ {
1709
+ "id": "packages.core.installation-bpmn.makeempty-processid-processname",
1710
+ "file": "chunks/packages.core.installation-bpmn.makeempty-processid-processname.md",
1711
+ "tokens": 65,
1712
+ "tags": [
1713
+ "packages",
1714
+ "core",
1715
+ "installation",
1716
+ "bpmn.makeempty",
1717
+ "processid",
1718
+ "processname"
1719
+ ],
1720
+ "entities": []
1721
+ },
1722
+ {
1723
+ "id": "packages.core.installation-bpmn.sample_xml",
1724
+ "file": "chunks/packages.core.installation-bpmn.sample_xml.md",
1725
+ "tokens": 43,
1726
+ "tags": [
1727
+ "packages",
1728
+ "core",
1729
+ "installation",
1730
+ "bpmn.sample_xml"
1731
+ ],
1732
+ "entities": []
1733
+ },
1734
+ {
1735
+ "id": "packages.core.installation-compactify-definitions",
1736
+ "file": "chunks/packages.core.installation-compactify-definitions.md",
1737
+ "tokens": 62,
1738
+ "tags": [
1739
+ "packages",
1740
+ "core",
1741
+ "installation",
1742
+ "compactify",
1743
+ "definitions"
1744
+ ],
1745
+ "entities": [
1746
+ "BpmnDefinitions",
1747
+ "CompactDiagram"
1748
+ ]
1749
+ },
1750
+ {
1751
+ "id": "packages.core.installation-expand-compact",
1752
+ "file": "chunks/packages.core.installation-expand-compact.md",
1753
+ "tokens": 57,
1754
+ "tags": [
1755
+ "packages",
1756
+ "core",
1757
+ "installation",
1758
+ "expand",
1759
+ "compact"
1760
+ ],
1761
+ "entities": [
1762
+ "CompactDiagram",
1763
+ "BpmnDefinitions"
1764
+ ]
1765
+ },
1766
+ {
1767
+ "id": "packages.core.installation-layoutprocess-process",
1768
+ "file": "chunks/packages.core.installation-layoutprocess-process.md",
1769
+ "tokens": 85,
1770
+ "tags": [
1771
+ "packages",
1772
+ "core",
1773
+ "installation",
1774
+ "layoutprocess",
1775
+ "process"
1776
+ ],
1777
+ "entities": [
1778
+ "BpmnProcess",
1779
+ "LayoutResult"
1780
+ ]
1781
+ },
1782
+ {
1783
+ "id": "packages.core.installation-processbuilder-methods",
1784
+ "file": "chunks/packages.core.installation-processbuilder-methods.md",
1785
+ "tokens": 415,
1786
+ "tags": [
1787
+ "packages",
1788
+ "core",
1789
+ "installation",
1790
+ "processbuilder",
1791
+ "methods"
1792
+ ],
1793
+ "entities": [
1794
+ "addStartEvent",
1795
+ "BpmnDefinitions"
1796
+ ]
1797
+ },
1798
+ {
1799
+ "id": "packages.core.dmn-support",
1800
+ "file": "chunks/packages.core.dmn-support.md",
1801
+ "tokens": 113,
1802
+ "tags": [
1803
+ "packages",
1804
+ "core",
1805
+ "dmn",
1806
+ "support"
1807
+ ],
1808
+ "entities": [
1809
+ "@bpmnkit/core"
1810
+ ]
1811
+ },
1812
+ {
1813
+ "id": "packages.docspack.overview",
1814
+ "file": "chunks/packages.docspack.overview.md",
1815
+ "tokens": 253,
1816
+ "tags": [
1817
+ "packages",
1818
+ "docspack",
1819
+ "overview"
1820
+ ],
1821
+ "entities": [
1822
+ "@bpmnkit/docspack",
1823
+ "package.json"
1824
+ ]
1825
+ },
1826
+ {
1827
+ "id": "packages.docspack.installation",
1828
+ "file": "chunks/packages.docspack.installation.md",
1829
+ "tokens": 252,
1830
+ "tags": [
1831
+ "packages",
1832
+ "docspack",
1833
+ "installation"
1834
+ ],
1835
+ "entities": [
1836
+ "AGENTS.md",
1837
+ "CLAUDE.md"
1838
+ ]
1839
+ },
1840
+ {
1841
+ "id": "packages.docspack.reading-it-yourself",
1842
+ "file": "chunks/packages.docspack.reading-it-yourself.md",
1843
+ "tokens": 252,
1844
+ "tags": [
1845
+ "packages",
1846
+ "docspack",
1847
+ "reading",
1848
+ "yourself"
1849
+ ],
1850
+ "entities": []
1851
+ },
1852
+ {
1853
+ "id": "packages.docspack.using-the-index-directly",
1854
+ "file": "chunks/packages.docspack.using-the-index-directly.md",
1855
+ "tokens": 320,
1856
+ "tags": [
1857
+ "grid",
1858
+ "columns",
1859
+ "packages",
1860
+ "docspack",
1861
+ "index",
1862
+ "directly"
1863
+ ],
1864
+ "entities": [
1865
+ "TwoColumn",
1866
+ "apps/docs/src/content/docs"
1867
+ ]
1868
+ },
1869
+ {
1870
+ "id": "packages.docspack.trust",
1871
+ "file": "chunks/packages.docspack.trust.md",
1872
+ "tokens": 118,
1873
+ "tags": [
1874
+ "packages",
1875
+ "docspack",
1876
+ "trust"
1877
+ ],
1878
+ "entities": [
1879
+ "package.json"
1880
+ ]
1881
+ },
1882
+ {
1883
+ "id": "packages.editor.overview",
1884
+ "file": "chunks/packages.editor.overview.md",
1885
+ "tokens": 135,
1886
+ "tags": [
1887
+ "packages",
1888
+ "editor",
1889
+ "overview"
1890
+ ],
1891
+ "entities": [
1892
+ "@bpmnkit/editor"
1893
+ ]
1894
+ },
1895
+ {
1896
+ "id": "packages.editor.basic-setup",
1897
+ "file": "chunks/packages.editor.basic-setup.md",
1898
+ "tokens": 166,
1899
+ "tags": [
1900
+ "packages",
1901
+ "editor",
1902
+ "basic",
1903
+ "setup"
1904
+ ],
1905
+ "entities": []
1906
+ },
1907
+ {
1908
+ "id": "packages.editor.hud-options",
1909
+ "file": "chunks/packages.editor.hud-options.md",
1910
+ "tokens": 164,
1911
+ "tags": [
1912
+ "packages",
1913
+ "editor",
1914
+ "hud",
1915
+ "options"
1916
+ ],
1917
+ "entities": []
1918
+ },
1919
+ {
1920
+ "id": "packages.editor.full-editor-with-all-plugins",
1921
+ "file": "chunks/packages.editor.full-editor-with-all-plugins.md",
1922
+ "tokens": 157,
1923
+ "tags": [
1924
+ "packages",
1925
+ "editor",
1926
+ "full",
1927
+ "all",
1928
+ "plugins"
1929
+ ],
1930
+ "entities": [
1931
+ "createStorageTabsBridge"
1932
+ ]
1933
+ },
1934
+ {
1935
+ "id": "packages.engine.overview",
1936
+ "file": "chunks/packages.engine.overview.md",
1937
+ "tokens": 141,
1938
+ "tags": [
1939
+ "packages",
1940
+ "engine",
1941
+ "overview"
1942
+ ],
1943
+ "entities": [
1944
+ "@bpmnkit/engine",
1945
+ "@bpmnkit/core"
1946
+ ]
1947
+ },
1948
+ {
1949
+ "id": "packages.engine.installation",
1950
+ "file": "chunks/packages.engine.installation.md",
1951
+ "tokens": 346,
1952
+ "tags": [
1953
+ "packages",
1954
+ "engine",
1955
+ "installation"
1956
+ ],
1957
+ "entities": [
1958
+ "StartOptions",
1959
+ "beforeComplete",
1960
+ "engine.getDeployedProcesses()"
1961
+ ]
1962
+ },
1963
+ {
1964
+ "id": "packages.engine.processinstance",
1965
+ "file": "chunks/packages.engine.processinstance.md",
1966
+ "tokens": 161,
1967
+ "tags": [
1968
+ "packages",
1969
+ "engine",
1970
+ "processinstance"
1971
+ ],
1972
+ "entities": [
1973
+ "activeElements",
1974
+ "beforeComplete",
1975
+ "instance.cancel()"
1976
+ ]
1977
+ },
1978
+ {
1979
+ "id": "packages.engine.variable-scoping",
1980
+ "file": "chunks/packages.engine.variable-scoping.md",
1981
+ "tokens": 148,
1982
+ "tags": [
1983
+ "packages",
1984
+ "engine",
1985
+ "variable",
1986
+ "scoping"
1987
+ ],
1988
+ "entities": [
1989
+ "setLocal",
1990
+ "setTimeout",
1991
+ "@bpmnkit/engine"
1992
+ ]
1993
+ },
1994
+ {
1995
+ "id": "packages.worker-client",
1996
+ "file": "chunks/packages.worker-client.md",
1997
+ "tokens": 141,
1998
+ "tags": [
1999
+ "packages",
2000
+ "worker-client"
2001
+ ],
2002
+ "entities": [
2003
+ "@bpmnkit/worker-client"
2004
+ ]
2005
+ },
2006
+ {
2007
+ "id": "packages.worker-client.createworkerclient-options",
2008
+ "file": "chunks/packages.worker-client.createworkerclient-options.md",
2009
+ "tokens": 267,
2010
+ "tags": [
2011
+ "packages",
2012
+ "worker-client",
2013
+ "createworkerclient",
2014
+ "options"
2015
+ ],
2016
+ "entities": [
2017
+ "clientId",
2018
+ "clientSecret",
2019
+ "tokenUrl",
2020
+ "zeebe.camunda.io",
2021
+ "workerName",
2022
+ "WorkerClient",
2023
+ "poll()"
2024
+ ]
2025
+ },
2026
+ {
2027
+ "id": "packages.worker-client.client.poll-jobtype-options",
2028
+ "file": "chunks/packages.worker-client.client.poll-jobtype-options.md",
2029
+ "tokens": 265,
2030
+ "tags": [
2031
+ "packages",
2032
+ "worker-client",
2033
+ "client.poll",
2034
+ "jobtype",
2035
+ "options"
2036
+ ],
2037
+ "entities": [
2038
+ "maxJobs",
2039
+ "ActivatedJob"
2040
+ ]
2041
+ },
2042
+ {
2043
+ "id": "packages.worker-client.job.complete-variables",
2044
+ "file": "chunks/packages.worker-client.job.complete-variables.md",
2045
+ "tokens": 172,
2046
+ "tags": [
2047
+ "packages",
2048
+ "worker-client",
2049
+ "job.complete",
2050
+ "variables"
2051
+ ],
2052
+ "entities": []
2053
+ },
2054
+ {
2055
+ "id": "packages.worker-client.oauth2-camunda-saas",
2056
+ "file": "chunks/packages.worker-client.oauth2-camunda-saas.md",
2057
+ "tokens": 150,
2058
+ "tags": [
2059
+ "packages",
2060
+ "worker-client",
2061
+ "oauth2",
2062
+ "camunda",
2063
+ "saas"
2064
+ ],
2065
+ "entities": [
2066
+ "clientId",
2067
+ "clientSecret"
2068
+ ]
2069
+ },
2070
+ {
2071
+ "id": "packages.worker-client.see-also",
2072
+ "file": "chunks/packages.worker-client.see-also.md",
2073
+ "tokens": 47,
2074
+ "tags": [
2075
+ "packages",
2076
+ "worker-client",
2077
+ "see",
2078
+ "also"
2079
+ ],
2080
+ "entities": []
2081
+ }
2082
+ ]
2083
+ }