@camunda/connectors-element-templates 1.0.16 → 1.0.18

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 (124) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -0
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +3 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +9 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +9 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +9 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +9 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +36 -39
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3769 -28
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6979 -3299
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +469 -471
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +484 -486
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1756 -1752
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +788 -51
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1412 -1412
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +376 -11
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +408 -9
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +322 -5
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +316 -311
  29. package/src/element-templates/aws-lambda-outbound-connector.json +305 -301
  30. package/src/element-templates/aws-s3-outbound-connector.json +656 -15
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
  32. package/src/element-templates/aws-sns-inbound-boundary.json +422 -415
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +330 -323
  34. package/src/element-templates/aws-sns-inbound-message-start.json +348 -341
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
  37. package/src/element-templates/aws-sns-outbound-connector.json +593 -589
  38. package/src/element-templates/aws-sqs-boundary-connector.json +642 -638
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +588 -584
  40. package/src/element-templates/aws-sqs-outbound-connector.json +748 -746
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +408 -400
  43. package/src/element-templates/aws-sqs-start-message.json +465 -461
  44. package/src/element-templates/aws-textract-outbound-connector.json +298 -294
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +598 -53
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +39 -31
  50. package/src/element-templates/easy-post-connector.json +1017 -49
  51. package/src/element-templates/email-inbound-connector-boundary.json +32 -24
  52. package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +45 -37
  55. package/src/element-templates/email-outbound-connector.json +2129 -256
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12447 -5385
  58. package/src/element-templates/github-webhook-connector-boundary.json +11 -13
  59. package/src/element-templates/github-webhook-connector-intermediate.json +55 -57
  60. package/src/element-templates/github-webhook-connector-message-start.json +19 -21
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +62 -64
  63. package/src/element-templates/gitlab-connector.json +2974 -1342
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +882 -262
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1048 -19
  68. package/src/element-templates/google-sheets-outbound-connector.json +2961 -1967
  69. package/src/element-templates/graphql-outbound-connector.json +1780 -1193
  70. package/src/element-templates/http-json-connector.json +2832 -2168
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +953 -277
  72. package/src/element-templates/http-polling-connector.json +1642 -966
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +432 -5
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +21 -12
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +581 -572
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +150 -141
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +436 -430
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +165 -13
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +165 -13
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +178 -26
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5616 -1607
  87. package/src/element-templates/openai-connector.json +608 -145
  88. package/src/element-templates/operate-connector.json +1218 -66
  89. package/src/element-templates/power-automate-connector.json +602 -10
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +799 -790
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +914 -905
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +477 -468
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +754 -745
  95. package/src/element-templates/rabbitmq-outbound-connector.json +875 -869
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +583 -39
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +1406 -798
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +639 -341
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +678 -348
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +332 -327
  110. package/src/element-templates/slack-outbound-connector.json +3313 -919
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1521 -41
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +35 -26
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +38 -29
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +607 -15
  119. package/src/element-templates/webhook-connector-boundary.json +1986 -1331
  120. package/src/element-templates/webhook-connector-intermediate.json +2193 -1538
  121. package/src/element-templates/webhook-connector-receive.json +654 -0
  122. package/src/element-templates/webhook-connector-start-event.json +1261 -700
  123. package/src/element-templates/webhook-connector-start-message.json +1754 -1067
  124. package/src/element-templates/whatsapp-connector.json +339 -5
@@ -1,4 +1,3589 @@
1
1
  [
2
+ {
3
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
+ "name": "AI Agent Sub-process",
5
+ "id": "io.camunda.connectors.agenticai.aiagent.jobworker.v1",
6
+ "description": "Run a multi-step AI reasoning loop with dynamic tool selection",
7
+ "keywords": ["AI", "AI Agent", "agentic orchestration"],
8
+ "documentationRef": "https://docs.camunda.io/docs/8.10/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/",
9
+ "version": 10,
10
+ "category": {
11
+ "id": "connectors",
12
+ "name": "Connectors"
13
+ },
14
+ "appliesTo": ["bpmn:SubProcess"],
15
+ "elementType": {
16
+ "value": "bpmn:AdHocSubProcess"
17
+ },
18
+ "engines": {
19
+ "camunda": "^8.10"
20
+ },
21
+ "groups": [
22
+ {
23
+ "id": "provider",
24
+ "label": "Model provider",
25
+ "openByDefault": false
26
+ },
27
+ {
28
+ "id": "model",
29
+ "label": "Model",
30
+ "openByDefault": false
31
+ },
32
+ {
33
+ "id": "systemPrompt",
34
+ "label": "System prompt",
35
+ "tooltip": "A system prompt is a set of foundational instructions given to a model before any user interaction begins. It defines the AI agent’s role, behavior, tone, and communication style, ensuring that responses remain consistent and aligned with the AI agent’s intended purpose. These instructions help shape how the model interprets and responds to user input throughout the conversation.",
36
+ "openByDefault": false
37
+ },
38
+ {
39
+ "id": "userPrompt",
40
+ "label": "User prompt",
41
+ "tooltip": "A user prompt is the message or question you give to the AI to start or continue a conversation. It tells the AI what you need, whether it's information, help with a task, or just a chat. The AI uses your prompt to understand how to respond.",
42
+ "openByDefault": false
43
+ },
44
+ {
45
+ "id": "tools",
46
+ "label": "Tools",
47
+ "tooltip": "Tools are optional features the AI Agent can use to perform specific tasks. Configure this if the agent should participate in a tools feedback loop.",
48
+ "openByDefault": false
49
+ },
50
+ {
51
+ "id": "memory",
52
+ "label": "Memory",
53
+ "tooltip": "Configuration of the Agent's short-term/conversational memory.",
54
+ "openByDefault": false
55
+ },
56
+ {
57
+ "id": "limits",
58
+ "label": "Limits",
59
+ "openByDefault": false
60
+ },
61
+ {
62
+ "id": "events",
63
+ "label": "Event handling",
64
+ "tooltip": "Configure how event sub-process results are handled. Results are added as user messages to the running agent.",
65
+ "openByDefault": false
66
+ },
67
+ {
68
+ "id": "response",
69
+ "label": "Response",
70
+ "tooltip": "Configuration of the model response format and how to map the model response to the connector result.<br><br>Depending on the selection, the model response will be available as <code>response.responseText</code> or <code>response.responseJson</code>.<br><br>See <a href=\"https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/#response\">documentation</a> for details.",
71
+ "openByDefault": false
72
+ },
73
+ {
74
+ "id": "connector",
75
+ "label": "Connector"
76
+ },
77
+ {
78
+ "id": "output",
79
+ "label": "Output mapping"
80
+ },
81
+ {
82
+ "id": "error",
83
+ "label": "Error handling"
84
+ },
85
+ {
86
+ "id": "retries",
87
+ "label": "Retries"
88
+ }
89
+ ],
90
+ "properties": [
91
+ {
92
+ "value": "io.camunda.agenticai:aiagent-job-worker:1",
93
+ "binding": {
94
+ "property": "type",
95
+ "type": "zeebe:taskDefinition"
96
+ },
97
+ "type": "Hidden"
98
+ },
99
+ {
100
+ "id": "outputCollection",
101
+ "binding": {
102
+ "property": "outputCollection",
103
+ "type": "zeebe:adHoc"
104
+ },
105
+ "value": "toolCallResults",
106
+ "type": "Hidden"
107
+ },
108
+ {
109
+ "id": "outputElement",
110
+ "binding": {
111
+ "property": "outputElement",
112
+ "type": "zeebe:adHoc"
113
+ },
114
+ "value": "={\n id: toolCall._meta.id,\n name: toolCall._meta.name,\n content: toolCallResult\n}",
115
+ "type": "Hidden"
116
+ },
117
+ {
118
+ "id": "provider.type",
119
+ "label": "Provider",
120
+ "description": "Specify the LLM provider to use.",
121
+ "value": "anthropic",
122
+ "group": "provider",
123
+ "binding": {
124
+ "name": "provider.type",
125
+ "type": "zeebe:input"
126
+ },
127
+ "type": "Dropdown",
128
+ "choices": [
129
+ {
130
+ "name": "Anthropic",
131
+ "value": "anthropic"
132
+ },
133
+ {
134
+ "name": "AWS Bedrock",
135
+ "value": "bedrock"
136
+ },
137
+ {
138
+ "name": "Azure OpenAI",
139
+ "value": "azureOpenAi"
140
+ },
141
+ {
142
+ "name": "Google Vertex AI",
143
+ "value": "google-vertex-ai"
144
+ },
145
+ {
146
+ "name": "OpenAI",
147
+ "value": "openai"
148
+ },
149
+ {
150
+ "name": "OpenAI Compatible",
151
+ "value": "openaiCompatible"
152
+ }
153
+ ]
154
+ },
155
+ {
156
+ "id": "provider.anthropic.endpoint",
157
+ "label": "Endpoint",
158
+ "description": "Optional custom API endpoint",
159
+ "optional": true,
160
+ "feel": "optional",
161
+ "group": "provider",
162
+ "binding": {
163
+ "name": "provider.anthropic.endpoint",
164
+ "type": "zeebe:input"
165
+ },
166
+ "condition": {
167
+ "property": "provider.type",
168
+ "equals": "anthropic",
169
+ "type": "simple"
170
+ },
171
+ "type": "String"
172
+ },
173
+ {
174
+ "id": "provider.anthropic.authentication.apiKey",
175
+ "label": "Anthropic API key",
176
+ "optional": false,
177
+ "constraints": {
178
+ "notEmpty": true
179
+ },
180
+ "feel": "optional",
181
+ "group": "provider",
182
+ "binding": {
183
+ "name": "provider.anthropic.authentication.apiKey",
184
+ "type": "zeebe:input"
185
+ },
186
+ "condition": {
187
+ "property": "provider.type",
188
+ "equals": "anthropic",
189
+ "type": "simple"
190
+ },
191
+ "type": "String"
192
+ },
193
+ {
194
+ "id": "provider.anthropic.timeouts.timeout",
195
+ "label": "Timeout",
196
+ "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
197
+ "optional": true,
198
+ "feel": "optional",
199
+ "group": "provider",
200
+ "binding": {
201
+ "name": "provider.anthropic.timeouts.timeout",
202
+ "type": "zeebe:input"
203
+ },
204
+ "condition": {
205
+ "property": "provider.type",
206
+ "equals": "anthropic",
207
+ "type": "simple"
208
+ },
209
+ "type": "String"
210
+ },
211
+ {
212
+ "id": "provider.bedrock.region",
213
+ "label": "Region",
214
+ "description": "Specify the AWS region (example: <code>eu-west-1</code>)",
215
+ "optional": false,
216
+ "constraints": {
217
+ "notEmpty": true
218
+ },
219
+ "feel": "optional",
220
+ "group": "provider",
221
+ "binding": {
222
+ "name": "provider.bedrock.region",
223
+ "type": "zeebe:input"
224
+ },
225
+ "condition": {
226
+ "property": "provider.type",
227
+ "equals": "bedrock",
228
+ "type": "simple"
229
+ },
230
+ "type": "String"
231
+ },
232
+ {
233
+ "id": "provider.bedrock.endpoint",
234
+ "label": "Endpoint",
235
+ "description": "Custom API endpoint for VPC/PrivateLink configurations, AWS GovCloud, or other non-standard deployments.",
236
+ "optional": true,
237
+ "feel": "optional",
238
+ "group": "provider",
239
+ "binding": {
240
+ "name": "provider.bedrock.endpoint",
241
+ "type": "zeebe:input"
242
+ },
243
+ "condition": {
244
+ "property": "provider.type",
245
+ "equals": "bedrock",
246
+ "type": "simple"
247
+ },
248
+ "type": "String"
249
+ },
250
+ {
251
+ "id": "provider.bedrock.authentication.type",
252
+ "label": "Authentication",
253
+ "description": "Specify the AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-bedrock/#authentication\" target=\"_blank\">documentation page</a>",
254
+ "value": "credentials",
255
+ "group": "provider",
256
+ "binding": {
257
+ "name": "provider.bedrock.authentication.type",
258
+ "type": "zeebe:input"
259
+ },
260
+ "condition": {
261
+ "property": "provider.type",
262
+ "equals": "bedrock",
263
+ "type": "simple"
264
+ },
265
+ "type": "Dropdown",
266
+ "choices": [
267
+ {
268
+ "name": "Credentials",
269
+ "value": "credentials"
270
+ },
271
+ {
272
+ "name": "API Key",
273
+ "value": "apiKey"
274
+ },
275
+ {
276
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
277
+ "value": "defaultCredentialsChain"
278
+ }
279
+ ]
280
+ },
281
+ {
282
+ "id": "provider.bedrock.authentication.accessKey",
283
+ "label": "Access key",
284
+ "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
285
+ "optional": false,
286
+ "constraints": {
287
+ "notEmpty": true
288
+ },
289
+ "feel": "optional",
290
+ "group": "provider",
291
+ "binding": {
292
+ "name": "provider.bedrock.authentication.accessKey",
293
+ "type": "zeebe:input"
294
+ },
295
+ "condition": {
296
+ "allMatch": [
297
+ {
298
+ "property": "provider.bedrock.authentication.type",
299
+ "equals": "credentials",
300
+ "type": "simple"
301
+ },
302
+ {
303
+ "property": "provider.type",
304
+ "equals": "bedrock",
305
+ "type": "simple"
306
+ }
307
+ ]
308
+ },
309
+ "type": "String"
310
+ },
311
+ {
312
+ "id": "provider.bedrock.authentication.secretKey",
313
+ "label": "Secret key",
314
+ "description": "Provide the secret key for the IAM access key",
315
+ "optional": false,
316
+ "constraints": {
317
+ "notEmpty": true
318
+ },
319
+ "feel": "optional",
320
+ "group": "provider",
321
+ "binding": {
322
+ "name": "provider.bedrock.authentication.secretKey",
323
+ "type": "zeebe:input"
324
+ },
325
+ "condition": {
326
+ "allMatch": [
327
+ {
328
+ "property": "provider.bedrock.authentication.type",
329
+ "equals": "credentials",
330
+ "type": "simple"
331
+ },
332
+ {
333
+ "property": "provider.type",
334
+ "equals": "bedrock",
335
+ "type": "simple"
336
+ }
337
+ ]
338
+ },
339
+ "type": "String"
340
+ },
341
+ {
342
+ "id": "provider.bedrock.authentication.apiKey",
343
+ "label": "API Key",
344
+ "description": "Provide an API Key with permissions to interact with your AWS Bedrock Instance",
345
+ "optional": false,
346
+ "constraints": {
347
+ "notEmpty": true
348
+ },
349
+ "feel": "optional",
350
+ "group": "provider",
351
+ "binding": {
352
+ "name": "provider.bedrock.authentication.apiKey",
353
+ "type": "zeebe:input"
354
+ },
355
+ "condition": {
356
+ "allMatch": [
357
+ {
358
+ "property": "provider.bedrock.authentication.type",
359
+ "equals": "apiKey",
360
+ "type": "simple"
361
+ },
362
+ {
363
+ "property": "provider.type",
364
+ "equals": "bedrock",
365
+ "type": "simple"
366
+ }
367
+ ]
368
+ },
369
+ "type": "String"
370
+ },
371
+ {
372
+ "id": "provider.bedrock.timeouts.timeout",
373
+ "label": "Timeout",
374
+ "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
375
+ "optional": true,
376
+ "feel": "optional",
377
+ "group": "provider",
378
+ "binding": {
379
+ "name": "provider.bedrock.timeouts.timeout",
380
+ "type": "zeebe:input"
381
+ },
382
+ "condition": {
383
+ "property": "provider.type",
384
+ "equals": "bedrock",
385
+ "type": "simple"
386
+ },
387
+ "type": "String"
388
+ },
389
+ {
390
+ "id": "provider.azureOpenAi.endpoint",
391
+ "label": "Endpoint",
392
+ "description": "Specify Azure OpenAI endpoint. Details in the <a href=\"https://learn.microsoft.com/en-us/azure/ai-foundry/openai/reference\" target=\"_blank\">documentation</a>.",
393
+ "optional": false,
394
+ "constraints": {
395
+ "notEmpty": true
396
+ },
397
+ "feel": "optional",
398
+ "group": "provider",
399
+ "binding": {
400
+ "name": "provider.azureOpenAi.endpoint",
401
+ "type": "zeebe:input"
402
+ },
403
+ "condition": {
404
+ "property": "provider.type",
405
+ "equals": "azureOpenAi",
406
+ "type": "simple"
407
+ },
408
+ "type": "String"
409
+ },
410
+ {
411
+ "id": "provider.azureOpenAi.authentication.type",
412
+ "label": "Authentication",
413
+ "description": "Specify the Azure OpenAI authentication strategy.",
414
+ "value": "apiKey",
415
+ "group": "provider",
416
+ "binding": {
417
+ "name": "provider.azureOpenAi.authentication.type",
418
+ "type": "zeebe:input"
419
+ },
420
+ "condition": {
421
+ "property": "provider.type",
422
+ "equals": "azureOpenAi",
423
+ "type": "simple"
424
+ },
425
+ "type": "Dropdown",
426
+ "choices": [
427
+ {
428
+ "name": "API key",
429
+ "value": "apiKey"
430
+ },
431
+ {
432
+ "name": "Client credentials",
433
+ "value": "clientCredentials"
434
+ }
435
+ ]
436
+ },
437
+ {
438
+ "id": "provider.azureOpenAi.authentication.apiKey",
439
+ "label": "API key",
440
+ "optional": false,
441
+ "constraints": {
442
+ "notEmpty": true
443
+ },
444
+ "feel": "optional",
445
+ "group": "provider",
446
+ "binding": {
447
+ "name": "provider.azureOpenAi.authentication.apiKey",
448
+ "type": "zeebe:input"
449
+ },
450
+ "condition": {
451
+ "allMatch": [
452
+ {
453
+ "property": "provider.azureOpenAi.authentication.type",
454
+ "equals": "apiKey",
455
+ "type": "simple"
456
+ },
457
+ {
458
+ "property": "provider.type",
459
+ "equals": "azureOpenAi",
460
+ "type": "simple"
461
+ }
462
+ ]
463
+ },
464
+ "type": "String"
465
+ },
466
+ {
467
+ "id": "provider.azureOpenAi.authentication.clientId",
468
+ "label": "Client ID",
469
+ "description": "ID of a Microsoft Entra application",
470
+ "optional": false,
471
+ "constraints": {
472
+ "notEmpty": true
473
+ },
474
+ "feel": "optional",
475
+ "group": "provider",
476
+ "binding": {
477
+ "name": "provider.azureOpenAi.authentication.clientId",
478
+ "type": "zeebe:input"
479
+ },
480
+ "condition": {
481
+ "allMatch": [
482
+ {
483
+ "property": "provider.azureOpenAi.authentication.type",
484
+ "equals": "clientCredentials",
485
+ "type": "simple"
486
+ },
487
+ {
488
+ "property": "provider.type",
489
+ "equals": "azureOpenAi",
490
+ "type": "simple"
491
+ }
492
+ ]
493
+ },
494
+ "type": "String"
495
+ },
496
+ {
497
+ "id": "provider.azureOpenAi.authentication.clientSecret",
498
+ "label": "Client secret",
499
+ "description": "Secret of a Microsoft Entra application",
500
+ "optional": false,
501
+ "constraints": {
502
+ "notEmpty": true
503
+ },
504
+ "feel": "optional",
505
+ "group": "provider",
506
+ "binding": {
507
+ "name": "provider.azureOpenAi.authentication.clientSecret",
508
+ "type": "zeebe:input"
509
+ },
510
+ "condition": {
511
+ "allMatch": [
512
+ {
513
+ "property": "provider.azureOpenAi.authentication.type",
514
+ "equals": "clientCredentials",
515
+ "type": "simple"
516
+ },
517
+ {
518
+ "property": "provider.type",
519
+ "equals": "azureOpenAi",
520
+ "type": "simple"
521
+ }
522
+ ]
523
+ },
524
+ "type": "String"
525
+ },
526
+ {
527
+ "id": "provider.azureOpenAi.authentication.tenantId",
528
+ "label": "Tenant ID",
529
+ "description": "ID of a Microsoft Entra tenant. Details in the <a href=\"https://learn.microsoft.com/en-us/entra/fundamentals/how-to-find-tenant\" target=\"_blank\">documentation</a>.",
530
+ "optional": false,
531
+ "constraints": {
532
+ "notEmpty": true
533
+ },
534
+ "feel": "optional",
535
+ "group": "provider",
536
+ "binding": {
537
+ "name": "provider.azureOpenAi.authentication.tenantId",
538
+ "type": "zeebe:input"
539
+ },
540
+ "condition": {
541
+ "allMatch": [
542
+ {
543
+ "property": "provider.azureOpenAi.authentication.type",
544
+ "equals": "clientCredentials",
545
+ "type": "simple"
546
+ },
547
+ {
548
+ "property": "provider.type",
549
+ "equals": "azureOpenAi",
550
+ "type": "simple"
551
+ }
552
+ ]
553
+ },
554
+ "type": "String"
555
+ },
556
+ {
557
+ "id": "provider.azureOpenAi.authentication.authorityHost",
558
+ "label": "Authority host",
559
+ "description": "Authority host URL for the Microsoft Entra application. Defaults to <code>https://login.microsoftonline.com</code>. This can also contain an OAuth 2.0 token endpoint.",
560
+ "optional": true,
561
+ "feel": "optional",
562
+ "group": "provider",
563
+ "binding": {
564
+ "name": "provider.azureOpenAi.authentication.authorityHost",
565
+ "type": "zeebe:input"
566
+ },
567
+ "condition": {
568
+ "allMatch": [
569
+ {
570
+ "property": "provider.azureOpenAi.authentication.type",
571
+ "equals": "clientCredentials",
572
+ "type": "simple"
573
+ },
574
+ {
575
+ "property": "provider.type",
576
+ "equals": "azureOpenAi",
577
+ "type": "simple"
578
+ }
579
+ ]
580
+ },
581
+ "type": "String"
582
+ },
583
+ {
584
+ "id": "provider.azureOpenAi.timeouts.timeout",
585
+ "label": "Timeout",
586
+ "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
587
+ "optional": true,
588
+ "feel": "optional",
589
+ "group": "provider",
590
+ "binding": {
591
+ "name": "provider.azureOpenAi.timeouts.timeout",
592
+ "type": "zeebe:input"
593
+ },
594
+ "condition": {
595
+ "property": "provider.type",
596
+ "equals": "azureOpenAi",
597
+ "type": "simple"
598
+ },
599
+ "type": "String"
600
+ },
601
+ {
602
+ "id": "provider.googleVertexAi.projectId",
603
+ "label": "Project ID",
604
+ "description": "Specify Google Cloud project ID",
605
+ "optional": false,
606
+ "constraints": {
607
+ "notEmpty": true
608
+ },
609
+ "feel": "optional",
610
+ "group": "provider",
611
+ "binding": {
612
+ "name": "provider.googleVertexAi.projectId",
613
+ "type": "zeebe:input"
614
+ },
615
+ "condition": {
616
+ "property": "provider.type",
617
+ "equals": "google-vertex-ai",
618
+ "type": "simple"
619
+ },
620
+ "type": "String"
621
+ },
622
+ {
623
+ "id": "provider.googleVertexAi.region",
624
+ "label": "Region",
625
+ "description": "Specify the region where AI inference should take place",
626
+ "optional": false,
627
+ "constraints": {
628
+ "notEmpty": true
629
+ },
630
+ "feel": "optional",
631
+ "group": "provider",
632
+ "binding": {
633
+ "name": "provider.googleVertexAi.region",
634
+ "type": "zeebe:input"
635
+ },
636
+ "condition": {
637
+ "property": "provider.type",
638
+ "equals": "google-vertex-ai",
639
+ "type": "simple"
640
+ },
641
+ "type": "String"
642
+ },
643
+ {
644
+ "id": "provider.googleVertexAi.authentication.type",
645
+ "label": "Authentication",
646
+ "description": "Specify the Google Vertex AI authentication strategy.",
647
+ "value": "serviceAccountCredentials",
648
+ "group": "provider",
649
+ "binding": {
650
+ "name": "provider.googleVertexAi.authentication.type",
651
+ "type": "zeebe:input"
652
+ },
653
+ "condition": {
654
+ "property": "provider.type",
655
+ "equals": "google-vertex-ai",
656
+ "type": "simple"
657
+ },
658
+ "type": "Dropdown",
659
+ "choices": [
660
+ {
661
+ "name": "Service account credentials",
662
+ "value": "serviceAccountCredentials"
663
+ },
664
+ {
665
+ "name": "Application default credentials (Hybrid/Self-Managed only)",
666
+ "value": "applicationDefaultCredentials"
667
+ }
668
+ ]
669
+ },
670
+ {
671
+ "id": "provider.googleVertexAi.authentication.jsonKey",
672
+ "label": "JSON key of the service account",
673
+ "description": "This is the key of the service account in JSON format.",
674
+ "optional": false,
675
+ "constraints": {
676
+ "notEmpty": true
677
+ },
678
+ "feel": "optional",
679
+ "group": "provider",
680
+ "binding": {
681
+ "name": "provider.googleVertexAi.authentication.jsonKey",
682
+ "type": "zeebe:input"
683
+ },
684
+ "condition": {
685
+ "allMatch": [
686
+ {
687
+ "property": "provider.googleVertexAi.authentication.type",
688
+ "equals": "serviceAccountCredentials",
689
+ "type": "simple"
690
+ },
691
+ {
692
+ "property": "provider.type",
693
+ "equals": "google-vertex-ai",
694
+ "type": "simple"
695
+ }
696
+ ]
697
+ },
698
+ "type": "String"
699
+ },
700
+ {
701
+ "id": "provider.openai.authentication.apiKey",
702
+ "label": "OpenAI API key",
703
+ "optional": false,
704
+ "constraints": {
705
+ "notEmpty": true
706
+ },
707
+ "feel": "optional",
708
+ "group": "provider",
709
+ "binding": {
710
+ "name": "provider.openai.authentication.apiKey",
711
+ "type": "zeebe:input"
712
+ },
713
+ "condition": {
714
+ "property": "provider.type",
715
+ "equals": "openai",
716
+ "type": "simple"
717
+ },
718
+ "type": "String"
719
+ },
720
+ {
721
+ "id": "provider.openai.authentication.organizationId",
722
+ "label": "Organization ID",
723
+ "description": "For members of multiple organizations. Details in the <a href=\"https://platform.openai.com/docs/api-reference/authentication\" target=\"_blank\">documentation</a>.",
724
+ "optional": true,
725
+ "feel": "optional",
726
+ "group": "provider",
727
+ "binding": {
728
+ "name": "provider.openai.authentication.organizationId",
729
+ "type": "zeebe:input"
730
+ },
731
+ "condition": {
732
+ "property": "provider.type",
733
+ "equals": "openai",
734
+ "type": "simple"
735
+ },
736
+ "type": "String"
737
+ },
738
+ {
739
+ "id": "provider.openai.authentication.projectId",
740
+ "label": "Project ID",
741
+ "description": "For accounts with multiple projects. Details in the <a href=\"https://platform.openai.com/docs/api-reference/authentication\" target=\"_blank\">documentation</a>.",
742
+ "optional": true,
743
+ "feel": "optional",
744
+ "group": "provider",
745
+ "binding": {
746
+ "name": "provider.openai.authentication.projectId",
747
+ "type": "zeebe:input"
748
+ },
749
+ "condition": {
750
+ "property": "provider.type",
751
+ "equals": "openai",
752
+ "type": "simple"
753
+ },
754
+ "type": "String"
755
+ },
756
+ {
757
+ "id": "provider.openai.timeouts.timeout",
758
+ "label": "Timeout",
759
+ "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
760
+ "optional": true,
761
+ "feel": "optional",
762
+ "group": "provider",
763
+ "binding": {
764
+ "name": "provider.openai.timeouts.timeout",
765
+ "type": "zeebe:input"
766
+ },
767
+ "condition": {
768
+ "property": "provider.type",
769
+ "equals": "openai",
770
+ "type": "simple"
771
+ },
772
+ "type": "String"
773
+ },
774
+ {
775
+ "id": "provider.openaiCompatible.endpoint",
776
+ "label": "API endpoint",
777
+ "optional": false,
778
+ "constraints": {
779
+ "notEmpty": true
780
+ },
781
+ "feel": "optional",
782
+ "group": "provider",
783
+ "binding": {
784
+ "name": "provider.openaiCompatible.endpoint",
785
+ "type": "zeebe:input"
786
+ },
787
+ "condition": {
788
+ "property": "provider.type",
789
+ "equals": "openaiCompatible",
790
+ "type": "simple"
791
+ },
792
+ "tooltip": "Specify an endpoint to use the connector with an OpenAI compatible API. ",
793
+ "type": "String"
794
+ },
795
+ {
796
+ "id": "provider.openaiCompatible.authentication.apiKey",
797
+ "label": "API key",
798
+ "optional": true,
799
+ "feel": "optional",
800
+ "group": "provider",
801
+ "binding": {
802
+ "name": "provider.openaiCompatible.authentication.apiKey",
803
+ "type": "zeebe:input"
804
+ },
805
+ "condition": {
806
+ "property": "provider.type",
807
+ "equals": "openaiCompatible",
808
+ "type": "simple"
809
+ },
810
+ "tooltip": "Leave blank if using HTTP headers for authentication.<br>If an Authorization header is specified in the headers, then the API key is ignored.",
811
+ "type": "String"
812
+ },
813
+ {
814
+ "id": "provider.openaiCompatible.headers",
815
+ "label": "Headers",
816
+ "description": "Map of HTTP headers to add to the request.",
817
+ "optional": true,
818
+ "feel": "required",
819
+ "group": "provider",
820
+ "binding": {
821
+ "name": "provider.openaiCompatible.headers",
822
+ "type": "zeebe:input"
823
+ },
824
+ "condition": {
825
+ "property": "provider.type",
826
+ "equals": "openaiCompatible",
827
+ "type": "simple"
828
+ },
829
+ "type": "String"
830
+ },
831
+ {
832
+ "id": "provider.openaiCompatible.queryParameters",
833
+ "label": "Query Parameters",
834
+ "description": "Map of query parameters to add to the request URL.",
835
+ "optional": true,
836
+ "feel": "required",
837
+ "group": "provider",
838
+ "binding": {
839
+ "name": "provider.openaiCompatible.queryParameters",
840
+ "type": "zeebe:input"
841
+ },
842
+ "condition": {
843
+ "property": "provider.type",
844
+ "equals": "openaiCompatible",
845
+ "type": "simple"
846
+ },
847
+ "type": "String"
848
+ },
849
+ {
850
+ "id": "provider.openaiCompatible.timeouts.timeout",
851
+ "label": "Timeout",
852
+ "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
853
+ "optional": true,
854
+ "feel": "optional",
855
+ "group": "provider",
856
+ "binding": {
857
+ "name": "provider.openaiCompatible.timeouts.timeout",
858
+ "type": "zeebe:input"
859
+ },
860
+ "condition": {
861
+ "property": "provider.type",
862
+ "equals": "openaiCompatible",
863
+ "type": "simple"
864
+ },
865
+ "type": "String"
866
+ },
867
+ {
868
+ "id": "provider.anthropic.model.model",
869
+ "label": "Model",
870
+ "description": "Specify the model ID. Details in the <a href=\"https://docs.anthropic.com/en/docs/about-claude/models/all-models\" target=\"_blank\">documentation</a>.",
871
+ "optional": false,
872
+ "constraints": {
873
+ "notEmpty": true
874
+ },
875
+ "feel": "optional",
876
+ "group": "model",
877
+ "binding": {
878
+ "name": "provider.anthropic.model.model",
879
+ "type": "zeebe:input"
880
+ },
881
+ "condition": {
882
+ "property": "provider.type",
883
+ "equals": "anthropic",
884
+ "type": "simple"
885
+ },
886
+ "placeholder": "claude-sonnet-4-6",
887
+ "type": "String"
888
+ },
889
+ {
890
+ "id": "provider.anthropic.model.parameters.maxTokens",
891
+ "label": "Maximum tokens",
892
+ "optional": true,
893
+ "feel": "required",
894
+ "group": "model",
895
+ "binding": {
896
+ "name": "provider.anthropic.model.parameters.maxTokens",
897
+ "type": "zeebe:input"
898
+ },
899
+ "condition": {
900
+ "property": "provider.type",
901
+ "equals": "anthropic",
902
+ "type": "simple"
903
+ },
904
+ "tooltip": "The maximum number of tokens per request to generate before stopping. <br><br>Details in the <a href=\"https://docs.anthropic.com/en/api/messages#body-max-tokens\" target=\"_blank\">documentation</a>.",
905
+ "type": "Number"
906
+ },
907
+ {
908
+ "id": "provider.anthropic.model.parameters.temperature",
909
+ "label": "Temperature",
910
+ "optional": true,
911
+ "feel": "required",
912
+ "group": "model",
913
+ "binding": {
914
+ "name": "provider.anthropic.model.parameters.temperature",
915
+ "type": "zeebe:input"
916
+ },
917
+ "condition": {
918
+ "property": "provider.type",
919
+ "equals": "anthropic",
920
+ "type": "simple"
921
+ },
922
+ "tooltip": "Floating point number between 0 and 1. The higher the number, the more randomness will be injected into the response. <br><br>Details in the <a href=\"https://docs.anthropic.com/en/api/messages#body-temperature\" target=\"_blank\">documentation</a>.",
923
+ "type": "Number"
924
+ },
925
+ {
926
+ "id": "provider.anthropic.model.parameters.topP",
927
+ "label": "top P",
928
+ "optional": true,
929
+ "feel": "required",
930
+ "group": "model",
931
+ "binding": {
932
+ "name": "provider.anthropic.model.parameters.topP",
933
+ "type": "zeebe:input"
934
+ },
935
+ "condition": {
936
+ "property": "provider.type",
937
+ "equals": "anthropic",
938
+ "type": "simple"
939
+ },
940
+ "tooltip": "Floating point number between 0 and 1. Recommended for advanced use cases only (you usually only need to use temperature). <br><br>Details in the <a href=\"https://docs.anthropic.com/en/api/messages#body-top-p\" target=\"_blank\">documentation</a>.",
941
+ "type": "Number"
942
+ },
943
+ {
944
+ "id": "provider.anthropic.model.parameters.topK",
945
+ "label": "top K",
946
+ "optional": true,
947
+ "feel": "required",
948
+ "group": "model",
949
+ "binding": {
950
+ "name": "provider.anthropic.model.parameters.topK",
951
+ "type": "zeebe:input"
952
+ },
953
+ "condition": {
954
+ "property": "provider.type",
955
+ "equals": "anthropic",
956
+ "type": "simple"
957
+ },
958
+ "tooltip": "Integer greater than 0. Recommended for advanced use cases only (you usually only need to use temperature). <br><br>Details in the <a href=\"https://docs.anthropic.com/en/api/messages#body-top-k\" target=\"_blank\">documentation</a>.",
959
+ "type": "Number"
960
+ },
961
+ {
962
+ "id": "provider.bedrock.model.model",
963
+ "label": "Model",
964
+ "description": "Specify an inference profile ID. Details in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/inference-profiles-support.html\" target=\"_blank\">documentation</a>.",
965
+ "optional": false,
966
+ "constraints": {
967
+ "notEmpty": true
968
+ },
969
+ "feel": "optional",
970
+ "group": "model",
971
+ "binding": {
972
+ "name": "provider.bedrock.model.model",
973
+ "type": "zeebe:input"
974
+ },
975
+ "condition": {
976
+ "property": "provider.type",
977
+ "equals": "bedrock",
978
+ "type": "simple"
979
+ },
980
+ "placeholder": "global.anthropic.claude-sonnet-4-6",
981
+ "type": "String"
982
+ },
983
+ {
984
+ "id": "provider.bedrock.model.parameters.maxTokens",
985
+ "label": "Maximum tokens",
986
+ "optional": true,
987
+ "feel": "required",
988
+ "group": "model",
989
+ "binding": {
990
+ "name": "provider.bedrock.model.parameters.maxTokens",
991
+ "type": "zeebe:input"
992
+ },
993
+ "condition": {
994
+ "property": "provider.type",
995
+ "equals": "bedrock",
996
+ "type": "simple"
997
+ },
998
+ "tooltip": "The maximum number of tokens per request to allow in the generated response. <br><br>Details in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_InferenceConfiguration.html\" target=\"_blank\">documentation</a>.",
999
+ "type": "Number"
1000
+ },
1001
+ {
1002
+ "id": "provider.bedrock.model.parameters.temperature",
1003
+ "label": "Temperature",
1004
+ "optional": true,
1005
+ "feel": "required",
1006
+ "group": "model",
1007
+ "binding": {
1008
+ "name": "provider.bedrock.model.parameters.temperature",
1009
+ "type": "zeebe:input"
1010
+ },
1011
+ "condition": {
1012
+ "property": "provider.type",
1013
+ "equals": "bedrock",
1014
+ "type": "simple"
1015
+ },
1016
+ "tooltip": "Floating point number between 0 and 1. The higher the number, the more randomness will be injected into the response. <br><br>Details in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_InferenceConfiguration.html\" target=\"_blank\">documentation</a>.",
1017
+ "type": "Number"
1018
+ },
1019
+ {
1020
+ "id": "provider.bedrock.model.parameters.topP",
1021
+ "label": "top P",
1022
+ "optional": true,
1023
+ "feel": "required",
1024
+ "group": "model",
1025
+ "binding": {
1026
+ "name": "provider.bedrock.model.parameters.topP",
1027
+ "type": "zeebe:input"
1028
+ },
1029
+ "condition": {
1030
+ "property": "provider.type",
1031
+ "equals": "bedrock",
1032
+ "type": "simple"
1033
+ },
1034
+ "tooltip": "Floating point number between 0 and 1. Recommended for advanced use cases only (you usually only need to use temperature). <br><br>Details in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_InferenceConfiguration.html\" target=\"_blank\">documentation</a>.",
1035
+ "type": "Number"
1036
+ },
1037
+ {
1038
+ "id": "provider.azureOpenAi.model.deploymentName",
1039
+ "label": "Model deployment name",
1040
+ "description": "Specify the model deployment name. Details in the <a href=\"https://learn.microsoft.com/en-us/azure/ai-foundry/openai/reference\" target=\"_blank\">documentation</a>.",
1041
+ "optional": false,
1042
+ "constraints": {
1043
+ "notEmpty": true
1044
+ },
1045
+ "feel": "optional",
1046
+ "group": "model",
1047
+ "binding": {
1048
+ "name": "provider.azureOpenAi.model.deploymentName",
1049
+ "type": "zeebe:input"
1050
+ },
1051
+ "condition": {
1052
+ "property": "provider.type",
1053
+ "equals": "azureOpenAi",
1054
+ "type": "simple"
1055
+ },
1056
+ "type": "String"
1057
+ },
1058
+ {
1059
+ "id": "provider.azureOpenAi.model.parameters.maxTokens",
1060
+ "label": "Maximum tokens",
1061
+ "optional": true,
1062
+ "feel": "required",
1063
+ "group": "model",
1064
+ "binding": {
1065
+ "name": "provider.azureOpenAi.model.parameters.maxTokens",
1066
+ "type": "zeebe:input"
1067
+ },
1068
+ "condition": {
1069
+ "property": "provider.type",
1070
+ "equals": "azureOpenAi",
1071
+ "type": "simple"
1072
+ },
1073
+ "tooltip": "The maximum number of tokens per request to generate before stopping. <br><br>Details in the <a href=\"https://learn.microsoft.com/en-us/azure/ai-foundry/openai/reference#request-body\" target=\"_blank\">documentation</a>.",
1074
+ "type": "Number"
1075
+ },
1076
+ {
1077
+ "id": "provider.azureOpenAi.model.parameters.temperature",
1078
+ "label": "Temperature",
1079
+ "optional": true,
1080
+ "feel": "required",
1081
+ "group": "model",
1082
+ "binding": {
1083
+ "name": "provider.azureOpenAi.model.parameters.temperature",
1084
+ "type": "zeebe:input"
1085
+ },
1086
+ "condition": {
1087
+ "property": "provider.type",
1088
+ "equals": "azureOpenAi",
1089
+ "type": "simple"
1090
+ },
1091
+ "tooltip": "Floating point number between 0 and 2. The higher the number, the more randomness will be injected into the response. <br><br>Details in the <a href=\"https://learn.microsoft.com/en-us/azure/ai-foundry/openai/reference#request-body\" target=\"_blank\">documentation</a>.",
1092
+ "type": "Number"
1093
+ },
1094
+ {
1095
+ "id": "provider.azureOpenAi.model.parameters.topP",
1096
+ "label": "top P",
1097
+ "optional": true,
1098
+ "feel": "required",
1099
+ "group": "model",
1100
+ "binding": {
1101
+ "name": "provider.azureOpenAi.model.parameters.topP",
1102
+ "type": "zeebe:input"
1103
+ },
1104
+ "condition": {
1105
+ "property": "provider.type",
1106
+ "equals": "azureOpenAi",
1107
+ "type": "simple"
1108
+ },
1109
+ "tooltip": "Recommended for advanced use cases only (you usually only need to use temperature). <br><br>Details in the <a href=\"https://learn.microsoft.com/en-us/azure/ai-foundry/openai/reference#request-body\" target=\"_blank\">documentation</a>.",
1110
+ "type": "Number"
1111
+ },
1112
+ {
1113
+ "id": "provider.googleVertexAi.model.model",
1114
+ "label": "Model",
1115
+ "description": "Specify the model ID. Details in the <a href=\"https://cloud.google.com/vertex-ai/docs/generative-ai/models\" target=\"_blank\">documentation</a>.",
1116
+ "optional": false,
1117
+ "constraints": {
1118
+ "notEmpty": true
1119
+ },
1120
+ "feel": "optional",
1121
+ "group": "model",
1122
+ "binding": {
1123
+ "name": "provider.googleVertexAi.model.model",
1124
+ "type": "zeebe:input"
1125
+ },
1126
+ "condition": {
1127
+ "property": "provider.type",
1128
+ "equals": "google-vertex-ai",
1129
+ "type": "simple"
1130
+ },
1131
+ "type": "String"
1132
+ },
1133
+ {
1134
+ "id": "provider.googleVertexAi.model.parameters.maxOutputTokens",
1135
+ "label": "Maximum output tokens",
1136
+ "optional": true,
1137
+ "feel": "required",
1138
+ "group": "model",
1139
+ "binding": {
1140
+ "name": "provider.googleVertexAi.model.parameters.maxOutputTokens",
1141
+ "type": "zeebe:input"
1142
+ },
1143
+ "condition": {
1144
+ "property": "provider.type",
1145
+ "equals": "google-vertex-ai",
1146
+ "type": "simple"
1147
+ },
1148
+ "tooltip": "Maximum number of tokens that can be generated in the response. <br><br>Details in the <a href=\"https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/inference\" target=\"_blank\">documentation</a>.",
1149
+ "type": "Number"
1150
+ },
1151
+ {
1152
+ "id": "provider.googleVertexAi.model.parameters.temperature",
1153
+ "label": "Temperature",
1154
+ "optional": true,
1155
+ "feel": "required",
1156
+ "group": "model",
1157
+ "binding": {
1158
+ "name": "provider.googleVertexAi.model.parameters.temperature",
1159
+ "type": "zeebe:input"
1160
+ },
1161
+ "condition": {
1162
+ "property": "provider.type",
1163
+ "equals": "google-vertex-ai",
1164
+ "type": "simple"
1165
+ },
1166
+ "tooltip": "Controls the degree of randomness in token selection. <br><br>Details in the <a href=\"https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/inference\" target=\"_blank\">documentation</a>.",
1167
+ "type": "Number"
1168
+ },
1169
+ {
1170
+ "id": "provider.googleVertexAi.model.parameters.topP",
1171
+ "label": "top P",
1172
+ "optional": true,
1173
+ "feel": "required",
1174
+ "group": "model",
1175
+ "binding": {
1176
+ "name": "provider.googleVertexAi.model.parameters.topP",
1177
+ "type": "zeebe:input"
1178
+ },
1179
+ "condition": {
1180
+ "property": "provider.type",
1181
+ "equals": "google-vertex-ai",
1182
+ "type": "simple"
1183
+ },
1184
+ "tooltip": "Floating point number between 0 and 1. Recommended for advanced use cases only (you usually only need to use temperature). <br><br>Details in the <a href=\"https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/inference\" target=\"_blank\">documentation</a>.",
1185
+ "type": "Number"
1186
+ },
1187
+ {
1188
+ "id": "provider.googleVertexAi.model.parameters.topK",
1189
+ "label": "top K",
1190
+ "optional": true,
1191
+ "feel": "required",
1192
+ "group": "model",
1193
+ "binding": {
1194
+ "name": "provider.googleVertexAi.model.parameters.topK",
1195
+ "type": "zeebe:input"
1196
+ },
1197
+ "condition": {
1198
+ "property": "provider.type",
1199
+ "equals": "google-vertex-ai",
1200
+ "type": "simple"
1201
+ },
1202
+ "tooltip": "Integer greater than 0. Recommended for advanced use cases only (you usually only need to use temperature). <br><br>Details in the <a href=\"https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/inference\" target=\"_blank\">documentation</a>.",
1203
+ "type": "Number"
1204
+ },
1205
+ {
1206
+ "id": "provider.openai.model.model",
1207
+ "label": "Model",
1208
+ "description": "Specify the model ID. Details in the <a href=\"https://platform.openai.com/docs/models\" target=\"_blank\">documentation</a>.",
1209
+ "optional": false,
1210
+ "value": "gpt-4o",
1211
+ "constraints": {
1212
+ "notEmpty": true
1213
+ },
1214
+ "feel": "optional",
1215
+ "group": "model",
1216
+ "binding": {
1217
+ "name": "provider.openai.model.model",
1218
+ "type": "zeebe:input"
1219
+ },
1220
+ "condition": {
1221
+ "property": "provider.type",
1222
+ "equals": "openai",
1223
+ "type": "simple"
1224
+ },
1225
+ "type": "String"
1226
+ },
1227
+ {
1228
+ "id": "provider.openai.model.parameters.maxCompletionTokens",
1229
+ "label": "Maximum completion tokens",
1230
+ "optional": true,
1231
+ "feel": "required",
1232
+ "group": "model",
1233
+ "binding": {
1234
+ "name": "provider.openai.model.parameters.maxCompletionTokens",
1235
+ "type": "zeebe:input"
1236
+ },
1237
+ "condition": {
1238
+ "property": "provider.type",
1239
+ "equals": "openai",
1240
+ "type": "simple"
1241
+ },
1242
+ "tooltip": "The maximum number of tokens per request to generate before stopping. <br><br>Details in the <a href=\"https://platform.openai.com/docs/api-reference/chat/create#chat-create-max_completion_tokens\" target=\"_blank\">documentation</a>.",
1243
+ "type": "Number"
1244
+ },
1245
+ {
1246
+ "id": "provider.openai.model.parameters.temperature",
1247
+ "label": "Temperature",
1248
+ "optional": true,
1249
+ "feel": "required",
1250
+ "group": "model",
1251
+ "binding": {
1252
+ "name": "provider.openai.model.parameters.temperature",
1253
+ "type": "zeebe:input"
1254
+ },
1255
+ "condition": {
1256
+ "property": "provider.type",
1257
+ "equals": "openai",
1258
+ "type": "simple"
1259
+ },
1260
+ "tooltip": "Floating point number between 0 and 2. The higher the number, the more randomness will be injected into the response. <br><br>Details in the <a href=\"https://platform.openai.com/docs/api-reference/chat/create#chat-create-temperature\" target=\"_blank\">documentation</a>.",
1261
+ "type": "Number"
1262
+ },
1263
+ {
1264
+ "id": "provider.openai.model.parameters.topP",
1265
+ "label": "top P",
1266
+ "optional": true,
1267
+ "feel": "required",
1268
+ "group": "model",
1269
+ "binding": {
1270
+ "name": "provider.openai.model.parameters.topP",
1271
+ "type": "zeebe:input"
1272
+ },
1273
+ "condition": {
1274
+ "property": "provider.type",
1275
+ "equals": "openai",
1276
+ "type": "simple"
1277
+ },
1278
+ "tooltip": "Recommended for advanced use cases only (you usually only need to use temperature). <br><br>Details in the <a href=\"https://platform.openai.com/docs/api-reference/chat/create#chat-create-top_p\" target=\"_blank\">documentation</a>.",
1279
+ "type": "Number"
1280
+ },
1281
+ {
1282
+ "id": "provider.openaiCompatible.model.model",
1283
+ "label": "Model",
1284
+ "description": "Specify the model ID. Details in the <a href=\"https://platform.openai.com/docs/models\" target=\"_blank\">documentation</a>.",
1285
+ "optional": false,
1286
+ "value": "gpt-4o",
1287
+ "constraints": {
1288
+ "notEmpty": true
1289
+ },
1290
+ "feel": "optional",
1291
+ "group": "model",
1292
+ "binding": {
1293
+ "name": "provider.openaiCompatible.model.model",
1294
+ "type": "zeebe:input"
1295
+ },
1296
+ "condition": {
1297
+ "property": "provider.type",
1298
+ "equals": "openaiCompatible",
1299
+ "type": "simple"
1300
+ },
1301
+ "type": "String"
1302
+ },
1303
+ {
1304
+ "id": "provider.openaiCompatible.model.parameters.maxCompletionTokens",
1305
+ "label": "Maximum completion tokens",
1306
+ "optional": true,
1307
+ "feel": "required",
1308
+ "group": "model",
1309
+ "binding": {
1310
+ "name": "provider.openaiCompatible.model.parameters.maxCompletionTokens",
1311
+ "type": "zeebe:input"
1312
+ },
1313
+ "condition": {
1314
+ "property": "provider.type",
1315
+ "equals": "openaiCompatible",
1316
+ "type": "simple"
1317
+ },
1318
+ "tooltip": "The maximum number of tokens per request to generate before stopping. <br><br>Details in the <a href=\"https://platform.openai.com/docs/api-reference/chat/create#chat-create-max_completion_tokens\" target=\"_blank\">documentation</a>.",
1319
+ "type": "Number"
1320
+ },
1321
+ {
1322
+ "id": "provider.openaiCompatible.model.parameters.temperature",
1323
+ "label": "Temperature",
1324
+ "optional": true,
1325
+ "feel": "required",
1326
+ "group": "model",
1327
+ "binding": {
1328
+ "name": "provider.openaiCompatible.model.parameters.temperature",
1329
+ "type": "zeebe:input"
1330
+ },
1331
+ "condition": {
1332
+ "property": "provider.type",
1333
+ "equals": "openaiCompatible",
1334
+ "type": "simple"
1335
+ },
1336
+ "tooltip": "Floating point number between 0 and 2. The higher the number, the more randomness will be injected into the response. <br><br>Details in the <a href=\"https://platform.openai.com/docs/api-reference/chat/create#chat-create-temperature\" target=\"_blank\">documentation</a>.",
1337
+ "type": "Number"
1338
+ },
1339
+ {
1340
+ "id": "provider.openaiCompatible.model.parameters.topP",
1341
+ "label": "top P",
1342
+ "optional": true,
1343
+ "feel": "required",
1344
+ "group": "model",
1345
+ "binding": {
1346
+ "name": "provider.openaiCompatible.model.parameters.topP",
1347
+ "type": "zeebe:input"
1348
+ },
1349
+ "condition": {
1350
+ "property": "provider.type",
1351
+ "equals": "openaiCompatible",
1352
+ "type": "simple"
1353
+ },
1354
+ "tooltip": "Recommended for advanced use cases only (you usually only need to use temperature). <br><br>Details in the <a href=\"https://platform.openai.com/docs/api-reference/chat/create#chat-create-top_p\" target=\"_blank\">documentation</a>.",
1355
+ "type": "Number"
1356
+ },
1357
+ {
1358
+ "id": "provider.openaiCompatible.model.parameters.customParameters",
1359
+ "label": "Custom parameters",
1360
+ "description": "Map of additional request parameters to include.",
1361
+ "optional": true,
1362
+ "feel": "required",
1363
+ "group": "model",
1364
+ "binding": {
1365
+ "name": "provider.openaiCompatible.model.parameters.customParameters",
1366
+ "type": "zeebe:input"
1367
+ },
1368
+ "condition": {
1369
+ "property": "provider.type",
1370
+ "equals": "openaiCompatible",
1371
+ "type": "simple"
1372
+ },
1373
+ "type": "String"
1374
+ },
1375
+ {
1376
+ "id": "data.systemPrompt.prompt",
1377
+ "label": "System prompt",
1378
+ "optional": false,
1379
+ "value": "=\"You are **TaskAgent**, a helpful, generic chat agent that can handle a wide variety of customer requests using your own domain knowledge **and** any tools explicitly provided to you at runtime.\n\nIf tools are provided, you should prefer them instead of guessing an answer. You can call the same tool multiple times by providing different input values. Don't guess any tools which were not explicitly configured. If no tool matches the request, try to generate an answer. If you're not able to find a good answer, return with a message stating why you're not able to.\n\nWrap minimal, inspectable reasoning in *exactly* this XML template:\n\n<thinking>\n<context>…briefly state the customer’s need and current state…</context>\n<reflection>…list candidate tools, justify which you will call next and why…</reflection>\n</thinking>\n\nReveal **no** additional private reasoning outside these tags.\"",
1380
+ "constraints": {
1381
+ "notEmpty": true
1382
+ },
1383
+ "feel": "required",
1384
+ "group": "systemPrompt",
1385
+ "binding": {
1386
+ "name": "data.systemPrompt.prompt",
1387
+ "type": "zeebe:input"
1388
+ },
1389
+ "type": "Text"
1390
+ },
1391
+ {
1392
+ "id": "data.userPrompt.prompt",
1393
+ "label": "User prompt",
1394
+ "optional": false,
1395
+ "constraints": {
1396
+ "notEmpty": true
1397
+ },
1398
+ "feel": "required",
1399
+ "group": "userPrompt",
1400
+ "binding": {
1401
+ "name": "data.userPrompt.prompt",
1402
+ "type": "zeebe:input"
1403
+ },
1404
+ "type": "Text"
1405
+ },
1406
+ {
1407
+ "id": "data.userPrompt.documents",
1408
+ "label": "Documents",
1409
+ "description": "Documents to be included in the user prompt.",
1410
+ "optional": true,
1411
+ "feel": "required",
1412
+ "group": "userPrompt",
1413
+ "binding": {
1414
+ "name": "data.userPrompt.documents",
1415
+ "type": "zeebe:input"
1416
+ },
1417
+ "tooltip": "Referenced documents will be automatically added to the user prompt. <a href=\"https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/\" target=\"_blank\">See documentation</a> for details and supported file types.",
1418
+ "type": "String"
1419
+ },
1420
+ {
1421
+ "id": "agentContext",
1422
+ "label": "Agent context",
1423
+ "description": "Initial agent context from previous interactions. Avoid reusing context variables across agents to prevent issues with stale data or tool access.",
1424
+ "optional": false,
1425
+ "feel": "required",
1426
+ "group": "memory",
1427
+ "binding": {
1428
+ "name": "agentContext",
1429
+ "type": "zeebe:input"
1430
+ },
1431
+ "tooltip": "The agent context variable containing all relevant data for the agent to support the feedback loop between user requests, tool calls and LLM responses. Make sure this variable points to the <code>context</code> variable which is returned from the agent response. <a href=\"https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/\" target=\"_blank\">See documentation</a> for details.",
1432
+ "type": "Text"
1433
+ },
1434
+ {
1435
+ "id": "data.memory.storage.type",
1436
+ "label": "Memory storage type",
1437
+ "description": "Specify how to store the conversation memory.",
1438
+ "value": "in-process",
1439
+ "group": "memory",
1440
+ "binding": {
1441
+ "name": "data.memory.storage.type",
1442
+ "type": "zeebe:input"
1443
+ },
1444
+ "type": "Dropdown",
1445
+ "choices": [
1446
+ {
1447
+ "name": "In Process (part of agent context)",
1448
+ "value": "in-process"
1449
+ },
1450
+ {
1451
+ "name": "Camunda Document Storage",
1452
+ "value": "camunda-document"
1453
+ },
1454
+ {
1455
+ "name": "AWS AgentCore Memory",
1456
+ "value": "aws-agentcore"
1457
+ },
1458
+ {
1459
+ "name": "Custom Implementation (Hybrid/Self-Managed only)",
1460
+ "value": "custom"
1461
+ }
1462
+ ]
1463
+ },
1464
+ {
1465
+ "id": "data.memory.storage.timeToLive",
1466
+ "label": "Document TTL",
1467
+ "description": "How long to retain the conversation document as ISO-8601 duration (example: <code>P14D</code>).",
1468
+ "optional": true,
1469
+ "feel": "optional",
1470
+ "group": "memory",
1471
+ "binding": {
1472
+ "name": "data.memory.storage.timeToLive",
1473
+ "type": "zeebe:input"
1474
+ },
1475
+ "condition": {
1476
+ "property": "data.memory.storage.type",
1477
+ "equals": "camunda-document",
1478
+ "type": "simple"
1479
+ },
1480
+ "tooltip": "Will use the cluster default TTL (time-to-live) if not specified. Make sure to set this value to a reasonable duration matching your process lifecycle.",
1481
+ "type": "String"
1482
+ },
1483
+ {
1484
+ "id": "data.memory.storage.customProperties",
1485
+ "label": "Custom document properties",
1486
+ "description": "An optional map of custom properties to be stored with the conversation document.",
1487
+ "optional": true,
1488
+ "feel": "required",
1489
+ "group": "memory",
1490
+ "binding": {
1491
+ "name": "data.memory.storage.customProperties",
1492
+ "type": "zeebe:input"
1493
+ },
1494
+ "condition": {
1495
+ "property": "data.memory.storage.type",
1496
+ "equals": "camunda-document",
1497
+ "type": "simple"
1498
+ },
1499
+ "type": "String"
1500
+ },
1501
+ {
1502
+ "id": "data.memory.storage.region",
1503
+ "label": "Region",
1504
+ "description": "Specify the AWS region (example: <code>us-east-1</code>)",
1505
+ "optional": false,
1506
+ "constraints": {
1507
+ "notEmpty": true
1508
+ },
1509
+ "feel": "optional",
1510
+ "group": "memory",
1511
+ "binding": {
1512
+ "name": "data.memory.storage.region",
1513
+ "type": "zeebe:input"
1514
+ },
1515
+ "condition": {
1516
+ "property": "data.memory.storage.type",
1517
+ "equals": "aws-agentcore",
1518
+ "type": "simple"
1519
+ },
1520
+ "type": "String"
1521
+ },
1522
+ {
1523
+ "id": "data.memory.storage.endpoint",
1524
+ "label": "Endpoint",
1525
+ "description": "Custom API endpoint for VPC/PrivateLink configurations, AWS GovCloud, or other non-standard deployments.",
1526
+ "optional": true,
1527
+ "feel": "optional",
1528
+ "group": "memory",
1529
+ "binding": {
1530
+ "name": "data.memory.storage.endpoint",
1531
+ "type": "zeebe:input"
1532
+ },
1533
+ "condition": {
1534
+ "property": "data.memory.storage.type",
1535
+ "equals": "aws-agentcore",
1536
+ "type": "simple"
1537
+ },
1538
+ "type": "String"
1539
+ },
1540
+ {
1541
+ "id": "data.memory.storage.authentication.type",
1542
+ "label": "Authentication",
1543
+ "description": "Specify the AWS authentication strategy for AgentCore Memory access.",
1544
+ "value": "credentials",
1545
+ "group": "memory",
1546
+ "binding": {
1547
+ "name": "data.memory.storage.authentication.type",
1548
+ "type": "zeebe:input"
1549
+ },
1550
+ "condition": {
1551
+ "property": "data.memory.storage.type",
1552
+ "equals": "aws-agentcore",
1553
+ "type": "simple"
1554
+ },
1555
+ "type": "Dropdown",
1556
+ "choices": [
1557
+ {
1558
+ "name": "Credentials",
1559
+ "value": "credentials"
1560
+ },
1561
+ {
1562
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
1563
+ "value": "defaultCredentialsChain"
1564
+ }
1565
+ ]
1566
+ },
1567
+ {
1568
+ "id": "data.memory.storage.authentication.accessKey",
1569
+ "label": "Access key",
1570
+ "description": "Provide an IAM access key with permissions for <code>bedrock-agentcore:CreateEvent</code> and <code>bedrock-agentcore:ListEvents</code>",
1571
+ "optional": false,
1572
+ "constraints": {
1573
+ "notEmpty": true
1574
+ },
1575
+ "feel": "optional",
1576
+ "group": "memory",
1577
+ "binding": {
1578
+ "name": "data.memory.storage.authentication.accessKey",
1579
+ "type": "zeebe:input"
1580
+ },
1581
+ "condition": {
1582
+ "allMatch": [
1583
+ {
1584
+ "property": "data.memory.storage.authentication.type",
1585
+ "equals": "credentials",
1586
+ "type": "simple"
1587
+ },
1588
+ {
1589
+ "property": "data.memory.storage.type",
1590
+ "equals": "aws-agentcore",
1591
+ "type": "simple"
1592
+ }
1593
+ ]
1594
+ },
1595
+ "type": "String"
1596
+ },
1597
+ {
1598
+ "id": "data.memory.storage.authentication.secretKey",
1599
+ "label": "Secret key",
1600
+ "description": "Provide the secret key for the IAM access key",
1601
+ "optional": false,
1602
+ "constraints": {
1603
+ "notEmpty": true
1604
+ },
1605
+ "feel": "optional",
1606
+ "group": "memory",
1607
+ "binding": {
1608
+ "name": "data.memory.storage.authentication.secretKey",
1609
+ "type": "zeebe:input"
1610
+ },
1611
+ "condition": {
1612
+ "allMatch": [
1613
+ {
1614
+ "property": "data.memory.storage.authentication.type",
1615
+ "equals": "credentials",
1616
+ "type": "simple"
1617
+ },
1618
+ {
1619
+ "property": "data.memory.storage.type",
1620
+ "equals": "aws-agentcore",
1621
+ "type": "simple"
1622
+ }
1623
+ ]
1624
+ },
1625
+ "type": "String"
1626
+ },
1627
+ {
1628
+ "id": "data.memory.storage.memoryId",
1629
+ "label": "Memory ID",
1630
+ "description": "The ID of the pre-provisioned AgentCore Memory resource.",
1631
+ "optional": false,
1632
+ "constraints": {
1633
+ "notEmpty": true
1634
+ },
1635
+ "feel": "optional",
1636
+ "group": "memory",
1637
+ "binding": {
1638
+ "name": "data.memory.storage.memoryId",
1639
+ "type": "zeebe:input"
1640
+ },
1641
+ "condition": {
1642
+ "property": "data.memory.storage.type",
1643
+ "equals": "aws-agentcore",
1644
+ "type": "simple"
1645
+ },
1646
+ "type": "String"
1647
+ },
1648
+ {
1649
+ "id": "data.memory.storage.actorId",
1650
+ "label": "Actor ID",
1651
+ "description": "Identifier of the actor associated with events (e.g., end-user or agent/user combination).",
1652
+ "optional": false,
1653
+ "constraints": {
1654
+ "notEmpty": true
1655
+ },
1656
+ "feel": "optional",
1657
+ "group": "memory",
1658
+ "binding": {
1659
+ "name": "data.memory.storage.actorId",
1660
+ "type": "zeebe:input"
1661
+ },
1662
+ "condition": {
1663
+ "property": "data.memory.storage.type",
1664
+ "equals": "aws-agentcore",
1665
+ "type": "simple"
1666
+ },
1667
+ "type": "String"
1668
+ },
1669
+ {
1670
+ "id": "data.memory.storage.storeType",
1671
+ "label": "Implementation type",
1672
+ "optional": false,
1673
+ "constraints": {
1674
+ "notEmpty": true
1675
+ },
1676
+ "feel": "optional",
1677
+ "group": "memory",
1678
+ "binding": {
1679
+ "name": "data.memory.storage.storeType",
1680
+ "type": "zeebe:input"
1681
+ },
1682
+ "condition": {
1683
+ "property": "data.memory.storage.type",
1684
+ "equals": "custom",
1685
+ "type": "simple"
1686
+ },
1687
+ "type": "String"
1688
+ },
1689
+ {
1690
+ "id": "data.memory.storage.parameters",
1691
+ "label": "Parameters",
1692
+ "description": "Parameters for the custom memory storage implementation.",
1693
+ "optional": true,
1694
+ "feel": "required",
1695
+ "group": "memory",
1696
+ "binding": {
1697
+ "name": "data.memory.storage.parameters",
1698
+ "type": "zeebe:input"
1699
+ },
1700
+ "condition": {
1701
+ "property": "data.memory.storage.type",
1702
+ "equals": "custom",
1703
+ "type": "simple"
1704
+ },
1705
+ "type": "String"
1706
+ },
1707
+ {
1708
+ "id": "data.memory.contextWindowSize",
1709
+ "label": "Context window size",
1710
+ "description": "Maximum number of recent conversation messages which are passed to the model.",
1711
+ "optional": false,
1712
+ "value": 20,
1713
+ "feel": "static",
1714
+ "group": "memory",
1715
+ "binding": {
1716
+ "name": "data.memory.contextWindowSize",
1717
+ "type": "zeebe:input"
1718
+ },
1719
+ "tooltip": "Use this to limit the number of messages which are sent to the model. The agent will only send the most recent messages up to the configured limit to the LLM. Older messages will be kept in the conversation store, but not sent to the model. <a href=\"https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/\" target=\"_blank\">See documentation</a> for details.",
1720
+ "type": "Number"
1721
+ },
1722
+ {
1723
+ "id": "data.limits.maxModelCalls",
1724
+ "label": "Maximum model calls",
1725
+ "description": "Maximum number of calls to the model as a safety limit to prevent infinite loops.",
1726
+ "optional": false,
1727
+ "value": 10,
1728
+ "feel": "static",
1729
+ "group": "limits",
1730
+ "binding": {
1731
+ "name": "data.limits.maxModelCalls",
1732
+ "type": "zeebe:input"
1733
+ },
1734
+ "type": "Number"
1735
+ },
1736
+ {
1737
+ "id": "data.events.behavior",
1738
+ "label": "Event handling behavior",
1739
+ "description": "Behavior on completing an event sub-process.",
1740
+ "optional": false,
1741
+ "value": "WAIT_FOR_TOOL_CALL_RESULTS",
1742
+ "constraints": {
1743
+ "notEmpty": true
1744
+ },
1745
+ "group": "events",
1746
+ "binding": {
1747
+ "name": "data.events.behavior",
1748
+ "type": "zeebe:input"
1749
+ },
1750
+ "type": "Dropdown",
1751
+ "choices": [
1752
+ {
1753
+ "name": "Wait for tool call results",
1754
+ "value": "WAIT_FOR_TOOL_CALL_RESULTS"
1755
+ },
1756
+ {
1757
+ "name": "Cancel tool calls",
1758
+ "value": "INTERRUPT_TOOL_CALLS"
1759
+ }
1760
+ ]
1761
+ },
1762
+ {
1763
+ "id": "data.response.format.type",
1764
+ "label": "Response format",
1765
+ "description": "Specify the response format. Support for JSON mode varies by provider.",
1766
+ "value": "text",
1767
+ "group": "response",
1768
+ "binding": {
1769
+ "name": "data.response.format.type",
1770
+ "type": "zeebe:input"
1771
+ },
1772
+ "type": "Dropdown",
1773
+ "choices": [
1774
+ {
1775
+ "name": "Text",
1776
+ "value": "text"
1777
+ },
1778
+ {
1779
+ "name": "JSON",
1780
+ "value": "json"
1781
+ }
1782
+ ]
1783
+ },
1784
+ {
1785
+ "id": "data.response.format.parseJson",
1786
+ "label": "Parse text as JSON",
1787
+ "description": "Tries to parse the LLM response text as JSON object.",
1788
+ "optional": true,
1789
+ "feel": "static",
1790
+ "group": "response",
1791
+ "binding": {
1792
+ "name": "data.response.format.parseJson",
1793
+ "type": "zeebe:input"
1794
+ },
1795
+ "condition": {
1796
+ "property": "data.response.format.type",
1797
+ "equals": "text",
1798
+ "type": "simple"
1799
+ },
1800
+ "tooltip": "Use this option in combination with models which don't support native JSON mode/structured tool calling (e.g. Anthropic). Make sure to instruct the model to return valid JSON in the system prompt. The parsed JSON will be available as <code>response.responseJson</code>.<br><br>If parsing fails, <code>null</code> will be returned as JSON response, but the text content will still be available as <code>response.responseText</code>.",
1801
+ "type": "Boolean"
1802
+ },
1803
+ {
1804
+ "id": "data.response.format.schema",
1805
+ "label": "Response JSON schema",
1806
+ "description": "An optional response <a href=\"https://json-schema.org/\" target=\"_blank\">JSON Schema</a> to instruct the model how to structure the JSON output.",
1807
+ "optional": true,
1808
+ "feel": "required",
1809
+ "group": "response",
1810
+ "binding": {
1811
+ "name": "data.response.format.schema",
1812
+ "type": "zeebe:input"
1813
+ },
1814
+ "condition": {
1815
+ "property": "data.response.format.type",
1816
+ "equals": "json",
1817
+ "type": "simple"
1818
+ },
1819
+ "tooltip": "If supported by the model, the response will be structured according to the provided schema. A parsed version of the response will be available as <code>response.responseJson</code>.",
1820
+ "type": "String"
1821
+ },
1822
+ {
1823
+ "id": "data.response.format.schemaName",
1824
+ "label": "Response JSON schema name",
1825
+ "description": "An optional name for the response JSON Schema to make the model aware of the expected output.",
1826
+ "optional": true,
1827
+ "value": "Response",
1828
+ "feel": "optional",
1829
+ "group": "response",
1830
+ "binding": {
1831
+ "name": "data.response.format.schemaName",
1832
+ "type": "zeebe:input"
1833
+ },
1834
+ "condition": {
1835
+ "property": "data.response.format.type",
1836
+ "equals": "json",
1837
+ "type": "simple"
1838
+ },
1839
+ "type": "String"
1840
+ },
1841
+ {
1842
+ "id": "data.response.includeAssistantMessage",
1843
+ "label": "Include assistant message",
1844
+ "description": "Include the full assistant message as part of the result object.",
1845
+ "optional": true,
1846
+ "feel": "static",
1847
+ "group": "response",
1848
+ "binding": {
1849
+ "name": "data.response.includeAssistantMessage",
1850
+ "type": "zeebe:input"
1851
+ },
1852
+ "tooltip": "In addition to the text content, the assistant message may include multiple additional content blocks and metadata (such as token usage). The message will be available as <code>response.responseMessage</code>.",
1853
+ "type": "Boolean"
1854
+ },
1855
+ {
1856
+ "id": "data.response.includeAgentContext",
1857
+ "label": "Include agent context",
1858
+ "description": "Include the agent context as part of the result object.",
1859
+ "optional": true,
1860
+ "feel": "static",
1861
+ "group": "response",
1862
+ "binding": {
1863
+ "name": "data.response.includeAgentContext",
1864
+ "type": "zeebe:input"
1865
+ },
1866
+ "tooltip": "Use this option if you need to re-inject the previous agent context into a future agent execution, for example when modeling a user feedback loop between an agent and a user task.",
1867
+ "type": "Boolean"
1868
+ },
1869
+ {
1870
+ "id": "version",
1871
+ "label": "Version",
1872
+ "description": "Version of the element template",
1873
+ "value": "10",
1874
+ "group": "connector",
1875
+ "binding": {
1876
+ "key": "elementTemplateVersion",
1877
+ "type": "zeebe:taskHeader"
1878
+ },
1879
+ "type": "Hidden"
1880
+ },
1881
+ {
1882
+ "id": "id",
1883
+ "label": "ID",
1884
+ "description": "ID of the element template",
1885
+ "value": "io.camunda.connectors.agenticai.aiagent.jobworker.v1",
1886
+ "group": "connector",
1887
+ "binding": {
1888
+ "key": "elementTemplateId",
1889
+ "type": "zeebe:taskHeader"
1890
+ },
1891
+ "type": "Hidden"
1892
+ },
1893
+ {
1894
+ "id": "resultVariable",
1895
+ "label": "Result variable",
1896
+ "description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>.",
1897
+ "value": "agent",
1898
+ "group": "output",
1899
+ "binding": {
1900
+ "source": "=agent",
1901
+ "type": "zeebe:output"
1902
+ },
1903
+ "type": "String"
1904
+ },
1905
+ {
1906
+ "id": "errorExpression",
1907
+ "label": "Error expression",
1908
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1909
+ "feel": "required",
1910
+ "group": "error",
1911
+ "binding": {
1912
+ "key": "errorExpression",
1913
+ "type": "zeebe:taskHeader"
1914
+ },
1915
+ "type": "Text"
1916
+ },
1917
+ {
1918
+ "id": "retryCount",
1919
+ "label": "Retries",
1920
+ "description": "Number of retries",
1921
+ "value": "3",
1922
+ "feel": "optional",
1923
+ "group": "retries",
1924
+ "binding": {
1925
+ "property": "retries",
1926
+ "type": "zeebe:taskDefinition"
1927
+ },
1928
+ "type": "String"
1929
+ },
1930
+ {
1931
+ "id": "retryBackoff",
1932
+ "label": "Retry backoff",
1933
+ "description": "ISO-8601 duration to wait between retries",
1934
+ "value": "PT0S",
1935
+ "group": "retries",
1936
+ "binding": {
1937
+ "key": "retryBackoff",
1938
+ "type": "zeebe:taskHeader"
1939
+ },
1940
+ "type": "String"
1941
+ },
1942
+ {
1943
+ "binding": {
1944
+ "name": "agent",
1945
+ "type": "zeebe:input"
1946
+ },
1947
+ "type": "Hidden"
1948
+ }
1949
+ ],
1950
+ "icon": {
1951
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiIGZpbGw9IiNBNTZFRkYiLz4KPG1hc2sgaWQ9InBhdGgtMi1vdXRzaWRlLTFfMTg1XzYiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjQiIHk9IjQiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iYmxhY2siPgo8cmVjdCBmaWxsPSJ3aGl0ZSIgeD0iNCIgeT0iNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjAuMDEwNSAxMi4wOTg3QzE4LjQ5IDEwLjU4OTQgMTcuMTU5NCA4LjEwODE0IDE2LjE3OTkgNi4wMTEwM0MxNi4xNTIgNi4wMDQ1MSAxNi4xMTc2IDYgMTYuMDc5NCA2QzE2LjA0MTEgNiAxNi4wMDY2IDYuMDA0NTEgMTUuOTc4OCA2LjAxMTA0QzE0Ljk5OTQgOC4xMDgxNCAxMy42Njk3IDEwLjU4ODkgMTIuMTQ4MSAxMi4wOTgxQzEwLjYyNjkgMTMuNjA3MSA4LjEyNTY4IDE0LjkyNjQgNi4wMTE1NyAxNS44OTgxQzYuMDA0NzQgMTUuOTI2MSA2IDE1Ljk2MTEgNiAxNkM2IDE2LjAzODcgNi4wMDQ2OCAxNi4wNzM2IDYuMDExNDQgMTYuMTAxNEM4LjEyNTE5IDE3LjA3MjkgMTAuNjI2MiAxOC4zOTE5IDEyLjE0NzcgMTkuOTAxNkMxMy42Njk3IDIxLjQxMDcgMTQuOTk5NiAyMy44OTIgMTUuOTc5MSAyNS45ODlDMTYuMDA2OCAyNS45OTU2IDE2LjA0MTEgMjYgMTYuMDc5MyAyNkMxNi4xMTc1IDI2IDE2LjE1MTkgMjUuOTk1NCAxNi4xNzk2IDI1Ljk4OUMxNy4xNTkxIDIzLjg5MiAxOC40ODg4IDIxLjQxMSAyMC4wMDk5IDE5LjkwMjFNMjAuMDA5OSAxOS45MDIxQzIxLjUyNTMgMTguMzk4NyAyMy45NDY1IDE3LjA2NjkgMjUuOTkxNSAxNi4wODI0QzI1Ljk5NjUgMTYuMDU5MyAyNiAxNi4wMzEgMjYgMTUuOTk5N0MyNiAxNS45Njg0IDI1Ljk5NjUgMTUuOTQwMyAyNS45OTE1IDE1LjkxNzFDMjMuOTQ3NCAxNC45MzI3IDIxLjUyNTkgMTMuNjAxIDIwLjAxMDUgMTIuMDk4NyIvPgo8L21hc2s+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjAuMDEwNSAxMi4wOTg3QzE4LjQ5IDEwLjU4OTQgMTcuMTU5NCA4LjEwODE0IDE2LjE3OTkgNi4wMTEwM0MxNi4xNTIgNi4wMDQ1MSAxNi4xMTc2IDYgMTYuMDc5NCA2QzE2LjA0MTEgNiAxNi4wMDY2IDYuMDA0NTEgMTUuOTc4OCA2LjAxMTA0QzE0Ljk5OTQgOC4xMDgxNCAxMy42Njk3IDEwLjU4ODkgMTIuMTQ4MSAxMi4wOTgxQzEwLjYyNjkgMTMuNjA3MSA4LjEyNTY4IDE0LjkyNjQgNi4wMTE1NyAxNS44OTgxQzYuMDA0NzQgMTUuOTI2MSA2IDE1Ljk2MTEgNiAxNkM2IDE2LjAzODcgNi4wMDQ2OCAxNi4wNzM2IDYuMDExNDQgMTYuMTAxNEM4LjEyNTE5IDE3LjA3MjkgMTAuNjI2MiAxOC4zOTE5IDEyLjE0NzcgMTkuOTAxNkMxMy42Njk3IDIxLjQxMDcgMTQuOTk5NiAyMy44OTIgMTUuOTc5MSAyNS45ODlDMTYuMDA2OCAyNS45OTU2IDE2LjA0MTEgMjYgMTYuMDc5MyAyNkMxNi4xMTc1IDI2IDE2LjE1MTkgMjUuOTk1NCAxNi4xNzk2IDI1Ljk4OUMxNy4xNTkxIDIzLjg5MiAxOC40ODg4IDIxLjQxMSAyMC4wMDk5IDE5LjkwMjFNMjAuMDA5OSAxOS45MDIxQzIxLjUyNTMgMTguMzk4NyAyMy45NDY1IDE3LjA2NjkgMjUuOTkxNSAxNi4wODI0QzI1Ljk5NjUgMTYuMDU5MyAyNiAxNi4wMzEgMjYgMTUuOTk5N0MyNiAxNS45Njg0IDI1Ljk5NjUgMTUuOTQwMyAyNS45OTE1IDE1LjkxNzFDMjMuOTQ3NCAxNC45MzI3IDIxLjUyNTkgMTMuNjAxIDIwLjAxMDUgMTIuMDk4NyIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMC4wMTA1IDEyLjA5ODdDMTguNDkgMTAuNTg5NCAxNy4xNTk0IDguMTA4MTQgMTYuMTc5OSA2LjAxMTAzQzE2LjE1MiA2LjAwNDUxIDE2LjExNzYgNiAxNi4wNzk0IDZDMTYuMDQxMSA2IDE2LjAwNjYgNi4wMDQ1MSAxNS45Nzg4IDYuMDExMDRDMTQuOTk5NCA4LjEwODE0IDEzLjY2OTcgMTAuNTg4OSAxMi4xNDgxIDEyLjA5ODFDMTAuNjI2OSAxMy42MDcxIDguMTI1NjggMTQuOTI2NCA2LjAxMTU3IDE1Ljg5ODFDNi4wMDQ3NCAxNS45MjYxIDYgMTUuOTYxMSA2IDE2QzYgMTYuMDM4NyA2LjAwNDY4IDE2LjA3MzYgNi4wMTE0NCAxNi4xMDE0QzguMTI1MTkgMTcuMDcyOSAxMC42MjYyIDE4LjM5MTkgMTIuMTQ3NyAxOS45MDE2QzEzLjY2OTcgMjEuNDEwNyAxNC45OTk2IDIzLjg5MiAxNS45NzkxIDI1Ljk4OUMxNi4wMDY4IDI1Ljk5NTYgMTYuMDQxMSAyNiAxNi4wNzkzIDI2QzE2LjExNzUgMjYgMTYuMTUxOSAyNS45OTU0IDE2LjE3OTYgMjUuOTg5QzE3LjE1OTEgMjMuODkyIDE4LjQ4ODggMjEuNDExIDIwLjAwOTkgMTkuOTAyMU0yMC4wMDk5IDE5LjkwMjFDMjEuNTI1MyAxOC4zOTg3IDIzLjk0NjUgMTcuMDY2OSAyNS45OTE1IDE2LjA4MjRDMjUuOTk2NSAxNi4wNTkzIDI2IDE2LjAzMSAyNiAxNS45OTk3QzI2IDE1Ljk2ODQgMjUuOTk2NSAxNS45NDAzIDI1Ljk5MTUgMTUuOTE3MUMyMy45NDc0IDE0LjkzMjcgMjEuNTI1OSAxMy42MDEgMjAuMDEwNSAxMi4wOTg3IiBzdHJva2U9IiM0OTFEOEIiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgbWFzaz0idXJsKCNwYXRoLTItb3V0c2lkZS0xXzE4NV82KSIvPgo8L3N2Zz4K"
1952
+ }
1953
+ },
1954
+ {
1955
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1956
+ "name": "AI Agent Subprocess",
1957
+ "id": "io.camunda.connectors.agenticai.aiagent.jobworker.v1",
1958
+ "description": "Processes user requests with an integrated, customizable toolbox and services for dynamic workflows.",
1959
+ "metadata": {
1960
+ "keywords": ["AI", "AI Agent", "agentic orchestration"]
1961
+ },
1962
+ "documentationRef": "https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent/",
1963
+ "version": 3,
1964
+ "category": {
1965
+ "id": "connectors",
1966
+ "name": "Connectors"
1967
+ },
1968
+ "appliesTo": ["bpmn:SubProcess"],
1969
+ "elementType": {
1970
+ "value": "bpmn:AdHocSubProcess"
1971
+ },
1972
+ "engines": {
1973
+ "camunda": "^8.8"
1974
+ },
1975
+ "groups": [
1976
+ {
1977
+ "id": "provider",
1978
+ "label": "Model provider",
1979
+ "openByDefault": false
1980
+ },
1981
+ {
1982
+ "id": "model",
1983
+ "label": "Model",
1984
+ "openByDefault": false
1985
+ },
1986
+ {
1987
+ "id": "systemPrompt",
1988
+ "label": "System prompt",
1989
+ "tooltip": "A system prompt is a set of foundational instructions given to a model before any user interaction begins. It defines the AI agent’s role, behavior, tone, and communication style, ensuring that responses remain consistent and aligned with the AI agent’s intended purpose. These instructions help shape how the model interprets and responds to user input throughout the conversation.",
1990
+ "openByDefault": false
1991
+ },
1992
+ {
1993
+ "id": "userPrompt",
1994
+ "label": "User prompt",
1995
+ "tooltip": "A user prompt is the message or question you give to the AI to start or continue a conversation. It tells the AI what you need, whether it's information, help with a task, or just a chat. The AI uses your prompt to understand how to respond.",
1996
+ "openByDefault": false
1997
+ },
1998
+ {
1999
+ "id": "tools",
2000
+ "label": "Tools",
2001
+ "tooltip": "Tools are optional features the AI Agent can use to perform specific tasks. Configure this if the agent should participate in a tools feedback loop.",
2002
+ "openByDefault": false
2003
+ },
2004
+ {
2005
+ "id": "memory",
2006
+ "label": "Memory",
2007
+ "tooltip": "Configuration of the Agent's short-term/conversational memory.",
2008
+ "openByDefault": false
2009
+ },
2010
+ {
2011
+ "id": "limits",
2012
+ "label": "Limits",
2013
+ "openByDefault": false
2014
+ },
2015
+ {
2016
+ "id": "events",
2017
+ "label": "Event handling",
2018
+ "tooltip": "Configure how event sub-process results are handled. Results are added as user messages to the running agent.",
2019
+ "openByDefault": false
2020
+ },
2021
+ {
2022
+ "id": "response",
2023
+ "label": "Response",
2024
+ "tooltip": "Configuration of the model response format and how to map the model response to the connector result.<br><br>Depending on the selection, the model response will be available as <code>response.responseText</code> or <code>response.responseJson</code>.<br><br>See <a href=\"https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-process/#response\">documentation</a> for details.",
2025
+ "openByDefault": false
2026
+ },
2027
+ {
2028
+ "id": "connector",
2029
+ "label": "Connector"
2030
+ },
2031
+ {
2032
+ "id": "output",
2033
+ "label": "Output mapping"
2034
+ },
2035
+ {
2036
+ "id": "error",
2037
+ "label": "Error handling"
2038
+ },
2039
+ {
2040
+ "id": "retries",
2041
+ "label": "Retries"
2042
+ }
2043
+ ],
2044
+ "properties": [
2045
+ {
2046
+ "value": "io.camunda.agenticai:aiagent-job-worker:1",
2047
+ "binding": {
2048
+ "property": "type",
2049
+ "type": "zeebe:taskDefinition"
2050
+ },
2051
+ "type": "Hidden"
2052
+ },
2053
+ {
2054
+ "id": "outputCollection",
2055
+ "binding": {
2056
+ "property": "outputCollection",
2057
+ "type": "zeebe:adHoc"
2058
+ },
2059
+ "value": "toolCallResults",
2060
+ "type": "Hidden"
2061
+ },
2062
+ {
2063
+ "id": "outputElement",
2064
+ "binding": {
2065
+ "property": "outputElement",
2066
+ "type": "zeebe:adHoc"
2067
+ },
2068
+ "value": "={\n id: toolCall._meta.id,\n name: toolCall._meta.name,\n content: toolCallResult\n}",
2069
+ "type": "Hidden"
2070
+ },
2071
+ {
2072
+ "id": "provider.type",
2073
+ "label": "Provider",
2074
+ "description": "Specify the LLM provider to use.",
2075
+ "value": "anthropic",
2076
+ "group": "provider",
2077
+ "binding": {
2078
+ "name": "provider.type",
2079
+ "type": "zeebe:input"
2080
+ },
2081
+ "type": "Dropdown",
2082
+ "choices": [
2083
+ {
2084
+ "name": "Anthropic",
2085
+ "value": "anthropic"
2086
+ },
2087
+ {
2088
+ "name": "AWS Bedrock",
2089
+ "value": "bedrock"
2090
+ },
2091
+ {
2092
+ "name": "Azure OpenAI",
2093
+ "value": "azureOpenAi"
2094
+ },
2095
+ {
2096
+ "name": "Google Vertex AI",
2097
+ "value": "google-vertex-ai"
2098
+ },
2099
+ {
2100
+ "name": "OpenAI",
2101
+ "value": "openai"
2102
+ },
2103
+ {
2104
+ "name": "OpenAI Compatible",
2105
+ "value": "openaiCompatible"
2106
+ }
2107
+ ]
2108
+ },
2109
+ {
2110
+ "id": "provider.anthropic.endpoint",
2111
+ "label": "Endpoint",
2112
+ "description": "Optional custom API endpoint",
2113
+ "optional": true,
2114
+ "feel": "optional",
2115
+ "group": "provider",
2116
+ "binding": {
2117
+ "name": "provider.anthropic.endpoint",
2118
+ "type": "zeebe:input"
2119
+ },
2120
+ "condition": {
2121
+ "property": "provider.type",
2122
+ "equals": "anthropic",
2123
+ "type": "simple"
2124
+ },
2125
+ "type": "String"
2126
+ },
2127
+ {
2128
+ "id": "provider.anthropic.authentication.apiKey",
2129
+ "label": "Anthropic API key",
2130
+ "optional": false,
2131
+ "constraints": {
2132
+ "notEmpty": true
2133
+ },
2134
+ "feel": "optional",
2135
+ "group": "provider",
2136
+ "binding": {
2137
+ "name": "provider.anthropic.authentication.apiKey",
2138
+ "type": "zeebe:input"
2139
+ },
2140
+ "condition": {
2141
+ "property": "provider.type",
2142
+ "equals": "anthropic",
2143
+ "type": "simple"
2144
+ },
2145
+ "type": "String"
2146
+ },
2147
+ {
2148
+ "id": "provider.bedrock.region",
2149
+ "label": "Region",
2150
+ "description": "Specify the AWS region (example: <code>eu-west-1</code>)",
2151
+ "optional": false,
2152
+ "constraints": {
2153
+ "notEmpty": true
2154
+ },
2155
+ "feel": "optional",
2156
+ "group": "provider",
2157
+ "binding": {
2158
+ "name": "provider.bedrock.region",
2159
+ "type": "zeebe:input"
2160
+ },
2161
+ "condition": {
2162
+ "property": "provider.type",
2163
+ "equals": "bedrock",
2164
+ "type": "simple"
2165
+ },
2166
+ "type": "String"
2167
+ },
2168
+ {
2169
+ "id": "provider.bedrock.endpoint",
2170
+ "label": "Endpoint",
2171
+ "description": "Optional custom API endpoint",
2172
+ "optional": true,
2173
+ "feel": "optional",
2174
+ "group": "provider",
2175
+ "binding": {
2176
+ "name": "provider.bedrock.endpoint",
2177
+ "type": "zeebe:input"
2178
+ },
2179
+ "condition": {
2180
+ "property": "provider.type",
2181
+ "equals": "bedrock",
2182
+ "type": "simple"
2183
+ },
2184
+ "type": "String"
2185
+ },
2186
+ {
2187
+ "id": "provider.bedrock.authentication.type",
2188
+ "label": "Authentication",
2189
+ "description": "Specify the AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-bedrock/#authentication\" target=\"_blank\">documentation page</a>",
2190
+ "value": "credentials",
2191
+ "group": "provider",
2192
+ "binding": {
2193
+ "name": "provider.bedrock.authentication.type",
2194
+ "type": "zeebe:input"
2195
+ },
2196
+ "condition": {
2197
+ "property": "provider.type",
2198
+ "equals": "bedrock",
2199
+ "type": "simple"
2200
+ },
2201
+ "type": "Dropdown",
2202
+ "choices": [
2203
+ {
2204
+ "name": "Credentials",
2205
+ "value": "credentials"
2206
+ },
2207
+ {
2208
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
2209
+ "value": "defaultCredentialsChain"
2210
+ }
2211
+ ]
2212
+ },
2213
+ {
2214
+ "id": "provider.bedrock.authentication.accessKey",
2215
+ "label": "Access key",
2216
+ "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
2217
+ "optional": false,
2218
+ "constraints": {
2219
+ "notEmpty": true
2220
+ },
2221
+ "feel": "optional",
2222
+ "group": "provider",
2223
+ "binding": {
2224
+ "name": "provider.bedrock.authentication.accessKey",
2225
+ "type": "zeebe:input"
2226
+ },
2227
+ "condition": {
2228
+ "allMatch": [
2229
+ {
2230
+ "property": "provider.bedrock.authentication.type",
2231
+ "equals": "credentials",
2232
+ "type": "simple"
2233
+ },
2234
+ {
2235
+ "property": "provider.type",
2236
+ "equals": "bedrock",
2237
+ "type": "simple"
2238
+ }
2239
+ ]
2240
+ },
2241
+ "type": "String"
2242
+ },
2243
+ {
2244
+ "id": "provider.bedrock.authentication.secretKey",
2245
+ "label": "Secret key",
2246
+ "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
2247
+ "optional": false,
2248
+ "constraints": {
2249
+ "notEmpty": true
2250
+ },
2251
+ "feel": "optional",
2252
+ "group": "provider",
2253
+ "binding": {
2254
+ "name": "provider.bedrock.authentication.secretKey",
2255
+ "type": "zeebe:input"
2256
+ },
2257
+ "condition": {
2258
+ "allMatch": [
2259
+ {
2260
+ "property": "provider.bedrock.authentication.type",
2261
+ "equals": "credentials",
2262
+ "type": "simple"
2263
+ },
2264
+ {
2265
+ "property": "provider.type",
2266
+ "equals": "bedrock",
2267
+ "type": "simple"
2268
+ }
2269
+ ]
2270
+ },
2271
+ "type": "String"
2272
+ },
2273
+ {
2274
+ "id": "provider.azureOpenAi.endpoint",
2275
+ "label": "Endpoint",
2276
+ "description": "Specify Azure OpenAI endpoint. Details in the <a href=\"https://learn.microsoft.com/en-us/azure/ai-foundry/openai/reference\" target=\"_blank\">documentation</a>.",
2277
+ "optional": false,
2278
+ "constraints": {
2279
+ "notEmpty": true
2280
+ },
2281
+ "feel": "optional",
2282
+ "group": "provider",
2283
+ "binding": {
2284
+ "name": "provider.azureOpenAi.endpoint",
2285
+ "type": "zeebe:input"
2286
+ },
2287
+ "condition": {
2288
+ "property": "provider.type",
2289
+ "equals": "azureOpenAi",
2290
+ "type": "simple"
2291
+ },
2292
+ "type": "String"
2293
+ },
2294
+ {
2295
+ "id": "provider.azureOpenAi.authentication.type",
2296
+ "label": "Authentication",
2297
+ "description": "Specify the Azure OpenAI authentication strategy.",
2298
+ "value": "apiKey",
2299
+ "group": "provider",
2300
+ "binding": {
2301
+ "name": "provider.azureOpenAi.authentication.type",
2302
+ "type": "zeebe:input"
2303
+ },
2304
+ "condition": {
2305
+ "property": "provider.type",
2306
+ "equals": "azureOpenAi",
2307
+ "type": "simple"
2308
+ },
2309
+ "type": "Dropdown",
2310
+ "choices": [
2311
+ {
2312
+ "name": "API key",
2313
+ "value": "apiKey"
2314
+ },
2315
+ {
2316
+ "name": "Client credentials",
2317
+ "value": "clientCredentials"
2318
+ }
2319
+ ]
2320
+ },
2321
+ {
2322
+ "id": "provider.azureOpenAi.authentication.apiKey",
2323
+ "label": "API key",
2324
+ "optional": false,
2325
+ "constraints": {
2326
+ "notEmpty": true
2327
+ },
2328
+ "feel": "optional",
2329
+ "group": "provider",
2330
+ "binding": {
2331
+ "name": "provider.azureOpenAi.authentication.apiKey",
2332
+ "type": "zeebe:input"
2333
+ },
2334
+ "condition": {
2335
+ "allMatch": [
2336
+ {
2337
+ "property": "provider.azureOpenAi.authentication.type",
2338
+ "equals": "apiKey",
2339
+ "type": "simple"
2340
+ },
2341
+ {
2342
+ "property": "provider.type",
2343
+ "equals": "azureOpenAi",
2344
+ "type": "simple"
2345
+ }
2346
+ ]
2347
+ },
2348
+ "type": "String"
2349
+ },
2350
+ {
2351
+ "id": "provider.azureOpenAi.authentication.clientId",
2352
+ "label": "Client ID",
2353
+ "description": "ID of a Microsoft Entra application",
2354
+ "optional": false,
2355
+ "constraints": {
2356
+ "notEmpty": true
2357
+ },
2358
+ "feel": "optional",
2359
+ "group": "provider",
2360
+ "binding": {
2361
+ "name": "provider.azureOpenAi.authentication.clientId",
2362
+ "type": "zeebe:input"
2363
+ },
2364
+ "condition": {
2365
+ "allMatch": [
2366
+ {
2367
+ "property": "provider.azureOpenAi.authentication.type",
2368
+ "equals": "clientCredentials",
2369
+ "type": "simple"
2370
+ },
2371
+ {
2372
+ "property": "provider.type",
2373
+ "equals": "azureOpenAi",
2374
+ "type": "simple"
2375
+ }
2376
+ ]
2377
+ },
2378
+ "type": "String"
2379
+ },
2380
+ {
2381
+ "id": "provider.azureOpenAi.authentication.clientSecret",
2382
+ "label": "Client secret",
2383
+ "description": "Secret of a Microsoft Entra application",
2384
+ "optional": false,
2385
+ "constraints": {
2386
+ "notEmpty": true
2387
+ },
2388
+ "feel": "optional",
2389
+ "group": "provider",
2390
+ "binding": {
2391
+ "name": "provider.azureOpenAi.authentication.clientSecret",
2392
+ "type": "zeebe:input"
2393
+ },
2394
+ "condition": {
2395
+ "allMatch": [
2396
+ {
2397
+ "property": "provider.azureOpenAi.authentication.type",
2398
+ "equals": "clientCredentials",
2399
+ "type": "simple"
2400
+ },
2401
+ {
2402
+ "property": "provider.type",
2403
+ "equals": "azureOpenAi",
2404
+ "type": "simple"
2405
+ }
2406
+ ]
2407
+ },
2408
+ "type": "String"
2409
+ },
2410
+ {
2411
+ "id": "provider.azureOpenAi.authentication.tenantId",
2412
+ "label": "Tenant ID",
2413
+ "description": "ID of a Microsoft Entra tenant. Details in the <a href=\"https://learn.microsoft.com/en-us/entra/fundamentals/how-to-find-tenant\" target=\"_blank\">documentation</a>.",
2414
+ "optional": false,
2415
+ "constraints": {
2416
+ "notEmpty": true
2417
+ },
2418
+ "feel": "optional",
2419
+ "group": "provider",
2420
+ "binding": {
2421
+ "name": "provider.azureOpenAi.authentication.tenantId",
2422
+ "type": "zeebe:input"
2423
+ },
2424
+ "condition": {
2425
+ "allMatch": [
2426
+ {
2427
+ "property": "provider.azureOpenAi.authentication.type",
2428
+ "equals": "clientCredentials",
2429
+ "type": "simple"
2430
+ },
2431
+ {
2432
+ "property": "provider.type",
2433
+ "equals": "azureOpenAi",
2434
+ "type": "simple"
2435
+ }
2436
+ ]
2437
+ },
2438
+ "type": "String"
2439
+ },
2440
+ {
2441
+ "id": "provider.azureOpenAi.authentication.authorityHost",
2442
+ "label": "Authority host",
2443
+ "description": "Authority host URL for the Microsoft Entra application. Defaults to <code>https://login.microsoftonline.com</code>. This can also contain an OAuth 2.0 token endpoint.",
2444
+ "optional": true,
2445
+ "feel": "optional",
2446
+ "group": "provider",
2447
+ "binding": {
2448
+ "name": "provider.azureOpenAi.authentication.authorityHost",
2449
+ "type": "zeebe:input"
2450
+ },
2451
+ "condition": {
2452
+ "allMatch": [
2453
+ {
2454
+ "property": "provider.azureOpenAi.authentication.type",
2455
+ "equals": "clientCredentials",
2456
+ "type": "simple"
2457
+ },
2458
+ {
2459
+ "property": "provider.type",
2460
+ "equals": "azureOpenAi",
2461
+ "type": "simple"
2462
+ }
2463
+ ]
2464
+ },
2465
+ "type": "String"
2466
+ },
2467
+ {
2468
+ "id": "provider.googleVertexAi.projectId",
2469
+ "label": "Project ID",
2470
+ "description": "Specify Google Cloud project ID",
2471
+ "optional": false,
2472
+ "constraints": {
2473
+ "notEmpty": true
2474
+ },
2475
+ "feel": "optional",
2476
+ "group": "provider",
2477
+ "binding": {
2478
+ "name": "provider.googleVertexAi.projectId",
2479
+ "type": "zeebe:input"
2480
+ },
2481
+ "condition": {
2482
+ "property": "provider.type",
2483
+ "equals": "google-vertex-ai",
2484
+ "type": "simple"
2485
+ },
2486
+ "type": "String"
2487
+ },
2488
+ {
2489
+ "id": "provider.googleVertexAi.region",
2490
+ "label": "Region",
2491
+ "description": "Specify the region where AI inference should take place",
2492
+ "optional": false,
2493
+ "constraints": {
2494
+ "notEmpty": true
2495
+ },
2496
+ "feel": "optional",
2497
+ "group": "provider",
2498
+ "binding": {
2499
+ "name": "provider.googleVertexAi.region",
2500
+ "type": "zeebe:input"
2501
+ },
2502
+ "condition": {
2503
+ "property": "provider.type",
2504
+ "equals": "google-vertex-ai",
2505
+ "type": "simple"
2506
+ },
2507
+ "type": "String"
2508
+ },
2509
+ {
2510
+ "id": "provider.googleVertexAi.authentication.type",
2511
+ "label": "Authentication",
2512
+ "description": "Specify the Google Vertex AI authentication strategy.",
2513
+ "value": "serviceAccountCredentials",
2514
+ "group": "provider",
2515
+ "binding": {
2516
+ "name": "provider.googleVertexAi.authentication.type",
2517
+ "type": "zeebe:input"
2518
+ },
2519
+ "condition": {
2520
+ "property": "provider.type",
2521
+ "equals": "google-vertex-ai",
2522
+ "type": "simple"
2523
+ },
2524
+ "type": "Dropdown",
2525
+ "choices": [
2526
+ {
2527
+ "name": "Service account credentials",
2528
+ "value": "serviceAccountCredentials"
2529
+ },
2530
+ {
2531
+ "name": "Application default credentials (Hybrid/Self-Managed only)",
2532
+ "value": "applicationDefaultCredentials"
2533
+ }
2534
+ ]
2535
+ },
2536
+ {
2537
+ "id": "provider.googleVertexAi.authentication.jsonKey",
2538
+ "label": "JSON key of the service account",
2539
+ "description": "This is the key of the service account in JSON format.",
2540
+ "optional": false,
2541
+ "constraints": {
2542
+ "notEmpty": true
2543
+ },
2544
+ "feel": "optional",
2545
+ "group": "provider",
2546
+ "binding": {
2547
+ "name": "provider.googleVertexAi.authentication.jsonKey",
2548
+ "type": "zeebe:input"
2549
+ },
2550
+ "condition": {
2551
+ "allMatch": [
2552
+ {
2553
+ "property": "provider.googleVertexAi.authentication.type",
2554
+ "equals": "serviceAccountCredentials",
2555
+ "type": "simple"
2556
+ },
2557
+ {
2558
+ "property": "provider.type",
2559
+ "equals": "google-vertex-ai",
2560
+ "type": "simple"
2561
+ }
2562
+ ]
2563
+ },
2564
+ "type": "String"
2565
+ },
2566
+ {
2567
+ "id": "provider.openai.authentication.apiKey",
2568
+ "label": "OpenAI API key",
2569
+ "optional": false,
2570
+ "constraints": {
2571
+ "notEmpty": true
2572
+ },
2573
+ "feel": "optional",
2574
+ "group": "provider",
2575
+ "binding": {
2576
+ "name": "provider.openai.authentication.apiKey",
2577
+ "type": "zeebe:input"
2578
+ },
2579
+ "condition": {
2580
+ "property": "provider.type",
2581
+ "equals": "openai",
2582
+ "type": "simple"
2583
+ },
2584
+ "type": "String"
2585
+ },
2586
+ {
2587
+ "id": "provider.openai.authentication.organizationId",
2588
+ "label": "Organization ID",
2589
+ "description": "For members of multiple organizations. Details in the <a href=\"https://platform.openai.com/docs/api-reference/authentication\" target=\"_blank\">documentation</a>.",
2590
+ "optional": true,
2591
+ "feel": "optional",
2592
+ "group": "provider",
2593
+ "binding": {
2594
+ "name": "provider.openai.authentication.organizationId",
2595
+ "type": "zeebe:input"
2596
+ },
2597
+ "condition": {
2598
+ "property": "provider.type",
2599
+ "equals": "openai",
2600
+ "type": "simple"
2601
+ },
2602
+ "type": "String"
2603
+ },
2604
+ {
2605
+ "id": "provider.openai.authentication.projectId",
2606
+ "label": "Project ID",
2607
+ "description": "For accounts with multiple projects. Details in the <a href=\"https://platform.openai.com/docs/api-reference/authentication\" target=\"_blank\">documentation</a>.",
2608
+ "optional": true,
2609
+ "feel": "optional",
2610
+ "group": "provider",
2611
+ "binding": {
2612
+ "name": "provider.openai.authentication.projectId",
2613
+ "type": "zeebe:input"
2614
+ },
2615
+ "condition": {
2616
+ "property": "provider.type",
2617
+ "equals": "openai",
2618
+ "type": "simple"
2619
+ },
2620
+ "type": "String"
2621
+ },
2622
+ {
2623
+ "id": "provider.openaiCompatible.endpoint",
2624
+ "label": "API endpoint",
2625
+ "optional": false,
2626
+ "constraints": {
2627
+ "notEmpty": true
2628
+ },
2629
+ "feel": "optional",
2630
+ "group": "provider",
2631
+ "binding": {
2632
+ "name": "provider.openaiCompatible.endpoint",
2633
+ "type": "zeebe:input"
2634
+ },
2635
+ "condition": {
2636
+ "property": "provider.type",
2637
+ "equals": "openaiCompatible",
2638
+ "type": "simple"
2639
+ },
2640
+ "tooltip": "Specify an endpoint to use the connector with an OpenAI compatible API. ",
2641
+ "type": "String"
2642
+ },
2643
+ {
2644
+ "id": "provider.openaiCompatible.authentication.apiKey",
2645
+ "label": "API key",
2646
+ "optional": true,
2647
+ "feel": "optional",
2648
+ "group": "provider",
2649
+ "binding": {
2650
+ "name": "provider.openaiCompatible.authentication.apiKey",
2651
+ "type": "zeebe:input"
2652
+ },
2653
+ "condition": {
2654
+ "property": "provider.type",
2655
+ "equals": "openaiCompatible",
2656
+ "type": "simple"
2657
+ },
2658
+ "tooltip": "Leave blank if using HTTP headers for authentication.<br>If an Authorization header is specified in the headers, then the API key is ignored.",
2659
+ "type": "String"
2660
+ },
2661
+ {
2662
+ "id": "provider.openaiCompatible.headers",
2663
+ "label": "Headers",
2664
+ "description": "Map of HTTP headers to add to the request.",
2665
+ "optional": true,
2666
+ "feel": "required",
2667
+ "group": "provider",
2668
+ "binding": {
2669
+ "name": "provider.openaiCompatible.headers",
2670
+ "type": "zeebe:input"
2671
+ },
2672
+ "condition": {
2673
+ "property": "provider.type",
2674
+ "equals": "openaiCompatible",
2675
+ "type": "simple"
2676
+ },
2677
+ "type": "String"
2678
+ },
2679
+ {
2680
+ "id": "provider.anthropic.model.model",
2681
+ "label": "Model",
2682
+ "description": "Specify the model ID. Details in the <a href=\"https://docs.anthropic.com/en/docs/about-claude/models/all-models\" target=\"_blank\">documentation</a>.",
2683
+ "optional": false,
2684
+ "value": "claude-3-5-sonnet-20240620",
2685
+ "constraints": {
2686
+ "notEmpty": true
2687
+ },
2688
+ "feel": "optional",
2689
+ "group": "model",
2690
+ "binding": {
2691
+ "name": "provider.anthropic.model.model",
2692
+ "type": "zeebe:input"
2693
+ },
2694
+ "condition": {
2695
+ "property": "provider.type",
2696
+ "equals": "anthropic",
2697
+ "type": "simple"
2698
+ },
2699
+ "type": "String"
2700
+ },
2701
+ {
2702
+ "id": "provider.anthropic.model.parameters.maxTokens",
2703
+ "label": "Maximum tokens",
2704
+ "optional": true,
2705
+ "feel": "required",
2706
+ "group": "model",
2707
+ "binding": {
2708
+ "name": "provider.anthropic.model.parameters.maxTokens",
2709
+ "type": "zeebe:input"
2710
+ },
2711
+ "condition": {
2712
+ "property": "provider.type",
2713
+ "equals": "anthropic",
2714
+ "type": "simple"
2715
+ },
2716
+ "tooltip": "The maximum number of tokens per request to generate before stopping. <br><br>Details in the <a href=\"https://docs.anthropic.com/en/api/messages#body-max-tokens\" target=\"_blank\">documentation</a>.",
2717
+ "type": "Number"
2718
+ },
2719
+ {
2720
+ "id": "provider.anthropic.model.parameters.temperature",
2721
+ "label": "Temperature",
2722
+ "optional": true,
2723
+ "feel": "required",
2724
+ "group": "model",
2725
+ "binding": {
2726
+ "name": "provider.anthropic.model.parameters.temperature",
2727
+ "type": "zeebe:input"
2728
+ },
2729
+ "condition": {
2730
+ "property": "provider.type",
2731
+ "equals": "anthropic",
2732
+ "type": "simple"
2733
+ },
2734
+ "tooltip": "Floating point number between 0 and 1. The higher the number, the more randomness will be injected into the response. <br><br>Details in the <a href=\"https://docs.anthropic.com/en/api/messages#body-temperature\" target=\"_blank\">documentation</a>.",
2735
+ "type": "Number"
2736
+ },
2737
+ {
2738
+ "id": "provider.anthropic.model.parameters.topP",
2739
+ "label": "top P",
2740
+ "optional": true,
2741
+ "feel": "required",
2742
+ "group": "model",
2743
+ "binding": {
2744
+ "name": "provider.anthropic.model.parameters.topP",
2745
+ "type": "zeebe:input"
2746
+ },
2747
+ "condition": {
2748
+ "property": "provider.type",
2749
+ "equals": "anthropic",
2750
+ "type": "simple"
2751
+ },
2752
+ "tooltip": "Floating point number between 0 and 1. Recommended for advanced use cases only (you usually only need to use temperature). <br><br>Details in the <a href=\"https://docs.anthropic.com/en/api/messages#body-top-p\" target=\"_blank\">documentation</a>.",
2753
+ "type": "Number"
2754
+ },
2755
+ {
2756
+ "id": "provider.anthropic.model.parameters.topK",
2757
+ "label": "top K",
2758
+ "optional": true,
2759
+ "feel": "required",
2760
+ "group": "model",
2761
+ "binding": {
2762
+ "name": "provider.anthropic.model.parameters.topK",
2763
+ "type": "zeebe:input"
2764
+ },
2765
+ "condition": {
2766
+ "property": "provider.type",
2767
+ "equals": "anthropic",
2768
+ "type": "simple"
2769
+ },
2770
+ "tooltip": "Integer greater than 0. Recommended for advanced use cases only (you usually only need to use temperature). <br><br>Details in the <a href=\"https://docs.anthropic.com/en/api/messages#body-top-k\" target=\"_blank\">documentation</a>.",
2771
+ "type": "Number"
2772
+ },
2773
+ {
2774
+ "id": "provider.bedrock.model.model",
2775
+ "label": "Model",
2776
+ "description": "Specify the model ID. Details in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/model-ids.html\" target=\"_blank\">documentation</a>.",
2777
+ "optional": false,
2778
+ "value": "anthropic.claude-3-5-sonnet-20240620-v1:0",
2779
+ "constraints": {
2780
+ "notEmpty": true
2781
+ },
2782
+ "feel": "optional",
2783
+ "group": "model",
2784
+ "binding": {
2785
+ "name": "provider.bedrock.model.model",
2786
+ "type": "zeebe:input"
2787
+ },
2788
+ "condition": {
2789
+ "property": "provider.type",
2790
+ "equals": "bedrock",
2791
+ "type": "simple"
2792
+ },
2793
+ "type": "String"
2794
+ },
2795
+ {
2796
+ "id": "provider.bedrock.model.parameters.maxTokens",
2797
+ "label": "Maximum tokens",
2798
+ "optional": true,
2799
+ "feel": "required",
2800
+ "group": "model",
2801
+ "binding": {
2802
+ "name": "provider.bedrock.model.parameters.maxTokens",
2803
+ "type": "zeebe:input"
2804
+ },
2805
+ "condition": {
2806
+ "property": "provider.type",
2807
+ "equals": "bedrock",
2808
+ "type": "simple"
2809
+ },
2810
+ "tooltip": "The maximum number of tokens per request to allow in the generated response. <br><br>Details in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_InferenceConfiguration.html\" target=\"_blank\">documentation</a>.",
2811
+ "type": "Number"
2812
+ },
2813
+ {
2814
+ "id": "provider.bedrock.model.parameters.temperature",
2815
+ "label": "Temperature",
2816
+ "optional": true,
2817
+ "feel": "required",
2818
+ "group": "model",
2819
+ "binding": {
2820
+ "name": "provider.bedrock.model.parameters.temperature",
2821
+ "type": "zeebe:input"
2822
+ },
2823
+ "condition": {
2824
+ "property": "provider.type",
2825
+ "equals": "bedrock",
2826
+ "type": "simple"
2827
+ },
2828
+ "tooltip": "Floating point number between 0 and 1. The higher the number, the more randomness will be injected into the response. <br><br>Details in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_InferenceConfiguration.html\" target=\"_blank\">documentation</a>.",
2829
+ "type": "Number"
2830
+ },
2831
+ {
2832
+ "id": "provider.bedrock.model.parameters.topP",
2833
+ "label": "top P",
2834
+ "optional": true,
2835
+ "feel": "required",
2836
+ "group": "model",
2837
+ "binding": {
2838
+ "name": "provider.bedrock.model.parameters.topP",
2839
+ "type": "zeebe:input"
2840
+ },
2841
+ "condition": {
2842
+ "property": "provider.type",
2843
+ "equals": "bedrock",
2844
+ "type": "simple"
2845
+ },
2846
+ "tooltip": "Floating point number between 0 and 1. Recommended for advanced use cases only (you usually only need to use temperature). <br><br>Details in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_InferenceConfiguration.html\" target=\"_blank\">documentation</a>.",
2847
+ "type": "Number"
2848
+ },
2849
+ {
2850
+ "id": "provider.azureOpenAi.model.deploymentName",
2851
+ "label": "Model deployment name",
2852
+ "description": "Specify the model deployment name. Details in the <a href=\"https://learn.microsoft.com/en-us/azure/ai-foundry/openai/reference\" target=\"_blank\">documentation</a>.",
2853
+ "optional": false,
2854
+ "constraints": {
2855
+ "notEmpty": true
2856
+ },
2857
+ "feel": "optional",
2858
+ "group": "model",
2859
+ "binding": {
2860
+ "name": "provider.azureOpenAi.model.deploymentName",
2861
+ "type": "zeebe:input"
2862
+ },
2863
+ "condition": {
2864
+ "property": "provider.type",
2865
+ "equals": "azureOpenAi",
2866
+ "type": "simple"
2867
+ },
2868
+ "type": "String"
2869
+ },
2870
+ {
2871
+ "id": "provider.azureOpenAi.model.parameters.maxTokens",
2872
+ "label": "Maximum tokens",
2873
+ "optional": true,
2874
+ "feel": "required",
2875
+ "group": "model",
2876
+ "binding": {
2877
+ "name": "provider.azureOpenAi.model.parameters.maxTokens",
2878
+ "type": "zeebe:input"
2879
+ },
2880
+ "condition": {
2881
+ "property": "provider.type",
2882
+ "equals": "azureOpenAi",
2883
+ "type": "simple"
2884
+ },
2885
+ "tooltip": "The maximum number of tokens per request to generate before stopping. <br><br>Details in the <a href=\"https://learn.microsoft.com/en-us/azure/ai-foundry/openai/reference#request-body\" target=\"_blank\">documentation</a>.",
2886
+ "type": "Number"
2887
+ },
2888
+ {
2889
+ "id": "provider.azureOpenAi.model.parameters.temperature",
2890
+ "label": "Temperature",
2891
+ "optional": true,
2892
+ "feel": "required",
2893
+ "group": "model",
2894
+ "binding": {
2895
+ "name": "provider.azureOpenAi.model.parameters.temperature",
2896
+ "type": "zeebe:input"
2897
+ },
2898
+ "condition": {
2899
+ "property": "provider.type",
2900
+ "equals": "azureOpenAi",
2901
+ "type": "simple"
2902
+ },
2903
+ "tooltip": "Floating point number between 0 and 2. The higher the number, the more randomness will be injected into the response. <br><br>Details in the <a href=\"https://learn.microsoft.com/en-us/azure/ai-foundry/openai/reference#request-body\" target=\"_blank\">documentation</a>.",
2904
+ "type": "Number"
2905
+ },
2906
+ {
2907
+ "id": "provider.azureOpenAi.model.parameters.topP",
2908
+ "label": "top P",
2909
+ "optional": true,
2910
+ "feel": "required",
2911
+ "group": "model",
2912
+ "binding": {
2913
+ "name": "provider.azureOpenAi.model.parameters.topP",
2914
+ "type": "zeebe:input"
2915
+ },
2916
+ "condition": {
2917
+ "property": "provider.type",
2918
+ "equals": "azureOpenAi",
2919
+ "type": "simple"
2920
+ },
2921
+ "tooltip": "Recommended for advanced use cases only (you usually only need to use temperature). <br><br>Details in the <a href=\"https://learn.microsoft.com/en-us/azure/ai-foundry/openai/reference#request-body\" target=\"_blank\">documentation</a>.",
2922
+ "type": "Number"
2923
+ },
2924
+ {
2925
+ "id": "provider.googleVertexAi.model.model",
2926
+ "label": "Model",
2927
+ "description": "Specify the model ID. Details in the <a href=\"https://cloud.google.com/vertex-ai/docs/generative-ai/models\" target=\"_blank\">documentation</a>.",
2928
+ "optional": false,
2929
+ "constraints": {
2930
+ "notEmpty": true
2931
+ },
2932
+ "feel": "optional",
2933
+ "group": "model",
2934
+ "binding": {
2935
+ "name": "provider.googleVertexAi.model.model",
2936
+ "type": "zeebe:input"
2937
+ },
2938
+ "condition": {
2939
+ "property": "provider.type",
2940
+ "equals": "google-vertex-ai",
2941
+ "type": "simple"
2942
+ },
2943
+ "type": "String"
2944
+ },
2945
+ {
2946
+ "id": "provider.googleVertexAi.model.parameters.maxOutputTokens",
2947
+ "label": "Maximum output tokens",
2948
+ "optional": true,
2949
+ "feel": "required",
2950
+ "group": "model",
2951
+ "binding": {
2952
+ "name": "provider.googleVertexAi.model.parameters.maxOutputTokens",
2953
+ "type": "zeebe:input"
2954
+ },
2955
+ "condition": {
2956
+ "property": "provider.type",
2957
+ "equals": "google-vertex-ai",
2958
+ "type": "simple"
2959
+ },
2960
+ "tooltip": "Maximum number of tokens that can be generated in the response. <br><br>Details in the <a href=\"https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/inference\" target=\"_blank\">documentation</a>.",
2961
+ "type": "Number"
2962
+ },
2963
+ {
2964
+ "id": "provider.googleVertexAi.model.parameters.temperature",
2965
+ "label": "Temperature",
2966
+ "optional": true,
2967
+ "feel": "required",
2968
+ "group": "model",
2969
+ "binding": {
2970
+ "name": "provider.googleVertexAi.model.parameters.temperature",
2971
+ "type": "zeebe:input"
2972
+ },
2973
+ "condition": {
2974
+ "property": "provider.type",
2975
+ "equals": "google-vertex-ai",
2976
+ "type": "simple"
2977
+ },
2978
+ "tooltip": "Controls the degree of randomness in token selection. <br><br>Details in the <a href=\"https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/inference\" target=\"_blank\">documentation</a>.",
2979
+ "type": "Number"
2980
+ },
2981
+ {
2982
+ "id": "provider.googleVertexAi.model.parameters.topP",
2983
+ "label": "top P",
2984
+ "optional": true,
2985
+ "feel": "required",
2986
+ "group": "model",
2987
+ "binding": {
2988
+ "name": "provider.googleVertexAi.model.parameters.topP",
2989
+ "type": "zeebe:input"
2990
+ },
2991
+ "condition": {
2992
+ "property": "provider.type",
2993
+ "equals": "google-vertex-ai",
2994
+ "type": "simple"
2995
+ },
2996
+ "tooltip": "Floating point number between 0 and 1. Recommended for advanced use cases only (you usually only need to use temperature). <br><br>Details in the <a href=\"https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/inference\" target=\"_blank\">documentation</a>.",
2997
+ "type": "Number"
2998
+ },
2999
+ {
3000
+ "id": "provider.googleVertexAi.model.parameters.topK",
3001
+ "label": "top K",
3002
+ "optional": true,
3003
+ "feel": "required",
3004
+ "group": "model",
3005
+ "binding": {
3006
+ "name": "provider.googleVertexAi.model.parameters.topK",
3007
+ "type": "zeebe:input"
3008
+ },
3009
+ "condition": {
3010
+ "property": "provider.type",
3011
+ "equals": "google-vertex-ai",
3012
+ "type": "simple"
3013
+ },
3014
+ "tooltip": "Integer greater than 0. Recommended for advanced use cases only (you usually only need to use temperature). <br><br>Details in the <a href=\"https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/inference\" target=\"_blank\">documentation</a>.",
3015
+ "type": "Number"
3016
+ },
3017
+ {
3018
+ "id": "provider.openai.model.model",
3019
+ "label": "Model",
3020
+ "description": "Specify the model ID. Details in the <a href=\"https://platform.openai.com/docs/models\" target=\"_blank\">documentation</a>.",
3021
+ "optional": false,
3022
+ "value": "gpt-4o",
3023
+ "constraints": {
3024
+ "notEmpty": true
3025
+ },
3026
+ "feel": "optional",
3027
+ "group": "model",
3028
+ "binding": {
3029
+ "name": "provider.openai.model.model",
3030
+ "type": "zeebe:input"
3031
+ },
3032
+ "condition": {
3033
+ "property": "provider.type",
3034
+ "equals": "openai",
3035
+ "type": "simple"
3036
+ },
3037
+ "type": "String"
3038
+ },
3039
+ {
3040
+ "id": "provider.openai.model.parameters.maxCompletionTokens",
3041
+ "label": "Maximum completion tokens",
3042
+ "optional": true,
3043
+ "feel": "required",
3044
+ "group": "model",
3045
+ "binding": {
3046
+ "name": "provider.openai.model.parameters.maxCompletionTokens",
3047
+ "type": "zeebe:input"
3048
+ },
3049
+ "condition": {
3050
+ "property": "provider.type",
3051
+ "equals": "openai",
3052
+ "type": "simple"
3053
+ },
3054
+ "tooltip": "The maximum number of tokens per request to generate before stopping. <br><br>Details in the <a href=\"https://platform.openai.com/docs/api-reference/chat/create#chat-create-max_completion_tokens\" target=\"_blank\">documentation</a>.",
3055
+ "type": "Number"
3056
+ },
3057
+ {
3058
+ "id": "provider.openai.model.parameters.temperature",
3059
+ "label": "Temperature",
3060
+ "optional": true,
3061
+ "feel": "required",
3062
+ "group": "model",
3063
+ "binding": {
3064
+ "name": "provider.openai.model.parameters.temperature",
3065
+ "type": "zeebe:input"
3066
+ },
3067
+ "condition": {
3068
+ "property": "provider.type",
3069
+ "equals": "openai",
3070
+ "type": "simple"
3071
+ },
3072
+ "tooltip": "Floating point number between 0 and 2. The higher the number, the more randomness will be injected into the response. <br><br>Details in the <a href=\"https://platform.openai.com/docs/api-reference/chat/create#chat-create-temperature\" target=\"_blank\">documentation</a>.",
3073
+ "type": "Number"
3074
+ },
3075
+ {
3076
+ "id": "provider.openai.model.parameters.topP",
3077
+ "label": "top P",
3078
+ "optional": true,
3079
+ "feel": "required",
3080
+ "group": "model",
3081
+ "binding": {
3082
+ "name": "provider.openai.model.parameters.topP",
3083
+ "type": "zeebe:input"
3084
+ },
3085
+ "condition": {
3086
+ "property": "provider.type",
3087
+ "equals": "openai",
3088
+ "type": "simple"
3089
+ },
3090
+ "tooltip": "Recommended for advanced use cases only (you usually only need to use temperature). <br><br>Details in the <a href=\"https://platform.openai.com/docs/api-reference/chat/create#chat-create-top_p\" target=\"_blank\">documentation</a>.",
3091
+ "type": "Number"
3092
+ },
3093
+ {
3094
+ "id": "provider.openaiCompatible.model.model",
3095
+ "label": "Model",
3096
+ "description": "Specify the model ID. Details in the <a href=\"https://platform.openai.com/docs/models\" target=\"_blank\">documentation</a>.",
3097
+ "optional": false,
3098
+ "value": "gpt-4o",
3099
+ "constraints": {
3100
+ "notEmpty": true
3101
+ },
3102
+ "feel": "optional",
3103
+ "group": "model",
3104
+ "binding": {
3105
+ "name": "provider.openaiCompatible.model.model",
3106
+ "type": "zeebe:input"
3107
+ },
3108
+ "condition": {
3109
+ "property": "provider.type",
3110
+ "equals": "openaiCompatible",
3111
+ "type": "simple"
3112
+ },
3113
+ "type": "String"
3114
+ },
3115
+ {
3116
+ "id": "provider.openaiCompatible.model.parameters.maxCompletionTokens",
3117
+ "label": "Maximum completion tokens",
3118
+ "optional": true,
3119
+ "feel": "required",
3120
+ "group": "model",
3121
+ "binding": {
3122
+ "name": "provider.openaiCompatible.model.parameters.maxCompletionTokens",
3123
+ "type": "zeebe:input"
3124
+ },
3125
+ "condition": {
3126
+ "property": "provider.type",
3127
+ "equals": "openaiCompatible",
3128
+ "type": "simple"
3129
+ },
3130
+ "tooltip": "The maximum number of tokens per request to generate before stopping. <br><br>Details in the <a href=\"https://platform.openai.com/docs/api-reference/chat/create#chat-create-max_completion_tokens\" target=\"_blank\">documentation</a>.",
3131
+ "type": "Number"
3132
+ },
3133
+ {
3134
+ "id": "provider.openaiCompatible.model.parameters.temperature",
3135
+ "label": "Temperature",
3136
+ "optional": true,
3137
+ "feel": "required",
3138
+ "group": "model",
3139
+ "binding": {
3140
+ "name": "provider.openaiCompatible.model.parameters.temperature",
3141
+ "type": "zeebe:input"
3142
+ },
3143
+ "condition": {
3144
+ "property": "provider.type",
3145
+ "equals": "openaiCompatible",
3146
+ "type": "simple"
3147
+ },
3148
+ "tooltip": "Floating point number between 0 and 2. The higher the number, the more randomness will be injected into the response. <br><br>Details in the <a href=\"https://platform.openai.com/docs/api-reference/chat/create#chat-create-temperature\" target=\"_blank\">documentation</a>.",
3149
+ "type": "Number"
3150
+ },
3151
+ {
3152
+ "id": "provider.openaiCompatible.model.parameters.topP",
3153
+ "label": "top P",
3154
+ "optional": true,
3155
+ "feel": "required",
3156
+ "group": "model",
3157
+ "binding": {
3158
+ "name": "provider.openaiCompatible.model.parameters.topP",
3159
+ "type": "zeebe:input"
3160
+ },
3161
+ "condition": {
3162
+ "property": "provider.type",
3163
+ "equals": "openaiCompatible",
3164
+ "type": "simple"
3165
+ },
3166
+ "tooltip": "Recommended for advanced use cases only (you usually only need to use temperature). <br><br>Details in the <a href=\"https://platform.openai.com/docs/api-reference/chat/create#chat-create-top_p\" target=\"_blank\">documentation</a>.",
3167
+ "type": "Number"
3168
+ },
3169
+ {
3170
+ "id": "provider.openaiCompatible.model.parameters.customParameters",
3171
+ "label": "Custom parameters",
3172
+ "description": "Map of additional request parameters to include.",
3173
+ "optional": true,
3174
+ "feel": "required",
3175
+ "group": "model",
3176
+ "binding": {
3177
+ "name": "provider.openaiCompatible.model.parameters.customParameters",
3178
+ "type": "zeebe:input"
3179
+ },
3180
+ "condition": {
3181
+ "property": "provider.type",
3182
+ "equals": "openaiCompatible",
3183
+ "type": "simple"
3184
+ },
3185
+ "type": "String"
3186
+ },
3187
+ {
3188
+ "id": "data.systemPrompt.prompt",
3189
+ "label": "System prompt",
3190
+ "optional": false,
3191
+ "value": "\"You are **TaskAgent**, a helpful, generic chat agent that can handle a wide variety of customer requests using your own domain knowledge **and** any tools explicitly provided to you at runtime.\n\nIf tools are provided, you should prefer them instead of guessing an answer. You can call the same tool multiple times by providing different input values. Don't guess any tools which were not explicitly configured. If no tool matches the request, try to generate an answer. If you're not able to find a good answer, return with a message stating why you're not able to.\n\nWrap minimal, inspectable reasoning in *exactly* this XML template:\n\n<thinking>\n<context>…briefly state the customer’s need and current state…</context>\n<reflection>…list candidate tools, justify which you will call next and why…</reflection>\n</thinking>\n\nReveal **no** additional private reasoning outside these tags.\"",
3192
+ "constraints": {
3193
+ "notEmpty": true
3194
+ },
3195
+ "feel": "required",
3196
+ "group": "systemPrompt",
3197
+ "binding": {
3198
+ "name": "data.systemPrompt.prompt",
3199
+ "type": "zeebe:input"
3200
+ },
3201
+ "type": "Text"
3202
+ },
3203
+ {
3204
+ "id": "data.userPrompt.prompt",
3205
+ "label": "User prompt",
3206
+ "optional": false,
3207
+ "constraints": {
3208
+ "notEmpty": true
3209
+ },
3210
+ "feel": "required",
3211
+ "group": "userPrompt",
3212
+ "binding": {
3213
+ "name": "data.userPrompt.prompt",
3214
+ "type": "zeebe:input"
3215
+ },
3216
+ "type": "Text"
3217
+ },
3218
+ {
3219
+ "id": "data.userPrompt.documents",
3220
+ "label": "Documents",
3221
+ "description": "Documents to be included in the user prompt.",
3222
+ "optional": true,
3223
+ "feel": "required",
3224
+ "group": "userPrompt",
3225
+ "binding": {
3226
+ "name": "data.userPrompt.documents",
3227
+ "type": "zeebe:input"
3228
+ },
3229
+ "tooltip": "Referenced documents will be automatically added to the user prompt. <a href=\"https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-process/\" target=\"_blank\">See documentation</a> for details and supported file types.",
3230
+ "type": "String"
3231
+ },
3232
+ {
3233
+ "id": "agentContext",
3234
+ "label": "Agent context",
3235
+ "description": "Initial agent context from previous interactions. Avoid reusing context variables across agents to prevent issues with stale data or tool access.",
3236
+ "optional": true,
3237
+ "feel": "required",
3238
+ "group": "memory",
3239
+ "binding": {
3240
+ "name": "agentContext",
3241
+ "type": "zeebe:input"
3242
+ },
3243
+ "tooltip": "The agent context variable containing all relevant data for the agent to support the feedback loop between user requests, tool calls and LLM responses. Make sure this variable points to the <code>context</code> variable which is returned from the agent response. <a href=\"https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-process/\" target=\"_blank\">See documentation</a> for details.",
3244
+ "type": "Text"
3245
+ },
3246
+ {
3247
+ "id": "data.memory.storage.type",
3248
+ "label": "Memory storage type",
3249
+ "description": "Specify how to store the conversation memory.",
3250
+ "value": "in-process",
3251
+ "group": "memory",
3252
+ "binding": {
3253
+ "name": "data.memory.storage.type",
3254
+ "type": "zeebe:input"
3255
+ },
3256
+ "type": "Dropdown",
3257
+ "choices": [
3258
+ {
3259
+ "name": "In Process (part of agent context)",
3260
+ "value": "in-process"
3261
+ },
3262
+ {
3263
+ "name": "Camunda Document Storage",
3264
+ "value": "camunda-document"
3265
+ },
3266
+ {
3267
+ "name": "Custom Implementation (Hybrid/Self-Managed only)",
3268
+ "value": "custom"
3269
+ }
3270
+ ]
3271
+ },
3272
+ {
3273
+ "id": "data.memory.storage.timeToLive",
3274
+ "label": "Document TTL",
3275
+ "description": "How long to retain the conversation document as ISO-8601 duration (example: <code>P14D</code>).",
3276
+ "optional": true,
3277
+ "feel": "optional",
3278
+ "group": "memory",
3279
+ "binding": {
3280
+ "name": "data.memory.storage.timeToLive",
3281
+ "type": "zeebe:input"
3282
+ },
3283
+ "condition": {
3284
+ "property": "data.memory.storage.type",
3285
+ "equals": "camunda-document",
3286
+ "type": "simple"
3287
+ },
3288
+ "tooltip": "Will use the cluster default TTL (time-to-live) if not specified. Make sure to set this value to a reasonable duration matching your process lifecycle.",
3289
+ "type": "String"
3290
+ },
3291
+ {
3292
+ "id": "data.memory.storage.customProperties",
3293
+ "label": "Custom document properties",
3294
+ "description": "An optional map of custom properties to be stored with the conversation document.",
3295
+ "optional": true,
3296
+ "feel": "required",
3297
+ "group": "memory",
3298
+ "binding": {
3299
+ "name": "data.memory.storage.customProperties",
3300
+ "type": "zeebe:input"
3301
+ },
3302
+ "condition": {
3303
+ "property": "data.memory.storage.type",
3304
+ "equals": "camunda-document",
3305
+ "type": "simple"
3306
+ },
3307
+ "type": "String"
3308
+ },
3309
+ {
3310
+ "id": "data.memory.storage.storeType",
3311
+ "label": "Implementation type",
3312
+ "optional": false,
3313
+ "constraints": {
3314
+ "notEmpty": true
3315
+ },
3316
+ "feel": "optional",
3317
+ "group": "memory",
3318
+ "binding": {
3319
+ "name": "data.memory.storage.storeType",
3320
+ "type": "zeebe:input"
3321
+ },
3322
+ "condition": {
3323
+ "property": "data.memory.storage.type",
3324
+ "equals": "custom",
3325
+ "type": "simple"
3326
+ },
3327
+ "type": "String"
3328
+ },
3329
+ {
3330
+ "id": "data.memory.storage.parameters",
3331
+ "label": "Parameters",
3332
+ "description": "Parameters for the custom memory storage implementation.",
3333
+ "optional": true,
3334
+ "feel": "required",
3335
+ "group": "memory",
3336
+ "binding": {
3337
+ "name": "data.memory.storage.parameters",
3338
+ "type": "zeebe:input"
3339
+ },
3340
+ "condition": {
3341
+ "property": "data.memory.storage.type",
3342
+ "equals": "custom",
3343
+ "type": "simple"
3344
+ },
3345
+ "type": "String"
3346
+ },
3347
+ {
3348
+ "id": "data.memory.contextWindowSize",
3349
+ "label": "Context window size",
3350
+ "description": "Maximum number of recent conversation messages which are passed to the model.",
3351
+ "optional": false,
3352
+ "value": 20,
3353
+ "feel": "static",
3354
+ "group": "memory",
3355
+ "binding": {
3356
+ "name": "data.memory.contextWindowSize",
3357
+ "type": "zeebe:input"
3358
+ },
3359
+ "tooltip": "Use this to limit the number of messages which are sent to the model. The agent will only send the most recent messages up to the configured limit to the LLM. Older messages will be kept in the conversation store, but not sent to the model. <a href=\"https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-process/\" target=\"_blank\">See documentation</a> for details.",
3360
+ "type": "Number"
3361
+ },
3362
+ {
3363
+ "id": "data.limits.maxModelCalls",
3364
+ "label": "Maximum model calls",
3365
+ "description": "Maximum number of calls to the model as a safety limit to prevent infinite loops.",
3366
+ "optional": false,
3367
+ "value": 10,
3368
+ "feel": "static",
3369
+ "group": "limits",
3370
+ "binding": {
3371
+ "name": "data.limits.maxModelCalls",
3372
+ "type": "zeebe:input"
3373
+ },
3374
+ "type": "Number"
3375
+ },
3376
+ {
3377
+ "id": "data.events.behavior",
3378
+ "label": "Event handling behavior",
3379
+ "description": "Behavior on completing an event sub-process.",
3380
+ "optional": false,
3381
+ "value": "WAIT_FOR_TOOL_CALL_RESULTS",
3382
+ "constraints": {
3383
+ "notEmpty": true
3384
+ },
3385
+ "group": "events",
3386
+ "binding": {
3387
+ "name": "data.events.behavior",
3388
+ "type": "zeebe:input"
3389
+ },
3390
+ "type": "Dropdown",
3391
+ "choices": [
3392
+ {
3393
+ "name": "Wait for tool call results",
3394
+ "value": "WAIT_FOR_TOOL_CALL_RESULTS"
3395
+ },
3396
+ {
3397
+ "name": "Cancel tool calls",
3398
+ "value": "INTERRUPT_TOOL_CALLS"
3399
+ }
3400
+ ]
3401
+ },
3402
+ {
3403
+ "id": "data.response.format.type",
3404
+ "label": "Response format",
3405
+ "description": "Specify the response format. Support for JSON mode varies by provider.",
3406
+ "value": "text",
3407
+ "group": "response",
3408
+ "binding": {
3409
+ "name": "data.response.format.type",
3410
+ "type": "zeebe:input"
3411
+ },
3412
+ "type": "Dropdown",
3413
+ "choices": [
3414
+ {
3415
+ "name": "Text",
3416
+ "value": "text"
3417
+ },
3418
+ {
3419
+ "name": "JSON",
3420
+ "value": "json"
3421
+ }
3422
+ ]
3423
+ },
3424
+ {
3425
+ "id": "data.response.format.parseJson",
3426
+ "label": "Parse text as JSON",
3427
+ "description": "Tries to parse the LLM response text as JSON object.",
3428
+ "optional": true,
3429
+ "feel": "static",
3430
+ "group": "response",
3431
+ "binding": {
3432
+ "name": "data.response.format.parseJson",
3433
+ "type": "zeebe:input"
3434
+ },
3435
+ "condition": {
3436
+ "property": "data.response.format.type",
3437
+ "equals": "text",
3438
+ "type": "simple"
3439
+ },
3440
+ "tooltip": "Use this option in combination with models which don't support native JSON mode/structured tool calling (e.g. Anthropic). Make sure to instruct the model to return valid JSON in the system prompt. The parsed JSON will be available as <code>response.responseJson</code>.<br><br>If parsing fails, <code>null</code> will be returned as JSON response, but the text content will still be available as <code>response.responseText</code>.",
3441
+ "type": "Boolean"
3442
+ },
3443
+ {
3444
+ "id": "data.response.format.schema",
3445
+ "label": "Response JSON schema",
3446
+ "description": "An optional response <a href=\"https://json-schema.org/\" target=\"_blank\">JSON Schema</a> to instruct the model how to structure the JSON output.",
3447
+ "optional": true,
3448
+ "feel": "required",
3449
+ "group": "response",
3450
+ "binding": {
3451
+ "name": "data.response.format.schema",
3452
+ "type": "zeebe:input"
3453
+ },
3454
+ "condition": {
3455
+ "property": "data.response.format.type",
3456
+ "equals": "json",
3457
+ "type": "simple"
3458
+ },
3459
+ "tooltip": "If supported by the model, the response will be structured according to the provided schema. A parsed version of the response will be available as <code>response.responseJson</code>.",
3460
+ "type": "String"
3461
+ },
3462
+ {
3463
+ "id": "data.response.format.schemaName",
3464
+ "label": "Response JSON schema name",
3465
+ "description": "An optional name for the response JSON Schema to make the model aware of the expected output.",
3466
+ "optional": true,
3467
+ "value": "Response",
3468
+ "feel": "optional",
3469
+ "group": "response",
3470
+ "binding": {
3471
+ "name": "data.response.format.schemaName",
3472
+ "type": "zeebe:input"
3473
+ },
3474
+ "condition": {
3475
+ "property": "data.response.format.type",
3476
+ "equals": "json",
3477
+ "type": "simple"
3478
+ },
3479
+ "type": "String"
3480
+ },
3481
+ {
3482
+ "id": "data.response.includeAssistantMessage",
3483
+ "label": "Include assistant message",
3484
+ "description": "Include the full assistant message as part of the result object.",
3485
+ "optional": true,
3486
+ "feel": "static",
3487
+ "group": "response",
3488
+ "binding": {
3489
+ "name": "data.response.includeAssistantMessage",
3490
+ "type": "zeebe:input"
3491
+ },
3492
+ "tooltip": "In addition to the text content, the assistant message may include multiple additional content blocks and metadata (such as token usage). The message will be available as <code>response.responseMessage</code>.",
3493
+ "type": "Boolean"
3494
+ },
3495
+ {
3496
+ "id": "data.response.includeAgentContext",
3497
+ "label": "Include agent context",
3498
+ "description": "Include the agent context as part of the result object.",
3499
+ "optional": true,
3500
+ "feel": "static",
3501
+ "group": "response",
3502
+ "binding": {
3503
+ "name": "data.response.includeAgentContext",
3504
+ "type": "zeebe:input"
3505
+ },
3506
+ "tooltip": "Use this option if you need to re-inject the previous agent context into a future agent execution, for example when modeling a user feedback loop between an agent and a user task.",
3507
+ "type": "Boolean"
3508
+ },
3509
+ {
3510
+ "id": "version",
3511
+ "label": "Version",
3512
+ "description": "Version of the element template",
3513
+ "value": "3",
3514
+ "group": "connector",
3515
+ "binding": {
3516
+ "key": "elementTemplateVersion",
3517
+ "type": "zeebe:taskHeader"
3518
+ },
3519
+ "type": "Hidden"
3520
+ },
3521
+ {
3522
+ "id": "id",
3523
+ "label": "ID",
3524
+ "description": "ID of the element template",
3525
+ "value": "io.camunda.connectors.agenticai.aiagent.jobworker.v1",
3526
+ "group": "connector",
3527
+ "binding": {
3528
+ "key": "elementTemplateId",
3529
+ "type": "zeebe:taskHeader"
3530
+ },
3531
+ "type": "Hidden"
3532
+ },
3533
+ {
3534
+ "id": "resultVariable",
3535
+ "label": "Result variable",
3536
+ "description": "Name of variable to store the response in",
3537
+ "value": "agent",
3538
+ "group": "output",
3539
+ "binding": {
3540
+ "source": "=agent",
3541
+ "type": "zeebe:output"
3542
+ },
3543
+ "type": "String"
3544
+ },
3545
+ {
3546
+ "id": "errorExpression",
3547
+ "label": "Error expression",
3548
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
3549
+ "feel": "required",
3550
+ "group": "error",
3551
+ "binding": {
3552
+ "key": "errorExpression",
3553
+ "type": "zeebe:taskHeader"
3554
+ },
3555
+ "type": "Text"
3556
+ },
3557
+ {
3558
+ "id": "retryCount",
3559
+ "label": "Retries",
3560
+ "description": "Number of retries",
3561
+ "value": "3",
3562
+ "feel": "optional",
3563
+ "group": "retries",
3564
+ "binding": {
3565
+ "property": "retries",
3566
+ "type": "zeebe:taskDefinition"
3567
+ },
3568
+ "type": "String"
3569
+ },
3570
+ {
3571
+ "id": "retryBackoff",
3572
+ "label": "Retry backoff",
3573
+ "description": "ISO-8601 duration to wait between retries",
3574
+ "value": "PT0S",
3575
+ "group": "retries",
3576
+ "binding": {
3577
+ "key": "retryBackoff",
3578
+ "type": "zeebe:taskHeader"
3579
+ },
3580
+ "type": "String"
3581
+ }
3582
+ ],
3583
+ "icon": {
3584
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiIGZpbGw9IiNBNTZFRkYiLz4KPG1hc2sgaWQ9InBhdGgtMi1vdXRzaWRlLTFfMTg1XzYiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjQiIHk9IjQiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iYmxhY2siPgo8cmVjdCBmaWxsPSJ3aGl0ZSIgeD0iNCIgeT0iNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjAuMDEwNSAxMi4wOTg3QzE4LjQ5IDEwLjU4OTQgMTcuMTU5NCA4LjEwODE0IDE2LjE3OTkgNi4wMTEwM0MxNi4xNTIgNi4wMDQ1MSAxNi4xMTc2IDYgMTYuMDc5NCA2QzE2LjA0MTEgNiAxNi4wMDY2IDYuMDA0NTEgMTUuOTc4OCA2LjAxMTA0QzE0Ljk5OTQgOC4xMDgxNCAxMy42Njk3IDEwLjU4ODkgMTIuMTQ4MSAxMi4wOTgxQzEwLjYyNjkgMTMuNjA3MSA4LjEyNTY4IDE0LjkyNjQgNi4wMTE1NyAxNS44OTgxQzYuMDA0NzQgMTUuOTI2MSA2IDE1Ljk2MTEgNiAxNkM2IDE2LjAzODcgNi4wMDQ2OCAxNi4wNzM2IDYuMDExNDQgMTYuMTAxNEM4LjEyNTE5IDE3LjA3MjkgMTAuNjI2MiAxOC4zOTE5IDEyLjE0NzcgMTkuOTAxNkMxMy42Njk3IDIxLjQxMDcgMTQuOTk5NiAyMy44OTIgMTUuOTc5MSAyNS45ODlDMTYuMDA2OCAyNS45OTU2IDE2LjA0MTEgMjYgMTYuMDc5MyAyNkMxNi4xMTc1IDI2IDE2LjE1MTkgMjUuOTk1NCAxNi4xNzk2IDI1Ljk4OUMxNy4xNTkxIDIzLjg5MiAxOC40ODg4IDIxLjQxMSAyMC4wMDk5IDE5LjkwMjFNMjAuMDA5OSAxOS45MDIxQzIxLjUyNTMgMTguMzk4NyAyMy45NDY1IDE3LjA2NjkgMjUuOTkxNSAxNi4wODI0QzI1Ljk5NjUgMTYuMDU5MyAyNiAxNi4wMzEgMjYgMTUuOTk5N0MyNiAxNS45Njg0IDI1Ljk5NjUgMTUuOTQwMyAyNS45OTE1IDE1LjkxNzFDMjMuOTQ3NCAxNC45MzI3IDIxLjUyNTkgMTMuNjAxIDIwLjAxMDUgMTIuMDk4NyIvPgo8L21hc2s+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjAuMDEwNSAxMi4wOTg3QzE4LjQ5IDEwLjU4OTQgMTcuMTU5NCA4LjEwODE0IDE2LjE3OTkgNi4wMTEwM0MxNi4xNTIgNi4wMDQ1MSAxNi4xMTc2IDYgMTYuMDc5NCA2QzE2LjA0MTEgNiAxNi4wMDY2IDYuMDA0NTEgMTUuOTc4OCA2LjAxMTA0QzE0Ljk5OTQgOC4xMDgxNCAxMy42Njk3IDEwLjU4ODkgMTIuMTQ4MSAxMi4wOTgxQzEwLjYyNjkgMTMuNjA3MSA4LjEyNTY4IDE0LjkyNjQgNi4wMTE1NyAxNS44OTgxQzYuMDA0NzQgMTUuOTI2MSA2IDE1Ljk2MTEgNiAxNkM2IDE2LjAzODcgNi4wMDQ2OCAxNi4wNzM2IDYuMDExNDQgMTYuMTAxNEM4LjEyNTE5IDE3LjA3MjkgMTAuNjI2MiAxOC4zOTE5IDEyLjE0NzcgMTkuOTAxNkMxMy42Njk3IDIxLjQxMDcgMTQuOTk5NiAyMy44OTIgMTUuOTc5MSAyNS45ODlDMTYuMDA2OCAyNS45OTU2IDE2LjA0MTEgMjYgMTYuMDc5MyAyNkMxNi4xMTc1IDI2IDE2LjE1MTkgMjUuOTk1NCAxNi4xNzk2IDI1Ljk4OUMxNy4xNTkxIDIzLjg5MiAxOC40ODg4IDIxLjQxMSAyMC4wMDk5IDE5LjkwMjFNMjAuMDA5OSAxOS45MDIxQzIxLjUyNTMgMTguMzk4NyAyMy45NDY1IDE3LjA2NjkgMjUuOTkxNSAxNi4wODI0QzI1Ljk5NjUgMTYuMDU5MyAyNiAxNi4wMzEgMjYgMTUuOTk5N0MyNiAxNS45Njg0IDI1Ljk5NjUgMTUuOTQwMyAyNS45OTE1IDE1LjkxNzFDMjMuOTQ3NCAxNC45MzI3IDIxLjUyNTkgMTMuNjAxIDIwLjAxMDUgMTIuMDk4NyIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMC4wMTA1IDEyLjA5ODdDMTguNDkgMTAuNTg5NCAxNy4xNTk0IDguMTA4MTQgMTYuMTc5OSA2LjAxMTAzQzE2LjE1MiA2LjAwNDUxIDE2LjExNzYgNiAxNi4wNzk0IDZDMTYuMDQxMSA2IDE2LjAwNjYgNi4wMDQ1MSAxNS45Nzg4IDYuMDExMDRDMTQuOTk5NCA4LjEwODE0IDEzLjY2OTcgMTAuNTg4OSAxMi4xNDgxIDEyLjA5ODFDMTAuNjI2OSAxMy42MDcxIDguMTI1NjggMTQuOTI2NCA2LjAxMTU3IDE1Ljg5ODFDNi4wMDQ3NCAxNS45MjYxIDYgMTUuOTYxMSA2IDE2QzYgMTYuMDM4NyA2LjAwNDY4IDE2LjA3MzYgNi4wMTE0NCAxNi4xMDE0QzguMTI1MTkgMTcuMDcyOSAxMC42MjYyIDE4LjM5MTkgMTIuMTQ3NyAxOS45MDE2QzEzLjY2OTcgMjEuNDEwNyAxNC45OTk2IDIzLjg5MiAxNS45NzkxIDI1Ljk4OUMxNi4wMDY4IDI1Ljk5NTYgMTYuMDQxMSAyNiAxNi4wNzkzIDI2QzE2LjExNzUgMjYgMTYuMTUxOSAyNS45OTU0IDE2LjE3OTYgMjUuOTg5QzE3LjE1OTEgMjMuODkyIDE4LjQ4ODggMjEuNDExIDIwLjAwOTkgMTkuOTAyMU0yMC4wMDk5IDE5LjkwMjFDMjEuNTI1MyAxOC4zOTg3IDIzLjk0NjUgMTcuMDY2OSAyNS45OTE1IDE2LjA4MjRDMjUuOTk2NSAxNi4wNTkzIDI2IDE2LjAzMSAyNiAxNS45OTk3QzI2IDE1Ljk2ODQgMjUuOTk2NSAxNS45NDAzIDI1Ljk5MTUgMTUuOTE3MUMyMy45NDc0IDE0LjkzMjcgMjEuNTI1OSAxMy42MDEgMjAuMDEwNSAxMi4wOTg3IiBzdHJva2U9IiM0OTFEOEIiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgbWFzaz0idXJsKCNwYXRoLTItb3V0c2lkZS0xXzE4NV82KSIvPgo8L3N2Zz4K"
3585
+ }
3586
+ },
2
3587
  {
3
3588
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
3589
  "name": "AI Agent Sub-process",
@@ -8,7 +3593,7 @@
8
3593
  "keywords": ["AI", "AI Agent", "agentic orchestration"]
9
3594
  },
10
3595
  "documentationRef": "https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent/",
11
- "version": 4,
3596
+ "version": 5,
12
3597
  "category": {
13
3598
  "id": "connectors",
14
3599
  "name": "Connectors"
@@ -1236,7 +4821,7 @@
1236
4821
  "id": "data.systemPrompt.prompt",
1237
4822
  "label": "System prompt",
1238
4823
  "optional": false,
1239
- "value": "\"You are **TaskAgent**, a helpful, generic chat agent that can handle a wide variety of customer requests using your own domain knowledge **and** any tools explicitly provided to you at runtime.\n\nIf tools are provided, you should prefer them instead of guessing an answer. You can call the same tool multiple times by providing different input values. Don't guess any tools which were not explicitly configured. If no tool matches the request, try to generate an answer. If you're not able to find a good answer, return with a message stating why you're not able to.\n\nWrap minimal, inspectable reasoning in *exactly* this XML template:\n\n<thinking>\n<context>…briefly state the customer’s need and current state…</context>\n<reflection>…list candidate tools, justify which you will call next and why…</reflection>\n</thinking>\n\nReveal **no** additional private reasoning outside these tags.\"",
4824
+ "value": "=\"You are **TaskAgent**, a helpful, generic chat agent that can handle a wide variety of customer requests using your own domain knowledge **and** any tools explicitly provided to you at runtime.\n\nIf tools are provided, you should prefer them instead of guessing an answer. You can call the same tool multiple times by providing different input values. Don't guess any tools which were not explicitly configured. If no tool matches the request, try to generate an answer. If you're not able to find a good answer, return with a message stating why you're not able to.\n\nWrap minimal, inspectable reasoning in *exactly* this XML template:\n\n<thinking>\n<context>…briefly state the customer’s need and current state…</context>\n<reflection>…list candidate tools, justify which you will call next and why…</reflection>\n</thinking>\n\nReveal **no** additional private reasoning outside these tags.\"",
1240
4825
  "constraints": {
1241
4826
  "notEmpty": true
1242
4827
  },
@@ -1558,7 +5143,7 @@
1558
5143
  "id": "version",
1559
5144
  "label": "Version",
1560
5145
  "description": "Version of the element template",
1561
- "value": "4",
5146
+ "value": "5",
1562
5147
  "group": "connector",
1563
5148
  "binding": {
1564
5149
  "key": "elementTemplateVersion",
@@ -1626,6 +5211,13 @@
1626
5211
  "type": "zeebe:taskHeader"
1627
5212
  },
1628
5213
  "type": "String"
5214
+ },
5215
+ {
5216
+ "binding": {
5217
+ "name": "agent",
5218
+ "type": "zeebe:input"
5219
+ },
5220
+ "type": "Hidden"
1629
5221
  }
1630
5222
  ],
1631
5223
  "icon": {
@@ -1634,14 +5226,14 @@
1634
5226
  },
1635
5227
  {
1636
5228
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1637
- "name": "AI Agent Subprocess",
5229
+ "name": "AI Agent Sub-process",
1638
5230
  "id": "io.camunda.connectors.agenticai.aiagent.jobworker.v1",
1639
- "description": "Processes user requests with an integrated, customizable toolbox and services for dynamic workflows.",
5231
+ "description": "Run a multi-step AI reasoning loop with dynamic tool selection",
1640
5232
  "metadata": {
1641
5233
  "keywords": ["AI", "AI Agent", "agentic orchestration"]
1642
5234
  },
1643
- "documentationRef": "https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent/",
1644
- "version": 3,
5235
+ "documentationRef": "https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/",
5236
+ "version": 6,
1645
5237
  "category": {
1646
5238
  "id": "connectors",
1647
5239
  "name": "Connectors"
@@ -1651,7 +5243,7 @@
1651
5243
  "value": "bpmn:AdHocSubProcess"
1652
5244
  },
1653
5245
  "engines": {
1654
- "camunda": "^8.8"
5246
+ "camunda": "^8.9"
1655
5247
  },
1656
5248
  "groups": [
1657
5249
  {
@@ -1702,7 +5294,7 @@
1702
5294
  {
1703
5295
  "id": "response",
1704
5296
  "label": "Response",
1705
- "tooltip": "Configuration of the model response format and how to map the model response to the connector result.<br><br>Depending on the selection, the model response will be available as <code>response.responseText</code> or <code>response.responseJson</code>.<br><br>See <a href=\"https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-process/#response\">documentation</a> for details.",
5297
+ "tooltip": "Configuration of the model response format and how to map the model response to the connector result.<br><br>Depending on the selection, the model response will be available as <code>response.responseText</code> or <code>response.responseJson</code>.<br><br>See <a href=\"https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/#response\">documentation</a> for details.",
1706
5298
  "openByDefault": false
1707
5299
  },
1708
5300
  {
@@ -1825,6 +5417,24 @@
1825
5417
  },
1826
5418
  "type": "String"
1827
5419
  },
5420
+ {
5421
+ "id": "provider.anthropic.timeouts.timeout",
5422
+ "label": "Timeout",
5423
+ "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
5424
+ "optional": true,
5425
+ "feel": "optional",
5426
+ "group": "provider",
5427
+ "binding": {
5428
+ "name": "provider.anthropic.timeouts.timeout",
5429
+ "type": "zeebe:input"
5430
+ },
5431
+ "condition": {
5432
+ "property": "provider.type",
5433
+ "equals": "anthropic",
5434
+ "type": "simple"
5435
+ },
5436
+ "type": "String"
5437
+ },
1828
5438
  {
1829
5439
  "id": "provider.bedrock.region",
1830
5440
  "label": "Region",
@@ -1885,6 +5495,10 @@
1885
5495
  "name": "Credentials",
1886
5496
  "value": "credentials"
1887
5497
  },
5498
+ {
5499
+ "name": "API Key",
5500
+ "value": "apiKey"
5501
+ },
1888
5502
  {
1889
5503
  "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
1890
5504
  "value": "defaultCredentialsChain"
@@ -1951,6 +5565,54 @@
1951
5565
  },
1952
5566
  "type": "String"
1953
5567
  },
5568
+ {
5569
+ "id": "provider.bedrock.authentication.apiKey",
5570
+ "label": "API Key",
5571
+ "description": "Provide an API Key with permissions to interact with your AWS Bedrock Instance",
5572
+ "optional": false,
5573
+ "constraints": {
5574
+ "notEmpty": true
5575
+ },
5576
+ "feel": "optional",
5577
+ "group": "provider",
5578
+ "binding": {
5579
+ "name": "provider.bedrock.authentication.apiKey",
5580
+ "type": "zeebe:input"
5581
+ },
5582
+ "condition": {
5583
+ "allMatch": [
5584
+ {
5585
+ "property": "provider.bedrock.authentication.type",
5586
+ "equals": "apiKey",
5587
+ "type": "simple"
5588
+ },
5589
+ {
5590
+ "property": "provider.type",
5591
+ "equals": "bedrock",
5592
+ "type": "simple"
5593
+ }
5594
+ ]
5595
+ },
5596
+ "type": "String"
5597
+ },
5598
+ {
5599
+ "id": "provider.bedrock.timeouts.timeout",
5600
+ "label": "Timeout",
5601
+ "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
5602
+ "optional": true,
5603
+ "feel": "optional",
5604
+ "group": "provider",
5605
+ "binding": {
5606
+ "name": "provider.bedrock.timeouts.timeout",
5607
+ "type": "zeebe:input"
5608
+ },
5609
+ "condition": {
5610
+ "property": "provider.type",
5611
+ "equals": "bedrock",
5612
+ "type": "simple"
5613
+ },
5614
+ "type": "String"
5615
+ },
1954
5616
  {
1955
5617
  "id": "provider.azureOpenAi.endpoint",
1956
5618
  "label": "Endpoint",
@@ -2145,6 +5807,24 @@
2145
5807
  },
2146
5808
  "type": "String"
2147
5809
  },
5810
+ {
5811
+ "id": "provider.azureOpenAi.timeouts.timeout",
5812
+ "label": "Timeout",
5813
+ "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
5814
+ "optional": true,
5815
+ "feel": "optional",
5816
+ "group": "provider",
5817
+ "binding": {
5818
+ "name": "provider.azureOpenAi.timeouts.timeout",
5819
+ "type": "zeebe:input"
5820
+ },
5821
+ "condition": {
5822
+ "property": "provider.type",
5823
+ "equals": "azureOpenAi",
5824
+ "type": "simple"
5825
+ },
5826
+ "type": "String"
5827
+ },
2148
5828
  {
2149
5829
  "id": "provider.googleVertexAi.projectId",
2150
5830
  "label": "Project ID",
@@ -2300,6 +5980,24 @@
2300
5980
  },
2301
5981
  "type": "String"
2302
5982
  },
5983
+ {
5984
+ "id": "provider.openai.timeouts.timeout",
5985
+ "label": "Timeout",
5986
+ "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
5987
+ "optional": true,
5988
+ "feel": "optional",
5989
+ "group": "provider",
5990
+ "binding": {
5991
+ "name": "provider.openai.timeouts.timeout",
5992
+ "type": "zeebe:input"
5993
+ },
5994
+ "condition": {
5995
+ "property": "provider.type",
5996
+ "equals": "openai",
5997
+ "type": "simple"
5998
+ },
5999
+ "type": "String"
6000
+ },
2303
6001
  {
2304
6002
  "id": "provider.openaiCompatible.endpoint",
2305
6003
  "label": "API endpoint",
@@ -2357,6 +6055,42 @@
2357
6055
  },
2358
6056
  "type": "String"
2359
6057
  },
6058
+ {
6059
+ "id": "provider.openaiCompatible.queryParameters",
6060
+ "label": "Query Parameters",
6061
+ "description": "Map of query parameters to add to the request URL.",
6062
+ "optional": true,
6063
+ "feel": "required",
6064
+ "group": "provider",
6065
+ "binding": {
6066
+ "name": "provider.openaiCompatible.queryParameters",
6067
+ "type": "zeebe:input"
6068
+ },
6069
+ "condition": {
6070
+ "property": "provider.type",
6071
+ "equals": "openaiCompatible",
6072
+ "type": "simple"
6073
+ },
6074
+ "type": "String"
6075
+ },
6076
+ {
6077
+ "id": "provider.openaiCompatible.timeouts.timeout",
6078
+ "label": "Timeout",
6079
+ "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
6080
+ "optional": true,
6081
+ "feel": "optional",
6082
+ "group": "provider",
6083
+ "binding": {
6084
+ "name": "provider.openaiCompatible.timeouts.timeout",
6085
+ "type": "zeebe:input"
6086
+ },
6087
+ "condition": {
6088
+ "property": "provider.type",
6089
+ "equals": "openaiCompatible",
6090
+ "type": "simple"
6091
+ },
6092
+ "type": "String"
6093
+ },
2360
6094
  {
2361
6095
  "id": "provider.anthropic.model.model",
2362
6096
  "label": "Model",
@@ -2869,7 +6603,7 @@
2869
6603
  "id": "data.systemPrompt.prompt",
2870
6604
  "label": "System prompt",
2871
6605
  "optional": false,
2872
- "value": "\"You are **TaskAgent**, a helpful, generic chat agent that can handle a wide variety of customer requests using your own domain knowledge **and** any tools explicitly provided to you at runtime.\n\nIf tools are provided, you should prefer them instead of guessing an answer. You can call the same tool multiple times by providing different input values. Don't guess any tools which were not explicitly configured. If no tool matches the request, try to generate an answer. If you're not able to find a good answer, return with a message stating why you're not able to.\n\nWrap minimal, inspectable reasoning in *exactly* this XML template:\n\n<thinking>\n<context>…briefly state the customer’s need and current state…</context>\n<reflection>…list candidate tools, justify which you will call next and why…</reflection>\n</thinking>\n\nReveal **no** additional private reasoning outside these tags.\"",
6606
+ "value": "=\"You are **TaskAgent**, a helpful, generic chat agent that can handle a wide variety of customer requests using your own domain knowledge **and** any tools explicitly provided to you at runtime.\n\nIf tools are provided, you should prefer them instead of guessing an answer. You can call the same tool multiple times by providing different input values. Don't guess any tools which were not explicitly configured. If no tool matches the request, try to generate an answer. If you're not able to find a good answer, return with a message stating why you're not able to.\n\nWrap minimal, inspectable reasoning in *exactly* this XML template:\n\n<thinking>\n<context>…briefly state the customer’s need and current state…</context>\n<reflection>…list candidate tools, justify which you will call next and why…</reflection>\n</thinking>\n\nReveal **no** additional private reasoning outside these tags.\"",
2873
6607
  "constraints": {
2874
6608
  "notEmpty": true
2875
6609
  },
@@ -2907,21 +6641,21 @@
2907
6641
  "name": "data.userPrompt.documents",
2908
6642
  "type": "zeebe:input"
2909
6643
  },
2910
- "tooltip": "Referenced documents will be automatically added to the user prompt. <a href=\"https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-process/\" target=\"_blank\">See documentation</a> for details and supported file types.",
6644
+ "tooltip": "Referenced documents will be automatically added to the user prompt. <a href=\"https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/\" target=\"_blank\">See documentation</a> for details and supported file types.",
2911
6645
  "type": "String"
2912
6646
  },
2913
6647
  {
2914
6648
  "id": "agentContext",
2915
6649
  "label": "Agent context",
2916
6650
  "description": "Initial agent context from previous interactions. Avoid reusing context variables across agents to prevent issues with stale data or tool access.",
2917
- "optional": true,
6651
+ "optional": false,
2918
6652
  "feel": "required",
2919
6653
  "group": "memory",
2920
6654
  "binding": {
2921
6655
  "name": "agentContext",
2922
6656
  "type": "zeebe:input"
2923
6657
  },
2924
- "tooltip": "The agent context variable containing all relevant data for the agent to support the feedback loop between user requests, tool calls and LLM responses. Make sure this variable points to the <code>context</code> variable which is returned from the agent response. <a href=\"https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-process/\" target=\"_blank\">See documentation</a> for details.",
6658
+ "tooltip": "The agent context variable containing all relevant data for the agent to support the feedback loop between user requests, tool calls and LLM responses. Make sure this variable points to the <code>context</code> variable which is returned from the agent response. <a href=\"https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/\" target=\"_blank\">See documentation</a> for details.",
2925
6659
  "type": "Text"
2926
6660
  },
2927
6661
  {
@@ -3037,7 +6771,7 @@
3037
6771
  "name": "data.memory.contextWindowSize",
3038
6772
  "type": "zeebe:input"
3039
6773
  },
3040
- "tooltip": "Use this to limit the number of messages which are sent to the model. The agent will only send the most recent messages up to the configured limit to the LLM. Older messages will be kept in the conversation store, but not sent to the model. <a href=\"https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-process/\" target=\"_blank\">See documentation</a> for details.",
6774
+ "tooltip": "Use this to limit the number of messages which are sent to the model. The agent will only send the most recent messages up to the configured limit to the LLM. Older messages will be kept in the conversation store, but not sent to the model. <a href=\"https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/\" target=\"_blank\">See documentation</a> for details.",
3041
6775
  "type": "Number"
3042
6776
  },
3043
6777
  {
@@ -3191,7 +6925,7 @@
3191
6925
  "id": "version",
3192
6926
  "label": "Version",
3193
6927
  "description": "Version of the element template",
3194
- "value": "3",
6928
+ "value": "6",
3195
6929
  "group": "connector",
3196
6930
  "binding": {
3197
6931
  "key": "elementTemplateVersion",
@@ -3274,7 +7008,7 @@
3274
7008
  "keywords": ["AI", "AI Agent", "agentic orchestration"]
3275
7009
  },
3276
7010
  "documentationRef": "https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent/",
3277
- "version": 5,
7011
+ "version": 4,
3278
7012
  "category": {
3279
7013
  "id": "connectors",
3280
7014
  "name": "Connectors"
@@ -4502,7 +8236,7 @@
4502
8236
  "id": "data.systemPrompt.prompt",
4503
8237
  "label": "System prompt",
4504
8238
  "optional": false,
4505
- "value": "=\"You are **TaskAgent**, a helpful, generic chat agent that can handle a wide variety of customer requests using your own domain knowledge **and** any tools explicitly provided to you at runtime.\n\nIf tools are provided, you should prefer them instead of guessing an answer. You can call the same tool multiple times by providing different input values. Don't guess any tools which were not explicitly configured. If no tool matches the request, try to generate an answer. If you're not able to find a good answer, return with a message stating why you're not able to.\n\nWrap minimal, inspectable reasoning in *exactly* this XML template:\n\n<thinking>\n<context>…briefly state the customer’s need and current state…</context>\n<reflection>…list candidate tools, justify which you will call next and why…</reflection>\n</thinking>\n\nReveal **no** additional private reasoning outside these tags.\"",
8239
+ "value": "\"You are **TaskAgent**, a helpful, generic chat agent that can handle a wide variety of customer requests using your own domain knowledge **and** any tools explicitly provided to you at runtime.\n\nIf tools are provided, you should prefer them instead of guessing an answer. You can call the same tool multiple times by providing different input values. Don't guess any tools which were not explicitly configured. If no tool matches the request, try to generate an answer. If you're not able to find a good answer, return with a message stating why you're not able to.\n\nWrap minimal, inspectable reasoning in *exactly* this XML template:\n\n<thinking>\n<context>…briefly state the customer’s need and current state…</context>\n<reflection>…list candidate tools, justify which you will call next and why…</reflection>\n</thinking>\n\nReveal **no** additional private reasoning outside these tags.\"",
4506
8240
  "constraints": {
4507
8241
  "notEmpty": true
4508
8242
  },
@@ -4824,7 +8558,7 @@
4824
8558
  "id": "version",
4825
8559
  "label": "Version",
4826
8560
  "description": "Version of the element template",
4827
- "value": "5",
8561
+ "value": "4",
4828
8562
  "group": "connector",
4829
8563
  "binding": {
4830
8564
  "key": "elementTemplateVersion",
@@ -4906,8 +8640,8 @@
4906
8640
  "metadata": {
4907
8641
  "keywords": ["AI", "AI Agent", "agentic orchestration"]
4908
8642
  },
4909
- "documentationRef": "https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent/",
4910
- "version": 6,
8643
+ "documentationRef": "https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/",
8644
+ "version": 7,
4911
8645
  "category": {
4912
8646
  "id": "connectors",
4913
8647
  "name": "Connectors"
@@ -4968,7 +8702,7 @@
4968
8702
  {
4969
8703
  "id": "response",
4970
8704
  "label": "Response",
4971
- "tooltip": "Configuration of the model response format and how to map the model response to the connector result.<br><br>Depending on the selection, the model response will be available as <code>response.responseText</code> or <code>response.responseJson</code>.<br><br>See <a href=\"https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-process/#response\">documentation</a> for details.",
8705
+ "tooltip": "Configuration of the model response format and how to map the model response to the connector result.<br><br>Depending on the selection, the model response will be available as <code>response.responseText</code> or <code>response.responseJson</code>.<br><br>See <a href=\"https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/#response\">documentation</a> for details.",
4972
8706
  "openByDefault": false
4973
8707
  },
4974
8708
  {
@@ -5770,7 +9504,7 @@
5770
9504
  "label": "Model",
5771
9505
  "description": "Specify the model ID. Details in the <a href=\"https://docs.anthropic.com/en/docs/about-claude/models/all-models\" target=\"_blank\">documentation</a>.",
5772
9506
  "optional": false,
5773
- "value": "claude-3-5-sonnet-20240620",
9507
+ "placeholder": "claude-sonnet-4-6",
5774
9508
  "constraints": {
5775
9509
  "notEmpty": true
5776
9510
  },
@@ -5862,9 +9596,9 @@
5862
9596
  {
5863
9597
  "id": "provider.bedrock.model.model",
5864
9598
  "label": "Model",
5865
- "description": "Specify the model ID. Details in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/model-ids.html\" target=\"_blank\">documentation</a>.",
9599
+ "description": "Specify an inference profile ID. Details in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/inference-profiles-support.html\" target=\"_blank\">documentation</a>.",
5866
9600
  "optional": false,
5867
- "value": "anthropic.claude-3-5-sonnet-20240620-v1:0",
9601
+ "placeholder": "global.anthropic.claude-sonnet-4-6",
5868
9602
  "constraints": {
5869
9603
  "notEmpty": true
5870
9604
  },
@@ -6315,7 +10049,7 @@
6315
10049
  "name": "data.userPrompt.documents",
6316
10050
  "type": "zeebe:input"
6317
10051
  },
6318
- "tooltip": "Referenced documents will be automatically added to the user prompt. <a href=\"https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-process/\" target=\"_blank\">See documentation</a> for details and supported file types.",
10052
+ "tooltip": "Referenced documents will be automatically added to the user prompt. <a href=\"https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/\" target=\"_blank\">See documentation</a> for details and supported file types.",
6319
10053
  "type": "String"
6320
10054
  },
6321
10055
  {
@@ -6329,7 +10063,7 @@
6329
10063
  "name": "agentContext",
6330
10064
  "type": "zeebe:input"
6331
10065
  },
6332
- "tooltip": "The agent context variable containing all relevant data for the agent to support the feedback loop between user requests, tool calls and LLM responses. Make sure this variable points to the <code>context</code> variable which is returned from the agent response. <a href=\"https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-process/\" target=\"_blank\">See documentation</a> for details.",
10066
+ "tooltip": "The agent context variable containing all relevant data for the agent to support the feedback loop between user requests, tool calls and LLM responses. Make sure this variable points to the <code>context</code> variable which is returned from the agent response. <a href=\"https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/\" target=\"_blank\">See documentation</a> for details.",
6333
10067
  "type": "Text"
6334
10068
  },
6335
10069
  {
@@ -6445,7 +10179,7 @@
6445
10179
  "name": "data.memory.contextWindowSize",
6446
10180
  "type": "zeebe:input"
6447
10181
  },
6448
- "tooltip": "Use this to limit the number of messages which are sent to the model. The agent will only send the most recent messages up to the configured limit to the LLM. Older messages will be kept in the conversation store, but not sent to the model. <a href=\"https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-process/\" target=\"_blank\">See documentation</a> for details.",
10182
+ "tooltip": "Use this to limit the number of messages which are sent to the model. The agent will only send the most recent messages up to the configured limit to the LLM. Older messages will be kept in the conversation store, but not sent to the model. <a href=\"https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/\" target=\"_blank\">See documentation</a> for details.",
6449
10183
  "type": "Number"
6450
10184
  },
6451
10185
  {
@@ -6599,7 +10333,7 @@
6599
10333
  "id": "version",
6600
10334
  "label": "Version",
6601
10335
  "description": "Version of the element template",
6602
- "value": "6",
10336
+ "value": "7",
6603
10337
  "group": "connector",
6604
10338
  "binding": {
6605
10339
  "key": "elementTemplateVersion",
@@ -6667,6 +10401,13 @@
6667
10401
  "type": "zeebe:taskHeader"
6668
10402
  },
6669
10403
  "type": "String"
10404
+ },
10405
+ {
10406
+ "binding": {
10407
+ "name": "agent",
10408
+ "type": "zeebe:input"
10409
+ },
10410
+ "type": "Hidden"
6670
10411
  }
6671
10412
  ],
6672
10413
  "icon": {