@camunda/connectors-element-templates 1.0.17 → 1.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -2
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +4 -7
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +8 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +8 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +8 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +8 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +9 -12
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3770 -29
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6274 -2594
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +549 -552
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +736 -739
  14. package/src/element-templates/asana-connector.json +759 -48
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1763 -1759
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +747 -10
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1358 -1358
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +383 -18
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +377 -12
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +407 -8
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
  29. package/src/element-templates/aws-lambda-outbound-connector.json +238 -234
  30. package/src/element-templates/aws-s3-outbound-connector.json +646 -5
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +13 -9
  32. package/src/element-templates/aws-sns-inbound-boundary.json +44 -37
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +210 -203
  34. package/src/element-templates/aws-sns-inbound-message-start.json +125 -118
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +134 -127
  37. package/src/element-templates/aws-sns-outbound-connector.json +581 -577
  38. package/src/element-templates/aws-sqs-boundary-connector.json +453 -449
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +530 -526
  40. package/src/element-templates/aws-sqs-outbound-connector.json +711 -709
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +213 -205
  43. package/src/element-templates/aws-sqs-start-message.json +461 -457
  44. package/src/element-templates/aws-textract-outbound-connector.json +109 -105
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +676 -19
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +569 -24
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +13 -5
  50. package/src/element-templates/easy-post-connector.json +1077 -109
  51. package/src/element-templates/email-inbound-connector-boundary.json +32 -24
  52. package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +58 -50
  55. package/src/element-templates/email-outbound-connector.json +2116 -243
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +3 -6
  57. package/src/element-templates/github-connector.json +15257 -11722
  58. package/src/element-templates/github-webhook-connector-boundary.json +27 -29
  59. package/src/element-templates/github-webhook-connector-intermediate.json +36 -38
  60. package/src/element-templates/github-webhook-connector-message-start.json +11 -13
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +54 -56
  63. package/src/element-templates/gitlab-connector.json +4177 -2545
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +562 -13
  65. package/src/element-templates/google-drive-outbound-connector.json +1386 -766
  66. package/src/element-templates/google-gemini-outbound-connector.json +13 -5
  67. package/src/element-templates/google-maps-platform-connector.json +1059 -30
  68. package/src/element-templates/google-sheets-outbound-connector.json +2449 -1455
  69. package/src/element-templates/graphql-outbound-connector.json +1744 -1735
  70. package/src/element-templates/http-json-connector.json +2982 -2332
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +752 -741
  72. package/src/element-templates/http-polling-connector.json +1512 -1501
  73. package/src/element-templates/hubspot-outbound-connector.json +2371 -25
  74. package/src/element-templates/hugging-face-connector.json +234 -3
  75. package/src/element-templates/jdbc-outbound-connector.json +20 -6
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +613 -604
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +528 -519
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +530 -521
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +518 -512
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
  85. package/src/element-templates/microsoft-office365-mail-connector.json +893 -10
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5971 -3807
  87. package/src/element-templates/openai-connector.json +550 -87
  88. package/src/element-templates/operate-connector.json +1198 -46
  89. package/src/element-templates/power-automate-connector.json +601 -9
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +444 -435
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +484 -475
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +367 -358
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +479 -470
  95. package/src/element-templates/rabbitmq-outbound-connector.json +356 -350
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +544 -0
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +945 -337
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +490 -192
  106. package/src/element-templates/slack-inbound-intermediate.json +421 -123
  107. package/src/element-templates/slack-inbound-message-start.json +469 -139
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +216 -211
  110. package/src/element-templates/slack-outbound-connector.json +2451 -753
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1573 -93
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +19 -10
  114. package/src/element-templates/twilio-webhook-connector.json +243 -13
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +34 -25
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +594 -2
  119. package/src/element-templates/webhook-connector-boundary.json +580 -570
  120. package/src/element-templates/webhook-connector-intermediate.json +1390 -1380
  121. package/src/element-templates/webhook-connector-receive.json +16 -6
  122. package/src/element-templates/webhook-connector-start-event.json +1382 -1375
  123. package/src/element-templates/webhook-connector-start-message.json +1306 -1296
  124. package/src/element-templates/whatsapp-connector.json +343 -9
  125. package/src/element-templates/http-connector.json.json +0 -654
@@ -814,14 +814,18 @@
814
814
  "name": "AWS Bedrock Outbound Connector",
815
815
  "id": "io.camunda.connectors.aws.bedrock.v1",
816
816
  "description": "Invoke models and converse using AWS Bedrock.",
817
- "metadata": {
818
- "keywords": [
819
- "invoke model",
820
- "run inference",
821
- "invokemodel API",
822
- "converse API"
823
- ]
824
- },
817
+ "keywords": [
818
+ "invoke model",
819
+ "run inference",
820
+ "invokemodel API",
821
+ "converse API",
822
+ "converse",
823
+ "AI",
824
+ "LLM",
825
+ "machine learning",
826
+ "language model",
827
+ "generative AI"
828
+ ],
825
829
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-bedrock/",
826
830
  "version": 3,
827
831
  "category": {
@@ -1192,7 +1196,7 @@
1192
1196
  {
1193
1197
  "id": "resultVariable",
1194
1198
  "label": "Result variable",
1195
- "description": "Name of variable to store the response in",
1199
+ "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>.",
1196
1200
  "group": "output",
1197
1201
  "binding": {
1198
1202
  "key": "resultVariable",
@@ -1203,7 +1207,740 @@
1203
1207
  {
1204
1208
  "id": "resultExpression",
1205
1209
  "label": "Result expression",
1206
- "description": "Expression to map the response into process variables",
1210
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>.",
1211
+ "feel": "required",
1212
+ "group": "output",
1213
+ "binding": {
1214
+ "key": "resultExpression",
1215
+ "type": "zeebe:taskHeader"
1216
+ },
1217
+ "type": "Text"
1218
+ },
1219
+ {
1220
+ "id": "errorExpression",
1221
+ "label": "Error expression",
1222
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1223
+ "feel": "required",
1224
+ "group": "error",
1225
+ "binding": {
1226
+ "key": "errorExpression",
1227
+ "type": "zeebe:taskHeader"
1228
+ },
1229
+ "type": "Text"
1230
+ },
1231
+ {
1232
+ "id": "retryCount",
1233
+ "label": "Retries",
1234
+ "description": "Number of retries",
1235
+ "value": "3",
1236
+ "feel": "optional",
1237
+ "group": "retries",
1238
+ "binding": {
1239
+ "property": "retries",
1240
+ "type": "zeebe:taskDefinition"
1241
+ },
1242
+ "type": "String"
1243
+ },
1244
+ {
1245
+ "id": "retryBackoff",
1246
+ "label": "Retry backoff",
1247
+ "description": "ISO-8601 duration to wait between retries",
1248
+ "value": "PT0S",
1249
+ "group": "retries",
1250
+ "binding": {
1251
+ "key": "retryBackoff",
1252
+ "type": "zeebe:taskHeader"
1253
+ },
1254
+ "type": "String"
1255
+ }
1256
+ ],
1257
+ "icon": {
1258
+ "contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iODBweCIgaGVpZ2h0PSI4MHB4IiB2aWV3Qm94PSIwIDAgODAgODAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BbWF6b24tQmVkcm9ja182NDwvdGl0bGU+CiAgICA8ZyBpZD0iSWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BbWF6b24tQmVkcm9ja182NCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikljb24tQXJjaGl0ZWN0dXJlLUJHLzY0L01hY2hpbmUtTGVhcm5pbmciIGZpbGw9IiM5OTY5ZjciPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iODAiIGhlaWdodD0iODAiPjwvcmVjdD4KICAgICAgICA8L2c+CiAgICAgICAgPGcgaWQ9Ikljb24tU2VydmljZS82NC9BbWF6b24tQmVkcm9ja182NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTIuMDAwMDAwLCAxMi4wMDAwMDApIiBmaWxsPSIjRkZGRkZGIj4KICAgICAgICAgICAgPHBhdGggZD0iTTUyLDI2Ljk5OTg5MTggQzUwLjg5NywyNi45OTk4OTE4IDUwLDI2LjEwMjg5MTggNTAsMjQuOTk5ODkxOCBDNTAsMjMuODk2ODkxOCA1MC44OTcsMjIuOTk5ODkxOCA1MiwyMi45OTk4OTE4IEM1My4xMDMsMjIuOTk5ODkxOCA1NCwyMy44OTY4OTE4IDU0LDI0Ljk5OTg5MTggQzU0LDI2LjEwMjg5MTggNTMuMTAzLDI2Ljk5OTg5MTggNTIsMjYuOTk5ODkxOCBMNTIsMjYuOTk5ODkxOCBaIE0yMC4xMTMsNTMuOTA3ODkxOCBMMTYuODY1LDUyLjAxMzg5MTggTDIzLjUzLDQ3Ljg0Nzg5MTggTDIyLjQ3LDQ2LjE1MTg5MTggTDE0LjkxMyw1MC44NzQ4OTE4IEw5LDQ3LjQyNTg5MTggTDksMzguNTM0ODkxOCBMMTQuNTU1LDM0LjgzMTg5MTggTDEzLjQ0NSwzMy4xNjc4OTE4IEw3Ljk1OSwzNi44MjQ4OTE4IEwyLDMzLjQxOTg5MTggTDIsMjguNTc5ODkxOCBMOC40OTYsMjQuODY3ODkxOCBMNy41MDQsMjMuMTMxODkxOCBMMiwyNi4yNzY4OTE4IEwyLDIyLjU3OTg5MTggTDgsMTkuMTUxODkxOCBMMTQsMjIuNTc5ODkxOCBMMTQsMjYuNDMzODkxOCBMOS40ODUsMjkuMTQyODkxOCBMMTAuNTE1LDMwLjg1Njg5MTggTDE1LDI4LjE2NTg5MTggTDE5LjQ4NSwzMC44NTY4OTE4IEwyMC41MTUsMjkuMTQyODkxOCBMMTYsMjYuNDMzODkxOCBMMTYsMjIuNTM0ODkxOCBMMjEuNTU1LDE4LjgzMTg5MTggQzIxLjgzMywxOC42NDU4OTE4IDIyLDE4LjMzMzg5MTggMjIsMTcuOTk5ODkxOCBMMjIsMTAuOTk5ODkxOCBMMjAsMTAuOTk5ODkxOCBMMjAsMTcuNDY0ODkxOCBMMTQuOTU5LDIwLjgyNDg5MTggTDksMTcuNDE5ODkxOCBMOSw4LjU3Mzg5MTgxIEwxNCw1LjY1Nzg5MTgxIEwxNCwxMy45OTk4OTE4IEwxNiwxMy45OTk4OTE4IEwxNiw0LjQ5MDg5MTgxIEwyMC4xMTMsMi4wOTE4OTE4MSBMMjgsNC43MjA4OTE4MSBMMjgsMzMuNDMzODkxOCBMMTMuNDg1LDQyLjE0Mjg5MTggTDE0LjUxNSw0My44NTY4OTE4IEwyOCwzNS43NjU4OTE4IEwyOCw1MS4yNzg4OTE4IEwyMC4xMTMsNTMuOTA3ODkxOCBaIE01MCwzNy45OTk4OTE4IEM1MCwzOS4xMDI4OTE4IDQ5LjEwMywzOS45OTk4OTE4IDQ4LDM5Ljk5OTg5MTggQzQ2Ljg5NywzOS45OTk4OTE4IDQ2LDM5LjEwMjg5MTggNDYsMzcuOTk5ODkxOCBDNDYsMzYuODk2ODkxOCA0Ni44OTcsMzUuOTk5ODkxOCA0OCwzNS45OTk4OTE4IEM0OS4xMDMsMzUuOTk5ODkxOCA1MCwzNi44OTY4OTE4IDUwLDM3Ljk5OTg5MTggTDUwLDM3Ljk5OTg5MTggWiBNNDAsNDcuOTk5ODkxOCBDNDAsNDkuMTAyODkxOCAzOS4xMDMsNDkuOTk5ODkxOCAzOCw0OS45OTk4OTE4IEMzNi44OTcsNDkuOTk5ODkxOCAzNiw0OS4xMDI4OTE4IDM2LDQ3Ljk5OTg5MTggQzM2LDQ2Ljg5Njg5MTggMzYuODk3LDQ1Ljk5OTg5MTggMzgsNDUuOTk5ODkxOCBDMzkuMTAzLDQ1Ljk5OTg5MTggNDAsNDYuODk2ODkxOCA0MCw0Ny45OTk4OTE4IEw0MCw0Ny45OTk4OTE4IFogTTM5LDcuOTk5ODkxODEgQzM5LDYuODk2ODkxODEgMzkuODk3LDUuOTk5ODkxODEgNDEsNS45OTk4OTE4MSBDNDIuMTAzLDUuOTk5ODkxODEgNDMsNi44OTY4OTE4MSA0Myw3Ljk5OTg5MTgxIEM0Myw5LjEwMjg5MTgxIDQyLjEwMyw5Ljk5OTg5MTgxIDQxLDkuOTk5ODkxODEgQzM5Ljg5Nyw5Ljk5OTg5MTgxIDM5LDkuMTAyODkxODEgMzksNy45OTk4OTE4MSBMMzksNy45OTk4OTE4MSBaIE01MiwyMC45OTk4OTE4IEM1MC4xNDEsMjAuOTk5ODkxOCA0OC41ODksMjIuMjc5ODkxOCA0OC4xNDIsMjMuOTk5ODkxOCBMMzAsMjMuOTk5ODkxOCBMMzAsMTguOTk5ODkxOCBMNDEsMTguOTk5ODkxOCBDNDEuNTUzLDE4Ljk5OTg5MTggNDIsMTguNTUxODkxOCA0MiwxNy45OTk4OTE4IEw0MiwxMS44NTc4OTE4IEM0My43MiwxMS40MTA4OTE4IDQ1LDkuODU3ODkxODEgNDUsNy45OTk4OTE4MSBDNDUsNS43OTM4OTE4MSA0My4yMDYsMy45OTk4OTE4MSA0MSwzLjk5OTg5MTgxIEMzOC43OTQsMy45OTk4OTE4MSAzNyw1Ljc5Mzg5MTgxIDM3LDcuOTk5ODkxODEgQzM3LDkuODU3ODkxODEgMzguMjgsMTEuNDEwODkxOCA0MCwxMS44NTc4OTE4IEw0MCwxNi45OTk4OTE4IEwzMCwxNi45OTk4OTE4IEwzMCwzLjk5OTg5MTgxIEMzMCwzLjU2ODg5MTgxIDI5LjcyNSwzLjE4Nzg5MTgxIDI5LjMxNiwzLjA1MDg5MTgxIEwyMC4zMTYsMC4wNTA4OTE4MTEgQzIwLjA0MiwtMC4wMzkxMDgxODkgMTkuNzQ0LC0wLjAwOTEwODE4OTA0IDE5LjQ5NiwwLjEzNTg5MTgxMSBMNy40OTYsNy4xMzU4OTE4MSBDNy4xODgsNy4zMTQ4OTE4MSA3LDcuNjQ0ODkxODEgNyw3Ljk5OTg5MTgxIEw3LDE3LjQxOTg5MTggTDAuNTA0LDIxLjEzMTg5MTggQzAuMTkyLDIxLjMwOTg5MTggMCwyMS42NDA4OTE4IDAsMjEuOTk5ODkxOCBMMCwzMy45OTk4OTE4IEMwLDM0LjM1ODg5MTggMC4xOTIsMzQuNjg5ODkxOCAwLjUwNCwzNC44Njc4OTE4IEw3LDM4LjU3OTg5MTggTDcsNDcuOTk5ODkxOCBDNyw0OC4zNTQ4OTE4IDcuMTg4LDQ4LjY4NDg5MTggNy40OTYsNDguODYzODkxOCBMMTkuNDk2LDU1Ljg2Mzg5MTggQzE5LjY1LDU1Ljk1Mzg5MTggMTkuODI1LDU1Ljk5OTg5MTggMjAsNTUuOTk5ODkxOCBDMjAuMTA2LDU1Ljk5OTg5MTggMjAuMjEzLDU1Ljk4Mjg5MTggMjAuMzE2LDU1Ljk0ODg5MTggTDI5LjMxNiw1Mi45NDg4OTE4IEMyOS43MjUsNTIuODExODkxOCAzMCw1Mi40MzA4OTE4IDMwLDUxLjk5OTg5MTggTDMwLDM5Ljk5OTg5MTggTDM3LDM5Ljk5OTg5MTggTDM3LDQ0LjE0MTg5MTggQzM1LjI4LDQ0LjU4ODg5MTggMzQsNDYuMTQxODkxOCAzNCw0Ny45OTk4OTE4IEMzNCw1MC4yMDU4OTE4IDM1Ljc5NCw1MS45OTk4OTE4IDM4LDUxLjk5OTg5MTggQzQwLjIwNiw1MS45OTk4OTE4IDQyLDUwLjIwNTg5MTggNDIsNDcuOTk5ODkxOCBDNDIsNDYuMTQxODkxOCA0MC43Miw0NC41ODg4OTE4IDM5LDQ0LjE0MTg5MTggTDM5LDM4Ljk5OTg5MTggQzM5LDM4LjQ0Nzg5MTggMzguNTUzLDM3Ljk5OTg5MTggMzgsMzcuOTk5ODkxOCBMMzAsMzcuOTk5ODkxOCBMMzAsMzIuOTk5ODkxOCBMNDIuNSwzMi45OTk4OTE4IEw0NC42MzgsMzUuODQ5ODkxOCBDNDQuMjM5LDM2LjQ3MTg5MTggNDQsMzcuMjA2ODkxOCA0NCwzNy45OTk4OTE4IEM0NCw0MC4yMDU4OTE4IDQ1Ljc5NCw0MS45OTk4OTE4IDQ4LDQxLjk5OTg5MTggQzUwLjIwNiw0MS45OTk4OTE4IDUyLDQwLjIwNTg5MTggNTIsMzcuOTk5ODkxOCBDNTIsMzUuNzkzODkxOCA1MC4yMDYsMzMuOTk5ODkxOCA0OCwzMy45OTk4OTE4IEM0Ny4zMTYsMzMuOTk5ODkxOCA0Ni42ODIsMzQuMTg3ODkxOCA0Ni4xMTksMzQuNDkxODkxOCBMNDMuOCwzMS4zOTk4OTE4IEM0My42MTEsMzEuMTQ3ODkxOCA0My4zMTQsMzAuOTk5ODkxOCA0MywzMC45OTk4OTE4IEwzMCwzMC45OTk4OTE4IEwzMCwyNS45OTk4OTE4IEw0OC4xNDIsMjUuOTk5ODkxOCBDNDguNTg5LDI3LjcxOTg5MTggNTAuMTQxLDI4Ljk5OTg5MTggNTIsMjguOTk5ODkxOCBDNTQuMjA2LDI4Ljk5OTg5MTggNTYsMjcuMjA1ODkxOCA1NiwyNC45OTk4OTE4IEM1NiwyMi43OTM4OTE4IDU0LjIwNiwyMC45OTk4OTE4IDUyLDIwLjk5OTg5MTggTDUyLDIwLjk5OTg5MTggWiIgaWQ9IkZpbGwtMSI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"
1259
+ }
1260
+ },
1261
+ {
1262
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1263
+ "name": "AWS Bedrock Outbound Connector",
1264
+ "id": "io.camunda.connectors.aws.bedrock.v1",
1265
+ "description": "Invoke models and converse using AWS Bedrock.",
1266
+ "keywords": [
1267
+ "invoke model",
1268
+ "run inference",
1269
+ "invokemodel API",
1270
+ "converse API",
1271
+ "converse",
1272
+ "AI",
1273
+ "LLM",
1274
+ "machine learning",
1275
+ "language model",
1276
+ "generative AI"
1277
+ ],
1278
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-bedrock/",
1279
+ "version": 4,
1280
+ "category": {
1281
+ "id": "connectors",
1282
+ "name": "Connectors"
1283
+ },
1284
+ "appliesTo": ["bpmn:Task"],
1285
+ "elementType": {
1286
+ "value": "bpmn:ServiceTask"
1287
+ },
1288
+ "engines": {
1289
+ "camunda": "^8.10"
1290
+ },
1291
+ "groups": [
1292
+ {
1293
+ "id": "authentication",
1294
+ "label": "Authentication"
1295
+ },
1296
+ {
1297
+ "id": "configuration",
1298
+ "label": "Configuration"
1299
+ },
1300
+ {
1301
+ "id": "action",
1302
+ "label": "Action"
1303
+ },
1304
+ {
1305
+ "id": "invokeModel",
1306
+ "label": "Invoke Model"
1307
+ },
1308
+ {
1309
+ "id": "converse",
1310
+ "label": "Converse"
1311
+ },
1312
+ {
1313
+ "id": "connector",
1314
+ "label": "Connector"
1315
+ },
1316
+ {
1317
+ "id": "output",
1318
+ "label": "Output mapping"
1319
+ },
1320
+ {
1321
+ "id": "error",
1322
+ "label": "Error handling"
1323
+ },
1324
+ {
1325
+ "id": "retries",
1326
+ "label": "Retries"
1327
+ }
1328
+ ],
1329
+ "properties": [
1330
+ {
1331
+ "value": "io.camunda:aws-bedrock:1",
1332
+ "binding": {
1333
+ "property": "type",
1334
+ "type": "zeebe:taskDefinition"
1335
+ },
1336
+ "type": "Hidden"
1337
+ },
1338
+ {
1339
+ "id": "authentication.type",
1340
+ "label": "Authentication",
1341
+ "description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/#aws-authentication-types\" target=\"_blank\">documentation page</a>",
1342
+ "value": "credentials",
1343
+ "group": "authentication",
1344
+ "binding": {
1345
+ "name": "authentication.type",
1346
+ "type": "zeebe:input"
1347
+ },
1348
+ "type": "Dropdown",
1349
+ "choices": [
1350
+ {
1351
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
1352
+ "value": "defaultCredentialsChain"
1353
+ },
1354
+ {
1355
+ "name": "Credentials",
1356
+ "value": "credentials"
1357
+ }
1358
+ ]
1359
+ },
1360
+ {
1361
+ "id": "authentication.accessKey",
1362
+ "label": "Access key",
1363
+ "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
1364
+ "optional": false,
1365
+ "constraints": {
1366
+ "notEmpty": true
1367
+ },
1368
+ "feel": "optional",
1369
+ "group": "authentication",
1370
+ "binding": {
1371
+ "name": "authentication.accessKey",
1372
+ "type": "zeebe:input"
1373
+ },
1374
+ "condition": {
1375
+ "property": "authentication.type",
1376
+ "equals": "credentials",
1377
+ "type": "simple"
1378
+ },
1379
+ "type": "String"
1380
+ },
1381
+ {
1382
+ "id": "authentication.secretKey",
1383
+ "label": "Secret key",
1384
+ "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
1385
+ "optional": false,
1386
+ "constraints": {
1387
+ "notEmpty": true
1388
+ },
1389
+ "feel": "optional",
1390
+ "group": "authentication",
1391
+ "binding": {
1392
+ "name": "authentication.secretKey",
1393
+ "type": "zeebe:input"
1394
+ },
1395
+ "condition": {
1396
+ "property": "authentication.type",
1397
+ "equals": "credentials",
1398
+ "type": "simple"
1399
+ },
1400
+ "type": "String"
1401
+ },
1402
+ {
1403
+ "id": "configuration.region",
1404
+ "label": "Region",
1405
+ "description": "Specify the AWS region",
1406
+ "optional": false,
1407
+ "constraints": {
1408
+ "notEmpty": true
1409
+ },
1410
+ "feel": "optional",
1411
+ "group": "configuration",
1412
+ "binding": {
1413
+ "name": "configuration.region",
1414
+ "type": "zeebe:input"
1415
+ },
1416
+ "type": "String"
1417
+ },
1418
+ {
1419
+ "id": "configuration.endpoint",
1420
+ "label": "Endpoint",
1421
+ "description": "Specify endpoint if need to use custom endpoint",
1422
+ "optional": true,
1423
+ "group": "configuration",
1424
+ "binding": {
1425
+ "name": "configuration.endpoint",
1426
+ "type": "zeebe:input"
1427
+ },
1428
+ "type": "Hidden"
1429
+ },
1430
+ {
1431
+ "id": "action",
1432
+ "label": "Action",
1433
+ "value": "invokeModel",
1434
+ "group": "action",
1435
+ "binding": {
1436
+ "name": "action",
1437
+ "type": "zeebe:input"
1438
+ },
1439
+ "type": "Dropdown",
1440
+ "choices": [
1441
+ {
1442
+ "name": "Invoke Model",
1443
+ "value": "invokeModel"
1444
+ },
1445
+ {
1446
+ "name": "Converse",
1447
+ "value": "converse"
1448
+ }
1449
+ ]
1450
+ },
1451
+ {
1452
+ "id": "data.modelId0",
1453
+ "label": "Model ID",
1454
+ "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>",
1455
+ "optional": false,
1456
+ "constraints": {
1457
+ "notEmpty": true
1458
+ },
1459
+ "feel": "optional",
1460
+ "group": "invokeModel",
1461
+ "binding": {
1462
+ "name": "data.modelId",
1463
+ "type": "zeebe:input"
1464
+ },
1465
+ "condition": {
1466
+ "property": "action",
1467
+ "equals": "invokeModel",
1468
+ "type": "simple"
1469
+ },
1470
+ "type": "String"
1471
+ },
1472
+ {
1473
+ "id": "data.payload",
1474
+ "label": "Payload",
1475
+ "description": "Specify the payload. Details in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters.html\" target=\"_blank\">documentation</a>",
1476
+ "optional": false,
1477
+ "constraints": {
1478
+ "notEmpty": true
1479
+ },
1480
+ "feel": "required",
1481
+ "group": "invokeModel",
1482
+ "binding": {
1483
+ "name": "data.payload",
1484
+ "type": "zeebe:input"
1485
+ },
1486
+ "condition": {
1487
+ "property": "action",
1488
+ "equals": "invokeModel",
1489
+ "type": "simple"
1490
+ },
1491
+ "type": "String"
1492
+ },
1493
+ {
1494
+ "id": "data.messagesHistory",
1495
+ "label": "Message History",
1496
+ "description": "Specify the message history, when previous context is needed",
1497
+ "optional": true,
1498
+ "feel": "required",
1499
+ "group": "converse",
1500
+ "binding": {
1501
+ "name": "data.messagesHistory",
1502
+ "type": "zeebe:input"
1503
+ },
1504
+ "condition": {
1505
+ "property": "action",
1506
+ "equals": "converse",
1507
+ "type": "simple"
1508
+ },
1509
+ "type": "String"
1510
+ },
1511
+ {
1512
+ "id": "data.modelId1",
1513
+ "label": "Model ID",
1514
+ "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>",
1515
+ "optional": false,
1516
+ "constraints": {
1517
+ "notEmpty": true
1518
+ },
1519
+ "feel": "optional",
1520
+ "group": "converse",
1521
+ "binding": {
1522
+ "name": "data.modelId",
1523
+ "type": "zeebe:input"
1524
+ },
1525
+ "condition": {
1526
+ "property": "action",
1527
+ "equals": "converse",
1528
+ "type": "simple"
1529
+ },
1530
+ "type": "String"
1531
+ },
1532
+ {
1533
+ "id": "data.newMessage",
1534
+ "label": "New Message",
1535
+ "description": "Specify the next message",
1536
+ "optional": false,
1537
+ "constraints": {
1538
+ "notEmpty": true
1539
+ },
1540
+ "feel": "optional",
1541
+ "group": "converse",
1542
+ "binding": {
1543
+ "name": "data.newMessage",
1544
+ "type": "zeebe:input"
1545
+ },
1546
+ "condition": {
1547
+ "property": "action",
1548
+ "equals": "converse",
1549
+ "type": "simple"
1550
+ },
1551
+ "type": "String"
1552
+ },
1553
+ {
1554
+ "id": "data.maxTokens",
1555
+ "label": "Max token returned",
1556
+ "optional": true,
1557
+ "feel": "optional",
1558
+ "group": "converse",
1559
+ "binding": {
1560
+ "name": "data.maxTokens",
1561
+ "type": "zeebe:input"
1562
+ },
1563
+ "condition": {
1564
+ "property": "action",
1565
+ "equals": "converse",
1566
+ "type": "simple"
1567
+ },
1568
+ "type": "Number"
1569
+ },
1570
+ {
1571
+ "id": "data.temperature",
1572
+ "label": "Temperature",
1573
+ "optional": true,
1574
+ "feel": "optional",
1575
+ "group": "converse",
1576
+ "binding": {
1577
+ "name": "data.temperature",
1578
+ "type": "zeebe:input"
1579
+ },
1580
+ "condition": {
1581
+ "property": "action",
1582
+ "equals": "converse",
1583
+ "type": "simple"
1584
+ },
1585
+ "type": "Number"
1586
+ },
1587
+ {
1588
+ "id": "data.topP",
1589
+ "label": "top P",
1590
+ "optional": true,
1591
+ "feel": "optional",
1592
+ "group": "converse",
1593
+ "binding": {
1594
+ "name": "data.topP",
1595
+ "type": "zeebe:input"
1596
+ },
1597
+ "condition": {
1598
+ "property": "action",
1599
+ "equals": "converse",
1600
+ "type": "simple"
1601
+ },
1602
+ "type": "Number"
1603
+ },
1604
+ {
1605
+ "id": "data_newDocuments_documentMode",
1606
+ "label": "Number of documents",
1607
+ "value": "none",
1608
+ "group": "converse",
1609
+ "binding": {
1610
+ "name": "data.data_newDocuments_documentMode",
1611
+ "type": "zeebe:input"
1612
+ },
1613
+ "condition": {
1614
+ "property": "action",
1615
+ "equals": "converse",
1616
+ "type": "simple"
1617
+ },
1618
+ "type": "Dropdown",
1619
+ "choices": [
1620
+ {
1621
+ "name": "None",
1622
+ "value": "none"
1623
+ },
1624
+ {
1625
+ "name": "Single document",
1626
+ "value": "single"
1627
+ },
1628
+ {
1629
+ "name": "Multiple documents",
1630
+ "value": "multiple"
1631
+ }
1632
+ ]
1633
+ },
1634
+ {
1635
+ "id": "data_newDocuments_single_documentSource",
1636
+ "label": "Document source",
1637
+ "value": "camunda",
1638
+ "group": "converse",
1639
+ "binding": {
1640
+ "name": "data.data_newDocuments_single_documentSource",
1641
+ "type": "zeebe:input"
1642
+ },
1643
+ "condition": {
1644
+ "allMatch": [
1645
+ {
1646
+ "property": "data_newDocuments_documentMode",
1647
+ "equals": "single",
1648
+ "type": "simple"
1649
+ },
1650
+ {
1651
+ "property": "action",
1652
+ "equals": "converse",
1653
+ "type": "simple"
1654
+ }
1655
+ ]
1656
+ },
1657
+ "type": "Dropdown",
1658
+ "choices": [
1659
+ {
1660
+ "name": "Camunda Document",
1661
+ "value": "camunda"
1662
+ },
1663
+ {
1664
+ "name": "Inline Content",
1665
+ "value": "inline"
1666
+ },
1667
+ {
1668
+ "name": "From URL",
1669
+ "value": "external"
1670
+ }
1671
+ ]
1672
+ },
1673
+ {
1674
+ "id": "data_newDocuments_single_camundaReference",
1675
+ "label": "Camunda document",
1676
+ "constraints": {
1677
+ "notEmpty": true
1678
+ },
1679
+ "feel": "required",
1680
+ "group": "converse",
1681
+ "binding": {
1682
+ "name": "data.data_newDocuments_single_camundaReference",
1683
+ "type": "zeebe:input"
1684
+ },
1685
+ "condition": {
1686
+ "allMatch": [
1687
+ {
1688
+ "property": "data_newDocuments_documentMode",
1689
+ "equals": "single",
1690
+ "type": "simple"
1691
+ },
1692
+ {
1693
+ "property": "data_newDocuments_single_documentSource",
1694
+ "equals": "camunda",
1695
+ "type": "simple"
1696
+ },
1697
+ {
1698
+ "property": "action",
1699
+ "equals": "converse",
1700
+ "type": "simple"
1701
+ }
1702
+ ]
1703
+ },
1704
+ "type": "String"
1705
+ },
1706
+ {
1707
+ "id": "data_newDocuments_single_inline_content",
1708
+ "label": "Content",
1709
+ "constraints": {
1710
+ "notEmpty": true
1711
+ },
1712
+ "feel": "optional",
1713
+ "group": "converse",
1714
+ "binding": {
1715
+ "name": "data.data_newDocuments_single_inline_content",
1716
+ "type": "zeebe:input"
1717
+ },
1718
+ "condition": {
1719
+ "allMatch": [
1720
+ {
1721
+ "property": "data_newDocuments_documentMode",
1722
+ "equals": "single",
1723
+ "type": "simple"
1724
+ },
1725
+ {
1726
+ "property": "data_newDocuments_single_documentSource",
1727
+ "equals": "inline",
1728
+ "type": "simple"
1729
+ },
1730
+ {
1731
+ "property": "action",
1732
+ "equals": "converse",
1733
+ "type": "simple"
1734
+ }
1735
+ ]
1736
+ },
1737
+ "type": "String"
1738
+ },
1739
+ {
1740
+ "id": "data_newDocuments_single_inline_fileName",
1741
+ "label": "File name",
1742
+ "feel": "optional",
1743
+ "group": "converse",
1744
+ "binding": {
1745
+ "name": "data.data_newDocuments_single_inline_fileName",
1746
+ "type": "zeebe:input"
1747
+ },
1748
+ "condition": {
1749
+ "allMatch": [
1750
+ {
1751
+ "property": "data_newDocuments_documentMode",
1752
+ "equals": "single",
1753
+ "type": "simple"
1754
+ },
1755
+ {
1756
+ "property": "data_newDocuments_single_documentSource",
1757
+ "equals": "inline",
1758
+ "type": "simple"
1759
+ },
1760
+ {
1761
+ "property": "action",
1762
+ "equals": "converse",
1763
+ "type": "simple"
1764
+ }
1765
+ ]
1766
+ },
1767
+ "type": "String"
1768
+ },
1769
+ {
1770
+ "id": "data_newDocuments_single_inline_contentType",
1771
+ "label": "Content type",
1772
+ "feel": "optional",
1773
+ "group": "converse",
1774
+ "binding": {
1775
+ "name": "data.data_newDocuments_single_inline_contentType",
1776
+ "type": "zeebe:input"
1777
+ },
1778
+ "condition": {
1779
+ "allMatch": [
1780
+ {
1781
+ "property": "data_newDocuments_documentMode",
1782
+ "equals": "single",
1783
+ "type": "simple"
1784
+ },
1785
+ {
1786
+ "property": "data_newDocuments_single_documentSource",
1787
+ "equals": "inline",
1788
+ "type": "simple"
1789
+ },
1790
+ {
1791
+ "property": "action",
1792
+ "equals": "converse",
1793
+ "type": "simple"
1794
+ }
1795
+ ]
1796
+ },
1797
+ "type": "String"
1798
+ },
1799
+ {
1800
+ "id": "data_newDocuments_single_external_url",
1801
+ "label": "URL",
1802
+ "constraints": {
1803
+ "notEmpty": true
1804
+ },
1805
+ "feel": "optional",
1806
+ "group": "converse",
1807
+ "binding": {
1808
+ "name": "data.data_newDocuments_single_external_url",
1809
+ "type": "zeebe:input"
1810
+ },
1811
+ "condition": {
1812
+ "allMatch": [
1813
+ {
1814
+ "property": "data_newDocuments_documentMode",
1815
+ "equals": "single",
1816
+ "type": "simple"
1817
+ },
1818
+ {
1819
+ "property": "data_newDocuments_single_documentSource",
1820
+ "equals": "external",
1821
+ "type": "simple"
1822
+ },
1823
+ {
1824
+ "property": "action",
1825
+ "equals": "converse",
1826
+ "type": "simple"
1827
+ }
1828
+ ]
1829
+ },
1830
+ "type": "String"
1831
+ },
1832
+ {
1833
+ "id": "data_newDocuments_single_external_fileName",
1834
+ "label": "File name",
1835
+ "feel": "optional",
1836
+ "group": "converse",
1837
+ "binding": {
1838
+ "name": "data.data_newDocuments_single_external_fileName",
1839
+ "type": "zeebe:input"
1840
+ },
1841
+ "condition": {
1842
+ "allMatch": [
1843
+ {
1844
+ "property": "data_newDocuments_documentMode",
1845
+ "equals": "single",
1846
+ "type": "simple"
1847
+ },
1848
+ {
1849
+ "property": "data_newDocuments_single_documentSource",
1850
+ "equals": "external",
1851
+ "type": "simple"
1852
+ },
1853
+ {
1854
+ "property": "action",
1855
+ "equals": "converse",
1856
+ "type": "simple"
1857
+ }
1858
+ ]
1859
+ },
1860
+ "type": "String"
1861
+ },
1862
+ {
1863
+ "id": "data_newDocuments_multiple_expression",
1864
+ "label": "Documents",
1865
+ "constraints": {
1866
+ "notEmpty": true
1867
+ },
1868
+ "feel": "required",
1869
+ "group": "converse",
1870
+ "binding": {
1871
+ "name": "data.data_newDocuments_multiple_expression",
1872
+ "type": "zeebe:input"
1873
+ },
1874
+ "condition": {
1875
+ "allMatch": [
1876
+ {
1877
+ "property": "data_newDocuments_documentMode",
1878
+ "equals": "multiple",
1879
+ "type": "simple"
1880
+ },
1881
+ {
1882
+ "property": "action",
1883
+ "equals": "converse",
1884
+ "type": "simple"
1885
+ }
1886
+ ]
1887
+ },
1888
+ "type": "String"
1889
+ },
1890
+ {
1891
+ "id": "data.newDocuments",
1892
+ "value": "=if data_newDocuments_documentMode = \"multiple\" then data_newDocuments_multiple_expression else if data_newDocuments_documentMode = \"single\" then (if data_newDocuments_single_documentSource = \"camunda\" then [data_newDocuments_single_camundaReference] else if data_newDocuments_single_documentSource = \"inline\" then [{ \"camunda.document.type\": \"inline\", content: data_newDocuments_single_inline_content, name: data_newDocuments_single_inline_fileName, contentType: data_newDocuments_single_inline_contentType }] else if data_newDocuments_single_documentSource = \"external\" then [{ \"camunda.document.type\": \"external\", url: data_newDocuments_single_external_url, name: data_newDocuments_single_external_fileName }] else null) else null",
1893
+ "group": "converse",
1894
+ "binding": {
1895
+ "name": "data.newDocuments",
1896
+ "type": "zeebe:input"
1897
+ },
1898
+ "condition": {
1899
+ "property": "action",
1900
+ "equals": "converse",
1901
+ "type": "simple"
1902
+ },
1903
+ "type": "Hidden"
1904
+ },
1905
+ {
1906
+ "id": "version",
1907
+ "label": "Version",
1908
+ "description": "Version of the element template",
1909
+ "value": "4",
1910
+ "group": "connector",
1911
+ "binding": {
1912
+ "key": "elementTemplateVersion",
1913
+ "type": "zeebe:taskHeader"
1914
+ },
1915
+ "type": "Hidden"
1916
+ },
1917
+ {
1918
+ "id": "id",
1919
+ "label": "ID",
1920
+ "description": "ID of the element template",
1921
+ "value": "io.camunda.connectors.aws.bedrock.v1",
1922
+ "group": "connector",
1923
+ "binding": {
1924
+ "key": "elementTemplateId",
1925
+ "type": "zeebe:taskHeader"
1926
+ },
1927
+ "type": "Hidden"
1928
+ },
1929
+ {
1930
+ "id": "resultVariable",
1931
+ "label": "Result variable",
1932
+ "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>.",
1933
+ "group": "output",
1934
+ "binding": {
1935
+ "key": "resultVariable",
1936
+ "type": "zeebe:taskHeader"
1937
+ },
1938
+ "type": "String"
1939
+ },
1940
+ {
1941
+ "id": "resultExpression",
1942
+ "label": "Result expression",
1943
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>.",
1207
1944
  "feel": "required",
1208
1945
  "group": "output",
1209
1946
  "binding": {