@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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/connectors-element-templates",
3
- "version": "1.0.17",
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" };
@@ -67,7 +73,6 @@ import google_gemini_outbound_connector from "./element-templates/google-gemini-
67
73
  import google_maps_platform_connector from "./element-templates/google-maps-platform-connector.json" with { type: "json" };
68
74
  import google_sheets_outbound_connector from "./element-templates/google-sheets-outbound-connector.json" with { type: "json" };
69
75
  import graphql_outbound_connector from "./element-templates/graphql-outbound-connector.json" with { type: "json" };
70
- import http_connector from "./element-templates/http-connector.json.json" with { type: "json" };
71
76
  import http_json_connector from "./element-templates/http-json-connector.json" with { type: "json" };
72
77
  import http_polling_boundary_catch_event_connector from "./element-templates/http-polling-boundary-catch-event-connector.json" with { type: "json" };
73
78
  import http_polling_connector from "./element-templates/http-polling-connector.json" with { type: "json" };
@@ -134,9 +139,14 @@ const allConnectors = [
134
139
  agenticai_aiagent_job_worker,
135
140
  agenticai_aiagent_outbound_connector,
136
141
  agenticai_mcp_client_outbound_connector,
142
+ agenticai_mcp_message_start_event,
137
143
  agenticai_mcp_remote_client_outbound_connector,
138
144
  asana_connector,
139
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,
140
150
  aws_bedrock_outbound_connector,
141
151
  aws_comprehend_outbound_connector,
142
152
  aws_dynamodb_outbound_connector,
@@ -170,6 +180,7 @@ const allConnectors = [
170
180
  easy_post_connector,
171
181
  email_inbound_connector_boundary,
172
182
  email_inbound_connector_intermediate,
183
+ email_inbound_connector_receive,
173
184
  email_message_start_event_connector,
174
185
  email_outbound_connector,
175
186
  embeddings_vector_database_outbound_connector,
@@ -186,7 +197,6 @@ const allConnectors = [
186
197
  google_maps_platform_connector,
187
198
  google_sheets_outbound_connector,
188
199
  graphql_outbound_connector,
189
- http_connector,
190
200
  http_json_connector,
191
201
  http_polling_boundary_catch_event_connector,
192
202
  http_polling_connector,
@@ -4,9 +4,6 @@
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
- },
10
7
  "documentationRef": "https://docs.camunda.io/docs/8.9/components/early-access/alpha/a2a-client/a2a-client-connector/",
11
8
  "version": 0,
12
9
  "category": {
@@ -768,7 +765,7 @@
768
765
  {
769
766
  "id": "resultVariable",
770
767
  "label": "Result variable",
771
- "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>.",
772
769
  "group": "output",
773
770
  "binding": {
774
771
  "key": "resultVariable",
@@ -779,7 +776,7 @@
779
776
  {
780
777
  "id": "resultExpression",
781
778
  "label": "Result expression",
782
- "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>.",
783
780
  "feel": "required",
784
781
  "group": "output",
785
782
  "binding": {
@@ -4,9 +4,6 @@
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
- },
10
7
  "documentationRef": "https://docs.camunda.io/docs/8.9/components/early-access/alpha/a2a-client/a2a-client-polling-connector/",
11
8
  "version": 0,
12
9
  "category": {
@@ -235,15 +232,18 @@
235
232
  },
236
233
  {
237
234
  "id": "messageNameUuid",
235
+ "label": "Message name",
238
236
  "generatedValue": {
239
237
  "type": "uuid"
240
238
  },
239
+ "feel": "optional",
241
240
  "group": "correlation",
242
241
  "binding": {
243
242
  "name": "name",
244
243
  "type": "bpmn:Message#property"
245
244
  },
246
- "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"
247
247
  },
248
248
  {
249
249
  "id": "deduplicationModeManualFlag",
@@ -312,7 +312,7 @@
312
312
  {
313
313
  "id": "resultVariable",
314
314
  "label": "Result variable",
315
- "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>.",
316
316
  "group": "output",
317
317
  "binding": {
318
318
  "name": "resultVariable",
@@ -323,7 +323,7 @@
323
323
  {
324
324
  "id": "resultExpression",
325
325
  "label": "Result expression",
326
- "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
327
  "value": "={response: result}",
328
328
  "feel": "required",
329
329
  "group": "output",
@@ -4,9 +4,6 @@
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
- },
10
7
  "documentationRef": "https://docs.camunda.io/docs/8.9/components/early-access/alpha/a2a-client/a2a-client-polling-connector/",
11
8
  "version": 0,
12
9
  "category": {
@@ -234,15 +231,18 @@
234
231
  },
235
232
  {
236
233
  "id": "messageNameUuid",
234
+ "label": "Message name",
237
235
  "generatedValue": {
238
236
  "type": "uuid"
239
237
  },
238
+ "feel": "optional",
240
239
  "group": "correlation",
241
240
  "binding": {
242
241
  "name": "name",
243
242
  "type": "bpmn:Message#property"
244
243
  },
245
- "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"
246
246
  },
247
247
  {
248
248
  "id": "deduplicationModeManualFlag",
@@ -311,7 +311,7 @@
311
311
  {
312
312
  "id": "resultVariable",
313
313
  "label": "Result variable",
314
- "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>.",
315
315
  "group": "output",
316
316
  "binding": {
317
317
  "name": "resultVariable",
@@ -322,7 +322,7 @@
322
322
  {
323
323
  "id": "resultExpression",
324
324
  "label": "Result expression",
325
- "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
326
  "value": "={response: result}",
327
327
  "feel": "required",
328
328
  "group": "output",
@@ -4,9 +4,6 @@
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
- },
10
7
  "documentationRef": "https://docs.camunda.io/docs/8.9/components/early-access/alpha/a2a-client/a2a-client-webhook-connector/",
11
8
  "version": 0,
12
9
  "category": {
@@ -453,15 +450,18 @@
453
450
  },
454
451
  {
455
452
  "id": "messageNameUuid",
453
+ "label": "Message name",
456
454
  "generatedValue": {
457
455
  "type": "uuid"
458
456
  },
457
+ "feel": "optional",
459
458
  "group": "correlation",
460
459
  "binding": {
461
460
  "name": "name",
462
461
  "type": "bpmn:Message#property"
463
462
  },
464
- "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"
465
465
  },
466
466
  {
467
467
  "id": "deduplicationModeManualFlag",
@@ -530,7 +530,7 @@
530
530
  {
531
531
  "id": "resultVariable",
532
532
  "label": "Result variable",
533
- "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>.",
534
534
  "group": "output",
535
535
  "binding": {
536
536
  "name": "resultVariable",
@@ -541,7 +541,7 @@
541
541
  {
542
542
  "id": "resultExpression",
543
543
  "label": "Result expression",
544
- "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
545
  "value": "={response: request.body}",
546
546
  "feel": "required",
547
547
  "group": "output",
@@ -4,9 +4,6 @@
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
- },
10
7
  "documentationRef": "https://docs.camunda.io/docs/8.9/components/early-access/alpha/a2a-client/a2a-client-webhook-connector/",
11
8
  "version": 0,
12
9
  "category": {
@@ -452,15 +449,18 @@
452
449
  },
453
450
  {
454
451
  "id": "messageNameUuid",
452
+ "label": "Message name",
455
453
  "generatedValue": {
456
454
  "type": "uuid"
457
455
  },
456
+ "feel": "optional",
458
457
  "group": "correlation",
459
458
  "binding": {
460
459
  "name": "name",
461
460
  "type": "bpmn:Message#property"
462
461
  },
463
- "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"
464
464
  },
465
465
  {
466
466
  "id": "deduplicationModeManualFlag",
@@ -529,7 +529,7 @@
529
529
  {
530
530
  "id": "resultVariable",
531
531
  "label": "Result variable",
532
- "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>.",
533
533
  "group": "output",
534
534
  "binding": {
535
535
  "name": "resultVariable",
@@ -540,7 +540,7 @@
540
540
  {
541
541
  "id": "resultExpression",
542
542
  "label": "Result expression",
543
- "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
544
  "value": "={response: request.body}",
545
545
  "feel": "required",
546
546
  "group": "output",
@@ -3,13 +3,9 @@
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
4
  "name": "Ad-hoc tools schema",
5
5
  "id": "io.camunda.connectors.agenticai.adhoctoolsschema.v1",
6
- "description": "Connector to fetch tools schema information from an ad-hoc sub-process. Compatible with 8.8.0-alpha6 or later.",
7
- "metadata": {
8
- "keywords": []
9
- },
10
- "documentationRef": "https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-ad-hoc-tools-schema-resolver/",
11
- "version": 1,
12
- "deprecated": true,
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,
13
9
  "category": {
14
10
  "id": "connectors",
15
11
  "name": "Connectors"
@@ -72,7 +68,7 @@
72
68
  "id": "version",
73
69
  "label": "Version",
74
70
  "description": "Version of the element template",
75
- "value": "1",
71
+ "value": "2",
76
72
  "group": "connector",
77
73
  "binding": {
78
74
  "key": "elementTemplateVersion",
@@ -95,7 +91,7 @@
95
91
  {
96
92
  "id": "resultVariable",
97
93
  "label": "Result variable",
98
- "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>.",
99
95
  "group": "output",
100
96
  "binding": {
101
97
  "key": "resultVariable",
@@ -106,7 +102,7 @@
106
102
  {
107
103
  "id": "resultExpression",
108
104
  "label": "Result expression",
109
- "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>.",
110
106
  "feel": "required",
111
107
  "group": "output",
112
108
  "binding": {
@@ -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",