@camunda/connectors-element-templates 1.0.16 → 1.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (124) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -0
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +3 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +9 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +9 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +9 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +9 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +36 -39
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3769 -28
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6979 -3299
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +469 -471
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +484 -486
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1756 -1752
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +788 -51
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1412 -1412
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +376 -11
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +408 -9
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +322 -5
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +316 -311
  29. package/src/element-templates/aws-lambda-outbound-connector.json +305 -301
  30. package/src/element-templates/aws-s3-outbound-connector.json +656 -15
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
  32. package/src/element-templates/aws-sns-inbound-boundary.json +422 -415
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +330 -323
  34. package/src/element-templates/aws-sns-inbound-message-start.json +348 -341
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
  37. package/src/element-templates/aws-sns-outbound-connector.json +593 -589
  38. package/src/element-templates/aws-sqs-boundary-connector.json +642 -638
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +588 -584
  40. package/src/element-templates/aws-sqs-outbound-connector.json +748 -746
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +408 -400
  43. package/src/element-templates/aws-sqs-start-message.json +465 -461
  44. package/src/element-templates/aws-textract-outbound-connector.json +298 -294
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +598 -53
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +39 -31
  50. package/src/element-templates/easy-post-connector.json +1017 -49
  51. package/src/element-templates/email-inbound-connector-boundary.json +32 -24
  52. package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +45 -37
  55. package/src/element-templates/email-outbound-connector.json +2129 -256
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12447 -5385
  58. package/src/element-templates/github-webhook-connector-boundary.json +11 -13
  59. package/src/element-templates/github-webhook-connector-intermediate.json +55 -57
  60. package/src/element-templates/github-webhook-connector-message-start.json +19 -21
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +62 -64
  63. package/src/element-templates/gitlab-connector.json +2974 -1342
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +882 -262
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1048 -19
  68. package/src/element-templates/google-sheets-outbound-connector.json +2961 -1967
  69. package/src/element-templates/graphql-outbound-connector.json +1780 -1193
  70. package/src/element-templates/http-json-connector.json +2832 -2168
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +953 -277
  72. package/src/element-templates/http-polling-connector.json +1642 -966
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +432 -5
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +21 -12
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +581 -572
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +150 -141
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +436 -430
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +165 -13
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +165 -13
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +178 -26
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5616 -1607
  87. package/src/element-templates/openai-connector.json +608 -145
  88. package/src/element-templates/operate-connector.json +1218 -66
  89. package/src/element-templates/power-automate-connector.json +602 -10
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +799 -790
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +914 -905
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +477 -468
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +754 -745
  95. package/src/element-templates/rabbitmq-outbound-connector.json +875 -869
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +583 -39
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +1406 -798
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +639 -341
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +678 -348
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +332 -327
  110. package/src/element-templates/slack-outbound-connector.json +3313 -919
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1521 -41
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +35 -26
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +38 -29
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +607 -15
  119. package/src/element-templates/webhook-connector-boundary.json +1986 -1331
  120. package/src/element-templates/webhook-connector-intermediate.json +2193 -1538
  121. package/src/element-templates/webhook-connector-receive.json +654 -0
  122. package/src/element-templates/webhook-connector-start-event.json +1261 -700
  123. package/src/element-templates/webhook-connector-start-message.json +1754 -1067
  124. package/src/element-templates/whatsapp-connector.json +339 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/connectors-element-templates",
3
- "version": "1.0.16",
3
+ "version": "1.0.18",
4
4
  "description": "Camunda Connectors Store with all out of the box connectors",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -11,7 +11,7 @@
11
11
  "license": "Camunda License 1.0",
12
12
  "devDependencies": {
13
13
  "mocha": "^11.7.1",
14
- "prettier": "3.8.1"
14
+ "prettier": "3.8.3"
15
15
  },
16
16
  "repository": {
17
17
  "type": "git",
package/src/connectors.js CHANGED
@@ -15,9 +15,14 @@ import agenticai_adhoctoolsschema_outbound_connector from "./element-templates/a
15
15
  import agenticai_aiagent_job_worker from "./element-templates/agenticai-aiagent-job-worker.json" with { type: "json" };
16
16
  import agenticai_aiagent_outbound_connector from "./element-templates/agenticai-aiagent-outbound-connector.json" with { type: "json" };
17
17
  import agenticai_mcp_client_outbound_connector from "./element-templates/agenticai-mcp-client-outbound-connector.json" with { type: "json" };
18
+ import agenticai_mcp_message_start_event from "./element-templates/agenticai-mcp-message-start-event.json" with { type: "json" };
18
19
  import agenticai_mcp_remote_client_outbound_connector from "./element-templates/agenticai-mcp-remote-client-outbound-connector.json" with { type: "json" };
19
20
  import asana_connector from "./element-templates/asana-connector.json" with { type: "json" };
20
21
  import automation_anywhere_outbound_connector from "./element-templates/automation-anywhere-outbound-connector.json" with { type: "json" };
22
+ import aws_bedrock_agentcore_long_term_memory_outbound_connector from "./element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json" with { type: "json" };
23
+ import aws_bedrock_agentcore_runtime_outbound_connector from "./element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json" with { type: "json" };
24
+ import aws_bedrock_codeinterpreter_outbound_connector from "./element-templates/aws-bedrock-codeinterpreter-outbound-connector.json" with { type: "json" };
25
+ import aws_bedrock_knowledgebase_outbound_connector from "./element-templates/aws-bedrock-knowledgebase-outbound-connector.json" with { type: "json" };
21
26
  import aws_bedrock_outbound_connector from "./element-templates/aws-bedrock-outbound-connector.json" with { type: "json" };
22
27
  import aws_comprehend_outbound_connector from "./element-templates/aws-comprehend-outbound-connector.json" with { type: "json" };
23
28
  import aws_dynamodb_outbound_connector from "./element-templates/aws-dynamodb-outbound-connector.json" with { type: "json" };
@@ -51,6 +56,7 @@ import csv_outbound_connector from "./element-templates/csv-outbound-connector.j
51
56
  import easy_post_connector from "./element-templates/easy-post-connector.json" with { type: "json" };
52
57
  import email_inbound_connector_boundary from "./element-templates/email-inbound-connector-boundary.json" with { type: "json" };
53
58
  import email_inbound_connector_intermediate from "./element-templates/email-inbound-connector-intermediate.json" with { type: "json" };
59
+ import email_inbound_connector_receive from "./element-templates/email-inbound-connector-receive.json" with { type: "json" };
54
60
  import email_message_start_event_connector from "./element-templates/email-message-start-event-connector.json" with { type: "json" };
55
61
  import email_outbound_connector from "./element-templates/email-outbound-connector.json" with { type: "json" };
56
62
  import embeddings_vector_database_outbound_connector from "./element-templates/embeddings-vector-database-outbound-connector.json" with { type: "json" };
@@ -133,9 +139,14 @@ const allConnectors = [
133
139
  agenticai_aiagent_job_worker,
134
140
  agenticai_aiagent_outbound_connector,
135
141
  agenticai_mcp_client_outbound_connector,
142
+ agenticai_mcp_message_start_event,
136
143
  agenticai_mcp_remote_client_outbound_connector,
137
144
  asana_connector,
138
145
  automation_anywhere_outbound_connector,
146
+ aws_bedrock_agentcore_long_term_memory_outbound_connector,
147
+ aws_bedrock_agentcore_runtime_outbound_connector,
148
+ aws_bedrock_codeinterpreter_outbound_connector,
149
+ aws_bedrock_knowledgebase_outbound_connector,
139
150
  aws_bedrock_outbound_connector,
140
151
  aws_comprehend_outbound_connector,
141
152
  aws_dynamodb_outbound_connector,
@@ -169,6 +180,7 @@ const allConnectors = [
169
180
  easy_post_connector,
170
181
  email_inbound_connector_boundary,
171
182
  email_inbound_connector_intermediate,
183
+ email_inbound_connector_receive,
172
184
  email_message_start_event_connector,
173
185
  email_outbound_connector,
174
186
  embeddings_vector_database_outbound_connector,
@@ -4,9 +4,7 @@
4
4
  "name": "A2A Client (early access)",
5
5
  "id": "io.camunda.connectors.agenticai.a2a.client.v0",
6
6
  "description": "Agent-to-Agent (A2A) client, enabling discovering remote agents' Agent Cards as well as sending messages to remote agents.",
7
- "metadata": {
8
- "keywords": []
9
- },
7
+ "documentationRef": "https://docs.camunda.io/docs/8.9/components/early-access/alpha/a2a-client/a2a-client-connector/",
10
8
  "version": 0,
11
9
  "category": {
12
10
  "id": "connectors",
@@ -767,7 +765,7 @@
767
765
  {
768
766
  "id": "resultVariable",
769
767
  "label": "Result variable",
770
- "description": "Name of variable to store the response in",
768
+ "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>.",
771
769
  "group": "output",
772
770
  "binding": {
773
771
  "key": "resultVariable",
@@ -778,7 +776,7 @@
778
776
  {
779
777
  "id": "resultExpression",
780
778
  "label": "Result expression",
781
- "description": "Expression to map the response into process variables",
779
+ "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>.",
782
780
  "feel": "required",
783
781
  "group": "output",
784
782
  "binding": {
@@ -4,9 +4,7 @@
4
4
  "name": "A2A Client Polling Intermediate Catch Event Connector (early access)",
5
5
  "id": "io.camunda.connectors.agenticai.a2a.client.polling.intermediate.v0",
6
6
  "description": "Agent-to-Agent (A2A) polling inbound connector. Supports polling asynchronous tasks, but can also directly correlate messages and synchronously completed tasks.",
7
- "metadata": {
8
- "keywords": []
9
- },
7
+ "documentationRef": "https://docs.camunda.io/docs/8.9/components/early-access/alpha/a2a-client/a2a-client-polling-connector/",
10
8
  "version": 0,
11
9
  "category": {
12
10
  "id": "connectors",
@@ -234,15 +232,18 @@
234
232
  },
235
233
  {
236
234
  "id": "messageNameUuid",
235
+ "label": "Message name",
237
236
  "generatedValue": {
238
237
  "type": "uuid"
239
238
  },
239
+ "feel": "optional",
240
240
  "group": "correlation",
241
241
  "binding": {
242
242
  "name": "name",
243
243
  "type": "bpmn:Message#property"
244
244
  },
245
- "type": "Hidden"
245
+ "tooltip": "By default, this is an auto-generated random UUID. We recommend using a unique message name for each connector element in the diagram. Override to set a custom message name. Learn more about <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-subscriptions\">message subscriptions</a> that power inbound connectors.",
246
+ "type": "String"
246
247
  },
247
248
  {
248
249
  "id": "deduplicationModeManualFlag",
@@ -311,7 +312,7 @@
311
312
  {
312
313
  "id": "resultVariable",
313
314
  "label": "Result variable",
314
- "description": "Name of variable to store the response in",
315
+ "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>.",
315
316
  "group": "output",
316
317
  "binding": {
317
318
  "name": "resultVariable",
@@ -322,15 +323,15 @@
322
323
  {
323
324
  "id": "resultExpression",
324
325
  "label": "Result expression",
325
- "description": "Expression to map the response into process variables",
326
+ "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>.",
327
+ "value": "={response: result}",
326
328
  "feel": "required",
327
329
  "group": "output",
328
330
  "binding": {
329
331
  "name": "resultExpression",
330
332
  "type": "zeebe:property"
331
333
  },
332
- "type": "Text",
333
- "value": "={response: result}"
334
+ "type": "Text"
334
335
  }
335
336
  ],
336
337
  "icon": {
@@ -4,9 +4,7 @@
4
4
  "name": "A2A Client Polling Receive Task Connector (early access)",
5
5
  "id": "io.camunda.connectors.agenticai.a2a.client.polling.receive.v0",
6
6
  "description": "Agent-to-Agent (A2A) polling inbound connector. Supports polling asynchronous tasks, but can also directly correlate messages and synchronously completed tasks.",
7
- "metadata": {
8
- "keywords": []
9
- },
7
+ "documentationRef": "https://docs.camunda.io/docs/8.9/components/early-access/alpha/a2a-client/a2a-client-polling-connector/",
10
8
  "version": 0,
11
9
  "category": {
12
10
  "id": "connectors",
@@ -233,15 +231,18 @@
233
231
  },
234
232
  {
235
233
  "id": "messageNameUuid",
234
+ "label": "Message name",
236
235
  "generatedValue": {
237
236
  "type": "uuid"
238
237
  },
238
+ "feel": "optional",
239
239
  "group": "correlation",
240
240
  "binding": {
241
241
  "name": "name",
242
242
  "type": "bpmn:Message#property"
243
243
  },
244
- "type": "Hidden"
244
+ "tooltip": "By default, this is an auto-generated random UUID. We recommend using a unique message name for each connector element in the diagram. Override to set a custom message name. Learn more about <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-subscriptions\">message subscriptions</a> that power inbound connectors.",
245
+ "type": "String"
245
246
  },
246
247
  {
247
248
  "id": "deduplicationModeManualFlag",
@@ -310,7 +311,7 @@
310
311
  {
311
312
  "id": "resultVariable",
312
313
  "label": "Result variable",
313
- "description": "Name of variable to store the response in",
314
+ "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>.",
314
315
  "group": "output",
315
316
  "binding": {
316
317
  "name": "resultVariable",
@@ -321,15 +322,15 @@
321
322
  {
322
323
  "id": "resultExpression",
323
324
  "label": "Result expression",
324
- "description": "Expression to map the response into process variables",
325
+ "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>.",
326
+ "value": "={response: result}",
325
327
  "feel": "required",
326
328
  "group": "output",
327
329
  "binding": {
328
330
  "name": "resultExpression",
329
331
  "type": "zeebe:property"
330
332
  },
331
- "type": "Text",
332
- "value": "={response: result}"
333
+ "type": "Text"
333
334
  }
334
335
  ],
335
336
  "icon": {
@@ -4,9 +4,7 @@
4
4
  "name": "A2A Client Webhook Intermediate Catch Event Connector (early access)",
5
5
  "id": "io.camunda.connectors.agenticai.a2a.client.webhook.intermediate.v0",
6
6
  "description": "Agent-to-Agent (A2A) webhook inbound connector that can be used to receive callbacks from remote A2A servers.",
7
- "metadata": {
8
- "keywords": []
9
- },
7
+ "documentationRef": "https://docs.camunda.io/docs/8.9/components/early-access/alpha/a2a-client/a2a-client-webhook-connector/",
10
8
  "version": 0,
11
9
  "category": {
12
10
  "id": "connectors",
@@ -452,15 +450,18 @@
452
450
  },
453
451
  {
454
452
  "id": "messageNameUuid",
453
+ "label": "Message name",
455
454
  "generatedValue": {
456
455
  "type": "uuid"
457
456
  },
457
+ "feel": "optional",
458
458
  "group": "correlation",
459
459
  "binding": {
460
460
  "name": "name",
461
461
  "type": "bpmn:Message#property"
462
462
  },
463
- "type": "Hidden"
463
+ "tooltip": "By default, this is an auto-generated random UUID. We recommend using a unique message name for each connector element in the diagram. Override to set a custom message name. Learn more about <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-subscriptions\">message subscriptions</a> that power inbound connectors.",
464
+ "type": "String"
464
465
  },
465
466
  {
466
467
  "id": "deduplicationModeManualFlag",
@@ -529,7 +530,7 @@
529
530
  {
530
531
  "id": "resultVariable",
531
532
  "label": "Result variable",
532
- "description": "Name of variable to store the response in",
533
+ "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>.",
533
534
  "group": "output",
534
535
  "binding": {
535
536
  "name": "resultVariable",
@@ -540,15 +541,15 @@
540
541
  {
541
542
  "id": "resultExpression",
542
543
  "label": "Result expression",
543
- "description": "Expression to map the response into process variables",
544
+ "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>.",
545
+ "value": "={response: request.body}",
544
546
  "feel": "required",
545
547
  "group": "output",
546
548
  "binding": {
547
549
  "name": "resultExpression",
548
550
  "type": "zeebe:property"
549
551
  },
550
- "type": "Text",
551
- "value": "={response: request.body}"
552
+ "type": "Text"
552
553
  }
553
554
  ],
554
555
  "icon": {
@@ -4,9 +4,7 @@
4
4
  "name": "A2A Client Webhook Receive Task Connector (early access)",
5
5
  "id": "io.camunda.connectors.agenticai.a2a.client.webhook.receive.v0",
6
6
  "description": "Agent-to-Agent (A2A) webhook inbound connector that can be used to receive callbacks from remote A2A servers.",
7
- "metadata": {
8
- "keywords": []
9
- },
7
+ "documentationRef": "https://docs.camunda.io/docs/8.9/components/early-access/alpha/a2a-client/a2a-client-webhook-connector/",
10
8
  "version": 0,
11
9
  "category": {
12
10
  "id": "connectors",
@@ -451,15 +449,18 @@
451
449
  },
452
450
  {
453
451
  "id": "messageNameUuid",
452
+ "label": "Message name",
454
453
  "generatedValue": {
455
454
  "type": "uuid"
456
455
  },
456
+ "feel": "optional",
457
457
  "group": "correlation",
458
458
  "binding": {
459
459
  "name": "name",
460
460
  "type": "bpmn:Message#property"
461
461
  },
462
- "type": "Hidden"
462
+ "tooltip": "By default, this is an auto-generated random UUID. We recommend using a unique message name for each connector element in the diagram. Override to set a custom message name. Learn more about <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-subscriptions\">message subscriptions</a> that power inbound connectors.",
463
+ "type": "String"
463
464
  },
464
465
  {
465
466
  "id": "deduplicationModeManualFlag",
@@ -528,7 +529,7 @@
528
529
  {
529
530
  "id": "resultVariable",
530
531
  "label": "Result variable",
531
- "description": "Name of variable to store the response in",
532
+ "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>.",
532
533
  "group": "output",
533
534
  "binding": {
534
535
  "name": "resultVariable",
@@ -539,15 +540,15 @@
539
540
  {
540
541
  "id": "resultExpression",
541
542
  "label": "Result expression",
542
- "description": "Expression to map the response into process variables",
543
+ "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>.",
544
+ "value": "={response: request.body}",
543
545
  "feel": "required",
544
546
  "group": "output",
545
547
  "binding": {
546
548
  "name": "resultExpression",
547
549
  "type": "zeebe:property"
548
550
  },
549
- "type": "Text",
550
- "value": "={response: request.body}"
551
+ "type": "Text"
551
552
  }
552
553
  ],
553
554
  "icon": {
@@ -1,14 +1,11 @@
1
1
  [
2
2
  {
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
- "name": "Ad-hoc subprocess tools schema (alpha)",
5
- "id": "io.camunda.connectors.agenticai.adhoctoolsschema.v0",
6
- "description": "Connector to fetch tools schema information from an ad-hoc subprocess",
7
- "metadata": {
8
- "keywords": []
9
- },
10
- "version": 0,
11
- "deprecated": true,
4
+ "name": "Ad-hoc tools schema",
5
+ "id": "io.camunda.connectors.agenticai.adhoctoolsschema.v1",
6
+ "description": "Connector to fetch tools schema information from an ad-hoc sub-process.",
7
+ "documentationRef": "https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-ad-hoc-tools-schema-resolver/",
8
+ "version": 2,
12
9
  "category": {
13
10
  "id": "connectors",
14
11
  "name": "Connectors"
@@ -17,10 +14,13 @@
17
14
  "elementType": {
18
15
  "value": "bpmn:ServiceTask"
19
16
  },
17
+ "engines": {
18
+ "camunda": "^8.8"
19
+ },
20
20
  "groups": [
21
21
  {
22
22
  "id": "tools",
23
- "label": "Available Tools"
23
+ "label": "Available tools"
24
24
  },
25
25
  {
26
26
  "id": "connector",
@@ -41,7 +41,7 @@
41
41
  ],
42
42
  "properties": [
43
43
  {
44
- "value": "io.camunda.agenticai:adhoctoolsschema:0",
44
+ "value": "io.camunda.agenticai:adhoctoolsschema:1",
45
45
  "binding": {
46
46
  "property": "type",
47
47
  "type": "zeebe:taskDefinition"
@@ -50,9 +50,12 @@
50
50
  },
51
51
  {
52
52
  "id": "data.containerElementId",
53
- "label": "Ad-hoc subprocess ID containing tools",
54
- "description": "The ID of the subprocess containing the tools to be called",
53
+ "label": "Ad-hoc sub-process ID",
54
+ "description": "The ID of the sub-process containing the tools to be called",
55
55
  "optional": false,
56
+ "constraints": {
57
+ "notEmpty": true
58
+ },
56
59
  "feel": "optional",
57
60
  "group": "tools",
58
61
  "binding": {
@@ -65,7 +68,7 @@
65
68
  "id": "version",
66
69
  "label": "Version",
67
70
  "description": "Version of the element template",
68
- "value": "0",
71
+ "value": "2",
69
72
  "group": "connector",
70
73
  "binding": {
71
74
  "key": "elementTemplateVersion",
@@ -77,7 +80,7 @@
77
80
  "id": "id",
78
81
  "label": "ID",
79
82
  "description": "ID of the element template",
80
- "value": "io.camunda.connectors.agenticai.adhoctoolsschema.v0",
83
+ "value": "io.camunda.connectors.agenticai.adhoctoolsschema.v1",
81
84
  "group": "connector",
82
85
  "binding": {
83
86
  "key": "elementTemplateId",
@@ -88,7 +91,7 @@
88
91
  {
89
92
  "id": "resultVariable",
90
93
  "label": "Result variable",
91
- "description": "Name of variable to store the response in",
94
+ "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>.",
92
95
  "group": "output",
93
96
  "binding": {
94
97
  "key": "resultVariable",
@@ -99,7 +102,7 @@
99
102
  {
100
103
  "id": "resultExpression",
101
104
  "label": "Result expression",
102
- "description": "Expression to map the response into process variables",
105
+ "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>.",
103
106
  "feel": "required",
104
107
  "group": "output",
105
108
  "binding": {
@@ -146,23 +149,19 @@
146
149
  "type": "String"
147
150
  }
148
151
  ],
149
- "engines": {
150
- "camunda": "^8.8"
151
- },
152
152
  "icon": {
153
153
  "contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIGZpbGw9IiMwMDAwMDAiIGhlaWdodD0iODAwcHgiIHdpZHRoPSI4MDBweCIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgCgkgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBkPSJNNTAwLjIzLDI3MC4wNTFoLTc0LjU0VjIxMi42NmMwLTYuNTAxLTUuMjcxLTExLjc3LTExLjc3LTExLjc3aC00OC4xbDI3LjY4OC00Ny45NThsNjQuMDQ2LDM2Ljk3NwoJCQkJYzEuODA0LDEuMDQzLDMuODM3LDEuNTc3LDUuODg1LDEuNTc3YzEuMDE5LDAsMi4wNDQtMC4xMzMsMy4wNDYtMC40MDFjMy4wMTctMC44MDksNS41ODYtMi43OCw3LjE0Ny01LjQ4NGwyMC41OTgtMzUuNjc4CgkJCQljMi41MzMtNC4zODgsMS45NzUtOS45MDYtMS4zODktMTMuNjk2QzQ0NS45MTMsODMuMzMzLDM5NC43OTMsMjkuMzcxLDMzMS40MjQsMS42NDljLTUuNDkxLTIuNDAyLTExLjkxMy0wLjI5NC0xNC45MSw0Ljg5OQoJCQkJbC0zOC4yNTMsNjYuMjU2Yy0zLjI1MSw1LjYzLTEuMzIyLDEyLjgyOCw0LjMwOCwxNi4wNzhsMzkuNTg2LDIyLjg1NWwtNjkuMzk0LDEyMC4xODlsLTc4Ljg5My0xMTYuOTUzbC0yLjE5NC0xNi44MTgKCQkJCWMtMC4yMzctMS44MTMtMC44OTItMy41NDQtMS45MTQtNS4wNTlsLTI5LjgzNy00NC4yMzJjLTMuNjM2LTUuMzktMTAuOTUyLTYuODEtMTYuMzM5LTMuMTc2bC01My42NiwzNi4xOTMKCQkJCWMtMi41ODgsMS43NDYtNC4zNzcsNC40NDgtNC45NzMsNy41MTJjLTAuNTk2LDMuMDY0LDAuMDUxLDYuMjQsMS43OTYsOC44MjhsMjkuODM3LDQ0LjIzMmMxLjAyLDEuNTEzLDIuMzc5LDIuNzY3LDMuOTY4LDMuNjY1CgkJCQlsMTQuNzY5LDguMzQ1bDc3Ljk3LDExNS41ODdIMTQ3LjY3bC00Ni40NTgtOTUuNDg1Yy0yLjg0NS01Ljg0NS05Ljg5LTguMjc3LTE1LjczMy01LjQzNGMtNS44NDUsMi44NDUtOC4yNzgsOS44ODgtNS40MzQsMTUuNzMzCgkJCQlsNDEuNDQ3LDg1LjE4Nkg5MS43MTJsLTE4LjU1Ni00Mi4yMDVjLTIuNjE4LTUuOTUxLTkuNTY2LTguNjUzLTE1LjUxMi02LjAzN2MtNS45NTEsMi42MTYtOC42NTUsOS41NjEtNi4wMzgsMTUuNTEyCgkJCQlsMTQuMzksMzIuNzMySDExLjc3Yy02LjUsMC0xMS43Nyw1LjI2OS0xMS43NywxMS43N3Y2NC43MzZjMCw2LjUwMSw1LjI3MSwxMS43NywxMS43NywxMS43N2gyMC41OTh2MTQxLjI0MQoJCQkJYzAsNi41MDEsNS4yNzEsMTEuNzcsMTEuNzcsMTEuNzdoNDIzLjcyNGM2LjQ5OSwwLDExLjc3LTUuMjY5LDExLjc3LTExLjc3VjM1OC4zMjhoMjAuNTk4YzYuNSwwLDExLjc3LTUuMjY5LDExLjc3LTExLjc3CgkJCQl2LTY0LjczNkM1MTIsMjc1LjMyLDUwNi43MjksMjcwLjA1MSw1MDAuMjMsMjcwLjA1MXogTTQwMi4xNSwyMjQuNDN2NDUuNjIxaC03Ni4yNTlsMjYuMzM4LTQ1LjYyMUg0MDIuMTV6IE0zMDQuNTMzLDc0LjM4MQoJCQkJbDI2Ljk4Mi00Ni43MzRjNTIuMzg1LDI1LjgyNyw5Ni45MTcsNzEuNzgsMTM4LjA4LDExNy44NjhsLTEwLjQ2NCwxOC4xMjJMMzA0LjUzMyw3NC4zODF6IE0yNjMuNzM0LDI2MC4wMTMKCQkJCWMwLjAwNS0wLjAwOCwwLjAwNy0wLjAxNiwwLjAxMi0wLjAyNWw3OC43OTktMTM2LjQ4MmwzMC41NzgsMTcuNjU0bC03NC40MTIsMTI4Ljg5aC00MC43NzRMMjYzLjczNCwyNjAuMDEzeiBNMTMzLjI4NSwxMzkKCQkJCWMtMS4wMi0xLjUxMi0yLjM3OS0yLjc2Ny0zLjk2OC0zLjY2NWwtMTQuNzY5LTguMzQ1TDkyLjg0Niw5NC44MTVsMzQuMTQ0LTIzLjAyOWwyMS43MDIsMzIuMTcxbDIuMTk0LDE2LjgxOAoJCQkJYzAuMjM3LDEuODEzLDAuODkyLDMuNTQ0LDEuOTE0LDUuMDU5bDg2Ljg2OCwxMjguNzcybC04LjkxNywxNS40NDRoLTkuMDYzTDEzMy4yODUsMTM5eiBNNDU2LjA5Miw0MzguOTUyaC00OC44NDYKCQkJCWMtNi40OTksMC0xMS43Nyw1LjI2OS0xMS43NywxMS43N3M1LjI3MSwxMS43NywxMS43NywxMS43N2g0OC44NDZ2MjUuMzA2SDU1LjkwOHYtMjUuMzA2aDQ4Ljg0NgoJCQkJYzYuNDk5LDAsMTEuNzctNS4yNjksMTEuNzctMTEuNzdzLTUuMjcxLTExLjc3LTExLjc3LTExLjc3SDU1LjkwOHYtODAuNjI1aDEzNS4zNTZ2NDEuMTk1YzAsNi41MDEsNS4yNzEsMTEuNzcsMTEuNzcsMTEuNzcKCQkJCWgxMDUuOTMxYzYuNDk5LDAsMTEuNzctNS4yNjksMTEuNzctMTEuNzd2LTQxLjE5NWgxMzUuMzU2VjQzOC45NTJ6IE0yMTQuODA1LDM4Ny43NTJ2LTI5LjQyNWg4Mi4zOTF2MjkuNDI1SDIxNC44MDV6CgkJCQkgTTQ4OC40NiwzMzQuNzg3SDIzLjU0di00MS4xOTVoNDY0LjkyVjMzNC43ODd6Ii8+CgkJCTxwYXRoIGQ9Ik0xNDkuNjc3LDQzOC45NTJIMTQ4LjVjLTYuNDk5LDAtMTEuNzcsNS4yNjktMTEuNzcsMTEuNzdzNS4yNzEsMTEuNzcsMTEuNzcsMTEuNzdoMS4xNzcKCQkJCWM2LjQ5OSwwLDExLjc3LTUuMjY5LDExLjc3LTExLjc3UzE1Ni4xNzYsNDM4Ljk1MiwxNDkuNjc3LDQzOC45NTJ6Ii8+CgkJCTxwYXRoIGQ9Ik0zNjIuMzIzLDQ2Mi40OTJoMS4xNzdjNi40OTksMCwxMS43Ny01LjI2OSwxMS43Ny0xMS43N3MtNS4yNzEtMTEuNzctMTEuNzctMTEuNzdoLTEuMTc3CgkJCQljLTYuNDk5LDAtMTEuNzcsNS4yNjktMTEuNzcsMTEuNzdTMzU1LjgyNCw0NjIuNDkyLDM2Mi4zMjMsNDYyLjQ5MnoiLz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg=="
154
154
  }
155
155
  },
156
156
  {
157
157
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
158
- "name": "Ad-hoc tools schema",
159
- "id": "io.camunda.connectors.agenticai.adhoctoolsschema.v1",
160
- "description": "Connector to fetch tools schema information from an ad-hoc sub-process. Compatible with 8.8.0-alpha6 or later.",
158
+ "name": "Ad-hoc subprocess tools schema (alpha)",
159
+ "id": "io.camunda.connectors.agenticai.adhoctoolsschema.v0",
160
+ "description": "Connector to fetch tools schema information from an ad-hoc subprocess",
161
161
  "metadata": {
162
162
  "keywords": []
163
163
  },
164
- "documentationRef": "https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-ad-hoc-tools-schema-resolver/",
165
- "version": 1,
164
+ "version": 0,
166
165
  "deprecated": true,
167
166
  "category": {
168
167
  "id": "connectors",
@@ -172,13 +171,10 @@
172
171
  "elementType": {
173
172
  "value": "bpmn:ServiceTask"
174
173
  },
175
- "engines": {
176
- "camunda": "^8.8"
177
- },
178
174
  "groups": [
179
175
  {
180
176
  "id": "tools",
181
- "label": "Available tools"
177
+ "label": "Available Tools"
182
178
  },
183
179
  {
184
180
  "id": "connector",
@@ -199,7 +195,7 @@
199
195
  ],
200
196
  "properties": [
201
197
  {
202
- "value": "io.camunda.agenticai:adhoctoolsschema:1",
198
+ "value": "io.camunda.agenticai:adhoctoolsschema:0",
203
199
  "binding": {
204
200
  "property": "type",
205
201
  "type": "zeebe:taskDefinition"
@@ -208,12 +204,9 @@
208
204
  },
209
205
  {
210
206
  "id": "data.containerElementId",
211
- "label": "Ad-hoc sub-process ID",
212
- "description": "The ID of the sub-process containing the tools to be called",
207
+ "label": "Ad-hoc subprocess ID containing tools",
208
+ "description": "The ID of the subprocess containing the tools to be called",
213
209
  "optional": false,
214
- "constraints": {
215
- "notEmpty": true
216
- },
217
210
  "feel": "optional",
218
211
  "group": "tools",
219
212
  "binding": {
@@ -226,7 +219,7 @@
226
219
  "id": "version",
227
220
  "label": "Version",
228
221
  "description": "Version of the element template",
229
- "value": "1",
222
+ "value": "0",
230
223
  "group": "connector",
231
224
  "binding": {
232
225
  "key": "elementTemplateVersion",
@@ -238,7 +231,7 @@
238
231
  "id": "id",
239
232
  "label": "ID",
240
233
  "description": "ID of the element template",
241
- "value": "io.camunda.connectors.agenticai.adhoctoolsschema.v1",
234
+ "value": "io.camunda.connectors.agenticai.adhoctoolsschema.v0",
242
235
  "group": "connector",
243
236
  "binding": {
244
237
  "key": "elementTemplateId",
@@ -307,6 +300,9 @@
307
300
  "type": "String"
308
301
  }
309
302
  ],
303
+ "engines": {
304
+ "camunda": "^8.8"
305
+ },
310
306
  "icon": {
311
307
  "contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIGZpbGw9IiMwMDAwMDAiIGhlaWdodD0iODAwcHgiIHdpZHRoPSI4MDBweCIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgCgkgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBkPSJNNTAwLjIzLDI3MC4wNTFoLTc0LjU0VjIxMi42NmMwLTYuNTAxLTUuMjcxLTExLjc3LTExLjc3LTExLjc3aC00OC4xbDI3LjY4OC00Ny45NThsNjQuMDQ2LDM2Ljk3NwoJCQkJYzEuODA0LDEuMDQzLDMuODM3LDEuNTc3LDUuODg1LDEuNTc3YzEuMDE5LDAsMi4wNDQtMC4xMzMsMy4wNDYtMC40MDFjMy4wMTctMC44MDksNS41ODYtMi43OCw3LjE0Ny01LjQ4NGwyMC41OTgtMzUuNjc4CgkJCQljMi41MzMtNC4zODgsMS45NzUtOS45MDYtMS4zODktMTMuNjk2QzQ0NS45MTMsODMuMzMzLDM5NC43OTMsMjkuMzcxLDMzMS40MjQsMS42NDljLTUuNDkxLTIuNDAyLTExLjkxMy0wLjI5NC0xNC45MSw0Ljg5OQoJCQkJbC0zOC4yNTMsNjYuMjU2Yy0zLjI1MSw1LjYzLTEuMzIyLDEyLjgyOCw0LjMwOCwxNi4wNzhsMzkuNTg2LDIyLjg1NWwtNjkuMzk0LDEyMC4xODlsLTc4Ljg5My0xMTYuOTUzbC0yLjE5NC0xNi44MTgKCQkJCWMtMC4yMzctMS44MTMtMC44OTItMy41NDQtMS45MTQtNS4wNTlsLTI5LjgzNy00NC4yMzJjLTMuNjM2LTUuMzktMTAuOTUyLTYuODEtMTYuMzM5LTMuMTc2bC01My42NiwzNi4xOTMKCQkJCWMtMi41ODgsMS43NDYtNC4zNzcsNC40NDgtNC45NzMsNy41MTJjLTAuNTk2LDMuMDY0LDAuMDUxLDYuMjQsMS43OTYsOC44MjhsMjkuODM3LDQ0LjIzMmMxLjAyLDEuNTEzLDIuMzc5LDIuNzY3LDMuOTY4LDMuNjY1CgkJCQlsMTQuNzY5LDguMzQ1bDc3Ljk3LDExNS41ODdIMTQ3LjY3bC00Ni40NTgtOTUuNDg1Yy0yLjg0NS01Ljg0NS05Ljg5LTguMjc3LTE1LjczMy01LjQzNGMtNS44NDUsMi44NDUtOC4yNzgsOS44ODgtNS40MzQsMTUuNzMzCgkJCQlsNDEuNDQ3LDg1LjE4Nkg5MS43MTJsLTE4LjU1Ni00Mi4yMDVjLTIuNjE4LTUuOTUxLTkuNTY2LTguNjUzLTE1LjUxMi02LjAzN2MtNS45NTEsMi42MTYtOC42NTUsOS41NjEtNi4wMzgsMTUuNTEyCgkJCQlsMTQuMzksMzIuNzMySDExLjc3Yy02LjUsMC0xMS43Nyw1LjI2OS0xMS43NywxMS43N3Y2NC43MzZjMCw2LjUwMSw1LjI3MSwxMS43NywxMS43NywxMS43N2gyMC41OTh2MTQxLjI0MQoJCQkJYzAsNi41MDEsNS4yNzEsMTEuNzcsMTEuNzcsMTEuNzdoNDIzLjcyNGM2LjQ5OSwwLDExLjc3LTUuMjY5LDExLjc3LTExLjc3VjM1OC4zMjhoMjAuNTk4YzYuNSwwLDExLjc3LTUuMjY5LDExLjc3LTExLjc3CgkJCQl2LTY0LjczNkM1MTIsMjc1LjMyLDUwNi43MjksMjcwLjA1MSw1MDAuMjMsMjcwLjA1MXogTTQwMi4xNSwyMjQuNDN2NDUuNjIxaC03Ni4yNTlsMjYuMzM4LTQ1LjYyMUg0MDIuMTV6IE0zMDQuNTMzLDc0LjM4MQoJCQkJbDI2Ljk4Mi00Ni43MzRjNTIuMzg1LDI1LjgyNyw5Ni45MTcsNzEuNzgsMTM4LjA4LDExNy44NjhsLTEwLjQ2NCwxOC4xMjJMMzA0LjUzMyw3NC4zODF6IE0yNjMuNzM0LDI2MC4wMTMKCQkJCWMwLjAwNS0wLjAwOCwwLjAwNy0wLjAxNiwwLjAxMi0wLjAyNWw3OC43OTktMTM2LjQ4MmwzMC41NzgsMTcuNjU0bC03NC40MTIsMTI4Ljg5aC00MC43NzRMMjYzLjczNCwyNjAuMDEzeiBNMTMzLjI4NSwxMzkKCQkJCWMtMS4wMi0xLjUxMi0yLjM3OS0yLjc2Ny0zLjk2OC0zLjY2NWwtMTQuNzY5LTguMzQ1TDkyLjg0Niw5NC44MTVsMzQuMTQ0LTIzLjAyOWwyMS43MDIsMzIuMTcxbDIuMTk0LDE2LjgxOAoJCQkJYzAuMjM3LDEuODEzLDAuODkyLDMuNTQ0LDEuOTE0LDUuMDU5bDg2Ljg2OCwxMjguNzcybC04LjkxNywxNS40NDRoLTkuMDYzTDEzMy4yODUsMTM5eiBNNDU2LjA5Miw0MzguOTUyaC00OC44NDYKCQkJCWMtNi40OTksMC0xMS43Nyw1LjI2OS0xMS43NywxMS43N3M1LjI3MSwxMS43NywxMS43NywxMS43N2g0OC44NDZ2MjUuMzA2SDU1LjkwOHYtMjUuMzA2aDQ4Ljg0NgoJCQkJYzYuNDk5LDAsMTEuNzctNS4yNjksMTEuNzctMTEuNzdzLTUuMjcxLTExLjc3LTExLjc3LTExLjc3SDU1LjkwOHYtODAuNjI1aDEzNS4zNTZ2NDEuMTk1YzAsNi41MDEsNS4yNzEsMTEuNzcsMTEuNzcsMTEuNzcKCQkJCWgxMDUuOTMxYzYuNDk5LDAsMTEuNzctNS4yNjksMTEuNzctMTEuNzd2LTQxLjE5NWgxMzUuMzU2VjQzOC45NTJ6IE0yMTQuODA1LDM4Ny43NTJ2LTI5LjQyNWg4Mi4zOTF2MjkuNDI1SDIxNC44MDV6CgkJCQkgTTQ4OC40NiwzMzQuNzg3SDIzLjU0di00MS4xOTVoNDY0LjkyVjMzNC43ODd6Ii8+CgkJCTxwYXRoIGQ9Ik0xNDkuNjc3LDQzOC45NTJIMTQ4LjVjLTYuNDk5LDAtMTEuNzcsNS4yNjktMTEuNzcsMTEuNzdzNS4yNzEsMTEuNzcsMTEuNzcsMTEuNzdoMS4xNzcKCQkJCWM2LjQ5OSwwLDExLjc3LTUuMjY5LDExLjc3LTExLjc3UzE1Ni4xNzYsNDM4Ljk1MiwxNDkuNjc3LDQzOC45NTJ6Ii8+CgkJCTxwYXRoIGQ9Ik0zNjIuMzIzLDQ2Mi40OTJoMS4xNzdjNi40OTksMCwxMS43Ny01LjI2OSwxMS43Ny0xMS43N3MtNS4yNzEtMTEuNzctMTEuNzctMTEuNzdoLTEuMTc3CgkJCQljLTYuNDk5LDAtMTEuNzcsNS4yNjktMTEuNzcsMTEuNzdTMzU1LjgyNCw0NjIuNDkyLDM2Mi4zMjMsNDYyLjQ5MnoiLz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg=="
312
308
  }
@@ -315,12 +311,13 @@
315
311
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
316
312
  "name": "Ad-hoc tools schema",
317
313
  "id": "io.camunda.connectors.agenticai.adhoctoolsschema.v1",
318
- "description": "Connector to fetch tools schema information from an ad-hoc sub-process.",
314
+ "description": "Connector to fetch tools schema information from an ad-hoc sub-process. Compatible with 8.8.0-alpha6 or later.",
319
315
  "metadata": {
320
316
  "keywords": []
321
317
  },
322
318
  "documentationRef": "https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-ad-hoc-tools-schema-resolver/",
323
- "version": 2,
319
+ "version": 1,
320
+ "deprecated": true,
324
321
  "category": {
325
322
  "id": "connectors",
326
323
  "name": "Connectors"
@@ -383,7 +380,7 @@
383
380
  "id": "version",
384
381
  "label": "Version",
385
382
  "description": "Version of the element template",
386
- "value": "2",
383
+ "value": "1",
387
384
  "group": "connector",
388
385
  "binding": {
389
386
  "key": "elementTemplateVersion",