@camunda/connectors-element-templates 1.0.17 → 1.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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 +2 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
  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 +2 -5
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
  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 +775 -38
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
  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 +472 -468
  30. package/src/element-templates/aws-s3-outbound-connector.json +656 -15
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
  32. package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
  34. package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
  37. package/src/element-templates/aws-sns-outbound-connector.json +390 -386
  38. package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
  40. package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
  43. package/src/element-templates/aws-sqs-start-message.json +866 -862
  44. package/src/element-templates/aws-textract-outbound-connector.json +358 -354
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1325 -0
  47. package/src/element-templates/blue-prism-connector.json +595 -50
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +39 -31
  50. package/src/element-templates/easy-post-connector.json +1088 -120
  51. package/src/element-templates/email-inbound-connector-boundary.json +16 -8
  52. package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +16 -8
  55. package/src/element-templates/email-outbound-connector.json +2114 -241
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12587 -9052
  58. package/src/element-templates/github-webhook-connector-boundary.json +27 -29
  59. package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
  60. package/src/element-templates/github-webhook-connector-message-start.json +19 -21
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +11 -13
  63. package/src/element-templates/gitlab-connector.json +4756 -3124
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +1285 -665
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1055 -26
  68. package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
  69. package/src/element-templates/graphql-outbound-connector.json +1136 -1127
  70. package/src/element-templates/http-json-connector.json +2779 -2129
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
  72. package/src/element-templates/http-polling-connector.json +746 -735
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +249 -18
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +666 -660
  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 +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
  87. package/src/element-templates/openai-connector.json +579 -116
  88. package/src/element-templates/operate-connector.json +1219 -67
  89. package/src/element-templates/power-automate-connector.json +604 -12
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
  95. package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +553 -9
  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 +1380 -772
  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 +389 -91
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +566 -236
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +127 -122
  110. package/src/element-templates/slack-outbound-connector.json +2613 -915
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1514 -34
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +607 -15
  119. package/src/element-templates/webhook-connector-boundary.json +1218 -1208
  120. package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
  121. package/src/element-templates/webhook-connector-receive.json +55 -45
  122. package/src/element-templates/webhook-connector-start-event.json +1299 -1292
  123. package/src/element-templates/webhook-connector-start-message.json +711 -701
  124. package/src/element-templates/whatsapp-connector.json +339 -5
  125. package/src/element-templates/http-connector.json.json +0 -654
@@ -4,11 +4,9 @@
4
4
  "name": "AI Agent Sub-process",
5
5
  "id": "io.camunda.connectors.agenticai.aiagent.jobworker.v1",
6
6
  "description": "Run a multi-step AI reasoning loop with dynamic tool selection",
7
- "metadata": {
8
- "keywords": ["AI", "AI Agent", "agentic orchestration"]
9
- },
10
- "documentationRef": "https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/",
11
- "version": 6,
7
+ "keywords": ["AI", "AI Agent", "agentic orchestration"],
8
+ "documentationRef": "https://docs.camunda.io/docs/8.10/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/",
9
+ "version": 10,
12
10
  "category": {
13
11
  "id": "connectors",
14
12
  "name": "Connectors"
@@ -18,7 +16,7 @@
18
16
  "value": "bpmn:AdHocSubProcess"
19
17
  },
20
18
  "engines": {
21
- "camunda": "^8.9"
19
+ "camunda": "^8.10"
22
20
  },
23
21
  "groups": [
24
22
  {
@@ -234,7 +232,7 @@
234
232
  {
235
233
  "id": "provider.bedrock.endpoint",
236
234
  "label": "Endpoint",
237
- "description": "Optional custom API endpoint",
235
+ "description": "Custom API endpoint for VPC/PrivateLink configurations, AWS GovCloud, or other non-standard deployments.",
238
236
  "optional": true,
239
237
  "feel": "optional",
240
238
  "group": "provider",
@@ -313,7 +311,7 @@
313
311
  {
314
312
  "id": "provider.bedrock.authentication.secretKey",
315
313
  "label": "Secret key",
316
- "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
314
+ "description": "Provide the secret key for the IAM access key",
317
315
  "optional": false,
318
316
  "constraints": {
319
317
  "notEmpty": true
@@ -871,7 +869,6 @@
871
869
  "label": "Model",
872
870
  "description": "Specify the model ID. Details in the <a href=\"https://docs.anthropic.com/en/docs/about-claude/models/all-models\" target=\"_blank\">documentation</a>.",
873
871
  "optional": false,
874
- "value": "claude-3-5-sonnet-20240620",
875
872
  "constraints": {
876
873
  "notEmpty": true
877
874
  },
@@ -886,6 +883,7 @@
886
883
  "equals": "anthropic",
887
884
  "type": "simple"
888
885
  },
886
+ "placeholder": "claude-sonnet-4-6",
889
887
  "type": "String"
890
888
  },
891
889
  {
@@ -963,9 +961,8 @@
963
961
  {
964
962
  "id": "provider.bedrock.model.model",
965
963
  "label": "Model",
966
- "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>.",
964
+ "description": "Specify an inference profile ID. Details in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/inference-profiles-support.html\" target=\"_blank\">documentation</a>.",
967
965
  "optional": false,
968
- "value": "anthropic.claude-3-5-sonnet-20240620-v1:0",
969
966
  "constraints": {
970
967
  "notEmpty": true
971
968
  },
@@ -980,6 +977,7 @@
980
977
  "equals": "bedrock",
981
978
  "type": "simple"
982
979
  },
980
+ "placeholder": "global.anthropic.claude-sonnet-4-6",
983
981
  "type": "String"
984
982
  },
985
983
  {
@@ -1453,6 +1451,10 @@
1453
1451
  "name": "Camunda Document Storage",
1454
1452
  "value": "camunda-document"
1455
1453
  },
1454
+ {
1455
+ "name": "AWS AgentCore Memory",
1456
+ "value": "aws-agentcore"
1457
+ },
1456
1458
  {
1457
1459
  "name": "Custom Implementation (Hybrid/Self-Managed only)",
1458
1460
  "value": "custom"
@@ -1496,6 +1498,174 @@
1496
1498
  },
1497
1499
  "type": "String"
1498
1500
  },
1501
+ {
1502
+ "id": "data.memory.storage.region",
1503
+ "label": "Region",
1504
+ "description": "Specify the AWS region (example: <code>us-east-1</code>)",
1505
+ "optional": false,
1506
+ "constraints": {
1507
+ "notEmpty": true
1508
+ },
1509
+ "feel": "optional",
1510
+ "group": "memory",
1511
+ "binding": {
1512
+ "name": "data.memory.storage.region",
1513
+ "type": "zeebe:input"
1514
+ },
1515
+ "condition": {
1516
+ "property": "data.memory.storage.type",
1517
+ "equals": "aws-agentcore",
1518
+ "type": "simple"
1519
+ },
1520
+ "type": "String"
1521
+ },
1522
+ {
1523
+ "id": "data.memory.storage.endpoint",
1524
+ "label": "Endpoint",
1525
+ "description": "Custom API endpoint for VPC/PrivateLink configurations, AWS GovCloud, or other non-standard deployments.",
1526
+ "optional": true,
1527
+ "feel": "optional",
1528
+ "group": "memory",
1529
+ "binding": {
1530
+ "name": "data.memory.storage.endpoint",
1531
+ "type": "zeebe:input"
1532
+ },
1533
+ "condition": {
1534
+ "property": "data.memory.storage.type",
1535
+ "equals": "aws-agentcore",
1536
+ "type": "simple"
1537
+ },
1538
+ "type": "String"
1539
+ },
1540
+ {
1541
+ "id": "data.memory.storage.authentication.type",
1542
+ "label": "Authentication",
1543
+ "description": "Specify the AWS authentication strategy for AgentCore Memory access.",
1544
+ "value": "credentials",
1545
+ "group": "memory",
1546
+ "binding": {
1547
+ "name": "data.memory.storage.authentication.type",
1548
+ "type": "zeebe:input"
1549
+ },
1550
+ "condition": {
1551
+ "property": "data.memory.storage.type",
1552
+ "equals": "aws-agentcore",
1553
+ "type": "simple"
1554
+ },
1555
+ "type": "Dropdown",
1556
+ "choices": [
1557
+ {
1558
+ "name": "Credentials",
1559
+ "value": "credentials"
1560
+ },
1561
+ {
1562
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
1563
+ "value": "defaultCredentialsChain"
1564
+ }
1565
+ ]
1566
+ },
1567
+ {
1568
+ "id": "data.memory.storage.authentication.accessKey",
1569
+ "label": "Access key",
1570
+ "description": "Provide an IAM access key with permissions for <code>bedrock-agentcore:CreateEvent</code> and <code>bedrock-agentcore:ListEvents</code>",
1571
+ "optional": false,
1572
+ "constraints": {
1573
+ "notEmpty": true
1574
+ },
1575
+ "feel": "optional",
1576
+ "group": "memory",
1577
+ "binding": {
1578
+ "name": "data.memory.storage.authentication.accessKey",
1579
+ "type": "zeebe:input"
1580
+ },
1581
+ "condition": {
1582
+ "allMatch": [
1583
+ {
1584
+ "property": "data.memory.storage.authentication.type",
1585
+ "equals": "credentials",
1586
+ "type": "simple"
1587
+ },
1588
+ {
1589
+ "property": "data.memory.storage.type",
1590
+ "equals": "aws-agentcore",
1591
+ "type": "simple"
1592
+ }
1593
+ ]
1594
+ },
1595
+ "type": "String"
1596
+ },
1597
+ {
1598
+ "id": "data.memory.storage.authentication.secretKey",
1599
+ "label": "Secret key",
1600
+ "description": "Provide the secret key for the IAM access key",
1601
+ "optional": false,
1602
+ "constraints": {
1603
+ "notEmpty": true
1604
+ },
1605
+ "feel": "optional",
1606
+ "group": "memory",
1607
+ "binding": {
1608
+ "name": "data.memory.storage.authentication.secretKey",
1609
+ "type": "zeebe:input"
1610
+ },
1611
+ "condition": {
1612
+ "allMatch": [
1613
+ {
1614
+ "property": "data.memory.storage.authentication.type",
1615
+ "equals": "credentials",
1616
+ "type": "simple"
1617
+ },
1618
+ {
1619
+ "property": "data.memory.storage.type",
1620
+ "equals": "aws-agentcore",
1621
+ "type": "simple"
1622
+ }
1623
+ ]
1624
+ },
1625
+ "type": "String"
1626
+ },
1627
+ {
1628
+ "id": "data.memory.storage.memoryId",
1629
+ "label": "Memory ID",
1630
+ "description": "The ID of the pre-provisioned AgentCore Memory resource.",
1631
+ "optional": false,
1632
+ "constraints": {
1633
+ "notEmpty": true
1634
+ },
1635
+ "feel": "optional",
1636
+ "group": "memory",
1637
+ "binding": {
1638
+ "name": "data.memory.storage.memoryId",
1639
+ "type": "zeebe:input"
1640
+ },
1641
+ "condition": {
1642
+ "property": "data.memory.storage.type",
1643
+ "equals": "aws-agentcore",
1644
+ "type": "simple"
1645
+ },
1646
+ "type": "String"
1647
+ },
1648
+ {
1649
+ "id": "data.memory.storage.actorId",
1650
+ "label": "Actor ID",
1651
+ "description": "Identifier of the actor associated with events (e.g., end-user or agent/user combination).",
1652
+ "optional": false,
1653
+ "constraints": {
1654
+ "notEmpty": true
1655
+ },
1656
+ "feel": "optional",
1657
+ "group": "memory",
1658
+ "binding": {
1659
+ "name": "data.memory.storage.actorId",
1660
+ "type": "zeebe:input"
1661
+ },
1662
+ "condition": {
1663
+ "property": "data.memory.storage.type",
1664
+ "equals": "aws-agentcore",
1665
+ "type": "simple"
1666
+ },
1667
+ "type": "String"
1668
+ },
1499
1669
  {
1500
1670
  "id": "data.memory.storage.storeType",
1501
1671
  "label": "Implementation type",
@@ -1700,7 +1870,7 @@
1700
1870
  "id": "version",
1701
1871
  "label": "Version",
1702
1872
  "description": "Version of the element template",
1703
- "value": "6",
1873
+ "value": "10",
1704
1874
  "group": "connector",
1705
1875
  "binding": {
1706
1876
  "key": "elementTemplateVersion",
@@ -1723,7 +1893,7 @@
1723
1893
  {
1724
1894
  "id": "resultVariable",
1725
1895
  "label": "Result variable",
1726
- "description": "Name of variable to store the response in",
1896
+ "description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>.",
1727
1897
  "value": "agent",
1728
1898
  "group": "output",
1729
1899
  "binding": {
@@ -1768,6 +1938,13 @@
1768
1938
  "type": "zeebe:taskHeader"
1769
1939
  },
1770
1940
  "type": "String"
1941
+ },
1942
+ {
1943
+ "binding": {
1944
+ "name": "agent",
1945
+ "type": "zeebe:input"
1946
+ },
1947
+ "type": "Hidden"
1771
1948
  }
1772
1949
  ],
1773
1950
  "icon": {
@@ -1776,14 +1953,14 @@
1776
1953
  },
1777
1954
  {
1778
1955
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1779
- "name": "AI Agent Sub-process",
1956
+ "name": "AI Agent Subprocess",
1780
1957
  "id": "io.camunda.connectors.agenticai.aiagent.jobworker.v1",
1781
- "description": "Run a multi-step AI reasoning loop with dynamic tool selection",
1958
+ "description": "Processes user requests with an integrated, customizable toolbox and services for dynamic workflows.",
1782
1959
  "metadata": {
1783
1960
  "keywords": ["AI", "AI Agent", "agentic orchestration"]
1784
1961
  },
1785
1962
  "documentationRef": "https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent/",
1786
- "version": 4,
1963
+ "version": 3,
1787
1964
  "category": {
1788
1965
  "id": "connectors",
1789
1966
  "name": "Connectors"
@@ -3056,7 +3233,7 @@
3056
3233
  "id": "agentContext",
3057
3234
  "label": "Agent context",
3058
3235
  "description": "Initial agent context from previous interactions. Avoid reusing context variables across agents to prevent issues with stale data or tool access.",
3059
- "optional": false,
3236
+ "optional": true,
3060
3237
  "feel": "required",
3061
3238
  "group": "memory",
3062
3239
  "binding": {
@@ -3333,7 +3510,7 @@
3333
3510
  "id": "version",
3334
3511
  "label": "Version",
3335
3512
  "description": "Version of the element template",
3336
- "value": "4",
3513
+ "value": "3",
3337
3514
  "group": "connector",
3338
3515
  "binding": {
3339
3516
  "key": "elementTemplateVersion",
@@ -5034,6 +5211,13 @@
5034
5211
  "type": "zeebe:taskHeader"
5035
5212
  },
5036
5213
  "type": "String"
5214
+ },
5215
+ {
5216
+ "binding": {
5217
+ "name": "agent",
5218
+ "type": "zeebe:input"
5219
+ },
5220
+ "type": "Hidden"
5037
5221
  }
5038
5222
  ],
5039
5223
  "icon": {
@@ -5042,14 +5226,14 @@
5042
5226
  },
5043
5227
  {
5044
5228
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
5045
- "name": "AI Agent Subprocess",
5229
+ "name": "AI Agent Sub-process",
5046
5230
  "id": "io.camunda.connectors.agenticai.aiagent.jobworker.v1",
5047
- "description": "Processes user requests with an integrated, customizable toolbox and services for dynamic workflows.",
5231
+ "description": "Run a multi-step AI reasoning loop with dynamic tool selection",
5048
5232
  "metadata": {
5049
5233
  "keywords": ["AI", "AI Agent", "agentic orchestration"]
5050
5234
  },
5051
- "documentationRef": "https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent/",
5052
- "version": 3,
5235
+ "documentationRef": "https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/",
5236
+ "version": 6,
5053
5237
  "category": {
5054
5238
  "id": "connectors",
5055
5239
  "name": "Connectors"
@@ -5059,7 +5243,7 @@
5059
5243
  "value": "bpmn:AdHocSubProcess"
5060
5244
  },
5061
5245
  "engines": {
5062
- "camunda": "^8.8"
5246
+ "camunda": "^8.9"
5063
5247
  },
5064
5248
  "groups": [
5065
5249
  {
@@ -5110,7 +5294,7 @@
5110
5294
  {
5111
5295
  "id": "response",
5112
5296
  "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.",
5297
+ "tooltip": "Configuration of the model response format and how to map the model response to the connector result.<br><br>Depending on the selection, the model response will be available as <code>response.responseText</code> or <code>response.responseJson</code>.<br><br>See <a href=\"https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/#response\">documentation</a> for details.",
5114
5298
  "openByDefault": false
5115
5299
  },
5116
5300
  {
@@ -5233,6 +5417,24 @@
5233
5417
  },
5234
5418
  "type": "String"
5235
5419
  },
5420
+ {
5421
+ "id": "provider.anthropic.timeouts.timeout",
5422
+ "label": "Timeout",
5423
+ "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
5424
+ "optional": true,
5425
+ "feel": "optional",
5426
+ "group": "provider",
5427
+ "binding": {
5428
+ "name": "provider.anthropic.timeouts.timeout",
5429
+ "type": "zeebe:input"
5430
+ },
5431
+ "condition": {
5432
+ "property": "provider.type",
5433
+ "equals": "anthropic",
5434
+ "type": "simple"
5435
+ },
5436
+ "type": "String"
5437
+ },
5236
5438
  {
5237
5439
  "id": "provider.bedrock.region",
5238
5440
  "label": "Region",
@@ -5293,6 +5495,10 @@
5293
5495
  "name": "Credentials",
5294
5496
  "value": "credentials"
5295
5497
  },
5498
+ {
5499
+ "name": "API Key",
5500
+ "value": "apiKey"
5501
+ },
5296
5502
  {
5297
5503
  "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
5298
5504
  "value": "defaultCredentialsChain"
@@ -5359,6 +5565,54 @@
5359
5565
  },
5360
5566
  "type": "String"
5361
5567
  },
5568
+ {
5569
+ "id": "provider.bedrock.authentication.apiKey",
5570
+ "label": "API Key",
5571
+ "description": "Provide an API Key with permissions to interact with your AWS Bedrock Instance",
5572
+ "optional": false,
5573
+ "constraints": {
5574
+ "notEmpty": true
5575
+ },
5576
+ "feel": "optional",
5577
+ "group": "provider",
5578
+ "binding": {
5579
+ "name": "provider.bedrock.authentication.apiKey",
5580
+ "type": "zeebe:input"
5581
+ },
5582
+ "condition": {
5583
+ "allMatch": [
5584
+ {
5585
+ "property": "provider.bedrock.authentication.type",
5586
+ "equals": "apiKey",
5587
+ "type": "simple"
5588
+ },
5589
+ {
5590
+ "property": "provider.type",
5591
+ "equals": "bedrock",
5592
+ "type": "simple"
5593
+ }
5594
+ ]
5595
+ },
5596
+ "type": "String"
5597
+ },
5598
+ {
5599
+ "id": "provider.bedrock.timeouts.timeout",
5600
+ "label": "Timeout",
5601
+ "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
5602
+ "optional": true,
5603
+ "feel": "optional",
5604
+ "group": "provider",
5605
+ "binding": {
5606
+ "name": "provider.bedrock.timeouts.timeout",
5607
+ "type": "zeebe:input"
5608
+ },
5609
+ "condition": {
5610
+ "property": "provider.type",
5611
+ "equals": "bedrock",
5612
+ "type": "simple"
5613
+ },
5614
+ "type": "String"
5615
+ },
5362
5616
  {
5363
5617
  "id": "provider.azureOpenAi.endpoint",
5364
5618
  "label": "Endpoint",
@@ -5554,9 +5808,27 @@
5554
5808
  "type": "String"
5555
5809
  },
5556
5810
  {
5557
- "id": "provider.googleVertexAi.projectId",
5558
- "label": "Project ID",
5559
- "description": "Specify Google Cloud project ID",
5811
+ "id": "provider.azureOpenAi.timeouts.timeout",
5812
+ "label": "Timeout",
5813
+ "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
5814
+ "optional": true,
5815
+ "feel": "optional",
5816
+ "group": "provider",
5817
+ "binding": {
5818
+ "name": "provider.azureOpenAi.timeouts.timeout",
5819
+ "type": "zeebe:input"
5820
+ },
5821
+ "condition": {
5822
+ "property": "provider.type",
5823
+ "equals": "azureOpenAi",
5824
+ "type": "simple"
5825
+ },
5826
+ "type": "String"
5827
+ },
5828
+ {
5829
+ "id": "provider.googleVertexAi.projectId",
5830
+ "label": "Project ID",
5831
+ "description": "Specify Google Cloud project ID",
5560
5832
  "optional": false,
5561
5833
  "constraints": {
5562
5834
  "notEmpty": true
@@ -5708,6 +5980,24 @@
5708
5980
  },
5709
5981
  "type": "String"
5710
5982
  },
5983
+ {
5984
+ "id": "provider.openai.timeouts.timeout",
5985
+ "label": "Timeout",
5986
+ "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
5987
+ "optional": true,
5988
+ "feel": "optional",
5989
+ "group": "provider",
5990
+ "binding": {
5991
+ "name": "provider.openai.timeouts.timeout",
5992
+ "type": "zeebe:input"
5993
+ },
5994
+ "condition": {
5995
+ "property": "provider.type",
5996
+ "equals": "openai",
5997
+ "type": "simple"
5998
+ },
5999
+ "type": "String"
6000
+ },
5711
6001
  {
5712
6002
  "id": "provider.openaiCompatible.endpoint",
5713
6003
  "label": "API endpoint",
@@ -5765,6 +6055,42 @@
5765
6055
  },
5766
6056
  "type": "String"
5767
6057
  },
6058
+ {
6059
+ "id": "provider.openaiCompatible.queryParameters",
6060
+ "label": "Query Parameters",
6061
+ "description": "Map of query parameters to add to the request URL.",
6062
+ "optional": true,
6063
+ "feel": "required",
6064
+ "group": "provider",
6065
+ "binding": {
6066
+ "name": "provider.openaiCompatible.queryParameters",
6067
+ "type": "zeebe:input"
6068
+ },
6069
+ "condition": {
6070
+ "property": "provider.type",
6071
+ "equals": "openaiCompatible",
6072
+ "type": "simple"
6073
+ },
6074
+ "type": "String"
6075
+ },
6076
+ {
6077
+ "id": "provider.openaiCompatible.timeouts.timeout",
6078
+ "label": "Timeout",
6079
+ "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
6080
+ "optional": true,
6081
+ "feel": "optional",
6082
+ "group": "provider",
6083
+ "binding": {
6084
+ "name": "provider.openaiCompatible.timeouts.timeout",
6085
+ "type": "zeebe:input"
6086
+ },
6087
+ "condition": {
6088
+ "property": "provider.type",
6089
+ "equals": "openaiCompatible",
6090
+ "type": "simple"
6091
+ },
6092
+ "type": "String"
6093
+ },
5768
6094
  {
5769
6095
  "id": "provider.anthropic.model.model",
5770
6096
  "label": "Model",
@@ -6277,7 +6603,7 @@
6277
6603
  "id": "data.systemPrompt.prompt",
6278
6604
  "label": "System prompt",
6279
6605
  "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.\"",
6606
+ "value": "=\"You are **TaskAgent**, a helpful, generic chat agent that can handle a wide variety of customer requests using your own domain knowledge **and** any tools explicitly provided to you at runtime.\n\nIf tools are provided, you should prefer them instead of guessing an answer. You can call the same tool multiple times by providing different input values. Don't guess any tools which were not explicitly configured. If no tool matches the request, try to generate an answer. If you're not able to find a good answer, return with a message stating why you're not able to.\n\nWrap minimal, inspectable reasoning in *exactly* this XML template:\n\n<thinking>\n<context>…briefly state the customer’s need and current state…</context>\n<reflection>…list candidate tools, justify which you will call next and why…</reflection>\n</thinking>\n\nReveal **no** additional private reasoning outside these tags.\"",
6281
6607
  "constraints": {
6282
6608
  "notEmpty": true
6283
6609
  },
@@ -6315,21 +6641,21 @@
6315
6641
  "name": "data.userPrompt.documents",
6316
6642
  "type": "zeebe:input"
6317
6643
  },
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.",
6644
+ "tooltip": "Referenced documents will be automatically added to the user prompt. <a href=\"https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/\" target=\"_blank\">See documentation</a> for details and supported file types.",
6319
6645
  "type": "String"
6320
6646
  },
6321
6647
  {
6322
6648
  "id": "agentContext",
6323
6649
  "label": "Agent context",
6324
6650
  "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,
6651
+ "optional": false,
6326
6652
  "feel": "required",
6327
6653
  "group": "memory",
6328
6654
  "binding": {
6329
6655
  "name": "agentContext",
6330
6656
  "type": "zeebe:input"
6331
6657
  },
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.",
6658
+ "tooltip": "The agent context variable containing all relevant data for the agent to support the feedback loop between user requests, tool calls and LLM responses. Make sure this variable points to the <code>context</code> variable which is returned from the agent response. <a href=\"https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/\" target=\"_blank\">See documentation</a> for details.",
6333
6659
  "type": "Text"
6334
6660
  },
6335
6661
  {
@@ -6445,7 +6771,7 @@
6445
6771
  "name": "data.memory.contextWindowSize",
6446
6772
  "type": "zeebe:input"
6447
6773
  },
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.",
6774
+ "tooltip": "Use this to limit the number of messages which are sent to the model. The agent will only send the most recent messages up to the configured limit to the LLM. Older messages will be kept in the conversation store, but not sent to the model. <a href=\"https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/\" target=\"_blank\">See documentation</a> for details.",
6449
6775
  "type": "Number"
6450
6776
  },
6451
6777
  {
@@ -6599,7 +6925,7 @@
6599
6925
  "id": "version",
6600
6926
  "label": "Version",
6601
6927
  "description": "Version of the element template",
6602
- "value": "3",
6928
+ "value": "6",
6603
6929
  "group": "connector",
6604
6930
  "binding": {
6605
6931
  "key": "elementTemplateVersion",
@@ -6672,5 +6998,3420 @@
6672
6998
  "icon": {
6673
6999
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiIGZpbGw9IiNBNTZFRkYiLz4KPG1hc2sgaWQ9InBhdGgtMi1vdXRzaWRlLTFfMTg1XzYiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjQiIHk9IjQiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iYmxhY2siPgo8cmVjdCBmaWxsPSJ3aGl0ZSIgeD0iNCIgeT0iNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjAuMDEwNSAxMi4wOTg3QzE4LjQ5IDEwLjU4OTQgMTcuMTU5NCA4LjEwODE0IDE2LjE3OTkgNi4wMTEwM0MxNi4xNTIgNi4wMDQ1MSAxNi4xMTc2IDYgMTYuMDc5NCA2QzE2LjA0MTEgNiAxNi4wMDY2IDYuMDA0NTEgMTUuOTc4OCA2LjAxMTA0QzE0Ljk5OTQgOC4xMDgxNCAxMy42Njk3IDEwLjU4ODkgMTIuMTQ4MSAxMi4wOTgxQzEwLjYyNjkgMTMuNjA3MSA4LjEyNTY4IDE0LjkyNjQgNi4wMTE1NyAxNS44OTgxQzYuMDA0NzQgMTUuOTI2MSA2IDE1Ljk2MTEgNiAxNkM2IDE2LjAzODcgNi4wMDQ2OCAxNi4wNzM2IDYuMDExNDQgMTYuMTAxNEM4LjEyNTE5IDE3LjA3MjkgMTAuNjI2MiAxOC4zOTE5IDEyLjE0NzcgMTkuOTAxNkMxMy42Njk3IDIxLjQxMDcgMTQuOTk5NiAyMy44OTIgMTUuOTc5MSAyNS45ODlDMTYuMDA2OCAyNS45OTU2IDE2LjA0MTEgMjYgMTYuMDc5MyAyNkMxNi4xMTc1IDI2IDE2LjE1MTkgMjUuOTk1NCAxNi4xNzk2IDI1Ljk4OUMxNy4xNTkxIDIzLjg5MiAxOC40ODg4IDIxLjQxMSAyMC4wMDk5IDE5LjkwMjFNMjAuMDA5OSAxOS45MDIxQzIxLjUyNTMgMTguMzk4NyAyMy45NDY1IDE3LjA2NjkgMjUuOTkxNSAxNi4wODI0QzI1Ljk5NjUgMTYuMDU5MyAyNiAxNi4wMzEgMjYgMTUuOTk5N0MyNiAxNS45Njg0IDI1Ljk5NjUgMTUuOTQwMyAyNS45OTE1IDE1LjkxNzFDMjMuOTQ3NCAxNC45MzI3IDIxLjUyNTkgMTMuNjAxIDIwLjAxMDUgMTIuMDk4NyIvPgo8L21hc2s+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjAuMDEwNSAxMi4wOTg3QzE4LjQ5IDEwLjU4OTQgMTcuMTU5NCA4LjEwODE0IDE2LjE3OTkgNi4wMTEwM0MxNi4xNTIgNi4wMDQ1MSAxNi4xMTc2IDYgMTYuMDc5NCA2QzE2LjA0MTEgNiAxNi4wMDY2IDYuMDA0NTEgMTUuOTc4OCA2LjAxMTA0QzE0Ljk5OTQgOC4xMDgxNCAxMy42Njk3IDEwLjU4ODkgMTIuMTQ4MSAxMi4wOTgxQzEwLjYyNjkgMTMuNjA3MSA4LjEyNTY4IDE0LjkyNjQgNi4wMTE1NyAxNS44OTgxQzYuMDA0NzQgMTUuOTI2MSA2IDE1Ljk2MTEgNiAxNkM2IDE2LjAzODcgNi4wMDQ2OCAxNi4wNzM2IDYuMDExNDQgMTYuMTAxNEM4LjEyNTE5IDE3LjA3MjkgMTAuNjI2MiAxOC4zOTE5IDEyLjE0NzcgMTkuOTAxNkMxMy42Njk3IDIxLjQxMDcgMTQuOTk5NiAyMy44OTIgMTUuOTc5MSAyNS45ODlDMTYuMDA2OCAyNS45OTU2IDE2LjA0MTEgMjYgMTYuMDc5MyAyNkMxNi4xMTc1IDI2IDE2LjE1MTkgMjUuOTk1NCAxNi4xNzk2IDI1Ljk4OUMxNy4xNTkxIDIzLjg5MiAxOC40ODg4IDIxLjQxMSAyMC4wMDk5IDE5LjkwMjFNMjAuMDA5OSAxOS45MDIxQzIxLjUyNTMgMTguMzk4NyAyMy45NDY1IDE3LjA2NjkgMjUuOTkxNSAxNi4wODI0QzI1Ljk5NjUgMTYuMDU5MyAyNiAxNi4wMzEgMjYgMTUuOTk5N0MyNiAxNS45Njg0IDI1Ljk5NjUgMTUuOTQwMyAyNS45OTE1IDE1LjkxNzFDMjMuOTQ3NCAxNC45MzI3IDIxLjUyNTkgMTMuNjAxIDIwLjAxMDUgMTIuMDk4NyIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMC4wMTA1IDEyLjA5ODdDMTguNDkgMTAuNTg5NCAxNy4xNTk0IDguMTA4MTQgMTYuMTc5OSA2LjAxMTAzQzE2LjE1MiA2LjAwNDUxIDE2LjExNzYgNiAxNi4wNzk0IDZDMTYuMDQxMSA2IDE2LjAwNjYgNi4wMDQ1MSAxNS45Nzg4IDYuMDExMDRDMTQuOTk5NCA4LjEwODE0IDEzLjY2OTcgMTAuNTg4OSAxMi4xNDgxIDEyLjA5ODFDMTAuNjI2OSAxMy42MDcxIDguMTI1NjggMTQuOTI2NCA2LjAxMTU3IDE1Ljg5ODFDNi4wMDQ3NCAxNS45MjYxIDYgMTUuOTYxMSA2IDE2QzYgMTYuMDM4NyA2LjAwNDY4IDE2LjA3MzYgNi4wMTE0NCAxNi4xMDE0QzguMTI1MTkgMTcuMDcyOSAxMC42MjYyIDE4LjM5MTkgMTIuMTQ3NyAxOS45MDE2QzEzLjY2OTcgMjEuNDEwNyAxNC45OTk2IDIzLjg5MiAxNS45NzkxIDI1Ljk4OUMxNi4wMDY4IDI1Ljk5NTYgMTYuMDQxMSAyNiAxNi4wNzkzIDI2QzE2LjExNzUgMjYgMTYuMTUxOSAyNS45OTU0IDE2LjE3OTYgMjUuOTg5QzE3LjE1OTEgMjMuODkyIDE4LjQ4ODggMjEuNDExIDIwLjAwOTkgMTkuOTAyMU0yMC4wMDk5IDE5LjkwMjFDMjEuNTI1MyAxOC4zOTg3IDIzLjk0NjUgMTcuMDY2OSAyNS45OTE1IDE2LjA4MjRDMjUuOTk2NSAxNi4wNTkzIDI2IDE2LjAzMSAyNiAxNS45OTk3QzI2IDE1Ljk2ODQgMjUuOTk2NSAxNS45NDAzIDI1Ljk5MTUgMTUuOTE3MUMyMy45NDc0IDE0LjkzMjcgMjEuNTI1OSAxMy42MDEgMjAuMDEwNSAxMi4wOTg3IiBzdHJva2U9IiM0OTFEOEIiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgbWFzaz0idXJsKCNwYXRoLTItb3V0c2lkZS0xXzE4NV82KSIvPgo8L3N2Zz4K"
6674
7000
  }
7001
+ },
7002
+ {
7003
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
7004
+ "name": "AI Agent Sub-process",
7005
+ "id": "io.camunda.connectors.agenticai.aiagent.jobworker.v1",
7006
+ "description": "Run a multi-step AI reasoning loop with dynamic tool selection",
7007
+ "metadata": {
7008
+ "keywords": ["AI", "AI Agent", "agentic orchestration"]
7009
+ },
7010
+ "documentationRef": "https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent/",
7011
+ "version": 4,
7012
+ "category": {
7013
+ "id": "connectors",
7014
+ "name": "Connectors"
7015
+ },
7016
+ "appliesTo": ["bpmn:SubProcess"],
7017
+ "elementType": {
7018
+ "value": "bpmn:AdHocSubProcess"
7019
+ },
7020
+ "engines": {
7021
+ "camunda": "^8.8"
7022
+ },
7023
+ "groups": [
7024
+ {
7025
+ "id": "provider",
7026
+ "label": "Model provider",
7027
+ "openByDefault": false
7028
+ },
7029
+ {
7030
+ "id": "model",
7031
+ "label": "Model",
7032
+ "openByDefault": false
7033
+ },
7034
+ {
7035
+ "id": "systemPrompt",
7036
+ "label": "System prompt",
7037
+ "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.",
7038
+ "openByDefault": false
7039
+ },
7040
+ {
7041
+ "id": "userPrompt",
7042
+ "label": "User prompt",
7043
+ "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.",
7044
+ "openByDefault": false
7045
+ },
7046
+ {
7047
+ "id": "tools",
7048
+ "label": "Tools",
7049
+ "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.",
7050
+ "openByDefault": false
7051
+ },
7052
+ {
7053
+ "id": "memory",
7054
+ "label": "Memory",
7055
+ "tooltip": "Configuration of the Agent's short-term/conversational memory.",
7056
+ "openByDefault": false
7057
+ },
7058
+ {
7059
+ "id": "limits",
7060
+ "label": "Limits",
7061
+ "openByDefault": false
7062
+ },
7063
+ {
7064
+ "id": "events",
7065
+ "label": "Event handling",
7066
+ "tooltip": "Configure how event sub-process results are handled. Results are added as user messages to the running agent.",
7067
+ "openByDefault": false
7068
+ },
7069
+ {
7070
+ "id": "response",
7071
+ "label": "Response",
7072
+ "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.",
7073
+ "openByDefault": false
7074
+ },
7075
+ {
7076
+ "id": "connector",
7077
+ "label": "Connector"
7078
+ },
7079
+ {
7080
+ "id": "output",
7081
+ "label": "Output mapping"
7082
+ },
7083
+ {
7084
+ "id": "error",
7085
+ "label": "Error handling"
7086
+ },
7087
+ {
7088
+ "id": "retries",
7089
+ "label": "Retries"
7090
+ }
7091
+ ],
7092
+ "properties": [
7093
+ {
7094
+ "value": "io.camunda.agenticai:aiagent-job-worker:1",
7095
+ "binding": {
7096
+ "property": "type",
7097
+ "type": "zeebe:taskDefinition"
7098
+ },
7099
+ "type": "Hidden"
7100
+ },
7101
+ {
7102
+ "id": "outputCollection",
7103
+ "binding": {
7104
+ "property": "outputCollection",
7105
+ "type": "zeebe:adHoc"
7106
+ },
7107
+ "value": "toolCallResults",
7108
+ "type": "Hidden"
7109
+ },
7110
+ {
7111
+ "id": "outputElement",
7112
+ "binding": {
7113
+ "property": "outputElement",
7114
+ "type": "zeebe:adHoc"
7115
+ },
7116
+ "value": "={\n id: toolCall._meta.id,\n name: toolCall._meta.name,\n content: toolCallResult\n}",
7117
+ "type": "Hidden"
7118
+ },
7119
+ {
7120
+ "id": "provider.type",
7121
+ "label": "Provider",
7122
+ "description": "Specify the LLM provider to use.",
7123
+ "value": "anthropic",
7124
+ "group": "provider",
7125
+ "binding": {
7126
+ "name": "provider.type",
7127
+ "type": "zeebe:input"
7128
+ },
7129
+ "type": "Dropdown",
7130
+ "choices": [
7131
+ {
7132
+ "name": "Anthropic",
7133
+ "value": "anthropic"
7134
+ },
7135
+ {
7136
+ "name": "AWS Bedrock",
7137
+ "value": "bedrock"
7138
+ },
7139
+ {
7140
+ "name": "Azure OpenAI",
7141
+ "value": "azureOpenAi"
7142
+ },
7143
+ {
7144
+ "name": "Google Vertex AI",
7145
+ "value": "google-vertex-ai"
7146
+ },
7147
+ {
7148
+ "name": "OpenAI",
7149
+ "value": "openai"
7150
+ },
7151
+ {
7152
+ "name": "OpenAI Compatible",
7153
+ "value": "openaiCompatible"
7154
+ }
7155
+ ]
7156
+ },
7157
+ {
7158
+ "id": "provider.anthropic.endpoint",
7159
+ "label": "Endpoint",
7160
+ "description": "Optional custom API endpoint",
7161
+ "optional": true,
7162
+ "feel": "optional",
7163
+ "group": "provider",
7164
+ "binding": {
7165
+ "name": "provider.anthropic.endpoint",
7166
+ "type": "zeebe:input"
7167
+ },
7168
+ "condition": {
7169
+ "property": "provider.type",
7170
+ "equals": "anthropic",
7171
+ "type": "simple"
7172
+ },
7173
+ "type": "String"
7174
+ },
7175
+ {
7176
+ "id": "provider.anthropic.authentication.apiKey",
7177
+ "label": "Anthropic API key",
7178
+ "optional": false,
7179
+ "constraints": {
7180
+ "notEmpty": true
7181
+ },
7182
+ "feel": "optional",
7183
+ "group": "provider",
7184
+ "binding": {
7185
+ "name": "provider.anthropic.authentication.apiKey",
7186
+ "type": "zeebe:input"
7187
+ },
7188
+ "condition": {
7189
+ "property": "provider.type",
7190
+ "equals": "anthropic",
7191
+ "type": "simple"
7192
+ },
7193
+ "type": "String"
7194
+ },
7195
+ {
7196
+ "id": "provider.bedrock.region",
7197
+ "label": "Region",
7198
+ "description": "Specify the AWS region (example: <code>eu-west-1</code>)",
7199
+ "optional": false,
7200
+ "constraints": {
7201
+ "notEmpty": true
7202
+ },
7203
+ "feel": "optional",
7204
+ "group": "provider",
7205
+ "binding": {
7206
+ "name": "provider.bedrock.region",
7207
+ "type": "zeebe:input"
7208
+ },
7209
+ "condition": {
7210
+ "property": "provider.type",
7211
+ "equals": "bedrock",
7212
+ "type": "simple"
7213
+ },
7214
+ "type": "String"
7215
+ },
7216
+ {
7217
+ "id": "provider.bedrock.endpoint",
7218
+ "label": "Endpoint",
7219
+ "description": "Optional custom API endpoint",
7220
+ "optional": true,
7221
+ "feel": "optional",
7222
+ "group": "provider",
7223
+ "binding": {
7224
+ "name": "provider.bedrock.endpoint",
7225
+ "type": "zeebe:input"
7226
+ },
7227
+ "condition": {
7228
+ "property": "provider.type",
7229
+ "equals": "bedrock",
7230
+ "type": "simple"
7231
+ },
7232
+ "type": "String"
7233
+ },
7234
+ {
7235
+ "id": "provider.bedrock.authentication.type",
7236
+ "label": "Authentication",
7237
+ "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>",
7238
+ "value": "credentials",
7239
+ "group": "provider",
7240
+ "binding": {
7241
+ "name": "provider.bedrock.authentication.type",
7242
+ "type": "zeebe:input"
7243
+ },
7244
+ "condition": {
7245
+ "property": "provider.type",
7246
+ "equals": "bedrock",
7247
+ "type": "simple"
7248
+ },
7249
+ "type": "Dropdown",
7250
+ "choices": [
7251
+ {
7252
+ "name": "Credentials",
7253
+ "value": "credentials"
7254
+ },
7255
+ {
7256
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
7257
+ "value": "defaultCredentialsChain"
7258
+ }
7259
+ ]
7260
+ },
7261
+ {
7262
+ "id": "provider.bedrock.authentication.accessKey",
7263
+ "label": "Access key",
7264
+ "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
7265
+ "optional": false,
7266
+ "constraints": {
7267
+ "notEmpty": true
7268
+ },
7269
+ "feel": "optional",
7270
+ "group": "provider",
7271
+ "binding": {
7272
+ "name": "provider.bedrock.authentication.accessKey",
7273
+ "type": "zeebe:input"
7274
+ },
7275
+ "condition": {
7276
+ "allMatch": [
7277
+ {
7278
+ "property": "provider.bedrock.authentication.type",
7279
+ "equals": "credentials",
7280
+ "type": "simple"
7281
+ },
7282
+ {
7283
+ "property": "provider.type",
7284
+ "equals": "bedrock",
7285
+ "type": "simple"
7286
+ }
7287
+ ]
7288
+ },
7289
+ "type": "String"
7290
+ },
7291
+ {
7292
+ "id": "provider.bedrock.authentication.secretKey",
7293
+ "label": "Secret key",
7294
+ "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
7295
+ "optional": false,
7296
+ "constraints": {
7297
+ "notEmpty": true
7298
+ },
7299
+ "feel": "optional",
7300
+ "group": "provider",
7301
+ "binding": {
7302
+ "name": "provider.bedrock.authentication.secretKey",
7303
+ "type": "zeebe:input"
7304
+ },
7305
+ "condition": {
7306
+ "allMatch": [
7307
+ {
7308
+ "property": "provider.bedrock.authentication.type",
7309
+ "equals": "credentials",
7310
+ "type": "simple"
7311
+ },
7312
+ {
7313
+ "property": "provider.type",
7314
+ "equals": "bedrock",
7315
+ "type": "simple"
7316
+ }
7317
+ ]
7318
+ },
7319
+ "type": "String"
7320
+ },
7321
+ {
7322
+ "id": "provider.azureOpenAi.endpoint",
7323
+ "label": "Endpoint",
7324
+ "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>.",
7325
+ "optional": false,
7326
+ "constraints": {
7327
+ "notEmpty": true
7328
+ },
7329
+ "feel": "optional",
7330
+ "group": "provider",
7331
+ "binding": {
7332
+ "name": "provider.azureOpenAi.endpoint",
7333
+ "type": "zeebe:input"
7334
+ },
7335
+ "condition": {
7336
+ "property": "provider.type",
7337
+ "equals": "azureOpenAi",
7338
+ "type": "simple"
7339
+ },
7340
+ "type": "String"
7341
+ },
7342
+ {
7343
+ "id": "provider.azureOpenAi.authentication.type",
7344
+ "label": "Authentication",
7345
+ "description": "Specify the Azure OpenAI authentication strategy.",
7346
+ "value": "apiKey",
7347
+ "group": "provider",
7348
+ "binding": {
7349
+ "name": "provider.azureOpenAi.authentication.type",
7350
+ "type": "zeebe:input"
7351
+ },
7352
+ "condition": {
7353
+ "property": "provider.type",
7354
+ "equals": "azureOpenAi",
7355
+ "type": "simple"
7356
+ },
7357
+ "type": "Dropdown",
7358
+ "choices": [
7359
+ {
7360
+ "name": "API key",
7361
+ "value": "apiKey"
7362
+ },
7363
+ {
7364
+ "name": "Client credentials",
7365
+ "value": "clientCredentials"
7366
+ }
7367
+ ]
7368
+ },
7369
+ {
7370
+ "id": "provider.azureOpenAi.authentication.apiKey",
7371
+ "label": "API key",
7372
+ "optional": false,
7373
+ "constraints": {
7374
+ "notEmpty": true
7375
+ },
7376
+ "feel": "optional",
7377
+ "group": "provider",
7378
+ "binding": {
7379
+ "name": "provider.azureOpenAi.authentication.apiKey",
7380
+ "type": "zeebe:input"
7381
+ },
7382
+ "condition": {
7383
+ "allMatch": [
7384
+ {
7385
+ "property": "provider.azureOpenAi.authentication.type",
7386
+ "equals": "apiKey",
7387
+ "type": "simple"
7388
+ },
7389
+ {
7390
+ "property": "provider.type",
7391
+ "equals": "azureOpenAi",
7392
+ "type": "simple"
7393
+ }
7394
+ ]
7395
+ },
7396
+ "type": "String"
7397
+ },
7398
+ {
7399
+ "id": "provider.azureOpenAi.authentication.clientId",
7400
+ "label": "Client ID",
7401
+ "description": "ID of a Microsoft Entra application",
7402
+ "optional": false,
7403
+ "constraints": {
7404
+ "notEmpty": true
7405
+ },
7406
+ "feel": "optional",
7407
+ "group": "provider",
7408
+ "binding": {
7409
+ "name": "provider.azureOpenAi.authentication.clientId",
7410
+ "type": "zeebe:input"
7411
+ },
7412
+ "condition": {
7413
+ "allMatch": [
7414
+ {
7415
+ "property": "provider.azureOpenAi.authentication.type",
7416
+ "equals": "clientCredentials",
7417
+ "type": "simple"
7418
+ },
7419
+ {
7420
+ "property": "provider.type",
7421
+ "equals": "azureOpenAi",
7422
+ "type": "simple"
7423
+ }
7424
+ ]
7425
+ },
7426
+ "type": "String"
7427
+ },
7428
+ {
7429
+ "id": "provider.azureOpenAi.authentication.clientSecret",
7430
+ "label": "Client secret",
7431
+ "description": "Secret of a Microsoft Entra application",
7432
+ "optional": false,
7433
+ "constraints": {
7434
+ "notEmpty": true
7435
+ },
7436
+ "feel": "optional",
7437
+ "group": "provider",
7438
+ "binding": {
7439
+ "name": "provider.azureOpenAi.authentication.clientSecret",
7440
+ "type": "zeebe:input"
7441
+ },
7442
+ "condition": {
7443
+ "allMatch": [
7444
+ {
7445
+ "property": "provider.azureOpenAi.authentication.type",
7446
+ "equals": "clientCredentials",
7447
+ "type": "simple"
7448
+ },
7449
+ {
7450
+ "property": "provider.type",
7451
+ "equals": "azureOpenAi",
7452
+ "type": "simple"
7453
+ }
7454
+ ]
7455
+ },
7456
+ "type": "String"
7457
+ },
7458
+ {
7459
+ "id": "provider.azureOpenAi.authentication.tenantId",
7460
+ "label": "Tenant ID",
7461
+ "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>.",
7462
+ "optional": false,
7463
+ "constraints": {
7464
+ "notEmpty": true
7465
+ },
7466
+ "feel": "optional",
7467
+ "group": "provider",
7468
+ "binding": {
7469
+ "name": "provider.azureOpenAi.authentication.tenantId",
7470
+ "type": "zeebe:input"
7471
+ },
7472
+ "condition": {
7473
+ "allMatch": [
7474
+ {
7475
+ "property": "provider.azureOpenAi.authentication.type",
7476
+ "equals": "clientCredentials",
7477
+ "type": "simple"
7478
+ },
7479
+ {
7480
+ "property": "provider.type",
7481
+ "equals": "azureOpenAi",
7482
+ "type": "simple"
7483
+ }
7484
+ ]
7485
+ },
7486
+ "type": "String"
7487
+ },
7488
+ {
7489
+ "id": "provider.azureOpenAi.authentication.authorityHost",
7490
+ "label": "Authority host",
7491
+ "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.",
7492
+ "optional": true,
7493
+ "feel": "optional",
7494
+ "group": "provider",
7495
+ "binding": {
7496
+ "name": "provider.azureOpenAi.authentication.authorityHost",
7497
+ "type": "zeebe:input"
7498
+ },
7499
+ "condition": {
7500
+ "allMatch": [
7501
+ {
7502
+ "property": "provider.azureOpenAi.authentication.type",
7503
+ "equals": "clientCredentials",
7504
+ "type": "simple"
7505
+ },
7506
+ {
7507
+ "property": "provider.type",
7508
+ "equals": "azureOpenAi",
7509
+ "type": "simple"
7510
+ }
7511
+ ]
7512
+ },
7513
+ "type": "String"
7514
+ },
7515
+ {
7516
+ "id": "provider.googleVertexAi.projectId",
7517
+ "label": "Project ID",
7518
+ "description": "Specify Google Cloud project ID",
7519
+ "optional": false,
7520
+ "constraints": {
7521
+ "notEmpty": true
7522
+ },
7523
+ "feel": "optional",
7524
+ "group": "provider",
7525
+ "binding": {
7526
+ "name": "provider.googleVertexAi.projectId",
7527
+ "type": "zeebe:input"
7528
+ },
7529
+ "condition": {
7530
+ "property": "provider.type",
7531
+ "equals": "google-vertex-ai",
7532
+ "type": "simple"
7533
+ },
7534
+ "type": "String"
7535
+ },
7536
+ {
7537
+ "id": "provider.googleVertexAi.region",
7538
+ "label": "Region",
7539
+ "description": "Specify the region where AI inference should take place",
7540
+ "optional": false,
7541
+ "constraints": {
7542
+ "notEmpty": true
7543
+ },
7544
+ "feel": "optional",
7545
+ "group": "provider",
7546
+ "binding": {
7547
+ "name": "provider.googleVertexAi.region",
7548
+ "type": "zeebe:input"
7549
+ },
7550
+ "condition": {
7551
+ "property": "provider.type",
7552
+ "equals": "google-vertex-ai",
7553
+ "type": "simple"
7554
+ },
7555
+ "type": "String"
7556
+ },
7557
+ {
7558
+ "id": "provider.googleVertexAi.authentication.type",
7559
+ "label": "Authentication",
7560
+ "description": "Specify the Google Vertex AI authentication strategy.",
7561
+ "value": "serviceAccountCredentials",
7562
+ "group": "provider",
7563
+ "binding": {
7564
+ "name": "provider.googleVertexAi.authentication.type",
7565
+ "type": "zeebe:input"
7566
+ },
7567
+ "condition": {
7568
+ "property": "provider.type",
7569
+ "equals": "google-vertex-ai",
7570
+ "type": "simple"
7571
+ },
7572
+ "type": "Dropdown",
7573
+ "choices": [
7574
+ {
7575
+ "name": "Service account credentials",
7576
+ "value": "serviceAccountCredentials"
7577
+ },
7578
+ {
7579
+ "name": "Application default credentials (Hybrid/Self-Managed only)",
7580
+ "value": "applicationDefaultCredentials"
7581
+ }
7582
+ ]
7583
+ },
7584
+ {
7585
+ "id": "provider.googleVertexAi.authentication.jsonKey",
7586
+ "label": "JSON key of the service account",
7587
+ "description": "This is the key of the service account in JSON format.",
7588
+ "optional": false,
7589
+ "constraints": {
7590
+ "notEmpty": true
7591
+ },
7592
+ "feel": "optional",
7593
+ "group": "provider",
7594
+ "binding": {
7595
+ "name": "provider.googleVertexAi.authentication.jsonKey",
7596
+ "type": "zeebe:input"
7597
+ },
7598
+ "condition": {
7599
+ "allMatch": [
7600
+ {
7601
+ "property": "provider.googleVertexAi.authentication.type",
7602
+ "equals": "serviceAccountCredentials",
7603
+ "type": "simple"
7604
+ },
7605
+ {
7606
+ "property": "provider.type",
7607
+ "equals": "google-vertex-ai",
7608
+ "type": "simple"
7609
+ }
7610
+ ]
7611
+ },
7612
+ "type": "String"
7613
+ },
7614
+ {
7615
+ "id": "provider.openai.authentication.apiKey",
7616
+ "label": "OpenAI API key",
7617
+ "optional": false,
7618
+ "constraints": {
7619
+ "notEmpty": true
7620
+ },
7621
+ "feel": "optional",
7622
+ "group": "provider",
7623
+ "binding": {
7624
+ "name": "provider.openai.authentication.apiKey",
7625
+ "type": "zeebe:input"
7626
+ },
7627
+ "condition": {
7628
+ "property": "provider.type",
7629
+ "equals": "openai",
7630
+ "type": "simple"
7631
+ },
7632
+ "type": "String"
7633
+ },
7634
+ {
7635
+ "id": "provider.openai.authentication.organizationId",
7636
+ "label": "Organization ID",
7637
+ "description": "For members of multiple organizations. Details in the <a href=\"https://platform.openai.com/docs/api-reference/authentication\" target=\"_blank\">documentation</a>.",
7638
+ "optional": true,
7639
+ "feel": "optional",
7640
+ "group": "provider",
7641
+ "binding": {
7642
+ "name": "provider.openai.authentication.organizationId",
7643
+ "type": "zeebe:input"
7644
+ },
7645
+ "condition": {
7646
+ "property": "provider.type",
7647
+ "equals": "openai",
7648
+ "type": "simple"
7649
+ },
7650
+ "type": "String"
7651
+ },
7652
+ {
7653
+ "id": "provider.openai.authentication.projectId",
7654
+ "label": "Project ID",
7655
+ "description": "For accounts with multiple projects. Details in the <a href=\"https://platform.openai.com/docs/api-reference/authentication\" target=\"_blank\">documentation</a>.",
7656
+ "optional": true,
7657
+ "feel": "optional",
7658
+ "group": "provider",
7659
+ "binding": {
7660
+ "name": "provider.openai.authentication.projectId",
7661
+ "type": "zeebe:input"
7662
+ },
7663
+ "condition": {
7664
+ "property": "provider.type",
7665
+ "equals": "openai",
7666
+ "type": "simple"
7667
+ },
7668
+ "type": "String"
7669
+ },
7670
+ {
7671
+ "id": "provider.openaiCompatible.endpoint",
7672
+ "label": "API endpoint",
7673
+ "optional": false,
7674
+ "constraints": {
7675
+ "notEmpty": true
7676
+ },
7677
+ "feel": "optional",
7678
+ "group": "provider",
7679
+ "binding": {
7680
+ "name": "provider.openaiCompatible.endpoint",
7681
+ "type": "zeebe:input"
7682
+ },
7683
+ "condition": {
7684
+ "property": "provider.type",
7685
+ "equals": "openaiCompatible",
7686
+ "type": "simple"
7687
+ },
7688
+ "tooltip": "Specify an endpoint to use the connector with an OpenAI compatible API. ",
7689
+ "type": "String"
7690
+ },
7691
+ {
7692
+ "id": "provider.openaiCompatible.authentication.apiKey",
7693
+ "label": "API key",
7694
+ "optional": true,
7695
+ "feel": "optional",
7696
+ "group": "provider",
7697
+ "binding": {
7698
+ "name": "provider.openaiCompatible.authentication.apiKey",
7699
+ "type": "zeebe:input"
7700
+ },
7701
+ "condition": {
7702
+ "property": "provider.type",
7703
+ "equals": "openaiCompatible",
7704
+ "type": "simple"
7705
+ },
7706
+ "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.",
7707
+ "type": "String"
7708
+ },
7709
+ {
7710
+ "id": "provider.openaiCompatible.headers",
7711
+ "label": "Headers",
7712
+ "description": "Map of HTTP headers to add to the request.",
7713
+ "optional": true,
7714
+ "feel": "required",
7715
+ "group": "provider",
7716
+ "binding": {
7717
+ "name": "provider.openaiCompatible.headers",
7718
+ "type": "zeebe:input"
7719
+ },
7720
+ "condition": {
7721
+ "property": "provider.type",
7722
+ "equals": "openaiCompatible",
7723
+ "type": "simple"
7724
+ },
7725
+ "type": "String"
7726
+ },
7727
+ {
7728
+ "id": "provider.anthropic.model.model",
7729
+ "label": "Model",
7730
+ "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>.",
7731
+ "optional": false,
7732
+ "value": "claude-3-5-sonnet-20240620",
7733
+ "constraints": {
7734
+ "notEmpty": true
7735
+ },
7736
+ "feel": "optional",
7737
+ "group": "model",
7738
+ "binding": {
7739
+ "name": "provider.anthropic.model.model",
7740
+ "type": "zeebe:input"
7741
+ },
7742
+ "condition": {
7743
+ "property": "provider.type",
7744
+ "equals": "anthropic",
7745
+ "type": "simple"
7746
+ },
7747
+ "type": "String"
7748
+ },
7749
+ {
7750
+ "id": "provider.anthropic.model.parameters.maxTokens",
7751
+ "label": "Maximum tokens",
7752
+ "optional": true,
7753
+ "feel": "required",
7754
+ "group": "model",
7755
+ "binding": {
7756
+ "name": "provider.anthropic.model.parameters.maxTokens",
7757
+ "type": "zeebe:input"
7758
+ },
7759
+ "condition": {
7760
+ "property": "provider.type",
7761
+ "equals": "anthropic",
7762
+ "type": "simple"
7763
+ },
7764
+ "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>.",
7765
+ "type": "Number"
7766
+ },
7767
+ {
7768
+ "id": "provider.anthropic.model.parameters.temperature",
7769
+ "label": "Temperature",
7770
+ "optional": true,
7771
+ "feel": "required",
7772
+ "group": "model",
7773
+ "binding": {
7774
+ "name": "provider.anthropic.model.parameters.temperature",
7775
+ "type": "zeebe:input"
7776
+ },
7777
+ "condition": {
7778
+ "property": "provider.type",
7779
+ "equals": "anthropic",
7780
+ "type": "simple"
7781
+ },
7782
+ "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>.",
7783
+ "type": "Number"
7784
+ },
7785
+ {
7786
+ "id": "provider.anthropic.model.parameters.topP",
7787
+ "label": "top P",
7788
+ "optional": true,
7789
+ "feel": "required",
7790
+ "group": "model",
7791
+ "binding": {
7792
+ "name": "provider.anthropic.model.parameters.topP",
7793
+ "type": "zeebe:input"
7794
+ },
7795
+ "condition": {
7796
+ "property": "provider.type",
7797
+ "equals": "anthropic",
7798
+ "type": "simple"
7799
+ },
7800
+ "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>.",
7801
+ "type": "Number"
7802
+ },
7803
+ {
7804
+ "id": "provider.anthropic.model.parameters.topK",
7805
+ "label": "top K",
7806
+ "optional": true,
7807
+ "feel": "required",
7808
+ "group": "model",
7809
+ "binding": {
7810
+ "name": "provider.anthropic.model.parameters.topK",
7811
+ "type": "zeebe:input"
7812
+ },
7813
+ "condition": {
7814
+ "property": "provider.type",
7815
+ "equals": "anthropic",
7816
+ "type": "simple"
7817
+ },
7818
+ "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>.",
7819
+ "type": "Number"
7820
+ },
7821
+ {
7822
+ "id": "provider.bedrock.model.model",
7823
+ "label": "Model",
7824
+ "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>.",
7825
+ "optional": false,
7826
+ "value": "anthropic.claude-3-5-sonnet-20240620-v1:0",
7827
+ "constraints": {
7828
+ "notEmpty": true
7829
+ },
7830
+ "feel": "optional",
7831
+ "group": "model",
7832
+ "binding": {
7833
+ "name": "provider.bedrock.model.model",
7834
+ "type": "zeebe:input"
7835
+ },
7836
+ "condition": {
7837
+ "property": "provider.type",
7838
+ "equals": "bedrock",
7839
+ "type": "simple"
7840
+ },
7841
+ "type": "String"
7842
+ },
7843
+ {
7844
+ "id": "provider.bedrock.model.parameters.maxTokens",
7845
+ "label": "Maximum tokens",
7846
+ "optional": true,
7847
+ "feel": "required",
7848
+ "group": "model",
7849
+ "binding": {
7850
+ "name": "provider.bedrock.model.parameters.maxTokens",
7851
+ "type": "zeebe:input"
7852
+ },
7853
+ "condition": {
7854
+ "property": "provider.type",
7855
+ "equals": "bedrock",
7856
+ "type": "simple"
7857
+ },
7858
+ "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>.",
7859
+ "type": "Number"
7860
+ },
7861
+ {
7862
+ "id": "provider.bedrock.model.parameters.temperature",
7863
+ "label": "Temperature",
7864
+ "optional": true,
7865
+ "feel": "required",
7866
+ "group": "model",
7867
+ "binding": {
7868
+ "name": "provider.bedrock.model.parameters.temperature",
7869
+ "type": "zeebe:input"
7870
+ },
7871
+ "condition": {
7872
+ "property": "provider.type",
7873
+ "equals": "bedrock",
7874
+ "type": "simple"
7875
+ },
7876
+ "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>.",
7877
+ "type": "Number"
7878
+ },
7879
+ {
7880
+ "id": "provider.bedrock.model.parameters.topP",
7881
+ "label": "top P",
7882
+ "optional": true,
7883
+ "feel": "required",
7884
+ "group": "model",
7885
+ "binding": {
7886
+ "name": "provider.bedrock.model.parameters.topP",
7887
+ "type": "zeebe:input"
7888
+ },
7889
+ "condition": {
7890
+ "property": "provider.type",
7891
+ "equals": "bedrock",
7892
+ "type": "simple"
7893
+ },
7894
+ "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>.",
7895
+ "type": "Number"
7896
+ },
7897
+ {
7898
+ "id": "provider.azureOpenAi.model.deploymentName",
7899
+ "label": "Model deployment name",
7900
+ "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>.",
7901
+ "optional": false,
7902
+ "constraints": {
7903
+ "notEmpty": true
7904
+ },
7905
+ "feel": "optional",
7906
+ "group": "model",
7907
+ "binding": {
7908
+ "name": "provider.azureOpenAi.model.deploymentName",
7909
+ "type": "zeebe:input"
7910
+ },
7911
+ "condition": {
7912
+ "property": "provider.type",
7913
+ "equals": "azureOpenAi",
7914
+ "type": "simple"
7915
+ },
7916
+ "type": "String"
7917
+ },
7918
+ {
7919
+ "id": "provider.azureOpenAi.model.parameters.maxTokens",
7920
+ "label": "Maximum tokens",
7921
+ "optional": true,
7922
+ "feel": "required",
7923
+ "group": "model",
7924
+ "binding": {
7925
+ "name": "provider.azureOpenAi.model.parameters.maxTokens",
7926
+ "type": "zeebe:input"
7927
+ },
7928
+ "condition": {
7929
+ "property": "provider.type",
7930
+ "equals": "azureOpenAi",
7931
+ "type": "simple"
7932
+ },
7933
+ "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>.",
7934
+ "type": "Number"
7935
+ },
7936
+ {
7937
+ "id": "provider.azureOpenAi.model.parameters.temperature",
7938
+ "label": "Temperature",
7939
+ "optional": true,
7940
+ "feel": "required",
7941
+ "group": "model",
7942
+ "binding": {
7943
+ "name": "provider.azureOpenAi.model.parameters.temperature",
7944
+ "type": "zeebe:input"
7945
+ },
7946
+ "condition": {
7947
+ "property": "provider.type",
7948
+ "equals": "azureOpenAi",
7949
+ "type": "simple"
7950
+ },
7951
+ "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>.",
7952
+ "type": "Number"
7953
+ },
7954
+ {
7955
+ "id": "provider.azureOpenAi.model.parameters.topP",
7956
+ "label": "top P",
7957
+ "optional": true,
7958
+ "feel": "required",
7959
+ "group": "model",
7960
+ "binding": {
7961
+ "name": "provider.azureOpenAi.model.parameters.topP",
7962
+ "type": "zeebe:input"
7963
+ },
7964
+ "condition": {
7965
+ "property": "provider.type",
7966
+ "equals": "azureOpenAi",
7967
+ "type": "simple"
7968
+ },
7969
+ "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>.",
7970
+ "type": "Number"
7971
+ },
7972
+ {
7973
+ "id": "provider.googleVertexAi.model.model",
7974
+ "label": "Model",
7975
+ "description": "Specify the model ID. Details in the <a href=\"https://cloud.google.com/vertex-ai/docs/generative-ai/models\" target=\"_blank\">documentation</a>.",
7976
+ "optional": false,
7977
+ "constraints": {
7978
+ "notEmpty": true
7979
+ },
7980
+ "feel": "optional",
7981
+ "group": "model",
7982
+ "binding": {
7983
+ "name": "provider.googleVertexAi.model.model",
7984
+ "type": "zeebe:input"
7985
+ },
7986
+ "condition": {
7987
+ "property": "provider.type",
7988
+ "equals": "google-vertex-ai",
7989
+ "type": "simple"
7990
+ },
7991
+ "type": "String"
7992
+ },
7993
+ {
7994
+ "id": "provider.googleVertexAi.model.parameters.maxOutputTokens",
7995
+ "label": "Maximum output tokens",
7996
+ "optional": true,
7997
+ "feel": "required",
7998
+ "group": "model",
7999
+ "binding": {
8000
+ "name": "provider.googleVertexAi.model.parameters.maxOutputTokens",
8001
+ "type": "zeebe:input"
8002
+ },
8003
+ "condition": {
8004
+ "property": "provider.type",
8005
+ "equals": "google-vertex-ai",
8006
+ "type": "simple"
8007
+ },
8008
+ "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>.",
8009
+ "type": "Number"
8010
+ },
8011
+ {
8012
+ "id": "provider.googleVertexAi.model.parameters.temperature",
8013
+ "label": "Temperature",
8014
+ "optional": true,
8015
+ "feel": "required",
8016
+ "group": "model",
8017
+ "binding": {
8018
+ "name": "provider.googleVertexAi.model.parameters.temperature",
8019
+ "type": "zeebe:input"
8020
+ },
8021
+ "condition": {
8022
+ "property": "provider.type",
8023
+ "equals": "google-vertex-ai",
8024
+ "type": "simple"
8025
+ },
8026
+ "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>.",
8027
+ "type": "Number"
8028
+ },
8029
+ {
8030
+ "id": "provider.googleVertexAi.model.parameters.topP",
8031
+ "label": "top P",
8032
+ "optional": true,
8033
+ "feel": "required",
8034
+ "group": "model",
8035
+ "binding": {
8036
+ "name": "provider.googleVertexAi.model.parameters.topP",
8037
+ "type": "zeebe:input"
8038
+ },
8039
+ "condition": {
8040
+ "property": "provider.type",
8041
+ "equals": "google-vertex-ai",
8042
+ "type": "simple"
8043
+ },
8044
+ "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>.",
8045
+ "type": "Number"
8046
+ },
8047
+ {
8048
+ "id": "provider.googleVertexAi.model.parameters.topK",
8049
+ "label": "top K",
8050
+ "optional": true,
8051
+ "feel": "required",
8052
+ "group": "model",
8053
+ "binding": {
8054
+ "name": "provider.googleVertexAi.model.parameters.topK",
8055
+ "type": "zeebe:input"
8056
+ },
8057
+ "condition": {
8058
+ "property": "provider.type",
8059
+ "equals": "google-vertex-ai",
8060
+ "type": "simple"
8061
+ },
8062
+ "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>.",
8063
+ "type": "Number"
8064
+ },
8065
+ {
8066
+ "id": "provider.openai.model.model",
8067
+ "label": "Model",
8068
+ "description": "Specify the model ID. Details in the <a href=\"https://platform.openai.com/docs/models\" target=\"_blank\">documentation</a>.",
8069
+ "optional": false,
8070
+ "value": "gpt-4o",
8071
+ "constraints": {
8072
+ "notEmpty": true
8073
+ },
8074
+ "feel": "optional",
8075
+ "group": "model",
8076
+ "binding": {
8077
+ "name": "provider.openai.model.model",
8078
+ "type": "zeebe:input"
8079
+ },
8080
+ "condition": {
8081
+ "property": "provider.type",
8082
+ "equals": "openai",
8083
+ "type": "simple"
8084
+ },
8085
+ "type": "String"
8086
+ },
8087
+ {
8088
+ "id": "provider.openai.model.parameters.maxCompletionTokens",
8089
+ "label": "Maximum completion tokens",
8090
+ "optional": true,
8091
+ "feel": "required",
8092
+ "group": "model",
8093
+ "binding": {
8094
+ "name": "provider.openai.model.parameters.maxCompletionTokens",
8095
+ "type": "zeebe:input"
8096
+ },
8097
+ "condition": {
8098
+ "property": "provider.type",
8099
+ "equals": "openai",
8100
+ "type": "simple"
8101
+ },
8102
+ "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>.",
8103
+ "type": "Number"
8104
+ },
8105
+ {
8106
+ "id": "provider.openai.model.parameters.temperature",
8107
+ "label": "Temperature",
8108
+ "optional": true,
8109
+ "feel": "required",
8110
+ "group": "model",
8111
+ "binding": {
8112
+ "name": "provider.openai.model.parameters.temperature",
8113
+ "type": "zeebe:input"
8114
+ },
8115
+ "condition": {
8116
+ "property": "provider.type",
8117
+ "equals": "openai",
8118
+ "type": "simple"
8119
+ },
8120
+ "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>.",
8121
+ "type": "Number"
8122
+ },
8123
+ {
8124
+ "id": "provider.openai.model.parameters.topP",
8125
+ "label": "top P",
8126
+ "optional": true,
8127
+ "feel": "required",
8128
+ "group": "model",
8129
+ "binding": {
8130
+ "name": "provider.openai.model.parameters.topP",
8131
+ "type": "zeebe:input"
8132
+ },
8133
+ "condition": {
8134
+ "property": "provider.type",
8135
+ "equals": "openai",
8136
+ "type": "simple"
8137
+ },
8138
+ "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>.",
8139
+ "type": "Number"
8140
+ },
8141
+ {
8142
+ "id": "provider.openaiCompatible.model.model",
8143
+ "label": "Model",
8144
+ "description": "Specify the model ID. Details in the <a href=\"https://platform.openai.com/docs/models\" target=\"_blank\">documentation</a>.",
8145
+ "optional": false,
8146
+ "value": "gpt-4o",
8147
+ "constraints": {
8148
+ "notEmpty": true
8149
+ },
8150
+ "feel": "optional",
8151
+ "group": "model",
8152
+ "binding": {
8153
+ "name": "provider.openaiCompatible.model.model",
8154
+ "type": "zeebe:input"
8155
+ },
8156
+ "condition": {
8157
+ "property": "provider.type",
8158
+ "equals": "openaiCompatible",
8159
+ "type": "simple"
8160
+ },
8161
+ "type": "String"
8162
+ },
8163
+ {
8164
+ "id": "provider.openaiCompatible.model.parameters.maxCompletionTokens",
8165
+ "label": "Maximum completion tokens",
8166
+ "optional": true,
8167
+ "feel": "required",
8168
+ "group": "model",
8169
+ "binding": {
8170
+ "name": "provider.openaiCompatible.model.parameters.maxCompletionTokens",
8171
+ "type": "zeebe:input"
8172
+ },
8173
+ "condition": {
8174
+ "property": "provider.type",
8175
+ "equals": "openaiCompatible",
8176
+ "type": "simple"
8177
+ },
8178
+ "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>.",
8179
+ "type": "Number"
8180
+ },
8181
+ {
8182
+ "id": "provider.openaiCompatible.model.parameters.temperature",
8183
+ "label": "Temperature",
8184
+ "optional": true,
8185
+ "feel": "required",
8186
+ "group": "model",
8187
+ "binding": {
8188
+ "name": "provider.openaiCompatible.model.parameters.temperature",
8189
+ "type": "zeebe:input"
8190
+ },
8191
+ "condition": {
8192
+ "property": "provider.type",
8193
+ "equals": "openaiCompatible",
8194
+ "type": "simple"
8195
+ },
8196
+ "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>.",
8197
+ "type": "Number"
8198
+ },
8199
+ {
8200
+ "id": "provider.openaiCompatible.model.parameters.topP",
8201
+ "label": "top P",
8202
+ "optional": true,
8203
+ "feel": "required",
8204
+ "group": "model",
8205
+ "binding": {
8206
+ "name": "provider.openaiCompatible.model.parameters.topP",
8207
+ "type": "zeebe:input"
8208
+ },
8209
+ "condition": {
8210
+ "property": "provider.type",
8211
+ "equals": "openaiCompatible",
8212
+ "type": "simple"
8213
+ },
8214
+ "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>.",
8215
+ "type": "Number"
8216
+ },
8217
+ {
8218
+ "id": "provider.openaiCompatible.model.parameters.customParameters",
8219
+ "label": "Custom parameters",
8220
+ "description": "Map of additional request parameters to include.",
8221
+ "optional": true,
8222
+ "feel": "required",
8223
+ "group": "model",
8224
+ "binding": {
8225
+ "name": "provider.openaiCompatible.model.parameters.customParameters",
8226
+ "type": "zeebe:input"
8227
+ },
8228
+ "condition": {
8229
+ "property": "provider.type",
8230
+ "equals": "openaiCompatible",
8231
+ "type": "simple"
8232
+ },
8233
+ "type": "String"
8234
+ },
8235
+ {
8236
+ "id": "data.systemPrompt.prompt",
8237
+ "label": "System prompt",
8238
+ "optional": false,
8239
+ "value": "\"You are **TaskAgent**, a helpful, generic chat agent that can handle a wide variety of customer requests using your own domain knowledge **and** any tools explicitly provided to you at runtime.\n\nIf tools are provided, you should prefer them instead of guessing an answer. You can call the same tool multiple times by providing different input values. Don't guess any tools which were not explicitly configured. If no tool matches the request, try to generate an answer. If you're not able to find a good answer, return with a message stating why you're not able to.\n\nWrap minimal, inspectable reasoning in *exactly* this XML template:\n\n<thinking>\n<context>…briefly state the customer’s need and current state…</context>\n<reflection>…list candidate tools, justify which you will call next and why…</reflection>\n</thinking>\n\nReveal **no** additional private reasoning outside these tags.\"",
8240
+ "constraints": {
8241
+ "notEmpty": true
8242
+ },
8243
+ "feel": "required",
8244
+ "group": "systemPrompt",
8245
+ "binding": {
8246
+ "name": "data.systemPrompt.prompt",
8247
+ "type": "zeebe:input"
8248
+ },
8249
+ "type": "Text"
8250
+ },
8251
+ {
8252
+ "id": "data.userPrompt.prompt",
8253
+ "label": "User prompt",
8254
+ "optional": false,
8255
+ "constraints": {
8256
+ "notEmpty": true
8257
+ },
8258
+ "feel": "required",
8259
+ "group": "userPrompt",
8260
+ "binding": {
8261
+ "name": "data.userPrompt.prompt",
8262
+ "type": "zeebe:input"
8263
+ },
8264
+ "type": "Text"
8265
+ },
8266
+ {
8267
+ "id": "data.userPrompt.documents",
8268
+ "label": "Documents",
8269
+ "description": "Documents to be included in the user prompt.",
8270
+ "optional": true,
8271
+ "feel": "required",
8272
+ "group": "userPrompt",
8273
+ "binding": {
8274
+ "name": "data.userPrompt.documents",
8275
+ "type": "zeebe:input"
8276
+ },
8277
+ "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.",
8278
+ "type": "String"
8279
+ },
8280
+ {
8281
+ "id": "agentContext",
8282
+ "label": "Agent context",
8283
+ "description": "Initial agent context from previous interactions. Avoid reusing context variables across agents to prevent issues with stale data or tool access.",
8284
+ "optional": false,
8285
+ "feel": "required",
8286
+ "group": "memory",
8287
+ "binding": {
8288
+ "name": "agentContext",
8289
+ "type": "zeebe:input"
8290
+ },
8291
+ "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.",
8292
+ "type": "Text"
8293
+ },
8294
+ {
8295
+ "id": "data.memory.storage.type",
8296
+ "label": "Memory storage type",
8297
+ "description": "Specify how to store the conversation memory.",
8298
+ "value": "in-process",
8299
+ "group": "memory",
8300
+ "binding": {
8301
+ "name": "data.memory.storage.type",
8302
+ "type": "zeebe:input"
8303
+ },
8304
+ "type": "Dropdown",
8305
+ "choices": [
8306
+ {
8307
+ "name": "In Process (part of agent context)",
8308
+ "value": "in-process"
8309
+ },
8310
+ {
8311
+ "name": "Camunda Document Storage",
8312
+ "value": "camunda-document"
8313
+ },
8314
+ {
8315
+ "name": "Custom Implementation (Hybrid/Self-Managed only)",
8316
+ "value": "custom"
8317
+ }
8318
+ ]
8319
+ },
8320
+ {
8321
+ "id": "data.memory.storage.timeToLive",
8322
+ "label": "Document TTL",
8323
+ "description": "How long to retain the conversation document as ISO-8601 duration (example: <code>P14D</code>).",
8324
+ "optional": true,
8325
+ "feel": "optional",
8326
+ "group": "memory",
8327
+ "binding": {
8328
+ "name": "data.memory.storage.timeToLive",
8329
+ "type": "zeebe:input"
8330
+ },
8331
+ "condition": {
8332
+ "property": "data.memory.storage.type",
8333
+ "equals": "camunda-document",
8334
+ "type": "simple"
8335
+ },
8336
+ "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.",
8337
+ "type": "String"
8338
+ },
8339
+ {
8340
+ "id": "data.memory.storage.customProperties",
8341
+ "label": "Custom document properties",
8342
+ "description": "An optional map of custom properties to be stored with the conversation document.",
8343
+ "optional": true,
8344
+ "feel": "required",
8345
+ "group": "memory",
8346
+ "binding": {
8347
+ "name": "data.memory.storage.customProperties",
8348
+ "type": "zeebe:input"
8349
+ },
8350
+ "condition": {
8351
+ "property": "data.memory.storage.type",
8352
+ "equals": "camunda-document",
8353
+ "type": "simple"
8354
+ },
8355
+ "type": "String"
8356
+ },
8357
+ {
8358
+ "id": "data.memory.storage.storeType",
8359
+ "label": "Implementation type",
8360
+ "optional": false,
8361
+ "constraints": {
8362
+ "notEmpty": true
8363
+ },
8364
+ "feel": "optional",
8365
+ "group": "memory",
8366
+ "binding": {
8367
+ "name": "data.memory.storage.storeType",
8368
+ "type": "zeebe:input"
8369
+ },
8370
+ "condition": {
8371
+ "property": "data.memory.storage.type",
8372
+ "equals": "custom",
8373
+ "type": "simple"
8374
+ },
8375
+ "type": "String"
8376
+ },
8377
+ {
8378
+ "id": "data.memory.storage.parameters",
8379
+ "label": "Parameters",
8380
+ "description": "Parameters for the custom memory storage implementation.",
8381
+ "optional": true,
8382
+ "feel": "required",
8383
+ "group": "memory",
8384
+ "binding": {
8385
+ "name": "data.memory.storage.parameters",
8386
+ "type": "zeebe:input"
8387
+ },
8388
+ "condition": {
8389
+ "property": "data.memory.storage.type",
8390
+ "equals": "custom",
8391
+ "type": "simple"
8392
+ },
8393
+ "type": "String"
8394
+ },
8395
+ {
8396
+ "id": "data.memory.contextWindowSize",
8397
+ "label": "Context window size",
8398
+ "description": "Maximum number of recent conversation messages which are passed to the model.",
8399
+ "optional": false,
8400
+ "value": 20,
8401
+ "feel": "static",
8402
+ "group": "memory",
8403
+ "binding": {
8404
+ "name": "data.memory.contextWindowSize",
8405
+ "type": "zeebe:input"
8406
+ },
8407
+ "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.",
8408
+ "type": "Number"
8409
+ },
8410
+ {
8411
+ "id": "data.limits.maxModelCalls",
8412
+ "label": "Maximum model calls",
8413
+ "description": "Maximum number of calls to the model as a safety limit to prevent infinite loops.",
8414
+ "optional": false,
8415
+ "value": 10,
8416
+ "feel": "static",
8417
+ "group": "limits",
8418
+ "binding": {
8419
+ "name": "data.limits.maxModelCalls",
8420
+ "type": "zeebe:input"
8421
+ },
8422
+ "type": "Number"
8423
+ },
8424
+ {
8425
+ "id": "data.events.behavior",
8426
+ "label": "Event handling behavior",
8427
+ "description": "Behavior on completing an event sub-process.",
8428
+ "optional": false,
8429
+ "value": "WAIT_FOR_TOOL_CALL_RESULTS",
8430
+ "constraints": {
8431
+ "notEmpty": true
8432
+ },
8433
+ "group": "events",
8434
+ "binding": {
8435
+ "name": "data.events.behavior",
8436
+ "type": "zeebe:input"
8437
+ },
8438
+ "type": "Dropdown",
8439
+ "choices": [
8440
+ {
8441
+ "name": "Wait for tool call results",
8442
+ "value": "WAIT_FOR_TOOL_CALL_RESULTS"
8443
+ },
8444
+ {
8445
+ "name": "Cancel tool calls",
8446
+ "value": "INTERRUPT_TOOL_CALLS"
8447
+ }
8448
+ ]
8449
+ },
8450
+ {
8451
+ "id": "data.response.format.type",
8452
+ "label": "Response format",
8453
+ "description": "Specify the response format. Support for JSON mode varies by provider.",
8454
+ "value": "text",
8455
+ "group": "response",
8456
+ "binding": {
8457
+ "name": "data.response.format.type",
8458
+ "type": "zeebe:input"
8459
+ },
8460
+ "type": "Dropdown",
8461
+ "choices": [
8462
+ {
8463
+ "name": "Text",
8464
+ "value": "text"
8465
+ },
8466
+ {
8467
+ "name": "JSON",
8468
+ "value": "json"
8469
+ }
8470
+ ]
8471
+ },
8472
+ {
8473
+ "id": "data.response.format.parseJson",
8474
+ "label": "Parse text as JSON",
8475
+ "description": "Tries to parse the LLM response text as JSON object.",
8476
+ "optional": true,
8477
+ "feel": "static",
8478
+ "group": "response",
8479
+ "binding": {
8480
+ "name": "data.response.format.parseJson",
8481
+ "type": "zeebe:input"
8482
+ },
8483
+ "condition": {
8484
+ "property": "data.response.format.type",
8485
+ "equals": "text",
8486
+ "type": "simple"
8487
+ },
8488
+ "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>.",
8489
+ "type": "Boolean"
8490
+ },
8491
+ {
8492
+ "id": "data.response.format.schema",
8493
+ "label": "Response JSON schema",
8494
+ "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.",
8495
+ "optional": true,
8496
+ "feel": "required",
8497
+ "group": "response",
8498
+ "binding": {
8499
+ "name": "data.response.format.schema",
8500
+ "type": "zeebe:input"
8501
+ },
8502
+ "condition": {
8503
+ "property": "data.response.format.type",
8504
+ "equals": "json",
8505
+ "type": "simple"
8506
+ },
8507
+ "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>.",
8508
+ "type": "String"
8509
+ },
8510
+ {
8511
+ "id": "data.response.format.schemaName",
8512
+ "label": "Response JSON schema name",
8513
+ "description": "An optional name for the response JSON Schema to make the model aware of the expected output.",
8514
+ "optional": true,
8515
+ "value": "Response",
8516
+ "feel": "optional",
8517
+ "group": "response",
8518
+ "binding": {
8519
+ "name": "data.response.format.schemaName",
8520
+ "type": "zeebe:input"
8521
+ },
8522
+ "condition": {
8523
+ "property": "data.response.format.type",
8524
+ "equals": "json",
8525
+ "type": "simple"
8526
+ },
8527
+ "type": "String"
8528
+ },
8529
+ {
8530
+ "id": "data.response.includeAssistantMessage",
8531
+ "label": "Include assistant message",
8532
+ "description": "Include the full assistant message as part of the result object.",
8533
+ "optional": true,
8534
+ "feel": "static",
8535
+ "group": "response",
8536
+ "binding": {
8537
+ "name": "data.response.includeAssistantMessage",
8538
+ "type": "zeebe:input"
8539
+ },
8540
+ "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>.",
8541
+ "type": "Boolean"
8542
+ },
8543
+ {
8544
+ "id": "data.response.includeAgentContext",
8545
+ "label": "Include agent context",
8546
+ "description": "Include the agent context as part of the result object.",
8547
+ "optional": true,
8548
+ "feel": "static",
8549
+ "group": "response",
8550
+ "binding": {
8551
+ "name": "data.response.includeAgentContext",
8552
+ "type": "zeebe:input"
8553
+ },
8554
+ "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.",
8555
+ "type": "Boolean"
8556
+ },
8557
+ {
8558
+ "id": "version",
8559
+ "label": "Version",
8560
+ "description": "Version of the element template",
8561
+ "value": "4",
8562
+ "group": "connector",
8563
+ "binding": {
8564
+ "key": "elementTemplateVersion",
8565
+ "type": "zeebe:taskHeader"
8566
+ },
8567
+ "type": "Hidden"
8568
+ },
8569
+ {
8570
+ "id": "id",
8571
+ "label": "ID",
8572
+ "description": "ID of the element template",
8573
+ "value": "io.camunda.connectors.agenticai.aiagent.jobworker.v1",
8574
+ "group": "connector",
8575
+ "binding": {
8576
+ "key": "elementTemplateId",
8577
+ "type": "zeebe:taskHeader"
8578
+ },
8579
+ "type": "Hidden"
8580
+ },
8581
+ {
8582
+ "id": "resultVariable",
8583
+ "label": "Result variable",
8584
+ "description": "Name of variable to store the response in",
8585
+ "value": "agent",
8586
+ "group": "output",
8587
+ "binding": {
8588
+ "source": "=agent",
8589
+ "type": "zeebe:output"
8590
+ },
8591
+ "type": "String"
8592
+ },
8593
+ {
8594
+ "id": "errorExpression",
8595
+ "label": "Error expression",
8596
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
8597
+ "feel": "required",
8598
+ "group": "error",
8599
+ "binding": {
8600
+ "key": "errorExpression",
8601
+ "type": "zeebe:taskHeader"
8602
+ },
8603
+ "type": "Text"
8604
+ },
8605
+ {
8606
+ "id": "retryCount",
8607
+ "label": "Retries",
8608
+ "description": "Number of retries",
8609
+ "value": "3",
8610
+ "feel": "optional",
8611
+ "group": "retries",
8612
+ "binding": {
8613
+ "property": "retries",
8614
+ "type": "zeebe:taskDefinition"
8615
+ },
8616
+ "type": "String"
8617
+ },
8618
+ {
8619
+ "id": "retryBackoff",
8620
+ "label": "Retry backoff",
8621
+ "description": "ISO-8601 duration to wait between retries",
8622
+ "value": "PT0S",
8623
+ "group": "retries",
8624
+ "binding": {
8625
+ "key": "retryBackoff",
8626
+ "type": "zeebe:taskHeader"
8627
+ },
8628
+ "type": "String"
8629
+ }
8630
+ ],
8631
+ "icon": {
8632
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiIGZpbGw9IiNBNTZFRkYiLz4KPG1hc2sgaWQ9InBhdGgtMi1vdXRzaWRlLTFfMTg1XzYiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjQiIHk9IjQiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iYmxhY2siPgo8cmVjdCBmaWxsPSJ3aGl0ZSIgeD0iNCIgeT0iNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjAuMDEwNSAxMi4wOTg3QzE4LjQ5IDEwLjU4OTQgMTcuMTU5NCA4LjEwODE0IDE2LjE3OTkgNi4wMTEwM0MxNi4xNTIgNi4wMDQ1MSAxNi4xMTc2IDYgMTYuMDc5NCA2QzE2LjA0MTEgNiAxNi4wMDY2IDYuMDA0NTEgMTUuOTc4OCA2LjAxMTA0QzE0Ljk5OTQgOC4xMDgxNCAxMy42Njk3IDEwLjU4ODkgMTIuMTQ4MSAxMi4wOTgxQzEwLjYyNjkgMTMuNjA3MSA4LjEyNTY4IDE0LjkyNjQgNi4wMTE1NyAxNS44OTgxQzYuMDA0NzQgMTUuOTI2MSA2IDE1Ljk2MTEgNiAxNkM2IDE2LjAzODcgNi4wMDQ2OCAxNi4wNzM2IDYuMDExNDQgMTYuMTAxNEM4LjEyNTE5IDE3LjA3MjkgMTAuNjI2MiAxOC4zOTE5IDEyLjE0NzcgMTkuOTAxNkMxMy42Njk3IDIxLjQxMDcgMTQuOTk5NiAyMy44OTIgMTUuOTc5MSAyNS45ODlDMTYuMDA2OCAyNS45OTU2IDE2LjA0MTEgMjYgMTYuMDc5MyAyNkMxNi4xMTc1IDI2IDE2LjE1MTkgMjUuOTk1NCAxNi4xNzk2IDI1Ljk4OUMxNy4xNTkxIDIzLjg5MiAxOC40ODg4IDIxLjQxMSAyMC4wMDk5IDE5LjkwMjFNMjAuMDA5OSAxOS45MDIxQzIxLjUyNTMgMTguMzk4NyAyMy45NDY1IDE3LjA2NjkgMjUuOTkxNSAxNi4wODI0QzI1Ljk5NjUgMTYuMDU5MyAyNiAxNi4wMzEgMjYgMTUuOTk5N0MyNiAxNS45Njg0IDI1Ljk5NjUgMTUuOTQwMyAyNS45OTE1IDE1LjkxNzFDMjMuOTQ3NCAxNC45MzI3IDIxLjUyNTkgMTMuNjAxIDIwLjAxMDUgMTIuMDk4NyIvPgo8L21hc2s+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjAuMDEwNSAxMi4wOTg3QzE4LjQ5IDEwLjU4OTQgMTcuMTU5NCA4LjEwODE0IDE2LjE3OTkgNi4wMTEwM0MxNi4xNTIgNi4wMDQ1MSAxNi4xMTc2IDYgMTYuMDc5NCA2QzE2LjA0MTEgNiAxNi4wMDY2IDYuMDA0NTEgMTUuOTc4OCA2LjAxMTA0QzE0Ljk5OTQgOC4xMDgxNCAxMy42Njk3IDEwLjU4ODkgMTIuMTQ4MSAxMi4wOTgxQzEwLjYyNjkgMTMuNjA3MSA4LjEyNTY4IDE0LjkyNjQgNi4wMTE1NyAxNS44OTgxQzYuMDA0NzQgMTUuOTI2MSA2IDE1Ljk2MTEgNiAxNkM2IDE2LjAzODcgNi4wMDQ2OCAxNi4wNzM2IDYuMDExNDQgMTYuMTAxNEM4LjEyNTE5IDE3LjA3MjkgMTAuNjI2MiAxOC4zOTE5IDEyLjE0NzcgMTkuOTAxNkMxMy42Njk3IDIxLjQxMDcgMTQuOTk5NiAyMy44OTIgMTUuOTc5MSAyNS45ODlDMTYuMDA2OCAyNS45OTU2IDE2LjA0MTEgMjYgMTYuMDc5MyAyNkMxNi4xMTc1IDI2IDE2LjE1MTkgMjUuOTk1NCAxNi4xNzk2IDI1Ljk4OUMxNy4xNTkxIDIzLjg5MiAxOC40ODg4IDIxLjQxMSAyMC4wMDk5IDE5LjkwMjFNMjAuMDA5OSAxOS45MDIxQzIxLjUyNTMgMTguMzk4NyAyMy45NDY1IDE3LjA2NjkgMjUuOTkxNSAxNi4wODI0QzI1Ljk5NjUgMTYuMDU5MyAyNiAxNi4wMzEgMjYgMTUuOTk5N0MyNiAxNS45Njg0IDI1Ljk5NjUgMTUuOTQwMyAyNS45OTE1IDE1LjkxNzFDMjMuOTQ3NCAxNC45MzI3IDIxLjUyNTkgMTMuNjAxIDIwLjAxMDUgMTIuMDk4NyIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMC4wMTA1IDEyLjA5ODdDMTguNDkgMTAuNTg5NCAxNy4xNTk0IDguMTA4MTQgMTYuMTc5OSA2LjAxMTAzQzE2LjE1MiA2LjAwNDUxIDE2LjExNzYgNiAxNi4wNzk0IDZDMTYuMDQxMSA2IDE2LjAwNjYgNi4wMDQ1MSAxNS45Nzg4IDYuMDExMDRDMTQuOTk5NCA4LjEwODE0IDEzLjY2OTcgMTAuNTg4OSAxMi4xNDgxIDEyLjA5ODFDMTAuNjI2OSAxMy42MDcxIDguMTI1NjggMTQuOTI2NCA2LjAxMTU3IDE1Ljg5ODFDNi4wMDQ3NCAxNS45MjYxIDYgMTUuOTYxMSA2IDE2QzYgMTYuMDM4NyA2LjAwNDY4IDE2LjA3MzYgNi4wMTE0NCAxNi4xMDE0QzguMTI1MTkgMTcuMDcyOSAxMC42MjYyIDE4LjM5MTkgMTIuMTQ3NyAxOS45MDE2QzEzLjY2OTcgMjEuNDEwNyAxNC45OTk2IDIzLjg5MiAxNS45NzkxIDI1Ljk4OUMxNi4wMDY4IDI1Ljk5NTYgMTYuMDQxMSAyNiAxNi4wNzkzIDI2QzE2LjExNzUgMjYgMTYuMTUxOSAyNS45OTU0IDE2LjE3OTYgMjUuOTg5QzE3LjE1OTEgMjMuODkyIDE4LjQ4ODggMjEuNDExIDIwLjAwOTkgMTkuOTAyMU0yMC4wMDk5IDE5LjkwMjFDMjEuNTI1MyAxOC4zOTg3IDIzLjk0NjUgMTcuMDY2OSAyNS45OTE1IDE2LjA4MjRDMjUuOTk2NSAxNi4wNTkzIDI2IDE2LjAzMSAyNiAxNS45OTk3QzI2IDE1Ljk2ODQgMjUuOTk2NSAxNS45NDAzIDI1Ljk5MTUgMTUuOTE3MUMyMy45NDc0IDE0LjkzMjcgMjEuNTI1OSAxMy42MDEgMjAuMDEwNSAxMi4wOTg3IiBzdHJva2U9IiM0OTFEOEIiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgbWFzaz0idXJsKCNwYXRoLTItb3V0c2lkZS0xXzE4NV82KSIvPgo8L3N2Zz4K"
8633
+ }
8634
+ },
8635
+ {
8636
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
8637
+ "name": "AI Agent Sub-process",
8638
+ "id": "io.camunda.connectors.agenticai.aiagent.jobworker.v1",
8639
+ "description": "Run a multi-step AI reasoning loop with dynamic tool selection",
8640
+ "metadata": {
8641
+ "keywords": ["AI", "AI Agent", "agentic orchestration"]
8642
+ },
8643
+ "documentationRef": "https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/",
8644
+ "version": 7,
8645
+ "category": {
8646
+ "id": "connectors",
8647
+ "name": "Connectors"
8648
+ },
8649
+ "appliesTo": ["bpmn:SubProcess"],
8650
+ "elementType": {
8651
+ "value": "bpmn:AdHocSubProcess"
8652
+ },
8653
+ "engines": {
8654
+ "camunda": "^8.9"
8655
+ },
8656
+ "groups": [
8657
+ {
8658
+ "id": "provider",
8659
+ "label": "Model provider",
8660
+ "openByDefault": false
8661
+ },
8662
+ {
8663
+ "id": "model",
8664
+ "label": "Model",
8665
+ "openByDefault": false
8666
+ },
8667
+ {
8668
+ "id": "systemPrompt",
8669
+ "label": "System prompt",
8670
+ "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.",
8671
+ "openByDefault": false
8672
+ },
8673
+ {
8674
+ "id": "userPrompt",
8675
+ "label": "User prompt",
8676
+ "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.",
8677
+ "openByDefault": false
8678
+ },
8679
+ {
8680
+ "id": "tools",
8681
+ "label": "Tools",
8682
+ "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.",
8683
+ "openByDefault": false
8684
+ },
8685
+ {
8686
+ "id": "memory",
8687
+ "label": "Memory",
8688
+ "tooltip": "Configuration of the Agent's short-term/conversational memory.",
8689
+ "openByDefault": false
8690
+ },
8691
+ {
8692
+ "id": "limits",
8693
+ "label": "Limits",
8694
+ "openByDefault": false
8695
+ },
8696
+ {
8697
+ "id": "events",
8698
+ "label": "Event handling",
8699
+ "tooltip": "Configure how event sub-process results are handled. Results are added as user messages to the running agent.",
8700
+ "openByDefault": false
8701
+ },
8702
+ {
8703
+ "id": "response",
8704
+ "label": "Response",
8705
+ "tooltip": "Configuration of the model response format and how to map the model response to the connector result.<br><br>Depending on the selection, the model response will be available as <code>response.responseText</code> or <code>response.responseJson</code>.<br><br>See <a href=\"https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/#response\">documentation</a> for details.",
8706
+ "openByDefault": false
8707
+ },
8708
+ {
8709
+ "id": "connector",
8710
+ "label": "Connector"
8711
+ },
8712
+ {
8713
+ "id": "output",
8714
+ "label": "Output mapping"
8715
+ },
8716
+ {
8717
+ "id": "error",
8718
+ "label": "Error handling"
8719
+ },
8720
+ {
8721
+ "id": "retries",
8722
+ "label": "Retries"
8723
+ }
8724
+ ],
8725
+ "properties": [
8726
+ {
8727
+ "value": "io.camunda.agenticai:aiagent-job-worker:1",
8728
+ "binding": {
8729
+ "property": "type",
8730
+ "type": "zeebe:taskDefinition"
8731
+ },
8732
+ "type": "Hidden"
8733
+ },
8734
+ {
8735
+ "id": "outputCollection",
8736
+ "binding": {
8737
+ "property": "outputCollection",
8738
+ "type": "zeebe:adHoc"
8739
+ },
8740
+ "value": "toolCallResults",
8741
+ "type": "Hidden"
8742
+ },
8743
+ {
8744
+ "id": "outputElement",
8745
+ "binding": {
8746
+ "property": "outputElement",
8747
+ "type": "zeebe:adHoc"
8748
+ },
8749
+ "value": "={\n id: toolCall._meta.id,\n name: toolCall._meta.name,\n content: toolCallResult\n}",
8750
+ "type": "Hidden"
8751
+ },
8752
+ {
8753
+ "id": "provider.type",
8754
+ "label": "Provider",
8755
+ "description": "Specify the LLM provider to use.",
8756
+ "value": "anthropic",
8757
+ "group": "provider",
8758
+ "binding": {
8759
+ "name": "provider.type",
8760
+ "type": "zeebe:input"
8761
+ },
8762
+ "type": "Dropdown",
8763
+ "choices": [
8764
+ {
8765
+ "name": "Anthropic",
8766
+ "value": "anthropic"
8767
+ },
8768
+ {
8769
+ "name": "AWS Bedrock",
8770
+ "value": "bedrock"
8771
+ },
8772
+ {
8773
+ "name": "Azure OpenAI",
8774
+ "value": "azureOpenAi"
8775
+ },
8776
+ {
8777
+ "name": "Google Vertex AI",
8778
+ "value": "google-vertex-ai"
8779
+ },
8780
+ {
8781
+ "name": "OpenAI",
8782
+ "value": "openai"
8783
+ },
8784
+ {
8785
+ "name": "OpenAI Compatible",
8786
+ "value": "openaiCompatible"
8787
+ }
8788
+ ]
8789
+ },
8790
+ {
8791
+ "id": "provider.anthropic.endpoint",
8792
+ "label": "Endpoint",
8793
+ "description": "Optional custom API endpoint",
8794
+ "optional": true,
8795
+ "feel": "optional",
8796
+ "group": "provider",
8797
+ "binding": {
8798
+ "name": "provider.anthropic.endpoint",
8799
+ "type": "zeebe:input"
8800
+ },
8801
+ "condition": {
8802
+ "property": "provider.type",
8803
+ "equals": "anthropic",
8804
+ "type": "simple"
8805
+ },
8806
+ "type": "String"
8807
+ },
8808
+ {
8809
+ "id": "provider.anthropic.authentication.apiKey",
8810
+ "label": "Anthropic API key",
8811
+ "optional": false,
8812
+ "constraints": {
8813
+ "notEmpty": true
8814
+ },
8815
+ "feel": "optional",
8816
+ "group": "provider",
8817
+ "binding": {
8818
+ "name": "provider.anthropic.authentication.apiKey",
8819
+ "type": "zeebe:input"
8820
+ },
8821
+ "condition": {
8822
+ "property": "provider.type",
8823
+ "equals": "anthropic",
8824
+ "type": "simple"
8825
+ },
8826
+ "type": "String"
8827
+ },
8828
+ {
8829
+ "id": "provider.anthropic.timeouts.timeout",
8830
+ "label": "Timeout",
8831
+ "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
8832
+ "optional": true,
8833
+ "feel": "optional",
8834
+ "group": "provider",
8835
+ "binding": {
8836
+ "name": "provider.anthropic.timeouts.timeout",
8837
+ "type": "zeebe:input"
8838
+ },
8839
+ "condition": {
8840
+ "property": "provider.type",
8841
+ "equals": "anthropic",
8842
+ "type": "simple"
8843
+ },
8844
+ "type": "String"
8845
+ },
8846
+ {
8847
+ "id": "provider.bedrock.region",
8848
+ "label": "Region",
8849
+ "description": "Specify the AWS region (example: <code>eu-west-1</code>)",
8850
+ "optional": false,
8851
+ "constraints": {
8852
+ "notEmpty": true
8853
+ },
8854
+ "feel": "optional",
8855
+ "group": "provider",
8856
+ "binding": {
8857
+ "name": "provider.bedrock.region",
8858
+ "type": "zeebe:input"
8859
+ },
8860
+ "condition": {
8861
+ "property": "provider.type",
8862
+ "equals": "bedrock",
8863
+ "type": "simple"
8864
+ },
8865
+ "type": "String"
8866
+ },
8867
+ {
8868
+ "id": "provider.bedrock.endpoint",
8869
+ "label": "Endpoint",
8870
+ "description": "Optional custom API endpoint",
8871
+ "optional": true,
8872
+ "feel": "optional",
8873
+ "group": "provider",
8874
+ "binding": {
8875
+ "name": "provider.bedrock.endpoint",
8876
+ "type": "zeebe:input"
8877
+ },
8878
+ "condition": {
8879
+ "property": "provider.type",
8880
+ "equals": "bedrock",
8881
+ "type": "simple"
8882
+ },
8883
+ "type": "String"
8884
+ },
8885
+ {
8886
+ "id": "provider.bedrock.authentication.type",
8887
+ "label": "Authentication",
8888
+ "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>",
8889
+ "value": "credentials",
8890
+ "group": "provider",
8891
+ "binding": {
8892
+ "name": "provider.bedrock.authentication.type",
8893
+ "type": "zeebe:input"
8894
+ },
8895
+ "condition": {
8896
+ "property": "provider.type",
8897
+ "equals": "bedrock",
8898
+ "type": "simple"
8899
+ },
8900
+ "type": "Dropdown",
8901
+ "choices": [
8902
+ {
8903
+ "name": "Credentials",
8904
+ "value": "credentials"
8905
+ },
8906
+ {
8907
+ "name": "API Key",
8908
+ "value": "apiKey"
8909
+ },
8910
+ {
8911
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
8912
+ "value": "defaultCredentialsChain"
8913
+ }
8914
+ ]
8915
+ },
8916
+ {
8917
+ "id": "provider.bedrock.authentication.accessKey",
8918
+ "label": "Access key",
8919
+ "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
8920
+ "optional": false,
8921
+ "constraints": {
8922
+ "notEmpty": true
8923
+ },
8924
+ "feel": "optional",
8925
+ "group": "provider",
8926
+ "binding": {
8927
+ "name": "provider.bedrock.authentication.accessKey",
8928
+ "type": "zeebe:input"
8929
+ },
8930
+ "condition": {
8931
+ "allMatch": [
8932
+ {
8933
+ "property": "provider.bedrock.authentication.type",
8934
+ "equals": "credentials",
8935
+ "type": "simple"
8936
+ },
8937
+ {
8938
+ "property": "provider.type",
8939
+ "equals": "bedrock",
8940
+ "type": "simple"
8941
+ }
8942
+ ]
8943
+ },
8944
+ "type": "String"
8945
+ },
8946
+ {
8947
+ "id": "provider.bedrock.authentication.secretKey",
8948
+ "label": "Secret key",
8949
+ "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
8950
+ "optional": false,
8951
+ "constraints": {
8952
+ "notEmpty": true
8953
+ },
8954
+ "feel": "optional",
8955
+ "group": "provider",
8956
+ "binding": {
8957
+ "name": "provider.bedrock.authentication.secretKey",
8958
+ "type": "zeebe:input"
8959
+ },
8960
+ "condition": {
8961
+ "allMatch": [
8962
+ {
8963
+ "property": "provider.bedrock.authentication.type",
8964
+ "equals": "credentials",
8965
+ "type": "simple"
8966
+ },
8967
+ {
8968
+ "property": "provider.type",
8969
+ "equals": "bedrock",
8970
+ "type": "simple"
8971
+ }
8972
+ ]
8973
+ },
8974
+ "type": "String"
8975
+ },
8976
+ {
8977
+ "id": "provider.bedrock.authentication.apiKey",
8978
+ "label": "API Key",
8979
+ "description": "Provide an API Key with permissions to interact with your AWS Bedrock Instance",
8980
+ "optional": false,
8981
+ "constraints": {
8982
+ "notEmpty": true
8983
+ },
8984
+ "feel": "optional",
8985
+ "group": "provider",
8986
+ "binding": {
8987
+ "name": "provider.bedrock.authentication.apiKey",
8988
+ "type": "zeebe:input"
8989
+ },
8990
+ "condition": {
8991
+ "allMatch": [
8992
+ {
8993
+ "property": "provider.bedrock.authentication.type",
8994
+ "equals": "apiKey",
8995
+ "type": "simple"
8996
+ },
8997
+ {
8998
+ "property": "provider.type",
8999
+ "equals": "bedrock",
9000
+ "type": "simple"
9001
+ }
9002
+ ]
9003
+ },
9004
+ "type": "String"
9005
+ },
9006
+ {
9007
+ "id": "provider.bedrock.timeouts.timeout",
9008
+ "label": "Timeout",
9009
+ "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
9010
+ "optional": true,
9011
+ "feel": "optional",
9012
+ "group": "provider",
9013
+ "binding": {
9014
+ "name": "provider.bedrock.timeouts.timeout",
9015
+ "type": "zeebe:input"
9016
+ },
9017
+ "condition": {
9018
+ "property": "provider.type",
9019
+ "equals": "bedrock",
9020
+ "type": "simple"
9021
+ },
9022
+ "type": "String"
9023
+ },
9024
+ {
9025
+ "id": "provider.azureOpenAi.endpoint",
9026
+ "label": "Endpoint",
9027
+ "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>.",
9028
+ "optional": false,
9029
+ "constraints": {
9030
+ "notEmpty": true
9031
+ },
9032
+ "feel": "optional",
9033
+ "group": "provider",
9034
+ "binding": {
9035
+ "name": "provider.azureOpenAi.endpoint",
9036
+ "type": "zeebe:input"
9037
+ },
9038
+ "condition": {
9039
+ "property": "provider.type",
9040
+ "equals": "azureOpenAi",
9041
+ "type": "simple"
9042
+ },
9043
+ "type": "String"
9044
+ },
9045
+ {
9046
+ "id": "provider.azureOpenAi.authentication.type",
9047
+ "label": "Authentication",
9048
+ "description": "Specify the Azure OpenAI authentication strategy.",
9049
+ "value": "apiKey",
9050
+ "group": "provider",
9051
+ "binding": {
9052
+ "name": "provider.azureOpenAi.authentication.type",
9053
+ "type": "zeebe:input"
9054
+ },
9055
+ "condition": {
9056
+ "property": "provider.type",
9057
+ "equals": "azureOpenAi",
9058
+ "type": "simple"
9059
+ },
9060
+ "type": "Dropdown",
9061
+ "choices": [
9062
+ {
9063
+ "name": "API key",
9064
+ "value": "apiKey"
9065
+ },
9066
+ {
9067
+ "name": "Client credentials",
9068
+ "value": "clientCredentials"
9069
+ }
9070
+ ]
9071
+ },
9072
+ {
9073
+ "id": "provider.azureOpenAi.authentication.apiKey",
9074
+ "label": "API key",
9075
+ "optional": false,
9076
+ "constraints": {
9077
+ "notEmpty": true
9078
+ },
9079
+ "feel": "optional",
9080
+ "group": "provider",
9081
+ "binding": {
9082
+ "name": "provider.azureOpenAi.authentication.apiKey",
9083
+ "type": "zeebe:input"
9084
+ },
9085
+ "condition": {
9086
+ "allMatch": [
9087
+ {
9088
+ "property": "provider.azureOpenAi.authentication.type",
9089
+ "equals": "apiKey",
9090
+ "type": "simple"
9091
+ },
9092
+ {
9093
+ "property": "provider.type",
9094
+ "equals": "azureOpenAi",
9095
+ "type": "simple"
9096
+ }
9097
+ ]
9098
+ },
9099
+ "type": "String"
9100
+ },
9101
+ {
9102
+ "id": "provider.azureOpenAi.authentication.clientId",
9103
+ "label": "Client ID",
9104
+ "description": "ID of a Microsoft Entra application",
9105
+ "optional": false,
9106
+ "constraints": {
9107
+ "notEmpty": true
9108
+ },
9109
+ "feel": "optional",
9110
+ "group": "provider",
9111
+ "binding": {
9112
+ "name": "provider.azureOpenAi.authentication.clientId",
9113
+ "type": "zeebe:input"
9114
+ },
9115
+ "condition": {
9116
+ "allMatch": [
9117
+ {
9118
+ "property": "provider.azureOpenAi.authentication.type",
9119
+ "equals": "clientCredentials",
9120
+ "type": "simple"
9121
+ },
9122
+ {
9123
+ "property": "provider.type",
9124
+ "equals": "azureOpenAi",
9125
+ "type": "simple"
9126
+ }
9127
+ ]
9128
+ },
9129
+ "type": "String"
9130
+ },
9131
+ {
9132
+ "id": "provider.azureOpenAi.authentication.clientSecret",
9133
+ "label": "Client secret",
9134
+ "description": "Secret of a Microsoft Entra application",
9135
+ "optional": false,
9136
+ "constraints": {
9137
+ "notEmpty": true
9138
+ },
9139
+ "feel": "optional",
9140
+ "group": "provider",
9141
+ "binding": {
9142
+ "name": "provider.azureOpenAi.authentication.clientSecret",
9143
+ "type": "zeebe:input"
9144
+ },
9145
+ "condition": {
9146
+ "allMatch": [
9147
+ {
9148
+ "property": "provider.azureOpenAi.authentication.type",
9149
+ "equals": "clientCredentials",
9150
+ "type": "simple"
9151
+ },
9152
+ {
9153
+ "property": "provider.type",
9154
+ "equals": "azureOpenAi",
9155
+ "type": "simple"
9156
+ }
9157
+ ]
9158
+ },
9159
+ "type": "String"
9160
+ },
9161
+ {
9162
+ "id": "provider.azureOpenAi.authentication.tenantId",
9163
+ "label": "Tenant ID",
9164
+ "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>.",
9165
+ "optional": false,
9166
+ "constraints": {
9167
+ "notEmpty": true
9168
+ },
9169
+ "feel": "optional",
9170
+ "group": "provider",
9171
+ "binding": {
9172
+ "name": "provider.azureOpenAi.authentication.tenantId",
9173
+ "type": "zeebe:input"
9174
+ },
9175
+ "condition": {
9176
+ "allMatch": [
9177
+ {
9178
+ "property": "provider.azureOpenAi.authentication.type",
9179
+ "equals": "clientCredentials",
9180
+ "type": "simple"
9181
+ },
9182
+ {
9183
+ "property": "provider.type",
9184
+ "equals": "azureOpenAi",
9185
+ "type": "simple"
9186
+ }
9187
+ ]
9188
+ },
9189
+ "type": "String"
9190
+ },
9191
+ {
9192
+ "id": "provider.azureOpenAi.authentication.authorityHost",
9193
+ "label": "Authority host",
9194
+ "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.",
9195
+ "optional": true,
9196
+ "feel": "optional",
9197
+ "group": "provider",
9198
+ "binding": {
9199
+ "name": "provider.azureOpenAi.authentication.authorityHost",
9200
+ "type": "zeebe:input"
9201
+ },
9202
+ "condition": {
9203
+ "allMatch": [
9204
+ {
9205
+ "property": "provider.azureOpenAi.authentication.type",
9206
+ "equals": "clientCredentials",
9207
+ "type": "simple"
9208
+ },
9209
+ {
9210
+ "property": "provider.type",
9211
+ "equals": "azureOpenAi",
9212
+ "type": "simple"
9213
+ }
9214
+ ]
9215
+ },
9216
+ "type": "String"
9217
+ },
9218
+ {
9219
+ "id": "provider.azureOpenAi.timeouts.timeout",
9220
+ "label": "Timeout",
9221
+ "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
9222
+ "optional": true,
9223
+ "feel": "optional",
9224
+ "group": "provider",
9225
+ "binding": {
9226
+ "name": "provider.azureOpenAi.timeouts.timeout",
9227
+ "type": "zeebe:input"
9228
+ },
9229
+ "condition": {
9230
+ "property": "provider.type",
9231
+ "equals": "azureOpenAi",
9232
+ "type": "simple"
9233
+ },
9234
+ "type": "String"
9235
+ },
9236
+ {
9237
+ "id": "provider.googleVertexAi.projectId",
9238
+ "label": "Project ID",
9239
+ "description": "Specify Google Cloud project ID",
9240
+ "optional": false,
9241
+ "constraints": {
9242
+ "notEmpty": true
9243
+ },
9244
+ "feel": "optional",
9245
+ "group": "provider",
9246
+ "binding": {
9247
+ "name": "provider.googleVertexAi.projectId",
9248
+ "type": "zeebe:input"
9249
+ },
9250
+ "condition": {
9251
+ "property": "provider.type",
9252
+ "equals": "google-vertex-ai",
9253
+ "type": "simple"
9254
+ },
9255
+ "type": "String"
9256
+ },
9257
+ {
9258
+ "id": "provider.googleVertexAi.region",
9259
+ "label": "Region",
9260
+ "description": "Specify the region where AI inference should take place",
9261
+ "optional": false,
9262
+ "constraints": {
9263
+ "notEmpty": true
9264
+ },
9265
+ "feel": "optional",
9266
+ "group": "provider",
9267
+ "binding": {
9268
+ "name": "provider.googleVertexAi.region",
9269
+ "type": "zeebe:input"
9270
+ },
9271
+ "condition": {
9272
+ "property": "provider.type",
9273
+ "equals": "google-vertex-ai",
9274
+ "type": "simple"
9275
+ },
9276
+ "type": "String"
9277
+ },
9278
+ {
9279
+ "id": "provider.googleVertexAi.authentication.type",
9280
+ "label": "Authentication",
9281
+ "description": "Specify the Google Vertex AI authentication strategy.",
9282
+ "value": "serviceAccountCredentials",
9283
+ "group": "provider",
9284
+ "binding": {
9285
+ "name": "provider.googleVertexAi.authentication.type",
9286
+ "type": "zeebe:input"
9287
+ },
9288
+ "condition": {
9289
+ "property": "provider.type",
9290
+ "equals": "google-vertex-ai",
9291
+ "type": "simple"
9292
+ },
9293
+ "type": "Dropdown",
9294
+ "choices": [
9295
+ {
9296
+ "name": "Service account credentials",
9297
+ "value": "serviceAccountCredentials"
9298
+ },
9299
+ {
9300
+ "name": "Application default credentials (Hybrid/Self-Managed only)",
9301
+ "value": "applicationDefaultCredentials"
9302
+ }
9303
+ ]
9304
+ },
9305
+ {
9306
+ "id": "provider.googleVertexAi.authentication.jsonKey",
9307
+ "label": "JSON key of the service account",
9308
+ "description": "This is the key of the service account in JSON format.",
9309
+ "optional": false,
9310
+ "constraints": {
9311
+ "notEmpty": true
9312
+ },
9313
+ "feel": "optional",
9314
+ "group": "provider",
9315
+ "binding": {
9316
+ "name": "provider.googleVertexAi.authentication.jsonKey",
9317
+ "type": "zeebe:input"
9318
+ },
9319
+ "condition": {
9320
+ "allMatch": [
9321
+ {
9322
+ "property": "provider.googleVertexAi.authentication.type",
9323
+ "equals": "serviceAccountCredentials",
9324
+ "type": "simple"
9325
+ },
9326
+ {
9327
+ "property": "provider.type",
9328
+ "equals": "google-vertex-ai",
9329
+ "type": "simple"
9330
+ }
9331
+ ]
9332
+ },
9333
+ "type": "String"
9334
+ },
9335
+ {
9336
+ "id": "provider.openai.authentication.apiKey",
9337
+ "label": "OpenAI API key",
9338
+ "optional": false,
9339
+ "constraints": {
9340
+ "notEmpty": true
9341
+ },
9342
+ "feel": "optional",
9343
+ "group": "provider",
9344
+ "binding": {
9345
+ "name": "provider.openai.authentication.apiKey",
9346
+ "type": "zeebe:input"
9347
+ },
9348
+ "condition": {
9349
+ "property": "provider.type",
9350
+ "equals": "openai",
9351
+ "type": "simple"
9352
+ },
9353
+ "type": "String"
9354
+ },
9355
+ {
9356
+ "id": "provider.openai.authentication.organizationId",
9357
+ "label": "Organization ID",
9358
+ "description": "For members of multiple organizations. Details in the <a href=\"https://platform.openai.com/docs/api-reference/authentication\" target=\"_blank\">documentation</a>.",
9359
+ "optional": true,
9360
+ "feel": "optional",
9361
+ "group": "provider",
9362
+ "binding": {
9363
+ "name": "provider.openai.authentication.organizationId",
9364
+ "type": "zeebe:input"
9365
+ },
9366
+ "condition": {
9367
+ "property": "provider.type",
9368
+ "equals": "openai",
9369
+ "type": "simple"
9370
+ },
9371
+ "type": "String"
9372
+ },
9373
+ {
9374
+ "id": "provider.openai.authentication.projectId",
9375
+ "label": "Project ID",
9376
+ "description": "For accounts with multiple projects. Details in the <a href=\"https://platform.openai.com/docs/api-reference/authentication\" target=\"_blank\">documentation</a>.",
9377
+ "optional": true,
9378
+ "feel": "optional",
9379
+ "group": "provider",
9380
+ "binding": {
9381
+ "name": "provider.openai.authentication.projectId",
9382
+ "type": "zeebe:input"
9383
+ },
9384
+ "condition": {
9385
+ "property": "provider.type",
9386
+ "equals": "openai",
9387
+ "type": "simple"
9388
+ },
9389
+ "type": "String"
9390
+ },
9391
+ {
9392
+ "id": "provider.openai.timeouts.timeout",
9393
+ "label": "Timeout",
9394
+ "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
9395
+ "optional": true,
9396
+ "feel": "optional",
9397
+ "group": "provider",
9398
+ "binding": {
9399
+ "name": "provider.openai.timeouts.timeout",
9400
+ "type": "zeebe:input"
9401
+ },
9402
+ "condition": {
9403
+ "property": "provider.type",
9404
+ "equals": "openai",
9405
+ "type": "simple"
9406
+ },
9407
+ "type": "String"
9408
+ },
9409
+ {
9410
+ "id": "provider.openaiCompatible.endpoint",
9411
+ "label": "API endpoint",
9412
+ "optional": false,
9413
+ "constraints": {
9414
+ "notEmpty": true
9415
+ },
9416
+ "feel": "optional",
9417
+ "group": "provider",
9418
+ "binding": {
9419
+ "name": "provider.openaiCompatible.endpoint",
9420
+ "type": "zeebe:input"
9421
+ },
9422
+ "condition": {
9423
+ "property": "provider.type",
9424
+ "equals": "openaiCompatible",
9425
+ "type": "simple"
9426
+ },
9427
+ "tooltip": "Specify an endpoint to use the connector with an OpenAI compatible API. ",
9428
+ "type": "String"
9429
+ },
9430
+ {
9431
+ "id": "provider.openaiCompatible.authentication.apiKey",
9432
+ "label": "API key",
9433
+ "optional": true,
9434
+ "feel": "optional",
9435
+ "group": "provider",
9436
+ "binding": {
9437
+ "name": "provider.openaiCompatible.authentication.apiKey",
9438
+ "type": "zeebe:input"
9439
+ },
9440
+ "condition": {
9441
+ "property": "provider.type",
9442
+ "equals": "openaiCompatible",
9443
+ "type": "simple"
9444
+ },
9445
+ "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.",
9446
+ "type": "String"
9447
+ },
9448
+ {
9449
+ "id": "provider.openaiCompatible.headers",
9450
+ "label": "Headers",
9451
+ "description": "Map of HTTP headers to add to the request.",
9452
+ "optional": true,
9453
+ "feel": "required",
9454
+ "group": "provider",
9455
+ "binding": {
9456
+ "name": "provider.openaiCompatible.headers",
9457
+ "type": "zeebe:input"
9458
+ },
9459
+ "condition": {
9460
+ "property": "provider.type",
9461
+ "equals": "openaiCompatible",
9462
+ "type": "simple"
9463
+ },
9464
+ "type": "String"
9465
+ },
9466
+ {
9467
+ "id": "provider.openaiCompatible.queryParameters",
9468
+ "label": "Query Parameters",
9469
+ "description": "Map of query parameters to add to the request URL.",
9470
+ "optional": true,
9471
+ "feel": "required",
9472
+ "group": "provider",
9473
+ "binding": {
9474
+ "name": "provider.openaiCompatible.queryParameters",
9475
+ "type": "zeebe:input"
9476
+ },
9477
+ "condition": {
9478
+ "property": "provider.type",
9479
+ "equals": "openaiCompatible",
9480
+ "type": "simple"
9481
+ },
9482
+ "type": "String"
9483
+ },
9484
+ {
9485
+ "id": "provider.openaiCompatible.timeouts.timeout",
9486
+ "label": "Timeout",
9487
+ "description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
9488
+ "optional": true,
9489
+ "feel": "optional",
9490
+ "group": "provider",
9491
+ "binding": {
9492
+ "name": "provider.openaiCompatible.timeouts.timeout",
9493
+ "type": "zeebe:input"
9494
+ },
9495
+ "condition": {
9496
+ "property": "provider.type",
9497
+ "equals": "openaiCompatible",
9498
+ "type": "simple"
9499
+ },
9500
+ "type": "String"
9501
+ },
9502
+ {
9503
+ "id": "provider.anthropic.model.model",
9504
+ "label": "Model",
9505
+ "description": "Specify the model ID. Details in the <a href=\"https://docs.anthropic.com/en/docs/about-claude/models/all-models\" target=\"_blank\">documentation</a>.",
9506
+ "optional": false,
9507
+ "placeholder": "claude-sonnet-4-6",
9508
+ "constraints": {
9509
+ "notEmpty": true
9510
+ },
9511
+ "feel": "optional",
9512
+ "group": "model",
9513
+ "binding": {
9514
+ "name": "provider.anthropic.model.model",
9515
+ "type": "zeebe:input"
9516
+ },
9517
+ "condition": {
9518
+ "property": "provider.type",
9519
+ "equals": "anthropic",
9520
+ "type": "simple"
9521
+ },
9522
+ "type": "String"
9523
+ },
9524
+ {
9525
+ "id": "provider.anthropic.model.parameters.maxTokens",
9526
+ "label": "Maximum tokens",
9527
+ "optional": true,
9528
+ "feel": "required",
9529
+ "group": "model",
9530
+ "binding": {
9531
+ "name": "provider.anthropic.model.parameters.maxTokens",
9532
+ "type": "zeebe:input"
9533
+ },
9534
+ "condition": {
9535
+ "property": "provider.type",
9536
+ "equals": "anthropic",
9537
+ "type": "simple"
9538
+ },
9539
+ "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>.",
9540
+ "type": "Number"
9541
+ },
9542
+ {
9543
+ "id": "provider.anthropic.model.parameters.temperature",
9544
+ "label": "Temperature",
9545
+ "optional": true,
9546
+ "feel": "required",
9547
+ "group": "model",
9548
+ "binding": {
9549
+ "name": "provider.anthropic.model.parameters.temperature",
9550
+ "type": "zeebe:input"
9551
+ },
9552
+ "condition": {
9553
+ "property": "provider.type",
9554
+ "equals": "anthropic",
9555
+ "type": "simple"
9556
+ },
9557
+ "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>.",
9558
+ "type": "Number"
9559
+ },
9560
+ {
9561
+ "id": "provider.anthropic.model.parameters.topP",
9562
+ "label": "top P",
9563
+ "optional": true,
9564
+ "feel": "required",
9565
+ "group": "model",
9566
+ "binding": {
9567
+ "name": "provider.anthropic.model.parameters.topP",
9568
+ "type": "zeebe:input"
9569
+ },
9570
+ "condition": {
9571
+ "property": "provider.type",
9572
+ "equals": "anthropic",
9573
+ "type": "simple"
9574
+ },
9575
+ "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>.",
9576
+ "type": "Number"
9577
+ },
9578
+ {
9579
+ "id": "provider.anthropic.model.parameters.topK",
9580
+ "label": "top K",
9581
+ "optional": true,
9582
+ "feel": "required",
9583
+ "group": "model",
9584
+ "binding": {
9585
+ "name": "provider.anthropic.model.parameters.topK",
9586
+ "type": "zeebe:input"
9587
+ },
9588
+ "condition": {
9589
+ "property": "provider.type",
9590
+ "equals": "anthropic",
9591
+ "type": "simple"
9592
+ },
9593
+ "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>.",
9594
+ "type": "Number"
9595
+ },
9596
+ {
9597
+ "id": "provider.bedrock.model.model",
9598
+ "label": "Model",
9599
+ "description": "Specify an inference profile ID. Details in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/inference-profiles-support.html\" target=\"_blank\">documentation</a>.",
9600
+ "optional": false,
9601
+ "placeholder": "global.anthropic.claude-sonnet-4-6",
9602
+ "constraints": {
9603
+ "notEmpty": true
9604
+ },
9605
+ "feel": "optional",
9606
+ "group": "model",
9607
+ "binding": {
9608
+ "name": "provider.bedrock.model.model",
9609
+ "type": "zeebe:input"
9610
+ },
9611
+ "condition": {
9612
+ "property": "provider.type",
9613
+ "equals": "bedrock",
9614
+ "type": "simple"
9615
+ },
9616
+ "type": "String"
9617
+ },
9618
+ {
9619
+ "id": "provider.bedrock.model.parameters.maxTokens",
9620
+ "label": "Maximum tokens",
9621
+ "optional": true,
9622
+ "feel": "required",
9623
+ "group": "model",
9624
+ "binding": {
9625
+ "name": "provider.bedrock.model.parameters.maxTokens",
9626
+ "type": "zeebe:input"
9627
+ },
9628
+ "condition": {
9629
+ "property": "provider.type",
9630
+ "equals": "bedrock",
9631
+ "type": "simple"
9632
+ },
9633
+ "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>.",
9634
+ "type": "Number"
9635
+ },
9636
+ {
9637
+ "id": "provider.bedrock.model.parameters.temperature",
9638
+ "label": "Temperature",
9639
+ "optional": true,
9640
+ "feel": "required",
9641
+ "group": "model",
9642
+ "binding": {
9643
+ "name": "provider.bedrock.model.parameters.temperature",
9644
+ "type": "zeebe:input"
9645
+ },
9646
+ "condition": {
9647
+ "property": "provider.type",
9648
+ "equals": "bedrock",
9649
+ "type": "simple"
9650
+ },
9651
+ "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>.",
9652
+ "type": "Number"
9653
+ },
9654
+ {
9655
+ "id": "provider.bedrock.model.parameters.topP",
9656
+ "label": "top P",
9657
+ "optional": true,
9658
+ "feel": "required",
9659
+ "group": "model",
9660
+ "binding": {
9661
+ "name": "provider.bedrock.model.parameters.topP",
9662
+ "type": "zeebe:input"
9663
+ },
9664
+ "condition": {
9665
+ "property": "provider.type",
9666
+ "equals": "bedrock",
9667
+ "type": "simple"
9668
+ },
9669
+ "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>.",
9670
+ "type": "Number"
9671
+ },
9672
+ {
9673
+ "id": "provider.azureOpenAi.model.deploymentName",
9674
+ "label": "Model deployment name",
9675
+ "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>.",
9676
+ "optional": false,
9677
+ "constraints": {
9678
+ "notEmpty": true
9679
+ },
9680
+ "feel": "optional",
9681
+ "group": "model",
9682
+ "binding": {
9683
+ "name": "provider.azureOpenAi.model.deploymentName",
9684
+ "type": "zeebe:input"
9685
+ },
9686
+ "condition": {
9687
+ "property": "provider.type",
9688
+ "equals": "azureOpenAi",
9689
+ "type": "simple"
9690
+ },
9691
+ "type": "String"
9692
+ },
9693
+ {
9694
+ "id": "provider.azureOpenAi.model.parameters.maxTokens",
9695
+ "label": "Maximum tokens",
9696
+ "optional": true,
9697
+ "feel": "required",
9698
+ "group": "model",
9699
+ "binding": {
9700
+ "name": "provider.azureOpenAi.model.parameters.maxTokens",
9701
+ "type": "zeebe:input"
9702
+ },
9703
+ "condition": {
9704
+ "property": "provider.type",
9705
+ "equals": "azureOpenAi",
9706
+ "type": "simple"
9707
+ },
9708
+ "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>.",
9709
+ "type": "Number"
9710
+ },
9711
+ {
9712
+ "id": "provider.azureOpenAi.model.parameters.temperature",
9713
+ "label": "Temperature",
9714
+ "optional": true,
9715
+ "feel": "required",
9716
+ "group": "model",
9717
+ "binding": {
9718
+ "name": "provider.azureOpenAi.model.parameters.temperature",
9719
+ "type": "zeebe:input"
9720
+ },
9721
+ "condition": {
9722
+ "property": "provider.type",
9723
+ "equals": "azureOpenAi",
9724
+ "type": "simple"
9725
+ },
9726
+ "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>.",
9727
+ "type": "Number"
9728
+ },
9729
+ {
9730
+ "id": "provider.azureOpenAi.model.parameters.topP",
9731
+ "label": "top P",
9732
+ "optional": true,
9733
+ "feel": "required",
9734
+ "group": "model",
9735
+ "binding": {
9736
+ "name": "provider.azureOpenAi.model.parameters.topP",
9737
+ "type": "zeebe:input"
9738
+ },
9739
+ "condition": {
9740
+ "property": "provider.type",
9741
+ "equals": "azureOpenAi",
9742
+ "type": "simple"
9743
+ },
9744
+ "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>.",
9745
+ "type": "Number"
9746
+ },
9747
+ {
9748
+ "id": "provider.googleVertexAi.model.model",
9749
+ "label": "Model",
9750
+ "description": "Specify the model ID. Details in the <a href=\"https://cloud.google.com/vertex-ai/docs/generative-ai/models\" target=\"_blank\">documentation</a>.",
9751
+ "optional": false,
9752
+ "constraints": {
9753
+ "notEmpty": true
9754
+ },
9755
+ "feel": "optional",
9756
+ "group": "model",
9757
+ "binding": {
9758
+ "name": "provider.googleVertexAi.model.model",
9759
+ "type": "zeebe:input"
9760
+ },
9761
+ "condition": {
9762
+ "property": "provider.type",
9763
+ "equals": "google-vertex-ai",
9764
+ "type": "simple"
9765
+ },
9766
+ "type": "String"
9767
+ },
9768
+ {
9769
+ "id": "provider.googleVertexAi.model.parameters.maxOutputTokens",
9770
+ "label": "Maximum output tokens",
9771
+ "optional": true,
9772
+ "feel": "required",
9773
+ "group": "model",
9774
+ "binding": {
9775
+ "name": "provider.googleVertexAi.model.parameters.maxOutputTokens",
9776
+ "type": "zeebe:input"
9777
+ },
9778
+ "condition": {
9779
+ "property": "provider.type",
9780
+ "equals": "google-vertex-ai",
9781
+ "type": "simple"
9782
+ },
9783
+ "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>.",
9784
+ "type": "Number"
9785
+ },
9786
+ {
9787
+ "id": "provider.googleVertexAi.model.parameters.temperature",
9788
+ "label": "Temperature",
9789
+ "optional": true,
9790
+ "feel": "required",
9791
+ "group": "model",
9792
+ "binding": {
9793
+ "name": "provider.googleVertexAi.model.parameters.temperature",
9794
+ "type": "zeebe:input"
9795
+ },
9796
+ "condition": {
9797
+ "property": "provider.type",
9798
+ "equals": "google-vertex-ai",
9799
+ "type": "simple"
9800
+ },
9801
+ "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>.",
9802
+ "type": "Number"
9803
+ },
9804
+ {
9805
+ "id": "provider.googleVertexAi.model.parameters.topP",
9806
+ "label": "top P",
9807
+ "optional": true,
9808
+ "feel": "required",
9809
+ "group": "model",
9810
+ "binding": {
9811
+ "name": "provider.googleVertexAi.model.parameters.topP",
9812
+ "type": "zeebe:input"
9813
+ },
9814
+ "condition": {
9815
+ "property": "provider.type",
9816
+ "equals": "google-vertex-ai",
9817
+ "type": "simple"
9818
+ },
9819
+ "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>.",
9820
+ "type": "Number"
9821
+ },
9822
+ {
9823
+ "id": "provider.googleVertexAi.model.parameters.topK",
9824
+ "label": "top K",
9825
+ "optional": true,
9826
+ "feel": "required",
9827
+ "group": "model",
9828
+ "binding": {
9829
+ "name": "provider.googleVertexAi.model.parameters.topK",
9830
+ "type": "zeebe:input"
9831
+ },
9832
+ "condition": {
9833
+ "property": "provider.type",
9834
+ "equals": "google-vertex-ai",
9835
+ "type": "simple"
9836
+ },
9837
+ "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>.",
9838
+ "type": "Number"
9839
+ },
9840
+ {
9841
+ "id": "provider.openai.model.model",
9842
+ "label": "Model",
9843
+ "description": "Specify the model ID. Details in the <a href=\"https://platform.openai.com/docs/models\" target=\"_blank\">documentation</a>.",
9844
+ "optional": false,
9845
+ "value": "gpt-4o",
9846
+ "constraints": {
9847
+ "notEmpty": true
9848
+ },
9849
+ "feel": "optional",
9850
+ "group": "model",
9851
+ "binding": {
9852
+ "name": "provider.openai.model.model",
9853
+ "type": "zeebe:input"
9854
+ },
9855
+ "condition": {
9856
+ "property": "provider.type",
9857
+ "equals": "openai",
9858
+ "type": "simple"
9859
+ },
9860
+ "type": "String"
9861
+ },
9862
+ {
9863
+ "id": "provider.openai.model.parameters.maxCompletionTokens",
9864
+ "label": "Maximum completion tokens",
9865
+ "optional": true,
9866
+ "feel": "required",
9867
+ "group": "model",
9868
+ "binding": {
9869
+ "name": "provider.openai.model.parameters.maxCompletionTokens",
9870
+ "type": "zeebe:input"
9871
+ },
9872
+ "condition": {
9873
+ "property": "provider.type",
9874
+ "equals": "openai",
9875
+ "type": "simple"
9876
+ },
9877
+ "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>.",
9878
+ "type": "Number"
9879
+ },
9880
+ {
9881
+ "id": "provider.openai.model.parameters.temperature",
9882
+ "label": "Temperature",
9883
+ "optional": true,
9884
+ "feel": "required",
9885
+ "group": "model",
9886
+ "binding": {
9887
+ "name": "provider.openai.model.parameters.temperature",
9888
+ "type": "zeebe:input"
9889
+ },
9890
+ "condition": {
9891
+ "property": "provider.type",
9892
+ "equals": "openai",
9893
+ "type": "simple"
9894
+ },
9895
+ "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>.",
9896
+ "type": "Number"
9897
+ },
9898
+ {
9899
+ "id": "provider.openai.model.parameters.topP",
9900
+ "label": "top P",
9901
+ "optional": true,
9902
+ "feel": "required",
9903
+ "group": "model",
9904
+ "binding": {
9905
+ "name": "provider.openai.model.parameters.topP",
9906
+ "type": "zeebe:input"
9907
+ },
9908
+ "condition": {
9909
+ "property": "provider.type",
9910
+ "equals": "openai",
9911
+ "type": "simple"
9912
+ },
9913
+ "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>.",
9914
+ "type": "Number"
9915
+ },
9916
+ {
9917
+ "id": "provider.openaiCompatible.model.model",
9918
+ "label": "Model",
9919
+ "description": "Specify the model ID. Details in the <a href=\"https://platform.openai.com/docs/models\" target=\"_blank\">documentation</a>.",
9920
+ "optional": false,
9921
+ "value": "gpt-4o",
9922
+ "constraints": {
9923
+ "notEmpty": true
9924
+ },
9925
+ "feel": "optional",
9926
+ "group": "model",
9927
+ "binding": {
9928
+ "name": "provider.openaiCompatible.model.model",
9929
+ "type": "zeebe:input"
9930
+ },
9931
+ "condition": {
9932
+ "property": "provider.type",
9933
+ "equals": "openaiCompatible",
9934
+ "type": "simple"
9935
+ },
9936
+ "type": "String"
9937
+ },
9938
+ {
9939
+ "id": "provider.openaiCompatible.model.parameters.maxCompletionTokens",
9940
+ "label": "Maximum completion tokens",
9941
+ "optional": true,
9942
+ "feel": "required",
9943
+ "group": "model",
9944
+ "binding": {
9945
+ "name": "provider.openaiCompatible.model.parameters.maxCompletionTokens",
9946
+ "type": "zeebe:input"
9947
+ },
9948
+ "condition": {
9949
+ "property": "provider.type",
9950
+ "equals": "openaiCompatible",
9951
+ "type": "simple"
9952
+ },
9953
+ "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>.",
9954
+ "type": "Number"
9955
+ },
9956
+ {
9957
+ "id": "provider.openaiCompatible.model.parameters.temperature",
9958
+ "label": "Temperature",
9959
+ "optional": true,
9960
+ "feel": "required",
9961
+ "group": "model",
9962
+ "binding": {
9963
+ "name": "provider.openaiCompatible.model.parameters.temperature",
9964
+ "type": "zeebe:input"
9965
+ },
9966
+ "condition": {
9967
+ "property": "provider.type",
9968
+ "equals": "openaiCompatible",
9969
+ "type": "simple"
9970
+ },
9971
+ "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>.",
9972
+ "type": "Number"
9973
+ },
9974
+ {
9975
+ "id": "provider.openaiCompatible.model.parameters.topP",
9976
+ "label": "top P",
9977
+ "optional": true,
9978
+ "feel": "required",
9979
+ "group": "model",
9980
+ "binding": {
9981
+ "name": "provider.openaiCompatible.model.parameters.topP",
9982
+ "type": "zeebe:input"
9983
+ },
9984
+ "condition": {
9985
+ "property": "provider.type",
9986
+ "equals": "openaiCompatible",
9987
+ "type": "simple"
9988
+ },
9989
+ "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>.",
9990
+ "type": "Number"
9991
+ },
9992
+ {
9993
+ "id": "provider.openaiCompatible.model.parameters.customParameters",
9994
+ "label": "Custom parameters",
9995
+ "description": "Map of additional request parameters to include.",
9996
+ "optional": true,
9997
+ "feel": "required",
9998
+ "group": "model",
9999
+ "binding": {
10000
+ "name": "provider.openaiCompatible.model.parameters.customParameters",
10001
+ "type": "zeebe:input"
10002
+ },
10003
+ "condition": {
10004
+ "property": "provider.type",
10005
+ "equals": "openaiCompatible",
10006
+ "type": "simple"
10007
+ },
10008
+ "type": "String"
10009
+ },
10010
+ {
10011
+ "id": "data.systemPrompt.prompt",
10012
+ "label": "System prompt",
10013
+ "optional": false,
10014
+ "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.\"",
10015
+ "constraints": {
10016
+ "notEmpty": true
10017
+ },
10018
+ "feel": "required",
10019
+ "group": "systemPrompt",
10020
+ "binding": {
10021
+ "name": "data.systemPrompt.prompt",
10022
+ "type": "zeebe:input"
10023
+ },
10024
+ "type": "Text"
10025
+ },
10026
+ {
10027
+ "id": "data.userPrompt.prompt",
10028
+ "label": "User prompt",
10029
+ "optional": false,
10030
+ "constraints": {
10031
+ "notEmpty": true
10032
+ },
10033
+ "feel": "required",
10034
+ "group": "userPrompt",
10035
+ "binding": {
10036
+ "name": "data.userPrompt.prompt",
10037
+ "type": "zeebe:input"
10038
+ },
10039
+ "type": "Text"
10040
+ },
10041
+ {
10042
+ "id": "data.userPrompt.documents",
10043
+ "label": "Documents",
10044
+ "description": "Documents to be included in the user prompt.",
10045
+ "optional": true,
10046
+ "feel": "required",
10047
+ "group": "userPrompt",
10048
+ "binding": {
10049
+ "name": "data.userPrompt.documents",
10050
+ "type": "zeebe:input"
10051
+ },
10052
+ "tooltip": "Referenced documents will be automatically added to the user prompt. <a href=\"https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/\" target=\"_blank\">See documentation</a> for details and supported file types.",
10053
+ "type": "String"
10054
+ },
10055
+ {
10056
+ "id": "agentContext",
10057
+ "label": "Agent context",
10058
+ "description": "Initial agent context from previous interactions. Avoid reusing context variables across agents to prevent issues with stale data or tool access.",
10059
+ "optional": false,
10060
+ "feel": "required",
10061
+ "group": "memory",
10062
+ "binding": {
10063
+ "name": "agentContext",
10064
+ "type": "zeebe:input"
10065
+ },
10066
+ "tooltip": "The agent context variable containing all relevant data for the agent to support the feedback loop between user requests, tool calls and LLM responses. Make sure this variable points to the <code>context</code> variable which is returned from the agent response. <a href=\"https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/\" target=\"_blank\">See documentation</a> for details.",
10067
+ "type": "Text"
10068
+ },
10069
+ {
10070
+ "id": "data.memory.storage.type",
10071
+ "label": "Memory storage type",
10072
+ "description": "Specify how to store the conversation memory.",
10073
+ "value": "in-process",
10074
+ "group": "memory",
10075
+ "binding": {
10076
+ "name": "data.memory.storage.type",
10077
+ "type": "zeebe:input"
10078
+ },
10079
+ "type": "Dropdown",
10080
+ "choices": [
10081
+ {
10082
+ "name": "In Process (part of agent context)",
10083
+ "value": "in-process"
10084
+ },
10085
+ {
10086
+ "name": "Camunda Document Storage",
10087
+ "value": "camunda-document"
10088
+ },
10089
+ {
10090
+ "name": "Custom Implementation (Hybrid/Self-Managed only)",
10091
+ "value": "custom"
10092
+ }
10093
+ ]
10094
+ },
10095
+ {
10096
+ "id": "data.memory.storage.timeToLive",
10097
+ "label": "Document TTL",
10098
+ "description": "How long to retain the conversation document as ISO-8601 duration (example: <code>P14D</code>).",
10099
+ "optional": true,
10100
+ "feel": "optional",
10101
+ "group": "memory",
10102
+ "binding": {
10103
+ "name": "data.memory.storage.timeToLive",
10104
+ "type": "zeebe:input"
10105
+ },
10106
+ "condition": {
10107
+ "property": "data.memory.storage.type",
10108
+ "equals": "camunda-document",
10109
+ "type": "simple"
10110
+ },
10111
+ "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.",
10112
+ "type": "String"
10113
+ },
10114
+ {
10115
+ "id": "data.memory.storage.customProperties",
10116
+ "label": "Custom document properties",
10117
+ "description": "An optional map of custom properties to be stored with the conversation document.",
10118
+ "optional": true,
10119
+ "feel": "required",
10120
+ "group": "memory",
10121
+ "binding": {
10122
+ "name": "data.memory.storage.customProperties",
10123
+ "type": "zeebe:input"
10124
+ },
10125
+ "condition": {
10126
+ "property": "data.memory.storage.type",
10127
+ "equals": "camunda-document",
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": "7",
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",
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"
10411
+ }
10412
+ ],
10413
+ "icon": {
10414
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiIGZpbGw9IiNBNTZFRkYiLz4KPG1hc2sgaWQ9InBhdGgtMi1vdXRzaWRlLTFfMTg1XzYiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjQiIHk9IjQiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iYmxhY2siPgo8cmVjdCBmaWxsPSJ3aGl0ZSIgeD0iNCIgeT0iNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjAuMDEwNSAxMi4wOTg3QzE4LjQ5IDEwLjU4OTQgMTcuMTU5NCA4LjEwODE0IDE2LjE3OTkgNi4wMTEwM0MxNi4xNTIgNi4wMDQ1MSAxNi4xMTc2IDYgMTYuMDc5NCA2QzE2LjA0MTEgNiAxNi4wMDY2IDYuMDA0NTEgMTUuOTc4OCA2LjAxMTA0QzE0Ljk5OTQgOC4xMDgxNCAxMy42Njk3IDEwLjU4ODkgMTIuMTQ4MSAxMi4wOTgxQzEwLjYyNjkgMTMuNjA3MSA4LjEyNTY4IDE0LjkyNjQgNi4wMTE1NyAxNS44OTgxQzYuMDA0NzQgMTUuOTI2MSA2IDE1Ljk2MTEgNiAxNkM2IDE2LjAzODcgNi4wMDQ2OCAxNi4wNzM2IDYuMDExNDQgMTYuMTAxNEM4LjEyNTE5IDE3LjA3MjkgMTAuNjI2MiAxOC4zOTE5IDEyLjE0NzcgMTkuOTAxNkMxMy42Njk3IDIxLjQxMDcgMTQuOTk5NiAyMy44OTIgMTUuOTc5MSAyNS45ODlDMTYuMDA2OCAyNS45OTU2IDE2LjA0MTEgMjYgMTYuMDc5MyAyNkMxNi4xMTc1IDI2IDE2LjE1MTkgMjUuOTk1NCAxNi4xNzk2IDI1Ljk4OUMxNy4xNTkxIDIzLjg5MiAxOC40ODg4IDIxLjQxMSAyMC4wMDk5IDE5LjkwMjFNMjAuMDA5OSAxOS45MDIxQzIxLjUyNTMgMTguMzk4NyAyMy45NDY1IDE3LjA2NjkgMjUuOTkxNSAxNi4wODI0QzI1Ljk5NjUgMTYuMDU5MyAyNiAxNi4wMzEgMjYgMTUuOTk5N0MyNiAxNS45Njg0IDI1Ljk5NjUgMTUuOTQwMyAyNS45OTE1IDE1LjkxNzFDMjMuOTQ3NCAxNC45MzI3IDIxLjUyNTkgMTMuNjAxIDIwLjAxMDUgMTIuMDk4NyIvPgo8L21hc2s+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjAuMDEwNSAxMi4wOTg3QzE4LjQ5IDEwLjU4OTQgMTcuMTU5NCA4LjEwODE0IDE2LjE3OTkgNi4wMTEwM0MxNi4xNTIgNi4wMDQ1MSAxNi4xMTc2IDYgMTYuMDc5NCA2QzE2LjA0MTEgNiAxNi4wMDY2IDYuMDA0NTEgMTUuOTc4OCA2LjAxMTA0QzE0Ljk5OTQgOC4xMDgxNCAxMy42Njk3IDEwLjU4ODkgMTIuMTQ4MSAxMi4wOTgxQzEwLjYyNjkgMTMuNjA3MSA4LjEyNTY4IDE0LjkyNjQgNi4wMTE1NyAxNS44OTgxQzYuMDA0NzQgMTUuOTI2MSA2IDE1Ljk2MTEgNiAxNkM2IDE2LjAzODcgNi4wMDQ2OCAxNi4wNzM2IDYuMDExNDQgMTYuMTAxNEM4LjEyNTE5IDE3LjA3MjkgMTAuNjI2MiAxOC4zOTE5IDEyLjE0NzcgMTkuOTAxNkMxMy42Njk3IDIxLjQxMDcgMTQuOTk5NiAyMy44OTIgMTUuOTc5MSAyNS45ODlDMTYuMDA2OCAyNS45OTU2IDE2LjA0MTEgMjYgMTYuMDc5MyAyNkMxNi4xMTc1IDI2IDE2LjE1MTkgMjUuOTk1NCAxNi4xNzk2IDI1Ljk4OUMxNy4xNTkxIDIzLjg5MiAxOC40ODg4IDIxLjQxMSAyMC4wMDk5IDE5LjkwMjFNMjAuMDA5OSAxOS45MDIxQzIxLjUyNTMgMTguMzk4NyAyMy45NDY1IDE3LjA2NjkgMjUuOTkxNSAxNi4wODI0QzI1Ljk5NjUgMTYuMDU5MyAyNiAxNi4wMzEgMjYgMTUuOTk5N0MyNiAxNS45Njg0IDI1Ljk5NjUgMTUuOTQwMyAyNS45OTE1IDE1LjkxNzFDMjMuOTQ3NCAxNC45MzI3IDIxLjUyNTkgMTMuNjAxIDIwLjAxMDUgMTIuMDk4NyIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMC4wMTA1IDEyLjA5ODdDMTguNDkgMTAuNTg5NCAxNy4xNTk0IDguMTA4MTQgMTYuMTc5OSA2LjAxMTAzQzE2LjE1MiA2LjAwNDUxIDE2LjExNzYgNiAxNi4wNzk0IDZDMTYuMDQxMSA2IDE2LjAwNjYgNi4wMDQ1MSAxNS45Nzg4IDYuMDExMDRDMTQuOTk5NCA4LjEwODE0IDEzLjY2OTcgMTAuNTg4OSAxMi4xNDgxIDEyLjA5ODFDMTAuNjI2OSAxMy42MDcxIDguMTI1NjggMTQuOTI2NCA2LjAxMTU3IDE1Ljg5ODFDNi4wMDQ3NCAxNS45MjYxIDYgMTUuOTYxMSA2IDE2QzYgMTYuMDM4NyA2LjAwNDY4IDE2LjA3MzYgNi4wMTE0NCAxNi4xMDE0QzguMTI1MTkgMTcuMDcyOSAxMC42MjYyIDE4LjM5MTkgMTIuMTQ3NyAxOS45MDE2QzEzLjY2OTcgMjEuNDEwNyAxNC45OTk2IDIzLjg5MiAxNS45NzkxIDI1Ljk4OUMxNi4wMDY4IDI1Ljk5NTYgMTYuMDQxMSAyNiAxNi4wNzkzIDI2QzE2LjExNzUgMjYgMTYuMTUxOSAyNS45OTU0IDE2LjE3OTYgMjUuOTg5QzE3LjE1OTEgMjMuODkyIDE4LjQ4ODggMjEuNDExIDIwLjAwOTkgMTkuOTAyMU0yMC4wMDk5IDE5LjkwMjFDMjEuNTI1MyAxOC4zOTg3IDIzLjk0NjUgMTcuMDY2OSAyNS45OTE1IDE2LjA4MjRDMjUuOTk2NSAxNi4wNTkzIDI2IDE2LjAzMSAyNiAxNS45OTk3QzI2IDE1Ljk2ODQgMjUuOTk2NSAxNS45NDAzIDI1Ljk5MTUgMTUuOTE3MUMyMy45NDc0IDE0LjkzMjcgMjEuNTI1OSAxMy42MDEgMjAuMDEwNSAxMi4wOTg3IiBzdHJva2U9IiM0OTFEOEIiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgbWFzaz0idXJsKCNwYXRoLTItb3V0c2lkZS0xXzE4NV82KSIvPgo8L3N2Zz4K"
10415
+ }
6675
10416
  }
6676
10417
  ]