@camunda/connectors-element-templates 1.0.17 → 1.0.19

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 (125) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -2
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +4 -7
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +8 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +8 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +8 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +8 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +9 -12
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3770 -29
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6274 -2594
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +549 -552
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +736 -739
  14. package/src/element-templates/asana-connector.json +759 -48
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1763 -1759
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +747 -10
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1358 -1358
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +383 -18
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +377 -12
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +407 -8
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
  29. package/src/element-templates/aws-lambda-outbound-connector.json +238 -234
  30. package/src/element-templates/aws-s3-outbound-connector.json +646 -5
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +13 -9
  32. package/src/element-templates/aws-sns-inbound-boundary.json +44 -37
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +210 -203
  34. package/src/element-templates/aws-sns-inbound-message-start.json +125 -118
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +134 -127
  37. package/src/element-templates/aws-sns-outbound-connector.json +581 -577
  38. package/src/element-templates/aws-sqs-boundary-connector.json +453 -449
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +530 -526
  40. package/src/element-templates/aws-sqs-outbound-connector.json +711 -709
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +213 -205
  43. package/src/element-templates/aws-sqs-start-message.json +461 -457
  44. package/src/element-templates/aws-textract-outbound-connector.json +109 -105
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +676 -19
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +569 -24
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +13 -5
  50. package/src/element-templates/easy-post-connector.json +1077 -109
  51. package/src/element-templates/email-inbound-connector-boundary.json +32 -24
  52. package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +58 -50
  55. package/src/element-templates/email-outbound-connector.json +2116 -243
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +3 -6
  57. package/src/element-templates/github-connector.json +15257 -11722
  58. package/src/element-templates/github-webhook-connector-boundary.json +27 -29
  59. package/src/element-templates/github-webhook-connector-intermediate.json +36 -38
  60. package/src/element-templates/github-webhook-connector-message-start.json +11 -13
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +54 -56
  63. package/src/element-templates/gitlab-connector.json +4177 -2545
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +562 -13
  65. package/src/element-templates/google-drive-outbound-connector.json +1386 -766
  66. package/src/element-templates/google-gemini-outbound-connector.json +13 -5
  67. package/src/element-templates/google-maps-platform-connector.json +1059 -30
  68. package/src/element-templates/google-sheets-outbound-connector.json +2449 -1455
  69. package/src/element-templates/graphql-outbound-connector.json +1744 -1735
  70. package/src/element-templates/http-json-connector.json +2982 -2332
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +752 -741
  72. package/src/element-templates/http-polling-connector.json +1512 -1501
  73. package/src/element-templates/hubspot-outbound-connector.json +2371 -25
  74. package/src/element-templates/hugging-face-connector.json +234 -3
  75. package/src/element-templates/jdbc-outbound-connector.json +20 -6
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +613 -604
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +528 -519
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +530 -521
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +518 -512
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
  85. package/src/element-templates/microsoft-office365-mail-connector.json +893 -10
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5971 -3807
  87. package/src/element-templates/openai-connector.json +550 -87
  88. package/src/element-templates/operate-connector.json +1198 -46
  89. package/src/element-templates/power-automate-connector.json +601 -9
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +444 -435
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +484 -475
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +367 -358
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +479 -470
  95. package/src/element-templates/rabbitmq-outbound-connector.json +356 -350
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +544 -0
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +945 -337
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +490 -192
  106. package/src/element-templates/slack-inbound-intermediate.json +421 -123
  107. package/src/element-templates/slack-inbound-message-start.json +469 -139
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +216 -211
  110. package/src/element-templates/slack-outbound-connector.json +2451 -753
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1573 -93
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +19 -10
  114. package/src/element-templates/twilio-webhook-connector.json +243 -13
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +34 -25
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +594 -2
  119. package/src/element-templates/webhook-connector-boundary.json +580 -570
  120. package/src/element-templates/webhook-connector-intermediate.json +1390 -1380
  121. package/src/element-templates/webhook-connector-receive.json +16 -6
  122. package/src/element-templates/webhook-connector-start-event.json +1382 -1375
  123. package/src/element-templates/webhook-connector-start-message.json +1306 -1296
  124. package/src/element-templates/whatsapp-connector.json +343 -9
  125. package/src/element-templates/http-connector.json.json +0 -654
@@ -10,8 +10,8 @@
10
10
  "documentationRef": "https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/",
11
11
  "version": 6,
12
12
  "category": {
13
- "id": "connectors",
14
- "name": "Connectors"
13
+ "id": "aiTools",
14
+ "name": "AI Tools"
15
15
  },
16
16
  "appliesTo": ["bpmn:SubProcess"],
17
17
  "elementType": {
@@ -1783,10 +1783,10 @@
1783
1783
  "keywords": ["AI", "AI Agent", "agentic orchestration"]
1784
1784
  },
1785
1785
  "documentationRef": "https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent/",
1786
- "version": 4,
1786
+ "version": 5,
1787
1787
  "category": {
1788
- "id": "connectors",
1789
- "name": "Connectors"
1788
+ "id": "aiTools",
1789
+ "name": "AI Tools"
1790
1790
  },
1791
1791
  "appliesTo": ["bpmn:SubProcess"],
1792
1792
  "elementType": {
@@ -3011,7 +3011,7 @@
3011
3011
  "id": "data.systemPrompt.prompt",
3012
3012
  "label": "System prompt",
3013
3013
  "optional": false,
3014
- "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.\"",
3014
+ "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.\"",
3015
3015
  "constraints": {
3016
3016
  "notEmpty": true
3017
3017
  },
@@ -3333,7 +3333,7 @@
3333
3333
  "id": "version",
3334
3334
  "label": "Version",
3335
3335
  "description": "Version of the element template",
3336
- "value": "4",
3336
+ "value": "5",
3337
3337
  "group": "connector",
3338
3338
  "binding": {
3339
3339
  "key": "elementTemplateVersion",
@@ -3401,6 +3401,13 @@
3401
3401
  "type": "zeebe:taskHeader"
3402
3402
  },
3403
3403
  "type": "String"
3404
+ },
3405
+ {
3406
+ "binding": {
3407
+ "name": "agent",
3408
+ "type": "zeebe:input"
3409
+ },
3410
+ "type": "Hidden"
3404
3411
  }
3405
3412
  ],
3406
3413
  "icon": {
@@ -3416,10 +3423,10 @@
3416
3423
  "keywords": ["AI", "AI Agent", "agentic orchestration"]
3417
3424
  },
3418
3425
  "documentationRef": "https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent/",
3419
- "version": 5,
3426
+ "version": 4,
3420
3427
  "category": {
3421
- "id": "connectors",
3422
- "name": "Connectors"
3428
+ "id": "aiTools",
3429
+ "name": "AI Tools"
3423
3430
  },
3424
3431
  "appliesTo": ["bpmn:SubProcess"],
3425
3432
  "elementType": {
@@ -4644,7 +4651,7 @@
4644
4651
  "id": "data.systemPrompt.prompt",
4645
4652
  "label": "System prompt",
4646
4653
  "optional": false,
4647
- "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.\"",
4654
+ "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.\"",
4648
4655
  "constraints": {
4649
4656
  "notEmpty": true
4650
4657
  },
@@ -4966,7 +4973,7 @@
4966
4973
  "id": "version",
4967
4974
  "label": "Version",
4968
4975
  "description": "Version of the element template",
4969
- "value": "5",
4976
+ "value": "4",
4970
4977
  "group": "connector",
4971
4978
  "binding": {
4972
4979
  "key": "elementTemplateVersion",
@@ -5042,24 +5049,24 @@
5042
5049
  },
5043
5050
  {
5044
5051
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
5045
- "name": "AI Agent Subprocess",
5052
+ "name": "AI Agent Sub-process",
5046
5053
  "id": "io.camunda.connectors.agenticai.aiagent.jobworker.v1",
5047
- "description": "Processes user requests with an integrated, customizable toolbox and services for dynamic workflows.",
5054
+ "description": "Run a multi-step AI reasoning loop with dynamic tool selection",
5048
5055
  "metadata": {
5049
5056
  "keywords": ["AI", "AI Agent", "agentic orchestration"]
5050
5057
  },
5051
- "documentationRef": "https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent/",
5052
- "version": 3,
5058
+ "documentationRef": "https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/",
5059
+ "version": 7,
5053
5060
  "category": {
5054
- "id": "connectors",
5055
- "name": "Connectors"
5061
+ "id": "aiTools",
5062
+ "name": "AI Tools"
5056
5063
  },
5057
5064
  "appliesTo": ["bpmn:SubProcess"],
5058
5065
  "elementType": {
5059
5066
  "value": "bpmn:AdHocSubProcess"
5060
5067
  },
5061
5068
  "engines": {
5062
- "camunda": "^8.8"
5069
+ "camunda": "^8.9"
5063
5070
  },
5064
5071
  "groups": [
5065
5072
  {
@@ -5110,7 +5117,7 @@
5110
5117
  {
5111
5118
  "id": "response",
5112
5119
  "label": "Response",
5113
- "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.",
5120
+ "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.",
5114
5121
  "openByDefault": false
5115
5122
  },
5116
5123
  {
@@ -5233,6 +5240,24 @@
5233
5240
  },
5234
5241
  "type": "String"
5235
5242
  },
5243
+ {
5244
+ "id": "provider.anthropic.timeouts.timeout",
5245
+ "label": "Timeout",
5246
+ "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
5247
+ "optional": true,
5248
+ "feel": "optional",
5249
+ "group": "provider",
5250
+ "binding": {
5251
+ "name": "provider.anthropic.timeouts.timeout",
5252
+ "type": "zeebe:input"
5253
+ },
5254
+ "condition": {
5255
+ "property": "provider.type",
5256
+ "equals": "anthropic",
5257
+ "type": "simple"
5258
+ },
5259
+ "type": "String"
5260
+ },
5236
5261
  {
5237
5262
  "id": "provider.bedrock.region",
5238
5263
  "label": "Region",
@@ -5293,6 +5318,10 @@
5293
5318
  "name": "Credentials",
5294
5319
  "value": "credentials"
5295
5320
  },
5321
+ {
5322
+ "name": "API Key",
5323
+ "value": "apiKey"
5324
+ },
5296
5325
  {
5297
5326
  "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
5298
5327
  "value": "defaultCredentialsChain"
@@ -5359,6 +5388,54 @@
5359
5388
  },
5360
5389
  "type": "String"
5361
5390
  },
5391
+ {
5392
+ "id": "provider.bedrock.authentication.apiKey",
5393
+ "label": "API Key",
5394
+ "description": "Provide an API Key with permissions to interact with your AWS Bedrock Instance",
5395
+ "optional": false,
5396
+ "constraints": {
5397
+ "notEmpty": true
5398
+ },
5399
+ "feel": "optional",
5400
+ "group": "provider",
5401
+ "binding": {
5402
+ "name": "provider.bedrock.authentication.apiKey",
5403
+ "type": "zeebe:input"
5404
+ },
5405
+ "condition": {
5406
+ "allMatch": [
5407
+ {
5408
+ "property": "provider.bedrock.authentication.type",
5409
+ "equals": "apiKey",
5410
+ "type": "simple"
5411
+ },
5412
+ {
5413
+ "property": "provider.type",
5414
+ "equals": "bedrock",
5415
+ "type": "simple"
5416
+ }
5417
+ ]
5418
+ },
5419
+ "type": "String"
5420
+ },
5421
+ {
5422
+ "id": "provider.bedrock.timeouts.timeout",
5423
+ "label": "Timeout",
5424
+ "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
5425
+ "optional": true,
5426
+ "feel": "optional",
5427
+ "group": "provider",
5428
+ "binding": {
5429
+ "name": "provider.bedrock.timeouts.timeout",
5430
+ "type": "zeebe:input"
5431
+ },
5432
+ "condition": {
5433
+ "property": "provider.type",
5434
+ "equals": "bedrock",
5435
+ "type": "simple"
5436
+ },
5437
+ "type": "String"
5438
+ },
5362
5439
  {
5363
5440
  "id": "provider.azureOpenAi.endpoint",
5364
5441
  "label": "Endpoint",
@@ -5553,6 +5630,24 @@
5553
5630
  },
5554
5631
  "type": "String"
5555
5632
  },
5633
+ {
5634
+ "id": "provider.azureOpenAi.timeouts.timeout",
5635
+ "label": "Timeout",
5636
+ "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
5637
+ "optional": true,
5638
+ "feel": "optional",
5639
+ "group": "provider",
5640
+ "binding": {
5641
+ "name": "provider.azureOpenAi.timeouts.timeout",
5642
+ "type": "zeebe:input"
5643
+ },
5644
+ "condition": {
5645
+ "property": "provider.type",
5646
+ "equals": "azureOpenAi",
5647
+ "type": "simple"
5648
+ },
5649
+ "type": "String"
5650
+ },
5556
5651
  {
5557
5652
  "id": "provider.googleVertexAi.projectId",
5558
5653
  "label": "Project ID",
@@ -5708,6 +5803,24 @@
5708
5803
  },
5709
5804
  "type": "String"
5710
5805
  },
5806
+ {
5807
+ "id": "provider.openai.timeouts.timeout",
5808
+ "label": "Timeout",
5809
+ "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
5810
+ "optional": true,
5811
+ "feel": "optional",
5812
+ "group": "provider",
5813
+ "binding": {
5814
+ "name": "provider.openai.timeouts.timeout",
5815
+ "type": "zeebe:input"
5816
+ },
5817
+ "condition": {
5818
+ "property": "provider.type",
5819
+ "equals": "openai",
5820
+ "type": "simple"
5821
+ },
5822
+ "type": "String"
5823
+ },
5711
5824
  {
5712
5825
  "id": "provider.openaiCompatible.endpoint",
5713
5826
  "label": "API endpoint",
@@ -5765,12 +5878,48 @@
5765
5878
  },
5766
5879
  "type": "String"
5767
5880
  },
5881
+ {
5882
+ "id": "provider.openaiCompatible.queryParameters",
5883
+ "label": "Query Parameters",
5884
+ "description": "Map of query parameters to add to the request URL.",
5885
+ "optional": true,
5886
+ "feel": "required",
5887
+ "group": "provider",
5888
+ "binding": {
5889
+ "name": "provider.openaiCompatible.queryParameters",
5890
+ "type": "zeebe:input"
5891
+ },
5892
+ "condition": {
5893
+ "property": "provider.type",
5894
+ "equals": "openaiCompatible",
5895
+ "type": "simple"
5896
+ },
5897
+ "type": "String"
5898
+ },
5899
+ {
5900
+ "id": "provider.openaiCompatible.timeouts.timeout",
5901
+ "label": "Timeout",
5902
+ "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
5903
+ "optional": true,
5904
+ "feel": "optional",
5905
+ "group": "provider",
5906
+ "binding": {
5907
+ "name": "provider.openaiCompatible.timeouts.timeout",
5908
+ "type": "zeebe:input"
5909
+ },
5910
+ "condition": {
5911
+ "property": "provider.type",
5912
+ "equals": "openaiCompatible",
5913
+ "type": "simple"
5914
+ },
5915
+ "type": "String"
5916
+ },
5768
5917
  {
5769
5918
  "id": "provider.anthropic.model.model",
5770
5919
  "label": "Model",
5771
5920
  "description": "Specify the model ID. Details in the <a href=\"https://docs.anthropic.com/en/docs/about-claude/models/all-models\" target=\"_blank\">documentation</a>.",
5772
5921
  "optional": false,
5773
- "value": "claude-3-5-sonnet-20240620",
5922
+ "placeholder": "claude-sonnet-4-6",
5774
5923
  "constraints": {
5775
5924
  "notEmpty": true
5776
5925
  },
@@ -5862,9 +6011,9 @@
5862
6011
  {
5863
6012
  "id": "provider.bedrock.model.model",
5864
6013
  "label": "Model",
5865
- "description": "Specify the model ID. Details in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/model-ids.html\" target=\"_blank\">documentation</a>.",
6014
+ "description": "Specify an inference profile ID. Details in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/inference-profiles-support.html\" target=\"_blank\">documentation</a>.",
5866
6015
  "optional": false,
5867
- "value": "anthropic.claude-3-5-sonnet-20240620-v1:0",
6016
+ "placeholder": "global.anthropic.claude-sonnet-4-6",
5868
6017
  "constraints": {
5869
6018
  "notEmpty": true
5870
6019
  },
@@ -6277,7 +6426,7 @@
6277
6426
  "id": "data.systemPrompt.prompt",
6278
6427
  "label": "System prompt",
6279
6428
  "optional": false,
6280
- "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.\"",
6429
+ "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.\"",
6281
6430
  "constraints": {
6282
6431
  "notEmpty": true
6283
6432
  },
@@ -6315,21 +6464,21 @@
6315
6464
  "name": "data.userPrompt.documents",
6316
6465
  "type": "zeebe:input"
6317
6466
  },
6318
- "tooltip": "Referenced documents will be automatically added to the user prompt. <a href=\"https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-process/\" target=\"_blank\">See documentation</a> for details and supported file types.",
6467
+ "tooltip": "Referenced documents will be automatically added to the user prompt. <a href=\"https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/\" target=\"_blank\">See documentation</a> for details and supported file types.",
6319
6468
  "type": "String"
6320
6469
  },
6321
6470
  {
6322
6471
  "id": "agentContext",
6323
6472
  "label": "Agent context",
6324
6473
  "description": "Initial agent context from previous interactions. Avoid reusing context variables across agents to prevent issues with stale data or tool access.",
6325
- "optional": true,
6474
+ "optional": false,
6326
6475
  "feel": "required",
6327
6476
  "group": "memory",
6328
6477
  "binding": {
6329
6478
  "name": "agentContext",
6330
6479
  "type": "zeebe:input"
6331
6480
  },
6332
- "tooltip": "The agent context variable containing all relevant data for the agent to support the feedback loop between user requests, tool calls and LLM responses. Make sure this variable points to the <code>context</code> variable which is returned from the agent response. <a href=\"https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-process/\" target=\"_blank\">See documentation</a> for details.",
6481
+ "tooltip": "The agent context variable containing all relevant data for the agent to support the feedback loop between user requests, tool calls and LLM responses. Make sure this variable points to the <code>context</code> variable which is returned from the agent response. <a href=\"https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/\" target=\"_blank\">See documentation</a> for details.",
6333
6482
  "type": "Text"
6334
6483
  },
6335
6484
  {
@@ -6445,7 +6594,7 @@
6445
6594
  "name": "data.memory.contextWindowSize",
6446
6595
  "type": "zeebe:input"
6447
6596
  },
6448
- "tooltip": "Use this to limit the number of messages which are sent to the model. The agent will only send the most recent messages up to the configured limit to the LLM. Older messages will be kept in the conversation store, but not sent to the model. <a href=\"https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-process/\" target=\"_blank\">See documentation</a> for details.",
6597
+ "tooltip": "Use this to limit the number of messages which are sent to the model. The agent will only send the most recent messages up to the configured limit to the LLM. Older messages will be kept in the conversation store, but not sent to the model. <a href=\"https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/\" target=\"_blank\">See documentation</a> for details.",
6449
6598
  "type": "Number"
6450
6599
  },
6451
6600
  {
@@ -6599,7 +6748,7 @@
6599
6748
  "id": "version",
6600
6749
  "label": "Version",
6601
6750
  "description": "Version of the element template",
6602
- "value": "3",
6751
+ "value": "7",
6603
6752
  "group": "connector",
6604
6753
  "binding": {
6605
6754
  "key": "elementTemplateVersion",
@@ -6667,6 +6816,3598 @@
6667
6816
  "type": "zeebe:taskHeader"
6668
6817
  },
6669
6818
  "type": "String"
6819
+ },
6820
+ {
6821
+ "binding": {
6822
+ "name": "agent",
6823
+ "type": "zeebe:input"
6824
+ },
6825
+ "type": "Hidden"
6826
+ }
6827
+ ],
6828
+ "icon": {
6829
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiIGZpbGw9IiNBNTZFRkYiLz4KPG1hc2sgaWQ9InBhdGgtMi1vdXRzaWRlLTFfMTg1XzYiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjQiIHk9IjQiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iYmxhY2siPgo8cmVjdCBmaWxsPSJ3aGl0ZSIgeD0iNCIgeT0iNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjAuMDEwNSAxMi4wOTg3QzE4LjQ5IDEwLjU4OTQgMTcuMTU5NCA4LjEwODE0IDE2LjE3OTkgNi4wMTEwM0MxNi4xNTIgNi4wMDQ1MSAxNi4xMTc2IDYgMTYuMDc5NCA2QzE2LjA0MTEgNiAxNi4wMDY2IDYuMDA0NTEgMTUuOTc4OCA2LjAxMTA0QzE0Ljk5OTQgOC4xMDgxNCAxMy42Njk3IDEwLjU4ODkgMTIuMTQ4MSAxMi4wOTgxQzEwLjYyNjkgMTMuNjA3MSA4LjEyNTY4IDE0LjkyNjQgNi4wMTE1NyAxNS44OTgxQzYuMDA0NzQgMTUuOTI2MSA2IDE1Ljk2MTEgNiAxNkM2IDE2LjAzODcgNi4wMDQ2OCAxNi4wNzM2IDYuMDExNDQgMTYuMTAxNEM4LjEyNTE5IDE3LjA3MjkgMTAuNjI2MiAxOC4zOTE5IDEyLjE0NzcgMTkuOTAxNkMxMy42Njk3IDIxLjQxMDcgMTQuOTk5NiAyMy44OTIgMTUuOTc5MSAyNS45ODlDMTYuMDA2OCAyNS45OTU2IDE2LjA0MTEgMjYgMTYuMDc5MyAyNkMxNi4xMTc1IDI2IDE2LjE1MTkgMjUuOTk1NCAxNi4xNzk2IDI1Ljk4OUMxNy4xNTkxIDIzLjg5MiAxOC40ODg4IDIxLjQxMSAyMC4wMDk5IDE5LjkwMjFNMjAuMDA5OSAxOS45MDIxQzIxLjUyNTMgMTguMzk4NyAyMy45NDY1IDE3LjA2NjkgMjUuOTkxNSAxNi4wODI0QzI1Ljk5NjUgMTYuMDU5MyAyNiAxNi4wMzEgMjYgMTUuOTk5N0MyNiAxNS45Njg0IDI1Ljk5NjUgMTUuOTQwMyAyNS45OTE1IDE1LjkxNzFDMjMuOTQ3NCAxNC45MzI3IDIxLjUyNTkgMTMuNjAxIDIwLjAxMDUgMTIuMDk4NyIvPgo8L21hc2s+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjAuMDEwNSAxMi4wOTg3QzE4LjQ5IDEwLjU4OTQgMTcuMTU5NCA4LjEwODE0IDE2LjE3OTkgNi4wMTEwM0MxNi4xNTIgNi4wMDQ1MSAxNi4xMTc2IDYgMTYuMDc5NCA2QzE2LjA0MTEgNiAxNi4wMDY2IDYuMDA0NTEgMTUuOTc4OCA2LjAxMTA0QzE0Ljk5OTQgOC4xMDgxNCAxMy42Njk3IDEwLjU4ODkgMTIuMTQ4MSAxMi4wOTgxQzEwLjYyNjkgMTMuNjA3MSA4LjEyNTY4IDE0LjkyNjQgNi4wMTE1NyAxNS44OTgxQzYuMDA0NzQgMTUuOTI2MSA2IDE1Ljk2MTEgNiAxNkM2IDE2LjAzODcgNi4wMDQ2OCAxNi4wNzM2IDYuMDExNDQgMTYuMTAxNEM4LjEyNTE5IDE3LjA3MjkgMTAuNjI2MiAxOC4zOTE5IDEyLjE0NzcgMTkuOTAxNkMxMy42Njk3IDIxLjQxMDcgMTQuOTk5NiAyMy44OTIgMTUuOTc5MSAyNS45ODlDMTYuMDA2OCAyNS45OTU2IDE2LjA0MTEgMjYgMTYuMDc5MyAyNkMxNi4xMTc1IDI2IDE2LjE1MTkgMjUuOTk1NCAxNi4xNzk2IDI1Ljk4OUMxNy4xNTkxIDIzLjg5MiAxOC40ODg4IDIxLjQxMSAyMC4wMDk5IDE5LjkwMjFNMjAuMDA5OSAxOS45MDIxQzIxLjUyNTMgMTguMzk4NyAyMy45NDY1IDE3LjA2NjkgMjUuOTkxNSAxNi4wODI0QzI1Ljk5NjUgMTYuMDU5MyAyNiAxNi4wMzEgMjYgMTUuOTk5N0MyNiAxNS45Njg0IDI1Ljk5NjUgMTUuOTQwMyAyNS45OTE1IDE1LjkxNzFDMjMuOTQ3NCAxNC45MzI3IDIxLjUyNTkgMTMuNjAxIDIwLjAxMDUgMTIuMDk4NyIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMC4wMTA1IDEyLjA5ODdDMTguNDkgMTAuNTg5NCAxNy4xNTk0IDguMTA4MTQgMTYuMTc5OSA2LjAxMTAzQzE2LjE1MiA2LjAwNDUxIDE2LjExNzYgNiAxNi4wNzk0IDZDMTYuMDQxMSA2IDE2LjAwNjYgNi4wMDQ1MSAxNS45Nzg4IDYuMDExMDRDMTQuOTk5NCA4LjEwODE0IDEzLjY2OTcgMTAuNTg4OSAxMi4xNDgxIDEyLjA5ODFDMTAuNjI2OSAxMy42MDcxIDguMTI1NjggMTQuOTI2NCA2LjAxMTU3IDE1Ljg5ODFDNi4wMDQ3NCAxNS45MjYxIDYgMTUuOTYxMSA2IDE2QzYgMTYuMDM4NyA2LjAwNDY4IDE2LjA3MzYgNi4wMTE0NCAxNi4xMDE0QzguMTI1MTkgMTcuMDcyOSAxMC42MjYyIDE4LjM5MTkgMTIuMTQ3NyAxOS45MDE2QzEzLjY2OTcgMjEuNDEwNyAxNC45OTk2IDIzLjg5MiAxNS45NzkxIDI1Ljk4OUMxNi4wMDY4IDI1Ljk5NTYgMTYuMDQxMSAyNiAxNi4wNzkzIDI2QzE2LjExNzUgMjYgMTYuMTUxOSAyNS45OTU0IDE2LjE3OTYgMjUuOTg5QzE3LjE1OTEgMjMuODkyIDE4LjQ4ODggMjEuNDExIDIwLjAwOTkgMTkuOTAyMU0yMC4wMDk5IDE5LjkwMjFDMjEuNTI1MyAxOC4zOTg3IDIzLjk0NjUgMTcuMDY2OSAyNS45OTE1IDE2LjA4MjRDMjUuOTk2NSAxNi4wNTkzIDI2IDE2LjAzMSAyNiAxNS45OTk3QzI2IDE1Ljk2ODQgMjUuOTk2NSAxNS45NDAzIDI1Ljk5MTUgMTUuOTE3MUMyMy45NDc0IDE0LjkzMjcgMjEuNTI1OSAxMy42MDEgMjAuMDEwNSAxMi4wOTg3IiBzdHJva2U9IiM0OTFEOEIiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgbWFzaz0idXJsKCNwYXRoLTItb3V0c2lkZS0xXzE4NV82KSIvPgo8L3N2Zz4K"
6830
+ }
6831
+ },
6832
+ {
6833
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
6834
+ "name": "AI Agent Subprocess",
6835
+ "id": "io.camunda.connectors.agenticai.aiagent.jobworker.v1",
6836
+ "description": "Processes user requests with an integrated, customizable toolbox and services for dynamic workflows.",
6837
+ "metadata": {
6838
+ "keywords": ["AI", "AI Agent", "agentic orchestration"]
6839
+ },
6840
+ "documentationRef": "https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent/",
6841
+ "version": 3,
6842
+ "category": {
6843
+ "id": "aiTools",
6844
+ "name": "AI Tools"
6845
+ },
6846
+ "appliesTo": ["bpmn:SubProcess"],
6847
+ "elementType": {
6848
+ "value": "bpmn:AdHocSubProcess"
6849
+ },
6850
+ "engines": {
6851
+ "camunda": "^8.8"
6852
+ },
6853
+ "groups": [
6854
+ {
6855
+ "id": "provider",
6856
+ "label": "Model provider",
6857
+ "openByDefault": false
6858
+ },
6859
+ {
6860
+ "id": "model",
6861
+ "label": "Model",
6862
+ "openByDefault": false
6863
+ },
6864
+ {
6865
+ "id": "systemPrompt",
6866
+ "label": "System prompt",
6867
+ "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.",
6868
+ "openByDefault": false
6869
+ },
6870
+ {
6871
+ "id": "userPrompt",
6872
+ "label": "User prompt",
6873
+ "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.",
6874
+ "openByDefault": false
6875
+ },
6876
+ {
6877
+ "id": "tools",
6878
+ "label": "Tools",
6879
+ "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.",
6880
+ "openByDefault": false
6881
+ },
6882
+ {
6883
+ "id": "memory",
6884
+ "label": "Memory",
6885
+ "tooltip": "Configuration of the Agent's short-term/conversational memory.",
6886
+ "openByDefault": false
6887
+ },
6888
+ {
6889
+ "id": "limits",
6890
+ "label": "Limits",
6891
+ "openByDefault": false
6892
+ },
6893
+ {
6894
+ "id": "events",
6895
+ "label": "Event handling",
6896
+ "tooltip": "Configure how event sub-process results are handled. Results are added as user messages to the running agent.",
6897
+ "openByDefault": false
6898
+ },
6899
+ {
6900
+ "id": "response",
6901
+ "label": "Response",
6902
+ "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.",
6903
+ "openByDefault": false
6904
+ },
6905
+ {
6906
+ "id": "connector",
6907
+ "label": "Connector"
6908
+ },
6909
+ {
6910
+ "id": "output",
6911
+ "label": "Output mapping"
6912
+ },
6913
+ {
6914
+ "id": "error",
6915
+ "label": "Error handling"
6916
+ },
6917
+ {
6918
+ "id": "retries",
6919
+ "label": "Retries"
6920
+ }
6921
+ ],
6922
+ "properties": [
6923
+ {
6924
+ "value": "io.camunda.agenticai:aiagent-job-worker:1",
6925
+ "binding": {
6926
+ "property": "type",
6927
+ "type": "zeebe:taskDefinition"
6928
+ },
6929
+ "type": "Hidden"
6930
+ },
6931
+ {
6932
+ "id": "outputCollection",
6933
+ "binding": {
6934
+ "property": "outputCollection",
6935
+ "type": "zeebe:adHoc"
6936
+ },
6937
+ "value": "toolCallResults",
6938
+ "type": "Hidden"
6939
+ },
6940
+ {
6941
+ "id": "outputElement",
6942
+ "binding": {
6943
+ "property": "outputElement",
6944
+ "type": "zeebe:adHoc"
6945
+ },
6946
+ "value": "={\n id: toolCall._meta.id,\n name: toolCall._meta.name,\n content: toolCallResult\n}",
6947
+ "type": "Hidden"
6948
+ },
6949
+ {
6950
+ "id": "provider.type",
6951
+ "label": "Provider",
6952
+ "description": "Specify the LLM provider to use.",
6953
+ "value": "anthropic",
6954
+ "group": "provider",
6955
+ "binding": {
6956
+ "name": "provider.type",
6957
+ "type": "zeebe:input"
6958
+ },
6959
+ "type": "Dropdown",
6960
+ "choices": [
6961
+ {
6962
+ "name": "Anthropic",
6963
+ "value": "anthropic"
6964
+ },
6965
+ {
6966
+ "name": "AWS Bedrock",
6967
+ "value": "bedrock"
6968
+ },
6969
+ {
6970
+ "name": "Azure OpenAI",
6971
+ "value": "azureOpenAi"
6972
+ },
6973
+ {
6974
+ "name": "Google Vertex AI",
6975
+ "value": "google-vertex-ai"
6976
+ },
6977
+ {
6978
+ "name": "OpenAI",
6979
+ "value": "openai"
6980
+ },
6981
+ {
6982
+ "name": "OpenAI Compatible",
6983
+ "value": "openaiCompatible"
6984
+ }
6985
+ ]
6986
+ },
6987
+ {
6988
+ "id": "provider.anthropic.endpoint",
6989
+ "label": "Endpoint",
6990
+ "description": "Optional custom API endpoint",
6991
+ "optional": true,
6992
+ "feel": "optional",
6993
+ "group": "provider",
6994
+ "binding": {
6995
+ "name": "provider.anthropic.endpoint",
6996
+ "type": "zeebe:input"
6997
+ },
6998
+ "condition": {
6999
+ "property": "provider.type",
7000
+ "equals": "anthropic",
7001
+ "type": "simple"
7002
+ },
7003
+ "type": "String"
7004
+ },
7005
+ {
7006
+ "id": "provider.anthropic.authentication.apiKey",
7007
+ "label": "Anthropic API key",
7008
+ "optional": false,
7009
+ "constraints": {
7010
+ "notEmpty": true
7011
+ },
7012
+ "feel": "optional",
7013
+ "group": "provider",
7014
+ "binding": {
7015
+ "name": "provider.anthropic.authentication.apiKey",
7016
+ "type": "zeebe:input"
7017
+ },
7018
+ "condition": {
7019
+ "property": "provider.type",
7020
+ "equals": "anthropic",
7021
+ "type": "simple"
7022
+ },
7023
+ "type": "String"
7024
+ },
7025
+ {
7026
+ "id": "provider.bedrock.region",
7027
+ "label": "Region",
7028
+ "description": "Specify the AWS region (example: <code>eu-west-1</code>)",
7029
+ "optional": false,
7030
+ "constraints": {
7031
+ "notEmpty": true
7032
+ },
7033
+ "feel": "optional",
7034
+ "group": "provider",
7035
+ "binding": {
7036
+ "name": "provider.bedrock.region",
7037
+ "type": "zeebe:input"
7038
+ },
7039
+ "condition": {
7040
+ "property": "provider.type",
7041
+ "equals": "bedrock",
7042
+ "type": "simple"
7043
+ },
7044
+ "type": "String"
7045
+ },
7046
+ {
7047
+ "id": "provider.bedrock.endpoint",
7048
+ "label": "Endpoint",
7049
+ "description": "Optional custom API endpoint",
7050
+ "optional": true,
7051
+ "feel": "optional",
7052
+ "group": "provider",
7053
+ "binding": {
7054
+ "name": "provider.bedrock.endpoint",
7055
+ "type": "zeebe:input"
7056
+ },
7057
+ "condition": {
7058
+ "property": "provider.type",
7059
+ "equals": "bedrock",
7060
+ "type": "simple"
7061
+ },
7062
+ "type": "String"
7063
+ },
7064
+ {
7065
+ "id": "provider.bedrock.authentication.type",
7066
+ "label": "Authentication",
7067
+ "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>",
7068
+ "value": "credentials",
7069
+ "group": "provider",
7070
+ "binding": {
7071
+ "name": "provider.bedrock.authentication.type",
7072
+ "type": "zeebe:input"
7073
+ },
7074
+ "condition": {
7075
+ "property": "provider.type",
7076
+ "equals": "bedrock",
7077
+ "type": "simple"
7078
+ },
7079
+ "type": "Dropdown",
7080
+ "choices": [
7081
+ {
7082
+ "name": "Credentials",
7083
+ "value": "credentials"
7084
+ },
7085
+ {
7086
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
7087
+ "value": "defaultCredentialsChain"
7088
+ }
7089
+ ]
7090
+ },
7091
+ {
7092
+ "id": "provider.bedrock.authentication.accessKey",
7093
+ "label": "Access key",
7094
+ "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
7095
+ "optional": false,
7096
+ "constraints": {
7097
+ "notEmpty": true
7098
+ },
7099
+ "feel": "optional",
7100
+ "group": "provider",
7101
+ "binding": {
7102
+ "name": "provider.bedrock.authentication.accessKey",
7103
+ "type": "zeebe:input"
7104
+ },
7105
+ "condition": {
7106
+ "allMatch": [
7107
+ {
7108
+ "property": "provider.bedrock.authentication.type",
7109
+ "equals": "credentials",
7110
+ "type": "simple"
7111
+ },
7112
+ {
7113
+ "property": "provider.type",
7114
+ "equals": "bedrock",
7115
+ "type": "simple"
7116
+ }
7117
+ ]
7118
+ },
7119
+ "type": "String"
7120
+ },
7121
+ {
7122
+ "id": "provider.bedrock.authentication.secretKey",
7123
+ "label": "Secret key",
7124
+ "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
7125
+ "optional": false,
7126
+ "constraints": {
7127
+ "notEmpty": true
7128
+ },
7129
+ "feel": "optional",
7130
+ "group": "provider",
7131
+ "binding": {
7132
+ "name": "provider.bedrock.authentication.secretKey",
7133
+ "type": "zeebe:input"
7134
+ },
7135
+ "condition": {
7136
+ "allMatch": [
7137
+ {
7138
+ "property": "provider.bedrock.authentication.type",
7139
+ "equals": "credentials",
7140
+ "type": "simple"
7141
+ },
7142
+ {
7143
+ "property": "provider.type",
7144
+ "equals": "bedrock",
7145
+ "type": "simple"
7146
+ }
7147
+ ]
7148
+ },
7149
+ "type": "String"
7150
+ },
7151
+ {
7152
+ "id": "provider.azureOpenAi.endpoint",
7153
+ "label": "Endpoint",
7154
+ "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>.",
7155
+ "optional": false,
7156
+ "constraints": {
7157
+ "notEmpty": true
7158
+ },
7159
+ "feel": "optional",
7160
+ "group": "provider",
7161
+ "binding": {
7162
+ "name": "provider.azureOpenAi.endpoint",
7163
+ "type": "zeebe:input"
7164
+ },
7165
+ "condition": {
7166
+ "property": "provider.type",
7167
+ "equals": "azureOpenAi",
7168
+ "type": "simple"
7169
+ },
7170
+ "type": "String"
7171
+ },
7172
+ {
7173
+ "id": "provider.azureOpenAi.authentication.type",
7174
+ "label": "Authentication",
7175
+ "description": "Specify the Azure OpenAI authentication strategy.",
7176
+ "value": "apiKey",
7177
+ "group": "provider",
7178
+ "binding": {
7179
+ "name": "provider.azureOpenAi.authentication.type",
7180
+ "type": "zeebe:input"
7181
+ },
7182
+ "condition": {
7183
+ "property": "provider.type",
7184
+ "equals": "azureOpenAi",
7185
+ "type": "simple"
7186
+ },
7187
+ "type": "Dropdown",
7188
+ "choices": [
7189
+ {
7190
+ "name": "API key",
7191
+ "value": "apiKey"
7192
+ },
7193
+ {
7194
+ "name": "Client credentials",
7195
+ "value": "clientCredentials"
7196
+ }
7197
+ ]
7198
+ },
7199
+ {
7200
+ "id": "provider.azureOpenAi.authentication.apiKey",
7201
+ "label": "API key",
7202
+ "optional": false,
7203
+ "constraints": {
7204
+ "notEmpty": true
7205
+ },
7206
+ "feel": "optional",
7207
+ "group": "provider",
7208
+ "binding": {
7209
+ "name": "provider.azureOpenAi.authentication.apiKey",
7210
+ "type": "zeebe:input"
7211
+ },
7212
+ "condition": {
7213
+ "allMatch": [
7214
+ {
7215
+ "property": "provider.azureOpenAi.authentication.type",
7216
+ "equals": "apiKey",
7217
+ "type": "simple"
7218
+ },
7219
+ {
7220
+ "property": "provider.type",
7221
+ "equals": "azureOpenAi",
7222
+ "type": "simple"
7223
+ }
7224
+ ]
7225
+ },
7226
+ "type": "String"
7227
+ },
7228
+ {
7229
+ "id": "provider.azureOpenAi.authentication.clientId",
7230
+ "label": "Client ID",
7231
+ "description": "ID of a Microsoft Entra application",
7232
+ "optional": false,
7233
+ "constraints": {
7234
+ "notEmpty": true
7235
+ },
7236
+ "feel": "optional",
7237
+ "group": "provider",
7238
+ "binding": {
7239
+ "name": "provider.azureOpenAi.authentication.clientId",
7240
+ "type": "zeebe:input"
7241
+ },
7242
+ "condition": {
7243
+ "allMatch": [
7244
+ {
7245
+ "property": "provider.azureOpenAi.authentication.type",
7246
+ "equals": "clientCredentials",
7247
+ "type": "simple"
7248
+ },
7249
+ {
7250
+ "property": "provider.type",
7251
+ "equals": "azureOpenAi",
7252
+ "type": "simple"
7253
+ }
7254
+ ]
7255
+ },
7256
+ "type": "String"
7257
+ },
7258
+ {
7259
+ "id": "provider.azureOpenAi.authentication.clientSecret",
7260
+ "label": "Client secret",
7261
+ "description": "Secret of a Microsoft Entra application",
7262
+ "optional": false,
7263
+ "constraints": {
7264
+ "notEmpty": true
7265
+ },
7266
+ "feel": "optional",
7267
+ "group": "provider",
7268
+ "binding": {
7269
+ "name": "provider.azureOpenAi.authentication.clientSecret",
7270
+ "type": "zeebe:input"
7271
+ },
7272
+ "condition": {
7273
+ "allMatch": [
7274
+ {
7275
+ "property": "provider.azureOpenAi.authentication.type",
7276
+ "equals": "clientCredentials",
7277
+ "type": "simple"
7278
+ },
7279
+ {
7280
+ "property": "provider.type",
7281
+ "equals": "azureOpenAi",
7282
+ "type": "simple"
7283
+ }
7284
+ ]
7285
+ },
7286
+ "type": "String"
7287
+ },
7288
+ {
7289
+ "id": "provider.azureOpenAi.authentication.tenantId",
7290
+ "label": "Tenant ID",
7291
+ "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>.",
7292
+ "optional": false,
7293
+ "constraints": {
7294
+ "notEmpty": true
7295
+ },
7296
+ "feel": "optional",
7297
+ "group": "provider",
7298
+ "binding": {
7299
+ "name": "provider.azureOpenAi.authentication.tenantId",
7300
+ "type": "zeebe:input"
7301
+ },
7302
+ "condition": {
7303
+ "allMatch": [
7304
+ {
7305
+ "property": "provider.azureOpenAi.authentication.type",
7306
+ "equals": "clientCredentials",
7307
+ "type": "simple"
7308
+ },
7309
+ {
7310
+ "property": "provider.type",
7311
+ "equals": "azureOpenAi",
7312
+ "type": "simple"
7313
+ }
7314
+ ]
7315
+ },
7316
+ "type": "String"
7317
+ },
7318
+ {
7319
+ "id": "provider.azureOpenAi.authentication.authorityHost",
7320
+ "label": "Authority host",
7321
+ "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.",
7322
+ "optional": true,
7323
+ "feel": "optional",
7324
+ "group": "provider",
7325
+ "binding": {
7326
+ "name": "provider.azureOpenAi.authentication.authorityHost",
7327
+ "type": "zeebe:input"
7328
+ },
7329
+ "condition": {
7330
+ "allMatch": [
7331
+ {
7332
+ "property": "provider.azureOpenAi.authentication.type",
7333
+ "equals": "clientCredentials",
7334
+ "type": "simple"
7335
+ },
7336
+ {
7337
+ "property": "provider.type",
7338
+ "equals": "azureOpenAi",
7339
+ "type": "simple"
7340
+ }
7341
+ ]
7342
+ },
7343
+ "type": "String"
7344
+ },
7345
+ {
7346
+ "id": "provider.googleVertexAi.projectId",
7347
+ "label": "Project ID",
7348
+ "description": "Specify Google Cloud project ID",
7349
+ "optional": false,
7350
+ "constraints": {
7351
+ "notEmpty": true
7352
+ },
7353
+ "feel": "optional",
7354
+ "group": "provider",
7355
+ "binding": {
7356
+ "name": "provider.googleVertexAi.projectId",
7357
+ "type": "zeebe:input"
7358
+ },
7359
+ "condition": {
7360
+ "property": "provider.type",
7361
+ "equals": "google-vertex-ai",
7362
+ "type": "simple"
7363
+ },
7364
+ "type": "String"
7365
+ },
7366
+ {
7367
+ "id": "provider.googleVertexAi.region",
7368
+ "label": "Region",
7369
+ "description": "Specify the region where AI inference should take place",
7370
+ "optional": false,
7371
+ "constraints": {
7372
+ "notEmpty": true
7373
+ },
7374
+ "feel": "optional",
7375
+ "group": "provider",
7376
+ "binding": {
7377
+ "name": "provider.googleVertexAi.region",
7378
+ "type": "zeebe:input"
7379
+ },
7380
+ "condition": {
7381
+ "property": "provider.type",
7382
+ "equals": "google-vertex-ai",
7383
+ "type": "simple"
7384
+ },
7385
+ "type": "String"
7386
+ },
7387
+ {
7388
+ "id": "provider.googleVertexAi.authentication.type",
7389
+ "label": "Authentication",
7390
+ "description": "Specify the Google Vertex AI authentication strategy.",
7391
+ "value": "serviceAccountCredentials",
7392
+ "group": "provider",
7393
+ "binding": {
7394
+ "name": "provider.googleVertexAi.authentication.type",
7395
+ "type": "zeebe:input"
7396
+ },
7397
+ "condition": {
7398
+ "property": "provider.type",
7399
+ "equals": "google-vertex-ai",
7400
+ "type": "simple"
7401
+ },
7402
+ "type": "Dropdown",
7403
+ "choices": [
7404
+ {
7405
+ "name": "Service account credentials",
7406
+ "value": "serviceAccountCredentials"
7407
+ },
7408
+ {
7409
+ "name": "Application default credentials (Hybrid/Self-Managed only)",
7410
+ "value": "applicationDefaultCredentials"
7411
+ }
7412
+ ]
7413
+ },
7414
+ {
7415
+ "id": "provider.googleVertexAi.authentication.jsonKey",
7416
+ "label": "JSON key of the service account",
7417
+ "description": "This is the key of the service account in JSON format.",
7418
+ "optional": false,
7419
+ "constraints": {
7420
+ "notEmpty": true
7421
+ },
7422
+ "feel": "optional",
7423
+ "group": "provider",
7424
+ "binding": {
7425
+ "name": "provider.googleVertexAi.authentication.jsonKey",
7426
+ "type": "zeebe:input"
7427
+ },
7428
+ "condition": {
7429
+ "allMatch": [
7430
+ {
7431
+ "property": "provider.googleVertexAi.authentication.type",
7432
+ "equals": "serviceAccountCredentials",
7433
+ "type": "simple"
7434
+ },
7435
+ {
7436
+ "property": "provider.type",
7437
+ "equals": "google-vertex-ai",
7438
+ "type": "simple"
7439
+ }
7440
+ ]
7441
+ },
7442
+ "type": "String"
7443
+ },
7444
+ {
7445
+ "id": "provider.openai.authentication.apiKey",
7446
+ "label": "OpenAI API key",
7447
+ "optional": false,
7448
+ "constraints": {
7449
+ "notEmpty": true
7450
+ },
7451
+ "feel": "optional",
7452
+ "group": "provider",
7453
+ "binding": {
7454
+ "name": "provider.openai.authentication.apiKey",
7455
+ "type": "zeebe:input"
7456
+ },
7457
+ "condition": {
7458
+ "property": "provider.type",
7459
+ "equals": "openai",
7460
+ "type": "simple"
7461
+ },
7462
+ "type": "String"
7463
+ },
7464
+ {
7465
+ "id": "provider.openai.authentication.organizationId",
7466
+ "label": "Organization ID",
7467
+ "description": "For members of multiple organizations. Details in the <a href=\"https://platform.openai.com/docs/api-reference/authentication\" target=\"_blank\">documentation</a>.",
7468
+ "optional": true,
7469
+ "feel": "optional",
7470
+ "group": "provider",
7471
+ "binding": {
7472
+ "name": "provider.openai.authentication.organizationId",
7473
+ "type": "zeebe:input"
7474
+ },
7475
+ "condition": {
7476
+ "property": "provider.type",
7477
+ "equals": "openai",
7478
+ "type": "simple"
7479
+ },
7480
+ "type": "String"
7481
+ },
7482
+ {
7483
+ "id": "provider.openai.authentication.projectId",
7484
+ "label": "Project ID",
7485
+ "description": "For accounts with multiple projects. Details in the <a href=\"https://platform.openai.com/docs/api-reference/authentication\" target=\"_blank\">documentation</a>.",
7486
+ "optional": true,
7487
+ "feel": "optional",
7488
+ "group": "provider",
7489
+ "binding": {
7490
+ "name": "provider.openai.authentication.projectId",
7491
+ "type": "zeebe:input"
7492
+ },
7493
+ "condition": {
7494
+ "property": "provider.type",
7495
+ "equals": "openai",
7496
+ "type": "simple"
7497
+ },
7498
+ "type": "String"
7499
+ },
7500
+ {
7501
+ "id": "provider.openaiCompatible.endpoint",
7502
+ "label": "API endpoint",
7503
+ "optional": false,
7504
+ "constraints": {
7505
+ "notEmpty": true
7506
+ },
7507
+ "feel": "optional",
7508
+ "group": "provider",
7509
+ "binding": {
7510
+ "name": "provider.openaiCompatible.endpoint",
7511
+ "type": "zeebe:input"
7512
+ },
7513
+ "condition": {
7514
+ "property": "provider.type",
7515
+ "equals": "openaiCompatible",
7516
+ "type": "simple"
7517
+ },
7518
+ "tooltip": "Specify an endpoint to use the connector with an OpenAI compatible API. ",
7519
+ "type": "String"
7520
+ },
7521
+ {
7522
+ "id": "provider.openaiCompatible.authentication.apiKey",
7523
+ "label": "API key",
7524
+ "optional": true,
7525
+ "feel": "optional",
7526
+ "group": "provider",
7527
+ "binding": {
7528
+ "name": "provider.openaiCompatible.authentication.apiKey",
7529
+ "type": "zeebe:input"
7530
+ },
7531
+ "condition": {
7532
+ "property": "provider.type",
7533
+ "equals": "openaiCompatible",
7534
+ "type": "simple"
7535
+ },
7536
+ "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.",
7537
+ "type": "String"
7538
+ },
7539
+ {
7540
+ "id": "provider.openaiCompatible.headers",
7541
+ "label": "Headers",
7542
+ "description": "Map of HTTP headers to add to the request.",
7543
+ "optional": true,
7544
+ "feel": "required",
7545
+ "group": "provider",
7546
+ "binding": {
7547
+ "name": "provider.openaiCompatible.headers",
7548
+ "type": "zeebe:input"
7549
+ },
7550
+ "condition": {
7551
+ "property": "provider.type",
7552
+ "equals": "openaiCompatible",
7553
+ "type": "simple"
7554
+ },
7555
+ "type": "String"
7556
+ },
7557
+ {
7558
+ "id": "provider.anthropic.model.model",
7559
+ "label": "Model",
7560
+ "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>.",
7561
+ "optional": false,
7562
+ "value": "claude-3-5-sonnet-20240620",
7563
+ "constraints": {
7564
+ "notEmpty": true
7565
+ },
7566
+ "feel": "optional",
7567
+ "group": "model",
7568
+ "binding": {
7569
+ "name": "provider.anthropic.model.model",
7570
+ "type": "zeebe:input"
7571
+ },
7572
+ "condition": {
7573
+ "property": "provider.type",
7574
+ "equals": "anthropic",
7575
+ "type": "simple"
7576
+ },
7577
+ "type": "String"
7578
+ },
7579
+ {
7580
+ "id": "provider.anthropic.model.parameters.maxTokens",
7581
+ "label": "Maximum tokens",
7582
+ "optional": true,
7583
+ "feel": "required",
7584
+ "group": "model",
7585
+ "binding": {
7586
+ "name": "provider.anthropic.model.parameters.maxTokens",
7587
+ "type": "zeebe:input"
7588
+ },
7589
+ "condition": {
7590
+ "property": "provider.type",
7591
+ "equals": "anthropic",
7592
+ "type": "simple"
7593
+ },
7594
+ "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>.",
7595
+ "type": "Number"
7596
+ },
7597
+ {
7598
+ "id": "provider.anthropic.model.parameters.temperature",
7599
+ "label": "Temperature",
7600
+ "optional": true,
7601
+ "feel": "required",
7602
+ "group": "model",
7603
+ "binding": {
7604
+ "name": "provider.anthropic.model.parameters.temperature",
7605
+ "type": "zeebe:input"
7606
+ },
7607
+ "condition": {
7608
+ "property": "provider.type",
7609
+ "equals": "anthropic",
7610
+ "type": "simple"
7611
+ },
7612
+ "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>.",
7613
+ "type": "Number"
7614
+ },
7615
+ {
7616
+ "id": "provider.anthropic.model.parameters.topP",
7617
+ "label": "top P",
7618
+ "optional": true,
7619
+ "feel": "required",
7620
+ "group": "model",
7621
+ "binding": {
7622
+ "name": "provider.anthropic.model.parameters.topP",
7623
+ "type": "zeebe:input"
7624
+ },
7625
+ "condition": {
7626
+ "property": "provider.type",
7627
+ "equals": "anthropic",
7628
+ "type": "simple"
7629
+ },
7630
+ "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>.",
7631
+ "type": "Number"
7632
+ },
7633
+ {
7634
+ "id": "provider.anthropic.model.parameters.topK",
7635
+ "label": "top K",
7636
+ "optional": true,
7637
+ "feel": "required",
7638
+ "group": "model",
7639
+ "binding": {
7640
+ "name": "provider.anthropic.model.parameters.topK",
7641
+ "type": "zeebe:input"
7642
+ },
7643
+ "condition": {
7644
+ "property": "provider.type",
7645
+ "equals": "anthropic",
7646
+ "type": "simple"
7647
+ },
7648
+ "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>.",
7649
+ "type": "Number"
7650
+ },
7651
+ {
7652
+ "id": "provider.bedrock.model.model",
7653
+ "label": "Model",
7654
+ "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>.",
7655
+ "optional": false,
7656
+ "value": "anthropic.claude-3-5-sonnet-20240620-v1:0",
7657
+ "constraints": {
7658
+ "notEmpty": true
7659
+ },
7660
+ "feel": "optional",
7661
+ "group": "model",
7662
+ "binding": {
7663
+ "name": "provider.bedrock.model.model",
7664
+ "type": "zeebe:input"
7665
+ },
7666
+ "condition": {
7667
+ "property": "provider.type",
7668
+ "equals": "bedrock",
7669
+ "type": "simple"
7670
+ },
7671
+ "type": "String"
7672
+ },
7673
+ {
7674
+ "id": "provider.bedrock.model.parameters.maxTokens",
7675
+ "label": "Maximum tokens",
7676
+ "optional": true,
7677
+ "feel": "required",
7678
+ "group": "model",
7679
+ "binding": {
7680
+ "name": "provider.bedrock.model.parameters.maxTokens",
7681
+ "type": "zeebe:input"
7682
+ },
7683
+ "condition": {
7684
+ "property": "provider.type",
7685
+ "equals": "bedrock",
7686
+ "type": "simple"
7687
+ },
7688
+ "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>.",
7689
+ "type": "Number"
7690
+ },
7691
+ {
7692
+ "id": "provider.bedrock.model.parameters.temperature",
7693
+ "label": "Temperature",
7694
+ "optional": true,
7695
+ "feel": "required",
7696
+ "group": "model",
7697
+ "binding": {
7698
+ "name": "provider.bedrock.model.parameters.temperature",
7699
+ "type": "zeebe:input"
7700
+ },
7701
+ "condition": {
7702
+ "property": "provider.type",
7703
+ "equals": "bedrock",
7704
+ "type": "simple"
7705
+ },
7706
+ "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>.",
7707
+ "type": "Number"
7708
+ },
7709
+ {
7710
+ "id": "provider.bedrock.model.parameters.topP",
7711
+ "label": "top P",
7712
+ "optional": true,
7713
+ "feel": "required",
7714
+ "group": "model",
7715
+ "binding": {
7716
+ "name": "provider.bedrock.model.parameters.topP",
7717
+ "type": "zeebe:input"
7718
+ },
7719
+ "condition": {
7720
+ "property": "provider.type",
7721
+ "equals": "bedrock",
7722
+ "type": "simple"
7723
+ },
7724
+ "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>.",
7725
+ "type": "Number"
7726
+ },
7727
+ {
7728
+ "id": "provider.azureOpenAi.model.deploymentName",
7729
+ "label": "Model deployment name",
7730
+ "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>.",
7731
+ "optional": false,
7732
+ "constraints": {
7733
+ "notEmpty": true
7734
+ },
7735
+ "feel": "optional",
7736
+ "group": "model",
7737
+ "binding": {
7738
+ "name": "provider.azureOpenAi.model.deploymentName",
7739
+ "type": "zeebe:input"
7740
+ },
7741
+ "condition": {
7742
+ "property": "provider.type",
7743
+ "equals": "azureOpenAi",
7744
+ "type": "simple"
7745
+ },
7746
+ "type": "String"
7747
+ },
7748
+ {
7749
+ "id": "provider.azureOpenAi.model.parameters.maxTokens",
7750
+ "label": "Maximum tokens",
7751
+ "optional": true,
7752
+ "feel": "required",
7753
+ "group": "model",
7754
+ "binding": {
7755
+ "name": "provider.azureOpenAi.model.parameters.maxTokens",
7756
+ "type": "zeebe:input"
7757
+ },
7758
+ "condition": {
7759
+ "property": "provider.type",
7760
+ "equals": "azureOpenAi",
7761
+ "type": "simple"
7762
+ },
7763
+ "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>.",
7764
+ "type": "Number"
7765
+ },
7766
+ {
7767
+ "id": "provider.azureOpenAi.model.parameters.temperature",
7768
+ "label": "Temperature",
7769
+ "optional": true,
7770
+ "feel": "required",
7771
+ "group": "model",
7772
+ "binding": {
7773
+ "name": "provider.azureOpenAi.model.parameters.temperature",
7774
+ "type": "zeebe:input"
7775
+ },
7776
+ "condition": {
7777
+ "property": "provider.type",
7778
+ "equals": "azureOpenAi",
7779
+ "type": "simple"
7780
+ },
7781
+ "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>.",
7782
+ "type": "Number"
7783
+ },
7784
+ {
7785
+ "id": "provider.azureOpenAi.model.parameters.topP",
7786
+ "label": "top P",
7787
+ "optional": true,
7788
+ "feel": "required",
7789
+ "group": "model",
7790
+ "binding": {
7791
+ "name": "provider.azureOpenAi.model.parameters.topP",
7792
+ "type": "zeebe:input"
7793
+ },
7794
+ "condition": {
7795
+ "property": "provider.type",
7796
+ "equals": "azureOpenAi",
7797
+ "type": "simple"
7798
+ },
7799
+ "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>.",
7800
+ "type": "Number"
7801
+ },
7802
+ {
7803
+ "id": "provider.googleVertexAi.model.model",
7804
+ "label": "Model",
7805
+ "description": "Specify the model ID. Details in the <a href=\"https://cloud.google.com/vertex-ai/docs/generative-ai/models\" target=\"_blank\">documentation</a>.",
7806
+ "optional": false,
7807
+ "constraints": {
7808
+ "notEmpty": true
7809
+ },
7810
+ "feel": "optional",
7811
+ "group": "model",
7812
+ "binding": {
7813
+ "name": "provider.googleVertexAi.model.model",
7814
+ "type": "zeebe:input"
7815
+ },
7816
+ "condition": {
7817
+ "property": "provider.type",
7818
+ "equals": "google-vertex-ai",
7819
+ "type": "simple"
7820
+ },
7821
+ "type": "String"
7822
+ },
7823
+ {
7824
+ "id": "provider.googleVertexAi.model.parameters.maxOutputTokens",
7825
+ "label": "Maximum output tokens",
7826
+ "optional": true,
7827
+ "feel": "required",
7828
+ "group": "model",
7829
+ "binding": {
7830
+ "name": "provider.googleVertexAi.model.parameters.maxOutputTokens",
7831
+ "type": "zeebe:input"
7832
+ },
7833
+ "condition": {
7834
+ "property": "provider.type",
7835
+ "equals": "google-vertex-ai",
7836
+ "type": "simple"
7837
+ },
7838
+ "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>.",
7839
+ "type": "Number"
7840
+ },
7841
+ {
7842
+ "id": "provider.googleVertexAi.model.parameters.temperature",
7843
+ "label": "Temperature",
7844
+ "optional": true,
7845
+ "feel": "required",
7846
+ "group": "model",
7847
+ "binding": {
7848
+ "name": "provider.googleVertexAi.model.parameters.temperature",
7849
+ "type": "zeebe:input"
7850
+ },
7851
+ "condition": {
7852
+ "property": "provider.type",
7853
+ "equals": "google-vertex-ai",
7854
+ "type": "simple"
7855
+ },
7856
+ "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>.",
7857
+ "type": "Number"
7858
+ },
7859
+ {
7860
+ "id": "provider.googleVertexAi.model.parameters.topP",
7861
+ "label": "top P",
7862
+ "optional": true,
7863
+ "feel": "required",
7864
+ "group": "model",
7865
+ "binding": {
7866
+ "name": "provider.googleVertexAi.model.parameters.topP",
7867
+ "type": "zeebe:input"
7868
+ },
7869
+ "condition": {
7870
+ "property": "provider.type",
7871
+ "equals": "google-vertex-ai",
7872
+ "type": "simple"
7873
+ },
7874
+ "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>.",
7875
+ "type": "Number"
7876
+ },
7877
+ {
7878
+ "id": "provider.googleVertexAi.model.parameters.topK",
7879
+ "label": "top K",
7880
+ "optional": true,
7881
+ "feel": "required",
7882
+ "group": "model",
7883
+ "binding": {
7884
+ "name": "provider.googleVertexAi.model.parameters.topK",
7885
+ "type": "zeebe:input"
7886
+ },
7887
+ "condition": {
7888
+ "property": "provider.type",
7889
+ "equals": "google-vertex-ai",
7890
+ "type": "simple"
7891
+ },
7892
+ "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>.",
7893
+ "type": "Number"
7894
+ },
7895
+ {
7896
+ "id": "provider.openai.model.model",
7897
+ "label": "Model",
7898
+ "description": "Specify the model ID. Details in the <a href=\"https://platform.openai.com/docs/models\" target=\"_blank\">documentation</a>.",
7899
+ "optional": false,
7900
+ "value": "gpt-4o",
7901
+ "constraints": {
7902
+ "notEmpty": true
7903
+ },
7904
+ "feel": "optional",
7905
+ "group": "model",
7906
+ "binding": {
7907
+ "name": "provider.openai.model.model",
7908
+ "type": "zeebe:input"
7909
+ },
7910
+ "condition": {
7911
+ "property": "provider.type",
7912
+ "equals": "openai",
7913
+ "type": "simple"
7914
+ },
7915
+ "type": "String"
7916
+ },
7917
+ {
7918
+ "id": "provider.openai.model.parameters.maxCompletionTokens",
7919
+ "label": "Maximum completion tokens",
7920
+ "optional": true,
7921
+ "feel": "required",
7922
+ "group": "model",
7923
+ "binding": {
7924
+ "name": "provider.openai.model.parameters.maxCompletionTokens",
7925
+ "type": "zeebe:input"
7926
+ },
7927
+ "condition": {
7928
+ "property": "provider.type",
7929
+ "equals": "openai",
7930
+ "type": "simple"
7931
+ },
7932
+ "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>.",
7933
+ "type": "Number"
7934
+ },
7935
+ {
7936
+ "id": "provider.openai.model.parameters.temperature",
7937
+ "label": "Temperature",
7938
+ "optional": true,
7939
+ "feel": "required",
7940
+ "group": "model",
7941
+ "binding": {
7942
+ "name": "provider.openai.model.parameters.temperature",
7943
+ "type": "zeebe:input"
7944
+ },
7945
+ "condition": {
7946
+ "property": "provider.type",
7947
+ "equals": "openai",
7948
+ "type": "simple"
7949
+ },
7950
+ "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>.",
7951
+ "type": "Number"
7952
+ },
7953
+ {
7954
+ "id": "provider.openai.model.parameters.topP",
7955
+ "label": "top P",
7956
+ "optional": true,
7957
+ "feel": "required",
7958
+ "group": "model",
7959
+ "binding": {
7960
+ "name": "provider.openai.model.parameters.topP",
7961
+ "type": "zeebe:input"
7962
+ },
7963
+ "condition": {
7964
+ "property": "provider.type",
7965
+ "equals": "openai",
7966
+ "type": "simple"
7967
+ },
7968
+ "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>.",
7969
+ "type": "Number"
7970
+ },
7971
+ {
7972
+ "id": "provider.openaiCompatible.model.model",
7973
+ "label": "Model",
7974
+ "description": "Specify the model ID. Details in the <a href=\"https://platform.openai.com/docs/models\" target=\"_blank\">documentation</a>.",
7975
+ "optional": false,
7976
+ "value": "gpt-4o",
7977
+ "constraints": {
7978
+ "notEmpty": true
7979
+ },
7980
+ "feel": "optional",
7981
+ "group": "model",
7982
+ "binding": {
7983
+ "name": "provider.openaiCompatible.model.model",
7984
+ "type": "zeebe:input"
7985
+ },
7986
+ "condition": {
7987
+ "property": "provider.type",
7988
+ "equals": "openaiCompatible",
7989
+ "type": "simple"
7990
+ },
7991
+ "type": "String"
7992
+ },
7993
+ {
7994
+ "id": "provider.openaiCompatible.model.parameters.maxCompletionTokens",
7995
+ "label": "Maximum completion tokens",
7996
+ "optional": true,
7997
+ "feel": "required",
7998
+ "group": "model",
7999
+ "binding": {
8000
+ "name": "provider.openaiCompatible.model.parameters.maxCompletionTokens",
8001
+ "type": "zeebe:input"
8002
+ },
8003
+ "condition": {
8004
+ "property": "provider.type",
8005
+ "equals": "openaiCompatible",
8006
+ "type": "simple"
8007
+ },
8008
+ "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>.",
8009
+ "type": "Number"
8010
+ },
8011
+ {
8012
+ "id": "provider.openaiCompatible.model.parameters.temperature",
8013
+ "label": "Temperature",
8014
+ "optional": true,
8015
+ "feel": "required",
8016
+ "group": "model",
8017
+ "binding": {
8018
+ "name": "provider.openaiCompatible.model.parameters.temperature",
8019
+ "type": "zeebe:input"
8020
+ },
8021
+ "condition": {
8022
+ "property": "provider.type",
8023
+ "equals": "openaiCompatible",
8024
+ "type": "simple"
8025
+ },
8026
+ "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>.",
8027
+ "type": "Number"
8028
+ },
8029
+ {
8030
+ "id": "provider.openaiCompatible.model.parameters.topP",
8031
+ "label": "top P",
8032
+ "optional": true,
8033
+ "feel": "required",
8034
+ "group": "model",
8035
+ "binding": {
8036
+ "name": "provider.openaiCompatible.model.parameters.topP",
8037
+ "type": "zeebe:input"
8038
+ },
8039
+ "condition": {
8040
+ "property": "provider.type",
8041
+ "equals": "openaiCompatible",
8042
+ "type": "simple"
8043
+ },
8044
+ "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>.",
8045
+ "type": "Number"
8046
+ },
8047
+ {
8048
+ "id": "provider.openaiCompatible.model.parameters.customParameters",
8049
+ "label": "Custom parameters",
8050
+ "description": "Map of additional request parameters to include.",
8051
+ "optional": true,
8052
+ "feel": "required",
8053
+ "group": "model",
8054
+ "binding": {
8055
+ "name": "provider.openaiCompatible.model.parameters.customParameters",
8056
+ "type": "zeebe:input"
8057
+ },
8058
+ "condition": {
8059
+ "property": "provider.type",
8060
+ "equals": "openaiCompatible",
8061
+ "type": "simple"
8062
+ },
8063
+ "type": "String"
8064
+ },
8065
+ {
8066
+ "id": "data.systemPrompt.prompt",
8067
+ "label": "System prompt",
8068
+ "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.\"",
8070
+ "constraints": {
8071
+ "notEmpty": true
8072
+ },
8073
+ "feel": "required",
8074
+ "group": "systemPrompt",
8075
+ "binding": {
8076
+ "name": "data.systemPrompt.prompt",
8077
+ "type": "zeebe:input"
8078
+ },
8079
+ "type": "Text"
8080
+ },
8081
+ {
8082
+ "id": "data.userPrompt.prompt",
8083
+ "label": "User prompt",
8084
+ "optional": false,
8085
+ "constraints": {
8086
+ "notEmpty": true
8087
+ },
8088
+ "feel": "required",
8089
+ "group": "userPrompt",
8090
+ "binding": {
8091
+ "name": "data.userPrompt.prompt",
8092
+ "type": "zeebe:input"
8093
+ },
8094
+ "type": "Text"
8095
+ },
8096
+ {
8097
+ "id": "data.userPrompt.documents",
8098
+ "label": "Documents",
8099
+ "description": "Documents to be included in the user prompt.",
8100
+ "optional": true,
8101
+ "feel": "required",
8102
+ "group": "userPrompt",
8103
+ "binding": {
8104
+ "name": "data.userPrompt.documents",
8105
+ "type": "zeebe:input"
8106
+ },
8107
+ "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
+ "type": "String"
8109
+ },
8110
+ {
8111
+ "id": "agentContext",
8112
+ "label": "Agent context",
8113
+ "description": "Initial agent context from previous interactions. Avoid reusing context variables across agents to prevent issues with stale data or tool access.",
8114
+ "optional": true,
8115
+ "feel": "required",
8116
+ "group": "memory",
8117
+ "binding": {
8118
+ "name": "agentContext",
8119
+ "type": "zeebe:input"
8120
+ },
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.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-process/\" target=\"_blank\">See documentation</a> for details.",
8122
+ "type": "Text"
8123
+ },
8124
+ {
8125
+ "id": "data.memory.storage.type",
8126
+ "label": "Memory storage type",
8127
+ "description": "Specify how to store the conversation memory.",
8128
+ "value": "in-process",
8129
+ "group": "memory",
8130
+ "binding": {
8131
+ "name": "data.memory.storage.type",
8132
+ "type": "zeebe:input"
8133
+ },
8134
+ "type": "Dropdown",
8135
+ "choices": [
8136
+ {
8137
+ "name": "In Process (part of agent context)",
8138
+ "value": "in-process"
8139
+ },
8140
+ {
8141
+ "name": "Camunda Document Storage",
8142
+ "value": "camunda-document"
8143
+ },
8144
+ {
8145
+ "name": "Custom Implementation (Hybrid/Self-Managed only)",
8146
+ "value": "custom"
8147
+ }
8148
+ ]
8149
+ },
8150
+ {
8151
+ "id": "data.memory.storage.timeToLive",
8152
+ "label": "Document TTL",
8153
+ "description": "How long to retain the conversation document as ISO-8601 duration (example: <code>P14D</code>).",
8154
+ "optional": true,
8155
+ "feel": "optional",
8156
+ "group": "memory",
8157
+ "binding": {
8158
+ "name": "data.memory.storage.timeToLive",
8159
+ "type": "zeebe:input"
8160
+ },
8161
+ "condition": {
8162
+ "property": "data.memory.storage.type",
8163
+ "equals": "camunda-document",
8164
+ "type": "simple"
8165
+ },
8166
+ "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.",
8167
+ "type": "String"
8168
+ },
8169
+ {
8170
+ "id": "data.memory.storage.customProperties",
8171
+ "label": "Custom document properties",
8172
+ "description": "An optional map of custom properties to be stored with the conversation document.",
8173
+ "optional": true,
8174
+ "feel": "required",
8175
+ "group": "memory",
8176
+ "binding": {
8177
+ "name": "data.memory.storage.customProperties",
8178
+ "type": "zeebe:input"
8179
+ },
8180
+ "condition": {
8181
+ "property": "data.memory.storage.type",
8182
+ "equals": "camunda-document",
8183
+ "type": "simple"
8184
+ },
8185
+ "type": "String"
8186
+ },
8187
+ {
8188
+ "id": "data.memory.storage.storeType",
8189
+ "label": "Implementation type",
8190
+ "optional": false,
8191
+ "constraints": {
8192
+ "notEmpty": true
8193
+ },
8194
+ "feel": "optional",
8195
+ "group": "memory",
8196
+ "binding": {
8197
+ "name": "data.memory.storage.storeType",
8198
+ "type": "zeebe:input"
8199
+ },
8200
+ "condition": {
8201
+ "property": "data.memory.storage.type",
8202
+ "equals": "custom",
8203
+ "type": "simple"
8204
+ },
8205
+ "type": "String"
8206
+ },
8207
+ {
8208
+ "id": "data.memory.storage.parameters",
8209
+ "label": "Parameters",
8210
+ "description": "Parameters for the custom memory storage implementation.",
8211
+ "optional": true,
8212
+ "feel": "required",
8213
+ "group": "memory",
8214
+ "binding": {
8215
+ "name": "data.memory.storage.parameters",
8216
+ "type": "zeebe:input"
8217
+ },
8218
+ "condition": {
8219
+ "property": "data.memory.storage.type",
8220
+ "equals": "custom",
8221
+ "type": "simple"
8222
+ },
8223
+ "type": "String"
8224
+ },
8225
+ {
8226
+ "id": "data.memory.contextWindowSize",
8227
+ "label": "Context window size",
8228
+ "description": "Maximum number of recent conversation messages which are passed to the model.",
8229
+ "optional": false,
8230
+ "value": 20,
8231
+ "feel": "static",
8232
+ "group": "memory",
8233
+ "binding": {
8234
+ "name": "data.memory.contextWindowSize",
8235
+ "type": "zeebe:input"
8236
+ },
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.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-process/\" target=\"_blank\">See documentation</a> for details.",
8238
+ "type": "Number"
8239
+ },
8240
+ {
8241
+ "id": "data.limits.maxModelCalls",
8242
+ "label": "Maximum model calls",
8243
+ "description": "Maximum number of calls to the model as a safety limit to prevent infinite loops.",
8244
+ "optional": false,
8245
+ "value": 10,
8246
+ "feel": "static",
8247
+ "group": "limits",
8248
+ "binding": {
8249
+ "name": "data.limits.maxModelCalls",
8250
+ "type": "zeebe:input"
8251
+ },
8252
+ "type": "Number"
8253
+ },
8254
+ {
8255
+ "id": "data.events.behavior",
8256
+ "label": "Event handling behavior",
8257
+ "description": "Behavior on completing an event sub-process.",
8258
+ "optional": false,
8259
+ "value": "WAIT_FOR_TOOL_CALL_RESULTS",
8260
+ "constraints": {
8261
+ "notEmpty": true
8262
+ },
8263
+ "group": "events",
8264
+ "binding": {
8265
+ "name": "data.events.behavior",
8266
+ "type": "zeebe:input"
8267
+ },
8268
+ "type": "Dropdown",
8269
+ "choices": [
8270
+ {
8271
+ "name": "Wait for tool call results",
8272
+ "value": "WAIT_FOR_TOOL_CALL_RESULTS"
8273
+ },
8274
+ {
8275
+ "name": "Cancel tool calls",
8276
+ "value": "INTERRUPT_TOOL_CALLS"
8277
+ }
8278
+ ]
8279
+ },
8280
+ {
8281
+ "id": "data.response.format.type",
8282
+ "label": "Response format",
8283
+ "description": "Specify the response format. Support for JSON mode varies by provider.",
8284
+ "value": "text",
8285
+ "group": "response",
8286
+ "binding": {
8287
+ "name": "data.response.format.type",
8288
+ "type": "zeebe:input"
8289
+ },
8290
+ "type": "Dropdown",
8291
+ "choices": [
8292
+ {
8293
+ "name": "Text",
8294
+ "value": "text"
8295
+ },
8296
+ {
8297
+ "name": "JSON",
8298
+ "value": "json"
8299
+ }
8300
+ ]
8301
+ },
8302
+ {
8303
+ "id": "data.response.format.parseJson",
8304
+ "label": "Parse text as JSON",
8305
+ "description": "Tries to parse the LLM response text as JSON object.",
8306
+ "optional": true,
8307
+ "feel": "static",
8308
+ "group": "response",
8309
+ "binding": {
8310
+ "name": "data.response.format.parseJson",
8311
+ "type": "zeebe:input"
8312
+ },
8313
+ "condition": {
8314
+ "property": "data.response.format.type",
8315
+ "equals": "text",
8316
+ "type": "simple"
8317
+ },
8318
+ "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>.",
8319
+ "type": "Boolean"
8320
+ },
8321
+ {
8322
+ "id": "data.response.format.schema",
8323
+ "label": "Response JSON schema",
8324
+ "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.",
8325
+ "optional": true,
8326
+ "feel": "required",
8327
+ "group": "response",
8328
+ "binding": {
8329
+ "name": "data.response.format.schema",
8330
+ "type": "zeebe:input"
8331
+ },
8332
+ "condition": {
8333
+ "property": "data.response.format.type",
8334
+ "equals": "json",
8335
+ "type": "simple"
8336
+ },
8337
+ "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>.",
8338
+ "type": "String"
8339
+ },
8340
+ {
8341
+ "id": "data.response.format.schemaName",
8342
+ "label": "Response JSON schema name",
8343
+ "description": "An optional name for the response JSON Schema to make the model aware of the expected output.",
8344
+ "optional": true,
8345
+ "value": "Response",
8346
+ "feel": "optional",
8347
+ "group": "response",
8348
+ "binding": {
8349
+ "name": "data.response.format.schemaName",
8350
+ "type": "zeebe:input"
8351
+ },
8352
+ "condition": {
8353
+ "property": "data.response.format.type",
8354
+ "equals": "json",
8355
+ "type": "simple"
8356
+ },
8357
+ "type": "String"
8358
+ },
8359
+ {
8360
+ "id": "data.response.includeAssistantMessage",
8361
+ "label": "Include assistant message",
8362
+ "description": "Include the full assistant message as part of the result object.",
8363
+ "optional": true,
8364
+ "feel": "static",
8365
+ "group": "response",
8366
+ "binding": {
8367
+ "name": "data.response.includeAssistantMessage",
8368
+ "type": "zeebe:input"
8369
+ },
8370
+ "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>.",
8371
+ "type": "Boolean"
8372
+ },
8373
+ {
8374
+ "id": "data.response.includeAgentContext",
8375
+ "label": "Include agent context",
8376
+ "description": "Include the agent context as part of the result object.",
8377
+ "optional": true,
8378
+ "feel": "static",
8379
+ "group": "response",
8380
+ "binding": {
8381
+ "name": "data.response.includeAgentContext",
8382
+ "type": "zeebe:input"
8383
+ },
8384
+ "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.",
8385
+ "type": "Boolean"
8386
+ },
8387
+ {
8388
+ "id": "version",
8389
+ "label": "Version",
8390
+ "description": "Version of the element template",
8391
+ "value": "3",
8392
+ "group": "connector",
8393
+ "binding": {
8394
+ "key": "elementTemplateVersion",
8395
+ "type": "zeebe:taskHeader"
8396
+ },
8397
+ "type": "Hidden"
8398
+ },
8399
+ {
8400
+ "id": "id",
8401
+ "label": "ID",
8402
+ "description": "ID of the element template",
8403
+ "value": "io.camunda.connectors.agenticai.aiagent.jobworker.v1",
8404
+ "group": "connector",
8405
+ "binding": {
8406
+ "key": "elementTemplateId",
8407
+ "type": "zeebe:taskHeader"
8408
+ },
8409
+ "type": "Hidden"
8410
+ },
8411
+ {
8412
+ "id": "resultVariable",
8413
+ "label": "Result variable",
8414
+ "description": "Name of variable to store the response in",
8415
+ "value": "agent",
8416
+ "group": "output",
8417
+ "binding": {
8418
+ "source": "=agent",
8419
+ "type": "zeebe:output"
8420
+ },
8421
+ "type": "String"
8422
+ },
8423
+ {
8424
+ "id": "errorExpression",
8425
+ "label": "Error expression",
8426
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
8427
+ "feel": "required",
8428
+ "group": "error",
8429
+ "binding": {
8430
+ "key": "errorExpression",
8431
+ "type": "zeebe:taskHeader"
8432
+ },
8433
+ "type": "Text"
8434
+ },
8435
+ {
8436
+ "id": "retryCount",
8437
+ "label": "Retries",
8438
+ "description": "Number of retries",
8439
+ "value": "3",
8440
+ "feel": "optional",
8441
+ "group": "retries",
8442
+ "binding": {
8443
+ "property": "retries",
8444
+ "type": "zeebe:taskDefinition"
8445
+ },
8446
+ "type": "String"
8447
+ },
8448
+ {
8449
+ "id": "retryBackoff",
8450
+ "label": "Retry backoff",
8451
+ "description": "ISO-8601 duration to wait between retries",
8452
+ "value": "PT0S",
8453
+ "group": "retries",
8454
+ "binding": {
8455
+ "key": "retryBackoff",
8456
+ "type": "zeebe:taskHeader"
8457
+ },
8458
+ "type": "String"
8459
+ }
8460
+ ],
8461
+ "icon": {
8462
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiIGZpbGw9IiNBNTZFRkYiLz4KPG1hc2sgaWQ9InBhdGgtMi1vdXRzaWRlLTFfMTg1XzYiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjQiIHk9IjQiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iYmxhY2siPgo8cmVjdCBmaWxsPSJ3aGl0ZSIgeD0iNCIgeT0iNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjAuMDEwNSAxMi4wOTg3QzE4LjQ5IDEwLjU4OTQgMTcuMTU5NCA4LjEwODE0IDE2LjE3OTkgNi4wMTEwM0MxNi4xNTIgNi4wMDQ1MSAxNi4xMTc2IDYgMTYuMDc5NCA2QzE2LjA0MTEgNiAxNi4wMDY2IDYuMDA0NTEgMTUuOTc4OCA2LjAxMTA0QzE0Ljk5OTQgOC4xMDgxNCAxMy42Njk3IDEwLjU4ODkgMTIuMTQ4MSAxMi4wOTgxQzEwLjYyNjkgMTMuNjA3MSA4LjEyNTY4IDE0LjkyNjQgNi4wMTE1NyAxNS44OTgxQzYuMDA0NzQgMTUuOTI2MSA2IDE1Ljk2MTEgNiAxNkM2IDE2LjAzODcgNi4wMDQ2OCAxNi4wNzM2IDYuMDExNDQgMTYuMTAxNEM4LjEyNTE5IDE3LjA3MjkgMTAuNjI2MiAxOC4zOTE5IDEyLjE0NzcgMTkuOTAxNkMxMy42Njk3IDIxLjQxMDcgMTQuOTk5NiAyMy44OTIgMTUuOTc5MSAyNS45ODlDMTYuMDA2OCAyNS45OTU2IDE2LjA0MTEgMjYgMTYuMDc5MyAyNkMxNi4xMTc1IDI2IDE2LjE1MTkgMjUuOTk1NCAxNi4xNzk2IDI1Ljk4OUMxNy4xNTkxIDIzLjg5MiAxOC40ODg4IDIxLjQxMSAyMC4wMDk5IDE5LjkwMjFNMjAuMDA5OSAxOS45MDIxQzIxLjUyNTMgMTguMzk4NyAyMy45NDY1IDE3LjA2NjkgMjUuOTkxNSAxNi4wODI0QzI1Ljk5NjUgMTYuMDU5MyAyNiAxNi4wMzEgMjYgMTUuOTk5N0MyNiAxNS45Njg0IDI1Ljk5NjUgMTUuOTQwMyAyNS45OTE1IDE1LjkxNzFDMjMuOTQ3NCAxNC45MzI3IDIxLjUyNTkgMTMuNjAxIDIwLjAxMDUgMTIuMDk4NyIvPgo8L21hc2s+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjAuMDEwNSAxMi4wOTg3QzE4LjQ5IDEwLjU4OTQgMTcuMTU5NCA4LjEwODE0IDE2LjE3OTkgNi4wMTEwM0MxNi4xNTIgNi4wMDQ1MSAxNi4xMTc2IDYgMTYuMDc5NCA2QzE2LjA0MTEgNiAxNi4wMDY2IDYuMDA0NTEgMTUuOTc4OCA2LjAxMTA0QzE0Ljk5OTQgOC4xMDgxNCAxMy42Njk3IDEwLjU4ODkgMTIuMTQ4MSAxMi4wOTgxQzEwLjYyNjkgMTMuNjA3MSA4LjEyNTY4IDE0LjkyNjQgNi4wMTE1NyAxNS44OTgxQzYuMDA0NzQgMTUuOTI2MSA2IDE1Ljk2MTEgNiAxNkM2IDE2LjAzODcgNi4wMDQ2OCAxNi4wNzM2IDYuMDExNDQgMTYuMTAxNEM4LjEyNTE5IDE3LjA3MjkgMTAuNjI2MiAxOC4zOTE5IDEyLjE0NzcgMTkuOTAxNkMxMy42Njk3IDIxLjQxMDcgMTQuOTk5NiAyMy44OTIgMTUuOTc5MSAyNS45ODlDMTYuMDA2OCAyNS45OTU2IDE2LjA0MTEgMjYgMTYuMDc5MyAyNkMxNi4xMTc1IDI2IDE2LjE1MTkgMjUuOTk1NCAxNi4xNzk2IDI1Ljk4OUMxNy4xNTkxIDIzLjg5MiAxOC40ODg4IDIxLjQxMSAyMC4wMDk5IDE5LjkwMjFNMjAuMDA5OSAxOS45MDIxQzIxLjUyNTMgMTguMzk4NyAyMy45NDY1IDE3LjA2NjkgMjUuOTkxNSAxNi4wODI0QzI1Ljk5NjUgMTYuMDU5MyAyNiAxNi4wMzEgMjYgMTUuOTk5N0MyNiAxNS45Njg0IDI1Ljk5NjUgMTUuOTQwMyAyNS45OTE1IDE1LjkxNzFDMjMuOTQ3NCAxNC45MzI3IDIxLjUyNTkgMTMuNjAxIDIwLjAxMDUgMTIuMDk4NyIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMC4wMTA1IDEyLjA5ODdDMTguNDkgMTAuNTg5NCAxNy4xNTk0IDguMTA4MTQgMTYuMTc5OSA2LjAxMTAzQzE2LjE1MiA2LjAwNDUxIDE2LjExNzYgNiAxNi4wNzk0IDZDMTYuMDQxMSA2IDE2LjAwNjYgNi4wMDQ1MSAxNS45Nzg4IDYuMDExMDRDMTQuOTk5NCA4LjEwODE0IDEzLjY2OTcgMTAuNTg4OSAxMi4xNDgxIDEyLjA5ODFDMTAuNjI2OSAxMy42MDcxIDguMTI1NjggMTQuOTI2NCA2LjAxMTU3IDE1Ljg5ODFDNi4wMDQ3NCAxNS45MjYxIDYgMTUuOTYxMSA2IDE2QzYgMTYuMDM4NyA2LjAwNDY4IDE2LjA3MzYgNi4wMTE0NCAxNi4xMDE0QzguMTI1MTkgMTcuMDcyOSAxMC42MjYyIDE4LjM5MTkgMTIuMTQ3NyAxOS45MDE2QzEzLjY2OTcgMjEuNDEwNyAxNC45OTk2IDIzLjg5MiAxNS45NzkxIDI1Ljk4OUMxNi4wMDY4IDI1Ljk5NTYgMTYuMDQxMSAyNiAxNi4wNzkzIDI2QzE2LjExNzUgMjYgMTYuMTUxOSAyNS45OTU0IDE2LjE3OTYgMjUuOTg5QzE3LjE1OTEgMjMuODkyIDE4LjQ4ODggMjEuNDExIDIwLjAwOTkgMTkuOTAyMU0yMC4wMDk5IDE5LjkwMjFDMjEuNTI1MyAxOC4zOTg3IDIzLjk0NjUgMTcuMDY2OSAyNS45OTE1IDE2LjA4MjRDMjUuOTk2NSAxNi4wNTkzIDI2IDE2LjAzMSAyNiAxNS45OTk3QzI2IDE1Ljk2ODQgMjUuOTk2NSAxNS45NDAzIDI1Ljk5MTUgMTUuOTE3MUMyMy45NDc0IDE0LjkzMjcgMjEuNTI1OSAxMy42MDEgMjAuMDEwNSAxMi4wOTg3IiBzdHJva2U9IiM0OTFEOEIiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgbWFzaz0idXJsKCNwYXRoLTItb3V0c2lkZS0xXzE4NV82KSIvPgo8L3N2Zz4K"
8463
+ }
8464
+ },
8465
+ {
8466
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
8467
+ "name": "AI Agent Sub-process",
8468
+ "id": "io.camunda.connectors.agenticai.aiagent.jobworker.v1",
8469
+ "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,
8473
+ "category": {
8474
+ "id": "aiTools",
8475
+ "name": "AI Tools"
8476
+ },
8477
+ "appliesTo": ["bpmn:SubProcess"],
8478
+ "elementType": {
8479
+ "value": "bpmn:AdHocSubProcess"
8480
+ },
8481
+ "engines": {
8482
+ "camunda": "^8.10"
8483
+ },
8484
+ "groups": [
8485
+ {
8486
+ "id": "provider",
8487
+ "label": "Model provider",
8488
+ "openByDefault": false
8489
+ },
8490
+ {
8491
+ "id": "model",
8492
+ "label": "Model",
8493
+ "openByDefault": false
8494
+ },
8495
+ {
8496
+ "id": "systemPrompt",
8497
+ "label": "System prompt",
8498
+ "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.",
8499
+ "openByDefault": false
8500
+ },
8501
+ {
8502
+ "id": "userPrompt",
8503
+ "label": "User prompt",
8504
+ "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.",
8505
+ "openByDefault": false
8506
+ },
8507
+ {
8508
+ "id": "tools",
8509
+ "label": "Tools",
8510
+ "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.",
8511
+ "openByDefault": false
8512
+ },
8513
+ {
8514
+ "id": "memory",
8515
+ "label": "Memory",
8516
+ "tooltip": "Configuration of the Agent's short-term/conversational memory.",
8517
+ "openByDefault": false
8518
+ },
8519
+ {
8520
+ "id": "limits",
8521
+ "label": "Limits",
8522
+ "openByDefault": false
8523
+ },
8524
+ {
8525
+ "id": "events",
8526
+ "label": "Event handling",
8527
+ "tooltip": "Configure how event sub-process results are handled. Results are added as user messages to the running agent.",
8528
+ "openByDefault": false
8529
+ },
8530
+ {
8531
+ "id": "response",
8532
+ "label": "Response",
8533
+ "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.",
8534
+ "openByDefault": false
8535
+ },
8536
+ {
8537
+ "id": "connector",
8538
+ "label": "Connector"
8539
+ },
8540
+ {
8541
+ "id": "output",
8542
+ "label": "Output mapping"
8543
+ },
8544
+ {
8545
+ "id": "error",
8546
+ "label": "Error handling"
8547
+ },
8548
+ {
8549
+ "id": "retries",
8550
+ "label": "Retries"
8551
+ }
8552
+ ],
8553
+ "properties": [
8554
+ {
8555
+ "value": "io.camunda.agenticai:aiagent-job-worker:1",
8556
+ "binding": {
8557
+ "property": "type",
8558
+ "type": "zeebe:taskDefinition"
8559
+ },
8560
+ "type": "Hidden"
8561
+ },
8562
+ {
8563
+ "id": "outputCollection",
8564
+ "binding": {
8565
+ "property": "outputCollection",
8566
+ "type": "zeebe:adHoc"
8567
+ },
8568
+ "value": "toolCallResults",
8569
+ "type": "Hidden"
8570
+ },
8571
+ {
8572
+ "id": "outputElement",
8573
+ "binding": {
8574
+ "property": "outputElement",
8575
+ "type": "zeebe:adHoc"
8576
+ },
8577
+ "value": "={\n id: toolCall._meta.id,\n name: toolCall._meta.name,\n content: toolCallResult\n}",
8578
+ "type": "Hidden"
8579
+ },
8580
+ {
8581
+ "id": "provider.type",
8582
+ "label": "Provider",
8583
+ "description": "Specify the LLM provider to use.",
8584
+ "value": "anthropic",
8585
+ "group": "provider",
8586
+ "binding": {
8587
+ "name": "provider.type",
8588
+ "type": "zeebe:input"
8589
+ },
8590
+ "type": "Dropdown",
8591
+ "choices": [
8592
+ {
8593
+ "name": "Anthropic",
8594
+ "value": "anthropic"
8595
+ },
8596
+ {
8597
+ "name": "AWS Bedrock",
8598
+ "value": "bedrock"
8599
+ },
8600
+ {
8601
+ "name": "Azure OpenAI",
8602
+ "value": "azureOpenAi"
8603
+ },
8604
+ {
8605
+ "name": "Google Vertex AI",
8606
+ "value": "google-vertex-ai"
8607
+ },
8608
+ {
8609
+ "name": "OpenAI",
8610
+ "value": "openai"
8611
+ },
8612
+ {
8613
+ "name": "OpenAI Compatible",
8614
+ "value": "openaiCompatible"
8615
+ }
8616
+ ]
8617
+ },
8618
+ {
8619
+ "id": "provider.anthropic.endpoint",
8620
+ "label": "Endpoint",
8621
+ "description": "Optional custom API endpoint",
8622
+ "optional": true,
8623
+ "feel": "optional",
8624
+ "group": "provider",
8625
+ "binding": {
8626
+ "name": "provider.anthropic.endpoint",
8627
+ "type": "zeebe:input"
8628
+ },
8629
+ "condition": {
8630
+ "property": "provider.type",
8631
+ "equals": "anthropic",
8632
+ "type": "simple"
8633
+ },
8634
+ "type": "String"
8635
+ },
8636
+ {
8637
+ "id": "provider.anthropic.authentication.apiKey",
8638
+ "label": "Anthropic API key",
8639
+ "optional": false,
8640
+ "constraints": {
8641
+ "notEmpty": true
8642
+ },
8643
+ "feel": "optional",
8644
+ "group": "provider",
8645
+ "binding": {
8646
+ "name": "provider.anthropic.authentication.apiKey",
8647
+ "type": "zeebe:input"
8648
+ },
8649
+ "condition": {
8650
+ "property": "provider.type",
8651
+ "equals": "anthropic",
8652
+ "type": "simple"
8653
+ },
8654
+ "type": "String"
8655
+ },
8656
+ {
8657
+ "id": "provider.anthropic.timeouts.timeout",
8658
+ "label": "Timeout",
8659
+ "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
8660
+ "optional": true,
8661
+ "feel": "optional",
8662
+ "group": "provider",
8663
+ "binding": {
8664
+ "name": "provider.anthropic.timeouts.timeout",
8665
+ "type": "zeebe:input"
8666
+ },
8667
+ "condition": {
8668
+ "property": "provider.type",
8669
+ "equals": "anthropic",
8670
+ "type": "simple"
8671
+ },
8672
+ "type": "String"
8673
+ },
8674
+ {
8675
+ "id": "provider.bedrock.region",
8676
+ "label": "Region",
8677
+ "description": "Specify the AWS region (example: <code>eu-west-1</code>)",
8678
+ "optional": false,
8679
+ "constraints": {
8680
+ "notEmpty": true
8681
+ },
8682
+ "feel": "optional",
8683
+ "group": "provider",
8684
+ "binding": {
8685
+ "name": "provider.bedrock.region",
8686
+ "type": "zeebe:input"
8687
+ },
8688
+ "condition": {
8689
+ "property": "provider.type",
8690
+ "equals": "bedrock",
8691
+ "type": "simple"
8692
+ },
8693
+ "type": "String"
8694
+ },
8695
+ {
8696
+ "id": "provider.bedrock.endpoint",
8697
+ "label": "Endpoint",
8698
+ "description": "Custom API endpoint for VPC/PrivateLink configurations, AWS GovCloud, or other non-standard deployments.",
8699
+ "optional": true,
8700
+ "feel": "optional",
8701
+ "group": "provider",
8702
+ "binding": {
8703
+ "name": "provider.bedrock.endpoint",
8704
+ "type": "zeebe:input"
8705
+ },
8706
+ "condition": {
8707
+ "property": "provider.type",
8708
+ "equals": "bedrock",
8709
+ "type": "simple"
8710
+ },
8711
+ "type": "String"
8712
+ },
8713
+ {
8714
+ "id": "provider.bedrock.authentication.type",
8715
+ "label": "Authentication",
8716
+ "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>",
8717
+ "value": "credentials",
8718
+ "group": "provider",
8719
+ "binding": {
8720
+ "name": "provider.bedrock.authentication.type",
8721
+ "type": "zeebe:input"
8722
+ },
8723
+ "condition": {
8724
+ "property": "provider.type",
8725
+ "equals": "bedrock",
8726
+ "type": "simple"
8727
+ },
8728
+ "type": "Dropdown",
8729
+ "choices": [
8730
+ {
8731
+ "name": "Credentials",
8732
+ "value": "credentials"
8733
+ },
8734
+ {
8735
+ "name": "API Key",
8736
+ "value": "apiKey"
8737
+ },
8738
+ {
8739
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
8740
+ "value": "defaultCredentialsChain"
8741
+ }
8742
+ ]
8743
+ },
8744
+ {
8745
+ "id": "provider.bedrock.authentication.accessKey",
8746
+ "label": "Access key",
8747
+ "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
8748
+ "optional": false,
8749
+ "constraints": {
8750
+ "notEmpty": true
8751
+ },
8752
+ "feel": "optional",
8753
+ "group": "provider",
8754
+ "binding": {
8755
+ "name": "provider.bedrock.authentication.accessKey",
8756
+ "type": "zeebe:input"
8757
+ },
8758
+ "condition": {
8759
+ "allMatch": [
8760
+ {
8761
+ "property": "provider.bedrock.authentication.type",
8762
+ "equals": "credentials",
8763
+ "type": "simple"
8764
+ },
8765
+ {
8766
+ "property": "provider.type",
8767
+ "equals": "bedrock",
8768
+ "type": "simple"
8769
+ }
8770
+ ]
8771
+ },
8772
+ "type": "String"
8773
+ },
8774
+ {
8775
+ "id": "provider.bedrock.authentication.secretKey",
8776
+ "label": "Secret key",
8777
+ "description": "Provide the secret key for the IAM access key",
8778
+ "optional": false,
8779
+ "constraints": {
8780
+ "notEmpty": true
8781
+ },
8782
+ "feel": "optional",
8783
+ "group": "provider",
8784
+ "binding": {
8785
+ "name": "provider.bedrock.authentication.secretKey",
8786
+ "type": "zeebe:input"
8787
+ },
8788
+ "condition": {
8789
+ "allMatch": [
8790
+ {
8791
+ "property": "provider.bedrock.authentication.type",
8792
+ "equals": "credentials",
8793
+ "type": "simple"
8794
+ },
8795
+ {
8796
+ "property": "provider.type",
8797
+ "equals": "bedrock",
8798
+ "type": "simple"
8799
+ }
8800
+ ]
8801
+ },
8802
+ "type": "String"
8803
+ },
8804
+ {
8805
+ "id": "provider.bedrock.authentication.apiKey",
8806
+ "label": "API Key",
8807
+ "description": "Provide an API Key with permissions to interact with your AWS Bedrock Instance",
8808
+ "optional": false,
8809
+ "constraints": {
8810
+ "notEmpty": true
8811
+ },
8812
+ "feel": "optional",
8813
+ "group": "provider",
8814
+ "binding": {
8815
+ "name": "provider.bedrock.authentication.apiKey",
8816
+ "type": "zeebe:input"
8817
+ },
8818
+ "condition": {
8819
+ "allMatch": [
8820
+ {
8821
+ "property": "provider.bedrock.authentication.type",
8822
+ "equals": "apiKey",
8823
+ "type": "simple"
8824
+ },
8825
+ {
8826
+ "property": "provider.type",
8827
+ "equals": "bedrock",
8828
+ "type": "simple"
8829
+ }
8830
+ ]
8831
+ },
8832
+ "type": "String"
8833
+ },
8834
+ {
8835
+ "id": "provider.bedrock.timeouts.timeout",
8836
+ "label": "Timeout",
8837
+ "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
8838
+ "optional": true,
8839
+ "feel": "optional",
8840
+ "group": "provider",
8841
+ "binding": {
8842
+ "name": "provider.bedrock.timeouts.timeout",
8843
+ "type": "zeebe:input"
8844
+ },
8845
+ "condition": {
8846
+ "property": "provider.type",
8847
+ "equals": "bedrock",
8848
+ "type": "simple"
8849
+ },
8850
+ "type": "String"
8851
+ },
8852
+ {
8853
+ "id": "provider.azureOpenAi.endpoint",
8854
+ "label": "Endpoint",
8855
+ "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>.",
8856
+ "optional": false,
8857
+ "constraints": {
8858
+ "notEmpty": true
8859
+ },
8860
+ "feel": "optional",
8861
+ "group": "provider",
8862
+ "binding": {
8863
+ "name": "provider.azureOpenAi.endpoint",
8864
+ "type": "zeebe:input"
8865
+ },
8866
+ "condition": {
8867
+ "property": "provider.type",
8868
+ "equals": "azureOpenAi",
8869
+ "type": "simple"
8870
+ },
8871
+ "type": "String"
8872
+ },
8873
+ {
8874
+ "id": "provider.azureOpenAi.authentication.type",
8875
+ "label": "Authentication",
8876
+ "description": "Specify the Azure OpenAI authentication strategy.",
8877
+ "value": "apiKey",
8878
+ "group": "provider",
8879
+ "binding": {
8880
+ "name": "provider.azureOpenAi.authentication.type",
8881
+ "type": "zeebe:input"
8882
+ },
8883
+ "condition": {
8884
+ "property": "provider.type",
8885
+ "equals": "azureOpenAi",
8886
+ "type": "simple"
8887
+ },
8888
+ "type": "Dropdown",
8889
+ "choices": [
8890
+ {
8891
+ "name": "API key",
8892
+ "value": "apiKey"
8893
+ },
8894
+ {
8895
+ "name": "Client credentials",
8896
+ "value": "clientCredentials"
8897
+ }
8898
+ ]
8899
+ },
8900
+ {
8901
+ "id": "provider.azureOpenAi.authentication.apiKey",
8902
+ "label": "API key",
8903
+ "optional": false,
8904
+ "constraints": {
8905
+ "notEmpty": true
8906
+ },
8907
+ "feel": "optional",
8908
+ "group": "provider",
8909
+ "binding": {
8910
+ "name": "provider.azureOpenAi.authentication.apiKey",
8911
+ "type": "zeebe:input"
8912
+ },
8913
+ "condition": {
8914
+ "allMatch": [
8915
+ {
8916
+ "property": "provider.azureOpenAi.authentication.type",
8917
+ "equals": "apiKey",
8918
+ "type": "simple"
8919
+ },
8920
+ {
8921
+ "property": "provider.type",
8922
+ "equals": "azureOpenAi",
8923
+ "type": "simple"
8924
+ }
8925
+ ]
8926
+ },
8927
+ "type": "String"
8928
+ },
8929
+ {
8930
+ "id": "provider.azureOpenAi.authentication.clientId",
8931
+ "label": "Client ID",
8932
+ "description": "ID of a Microsoft Entra application",
8933
+ "optional": false,
8934
+ "constraints": {
8935
+ "notEmpty": true
8936
+ },
8937
+ "feel": "optional",
8938
+ "group": "provider",
8939
+ "binding": {
8940
+ "name": "provider.azureOpenAi.authentication.clientId",
8941
+ "type": "zeebe:input"
8942
+ },
8943
+ "condition": {
8944
+ "allMatch": [
8945
+ {
8946
+ "property": "provider.azureOpenAi.authentication.type",
8947
+ "equals": "clientCredentials",
8948
+ "type": "simple"
8949
+ },
8950
+ {
8951
+ "property": "provider.type",
8952
+ "equals": "azureOpenAi",
8953
+ "type": "simple"
8954
+ }
8955
+ ]
8956
+ },
8957
+ "type": "String"
8958
+ },
8959
+ {
8960
+ "id": "provider.azureOpenAi.authentication.clientSecret",
8961
+ "label": "Client secret",
8962
+ "description": "Secret of a Microsoft Entra application",
8963
+ "optional": false,
8964
+ "constraints": {
8965
+ "notEmpty": true
8966
+ },
8967
+ "feel": "optional",
8968
+ "group": "provider",
8969
+ "binding": {
8970
+ "name": "provider.azureOpenAi.authentication.clientSecret",
8971
+ "type": "zeebe:input"
8972
+ },
8973
+ "condition": {
8974
+ "allMatch": [
8975
+ {
8976
+ "property": "provider.azureOpenAi.authentication.type",
8977
+ "equals": "clientCredentials",
8978
+ "type": "simple"
8979
+ },
8980
+ {
8981
+ "property": "provider.type",
8982
+ "equals": "azureOpenAi",
8983
+ "type": "simple"
8984
+ }
8985
+ ]
8986
+ },
8987
+ "type": "String"
8988
+ },
8989
+ {
8990
+ "id": "provider.azureOpenAi.authentication.tenantId",
8991
+ "label": "Tenant ID",
8992
+ "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>.",
8993
+ "optional": false,
8994
+ "constraints": {
8995
+ "notEmpty": true
8996
+ },
8997
+ "feel": "optional",
8998
+ "group": "provider",
8999
+ "binding": {
9000
+ "name": "provider.azureOpenAi.authentication.tenantId",
9001
+ "type": "zeebe:input"
9002
+ },
9003
+ "condition": {
9004
+ "allMatch": [
9005
+ {
9006
+ "property": "provider.azureOpenAi.authentication.type",
9007
+ "equals": "clientCredentials",
9008
+ "type": "simple"
9009
+ },
9010
+ {
9011
+ "property": "provider.type",
9012
+ "equals": "azureOpenAi",
9013
+ "type": "simple"
9014
+ }
9015
+ ]
9016
+ },
9017
+ "type": "String"
9018
+ },
9019
+ {
9020
+ "id": "provider.azureOpenAi.authentication.authorityHost",
9021
+ "label": "Authority host",
9022
+ "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.",
9023
+ "optional": true,
9024
+ "feel": "optional",
9025
+ "group": "provider",
9026
+ "binding": {
9027
+ "name": "provider.azureOpenAi.authentication.authorityHost",
9028
+ "type": "zeebe:input"
9029
+ },
9030
+ "condition": {
9031
+ "allMatch": [
9032
+ {
9033
+ "property": "provider.azureOpenAi.authentication.type",
9034
+ "equals": "clientCredentials",
9035
+ "type": "simple"
9036
+ },
9037
+ {
9038
+ "property": "provider.type",
9039
+ "equals": "azureOpenAi",
9040
+ "type": "simple"
9041
+ }
9042
+ ]
9043
+ },
9044
+ "type": "String"
9045
+ },
9046
+ {
9047
+ "id": "provider.azureOpenAi.timeouts.timeout",
9048
+ "label": "Timeout",
9049
+ "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
9050
+ "optional": true,
9051
+ "feel": "optional",
9052
+ "group": "provider",
9053
+ "binding": {
9054
+ "name": "provider.azureOpenAi.timeouts.timeout",
9055
+ "type": "zeebe:input"
9056
+ },
9057
+ "condition": {
9058
+ "property": "provider.type",
9059
+ "equals": "azureOpenAi",
9060
+ "type": "simple"
9061
+ },
9062
+ "type": "String"
9063
+ },
9064
+ {
9065
+ "id": "provider.googleVertexAi.projectId",
9066
+ "label": "Project ID",
9067
+ "description": "Specify Google Cloud project ID",
9068
+ "optional": false,
9069
+ "constraints": {
9070
+ "notEmpty": true
9071
+ },
9072
+ "feel": "optional",
9073
+ "group": "provider",
9074
+ "binding": {
9075
+ "name": "provider.googleVertexAi.projectId",
9076
+ "type": "zeebe:input"
9077
+ },
9078
+ "condition": {
9079
+ "property": "provider.type",
9080
+ "equals": "google-vertex-ai",
9081
+ "type": "simple"
9082
+ },
9083
+ "type": "String"
9084
+ },
9085
+ {
9086
+ "id": "provider.googleVertexAi.region",
9087
+ "label": "Region",
9088
+ "description": "Specify the region where AI inference should take place",
9089
+ "optional": false,
9090
+ "constraints": {
9091
+ "notEmpty": true
9092
+ },
9093
+ "feel": "optional",
9094
+ "group": "provider",
9095
+ "binding": {
9096
+ "name": "provider.googleVertexAi.region",
9097
+ "type": "zeebe:input"
9098
+ },
9099
+ "condition": {
9100
+ "property": "provider.type",
9101
+ "equals": "google-vertex-ai",
9102
+ "type": "simple"
9103
+ },
9104
+ "type": "String"
9105
+ },
9106
+ {
9107
+ "id": "provider.googleVertexAi.authentication.type",
9108
+ "label": "Authentication",
9109
+ "description": "Specify the Google Vertex AI authentication strategy.",
9110
+ "value": "serviceAccountCredentials",
9111
+ "group": "provider",
9112
+ "binding": {
9113
+ "name": "provider.googleVertexAi.authentication.type",
9114
+ "type": "zeebe:input"
9115
+ },
9116
+ "condition": {
9117
+ "property": "provider.type",
9118
+ "equals": "google-vertex-ai",
9119
+ "type": "simple"
9120
+ },
9121
+ "type": "Dropdown",
9122
+ "choices": [
9123
+ {
9124
+ "name": "Service account credentials",
9125
+ "value": "serviceAccountCredentials"
9126
+ },
9127
+ {
9128
+ "name": "Application default credentials (Hybrid/Self-Managed only)",
9129
+ "value": "applicationDefaultCredentials"
9130
+ }
9131
+ ]
9132
+ },
9133
+ {
9134
+ "id": "provider.googleVertexAi.authentication.jsonKey",
9135
+ "label": "JSON key of the service account",
9136
+ "description": "This is the key of the service account in JSON format.",
9137
+ "optional": false,
9138
+ "constraints": {
9139
+ "notEmpty": true
9140
+ },
9141
+ "feel": "optional",
9142
+ "group": "provider",
9143
+ "binding": {
9144
+ "name": "provider.googleVertexAi.authentication.jsonKey",
9145
+ "type": "zeebe:input"
9146
+ },
9147
+ "condition": {
9148
+ "allMatch": [
9149
+ {
9150
+ "property": "provider.googleVertexAi.authentication.type",
9151
+ "equals": "serviceAccountCredentials",
9152
+ "type": "simple"
9153
+ },
9154
+ {
9155
+ "property": "provider.type",
9156
+ "equals": "google-vertex-ai",
9157
+ "type": "simple"
9158
+ }
9159
+ ]
9160
+ },
9161
+ "type": "String"
9162
+ },
9163
+ {
9164
+ "id": "provider.openai.authentication.apiKey",
9165
+ "label": "OpenAI API key",
9166
+ "optional": false,
9167
+ "constraints": {
9168
+ "notEmpty": true
9169
+ },
9170
+ "feel": "optional",
9171
+ "group": "provider",
9172
+ "binding": {
9173
+ "name": "provider.openai.authentication.apiKey",
9174
+ "type": "zeebe:input"
9175
+ },
9176
+ "condition": {
9177
+ "property": "provider.type",
9178
+ "equals": "openai",
9179
+ "type": "simple"
9180
+ },
9181
+ "type": "String"
9182
+ },
9183
+ {
9184
+ "id": "provider.openai.authentication.organizationId",
9185
+ "label": "Organization ID",
9186
+ "description": "For members of multiple organizations. Details in the <a href=\"https://platform.openai.com/docs/api-reference/authentication\" target=\"_blank\">documentation</a>.",
9187
+ "optional": true,
9188
+ "feel": "optional",
9189
+ "group": "provider",
9190
+ "binding": {
9191
+ "name": "provider.openai.authentication.organizationId",
9192
+ "type": "zeebe:input"
9193
+ },
9194
+ "condition": {
9195
+ "property": "provider.type",
9196
+ "equals": "openai",
9197
+ "type": "simple"
9198
+ },
9199
+ "type": "String"
9200
+ },
9201
+ {
9202
+ "id": "provider.openai.authentication.projectId",
9203
+ "label": "Project ID",
9204
+ "description": "For accounts with multiple projects. Details in the <a href=\"https://platform.openai.com/docs/api-reference/authentication\" target=\"_blank\">documentation</a>.",
9205
+ "optional": true,
9206
+ "feel": "optional",
9207
+ "group": "provider",
9208
+ "binding": {
9209
+ "name": "provider.openai.authentication.projectId",
9210
+ "type": "zeebe:input"
9211
+ },
9212
+ "condition": {
9213
+ "property": "provider.type",
9214
+ "equals": "openai",
9215
+ "type": "simple"
9216
+ },
9217
+ "type": "String"
9218
+ },
9219
+ {
9220
+ "id": "provider.openai.timeouts.timeout",
9221
+ "label": "Timeout",
9222
+ "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
9223
+ "optional": true,
9224
+ "feel": "optional",
9225
+ "group": "provider",
9226
+ "binding": {
9227
+ "name": "provider.openai.timeouts.timeout",
9228
+ "type": "zeebe:input"
9229
+ },
9230
+ "condition": {
9231
+ "property": "provider.type",
9232
+ "equals": "openai",
9233
+ "type": "simple"
9234
+ },
9235
+ "type": "String"
9236
+ },
9237
+ {
9238
+ "id": "provider.openaiCompatible.endpoint",
9239
+ "label": "API endpoint",
9240
+ "optional": false,
9241
+ "constraints": {
9242
+ "notEmpty": true
9243
+ },
9244
+ "feel": "optional",
9245
+ "group": "provider",
9246
+ "binding": {
9247
+ "name": "provider.openaiCompatible.endpoint",
9248
+ "type": "zeebe:input"
9249
+ },
9250
+ "condition": {
9251
+ "property": "provider.type",
9252
+ "equals": "openaiCompatible",
9253
+ "type": "simple"
9254
+ },
9255
+ "tooltip": "Specify an endpoint to use the connector with an OpenAI compatible API. ",
9256
+ "type": "String"
9257
+ },
9258
+ {
9259
+ "id": "provider.openaiCompatible.authentication.apiKey",
9260
+ "label": "API key",
9261
+ "optional": true,
9262
+ "feel": "optional",
9263
+ "group": "provider",
9264
+ "binding": {
9265
+ "name": "provider.openaiCompatible.authentication.apiKey",
9266
+ "type": "zeebe:input"
9267
+ },
9268
+ "condition": {
9269
+ "property": "provider.type",
9270
+ "equals": "openaiCompatible",
9271
+ "type": "simple"
9272
+ },
9273
+ "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.",
9274
+ "type": "String"
9275
+ },
9276
+ {
9277
+ "id": "provider.openaiCompatible.headers",
9278
+ "label": "Headers",
9279
+ "description": "Map of HTTP headers to add to the request.",
9280
+ "optional": true,
9281
+ "feel": "required",
9282
+ "group": "provider",
9283
+ "binding": {
9284
+ "name": "provider.openaiCompatible.headers",
9285
+ "type": "zeebe:input"
9286
+ },
9287
+ "condition": {
9288
+ "property": "provider.type",
9289
+ "equals": "openaiCompatible",
9290
+ "type": "simple"
9291
+ },
9292
+ "type": "String"
9293
+ },
9294
+ {
9295
+ "id": "provider.openaiCompatible.queryParameters",
9296
+ "label": "Query Parameters",
9297
+ "description": "Map of query parameters to add to the request URL.",
9298
+ "optional": true,
9299
+ "feel": "required",
9300
+ "group": "provider",
9301
+ "binding": {
9302
+ "name": "provider.openaiCompatible.queryParameters",
9303
+ "type": "zeebe:input"
9304
+ },
9305
+ "condition": {
9306
+ "property": "provider.type",
9307
+ "equals": "openaiCompatible",
9308
+ "type": "simple"
9309
+ },
9310
+ "type": "String"
9311
+ },
9312
+ {
9313
+ "id": "provider.openaiCompatible.timeouts.timeout",
9314
+ "label": "Timeout",
9315
+ "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
9316
+ "optional": true,
9317
+ "feel": "optional",
9318
+ "group": "provider",
9319
+ "binding": {
9320
+ "name": "provider.openaiCompatible.timeouts.timeout",
9321
+ "type": "zeebe:input"
9322
+ },
9323
+ "condition": {
9324
+ "property": "provider.type",
9325
+ "equals": "openaiCompatible",
9326
+ "type": "simple"
9327
+ },
9328
+ "type": "String"
9329
+ },
9330
+ {
9331
+ "id": "provider.anthropic.model.model",
9332
+ "label": "Model",
9333
+ "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
+ "optional": false,
9335
+ "constraints": {
9336
+ "notEmpty": true
9337
+ },
9338
+ "feel": "optional",
9339
+ "group": "model",
9340
+ "binding": {
9341
+ "name": "provider.anthropic.model.model",
9342
+ "type": "zeebe:input"
9343
+ },
9344
+ "condition": {
9345
+ "property": "provider.type",
9346
+ "equals": "anthropic",
9347
+ "type": "simple"
9348
+ },
9349
+ "placeholder": "claude-sonnet-4-6",
9350
+ "type": "String"
9351
+ },
9352
+ {
9353
+ "id": "provider.anthropic.model.parameters.maxTokens",
9354
+ "label": "Maximum tokens",
9355
+ "optional": true,
9356
+ "feel": "required",
9357
+ "group": "model",
9358
+ "binding": {
9359
+ "name": "provider.anthropic.model.parameters.maxTokens",
9360
+ "type": "zeebe:input"
9361
+ },
9362
+ "condition": {
9363
+ "property": "provider.type",
9364
+ "equals": "anthropic",
9365
+ "type": "simple"
9366
+ },
9367
+ "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>.",
9368
+ "type": "Number"
9369
+ },
9370
+ {
9371
+ "id": "provider.anthropic.model.parameters.temperature",
9372
+ "label": "Temperature",
9373
+ "optional": true,
9374
+ "feel": "required",
9375
+ "group": "model",
9376
+ "binding": {
9377
+ "name": "provider.anthropic.model.parameters.temperature",
9378
+ "type": "zeebe:input"
9379
+ },
9380
+ "condition": {
9381
+ "property": "provider.type",
9382
+ "equals": "anthropic",
9383
+ "type": "simple"
9384
+ },
9385
+ "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>.",
9386
+ "type": "Number"
9387
+ },
9388
+ {
9389
+ "id": "provider.anthropic.model.parameters.topP",
9390
+ "label": "top P",
9391
+ "optional": true,
9392
+ "feel": "required",
9393
+ "group": "model",
9394
+ "binding": {
9395
+ "name": "provider.anthropic.model.parameters.topP",
9396
+ "type": "zeebe:input"
9397
+ },
9398
+ "condition": {
9399
+ "property": "provider.type",
9400
+ "equals": "anthropic",
9401
+ "type": "simple"
9402
+ },
9403
+ "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>.",
9404
+ "type": "Number"
9405
+ },
9406
+ {
9407
+ "id": "provider.anthropic.model.parameters.topK",
9408
+ "label": "top K",
9409
+ "optional": true,
9410
+ "feel": "required",
9411
+ "group": "model",
9412
+ "binding": {
9413
+ "name": "provider.anthropic.model.parameters.topK",
9414
+ "type": "zeebe:input"
9415
+ },
9416
+ "condition": {
9417
+ "property": "provider.type",
9418
+ "equals": "anthropic",
9419
+ "type": "simple"
9420
+ },
9421
+ "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>.",
9422
+ "type": "Number"
9423
+ },
9424
+ {
9425
+ "id": "provider.bedrock.model.model",
9426
+ "label": "Model",
9427
+ "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
+ "optional": false,
9429
+ "constraints": {
9430
+ "notEmpty": true
9431
+ },
9432
+ "feel": "optional",
9433
+ "group": "model",
9434
+ "binding": {
9435
+ "name": "provider.bedrock.model.model",
9436
+ "type": "zeebe:input"
9437
+ },
9438
+ "condition": {
9439
+ "property": "provider.type",
9440
+ "equals": "bedrock",
9441
+ "type": "simple"
9442
+ },
9443
+ "placeholder": "global.anthropic.claude-sonnet-4-6",
9444
+ "type": "String"
9445
+ },
9446
+ {
9447
+ "id": "provider.bedrock.model.parameters.maxTokens",
9448
+ "label": "Maximum tokens",
9449
+ "optional": true,
9450
+ "feel": "required",
9451
+ "group": "model",
9452
+ "binding": {
9453
+ "name": "provider.bedrock.model.parameters.maxTokens",
9454
+ "type": "zeebe:input"
9455
+ },
9456
+ "condition": {
9457
+ "property": "provider.type",
9458
+ "equals": "bedrock",
9459
+ "type": "simple"
9460
+ },
9461
+ "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>.",
9462
+ "type": "Number"
9463
+ },
9464
+ {
9465
+ "id": "provider.bedrock.model.parameters.temperature",
9466
+ "label": "Temperature",
9467
+ "optional": true,
9468
+ "feel": "required",
9469
+ "group": "model",
9470
+ "binding": {
9471
+ "name": "provider.bedrock.model.parameters.temperature",
9472
+ "type": "zeebe:input"
9473
+ },
9474
+ "condition": {
9475
+ "property": "provider.type",
9476
+ "equals": "bedrock",
9477
+ "type": "simple"
9478
+ },
9479
+ "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>.",
9480
+ "type": "Number"
9481
+ },
9482
+ {
9483
+ "id": "provider.bedrock.model.parameters.topP",
9484
+ "label": "top P",
9485
+ "optional": true,
9486
+ "feel": "required",
9487
+ "group": "model",
9488
+ "binding": {
9489
+ "name": "provider.bedrock.model.parameters.topP",
9490
+ "type": "zeebe:input"
9491
+ },
9492
+ "condition": {
9493
+ "property": "provider.type",
9494
+ "equals": "bedrock",
9495
+ "type": "simple"
9496
+ },
9497
+ "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>.",
9498
+ "type": "Number"
9499
+ },
9500
+ {
9501
+ "id": "provider.azureOpenAi.model.deploymentName",
9502
+ "label": "Model deployment name",
9503
+ "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>.",
9504
+ "optional": false,
9505
+ "constraints": {
9506
+ "notEmpty": true
9507
+ },
9508
+ "feel": "optional",
9509
+ "group": "model",
9510
+ "binding": {
9511
+ "name": "provider.azureOpenAi.model.deploymentName",
9512
+ "type": "zeebe:input"
9513
+ },
9514
+ "condition": {
9515
+ "property": "provider.type",
9516
+ "equals": "azureOpenAi",
9517
+ "type": "simple"
9518
+ },
9519
+ "type": "String"
9520
+ },
9521
+ {
9522
+ "id": "provider.azureOpenAi.model.parameters.maxTokens",
9523
+ "label": "Maximum tokens",
9524
+ "optional": true,
9525
+ "feel": "required",
9526
+ "group": "model",
9527
+ "binding": {
9528
+ "name": "provider.azureOpenAi.model.parameters.maxTokens",
9529
+ "type": "zeebe:input"
9530
+ },
9531
+ "condition": {
9532
+ "property": "provider.type",
9533
+ "equals": "azureOpenAi",
9534
+ "type": "simple"
9535
+ },
9536
+ "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>.",
9537
+ "type": "Number"
9538
+ },
9539
+ {
9540
+ "id": "provider.azureOpenAi.model.parameters.temperature",
9541
+ "label": "Temperature",
9542
+ "optional": true,
9543
+ "feel": "required",
9544
+ "group": "model",
9545
+ "binding": {
9546
+ "name": "provider.azureOpenAi.model.parameters.temperature",
9547
+ "type": "zeebe:input"
9548
+ },
9549
+ "condition": {
9550
+ "property": "provider.type",
9551
+ "equals": "azureOpenAi",
9552
+ "type": "simple"
9553
+ },
9554
+ "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>.",
9555
+ "type": "Number"
9556
+ },
9557
+ {
9558
+ "id": "provider.azureOpenAi.model.parameters.topP",
9559
+ "label": "top P",
9560
+ "optional": true,
9561
+ "feel": "required",
9562
+ "group": "model",
9563
+ "binding": {
9564
+ "name": "provider.azureOpenAi.model.parameters.topP",
9565
+ "type": "zeebe:input"
9566
+ },
9567
+ "condition": {
9568
+ "property": "provider.type",
9569
+ "equals": "azureOpenAi",
9570
+ "type": "simple"
9571
+ },
9572
+ "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>.",
9573
+ "type": "Number"
9574
+ },
9575
+ {
9576
+ "id": "provider.googleVertexAi.model.model",
9577
+ "label": "Model",
9578
+ "description": "Specify the model ID. Details in the <a href=\"https://cloud.google.com/vertex-ai/docs/generative-ai/models\" target=\"_blank\">documentation</a>.",
9579
+ "optional": false,
9580
+ "constraints": {
9581
+ "notEmpty": true
9582
+ },
9583
+ "feel": "optional",
9584
+ "group": "model",
9585
+ "binding": {
9586
+ "name": "provider.googleVertexAi.model.model",
9587
+ "type": "zeebe:input"
9588
+ },
9589
+ "condition": {
9590
+ "property": "provider.type",
9591
+ "equals": "google-vertex-ai",
9592
+ "type": "simple"
9593
+ },
9594
+ "type": "String"
9595
+ },
9596
+ {
9597
+ "id": "provider.googleVertexAi.model.parameters.maxOutputTokens",
9598
+ "label": "Maximum output tokens",
9599
+ "optional": true,
9600
+ "feel": "required",
9601
+ "group": "model",
9602
+ "binding": {
9603
+ "name": "provider.googleVertexAi.model.parameters.maxOutputTokens",
9604
+ "type": "zeebe:input"
9605
+ },
9606
+ "condition": {
9607
+ "property": "provider.type",
9608
+ "equals": "google-vertex-ai",
9609
+ "type": "simple"
9610
+ },
9611
+ "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>.",
9612
+ "type": "Number"
9613
+ },
9614
+ {
9615
+ "id": "provider.googleVertexAi.model.parameters.temperature",
9616
+ "label": "Temperature",
9617
+ "optional": true,
9618
+ "feel": "required",
9619
+ "group": "model",
9620
+ "binding": {
9621
+ "name": "provider.googleVertexAi.model.parameters.temperature",
9622
+ "type": "zeebe:input"
9623
+ },
9624
+ "condition": {
9625
+ "property": "provider.type",
9626
+ "equals": "google-vertex-ai",
9627
+ "type": "simple"
9628
+ },
9629
+ "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>.",
9630
+ "type": "Number"
9631
+ },
9632
+ {
9633
+ "id": "provider.googleVertexAi.model.parameters.topP",
9634
+ "label": "top P",
9635
+ "optional": true,
9636
+ "feel": "required",
9637
+ "group": "model",
9638
+ "binding": {
9639
+ "name": "provider.googleVertexAi.model.parameters.topP",
9640
+ "type": "zeebe:input"
9641
+ },
9642
+ "condition": {
9643
+ "property": "provider.type",
9644
+ "equals": "google-vertex-ai",
9645
+ "type": "simple"
9646
+ },
9647
+ "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>.",
9648
+ "type": "Number"
9649
+ },
9650
+ {
9651
+ "id": "provider.googleVertexAi.model.parameters.topK",
9652
+ "label": "top K",
9653
+ "optional": true,
9654
+ "feel": "required",
9655
+ "group": "model",
9656
+ "binding": {
9657
+ "name": "provider.googleVertexAi.model.parameters.topK",
9658
+ "type": "zeebe:input"
9659
+ },
9660
+ "condition": {
9661
+ "property": "provider.type",
9662
+ "equals": "google-vertex-ai",
9663
+ "type": "simple"
9664
+ },
9665
+ "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>.",
9666
+ "type": "Number"
9667
+ },
9668
+ {
9669
+ "id": "provider.openai.model.model",
9670
+ "label": "Model",
9671
+ "description": "Specify the model ID. Details in the <a href=\"https://platform.openai.com/docs/models\" target=\"_blank\">documentation</a>.",
9672
+ "optional": false,
9673
+ "value": "gpt-4o",
9674
+ "constraints": {
9675
+ "notEmpty": true
9676
+ },
9677
+ "feel": "optional",
9678
+ "group": "model",
9679
+ "binding": {
9680
+ "name": "provider.openai.model.model",
9681
+ "type": "zeebe:input"
9682
+ },
9683
+ "condition": {
9684
+ "property": "provider.type",
9685
+ "equals": "openai",
9686
+ "type": "simple"
9687
+ },
9688
+ "type": "String"
9689
+ },
9690
+ {
9691
+ "id": "provider.openai.model.parameters.maxCompletionTokens",
9692
+ "label": "Maximum completion tokens",
9693
+ "optional": true,
9694
+ "feel": "required",
9695
+ "group": "model",
9696
+ "binding": {
9697
+ "name": "provider.openai.model.parameters.maxCompletionTokens",
9698
+ "type": "zeebe:input"
9699
+ },
9700
+ "condition": {
9701
+ "property": "provider.type",
9702
+ "equals": "openai",
9703
+ "type": "simple"
9704
+ },
9705
+ "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>.",
9706
+ "type": "Number"
9707
+ },
9708
+ {
9709
+ "id": "provider.openai.model.parameters.temperature",
9710
+ "label": "Temperature",
9711
+ "optional": true,
9712
+ "feel": "required",
9713
+ "group": "model",
9714
+ "binding": {
9715
+ "name": "provider.openai.model.parameters.temperature",
9716
+ "type": "zeebe:input"
9717
+ },
9718
+ "condition": {
9719
+ "property": "provider.type",
9720
+ "equals": "openai",
9721
+ "type": "simple"
9722
+ },
9723
+ "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>.",
9724
+ "type": "Number"
9725
+ },
9726
+ {
9727
+ "id": "provider.openai.model.parameters.topP",
9728
+ "label": "top P",
9729
+ "optional": true,
9730
+ "feel": "required",
9731
+ "group": "model",
9732
+ "binding": {
9733
+ "name": "provider.openai.model.parameters.topP",
9734
+ "type": "zeebe:input"
9735
+ },
9736
+ "condition": {
9737
+ "property": "provider.type",
9738
+ "equals": "openai",
9739
+ "type": "simple"
9740
+ },
9741
+ "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>.",
9742
+ "type": "Number"
9743
+ },
9744
+ {
9745
+ "id": "provider.openaiCompatible.model.model",
9746
+ "label": "Model",
9747
+ "description": "Specify the model ID. Details in the <a href=\"https://platform.openai.com/docs/models\" target=\"_blank\">documentation</a>.",
9748
+ "optional": false,
9749
+ "value": "gpt-4o",
9750
+ "constraints": {
9751
+ "notEmpty": true
9752
+ },
9753
+ "feel": "optional",
9754
+ "group": "model",
9755
+ "binding": {
9756
+ "name": "provider.openaiCompatible.model.model",
9757
+ "type": "zeebe:input"
9758
+ },
9759
+ "condition": {
9760
+ "property": "provider.type",
9761
+ "equals": "openaiCompatible",
9762
+ "type": "simple"
9763
+ },
9764
+ "type": "String"
9765
+ },
9766
+ {
9767
+ "id": "provider.openaiCompatible.model.parameters.maxCompletionTokens",
9768
+ "label": "Maximum completion tokens",
9769
+ "optional": true,
9770
+ "feel": "required",
9771
+ "group": "model",
9772
+ "binding": {
9773
+ "name": "provider.openaiCompatible.model.parameters.maxCompletionTokens",
9774
+ "type": "zeebe:input"
9775
+ },
9776
+ "condition": {
9777
+ "property": "provider.type",
9778
+ "equals": "openaiCompatible",
9779
+ "type": "simple"
9780
+ },
9781
+ "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>.",
9782
+ "type": "Number"
9783
+ },
9784
+ {
9785
+ "id": "provider.openaiCompatible.model.parameters.temperature",
9786
+ "label": "Temperature",
9787
+ "optional": true,
9788
+ "feel": "required",
9789
+ "group": "model",
9790
+ "binding": {
9791
+ "name": "provider.openaiCompatible.model.parameters.temperature",
9792
+ "type": "zeebe:input"
9793
+ },
9794
+ "condition": {
9795
+ "property": "provider.type",
9796
+ "equals": "openaiCompatible",
9797
+ "type": "simple"
9798
+ },
9799
+ "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>.",
9800
+ "type": "Number"
9801
+ },
9802
+ {
9803
+ "id": "provider.openaiCompatible.model.parameters.topP",
9804
+ "label": "top P",
9805
+ "optional": true,
9806
+ "feel": "required",
9807
+ "group": "model",
9808
+ "binding": {
9809
+ "name": "provider.openaiCompatible.model.parameters.topP",
9810
+ "type": "zeebe:input"
9811
+ },
9812
+ "condition": {
9813
+ "property": "provider.type",
9814
+ "equals": "openaiCompatible",
9815
+ "type": "simple"
9816
+ },
9817
+ "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>.",
9818
+ "type": "Number"
9819
+ },
9820
+ {
9821
+ "id": "provider.openaiCompatible.model.parameters.customParameters",
9822
+ "label": "Custom parameters",
9823
+ "description": "Map of additional request parameters to include.",
9824
+ "optional": true,
9825
+ "feel": "required",
9826
+ "group": "model",
9827
+ "binding": {
9828
+ "name": "provider.openaiCompatible.model.parameters.customParameters",
9829
+ "type": "zeebe:input"
9830
+ },
9831
+ "condition": {
9832
+ "property": "provider.type",
9833
+ "equals": "openaiCompatible",
9834
+ "type": "simple"
9835
+ },
9836
+ "type": "String"
9837
+ },
9838
+ {
9839
+ "id": "data.systemPrompt.prompt",
9840
+ "label": "System prompt",
9841
+ "optional": false,
9842
+ "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.\"",
9843
+ "constraints": {
9844
+ "notEmpty": true
9845
+ },
9846
+ "feel": "required",
9847
+ "group": "systemPrompt",
9848
+ "binding": {
9849
+ "name": "data.systemPrompt.prompt",
9850
+ "type": "zeebe:input"
9851
+ },
9852
+ "type": "Text"
9853
+ },
9854
+ {
9855
+ "id": "data.userPrompt.prompt",
9856
+ "label": "User prompt",
9857
+ "optional": false,
9858
+ "constraints": {
9859
+ "notEmpty": true
9860
+ },
9861
+ "feel": "required",
9862
+ "group": "userPrompt",
9863
+ "binding": {
9864
+ "name": "data.userPrompt.prompt",
9865
+ "type": "zeebe:input"
9866
+ },
9867
+ "type": "Text"
9868
+ },
9869
+ {
9870
+ "id": "data.userPrompt.documents",
9871
+ "label": "Documents",
9872
+ "description": "Documents to be included in the user prompt.",
9873
+ "optional": true,
9874
+ "feel": "required",
9875
+ "group": "userPrompt",
9876
+ "binding": {
9877
+ "name": "data.userPrompt.documents",
9878
+ "type": "zeebe:input"
9879
+ },
9880
+ "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.",
9881
+ "type": "String"
9882
+ },
9883
+ {
9884
+ "id": "agentContext",
9885
+ "label": "Agent context",
9886
+ "description": "Initial agent context from previous interactions. Avoid reusing context variables across agents to prevent issues with stale data or tool access.",
9887
+ "optional": false,
9888
+ "feel": "required",
9889
+ "group": "memory",
9890
+ "binding": {
9891
+ "name": "agentContext",
9892
+ "type": "zeebe:input"
9893
+ },
9894
+ "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.",
9895
+ "type": "Text"
9896
+ },
9897
+ {
9898
+ "id": "data.memory.storage.type",
9899
+ "label": "Memory storage type",
9900
+ "description": "Specify how to store the conversation memory.",
9901
+ "value": "in-process",
9902
+ "group": "memory",
9903
+ "binding": {
9904
+ "name": "data.memory.storage.type",
9905
+ "type": "zeebe:input"
9906
+ },
9907
+ "type": "Dropdown",
9908
+ "choices": [
9909
+ {
9910
+ "name": "In Process (part of agent context)",
9911
+ "value": "in-process"
9912
+ },
9913
+ {
9914
+ "name": "Camunda Document Storage",
9915
+ "value": "camunda-document"
9916
+ },
9917
+ {
9918
+ "name": "AWS AgentCore Memory",
9919
+ "value": "aws-agentcore"
9920
+ },
9921
+ {
9922
+ "name": "Custom Implementation (Hybrid/Self-Managed only)",
9923
+ "value": "custom"
9924
+ }
9925
+ ]
9926
+ },
9927
+ {
9928
+ "id": "data.memory.storage.timeToLive",
9929
+ "label": "Document TTL",
9930
+ "description": "How long to retain the conversation document as ISO-8601 duration (example: <code>P14D</code>).",
9931
+ "optional": true,
9932
+ "feel": "optional",
9933
+ "group": "memory",
9934
+ "binding": {
9935
+ "name": "data.memory.storage.timeToLive",
9936
+ "type": "zeebe:input"
9937
+ },
9938
+ "condition": {
9939
+ "property": "data.memory.storage.type",
9940
+ "equals": "camunda-document",
9941
+ "type": "simple"
9942
+ },
9943
+ "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.",
9944
+ "type": "String"
9945
+ },
9946
+ {
9947
+ "id": "data.memory.storage.customProperties",
9948
+ "label": "Custom document properties",
9949
+ "description": "An optional map of custom properties to be stored with the conversation document.",
9950
+ "optional": true,
9951
+ "feel": "required",
9952
+ "group": "memory",
9953
+ "binding": {
9954
+ "name": "data.memory.storage.customProperties",
9955
+ "type": "zeebe:input"
9956
+ },
9957
+ "condition": {
9958
+ "property": "data.memory.storage.type",
9959
+ "equals": "camunda-document",
9960
+ "type": "simple"
9961
+ },
9962
+ "type": "String"
9963
+ },
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
+ {
10133
+ "id": "data.memory.storage.storeType",
10134
+ "label": "Implementation type",
10135
+ "optional": false,
10136
+ "constraints": {
10137
+ "notEmpty": true
10138
+ },
10139
+ "feel": "optional",
10140
+ "group": "memory",
10141
+ "binding": {
10142
+ "name": "data.memory.storage.storeType",
10143
+ "type": "zeebe:input"
10144
+ },
10145
+ "condition": {
10146
+ "property": "data.memory.storage.type",
10147
+ "equals": "custom",
10148
+ "type": "simple"
10149
+ },
10150
+ "type": "String"
10151
+ },
10152
+ {
10153
+ "id": "data.memory.storage.parameters",
10154
+ "label": "Parameters",
10155
+ "description": "Parameters for the custom memory storage implementation.",
10156
+ "optional": true,
10157
+ "feel": "required",
10158
+ "group": "memory",
10159
+ "binding": {
10160
+ "name": "data.memory.storage.parameters",
10161
+ "type": "zeebe:input"
10162
+ },
10163
+ "condition": {
10164
+ "property": "data.memory.storage.type",
10165
+ "equals": "custom",
10166
+ "type": "simple"
10167
+ },
10168
+ "type": "String"
10169
+ },
10170
+ {
10171
+ "id": "data.memory.contextWindowSize",
10172
+ "label": "Context window size",
10173
+ "description": "Maximum number of recent conversation messages which are passed to the model.",
10174
+ "optional": false,
10175
+ "value": 20,
10176
+ "feel": "static",
10177
+ "group": "memory",
10178
+ "binding": {
10179
+ "name": "data.memory.contextWindowSize",
10180
+ "type": "zeebe:input"
10181
+ },
10182
+ "tooltip": "Use this to limit the number of messages which are sent to the model. The agent will only send the most recent messages up to the configured limit to the LLM. Older messages will be kept in the conversation store, but not sent to the model. <a href=\"https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/\" target=\"_blank\">See documentation</a> for details.",
10183
+ "type": "Number"
10184
+ },
10185
+ {
10186
+ "id": "data.limits.maxModelCalls",
10187
+ "label": "Maximum model calls",
10188
+ "description": "Maximum number of calls to the model as a safety limit to prevent infinite loops.",
10189
+ "optional": false,
10190
+ "value": 10,
10191
+ "feel": "static",
10192
+ "group": "limits",
10193
+ "binding": {
10194
+ "name": "data.limits.maxModelCalls",
10195
+ "type": "zeebe:input"
10196
+ },
10197
+ "type": "Number"
10198
+ },
10199
+ {
10200
+ "id": "data.events.behavior",
10201
+ "label": "Event handling behavior",
10202
+ "description": "Behavior on completing an event sub-process.",
10203
+ "optional": false,
10204
+ "value": "WAIT_FOR_TOOL_CALL_RESULTS",
10205
+ "constraints": {
10206
+ "notEmpty": true
10207
+ },
10208
+ "group": "events",
10209
+ "binding": {
10210
+ "name": "data.events.behavior",
10211
+ "type": "zeebe:input"
10212
+ },
10213
+ "type": "Dropdown",
10214
+ "choices": [
10215
+ {
10216
+ "name": "Wait for tool call results",
10217
+ "value": "WAIT_FOR_TOOL_CALL_RESULTS"
10218
+ },
10219
+ {
10220
+ "name": "Cancel tool calls",
10221
+ "value": "INTERRUPT_TOOL_CALLS"
10222
+ }
10223
+ ]
10224
+ },
10225
+ {
10226
+ "id": "data.response.format.type",
10227
+ "label": "Response format",
10228
+ "description": "Specify the response format. Support for JSON mode varies by provider.",
10229
+ "value": "text",
10230
+ "group": "response",
10231
+ "binding": {
10232
+ "name": "data.response.format.type",
10233
+ "type": "zeebe:input"
10234
+ },
10235
+ "type": "Dropdown",
10236
+ "choices": [
10237
+ {
10238
+ "name": "Text",
10239
+ "value": "text"
10240
+ },
10241
+ {
10242
+ "name": "JSON",
10243
+ "value": "json"
10244
+ }
10245
+ ]
10246
+ },
10247
+ {
10248
+ "id": "data.response.format.parseJson",
10249
+ "label": "Parse text as JSON",
10250
+ "description": "Tries to parse the LLM response text as JSON object.",
10251
+ "optional": true,
10252
+ "feel": "static",
10253
+ "group": "response",
10254
+ "binding": {
10255
+ "name": "data.response.format.parseJson",
10256
+ "type": "zeebe:input"
10257
+ },
10258
+ "condition": {
10259
+ "property": "data.response.format.type",
10260
+ "equals": "text",
10261
+ "type": "simple"
10262
+ },
10263
+ "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>.",
10264
+ "type": "Boolean"
10265
+ },
10266
+ {
10267
+ "id": "data.response.format.schema",
10268
+ "label": "Response JSON schema",
10269
+ "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.",
10270
+ "optional": true,
10271
+ "feel": "required",
10272
+ "group": "response",
10273
+ "binding": {
10274
+ "name": "data.response.format.schema",
10275
+ "type": "zeebe:input"
10276
+ },
10277
+ "condition": {
10278
+ "property": "data.response.format.type",
10279
+ "equals": "json",
10280
+ "type": "simple"
10281
+ },
10282
+ "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>.",
10283
+ "type": "String"
10284
+ },
10285
+ {
10286
+ "id": "data.response.format.schemaName",
10287
+ "label": "Response JSON schema name",
10288
+ "description": "An optional name for the response JSON Schema to make the model aware of the expected output.",
10289
+ "optional": true,
10290
+ "value": "Response",
10291
+ "feel": "optional",
10292
+ "group": "response",
10293
+ "binding": {
10294
+ "name": "data.response.format.schemaName",
10295
+ "type": "zeebe:input"
10296
+ },
10297
+ "condition": {
10298
+ "property": "data.response.format.type",
10299
+ "equals": "json",
10300
+ "type": "simple"
10301
+ },
10302
+ "type": "String"
10303
+ },
10304
+ {
10305
+ "id": "data.response.includeAssistantMessage",
10306
+ "label": "Include assistant message",
10307
+ "description": "Include the full assistant message as part of the result object.",
10308
+ "optional": true,
10309
+ "feel": "static",
10310
+ "group": "response",
10311
+ "binding": {
10312
+ "name": "data.response.includeAssistantMessage",
10313
+ "type": "zeebe:input"
10314
+ },
10315
+ "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>.",
10316
+ "type": "Boolean"
10317
+ },
10318
+ {
10319
+ "id": "data.response.includeAgentContext",
10320
+ "label": "Include agent context",
10321
+ "description": "Include the agent context as part of the result object.",
10322
+ "optional": true,
10323
+ "feel": "static",
10324
+ "group": "response",
10325
+ "binding": {
10326
+ "name": "data.response.includeAgentContext",
10327
+ "type": "zeebe:input"
10328
+ },
10329
+ "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.",
10330
+ "type": "Boolean"
10331
+ },
10332
+ {
10333
+ "id": "version",
10334
+ "label": "Version",
10335
+ "description": "Version of the element template",
10336
+ "value": "10",
10337
+ "group": "connector",
10338
+ "binding": {
10339
+ "key": "elementTemplateVersion",
10340
+ "type": "zeebe:taskHeader"
10341
+ },
10342
+ "type": "Hidden"
10343
+ },
10344
+ {
10345
+ "id": "id",
10346
+ "label": "ID",
10347
+ "description": "ID of the element template",
10348
+ "value": "io.camunda.connectors.agenticai.aiagent.jobworker.v1",
10349
+ "group": "connector",
10350
+ "binding": {
10351
+ "key": "elementTemplateId",
10352
+ "type": "zeebe:taskHeader"
10353
+ },
10354
+ "type": "Hidden"
10355
+ },
10356
+ {
10357
+ "id": "resultVariable",
10358
+ "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>.",
10360
+ "value": "agent",
10361
+ "group": "output",
10362
+ "binding": {
10363
+ "source": "=agent",
10364
+ "type": "zeebe:output"
10365
+ },
10366
+ "type": "String"
10367
+ },
10368
+ {
10369
+ "id": "errorExpression",
10370
+ "label": "Error expression",
10371
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
10372
+ "feel": "required",
10373
+ "group": "error",
10374
+ "binding": {
10375
+ "key": "errorExpression",
10376
+ "type": "zeebe:taskHeader"
10377
+ },
10378
+ "type": "Text"
10379
+ },
10380
+ {
10381
+ "id": "retryCount",
10382
+ "label": "Retries",
10383
+ "description": "Number of retries",
10384
+ "value": "3",
10385
+ "feel": "optional",
10386
+ "group": "retries",
10387
+ "binding": {
10388
+ "property": "retries",
10389
+ "type": "zeebe:taskDefinition"
10390
+ },
10391
+ "type": "String"
10392
+ },
10393
+ {
10394
+ "id": "retryBackoff",
10395
+ "label": "Retry backoff",
10396
+ "description": "ISO-8601 duration to wait between retries",
10397
+ "value": "PT0S",
10398
+ "group": "retries",
10399
+ "binding": {
10400
+ "key": "retryBackoff",
10401
+ "type": "zeebe:taskHeader"
10402
+ },
10403
+ "type": "String"
10404
+ },
10405
+ {
10406
+ "binding": {
10407
+ "name": "agent",
10408
+ "type": "zeebe:input"
10409
+ },
10410
+ "type": "Hidden"
6670
10411
  }
6671
10412
  ],
6672
10413
  "icon": {