@camunda/connectors-element-templates 1.0.20 → 1.0.21

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 (115) hide show
  1. package/package.json +2 -2
  2. package/src/connectors-template.js +1 -3
  3. package/src/connectors.js +4 -0
  4. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +40 -40
  5. package/src/element-templates/agenticai-aiagent-job-worker.json +2483 -475
  6. package/src/element-templates/agenticai-aiagent-outbound-connector.json +5352 -3427
  7. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +717 -35
  8. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2254 -809
  9. package/src/element-templates/app-integrations-connector.json +1047 -0
  10. package/src/element-templates/asana-connector.json +1050 -216
  11. package/src/element-templates/automation-anywhere-outbound-connector.json +2046 -1553
  12. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +1067 -29
  13. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +385 -4
  14. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +441 -4
  15. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +416 -4
  16. package/src/element-templates/aws-bedrock-outbound-connector.json +2274 -624
  17. package/src/element-templates/aws-comprehend-outbound-connector.json +1572 -0
  18. package/src/element-templates/aws-dynamodb-outbound-connector.json +2385 -949
  19. package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
  20. package/src/element-templates/aws-eventbridge-connector-intermediate.json +62 -62
  21. package/src/element-templates/aws-eventbridge-connector-start-event.json +20 -20
  22. package/src/element-templates/aws-eventbridge-outbound-connector.json +680 -266
  23. package/src/element-templates/aws-lambda-outbound-connector.json +462 -63
  24. package/src/element-templates/aws-s3-outbound-connector.json +1850 -329
  25. package/src/element-templates/aws-sagemaker-outbound-connector.json +680 -51
  26. package/src/element-templates/aws-sns-inbound-boundary.json +207 -206
  27. package/src/element-templates/aws-sns-inbound-intermediate.json +410 -409
  28. package/src/element-templates/aws-sns-inbound-message-start.json +4 -3
  29. package/src/element-templates/aws-sns-inbound-receive.json +4 -3
  30. package/src/element-templates/aws-sns-inbound-start-event.json +138 -138
  31. package/src/element-templates/aws-sns-outbound-connector.json +643 -186
  32. package/src/element-templates/aws-sqs-boundary-connector.json +1059 -540
  33. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +1046 -527
  34. package/src/element-templates/aws-sqs-outbound-connector.json +596 -143
  35. package/src/element-templates/aws-sqs-receive-connector.json +525 -7
  36. package/src/element-templates/aws-sqs-start-event-connector.json +401 -401
  37. package/src/element-templates/aws-sqs-start-message.json +736 -185
  38. package/src/element-templates/aws-textract-outbound-connector.json +925 -190
  39. package/src/element-templates/azure-blobstorage-outbound-connector.json +1648 -225
  40. package/src/element-templates/azure-open-ai-connector.json +1372 -9
  41. package/src/element-templates/blue-prism-connector.json +655 -76
  42. package/src/element-templates/box-outbound-connector.json +2331 -247
  43. package/src/element-templates/csv-outbound-connector.json +44 -44
  44. package/src/element-templates/easy-post-connector.json +1178 -97
  45. package/src/element-templates/email-outbound-connector.json +3087 -1013
  46. package/src/element-templates/embeddings-vector-database-outbound-connector.json +2160 -0
  47. package/src/element-templates/github-connector.json +14049 -9863
  48. package/src/element-templates/github-webhook-connector-boundary.json +24 -24
  49. package/src/element-templates/github-webhook-connector-intermediate.json +33 -33
  50. package/src/element-templates/github-webhook-connector-message-start.json +8 -8
  51. package/src/element-templates/github-webhook-connector-receive.json +8 -8
  52. package/src/element-templates/github-webhook-connector-start-event.json +54 -54
  53. package/src/element-templates/gitlab-connector.json +2110 -208
  54. package/src/element-templates/google-cloud-storage-outbound-connector.json +1448 -241
  55. package/src/element-templates/google-drive-outbound-connector.json +2246 -694
  56. package/src/element-templates/google-gemini-outbound-connector.json +8 -22
  57. package/src/element-templates/google-maps-platform-connector.json +688 -137
  58. package/src/element-templates/google-sheets-outbound-connector.json +3631 -2475
  59. package/src/element-templates/graphql-outbound-connector.json +3346 -789
  60. package/src/element-templates/http-json-connector.json +5295 -2803
  61. package/src/element-templates/http-polling-boundary-catch-event-connector.json +2550 -590
  62. package/src/element-templates/http-polling-connector.json +2886 -926
  63. package/src/element-templates/hubspot-outbound-connector.json +2786 -36
  64. package/src/element-templates/hugging-face-connector.json +44 -43
  65. package/src/element-templates/jdbc-outbound-connector.json +505 -8
  66. package/src/element-templates/kafka-inbound-connector-boundary.json +29 -32
  67. package/src/element-templates/kafka-inbound-connector-intermediate.json +615 -618
  68. package/src/element-templates/kafka-inbound-connector-receive.json +9 -12
  69. package/src/element-templates/kafka-inbound-connector-start-message.json +9 -12
  70. package/src/element-templates/kafka-inbound-connector.json +240 -240
  71. package/src/element-templates/kafka-outbound-connector.json +494 -498
  72. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +7 -10
  73. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +7 -10
  74. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +7 -10
  75. package/src/element-templates/microsoft-office365-mail-connector.json +1095 -39
  76. package/src/element-templates/microsoft-teams-outbound-connector.json +7335 -4894
  77. package/src/element-templates/openai-connector.json +596 -102
  78. package/src/element-templates/operate-connector.json +167 -170
  79. package/src/element-templates/orchestration-connector.json +1843 -0
  80. package/src/element-templates/power-automate-connector.json +64 -64
  81. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +449 -451
  82. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +770 -772
  83. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +576 -578
  84. package/src/element-templates/rabbitmq-inbound-connector-receive.json +5 -7
  85. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +105 -105
  86. package/src/element-templates/rabbitmq-outbound-connector.json +319 -319
  87. package/src/element-templates/rpa-connector.json +6 -6
  88. package/src/element-templates/salesforce-connector.json +690 -56
  89. package/src/element-templates/send-message-connector-intermediate-throw-event.json +300 -0
  90. package/src/element-templates/send-message-connector-message-end-event.json +300 -0
  91. package/src/element-templates/send-message-connector-send-task.json +299 -0
  92. package/src/element-templates/sendgrid-outbound-connector.json +597 -597
  93. package/src/element-templates/servicenow-connector.json +1365 -8
  94. package/src/element-templates/servicenow-flow-starter-connector.json +15 -15
  95. package/src/element-templates/servicenow-incident-connector.json +1076 -30
  96. package/src/element-templates/slack-inbound-boundary.json +374 -374
  97. package/src/element-templates/slack-inbound-intermediate.json +766 -766
  98. package/src/element-templates/slack-inbound-message-start.json +145 -145
  99. package/src/element-templates/slack-inbound-receive.json +2 -2
  100. package/src/element-templates/slack-inbound-start-event.json +211 -211
  101. package/src/element-templates/slack-outbound-connector.json +2154 -1051
  102. package/src/element-templates/soap-outbound-connector.json +114 -118
  103. package/src/element-templates/twilio-connector.json +1181 -368
  104. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -30
  105. package/src/element-templates/twilio-webhook-connector.json +56 -57
  106. package/src/element-templates/twilio-webhook-intermediate-connector.json +33 -34
  107. package/src/element-templates/twilio-webhook-message-start-connector.json +27 -28
  108. package/src/element-templates/twilio-webhook-receive-connector.json +9 -10
  109. package/src/element-templates/uipath-connector.json +681 -63
  110. package/src/element-templates/webhook-connector-boundary.json +1242 -587
  111. package/src/element-templates/webhook-connector-intermediate.json +1339 -684
  112. package/src/element-templates/webhook-connector-receive.json +659 -5
  113. package/src/element-templates/webhook-connector-start-event.json +1736 -1175
  114. package/src/element-templates/webhook-connector-start-message.json +1791 -1104
  115. package/src/element-templates/whatsapp-connector.json +386 -16
@@ -1,14 +1,12 @@
1
1
  [
2
2
  {
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
- "name": "AI Agent Subprocess",
4
+ "name": "AI Agent Sub-process",
5
5
  "id": "io.camunda.connectors.agenticai.aiagent.jobworker.v1",
6
- "description": "Processes user requests with an integrated, customizable toolbox and services for dynamic workflows.",
7
- "metadata": {
8
- "keywords": ["AI", "AI Agent", "agentic orchestration"]
9
- },
10
- "documentationRef": "https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent/",
11
- "version": 3,
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": 11,
12
10
  "category": {
13
11
  "id": "aiTools",
14
12
  "name": "AI Tools"
@@ -18,7 +16,7 @@
18
16
  "value": "bpmn:AdHocSubProcess"
19
17
  },
20
18
  "engines": {
21
- "camunda": "^8.8"
19
+ "camunda": "^8.10"
22
20
  },
23
21
  "groups": [
24
22
  {
@@ -69,7 +67,7 @@
69
67
  {
70
68
  "id": "response",
71
69
  "label": "Response",
72
- "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.",
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.",
73
71
  "openByDefault": false
74
72
  },
75
73
  {
@@ -113,7 +111,15 @@
113
111
  "property": "outputElement",
114
112
  "type": "zeebe:adHoc"
115
113
  },
116
- "value": "={\n id: toolCall._meta.id,\n name: toolCall._meta.name,\n content: toolCallResult\n}",
114
+ "value": "={\n id: toolCall._meta.id,\n name: toolCall._meta.name,\n content: toolCallResult,\n completedAt: now()\n}",
115
+ "type": "Hidden"
116
+ },
117
+ {
118
+ "value": "true",
119
+ "binding": {
120
+ "name": "io.camunda.agenticai.toolContainer",
121
+ "type": "zeebe:property"
122
+ },
117
123
  "type": "Hidden"
118
124
  },
119
125
  {
@@ -192,6 +198,24 @@
192
198
  },
193
199
  "type": "String"
194
200
  },
201
+ {
202
+ "id": "provider.anthropic.timeouts.timeout",
203
+ "label": "Timeout",
204
+ "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
205
+ "optional": true,
206
+ "feel": "optional",
207
+ "group": "provider",
208
+ "binding": {
209
+ "name": "provider.anthropic.timeouts.timeout",
210
+ "type": "zeebe:input"
211
+ },
212
+ "condition": {
213
+ "property": "provider.type",
214
+ "equals": "anthropic",
215
+ "type": "simple"
216
+ },
217
+ "type": "String"
218
+ },
195
219
  {
196
220
  "id": "provider.bedrock.region",
197
221
  "label": "Region",
@@ -216,7 +240,7 @@
216
240
  {
217
241
  "id": "provider.bedrock.endpoint",
218
242
  "label": "Endpoint",
219
- "description": "Optional custom API endpoint",
243
+ "description": "Custom API endpoint for VPC/PrivateLink configurations, AWS GovCloud, or other non-standard deployments.",
220
244
  "optional": true,
221
245
  "feel": "optional",
222
246
  "group": "provider",
@@ -252,6 +276,10 @@
252
276
  "name": "Credentials",
253
277
  "value": "credentials"
254
278
  },
279
+ {
280
+ "name": "API Key",
281
+ "value": "apiKey"
282
+ },
255
283
  {
256
284
  "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
257
285
  "value": "defaultCredentialsChain"
@@ -291,7 +319,7 @@
291
319
  {
292
320
  "id": "provider.bedrock.authentication.secretKey",
293
321
  "label": "Secret key",
294
- "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
322
+ "description": "Provide the secret key for the IAM access key",
295
323
  "optional": false,
296
324
  "constraints": {
297
325
  "notEmpty": true
@@ -318,6 +346,54 @@
318
346
  },
319
347
  "type": "String"
320
348
  },
349
+ {
350
+ "id": "provider.bedrock.authentication.apiKey",
351
+ "label": "API Key",
352
+ "description": "Provide an API Key with permissions to interact with your AWS Bedrock Instance",
353
+ "optional": false,
354
+ "constraints": {
355
+ "notEmpty": true
356
+ },
357
+ "feel": "optional",
358
+ "group": "provider",
359
+ "binding": {
360
+ "name": "provider.bedrock.authentication.apiKey",
361
+ "type": "zeebe:input"
362
+ },
363
+ "condition": {
364
+ "allMatch": [
365
+ {
366
+ "property": "provider.bedrock.authentication.type",
367
+ "equals": "apiKey",
368
+ "type": "simple"
369
+ },
370
+ {
371
+ "property": "provider.type",
372
+ "equals": "bedrock",
373
+ "type": "simple"
374
+ }
375
+ ]
376
+ },
377
+ "type": "String"
378
+ },
379
+ {
380
+ "id": "provider.bedrock.timeouts.timeout",
381
+ "label": "Timeout",
382
+ "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
383
+ "optional": true,
384
+ "feel": "optional",
385
+ "group": "provider",
386
+ "binding": {
387
+ "name": "provider.bedrock.timeouts.timeout",
388
+ "type": "zeebe:input"
389
+ },
390
+ "condition": {
391
+ "property": "provider.type",
392
+ "equals": "bedrock",
393
+ "type": "simple"
394
+ },
395
+ "type": "String"
396
+ },
321
397
  {
322
398
  "id": "provider.azureOpenAi.endpoint",
323
399
  "label": "Endpoint",
@@ -512,6 +588,24 @@
512
588
  },
513
589
  "type": "String"
514
590
  },
591
+ {
592
+ "id": "provider.azureOpenAi.timeouts.timeout",
593
+ "label": "Timeout",
594
+ "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
595
+ "optional": true,
596
+ "feel": "optional",
597
+ "group": "provider",
598
+ "binding": {
599
+ "name": "provider.azureOpenAi.timeouts.timeout",
600
+ "type": "zeebe:input"
601
+ },
602
+ "condition": {
603
+ "property": "provider.type",
604
+ "equals": "azureOpenAi",
605
+ "type": "simple"
606
+ },
607
+ "type": "String"
608
+ },
515
609
  {
516
610
  "id": "provider.googleVertexAi.projectId",
517
611
  "label": "Project ID",
@@ -667,6 +761,24 @@
667
761
  },
668
762
  "type": "String"
669
763
  },
764
+ {
765
+ "id": "provider.openai.timeouts.timeout",
766
+ "label": "Timeout",
767
+ "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
768
+ "optional": true,
769
+ "feel": "optional",
770
+ "group": "provider",
771
+ "binding": {
772
+ "name": "provider.openai.timeouts.timeout",
773
+ "type": "zeebe:input"
774
+ },
775
+ "condition": {
776
+ "property": "provider.type",
777
+ "equals": "openai",
778
+ "type": "simple"
779
+ },
780
+ "type": "String"
781
+ },
670
782
  {
671
783
  "id": "provider.openaiCompatible.endpoint",
672
784
  "label": "API endpoint",
@@ -724,12 +836,47 @@
724
836
  },
725
837
  "type": "String"
726
838
  },
839
+ {
840
+ "id": "provider.openaiCompatible.queryParameters",
841
+ "label": "Query Parameters",
842
+ "description": "Map of query parameters to add to the request URL.",
843
+ "optional": true,
844
+ "feel": "required",
845
+ "group": "provider",
846
+ "binding": {
847
+ "name": "provider.openaiCompatible.queryParameters",
848
+ "type": "zeebe:input"
849
+ },
850
+ "condition": {
851
+ "property": "provider.type",
852
+ "equals": "openaiCompatible",
853
+ "type": "simple"
854
+ },
855
+ "type": "String"
856
+ },
857
+ {
858
+ "id": "provider.openaiCompatible.timeouts.timeout",
859
+ "label": "Timeout",
860
+ "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
861
+ "optional": true,
862
+ "feel": "optional",
863
+ "group": "provider",
864
+ "binding": {
865
+ "name": "provider.openaiCompatible.timeouts.timeout",
866
+ "type": "zeebe:input"
867
+ },
868
+ "condition": {
869
+ "property": "provider.type",
870
+ "equals": "openaiCompatible",
871
+ "type": "simple"
872
+ },
873
+ "type": "String"
874
+ },
727
875
  {
728
876
  "id": "provider.anthropic.model.model",
729
877
  "label": "Model",
730
878
  "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>.",
731
879
  "optional": false,
732
- "value": "claude-3-5-sonnet-20240620",
733
880
  "constraints": {
734
881
  "notEmpty": true
735
882
  },
@@ -744,6 +891,7 @@
744
891
  "equals": "anthropic",
745
892
  "type": "simple"
746
893
  },
894
+ "placeholder": "claude-sonnet-4-6",
747
895
  "type": "String"
748
896
  },
749
897
  {
@@ -821,9 +969,8 @@
821
969
  {
822
970
  "id": "provider.bedrock.model.model",
823
971
  "label": "Model",
824
- "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>.",
972
+ "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>.",
825
973
  "optional": false,
826
- "value": "anthropic.claude-3-5-sonnet-20240620-v1:0",
827
974
  "constraints": {
828
975
  "notEmpty": true
829
976
  },
@@ -838,6 +985,7 @@
838
985
  "equals": "bedrock",
839
986
  "type": "simple"
840
987
  },
988
+ "placeholder": "global.anthropic.claude-sonnet-4-6",
841
989
  "type": "String"
842
990
  },
843
991
  {
@@ -1236,7 +1384,7 @@
1236
1384
  "id": "data.systemPrompt.prompt",
1237
1385
  "label": "System prompt",
1238
1386
  "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.\"",
1387
+ "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
1388
  "constraints": {
1241
1389
  "notEmpty": true
1242
1390
  },
@@ -1274,21 +1422,21 @@
1274
1422
  "name": "data.userPrompt.documents",
1275
1423
  "type": "zeebe:input"
1276
1424
  },
1277
- "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.",
1425
+ "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.",
1278
1426
  "type": "String"
1279
1427
  },
1280
1428
  {
1281
1429
  "id": "agentContext",
1282
1430
  "label": "Agent context",
1283
1431
  "description": "Initial agent context from previous interactions. Avoid reusing context variables across agents to prevent issues with stale data or tool access.",
1284
- "optional": true,
1432
+ "optional": false,
1285
1433
  "feel": "required",
1286
1434
  "group": "memory",
1287
1435
  "binding": {
1288
1436
  "name": "agentContext",
1289
1437
  "type": "zeebe:input"
1290
1438
  },
1291
- "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.",
1439
+ "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.",
1292
1440
  "type": "Text"
1293
1441
  },
1294
1442
  {
@@ -1311,6 +1459,10 @@
1311
1459
  "name": "Camunda Document Storage",
1312
1460
  "value": "camunda-document"
1313
1461
  },
1462
+ {
1463
+ "name": "AWS AgentCore Memory",
1464
+ "value": "aws-agentcore"
1465
+ },
1314
1466
  {
1315
1467
  "name": "Custom Implementation (Hybrid/Self-Managed only)",
1316
1468
  "value": "custom"
@@ -1355,8 +1507,9 @@
1355
1507
  "type": "String"
1356
1508
  },
1357
1509
  {
1358
- "id": "data.memory.storage.storeType",
1359
- "label": "Implementation type",
1510
+ "id": "data.memory.storage.region",
1511
+ "label": "Region",
1512
+ "description": "Specify the AWS region (example: <code>us-east-1</code>)",
1360
1513
  "optional": false,
1361
1514
  "constraints": {
1362
1515
  "notEmpty": true
@@ -1364,73 +1517,2030 @@
1364
1517
  "feel": "optional",
1365
1518
  "group": "memory",
1366
1519
  "binding": {
1367
- "name": "data.memory.storage.storeType",
1520
+ "name": "data.memory.storage.region",
1368
1521
  "type": "zeebe:input"
1369
1522
  },
1370
1523
  "condition": {
1371
1524
  "property": "data.memory.storage.type",
1372
- "equals": "custom",
1525
+ "equals": "aws-agentcore",
1373
1526
  "type": "simple"
1374
1527
  },
1375
1528
  "type": "String"
1376
1529
  },
1377
1530
  {
1378
- "id": "data.memory.storage.parameters",
1379
- "label": "Parameters",
1380
- "description": "Parameters for the custom memory storage implementation.",
1531
+ "id": "data.memory.storage.endpoint",
1532
+ "label": "Endpoint",
1533
+ "description": "Custom API endpoint for VPC/PrivateLink configurations, AWS GovCloud, or other non-standard deployments.",
1381
1534
  "optional": true,
1382
- "feel": "required",
1535
+ "feel": "optional",
1383
1536
  "group": "memory",
1384
1537
  "binding": {
1385
- "name": "data.memory.storage.parameters",
1538
+ "name": "data.memory.storage.endpoint",
1386
1539
  "type": "zeebe:input"
1387
1540
  },
1388
1541
  "condition": {
1389
1542
  "property": "data.memory.storage.type",
1390
- "equals": "custom",
1543
+ "equals": "aws-agentcore",
1391
1544
  "type": "simple"
1392
1545
  },
1393
1546
  "type": "String"
1394
1547
  },
1395
1548
  {
1396
- "id": "data.memory.contextWindowSize",
1397
- "label": "Context window size",
1398
- "description": "Maximum number of recent conversation messages which are passed to the model.",
1399
- "optional": false,
1400
- "value": 20,
1401
- "feel": "static",
1549
+ "id": "data.memory.storage.authentication.type",
1550
+ "label": "Authentication",
1551
+ "description": "Specify the AWS authentication strategy for AgentCore Memory access.",
1552
+ "value": "credentials",
1402
1553
  "group": "memory",
1403
1554
  "binding": {
1404
- "name": "data.memory.contextWindowSize",
1555
+ "name": "data.memory.storage.authentication.type",
1405
1556
  "type": "zeebe:input"
1406
1557
  },
1407
- "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.",
1408
- "type": "Number"
1409
- },
1410
- {
1411
- "id": "data.limits.maxModelCalls",
1412
- "label": "Maximum model calls",
1413
- "description": "Maximum number of calls to the model as a safety limit to prevent infinite loops.",
1414
- "optional": false,
1415
- "value": 10,
1416
- "feel": "static",
1417
- "group": "limits",
1418
- "binding": {
1419
- "name": "data.limits.maxModelCalls",
1420
- "type": "zeebe:input"
1558
+ "condition": {
1559
+ "property": "data.memory.storage.type",
1560
+ "equals": "aws-agentcore",
1561
+ "type": "simple"
1421
1562
  },
1422
- "type": "Number"
1563
+ "type": "Dropdown",
1564
+ "choices": [
1565
+ {
1566
+ "name": "Credentials",
1567
+ "value": "credentials"
1568
+ },
1569
+ {
1570
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
1571
+ "value": "defaultCredentialsChain"
1572
+ }
1573
+ ]
1423
1574
  },
1424
1575
  {
1425
- "id": "data.events.behavior",
1426
- "label": "Event handling behavior",
1427
- "description": "Behavior on completing an event sub-process.",
1576
+ "id": "data.memory.storage.authentication.accessKey",
1577
+ "label": "Access key",
1578
+ "description": "Provide an IAM access key with permissions for <code>bedrock-agentcore:CreateEvent</code> and <code>bedrock-agentcore:ListEvents</code>",
1428
1579
  "optional": false,
1429
- "value": "WAIT_FOR_TOOL_CALL_RESULTS",
1430
1580
  "constraints": {
1431
1581
  "notEmpty": true
1432
1582
  },
1433
- "group": "events",
1583
+ "feel": "optional",
1584
+ "group": "memory",
1585
+ "binding": {
1586
+ "name": "data.memory.storage.authentication.accessKey",
1587
+ "type": "zeebe:input"
1588
+ },
1589
+ "condition": {
1590
+ "allMatch": [
1591
+ {
1592
+ "property": "data.memory.storage.authentication.type",
1593
+ "equals": "credentials",
1594
+ "type": "simple"
1595
+ },
1596
+ {
1597
+ "property": "data.memory.storage.type",
1598
+ "equals": "aws-agentcore",
1599
+ "type": "simple"
1600
+ }
1601
+ ]
1602
+ },
1603
+ "type": "String"
1604
+ },
1605
+ {
1606
+ "id": "data.memory.storage.authentication.secretKey",
1607
+ "label": "Secret key",
1608
+ "description": "Provide the secret key for the IAM access key",
1609
+ "optional": false,
1610
+ "constraints": {
1611
+ "notEmpty": true
1612
+ },
1613
+ "feel": "optional",
1614
+ "group": "memory",
1615
+ "binding": {
1616
+ "name": "data.memory.storage.authentication.secretKey",
1617
+ "type": "zeebe:input"
1618
+ },
1619
+ "condition": {
1620
+ "allMatch": [
1621
+ {
1622
+ "property": "data.memory.storage.authentication.type",
1623
+ "equals": "credentials",
1624
+ "type": "simple"
1625
+ },
1626
+ {
1627
+ "property": "data.memory.storage.type",
1628
+ "equals": "aws-agentcore",
1629
+ "type": "simple"
1630
+ }
1631
+ ]
1632
+ },
1633
+ "type": "String"
1634
+ },
1635
+ {
1636
+ "id": "data.memory.storage.memoryId",
1637
+ "label": "Memory ID",
1638
+ "description": "The ID of the pre-provisioned AgentCore Memory resource.",
1639
+ "optional": false,
1640
+ "constraints": {
1641
+ "notEmpty": true
1642
+ },
1643
+ "feel": "optional",
1644
+ "group": "memory",
1645
+ "binding": {
1646
+ "name": "data.memory.storage.memoryId",
1647
+ "type": "zeebe:input"
1648
+ },
1649
+ "condition": {
1650
+ "property": "data.memory.storage.type",
1651
+ "equals": "aws-agentcore",
1652
+ "type": "simple"
1653
+ },
1654
+ "type": "String"
1655
+ },
1656
+ {
1657
+ "id": "data.memory.storage.actorId",
1658
+ "label": "Actor ID",
1659
+ "description": "Identifier of the actor associated with events (e.g., end-user or agent/user combination).",
1660
+ "optional": false,
1661
+ "constraints": {
1662
+ "notEmpty": true
1663
+ },
1664
+ "feel": "optional",
1665
+ "group": "memory",
1666
+ "binding": {
1667
+ "name": "data.memory.storage.actorId",
1668
+ "type": "zeebe:input"
1669
+ },
1670
+ "condition": {
1671
+ "property": "data.memory.storage.type",
1672
+ "equals": "aws-agentcore",
1673
+ "type": "simple"
1674
+ },
1675
+ "type": "String"
1676
+ },
1677
+ {
1678
+ "id": "data.memory.storage.storeType",
1679
+ "label": "Implementation type",
1680
+ "optional": false,
1681
+ "constraints": {
1682
+ "notEmpty": true
1683
+ },
1684
+ "feel": "optional",
1685
+ "group": "memory",
1686
+ "binding": {
1687
+ "name": "data.memory.storage.storeType",
1688
+ "type": "zeebe:input"
1689
+ },
1690
+ "condition": {
1691
+ "property": "data.memory.storage.type",
1692
+ "equals": "custom",
1693
+ "type": "simple"
1694
+ },
1695
+ "type": "String"
1696
+ },
1697
+ {
1698
+ "id": "data.memory.storage.parameters",
1699
+ "label": "Parameters",
1700
+ "description": "Parameters for the custom memory storage implementation.",
1701
+ "optional": true,
1702
+ "feel": "required",
1703
+ "group": "memory",
1704
+ "binding": {
1705
+ "name": "data.memory.storage.parameters",
1706
+ "type": "zeebe:input"
1707
+ },
1708
+ "condition": {
1709
+ "property": "data.memory.storage.type",
1710
+ "equals": "custom",
1711
+ "type": "simple"
1712
+ },
1713
+ "type": "String"
1714
+ },
1715
+ {
1716
+ "id": "data.memory.contextWindowSize",
1717
+ "label": "Context window size",
1718
+ "description": "Maximum number of recent conversation messages which are passed to the model.",
1719
+ "optional": false,
1720
+ "value": 20,
1721
+ "feel": "static",
1722
+ "group": "memory",
1723
+ "binding": {
1724
+ "name": "data.memory.contextWindowSize",
1725
+ "type": "zeebe:input"
1726
+ },
1727
+ "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.",
1728
+ "type": "Number"
1729
+ },
1730
+ {
1731
+ "id": "data.limits.maxModelCalls",
1732
+ "label": "Maximum model calls",
1733
+ "description": "Maximum number of calls to the model as a safety limit to prevent infinite loops.",
1734
+ "optional": false,
1735
+ "value": 10,
1736
+ "feel": "static",
1737
+ "group": "limits",
1738
+ "binding": {
1739
+ "name": "data.limits.maxModelCalls",
1740
+ "type": "zeebe:input"
1741
+ },
1742
+ "type": "Number"
1743
+ },
1744
+ {
1745
+ "id": "data.events.behavior",
1746
+ "label": "Event handling behavior",
1747
+ "description": "Behavior on completing an event sub-process.",
1748
+ "optional": false,
1749
+ "value": "WAIT_FOR_TOOL_CALL_RESULTS",
1750
+ "constraints": {
1751
+ "notEmpty": true
1752
+ },
1753
+ "group": "events",
1754
+ "binding": {
1755
+ "name": "data.events.behavior",
1756
+ "type": "zeebe:input"
1757
+ },
1758
+ "type": "Dropdown",
1759
+ "choices": [
1760
+ {
1761
+ "name": "Wait for tool call results",
1762
+ "value": "WAIT_FOR_TOOL_CALL_RESULTS"
1763
+ },
1764
+ {
1765
+ "name": "Cancel tool calls",
1766
+ "value": "INTERRUPT_TOOL_CALLS"
1767
+ }
1768
+ ]
1769
+ },
1770
+ {
1771
+ "id": "data.response.format.type",
1772
+ "label": "Response format",
1773
+ "description": "Specify the response format. Support for JSON mode varies by provider.",
1774
+ "value": "text",
1775
+ "group": "response",
1776
+ "binding": {
1777
+ "name": "data.response.format.type",
1778
+ "type": "zeebe:input"
1779
+ },
1780
+ "type": "Dropdown",
1781
+ "choices": [
1782
+ {
1783
+ "name": "Text",
1784
+ "value": "text"
1785
+ },
1786
+ {
1787
+ "name": "JSON",
1788
+ "value": "json"
1789
+ }
1790
+ ]
1791
+ },
1792
+ {
1793
+ "id": "data.response.format.parseJson",
1794
+ "label": "Parse text as JSON",
1795
+ "description": "Tries to parse the LLM response text as JSON object.",
1796
+ "optional": true,
1797
+ "feel": "static",
1798
+ "group": "response",
1799
+ "binding": {
1800
+ "name": "data.response.format.parseJson",
1801
+ "type": "zeebe:input"
1802
+ },
1803
+ "condition": {
1804
+ "property": "data.response.format.type",
1805
+ "equals": "text",
1806
+ "type": "simple"
1807
+ },
1808
+ "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>.",
1809
+ "type": "Boolean"
1810
+ },
1811
+ {
1812
+ "id": "data.response.format.schema",
1813
+ "label": "Response JSON schema",
1814
+ "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.",
1815
+ "optional": true,
1816
+ "feel": "required",
1817
+ "group": "response",
1818
+ "binding": {
1819
+ "name": "data.response.format.schema",
1820
+ "type": "zeebe:input"
1821
+ },
1822
+ "condition": {
1823
+ "property": "data.response.format.type",
1824
+ "equals": "json",
1825
+ "type": "simple"
1826
+ },
1827
+ "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>.",
1828
+ "type": "String"
1829
+ },
1830
+ {
1831
+ "id": "data.response.format.schemaName",
1832
+ "label": "Response JSON schema name",
1833
+ "description": "An optional name for the response JSON Schema to make the model aware of the expected output.",
1834
+ "optional": true,
1835
+ "value": "Response",
1836
+ "feel": "optional",
1837
+ "group": "response",
1838
+ "binding": {
1839
+ "name": "data.response.format.schemaName",
1840
+ "type": "zeebe:input"
1841
+ },
1842
+ "condition": {
1843
+ "property": "data.response.format.type",
1844
+ "equals": "json",
1845
+ "type": "simple"
1846
+ },
1847
+ "type": "String"
1848
+ },
1849
+ {
1850
+ "id": "data.response.includeAssistantMessage",
1851
+ "label": "Include assistant message",
1852
+ "description": "Include the full assistant message as part of the result object.",
1853
+ "optional": true,
1854
+ "feel": "static",
1855
+ "group": "response",
1856
+ "binding": {
1857
+ "name": "data.response.includeAssistantMessage",
1858
+ "type": "zeebe:input"
1859
+ },
1860
+ "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>.",
1861
+ "type": "Boolean"
1862
+ },
1863
+ {
1864
+ "id": "data.response.includeAgentContext",
1865
+ "label": "Include agent context",
1866
+ "description": "Include the agent context as part of the result object.",
1867
+ "optional": true,
1868
+ "feel": "static",
1869
+ "group": "response",
1870
+ "binding": {
1871
+ "name": "data.response.includeAgentContext",
1872
+ "type": "zeebe:input"
1873
+ },
1874
+ "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.",
1875
+ "type": "Boolean"
1876
+ },
1877
+ {
1878
+ "id": "version",
1879
+ "label": "Version",
1880
+ "description": "Version of the element template",
1881
+ "value": "11",
1882
+ "group": "connector",
1883
+ "binding": {
1884
+ "key": "elementTemplateVersion",
1885
+ "type": "zeebe:taskHeader"
1886
+ },
1887
+ "type": "Hidden"
1888
+ },
1889
+ {
1890
+ "id": "id",
1891
+ "label": "ID",
1892
+ "description": "ID of the element template",
1893
+ "value": "io.camunda.connectors.agenticai.aiagent.jobworker.v1",
1894
+ "group": "connector",
1895
+ "binding": {
1896
+ "key": "elementTemplateId",
1897
+ "type": "zeebe:taskHeader"
1898
+ },
1899
+ "type": "Hidden"
1900
+ },
1901
+ {
1902
+ "id": "resultVariable",
1903
+ "label": "Result variable",
1904
+ "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>.",
1905
+ "value": "agent",
1906
+ "group": "output",
1907
+ "binding": {
1908
+ "source": "=agent",
1909
+ "type": "zeebe:output"
1910
+ },
1911
+ "type": "String"
1912
+ },
1913
+ {
1914
+ "id": "errorExpression",
1915
+ "label": "Error expression",
1916
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1917
+ "feel": "required",
1918
+ "group": "error",
1919
+ "binding": {
1920
+ "key": "errorExpression",
1921
+ "type": "zeebe:taskHeader"
1922
+ },
1923
+ "type": "Text"
1924
+ },
1925
+ {
1926
+ "id": "retryCount",
1927
+ "label": "Retries",
1928
+ "description": "Number of retries",
1929
+ "value": "3",
1930
+ "feel": "optional",
1931
+ "group": "retries",
1932
+ "binding": {
1933
+ "property": "retries",
1934
+ "type": "zeebe:taskDefinition"
1935
+ },
1936
+ "type": "String"
1937
+ },
1938
+ {
1939
+ "id": "retryBackoff",
1940
+ "label": "Retry backoff",
1941
+ "description": "ISO-8601 duration to wait between retries",
1942
+ "value": "PT30S",
1943
+ "group": "retries",
1944
+ "binding": {
1945
+ "key": "retryBackoff",
1946
+ "type": "zeebe:taskHeader"
1947
+ },
1948
+ "type": "String"
1949
+ },
1950
+ {
1951
+ "binding": {
1952
+ "name": "agent",
1953
+ "type": "zeebe:input"
1954
+ },
1955
+ "type": "Hidden"
1956
+ }
1957
+ ],
1958
+ "icon": {
1959
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiIGZpbGw9IiNBNTZFRkYiLz4KPG1hc2sgaWQ9InBhdGgtMi1vdXRzaWRlLTFfMTg1XzYiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjQiIHk9IjQiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iYmxhY2siPgo8cmVjdCBmaWxsPSJ3aGl0ZSIgeD0iNCIgeT0iNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjAuMDEwNSAxMi4wOTg3QzE4LjQ5IDEwLjU4OTQgMTcuMTU5NCA4LjEwODE0IDE2LjE3OTkgNi4wMTEwM0MxNi4xNTIgNi4wMDQ1MSAxNi4xMTc2IDYgMTYuMDc5NCA2QzE2LjA0MTEgNiAxNi4wMDY2IDYuMDA0NTEgMTUuOTc4OCA2LjAxMTA0QzE0Ljk5OTQgOC4xMDgxNCAxMy42Njk3IDEwLjU4ODkgMTIuMTQ4MSAxMi4wOTgxQzEwLjYyNjkgMTMuNjA3MSA4LjEyNTY4IDE0LjkyNjQgNi4wMTE1NyAxNS44OTgxQzYuMDA0NzQgMTUuOTI2MSA2IDE1Ljk2MTEgNiAxNkM2IDE2LjAzODcgNi4wMDQ2OCAxNi4wNzM2IDYuMDExNDQgMTYuMTAxNEM4LjEyNTE5IDE3LjA3MjkgMTAuNjI2MiAxOC4zOTE5IDEyLjE0NzcgMTkuOTAxNkMxMy42Njk3IDIxLjQxMDcgMTQuOTk5NiAyMy44OTIgMTUuOTc5MSAyNS45ODlDMTYuMDA2OCAyNS45OTU2IDE2LjA0MTEgMjYgMTYuMDc5MyAyNkMxNi4xMTc1IDI2IDE2LjE1MTkgMjUuOTk1NCAxNi4xNzk2IDI1Ljk4OUMxNy4xNTkxIDIzLjg5MiAxOC40ODg4IDIxLjQxMSAyMC4wMDk5IDE5LjkwMjFNMjAuMDA5OSAxOS45MDIxQzIxLjUyNTMgMTguMzk4NyAyMy45NDY1IDE3LjA2NjkgMjUuOTkxNSAxNi4wODI0QzI1Ljk5NjUgMTYuMDU5MyAyNiAxNi4wMzEgMjYgMTUuOTk5N0MyNiAxNS45Njg0IDI1Ljk5NjUgMTUuOTQwMyAyNS45OTE1IDE1LjkxNzFDMjMuOTQ3NCAxNC45MzI3IDIxLjUyNTkgMTMuNjAxIDIwLjAxMDUgMTIuMDk4NyIvPgo8L21hc2s+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjAuMDEwNSAxMi4wOTg3QzE4LjQ5IDEwLjU4OTQgMTcuMTU5NCA4LjEwODE0IDE2LjE3OTkgNi4wMTEwM0MxNi4xNTIgNi4wMDQ1MSAxNi4xMTc2IDYgMTYuMDc5NCA2QzE2LjA0MTEgNiAxNi4wMDY2IDYuMDA0NTEgMTUuOTc4OCA2LjAxMTA0QzE0Ljk5OTQgOC4xMDgxNCAxMy42Njk3IDEwLjU4ODkgMTIuMTQ4MSAxMi4wOTgxQzEwLjYyNjkgMTMuNjA3MSA4LjEyNTY4IDE0LjkyNjQgNi4wMTE1NyAxNS44OTgxQzYuMDA0NzQgMTUuOTI2MSA2IDE1Ljk2MTEgNiAxNkM2IDE2LjAzODcgNi4wMDQ2OCAxNi4wNzM2IDYuMDExNDQgMTYuMTAxNEM4LjEyNTE5IDE3LjA3MjkgMTAuNjI2MiAxOC4zOTE5IDEyLjE0NzcgMTkuOTAxNkMxMy42Njk3IDIxLjQxMDcgMTQuOTk5NiAyMy44OTIgMTUuOTc5MSAyNS45ODlDMTYuMDA2OCAyNS45OTU2IDE2LjA0MTEgMjYgMTYuMDc5MyAyNkMxNi4xMTc1IDI2IDE2LjE1MTkgMjUuOTk1NCAxNi4xNzk2IDI1Ljk4OUMxNy4xNTkxIDIzLjg5MiAxOC40ODg4IDIxLjQxMSAyMC4wMDk5IDE5LjkwMjFNMjAuMDA5OSAxOS45MDIxQzIxLjUyNTMgMTguMzk4NyAyMy45NDY1IDE3LjA2NjkgMjUuOTkxNSAxNi4wODI0QzI1Ljk5NjUgMTYuMDU5MyAyNiAxNi4wMzEgMjYgMTUuOTk5N0MyNiAxNS45Njg0IDI1Ljk5NjUgMTUuOTQwMyAyNS45OTE1IDE1LjkxNzFDMjMuOTQ3NCAxNC45MzI3IDIxLjUyNTkgMTMuNjAxIDIwLjAxMDUgMTIuMDk4NyIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMC4wMTA1IDEyLjA5ODdDMTguNDkgMTAuNTg5NCAxNy4xNTk0IDguMTA4MTQgMTYuMTc5OSA2LjAxMTAzQzE2LjE1MiA2LjAwNDUxIDE2LjExNzYgNiAxNi4wNzk0IDZDMTYuMDQxMSA2IDE2LjAwNjYgNi4wMDQ1MSAxNS45Nzg4IDYuMDExMDRDMTQuOTk5NCA4LjEwODE0IDEzLjY2OTcgMTAuNTg4OSAxMi4xNDgxIDEyLjA5ODFDMTAuNjI2OSAxMy42MDcxIDguMTI1NjggMTQuOTI2NCA2LjAxMTU3IDE1Ljg5ODFDNi4wMDQ3NCAxNS45MjYxIDYgMTUuOTYxMSA2IDE2QzYgMTYuMDM4NyA2LjAwNDY4IDE2LjA3MzYgNi4wMTE0NCAxNi4xMDE0QzguMTI1MTkgMTcuMDcyOSAxMC42MjYyIDE4LjM5MTkgMTIuMTQ3NyAxOS45MDE2QzEzLjY2OTcgMjEuNDEwNyAxNC45OTk2IDIzLjg5MiAxNS45NzkxIDI1Ljk4OUMxNi4wMDY4IDI1Ljk5NTYgMTYuMDQxMSAyNiAxNi4wNzkzIDI2QzE2LjExNzUgMjYgMTYuMTUxOSAyNS45OTU0IDE2LjE3OTYgMjUuOTg5QzE3LjE1OTEgMjMuODkyIDE4LjQ4ODggMjEuNDExIDIwLjAwOTkgMTkuOTAyMU0yMC4wMDk5IDE5LjkwMjFDMjEuNTI1MyAxOC4zOTg3IDIzLjk0NjUgMTcuMDY2OSAyNS45OTE1IDE2LjA4MjRDMjUuOTk2NSAxNi4wNTkzIDI2IDE2LjAzMSAyNiAxNS45OTk3QzI2IDE1Ljk2ODQgMjUuOTk2NSAxNS45NDAzIDI1Ljk5MTUgMTUuOTE3MUMyMy45NDc0IDE0LjkzMjcgMjEuNTI1OSAxMy42MDEgMjAuMDEwNSAxMi4wOTg3IiBzdHJva2U9IiM0OTFEOEIiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgbWFzaz0idXJsKCNwYXRoLTItb3V0c2lkZS0xXzE4NV82KSIvPgo8L3N2Zz4K"
1960
+ }
1961
+ },
1962
+ {
1963
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1964
+ "name": "AI Agent Sub-process",
1965
+ "id": "io.camunda.connectors.agenticai.aiagent.jobworker.v1",
1966
+ "description": "Run a multi-step AI reasoning loop with dynamic tool selection",
1967
+ "metadata": {
1968
+ "keywords": ["AI", "AI Agent", "agentic orchestration"]
1969
+ },
1970
+ "documentationRef": "https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/",
1971
+ "version": 6,
1972
+ "category": {
1973
+ "id": "aiTools",
1974
+ "name": "AI Tools"
1975
+ },
1976
+ "appliesTo": ["bpmn:SubProcess"],
1977
+ "elementType": {
1978
+ "value": "bpmn:AdHocSubProcess"
1979
+ },
1980
+ "engines": {
1981
+ "camunda": "^8.9"
1982
+ },
1983
+ "groups": [
1984
+ {
1985
+ "id": "provider",
1986
+ "label": "Model provider",
1987
+ "openByDefault": false
1988
+ },
1989
+ {
1990
+ "id": "model",
1991
+ "label": "Model",
1992
+ "openByDefault": false
1993
+ },
1994
+ {
1995
+ "id": "systemPrompt",
1996
+ "label": "System prompt",
1997
+ "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.",
1998
+ "openByDefault": false
1999
+ },
2000
+ {
2001
+ "id": "userPrompt",
2002
+ "label": "User prompt",
2003
+ "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.",
2004
+ "openByDefault": false
2005
+ },
2006
+ {
2007
+ "id": "tools",
2008
+ "label": "Tools",
2009
+ "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.",
2010
+ "openByDefault": false
2011
+ },
2012
+ {
2013
+ "id": "memory",
2014
+ "label": "Memory",
2015
+ "tooltip": "Configuration of the Agent's short-term/conversational memory.",
2016
+ "openByDefault": false
2017
+ },
2018
+ {
2019
+ "id": "limits",
2020
+ "label": "Limits",
2021
+ "openByDefault": false
2022
+ },
2023
+ {
2024
+ "id": "events",
2025
+ "label": "Event handling",
2026
+ "tooltip": "Configure how event sub-process results are handled. Results are added as user messages to the running agent.",
2027
+ "openByDefault": false
2028
+ },
2029
+ {
2030
+ "id": "response",
2031
+ "label": "Response",
2032
+ "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.",
2033
+ "openByDefault": false
2034
+ },
2035
+ {
2036
+ "id": "connector",
2037
+ "label": "Connector"
2038
+ },
2039
+ {
2040
+ "id": "output",
2041
+ "label": "Output mapping"
2042
+ },
2043
+ {
2044
+ "id": "error",
2045
+ "label": "Error handling"
2046
+ },
2047
+ {
2048
+ "id": "retries",
2049
+ "label": "Retries"
2050
+ }
2051
+ ],
2052
+ "properties": [
2053
+ {
2054
+ "value": "io.camunda.agenticai:aiagent-job-worker:1",
2055
+ "binding": {
2056
+ "property": "type",
2057
+ "type": "zeebe:taskDefinition"
2058
+ },
2059
+ "type": "Hidden"
2060
+ },
2061
+ {
2062
+ "id": "outputCollection",
2063
+ "binding": {
2064
+ "property": "outputCollection",
2065
+ "type": "zeebe:adHoc"
2066
+ },
2067
+ "value": "toolCallResults",
2068
+ "type": "Hidden"
2069
+ },
2070
+ {
2071
+ "id": "outputElement",
2072
+ "binding": {
2073
+ "property": "outputElement",
2074
+ "type": "zeebe:adHoc"
2075
+ },
2076
+ "value": "={\n id: toolCall._meta.id,\n name: toolCall._meta.name,\n content: toolCallResult\n}",
2077
+ "type": "Hidden"
2078
+ },
2079
+ {
2080
+ "value": "true",
2081
+ "binding": {
2082
+ "name": "io.camunda.agenticai.toolContainer",
2083
+ "type": "zeebe:property"
2084
+ },
2085
+ "type": "Hidden"
2086
+ },
2087
+ {
2088
+ "id": "provider.type",
2089
+ "label": "Provider",
2090
+ "description": "Specify the LLM provider to use.",
2091
+ "value": "anthropic",
2092
+ "group": "provider",
2093
+ "binding": {
2094
+ "name": "provider.type",
2095
+ "type": "zeebe:input"
2096
+ },
2097
+ "type": "Dropdown",
2098
+ "choices": [
2099
+ {
2100
+ "name": "Anthropic",
2101
+ "value": "anthropic"
2102
+ },
2103
+ {
2104
+ "name": "AWS Bedrock",
2105
+ "value": "bedrock"
2106
+ },
2107
+ {
2108
+ "name": "Azure OpenAI",
2109
+ "value": "azureOpenAi"
2110
+ },
2111
+ {
2112
+ "name": "Google Vertex AI",
2113
+ "value": "google-vertex-ai"
2114
+ },
2115
+ {
2116
+ "name": "OpenAI",
2117
+ "value": "openai"
2118
+ },
2119
+ {
2120
+ "name": "OpenAI Compatible",
2121
+ "value": "openaiCompatible"
2122
+ }
2123
+ ]
2124
+ },
2125
+ {
2126
+ "id": "provider.anthropic.endpoint",
2127
+ "label": "Endpoint",
2128
+ "description": "Optional custom API endpoint",
2129
+ "optional": true,
2130
+ "feel": "optional",
2131
+ "group": "provider",
2132
+ "binding": {
2133
+ "name": "provider.anthropic.endpoint",
2134
+ "type": "zeebe:input"
2135
+ },
2136
+ "condition": {
2137
+ "property": "provider.type",
2138
+ "equals": "anthropic",
2139
+ "type": "simple"
2140
+ },
2141
+ "type": "String"
2142
+ },
2143
+ {
2144
+ "id": "provider.anthropic.authentication.apiKey",
2145
+ "label": "Anthropic API key",
2146
+ "optional": false,
2147
+ "constraints": {
2148
+ "notEmpty": true
2149
+ },
2150
+ "feel": "optional",
2151
+ "group": "provider",
2152
+ "binding": {
2153
+ "name": "provider.anthropic.authentication.apiKey",
2154
+ "type": "zeebe:input"
2155
+ },
2156
+ "condition": {
2157
+ "property": "provider.type",
2158
+ "equals": "anthropic",
2159
+ "type": "simple"
2160
+ },
2161
+ "type": "String"
2162
+ },
2163
+ {
2164
+ "id": "provider.anthropic.timeouts.timeout",
2165
+ "label": "Timeout",
2166
+ "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
2167
+ "optional": true,
2168
+ "feel": "optional",
2169
+ "group": "provider",
2170
+ "binding": {
2171
+ "name": "provider.anthropic.timeouts.timeout",
2172
+ "type": "zeebe:input"
2173
+ },
2174
+ "condition": {
2175
+ "property": "provider.type",
2176
+ "equals": "anthropic",
2177
+ "type": "simple"
2178
+ },
2179
+ "type": "String"
2180
+ },
2181
+ {
2182
+ "id": "provider.bedrock.region",
2183
+ "label": "Region",
2184
+ "description": "Specify the AWS region (example: <code>eu-west-1</code>)",
2185
+ "optional": false,
2186
+ "constraints": {
2187
+ "notEmpty": true
2188
+ },
2189
+ "feel": "optional",
2190
+ "group": "provider",
2191
+ "binding": {
2192
+ "name": "provider.bedrock.region",
2193
+ "type": "zeebe:input"
2194
+ },
2195
+ "condition": {
2196
+ "property": "provider.type",
2197
+ "equals": "bedrock",
2198
+ "type": "simple"
2199
+ },
2200
+ "type": "String"
2201
+ },
2202
+ {
2203
+ "id": "provider.bedrock.endpoint",
2204
+ "label": "Endpoint",
2205
+ "description": "Optional custom API endpoint",
2206
+ "optional": true,
2207
+ "feel": "optional",
2208
+ "group": "provider",
2209
+ "binding": {
2210
+ "name": "provider.bedrock.endpoint",
2211
+ "type": "zeebe:input"
2212
+ },
2213
+ "condition": {
2214
+ "property": "provider.type",
2215
+ "equals": "bedrock",
2216
+ "type": "simple"
2217
+ },
2218
+ "type": "String"
2219
+ },
2220
+ {
2221
+ "id": "provider.bedrock.authentication.type",
2222
+ "label": "Authentication",
2223
+ "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>",
2224
+ "value": "credentials",
2225
+ "group": "provider",
2226
+ "binding": {
2227
+ "name": "provider.bedrock.authentication.type",
2228
+ "type": "zeebe:input"
2229
+ },
2230
+ "condition": {
2231
+ "property": "provider.type",
2232
+ "equals": "bedrock",
2233
+ "type": "simple"
2234
+ },
2235
+ "type": "Dropdown",
2236
+ "choices": [
2237
+ {
2238
+ "name": "Credentials",
2239
+ "value": "credentials"
2240
+ },
2241
+ {
2242
+ "name": "API Key",
2243
+ "value": "apiKey"
2244
+ },
2245
+ {
2246
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
2247
+ "value": "defaultCredentialsChain"
2248
+ }
2249
+ ]
2250
+ },
2251
+ {
2252
+ "id": "provider.bedrock.authentication.accessKey",
2253
+ "label": "Access key",
2254
+ "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
2255
+ "optional": false,
2256
+ "constraints": {
2257
+ "notEmpty": true
2258
+ },
2259
+ "feel": "optional",
2260
+ "group": "provider",
2261
+ "binding": {
2262
+ "name": "provider.bedrock.authentication.accessKey",
2263
+ "type": "zeebe:input"
2264
+ },
2265
+ "condition": {
2266
+ "allMatch": [
2267
+ {
2268
+ "property": "provider.bedrock.authentication.type",
2269
+ "equals": "credentials",
2270
+ "type": "simple"
2271
+ },
2272
+ {
2273
+ "property": "provider.type",
2274
+ "equals": "bedrock",
2275
+ "type": "simple"
2276
+ }
2277
+ ]
2278
+ },
2279
+ "type": "String"
2280
+ },
2281
+ {
2282
+ "id": "provider.bedrock.authentication.secretKey",
2283
+ "label": "Secret key",
2284
+ "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
2285
+ "optional": false,
2286
+ "constraints": {
2287
+ "notEmpty": true
2288
+ },
2289
+ "feel": "optional",
2290
+ "group": "provider",
2291
+ "binding": {
2292
+ "name": "provider.bedrock.authentication.secretKey",
2293
+ "type": "zeebe:input"
2294
+ },
2295
+ "condition": {
2296
+ "allMatch": [
2297
+ {
2298
+ "property": "provider.bedrock.authentication.type",
2299
+ "equals": "credentials",
2300
+ "type": "simple"
2301
+ },
2302
+ {
2303
+ "property": "provider.type",
2304
+ "equals": "bedrock",
2305
+ "type": "simple"
2306
+ }
2307
+ ]
2308
+ },
2309
+ "type": "String"
2310
+ },
2311
+ {
2312
+ "id": "provider.bedrock.authentication.apiKey",
2313
+ "label": "API Key",
2314
+ "description": "Provide an API Key with permissions to interact with your AWS Bedrock Instance",
2315
+ "optional": false,
2316
+ "constraints": {
2317
+ "notEmpty": true
2318
+ },
2319
+ "feel": "optional",
2320
+ "group": "provider",
2321
+ "binding": {
2322
+ "name": "provider.bedrock.authentication.apiKey",
2323
+ "type": "zeebe:input"
2324
+ },
2325
+ "condition": {
2326
+ "allMatch": [
2327
+ {
2328
+ "property": "provider.bedrock.authentication.type",
2329
+ "equals": "apiKey",
2330
+ "type": "simple"
2331
+ },
2332
+ {
2333
+ "property": "provider.type",
2334
+ "equals": "bedrock",
2335
+ "type": "simple"
2336
+ }
2337
+ ]
2338
+ },
2339
+ "type": "String"
2340
+ },
2341
+ {
2342
+ "id": "provider.bedrock.timeouts.timeout",
2343
+ "label": "Timeout",
2344
+ "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
2345
+ "optional": true,
2346
+ "feel": "optional",
2347
+ "group": "provider",
2348
+ "binding": {
2349
+ "name": "provider.bedrock.timeouts.timeout",
2350
+ "type": "zeebe:input"
2351
+ },
2352
+ "condition": {
2353
+ "property": "provider.type",
2354
+ "equals": "bedrock",
2355
+ "type": "simple"
2356
+ },
2357
+ "type": "String"
2358
+ },
2359
+ {
2360
+ "id": "provider.azureOpenAi.endpoint",
2361
+ "label": "Endpoint",
2362
+ "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>.",
2363
+ "optional": false,
2364
+ "constraints": {
2365
+ "notEmpty": true
2366
+ },
2367
+ "feel": "optional",
2368
+ "group": "provider",
2369
+ "binding": {
2370
+ "name": "provider.azureOpenAi.endpoint",
2371
+ "type": "zeebe:input"
2372
+ },
2373
+ "condition": {
2374
+ "property": "provider.type",
2375
+ "equals": "azureOpenAi",
2376
+ "type": "simple"
2377
+ },
2378
+ "type": "String"
2379
+ },
2380
+ {
2381
+ "id": "provider.azureOpenAi.authentication.type",
2382
+ "label": "Authentication",
2383
+ "description": "Specify the Azure OpenAI authentication strategy.",
2384
+ "value": "apiKey",
2385
+ "group": "provider",
2386
+ "binding": {
2387
+ "name": "provider.azureOpenAi.authentication.type",
2388
+ "type": "zeebe:input"
2389
+ },
2390
+ "condition": {
2391
+ "property": "provider.type",
2392
+ "equals": "azureOpenAi",
2393
+ "type": "simple"
2394
+ },
2395
+ "type": "Dropdown",
2396
+ "choices": [
2397
+ {
2398
+ "name": "API key",
2399
+ "value": "apiKey"
2400
+ },
2401
+ {
2402
+ "name": "Client credentials",
2403
+ "value": "clientCredentials"
2404
+ }
2405
+ ]
2406
+ },
2407
+ {
2408
+ "id": "provider.azureOpenAi.authentication.apiKey",
2409
+ "label": "API key",
2410
+ "optional": false,
2411
+ "constraints": {
2412
+ "notEmpty": true
2413
+ },
2414
+ "feel": "optional",
2415
+ "group": "provider",
2416
+ "binding": {
2417
+ "name": "provider.azureOpenAi.authentication.apiKey",
2418
+ "type": "zeebe:input"
2419
+ },
2420
+ "condition": {
2421
+ "allMatch": [
2422
+ {
2423
+ "property": "provider.azureOpenAi.authentication.type",
2424
+ "equals": "apiKey",
2425
+ "type": "simple"
2426
+ },
2427
+ {
2428
+ "property": "provider.type",
2429
+ "equals": "azureOpenAi",
2430
+ "type": "simple"
2431
+ }
2432
+ ]
2433
+ },
2434
+ "type": "String"
2435
+ },
2436
+ {
2437
+ "id": "provider.azureOpenAi.authentication.clientId",
2438
+ "label": "Client ID",
2439
+ "description": "ID of a Microsoft Entra application",
2440
+ "optional": false,
2441
+ "constraints": {
2442
+ "notEmpty": true
2443
+ },
2444
+ "feel": "optional",
2445
+ "group": "provider",
2446
+ "binding": {
2447
+ "name": "provider.azureOpenAi.authentication.clientId",
2448
+ "type": "zeebe:input"
2449
+ },
2450
+ "condition": {
2451
+ "allMatch": [
2452
+ {
2453
+ "property": "provider.azureOpenAi.authentication.type",
2454
+ "equals": "clientCredentials",
2455
+ "type": "simple"
2456
+ },
2457
+ {
2458
+ "property": "provider.type",
2459
+ "equals": "azureOpenAi",
2460
+ "type": "simple"
2461
+ }
2462
+ ]
2463
+ },
2464
+ "type": "String"
2465
+ },
2466
+ {
2467
+ "id": "provider.azureOpenAi.authentication.clientSecret",
2468
+ "label": "Client secret",
2469
+ "description": "Secret of a Microsoft Entra application",
2470
+ "optional": false,
2471
+ "constraints": {
2472
+ "notEmpty": true
2473
+ },
2474
+ "feel": "optional",
2475
+ "group": "provider",
2476
+ "binding": {
2477
+ "name": "provider.azureOpenAi.authentication.clientSecret",
2478
+ "type": "zeebe:input"
2479
+ },
2480
+ "condition": {
2481
+ "allMatch": [
2482
+ {
2483
+ "property": "provider.azureOpenAi.authentication.type",
2484
+ "equals": "clientCredentials",
2485
+ "type": "simple"
2486
+ },
2487
+ {
2488
+ "property": "provider.type",
2489
+ "equals": "azureOpenAi",
2490
+ "type": "simple"
2491
+ }
2492
+ ]
2493
+ },
2494
+ "type": "String"
2495
+ },
2496
+ {
2497
+ "id": "provider.azureOpenAi.authentication.tenantId",
2498
+ "label": "Tenant ID",
2499
+ "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>.",
2500
+ "optional": false,
2501
+ "constraints": {
2502
+ "notEmpty": true
2503
+ },
2504
+ "feel": "optional",
2505
+ "group": "provider",
2506
+ "binding": {
2507
+ "name": "provider.azureOpenAi.authentication.tenantId",
2508
+ "type": "zeebe:input"
2509
+ },
2510
+ "condition": {
2511
+ "allMatch": [
2512
+ {
2513
+ "property": "provider.azureOpenAi.authentication.type",
2514
+ "equals": "clientCredentials",
2515
+ "type": "simple"
2516
+ },
2517
+ {
2518
+ "property": "provider.type",
2519
+ "equals": "azureOpenAi",
2520
+ "type": "simple"
2521
+ }
2522
+ ]
2523
+ },
2524
+ "type": "String"
2525
+ },
2526
+ {
2527
+ "id": "provider.azureOpenAi.authentication.authorityHost",
2528
+ "label": "Authority host",
2529
+ "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.",
2530
+ "optional": true,
2531
+ "feel": "optional",
2532
+ "group": "provider",
2533
+ "binding": {
2534
+ "name": "provider.azureOpenAi.authentication.authorityHost",
2535
+ "type": "zeebe:input"
2536
+ },
2537
+ "condition": {
2538
+ "allMatch": [
2539
+ {
2540
+ "property": "provider.azureOpenAi.authentication.type",
2541
+ "equals": "clientCredentials",
2542
+ "type": "simple"
2543
+ },
2544
+ {
2545
+ "property": "provider.type",
2546
+ "equals": "azureOpenAi",
2547
+ "type": "simple"
2548
+ }
2549
+ ]
2550
+ },
2551
+ "type": "String"
2552
+ },
2553
+ {
2554
+ "id": "provider.azureOpenAi.timeouts.timeout",
2555
+ "label": "Timeout",
2556
+ "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
2557
+ "optional": true,
2558
+ "feel": "optional",
2559
+ "group": "provider",
2560
+ "binding": {
2561
+ "name": "provider.azureOpenAi.timeouts.timeout",
2562
+ "type": "zeebe:input"
2563
+ },
2564
+ "condition": {
2565
+ "property": "provider.type",
2566
+ "equals": "azureOpenAi",
2567
+ "type": "simple"
2568
+ },
2569
+ "type": "String"
2570
+ },
2571
+ {
2572
+ "id": "provider.googleVertexAi.projectId",
2573
+ "label": "Project ID",
2574
+ "description": "Specify Google Cloud project ID",
2575
+ "optional": false,
2576
+ "constraints": {
2577
+ "notEmpty": true
2578
+ },
2579
+ "feel": "optional",
2580
+ "group": "provider",
2581
+ "binding": {
2582
+ "name": "provider.googleVertexAi.projectId",
2583
+ "type": "zeebe:input"
2584
+ },
2585
+ "condition": {
2586
+ "property": "provider.type",
2587
+ "equals": "google-vertex-ai",
2588
+ "type": "simple"
2589
+ },
2590
+ "type": "String"
2591
+ },
2592
+ {
2593
+ "id": "provider.googleVertexAi.region",
2594
+ "label": "Region",
2595
+ "description": "Specify the region where AI inference should take place",
2596
+ "optional": false,
2597
+ "constraints": {
2598
+ "notEmpty": true
2599
+ },
2600
+ "feel": "optional",
2601
+ "group": "provider",
2602
+ "binding": {
2603
+ "name": "provider.googleVertexAi.region",
2604
+ "type": "zeebe:input"
2605
+ },
2606
+ "condition": {
2607
+ "property": "provider.type",
2608
+ "equals": "google-vertex-ai",
2609
+ "type": "simple"
2610
+ },
2611
+ "type": "String"
2612
+ },
2613
+ {
2614
+ "id": "provider.googleVertexAi.authentication.type",
2615
+ "label": "Authentication",
2616
+ "description": "Specify the Google Vertex AI authentication strategy.",
2617
+ "value": "serviceAccountCredentials",
2618
+ "group": "provider",
2619
+ "binding": {
2620
+ "name": "provider.googleVertexAi.authentication.type",
2621
+ "type": "zeebe:input"
2622
+ },
2623
+ "condition": {
2624
+ "property": "provider.type",
2625
+ "equals": "google-vertex-ai",
2626
+ "type": "simple"
2627
+ },
2628
+ "type": "Dropdown",
2629
+ "choices": [
2630
+ {
2631
+ "name": "Service account credentials",
2632
+ "value": "serviceAccountCredentials"
2633
+ },
2634
+ {
2635
+ "name": "Application default credentials (Hybrid/Self-Managed only)",
2636
+ "value": "applicationDefaultCredentials"
2637
+ }
2638
+ ]
2639
+ },
2640
+ {
2641
+ "id": "provider.googleVertexAi.authentication.jsonKey",
2642
+ "label": "JSON key of the service account",
2643
+ "description": "This is the key of the service account in JSON format.",
2644
+ "optional": false,
2645
+ "constraints": {
2646
+ "notEmpty": true
2647
+ },
2648
+ "feel": "optional",
2649
+ "group": "provider",
2650
+ "binding": {
2651
+ "name": "provider.googleVertexAi.authentication.jsonKey",
2652
+ "type": "zeebe:input"
2653
+ },
2654
+ "condition": {
2655
+ "allMatch": [
2656
+ {
2657
+ "property": "provider.googleVertexAi.authentication.type",
2658
+ "equals": "serviceAccountCredentials",
2659
+ "type": "simple"
2660
+ },
2661
+ {
2662
+ "property": "provider.type",
2663
+ "equals": "google-vertex-ai",
2664
+ "type": "simple"
2665
+ }
2666
+ ]
2667
+ },
2668
+ "type": "String"
2669
+ },
2670
+ {
2671
+ "id": "provider.openai.authentication.apiKey",
2672
+ "label": "OpenAI API key",
2673
+ "optional": false,
2674
+ "constraints": {
2675
+ "notEmpty": true
2676
+ },
2677
+ "feel": "optional",
2678
+ "group": "provider",
2679
+ "binding": {
2680
+ "name": "provider.openai.authentication.apiKey",
2681
+ "type": "zeebe:input"
2682
+ },
2683
+ "condition": {
2684
+ "property": "provider.type",
2685
+ "equals": "openai",
2686
+ "type": "simple"
2687
+ },
2688
+ "type": "String"
2689
+ },
2690
+ {
2691
+ "id": "provider.openai.authentication.organizationId",
2692
+ "label": "Organization ID",
2693
+ "description": "For members of multiple organizations. Details in the <a href=\"https://platform.openai.com/docs/api-reference/authentication\" target=\"_blank\">documentation</a>.",
2694
+ "optional": true,
2695
+ "feel": "optional",
2696
+ "group": "provider",
2697
+ "binding": {
2698
+ "name": "provider.openai.authentication.organizationId",
2699
+ "type": "zeebe:input"
2700
+ },
2701
+ "condition": {
2702
+ "property": "provider.type",
2703
+ "equals": "openai",
2704
+ "type": "simple"
2705
+ },
2706
+ "type": "String"
2707
+ },
2708
+ {
2709
+ "id": "provider.openai.authentication.projectId",
2710
+ "label": "Project ID",
2711
+ "description": "For accounts with multiple projects. Details in the <a href=\"https://platform.openai.com/docs/api-reference/authentication\" target=\"_blank\">documentation</a>.",
2712
+ "optional": true,
2713
+ "feel": "optional",
2714
+ "group": "provider",
2715
+ "binding": {
2716
+ "name": "provider.openai.authentication.projectId",
2717
+ "type": "zeebe:input"
2718
+ },
2719
+ "condition": {
2720
+ "property": "provider.type",
2721
+ "equals": "openai",
2722
+ "type": "simple"
2723
+ },
2724
+ "type": "String"
2725
+ },
2726
+ {
2727
+ "id": "provider.openai.timeouts.timeout",
2728
+ "label": "Timeout",
2729
+ "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
2730
+ "optional": true,
2731
+ "feel": "optional",
2732
+ "group": "provider",
2733
+ "binding": {
2734
+ "name": "provider.openai.timeouts.timeout",
2735
+ "type": "zeebe:input"
2736
+ },
2737
+ "condition": {
2738
+ "property": "provider.type",
2739
+ "equals": "openai",
2740
+ "type": "simple"
2741
+ },
2742
+ "type": "String"
2743
+ },
2744
+ {
2745
+ "id": "provider.openaiCompatible.endpoint",
2746
+ "label": "API endpoint",
2747
+ "optional": false,
2748
+ "constraints": {
2749
+ "notEmpty": true
2750
+ },
2751
+ "feel": "optional",
2752
+ "group": "provider",
2753
+ "binding": {
2754
+ "name": "provider.openaiCompatible.endpoint",
2755
+ "type": "zeebe:input"
2756
+ },
2757
+ "condition": {
2758
+ "property": "provider.type",
2759
+ "equals": "openaiCompatible",
2760
+ "type": "simple"
2761
+ },
2762
+ "tooltip": "Specify an endpoint to use the connector with an OpenAI compatible API. ",
2763
+ "type": "String"
2764
+ },
2765
+ {
2766
+ "id": "provider.openaiCompatible.authentication.apiKey",
2767
+ "label": "API key",
2768
+ "optional": true,
2769
+ "feel": "optional",
2770
+ "group": "provider",
2771
+ "binding": {
2772
+ "name": "provider.openaiCompatible.authentication.apiKey",
2773
+ "type": "zeebe:input"
2774
+ },
2775
+ "condition": {
2776
+ "property": "provider.type",
2777
+ "equals": "openaiCompatible",
2778
+ "type": "simple"
2779
+ },
2780
+ "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.",
2781
+ "type": "String"
2782
+ },
2783
+ {
2784
+ "id": "provider.openaiCompatible.headers",
2785
+ "label": "Headers",
2786
+ "description": "Map of HTTP headers to add to the request.",
2787
+ "optional": true,
2788
+ "feel": "required",
2789
+ "group": "provider",
2790
+ "binding": {
2791
+ "name": "provider.openaiCompatible.headers",
2792
+ "type": "zeebe:input"
2793
+ },
2794
+ "condition": {
2795
+ "property": "provider.type",
2796
+ "equals": "openaiCompatible",
2797
+ "type": "simple"
2798
+ },
2799
+ "type": "String"
2800
+ },
2801
+ {
2802
+ "id": "provider.openaiCompatible.queryParameters",
2803
+ "label": "Query Parameters",
2804
+ "description": "Map of query parameters to add to the request URL.",
2805
+ "optional": true,
2806
+ "feel": "required",
2807
+ "group": "provider",
2808
+ "binding": {
2809
+ "name": "provider.openaiCompatible.queryParameters",
2810
+ "type": "zeebe:input"
2811
+ },
2812
+ "condition": {
2813
+ "property": "provider.type",
2814
+ "equals": "openaiCompatible",
2815
+ "type": "simple"
2816
+ },
2817
+ "type": "String"
2818
+ },
2819
+ {
2820
+ "id": "provider.openaiCompatible.timeouts.timeout",
2821
+ "label": "Timeout",
2822
+ "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
2823
+ "optional": true,
2824
+ "feel": "optional",
2825
+ "group": "provider",
2826
+ "binding": {
2827
+ "name": "provider.openaiCompatible.timeouts.timeout",
2828
+ "type": "zeebe:input"
2829
+ },
2830
+ "condition": {
2831
+ "property": "provider.type",
2832
+ "equals": "openaiCompatible",
2833
+ "type": "simple"
2834
+ },
2835
+ "type": "String"
2836
+ },
2837
+ {
2838
+ "id": "provider.anthropic.model.model",
2839
+ "label": "Model",
2840
+ "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>.",
2841
+ "optional": false,
2842
+ "value": "claude-3-5-sonnet-20240620",
2843
+ "constraints": {
2844
+ "notEmpty": true
2845
+ },
2846
+ "feel": "optional",
2847
+ "group": "model",
2848
+ "binding": {
2849
+ "name": "provider.anthropic.model.model",
2850
+ "type": "zeebe:input"
2851
+ },
2852
+ "condition": {
2853
+ "property": "provider.type",
2854
+ "equals": "anthropic",
2855
+ "type": "simple"
2856
+ },
2857
+ "type": "String"
2858
+ },
2859
+ {
2860
+ "id": "provider.anthropic.model.parameters.maxTokens",
2861
+ "label": "Maximum tokens",
2862
+ "optional": true,
2863
+ "feel": "required",
2864
+ "group": "model",
2865
+ "binding": {
2866
+ "name": "provider.anthropic.model.parameters.maxTokens",
2867
+ "type": "zeebe:input"
2868
+ },
2869
+ "condition": {
2870
+ "property": "provider.type",
2871
+ "equals": "anthropic",
2872
+ "type": "simple"
2873
+ },
2874
+ "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>.",
2875
+ "type": "Number"
2876
+ },
2877
+ {
2878
+ "id": "provider.anthropic.model.parameters.temperature",
2879
+ "label": "Temperature",
2880
+ "optional": true,
2881
+ "feel": "required",
2882
+ "group": "model",
2883
+ "binding": {
2884
+ "name": "provider.anthropic.model.parameters.temperature",
2885
+ "type": "zeebe:input"
2886
+ },
2887
+ "condition": {
2888
+ "property": "provider.type",
2889
+ "equals": "anthropic",
2890
+ "type": "simple"
2891
+ },
2892
+ "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>.",
2893
+ "type": "Number"
2894
+ },
2895
+ {
2896
+ "id": "provider.anthropic.model.parameters.topP",
2897
+ "label": "top P",
2898
+ "optional": true,
2899
+ "feel": "required",
2900
+ "group": "model",
2901
+ "binding": {
2902
+ "name": "provider.anthropic.model.parameters.topP",
2903
+ "type": "zeebe:input"
2904
+ },
2905
+ "condition": {
2906
+ "property": "provider.type",
2907
+ "equals": "anthropic",
2908
+ "type": "simple"
2909
+ },
2910
+ "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>.",
2911
+ "type": "Number"
2912
+ },
2913
+ {
2914
+ "id": "provider.anthropic.model.parameters.topK",
2915
+ "label": "top K",
2916
+ "optional": true,
2917
+ "feel": "required",
2918
+ "group": "model",
2919
+ "binding": {
2920
+ "name": "provider.anthropic.model.parameters.topK",
2921
+ "type": "zeebe:input"
2922
+ },
2923
+ "condition": {
2924
+ "property": "provider.type",
2925
+ "equals": "anthropic",
2926
+ "type": "simple"
2927
+ },
2928
+ "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>.",
2929
+ "type": "Number"
2930
+ },
2931
+ {
2932
+ "id": "provider.bedrock.model.model",
2933
+ "label": "Model",
2934
+ "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>.",
2935
+ "optional": false,
2936
+ "value": "anthropic.claude-3-5-sonnet-20240620-v1:0",
2937
+ "constraints": {
2938
+ "notEmpty": true
2939
+ },
2940
+ "feel": "optional",
2941
+ "group": "model",
2942
+ "binding": {
2943
+ "name": "provider.bedrock.model.model",
2944
+ "type": "zeebe:input"
2945
+ },
2946
+ "condition": {
2947
+ "property": "provider.type",
2948
+ "equals": "bedrock",
2949
+ "type": "simple"
2950
+ },
2951
+ "type": "String"
2952
+ },
2953
+ {
2954
+ "id": "provider.bedrock.model.parameters.maxTokens",
2955
+ "label": "Maximum tokens",
2956
+ "optional": true,
2957
+ "feel": "required",
2958
+ "group": "model",
2959
+ "binding": {
2960
+ "name": "provider.bedrock.model.parameters.maxTokens",
2961
+ "type": "zeebe:input"
2962
+ },
2963
+ "condition": {
2964
+ "property": "provider.type",
2965
+ "equals": "bedrock",
2966
+ "type": "simple"
2967
+ },
2968
+ "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>.",
2969
+ "type": "Number"
2970
+ },
2971
+ {
2972
+ "id": "provider.bedrock.model.parameters.temperature",
2973
+ "label": "Temperature",
2974
+ "optional": true,
2975
+ "feel": "required",
2976
+ "group": "model",
2977
+ "binding": {
2978
+ "name": "provider.bedrock.model.parameters.temperature",
2979
+ "type": "zeebe:input"
2980
+ },
2981
+ "condition": {
2982
+ "property": "provider.type",
2983
+ "equals": "bedrock",
2984
+ "type": "simple"
2985
+ },
2986
+ "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>.",
2987
+ "type": "Number"
2988
+ },
2989
+ {
2990
+ "id": "provider.bedrock.model.parameters.topP",
2991
+ "label": "top P",
2992
+ "optional": true,
2993
+ "feel": "required",
2994
+ "group": "model",
2995
+ "binding": {
2996
+ "name": "provider.bedrock.model.parameters.topP",
2997
+ "type": "zeebe:input"
2998
+ },
2999
+ "condition": {
3000
+ "property": "provider.type",
3001
+ "equals": "bedrock",
3002
+ "type": "simple"
3003
+ },
3004
+ "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>.",
3005
+ "type": "Number"
3006
+ },
3007
+ {
3008
+ "id": "provider.azureOpenAi.model.deploymentName",
3009
+ "label": "Model deployment name",
3010
+ "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>.",
3011
+ "optional": false,
3012
+ "constraints": {
3013
+ "notEmpty": true
3014
+ },
3015
+ "feel": "optional",
3016
+ "group": "model",
3017
+ "binding": {
3018
+ "name": "provider.azureOpenAi.model.deploymentName",
3019
+ "type": "zeebe:input"
3020
+ },
3021
+ "condition": {
3022
+ "property": "provider.type",
3023
+ "equals": "azureOpenAi",
3024
+ "type": "simple"
3025
+ },
3026
+ "type": "String"
3027
+ },
3028
+ {
3029
+ "id": "provider.azureOpenAi.model.parameters.maxTokens",
3030
+ "label": "Maximum tokens",
3031
+ "optional": true,
3032
+ "feel": "required",
3033
+ "group": "model",
3034
+ "binding": {
3035
+ "name": "provider.azureOpenAi.model.parameters.maxTokens",
3036
+ "type": "zeebe:input"
3037
+ },
3038
+ "condition": {
3039
+ "property": "provider.type",
3040
+ "equals": "azureOpenAi",
3041
+ "type": "simple"
3042
+ },
3043
+ "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>.",
3044
+ "type": "Number"
3045
+ },
3046
+ {
3047
+ "id": "provider.azureOpenAi.model.parameters.temperature",
3048
+ "label": "Temperature",
3049
+ "optional": true,
3050
+ "feel": "required",
3051
+ "group": "model",
3052
+ "binding": {
3053
+ "name": "provider.azureOpenAi.model.parameters.temperature",
3054
+ "type": "zeebe:input"
3055
+ },
3056
+ "condition": {
3057
+ "property": "provider.type",
3058
+ "equals": "azureOpenAi",
3059
+ "type": "simple"
3060
+ },
3061
+ "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>.",
3062
+ "type": "Number"
3063
+ },
3064
+ {
3065
+ "id": "provider.azureOpenAi.model.parameters.topP",
3066
+ "label": "top P",
3067
+ "optional": true,
3068
+ "feel": "required",
3069
+ "group": "model",
3070
+ "binding": {
3071
+ "name": "provider.azureOpenAi.model.parameters.topP",
3072
+ "type": "zeebe:input"
3073
+ },
3074
+ "condition": {
3075
+ "property": "provider.type",
3076
+ "equals": "azureOpenAi",
3077
+ "type": "simple"
3078
+ },
3079
+ "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>.",
3080
+ "type": "Number"
3081
+ },
3082
+ {
3083
+ "id": "provider.googleVertexAi.model.model",
3084
+ "label": "Model",
3085
+ "description": "Specify the model ID. Details in the <a href=\"https://cloud.google.com/vertex-ai/docs/generative-ai/models\" target=\"_blank\">documentation</a>.",
3086
+ "optional": false,
3087
+ "constraints": {
3088
+ "notEmpty": true
3089
+ },
3090
+ "feel": "optional",
3091
+ "group": "model",
3092
+ "binding": {
3093
+ "name": "provider.googleVertexAi.model.model",
3094
+ "type": "zeebe:input"
3095
+ },
3096
+ "condition": {
3097
+ "property": "provider.type",
3098
+ "equals": "google-vertex-ai",
3099
+ "type": "simple"
3100
+ },
3101
+ "type": "String"
3102
+ },
3103
+ {
3104
+ "id": "provider.googleVertexAi.model.parameters.maxOutputTokens",
3105
+ "label": "Maximum output tokens",
3106
+ "optional": true,
3107
+ "feel": "required",
3108
+ "group": "model",
3109
+ "binding": {
3110
+ "name": "provider.googleVertexAi.model.parameters.maxOutputTokens",
3111
+ "type": "zeebe:input"
3112
+ },
3113
+ "condition": {
3114
+ "property": "provider.type",
3115
+ "equals": "google-vertex-ai",
3116
+ "type": "simple"
3117
+ },
3118
+ "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>.",
3119
+ "type": "Number"
3120
+ },
3121
+ {
3122
+ "id": "provider.googleVertexAi.model.parameters.temperature",
3123
+ "label": "Temperature",
3124
+ "optional": true,
3125
+ "feel": "required",
3126
+ "group": "model",
3127
+ "binding": {
3128
+ "name": "provider.googleVertexAi.model.parameters.temperature",
3129
+ "type": "zeebe:input"
3130
+ },
3131
+ "condition": {
3132
+ "property": "provider.type",
3133
+ "equals": "google-vertex-ai",
3134
+ "type": "simple"
3135
+ },
3136
+ "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>.",
3137
+ "type": "Number"
3138
+ },
3139
+ {
3140
+ "id": "provider.googleVertexAi.model.parameters.topP",
3141
+ "label": "top P",
3142
+ "optional": true,
3143
+ "feel": "required",
3144
+ "group": "model",
3145
+ "binding": {
3146
+ "name": "provider.googleVertexAi.model.parameters.topP",
3147
+ "type": "zeebe:input"
3148
+ },
3149
+ "condition": {
3150
+ "property": "provider.type",
3151
+ "equals": "google-vertex-ai",
3152
+ "type": "simple"
3153
+ },
3154
+ "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>.",
3155
+ "type": "Number"
3156
+ },
3157
+ {
3158
+ "id": "provider.googleVertexAi.model.parameters.topK",
3159
+ "label": "top K",
3160
+ "optional": true,
3161
+ "feel": "required",
3162
+ "group": "model",
3163
+ "binding": {
3164
+ "name": "provider.googleVertexAi.model.parameters.topK",
3165
+ "type": "zeebe:input"
3166
+ },
3167
+ "condition": {
3168
+ "property": "provider.type",
3169
+ "equals": "google-vertex-ai",
3170
+ "type": "simple"
3171
+ },
3172
+ "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>.",
3173
+ "type": "Number"
3174
+ },
3175
+ {
3176
+ "id": "provider.openai.model.model",
3177
+ "label": "Model",
3178
+ "description": "Specify the model ID. Details in the <a href=\"https://platform.openai.com/docs/models\" target=\"_blank\">documentation</a>.",
3179
+ "optional": false,
3180
+ "value": "gpt-4o",
3181
+ "constraints": {
3182
+ "notEmpty": true
3183
+ },
3184
+ "feel": "optional",
3185
+ "group": "model",
3186
+ "binding": {
3187
+ "name": "provider.openai.model.model",
3188
+ "type": "zeebe:input"
3189
+ },
3190
+ "condition": {
3191
+ "property": "provider.type",
3192
+ "equals": "openai",
3193
+ "type": "simple"
3194
+ },
3195
+ "type": "String"
3196
+ },
3197
+ {
3198
+ "id": "provider.openai.model.parameters.maxCompletionTokens",
3199
+ "label": "Maximum completion tokens",
3200
+ "optional": true,
3201
+ "feel": "required",
3202
+ "group": "model",
3203
+ "binding": {
3204
+ "name": "provider.openai.model.parameters.maxCompletionTokens",
3205
+ "type": "zeebe:input"
3206
+ },
3207
+ "condition": {
3208
+ "property": "provider.type",
3209
+ "equals": "openai",
3210
+ "type": "simple"
3211
+ },
3212
+ "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>.",
3213
+ "type": "Number"
3214
+ },
3215
+ {
3216
+ "id": "provider.openai.model.parameters.temperature",
3217
+ "label": "Temperature",
3218
+ "optional": true,
3219
+ "feel": "required",
3220
+ "group": "model",
3221
+ "binding": {
3222
+ "name": "provider.openai.model.parameters.temperature",
3223
+ "type": "zeebe:input"
3224
+ },
3225
+ "condition": {
3226
+ "property": "provider.type",
3227
+ "equals": "openai",
3228
+ "type": "simple"
3229
+ },
3230
+ "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>.",
3231
+ "type": "Number"
3232
+ },
3233
+ {
3234
+ "id": "provider.openai.model.parameters.topP",
3235
+ "label": "top P",
3236
+ "optional": true,
3237
+ "feel": "required",
3238
+ "group": "model",
3239
+ "binding": {
3240
+ "name": "provider.openai.model.parameters.topP",
3241
+ "type": "zeebe:input"
3242
+ },
3243
+ "condition": {
3244
+ "property": "provider.type",
3245
+ "equals": "openai",
3246
+ "type": "simple"
3247
+ },
3248
+ "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>.",
3249
+ "type": "Number"
3250
+ },
3251
+ {
3252
+ "id": "provider.openaiCompatible.model.model",
3253
+ "label": "Model",
3254
+ "description": "Specify the model ID. Details in the <a href=\"https://platform.openai.com/docs/models\" target=\"_blank\">documentation</a>.",
3255
+ "optional": false,
3256
+ "value": "gpt-4o",
3257
+ "constraints": {
3258
+ "notEmpty": true
3259
+ },
3260
+ "feel": "optional",
3261
+ "group": "model",
3262
+ "binding": {
3263
+ "name": "provider.openaiCompatible.model.model",
3264
+ "type": "zeebe:input"
3265
+ },
3266
+ "condition": {
3267
+ "property": "provider.type",
3268
+ "equals": "openaiCompatible",
3269
+ "type": "simple"
3270
+ },
3271
+ "type": "String"
3272
+ },
3273
+ {
3274
+ "id": "provider.openaiCompatible.model.parameters.maxCompletionTokens",
3275
+ "label": "Maximum completion tokens",
3276
+ "optional": true,
3277
+ "feel": "required",
3278
+ "group": "model",
3279
+ "binding": {
3280
+ "name": "provider.openaiCompatible.model.parameters.maxCompletionTokens",
3281
+ "type": "zeebe:input"
3282
+ },
3283
+ "condition": {
3284
+ "property": "provider.type",
3285
+ "equals": "openaiCompatible",
3286
+ "type": "simple"
3287
+ },
3288
+ "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>.",
3289
+ "type": "Number"
3290
+ },
3291
+ {
3292
+ "id": "provider.openaiCompatible.model.parameters.temperature",
3293
+ "label": "Temperature",
3294
+ "optional": true,
3295
+ "feel": "required",
3296
+ "group": "model",
3297
+ "binding": {
3298
+ "name": "provider.openaiCompatible.model.parameters.temperature",
3299
+ "type": "zeebe:input"
3300
+ },
3301
+ "condition": {
3302
+ "property": "provider.type",
3303
+ "equals": "openaiCompatible",
3304
+ "type": "simple"
3305
+ },
3306
+ "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>.",
3307
+ "type": "Number"
3308
+ },
3309
+ {
3310
+ "id": "provider.openaiCompatible.model.parameters.topP",
3311
+ "label": "top P",
3312
+ "optional": true,
3313
+ "feel": "required",
3314
+ "group": "model",
3315
+ "binding": {
3316
+ "name": "provider.openaiCompatible.model.parameters.topP",
3317
+ "type": "zeebe:input"
3318
+ },
3319
+ "condition": {
3320
+ "property": "provider.type",
3321
+ "equals": "openaiCompatible",
3322
+ "type": "simple"
3323
+ },
3324
+ "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>.",
3325
+ "type": "Number"
3326
+ },
3327
+ {
3328
+ "id": "provider.openaiCompatible.model.parameters.customParameters",
3329
+ "label": "Custom parameters",
3330
+ "description": "Map of additional request parameters to include.",
3331
+ "optional": true,
3332
+ "feel": "required",
3333
+ "group": "model",
3334
+ "binding": {
3335
+ "name": "provider.openaiCompatible.model.parameters.customParameters",
3336
+ "type": "zeebe:input"
3337
+ },
3338
+ "condition": {
3339
+ "property": "provider.type",
3340
+ "equals": "openaiCompatible",
3341
+ "type": "simple"
3342
+ },
3343
+ "type": "String"
3344
+ },
3345
+ {
3346
+ "id": "data.systemPrompt.prompt",
3347
+ "label": "System prompt",
3348
+ "optional": false,
3349
+ "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.\"",
3350
+ "constraints": {
3351
+ "notEmpty": true
3352
+ },
3353
+ "feel": "required",
3354
+ "group": "systemPrompt",
3355
+ "binding": {
3356
+ "name": "data.systemPrompt.prompt",
3357
+ "type": "zeebe:input"
3358
+ },
3359
+ "type": "Text"
3360
+ },
3361
+ {
3362
+ "id": "data.userPrompt.prompt",
3363
+ "label": "User prompt",
3364
+ "optional": false,
3365
+ "constraints": {
3366
+ "notEmpty": true
3367
+ },
3368
+ "feel": "required",
3369
+ "group": "userPrompt",
3370
+ "binding": {
3371
+ "name": "data.userPrompt.prompt",
3372
+ "type": "zeebe:input"
3373
+ },
3374
+ "type": "Text"
3375
+ },
3376
+ {
3377
+ "id": "data.userPrompt.documents",
3378
+ "label": "Documents",
3379
+ "description": "Documents to be included in the user prompt.",
3380
+ "optional": true,
3381
+ "feel": "required",
3382
+ "group": "userPrompt",
3383
+ "binding": {
3384
+ "name": "data.userPrompt.documents",
3385
+ "type": "zeebe:input"
3386
+ },
3387
+ "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.",
3388
+ "type": "String"
3389
+ },
3390
+ {
3391
+ "id": "agentContext",
3392
+ "label": "Agent context",
3393
+ "description": "Initial agent context from previous interactions. Avoid reusing context variables across agents to prevent issues with stale data or tool access.",
3394
+ "optional": false,
3395
+ "feel": "required",
3396
+ "group": "memory",
3397
+ "binding": {
3398
+ "name": "agentContext",
3399
+ "type": "zeebe:input"
3400
+ },
3401
+ "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.",
3402
+ "type": "Text"
3403
+ },
3404
+ {
3405
+ "id": "data.memory.storage.type",
3406
+ "label": "Memory storage type",
3407
+ "description": "Specify how to store the conversation memory.",
3408
+ "value": "in-process",
3409
+ "group": "memory",
3410
+ "binding": {
3411
+ "name": "data.memory.storage.type",
3412
+ "type": "zeebe:input"
3413
+ },
3414
+ "type": "Dropdown",
3415
+ "choices": [
3416
+ {
3417
+ "name": "In Process (part of agent context)",
3418
+ "value": "in-process"
3419
+ },
3420
+ {
3421
+ "name": "Camunda Document Storage",
3422
+ "value": "camunda-document"
3423
+ },
3424
+ {
3425
+ "name": "Custom Implementation (Hybrid/Self-Managed only)",
3426
+ "value": "custom"
3427
+ }
3428
+ ]
3429
+ },
3430
+ {
3431
+ "id": "data.memory.storage.timeToLive",
3432
+ "label": "Document TTL",
3433
+ "description": "How long to retain the conversation document as ISO-8601 duration (example: <code>P14D</code>).",
3434
+ "optional": true,
3435
+ "feel": "optional",
3436
+ "group": "memory",
3437
+ "binding": {
3438
+ "name": "data.memory.storage.timeToLive",
3439
+ "type": "zeebe:input"
3440
+ },
3441
+ "condition": {
3442
+ "property": "data.memory.storage.type",
3443
+ "equals": "camunda-document",
3444
+ "type": "simple"
3445
+ },
3446
+ "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.",
3447
+ "type": "String"
3448
+ },
3449
+ {
3450
+ "id": "data.memory.storage.customProperties",
3451
+ "label": "Custom document properties",
3452
+ "description": "An optional map of custom properties to be stored with the conversation document.",
3453
+ "optional": true,
3454
+ "feel": "required",
3455
+ "group": "memory",
3456
+ "binding": {
3457
+ "name": "data.memory.storage.customProperties",
3458
+ "type": "zeebe:input"
3459
+ },
3460
+ "condition": {
3461
+ "property": "data.memory.storage.type",
3462
+ "equals": "camunda-document",
3463
+ "type": "simple"
3464
+ },
3465
+ "type": "String"
3466
+ },
3467
+ {
3468
+ "id": "data.memory.storage.storeType",
3469
+ "label": "Implementation type",
3470
+ "optional": false,
3471
+ "constraints": {
3472
+ "notEmpty": true
3473
+ },
3474
+ "feel": "optional",
3475
+ "group": "memory",
3476
+ "binding": {
3477
+ "name": "data.memory.storage.storeType",
3478
+ "type": "zeebe:input"
3479
+ },
3480
+ "condition": {
3481
+ "property": "data.memory.storage.type",
3482
+ "equals": "custom",
3483
+ "type": "simple"
3484
+ },
3485
+ "type": "String"
3486
+ },
3487
+ {
3488
+ "id": "data.memory.storage.parameters",
3489
+ "label": "Parameters",
3490
+ "description": "Parameters for the custom memory storage implementation.",
3491
+ "optional": true,
3492
+ "feel": "required",
3493
+ "group": "memory",
3494
+ "binding": {
3495
+ "name": "data.memory.storage.parameters",
3496
+ "type": "zeebe:input"
3497
+ },
3498
+ "condition": {
3499
+ "property": "data.memory.storage.type",
3500
+ "equals": "custom",
3501
+ "type": "simple"
3502
+ },
3503
+ "type": "String"
3504
+ },
3505
+ {
3506
+ "id": "data.memory.contextWindowSize",
3507
+ "label": "Context window size",
3508
+ "description": "Maximum number of recent conversation messages which are passed to the model.",
3509
+ "optional": false,
3510
+ "value": 20,
3511
+ "feel": "static",
3512
+ "group": "memory",
3513
+ "binding": {
3514
+ "name": "data.memory.contextWindowSize",
3515
+ "type": "zeebe:input"
3516
+ },
3517
+ "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.",
3518
+ "type": "Number"
3519
+ },
3520
+ {
3521
+ "id": "data.limits.maxModelCalls",
3522
+ "label": "Maximum model calls",
3523
+ "description": "Maximum number of calls to the model as a safety limit to prevent infinite loops.",
3524
+ "optional": false,
3525
+ "value": 10,
3526
+ "feel": "static",
3527
+ "group": "limits",
3528
+ "binding": {
3529
+ "name": "data.limits.maxModelCalls",
3530
+ "type": "zeebe:input"
3531
+ },
3532
+ "type": "Number"
3533
+ },
3534
+ {
3535
+ "id": "data.events.behavior",
3536
+ "label": "Event handling behavior",
3537
+ "description": "Behavior on completing an event sub-process.",
3538
+ "optional": false,
3539
+ "value": "WAIT_FOR_TOOL_CALL_RESULTS",
3540
+ "constraints": {
3541
+ "notEmpty": true
3542
+ },
3543
+ "group": "events",
1434
3544
  "binding": {
1435
3545
  "name": "data.events.behavior",
1436
3546
  "type": "zeebe:input"
@@ -1558,7 +3668,7 @@
1558
3668
  "id": "version",
1559
3669
  "label": "Version",
1560
3670
  "description": "Version of the element template",
1561
- "value": "3",
3671
+ "value": "6",
1562
3672
  "group": "connector",
1563
3673
  "binding": {
1564
3674
  "key": "elementTemplateVersion",
@@ -1749,6 +3859,14 @@
1749
3859
  "value": "={\n id: toolCall._meta.id,\n name: toolCall._meta.name,\n content: toolCallResult\n}",
1750
3860
  "type": "Hidden"
1751
3861
  },
3862
+ {
3863
+ "value": "true",
3864
+ "binding": {
3865
+ "name": "io.camunda.agenticai.toolContainer",
3866
+ "type": "zeebe:property"
3867
+ },
3868
+ "type": "Hidden"
3869
+ },
1752
3870
  {
1753
3871
  "id": "provider.type",
1754
3872
  "label": "Provider",
@@ -3382,6 +5500,14 @@
3382
5500
  "value": "={\n id: toolCall._meta.id,\n name: toolCall._meta.name,\n content: toolCallResult\n}",
3383
5501
  "type": "Hidden"
3384
5502
  },
5503
+ {
5504
+ "value": "true",
5505
+ "binding": {
5506
+ "name": "io.camunda.agenticai.toolContainer",
5507
+ "type": "zeebe:property"
5508
+ },
5509
+ "type": "Hidden"
5510
+ },
3385
5511
  {
3386
5512
  "id": "provider.type",
3387
5513
  "label": "Provider",
@@ -4910,11 +7036,9 @@
4910
7036
  "name": "AI Agent Sub-process",
4911
7037
  "id": "io.camunda.connectors.agenticai.aiagent.jobworker.v1",
4912
7038
  "description": "Run a multi-step AI reasoning loop with dynamic tool selection",
4913
- "metadata": {
4914
- "keywords": ["AI", "AI Agent", "agentic orchestration"]
4915
- },
4916
- "documentationRef": "https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/",
4917
- "version": 7,
7039
+ "keywords": ["AI", "AI Agent", "agentic orchestration"],
7040
+ "documentationRef": "https://docs.camunda.io/docs/8.10/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/",
7041
+ "version": 10,
4918
7042
  "category": {
4919
7043
  "id": "aiTools",
4920
7044
  "name": "AI Tools"
@@ -4924,7 +7048,7 @@
4924
7048
  "value": "bpmn:AdHocSubProcess"
4925
7049
  },
4926
7050
  "engines": {
4927
- "camunda": "^8.9"
7051
+ "camunda": "^8.10"
4928
7052
  },
4929
7053
  "groups": [
4930
7054
  {
@@ -5022,6 +7146,14 @@
5022
7146
  "value": "={\n id: toolCall._meta.id,\n name: toolCall._meta.name,\n content: toolCallResult\n}",
5023
7147
  "type": "Hidden"
5024
7148
  },
7149
+ {
7150
+ "value": "true",
7151
+ "binding": {
7152
+ "name": "io.camunda.agenticai.toolContainer",
7153
+ "type": "zeebe:property"
7154
+ },
7155
+ "type": "Hidden"
7156
+ },
5025
7157
  {
5026
7158
  "id": "provider.type",
5027
7159
  "label": "Provider",
@@ -5140,7 +7272,7 @@
5140
7272
  {
5141
7273
  "id": "provider.bedrock.endpoint",
5142
7274
  "label": "Endpoint",
5143
- "description": "Optional custom API endpoint",
7275
+ "description": "Custom API endpoint for VPC/PrivateLink configurations, AWS GovCloud, or other non-standard deployments.",
5144
7276
  "optional": true,
5145
7277
  "feel": "optional",
5146
7278
  "group": "provider",
@@ -5219,7 +7351,7 @@
5219
7351
  {
5220
7352
  "id": "provider.bedrock.authentication.secretKey",
5221
7353
  "label": "Secret key",
5222
- "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
7354
+ "description": "Provide the secret key for the IAM access key",
5223
7355
  "optional": false,
5224
7356
  "constraints": {
5225
7357
  "notEmpty": true
@@ -5777,7 +7909,6 @@
5777
7909
  "label": "Model",
5778
7910
  "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>.",
5779
7911
  "optional": false,
5780
- "placeholder": "claude-sonnet-4-6",
5781
7912
  "constraints": {
5782
7913
  "notEmpty": true
5783
7914
  },
@@ -5792,6 +7923,7 @@
5792
7923
  "equals": "anthropic",
5793
7924
  "type": "simple"
5794
7925
  },
7926
+ "placeholder": "claude-sonnet-4-6",
5795
7927
  "type": "String"
5796
7928
  },
5797
7929
  {
@@ -5871,7 +8003,6 @@
5871
8003
  "label": "Model",
5872
8004
  "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>.",
5873
8005
  "optional": false,
5874
- "placeholder": "global.anthropic.claude-sonnet-4-6",
5875
8006
  "constraints": {
5876
8007
  "notEmpty": true
5877
8008
  },
@@ -5886,6 +8017,7 @@
5886
8017
  "equals": "bedrock",
5887
8018
  "type": "simple"
5888
8019
  },
8020
+ "placeholder": "global.anthropic.claude-sonnet-4-6",
5889
8021
  "type": "String"
5890
8022
  },
5891
8023
  {
@@ -6303,101 +8435,273 @@
6303
8435
  "constraints": {
6304
8436
  "notEmpty": true
6305
8437
  },
6306
- "feel": "required",
6307
- "group": "userPrompt",
8438
+ "feel": "required",
8439
+ "group": "userPrompt",
8440
+ "binding": {
8441
+ "name": "data.userPrompt.prompt",
8442
+ "type": "zeebe:input"
8443
+ },
8444
+ "type": "Text"
8445
+ },
8446
+ {
8447
+ "id": "data.userPrompt.documents",
8448
+ "label": "Documents",
8449
+ "description": "Documents to be included in the user prompt.",
8450
+ "optional": true,
8451
+ "feel": "required",
8452
+ "group": "userPrompt",
8453
+ "binding": {
8454
+ "name": "data.userPrompt.documents",
8455
+ "type": "zeebe:input"
8456
+ },
8457
+ "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.",
8458
+ "type": "String"
8459
+ },
8460
+ {
8461
+ "id": "agentContext",
8462
+ "label": "Agent context",
8463
+ "description": "Initial agent context from previous interactions. Avoid reusing context variables across agents to prevent issues with stale data or tool access.",
8464
+ "optional": false,
8465
+ "feel": "required",
8466
+ "group": "memory",
8467
+ "binding": {
8468
+ "name": "agentContext",
8469
+ "type": "zeebe:input"
8470
+ },
8471
+ "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.",
8472
+ "type": "Text"
8473
+ },
8474
+ {
8475
+ "id": "data.memory.storage.type",
8476
+ "label": "Memory storage type",
8477
+ "description": "Specify how to store the conversation memory.",
8478
+ "value": "in-process",
8479
+ "group": "memory",
8480
+ "binding": {
8481
+ "name": "data.memory.storage.type",
8482
+ "type": "zeebe:input"
8483
+ },
8484
+ "type": "Dropdown",
8485
+ "choices": [
8486
+ {
8487
+ "name": "In Process (part of agent context)",
8488
+ "value": "in-process"
8489
+ },
8490
+ {
8491
+ "name": "Camunda Document Storage",
8492
+ "value": "camunda-document"
8493
+ },
8494
+ {
8495
+ "name": "AWS AgentCore Memory",
8496
+ "value": "aws-agentcore"
8497
+ },
8498
+ {
8499
+ "name": "Custom Implementation (Hybrid/Self-Managed only)",
8500
+ "value": "custom"
8501
+ }
8502
+ ]
8503
+ },
8504
+ {
8505
+ "id": "data.memory.storage.timeToLive",
8506
+ "label": "Document TTL",
8507
+ "description": "How long to retain the conversation document as ISO-8601 duration (example: <code>P14D</code>).",
8508
+ "optional": true,
8509
+ "feel": "optional",
8510
+ "group": "memory",
8511
+ "binding": {
8512
+ "name": "data.memory.storage.timeToLive",
8513
+ "type": "zeebe:input"
8514
+ },
8515
+ "condition": {
8516
+ "property": "data.memory.storage.type",
8517
+ "equals": "camunda-document",
8518
+ "type": "simple"
8519
+ },
8520
+ "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.",
8521
+ "type": "String"
8522
+ },
8523
+ {
8524
+ "id": "data.memory.storage.customProperties",
8525
+ "label": "Custom document properties",
8526
+ "description": "An optional map of custom properties to be stored with the conversation document.",
8527
+ "optional": true,
8528
+ "feel": "required",
8529
+ "group": "memory",
8530
+ "binding": {
8531
+ "name": "data.memory.storage.customProperties",
8532
+ "type": "zeebe:input"
8533
+ },
8534
+ "condition": {
8535
+ "property": "data.memory.storage.type",
8536
+ "equals": "camunda-document",
8537
+ "type": "simple"
8538
+ },
8539
+ "type": "String"
8540
+ },
8541
+ {
8542
+ "id": "data.memory.storage.region",
8543
+ "label": "Region",
8544
+ "description": "Specify the AWS region (example: <code>us-east-1</code>)",
8545
+ "optional": false,
8546
+ "constraints": {
8547
+ "notEmpty": true
8548
+ },
8549
+ "feel": "optional",
8550
+ "group": "memory",
8551
+ "binding": {
8552
+ "name": "data.memory.storage.region",
8553
+ "type": "zeebe:input"
8554
+ },
8555
+ "condition": {
8556
+ "property": "data.memory.storage.type",
8557
+ "equals": "aws-agentcore",
8558
+ "type": "simple"
8559
+ },
8560
+ "type": "String"
8561
+ },
8562
+ {
8563
+ "id": "data.memory.storage.endpoint",
8564
+ "label": "Endpoint",
8565
+ "description": "Custom API endpoint for VPC/PrivateLink configurations, AWS GovCloud, or other non-standard deployments.",
8566
+ "optional": true,
8567
+ "feel": "optional",
8568
+ "group": "memory",
8569
+ "binding": {
8570
+ "name": "data.memory.storage.endpoint",
8571
+ "type": "zeebe:input"
8572
+ },
8573
+ "condition": {
8574
+ "property": "data.memory.storage.type",
8575
+ "equals": "aws-agentcore",
8576
+ "type": "simple"
8577
+ },
8578
+ "type": "String"
8579
+ },
8580
+ {
8581
+ "id": "data.memory.storage.authentication.type",
8582
+ "label": "Authentication",
8583
+ "description": "Specify the AWS authentication strategy for AgentCore Memory access.",
8584
+ "value": "credentials",
8585
+ "group": "memory",
8586
+ "binding": {
8587
+ "name": "data.memory.storage.authentication.type",
8588
+ "type": "zeebe:input"
8589
+ },
8590
+ "condition": {
8591
+ "property": "data.memory.storage.type",
8592
+ "equals": "aws-agentcore",
8593
+ "type": "simple"
8594
+ },
8595
+ "type": "Dropdown",
8596
+ "choices": [
8597
+ {
8598
+ "name": "Credentials",
8599
+ "value": "credentials"
8600
+ },
8601
+ {
8602
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
8603
+ "value": "defaultCredentialsChain"
8604
+ }
8605
+ ]
8606
+ },
8607
+ {
8608
+ "id": "data.memory.storage.authentication.accessKey",
8609
+ "label": "Access key",
8610
+ "description": "Provide an IAM access key with permissions for <code>bedrock-agentcore:CreateEvent</code> and <code>bedrock-agentcore:ListEvents</code>",
8611
+ "optional": false,
8612
+ "constraints": {
8613
+ "notEmpty": true
8614
+ },
8615
+ "feel": "optional",
8616
+ "group": "memory",
6308
8617
  "binding": {
6309
- "name": "data.userPrompt.prompt",
8618
+ "name": "data.memory.storage.authentication.accessKey",
6310
8619
  "type": "zeebe:input"
6311
8620
  },
6312
- "type": "Text"
6313
- },
6314
- {
6315
- "id": "data.userPrompt.documents",
6316
- "label": "Documents",
6317
- "description": "Documents to be included in the user prompt.",
6318
- "optional": true,
6319
- "feel": "required",
6320
- "group": "userPrompt",
6321
- "binding": {
6322
- "name": "data.userPrompt.documents",
6323
- "type": "zeebe:input"
8621
+ "condition": {
8622
+ "allMatch": [
8623
+ {
8624
+ "property": "data.memory.storage.authentication.type",
8625
+ "equals": "credentials",
8626
+ "type": "simple"
8627
+ },
8628
+ {
8629
+ "property": "data.memory.storage.type",
8630
+ "equals": "aws-agentcore",
8631
+ "type": "simple"
8632
+ }
8633
+ ]
6324
8634
  },
6325
- "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.",
6326
8635
  "type": "String"
6327
8636
  },
6328
8637
  {
6329
- "id": "agentContext",
6330
- "label": "Agent context",
6331
- "description": "Initial agent context from previous interactions. Avoid reusing context variables across agents to prevent issues with stale data or tool access.",
8638
+ "id": "data.memory.storage.authentication.secretKey",
8639
+ "label": "Secret key",
8640
+ "description": "Provide the secret key for the IAM access key",
6332
8641
  "optional": false,
6333
- "feel": "required",
6334
- "group": "memory",
6335
- "binding": {
6336
- "name": "agentContext",
6337
- "type": "zeebe:input"
8642
+ "constraints": {
8643
+ "notEmpty": true
6338
8644
  },
6339
- "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.",
6340
- "type": "Text"
6341
- },
6342
- {
6343
- "id": "data.memory.storage.type",
6344
- "label": "Memory storage type",
6345
- "description": "Specify how to store the conversation memory.",
6346
- "value": "in-process",
8645
+ "feel": "optional",
6347
8646
  "group": "memory",
6348
8647
  "binding": {
6349
- "name": "data.memory.storage.type",
8648
+ "name": "data.memory.storage.authentication.secretKey",
6350
8649
  "type": "zeebe:input"
6351
8650
  },
6352
- "type": "Dropdown",
6353
- "choices": [
6354
- {
6355
- "name": "In Process (part of agent context)",
6356
- "value": "in-process"
6357
- },
6358
- {
6359
- "name": "Camunda Document Storage",
6360
- "value": "camunda-document"
6361
- },
6362
- {
6363
- "name": "Custom Implementation (Hybrid/Self-Managed only)",
6364
- "value": "custom"
6365
- }
6366
- ]
8651
+ "condition": {
8652
+ "allMatch": [
8653
+ {
8654
+ "property": "data.memory.storage.authentication.type",
8655
+ "equals": "credentials",
8656
+ "type": "simple"
8657
+ },
8658
+ {
8659
+ "property": "data.memory.storage.type",
8660
+ "equals": "aws-agentcore",
8661
+ "type": "simple"
8662
+ }
8663
+ ]
8664
+ },
8665
+ "type": "String"
6367
8666
  },
6368
8667
  {
6369
- "id": "data.memory.storage.timeToLive",
6370
- "label": "Document TTL",
6371
- "description": "How long to retain the conversation document as ISO-8601 duration (example: <code>P14D</code>).",
6372
- "optional": true,
8668
+ "id": "data.memory.storage.memoryId",
8669
+ "label": "Memory ID",
8670
+ "description": "The ID of the pre-provisioned AgentCore Memory resource.",
8671
+ "optional": false,
8672
+ "constraints": {
8673
+ "notEmpty": true
8674
+ },
6373
8675
  "feel": "optional",
6374
8676
  "group": "memory",
6375
8677
  "binding": {
6376
- "name": "data.memory.storage.timeToLive",
8678
+ "name": "data.memory.storage.memoryId",
6377
8679
  "type": "zeebe:input"
6378
8680
  },
6379
8681
  "condition": {
6380
8682
  "property": "data.memory.storage.type",
6381
- "equals": "camunda-document",
8683
+ "equals": "aws-agentcore",
6382
8684
  "type": "simple"
6383
8685
  },
6384
- "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.",
6385
8686
  "type": "String"
6386
8687
  },
6387
8688
  {
6388
- "id": "data.memory.storage.customProperties",
6389
- "label": "Custom document properties",
6390
- "description": "An optional map of custom properties to be stored with the conversation document.",
6391
- "optional": true,
6392
- "feel": "required",
8689
+ "id": "data.memory.storage.actorId",
8690
+ "label": "Actor ID",
8691
+ "description": "Identifier of the actor associated with events (e.g., end-user or agent/user combination).",
8692
+ "optional": false,
8693
+ "constraints": {
8694
+ "notEmpty": true
8695
+ },
8696
+ "feel": "optional",
6393
8697
  "group": "memory",
6394
8698
  "binding": {
6395
- "name": "data.memory.storage.customProperties",
8699
+ "name": "data.memory.storage.actorId",
6396
8700
  "type": "zeebe:input"
6397
8701
  },
6398
8702
  "condition": {
6399
8703
  "property": "data.memory.storage.type",
6400
- "equals": "camunda-document",
8704
+ "equals": "aws-agentcore",
6401
8705
  "type": "simple"
6402
8706
  },
6403
8707
  "type": "String"
@@ -6606,7 +8910,7 @@
6606
8910
  "id": "version",
6607
8911
  "label": "Version",
6608
8912
  "description": "Version of the element template",
6609
- "value": "7",
8913
+ "value": "10",
6610
8914
  "group": "connector",
6611
8915
  "binding": {
6612
8916
  "key": "elementTemplateVersion",
@@ -6629,7 +8933,7 @@
6629
8933
  {
6630
8934
  "id": "resultVariable",
6631
8935
  "label": "Result variable",
6632
- "description": "Name of variable to store the response in",
8936
+ "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>.",
6633
8937
  "value": "agent",
6634
8938
  "group": "output",
6635
8939
  "binding": {
@@ -6667,7 +8971,7 @@
6667
8971
  "id": "retryBackoff",
6668
8972
  "label": "Retry backoff",
6669
8973
  "description": "ISO-8601 duration to wait between retries",
6670
- "value": "PT0S",
8974
+ "value": "PT30S",
6671
8975
  "group": "retries",
6672
8976
  "binding": {
6673
8977
  "key": "retryBackoff",
@@ -6689,14 +8993,14 @@
6689
8993
  },
6690
8994
  {
6691
8995
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
6692
- "name": "AI Agent Sub-process",
8996
+ "name": "AI Agent Subprocess",
6693
8997
  "id": "io.camunda.connectors.agenticai.aiagent.jobworker.v1",
6694
- "description": "Run a multi-step AI reasoning loop with dynamic tool selection",
8998
+ "description": "Processes user requests with an integrated, customizable toolbox and services for dynamic workflows.",
6695
8999
  "metadata": {
6696
9000
  "keywords": ["AI", "AI Agent", "agentic orchestration"]
6697
9001
  },
6698
- "documentationRef": "https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/",
6699
- "version": 6,
9002
+ "documentationRef": "https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent/",
9003
+ "version": 3,
6700
9004
  "category": {
6701
9005
  "id": "aiTools",
6702
9006
  "name": "AI Tools"
@@ -6706,7 +9010,7 @@
6706
9010
  "value": "bpmn:AdHocSubProcess"
6707
9011
  },
6708
9012
  "engines": {
6709
- "camunda": "^8.9"
9013
+ "camunda": "^8.8"
6710
9014
  },
6711
9015
  "groups": [
6712
9016
  {
@@ -6757,7 +9061,7 @@
6757
9061
  {
6758
9062
  "id": "response",
6759
9063
  "label": "Response",
6760
- "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.",
9064
+ "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.",
6761
9065
  "openByDefault": false
6762
9066
  },
6763
9067
  {
@@ -6804,6 +9108,14 @@
6804
9108
  "value": "={\n id: toolCall._meta.id,\n name: toolCall._meta.name,\n content: toolCallResult\n}",
6805
9109
  "type": "Hidden"
6806
9110
  },
9111
+ {
9112
+ "value": "true",
9113
+ "binding": {
9114
+ "name": "io.camunda.agenticai.toolContainer",
9115
+ "type": "zeebe:property"
9116
+ },
9117
+ "type": "Hidden"
9118
+ },
6807
9119
  {
6808
9120
  "id": "provider.type",
6809
9121
  "label": "Provider",
@@ -6880,24 +9192,6 @@
6880
9192
  },
6881
9193
  "type": "String"
6882
9194
  },
6883
- {
6884
- "id": "provider.anthropic.timeouts.timeout",
6885
- "label": "Timeout",
6886
- "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
6887
- "optional": true,
6888
- "feel": "optional",
6889
- "group": "provider",
6890
- "binding": {
6891
- "name": "provider.anthropic.timeouts.timeout",
6892
- "type": "zeebe:input"
6893
- },
6894
- "condition": {
6895
- "property": "provider.type",
6896
- "equals": "anthropic",
6897
- "type": "simple"
6898
- },
6899
- "type": "String"
6900
- },
6901
9195
  {
6902
9196
  "id": "provider.bedrock.region",
6903
9197
  "label": "Region",
@@ -6958,10 +9252,6 @@
6958
9252
  "name": "Credentials",
6959
9253
  "value": "credentials"
6960
9254
  },
6961
- {
6962
- "name": "API Key",
6963
- "value": "apiKey"
6964
- },
6965
9255
  {
6966
9256
  "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
6967
9257
  "value": "defaultCredentialsChain"
@@ -7028,54 +9318,6 @@
7028
9318
  },
7029
9319
  "type": "String"
7030
9320
  },
7031
- {
7032
- "id": "provider.bedrock.authentication.apiKey",
7033
- "label": "API Key",
7034
- "description": "Provide an API Key with permissions to interact with your AWS Bedrock Instance",
7035
- "optional": false,
7036
- "constraints": {
7037
- "notEmpty": true
7038
- },
7039
- "feel": "optional",
7040
- "group": "provider",
7041
- "binding": {
7042
- "name": "provider.bedrock.authentication.apiKey",
7043
- "type": "zeebe:input"
7044
- },
7045
- "condition": {
7046
- "allMatch": [
7047
- {
7048
- "property": "provider.bedrock.authentication.type",
7049
- "equals": "apiKey",
7050
- "type": "simple"
7051
- },
7052
- {
7053
- "property": "provider.type",
7054
- "equals": "bedrock",
7055
- "type": "simple"
7056
- }
7057
- ]
7058
- },
7059
- "type": "String"
7060
- },
7061
- {
7062
- "id": "provider.bedrock.timeouts.timeout",
7063
- "label": "Timeout",
7064
- "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
7065
- "optional": true,
7066
- "feel": "optional",
7067
- "group": "provider",
7068
- "binding": {
7069
- "name": "provider.bedrock.timeouts.timeout",
7070
- "type": "zeebe:input"
7071
- },
7072
- "condition": {
7073
- "property": "provider.type",
7074
- "equals": "bedrock",
7075
- "type": "simple"
7076
- },
7077
- "type": "String"
7078
- },
7079
9321
  {
7080
9322
  "id": "provider.azureOpenAi.endpoint",
7081
9323
  "label": "Endpoint",
@@ -7270,24 +9512,6 @@
7270
9512
  },
7271
9513
  "type": "String"
7272
9514
  },
7273
- {
7274
- "id": "provider.azureOpenAi.timeouts.timeout",
7275
- "label": "Timeout",
7276
- "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
7277
- "optional": true,
7278
- "feel": "optional",
7279
- "group": "provider",
7280
- "binding": {
7281
- "name": "provider.azureOpenAi.timeouts.timeout",
7282
- "type": "zeebe:input"
7283
- },
7284
- "condition": {
7285
- "property": "provider.type",
7286
- "equals": "azureOpenAi",
7287
- "type": "simple"
7288
- },
7289
- "type": "String"
7290
- },
7291
9515
  {
7292
9516
  "id": "provider.googleVertexAi.projectId",
7293
9517
  "label": "Project ID",
@@ -7424,34 +9648,16 @@
7424
9648
  "type": "simple"
7425
9649
  },
7426
9650
  "type": "String"
7427
- },
7428
- {
7429
- "id": "provider.openai.authentication.projectId",
7430
- "label": "Project ID",
7431
- "description": "For accounts with multiple projects. Details in the <a href=\"https://platform.openai.com/docs/api-reference/authentication\" target=\"_blank\">documentation</a>.",
7432
- "optional": true,
7433
- "feel": "optional",
7434
- "group": "provider",
7435
- "binding": {
7436
- "name": "provider.openai.authentication.projectId",
7437
- "type": "zeebe:input"
7438
- },
7439
- "condition": {
7440
- "property": "provider.type",
7441
- "equals": "openai",
7442
- "type": "simple"
7443
- },
7444
- "type": "String"
7445
- },
7446
- {
7447
- "id": "provider.openai.timeouts.timeout",
7448
- "label": "Timeout",
7449
- "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
9651
+ },
9652
+ {
9653
+ "id": "provider.openai.authentication.projectId",
9654
+ "label": "Project ID",
9655
+ "description": "For accounts with multiple projects. Details in the <a href=\"https://platform.openai.com/docs/api-reference/authentication\" target=\"_blank\">documentation</a>.",
7450
9656
  "optional": true,
7451
9657
  "feel": "optional",
7452
9658
  "group": "provider",
7453
9659
  "binding": {
7454
- "name": "provider.openai.timeouts.timeout",
9660
+ "name": "provider.openai.authentication.projectId",
7455
9661
  "type": "zeebe:input"
7456
9662
  },
7457
9663
  "condition": {
@@ -7518,42 +9724,6 @@
7518
9724
  },
7519
9725
  "type": "String"
7520
9726
  },
7521
- {
7522
- "id": "provider.openaiCompatible.queryParameters",
7523
- "label": "Query Parameters",
7524
- "description": "Map of query parameters to add to the request URL.",
7525
- "optional": true,
7526
- "feel": "required",
7527
- "group": "provider",
7528
- "binding": {
7529
- "name": "provider.openaiCompatible.queryParameters",
7530
- "type": "zeebe:input"
7531
- },
7532
- "condition": {
7533
- "property": "provider.type",
7534
- "equals": "openaiCompatible",
7535
- "type": "simple"
7536
- },
7537
- "type": "String"
7538
- },
7539
- {
7540
- "id": "provider.openaiCompatible.timeouts.timeout",
7541
- "label": "Timeout",
7542
- "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
7543
- "optional": true,
7544
- "feel": "optional",
7545
- "group": "provider",
7546
- "binding": {
7547
- "name": "provider.openaiCompatible.timeouts.timeout",
7548
- "type": "zeebe:input"
7549
- },
7550
- "condition": {
7551
- "property": "provider.type",
7552
- "equals": "openaiCompatible",
7553
- "type": "simple"
7554
- },
7555
- "type": "String"
7556
- },
7557
9727
  {
7558
9728
  "id": "provider.anthropic.model.model",
7559
9729
  "label": "Model",
@@ -8066,7 +10236,7 @@
8066
10236
  "id": "data.systemPrompt.prompt",
8067
10237
  "label": "System prompt",
8068
10238
  "optional": false,
8069
- "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.\"",
10239
+ "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.\"",
8070
10240
  "constraints": {
8071
10241
  "notEmpty": true
8072
10242
  },
@@ -8104,21 +10274,21 @@
8104
10274
  "name": "data.userPrompt.documents",
8105
10275
  "type": "zeebe:input"
8106
10276
  },
8107
- "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.",
10277
+ "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.",
8108
10278
  "type": "String"
8109
10279
  },
8110
10280
  {
8111
10281
  "id": "agentContext",
8112
10282
  "label": "Agent context",
8113
10283
  "description": "Initial agent context from previous interactions. Avoid reusing context variables across agents to prevent issues with stale data or tool access.",
8114
- "optional": false,
10284
+ "optional": true,
8115
10285
  "feel": "required",
8116
10286
  "group": "memory",
8117
10287
  "binding": {
8118
10288
  "name": "agentContext",
8119
10289
  "type": "zeebe:input"
8120
10290
  },
8121
- "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.",
10291
+ "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.",
8122
10292
  "type": "Text"
8123
10293
  },
8124
10294
  {
@@ -8234,7 +10404,7 @@
8234
10404
  "name": "data.memory.contextWindowSize",
8235
10405
  "type": "zeebe:input"
8236
10406
  },
8237
- "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.",
10407
+ "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.",
8238
10408
  "type": "Number"
8239
10409
  },
8240
10410
  {
@@ -8388,7 +10558,7 @@
8388
10558
  "id": "version",
8389
10559
  "label": "Version",
8390
10560
  "description": "Version of the element template",
8391
- "value": "6",
10561
+ "value": "3",
8392
10562
  "group": "connector",
8393
10563
  "binding": {
8394
10564
  "key": "elementTemplateVersion",
@@ -8467,9 +10637,11 @@
8467
10637
  "name": "AI Agent Sub-process",
8468
10638
  "id": "io.camunda.connectors.agenticai.aiagent.jobworker.v1",
8469
10639
  "description": "Run a multi-step AI reasoning loop with dynamic tool selection",
8470
- "keywords": ["AI", "AI Agent", "agentic orchestration"],
8471
- "documentationRef": "https://docs.camunda.io/docs/8.10/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/",
8472
- "version": 10,
10640
+ "metadata": {
10641
+ "keywords": ["AI", "AI Agent", "agentic orchestration"]
10642
+ },
10643
+ "documentationRef": "https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/",
10644
+ "version": 7,
8473
10645
  "category": {
8474
10646
  "id": "aiTools",
8475
10647
  "name": "AI Tools"
@@ -8479,7 +10651,7 @@
8479
10651
  "value": "bpmn:AdHocSubProcess"
8480
10652
  },
8481
10653
  "engines": {
8482
- "camunda": "^8.10"
10654
+ "camunda": "^8.9"
8483
10655
  },
8484
10656
  "groups": [
8485
10657
  {
@@ -8577,6 +10749,14 @@
8577
10749
  "value": "={\n id: toolCall._meta.id,\n name: toolCall._meta.name,\n content: toolCallResult\n}",
8578
10750
  "type": "Hidden"
8579
10751
  },
10752
+ {
10753
+ "value": "true",
10754
+ "binding": {
10755
+ "name": "io.camunda.agenticai.toolContainer",
10756
+ "type": "zeebe:property"
10757
+ },
10758
+ "type": "Hidden"
10759
+ },
8580
10760
  {
8581
10761
  "id": "provider.type",
8582
10762
  "label": "Provider",
@@ -8695,7 +10875,7 @@
8695
10875
  {
8696
10876
  "id": "provider.bedrock.endpoint",
8697
10877
  "label": "Endpoint",
8698
- "description": "Custom API endpoint for VPC/PrivateLink configurations, AWS GovCloud, or other non-standard deployments.",
10878
+ "description": "Optional custom API endpoint",
8699
10879
  "optional": true,
8700
10880
  "feel": "optional",
8701
10881
  "group": "provider",
@@ -8774,7 +10954,7 @@
8774
10954
  {
8775
10955
  "id": "provider.bedrock.authentication.secretKey",
8776
10956
  "label": "Secret key",
8777
- "description": "Provide the secret key for the IAM access key",
10957
+ "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
8778
10958
  "optional": false,
8779
10959
  "constraints": {
8780
10960
  "notEmpty": true
@@ -9332,6 +11512,7 @@
9332
11512
  "label": "Model",
9333
11513
  "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>.",
9334
11514
  "optional": false,
11515
+ "placeholder": "claude-sonnet-4-6",
9335
11516
  "constraints": {
9336
11517
  "notEmpty": true
9337
11518
  },
@@ -9346,7 +11527,6 @@
9346
11527
  "equals": "anthropic",
9347
11528
  "type": "simple"
9348
11529
  },
9349
- "placeholder": "claude-sonnet-4-6",
9350
11530
  "type": "String"
9351
11531
  },
9352
11532
  {
@@ -9426,6 +11606,7 @@
9426
11606
  "label": "Model",
9427
11607
  "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>.",
9428
11608
  "optional": false,
11609
+ "placeholder": "global.anthropic.claude-sonnet-4-6",
9429
11610
  "constraints": {
9430
11611
  "notEmpty": true
9431
11612
  },
@@ -9440,7 +11621,6 @@
9440
11621
  "equals": "bedrock",
9441
11622
  "type": "simple"
9442
11623
  },
9443
- "placeholder": "global.anthropic.claude-sonnet-4-6",
9444
11624
  "type": "String"
9445
11625
  },
9446
11626
  {
@@ -9914,10 +12094,6 @@
9914
12094
  "name": "Camunda Document Storage",
9915
12095
  "value": "camunda-document"
9916
12096
  },
9917
- {
9918
- "name": "AWS AgentCore Memory",
9919
- "value": "aws-agentcore"
9920
- },
9921
12097
  {
9922
12098
  "name": "Custom Implementation (Hybrid/Self-Managed only)",
9923
12099
  "value": "custom"
@@ -9961,174 +12137,6 @@
9961
12137
  },
9962
12138
  "type": "String"
9963
12139
  },
9964
- {
9965
- "id": "data.memory.storage.region",
9966
- "label": "Region",
9967
- "description": "Specify the AWS region (example: <code>us-east-1</code>)",
9968
- "optional": false,
9969
- "constraints": {
9970
- "notEmpty": true
9971
- },
9972
- "feel": "optional",
9973
- "group": "memory",
9974
- "binding": {
9975
- "name": "data.memory.storage.region",
9976
- "type": "zeebe:input"
9977
- },
9978
- "condition": {
9979
- "property": "data.memory.storage.type",
9980
- "equals": "aws-agentcore",
9981
- "type": "simple"
9982
- },
9983
- "type": "String"
9984
- },
9985
- {
9986
- "id": "data.memory.storage.endpoint",
9987
- "label": "Endpoint",
9988
- "description": "Custom API endpoint for VPC/PrivateLink configurations, AWS GovCloud, or other non-standard deployments.",
9989
- "optional": true,
9990
- "feel": "optional",
9991
- "group": "memory",
9992
- "binding": {
9993
- "name": "data.memory.storage.endpoint",
9994
- "type": "zeebe:input"
9995
- },
9996
- "condition": {
9997
- "property": "data.memory.storage.type",
9998
- "equals": "aws-agentcore",
9999
- "type": "simple"
10000
- },
10001
- "type": "String"
10002
- },
10003
- {
10004
- "id": "data.memory.storage.authentication.type",
10005
- "label": "Authentication",
10006
- "description": "Specify the AWS authentication strategy for AgentCore Memory access.",
10007
- "value": "credentials",
10008
- "group": "memory",
10009
- "binding": {
10010
- "name": "data.memory.storage.authentication.type",
10011
- "type": "zeebe:input"
10012
- },
10013
- "condition": {
10014
- "property": "data.memory.storage.type",
10015
- "equals": "aws-agentcore",
10016
- "type": "simple"
10017
- },
10018
- "type": "Dropdown",
10019
- "choices": [
10020
- {
10021
- "name": "Credentials",
10022
- "value": "credentials"
10023
- },
10024
- {
10025
- "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
10026
- "value": "defaultCredentialsChain"
10027
- }
10028
- ]
10029
- },
10030
- {
10031
- "id": "data.memory.storage.authentication.accessKey",
10032
- "label": "Access key",
10033
- "description": "Provide an IAM access key with permissions for <code>bedrock-agentcore:CreateEvent</code> and <code>bedrock-agentcore:ListEvents</code>",
10034
- "optional": false,
10035
- "constraints": {
10036
- "notEmpty": true
10037
- },
10038
- "feel": "optional",
10039
- "group": "memory",
10040
- "binding": {
10041
- "name": "data.memory.storage.authentication.accessKey",
10042
- "type": "zeebe:input"
10043
- },
10044
- "condition": {
10045
- "allMatch": [
10046
- {
10047
- "property": "data.memory.storage.authentication.type",
10048
- "equals": "credentials",
10049
- "type": "simple"
10050
- },
10051
- {
10052
- "property": "data.memory.storage.type",
10053
- "equals": "aws-agentcore",
10054
- "type": "simple"
10055
- }
10056
- ]
10057
- },
10058
- "type": "String"
10059
- },
10060
- {
10061
- "id": "data.memory.storage.authentication.secretKey",
10062
- "label": "Secret key",
10063
- "description": "Provide the secret key for the IAM access key",
10064
- "optional": false,
10065
- "constraints": {
10066
- "notEmpty": true
10067
- },
10068
- "feel": "optional",
10069
- "group": "memory",
10070
- "binding": {
10071
- "name": "data.memory.storage.authentication.secretKey",
10072
- "type": "zeebe:input"
10073
- },
10074
- "condition": {
10075
- "allMatch": [
10076
- {
10077
- "property": "data.memory.storage.authentication.type",
10078
- "equals": "credentials",
10079
- "type": "simple"
10080
- },
10081
- {
10082
- "property": "data.memory.storage.type",
10083
- "equals": "aws-agentcore",
10084
- "type": "simple"
10085
- }
10086
- ]
10087
- },
10088
- "type": "String"
10089
- },
10090
- {
10091
- "id": "data.memory.storage.memoryId",
10092
- "label": "Memory ID",
10093
- "description": "The ID of the pre-provisioned AgentCore Memory resource.",
10094
- "optional": false,
10095
- "constraints": {
10096
- "notEmpty": true
10097
- },
10098
- "feel": "optional",
10099
- "group": "memory",
10100
- "binding": {
10101
- "name": "data.memory.storage.memoryId",
10102
- "type": "zeebe:input"
10103
- },
10104
- "condition": {
10105
- "property": "data.memory.storage.type",
10106
- "equals": "aws-agentcore",
10107
- "type": "simple"
10108
- },
10109
- "type": "String"
10110
- },
10111
- {
10112
- "id": "data.memory.storage.actorId",
10113
- "label": "Actor ID",
10114
- "description": "Identifier of the actor associated with events (e.g., end-user or agent/user combination).",
10115
- "optional": false,
10116
- "constraints": {
10117
- "notEmpty": true
10118
- },
10119
- "feel": "optional",
10120
- "group": "memory",
10121
- "binding": {
10122
- "name": "data.memory.storage.actorId",
10123
- "type": "zeebe:input"
10124
- },
10125
- "condition": {
10126
- "property": "data.memory.storage.type",
10127
- "equals": "aws-agentcore",
10128
- "type": "simple"
10129
- },
10130
- "type": "String"
10131
- },
10132
12140
  {
10133
12141
  "id": "data.memory.storage.storeType",
10134
12142
  "label": "Implementation type",
@@ -10333,7 +12341,7 @@
10333
12341
  "id": "version",
10334
12342
  "label": "Version",
10335
12343
  "description": "Version of the element template",
10336
- "value": "10",
12344
+ "value": "7",
10337
12345
  "group": "connector",
10338
12346
  "binding": {
10339
12347
  "key": "elementTemplateVersion",
@@ -10356,7 +12364,7 @@
10356
12364
  {
10357
12365
  "id": "resultVariable",
10358
12366
  "label": "Result variable",
10359
- "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>.",
12367
+ "description": "Name of variable to store the response in",
10360
12368
  "value": "agent",
10361
12369
  "group": "output",
10362
12370
  "binding": {
@@ -10394,7 +12402,7 @@
10394
12402
  "id": "retryBackoff",
10395
12403
  "label": "Retry backoff",
10396
12404
  "description": "ISO-8601 duration to wait between retries",
10397
- "value": "PT30S",
12405
+ "value": "PT0S",
10398
12406
  "group": "retries",
10399
12407
  "binding": {
10400
12408
  "key": "retryBackoff",