@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
@@ -3,9 +3,9 @@
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
4
  "name": "RabbitMQ Boundary Event Connector",
5
5
  "id": "io.camunda.connectors.inbound.RabbitMQ.Boundary.v1",
6
- "version": 2,
7
6
  "description": "Receive a message from RabbitMQ",
8
7
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
8
+ "version": 7,
9
9
  "category": {
10
10
  "id": "connectors",
11
11
  "name": "Connectors"
@@ -33,39 +33,39 @@
33
33
  "label": "Activation"
34
34
  },
35
35
  {
36
- "id": "variable-mapping",
37
- "label": "Variable mapping"
36
+ "id": "correlation",
37
+ "label": "Correlation",
38
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
39
+ },
40
+ {
41
+ "id": "deduplication",
42
+ "label": "Deduplication",
43
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
44
+ },
45
+ {
46
+ "id": "output",
47
+ "label": "Output mapping"
38
48
  }
39
49
  ],
40
50
  "properties": [
41
51
  {
42
- "type": "Hidden",
43
52
  "value": "io.camunda:connector-rabbitmq-inbound:1",
44
53
  "binding": {
45
- "type": "zeebe:property",
46
- "name": "inbound.type"
47
- }
48
- },
49
- {
50
- "type": "Hidden",
51
- "generatedValue": {
52
- "type": "uuid"
54
+ "name": "inbound.type",
55
+ "type": "zeebe:property"
53
56
  },
54
- "binding": {
55
- "type": "bpmn:Message#property",
56
- "name": "name"
57
- }
57
+ "type": "Hidden"
58
58
  },
59
59
  {
60
- "id": "connectionType",
60
+ "id": "authentication.authType",
61
61
  "label": "Connection type",
62
- "group": "authentication",
63
- "type": "Dropdown",
64
62
  "value": "uri",
63
+ "group": "authentication",
65
64
  "binding": {
66
- "type": "zeebe:property",
67
- "name": "authentication.authType"
65
+ "name": "authentication.authType",
66
+ "type": "zeebe:property"
68
67
  },
68
+ "type": "Dropdown",
69
69
  "choices": [
70
70
  {
71
71
  "name": "URI",
@@ -78,154 +78,178 @@
78
78
  ]
79
79
  },
80
80
  {
81
+ "id": "authentication.uri",
81
82
  "label": "URI",
82
83
  "description": "URI should contain username, password, host name, port number, and virtual host",
83
- "group": "authentication",
84
- "type": "String",
85
- "binding": {
86
- "type": "zeebe:property",
87
- "name": "authentication.uri"
88
- },
84
+ "optional": false,
89
85
  "constraints": {
90
86
  "notEmpty": true,
91
87
  "pattern": {
92
- "value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*$",
88
+ "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
93
89
  "message": "Must start with amqp(s):// or contain a secret reference"
94
90
  }
95
91
  },
92
+ "group": "authentication",
93
+ "binding": {
94
+ "name": "authentication.uri",
95
+ "type": "zeebe:property"
96
+ },
96
97
  "condition": {
97
- "property": "connectionType",
98
- "equals": "uri"
99
- }
98
+ "property": "authentication.authType",
99
+ "equals": "uri",
100
+ "type": "simple"
101
+ },
102
+ "type": "String"
100
103
  },
101
104
  {
105
+ "id": "authentication.userName",
102
106
  "label": "Username",
103
- "group": "authentication",
104
- "type": "String",
105
- "binding": {
106
- "type": "zeebe:property",
107
- "name": "authentication.userName"
108
- },
107
+ "optional": false,
109
108
  "constraints": {
110
109
  "notEmpty": true
111
110
  },
111
+ "group": "authentication",
112
+ "binding": {
113
+ "name": "authentication.userName",
114
+ "type": "zeebe:property"
115
+ },
112
116
  "condition": {
113
- "property": "connectionType",
114
- "equals": "credentials"
115
- }
117
+ "property": "authentication.authType",
118
+ "equals": "credentials",
119
+ "type": "simple"
120
+ },
121
+ "type": "String"
116
122
  },
117
123
  {
124
+ "id": "authentication.password",
118
125
  "label": "Password",
126
+ "optional": false,
127
+ "constraints": {
128
+ "notEmpty": true
129
+ },
119
130
  "group": "authentication",
120
- "type": "String",
121
131
  "binding": {
122
- "type": "zeebe:property",
123
- "name": "authentication.password"
132
+ "name": "authentication.password",
133
+ "type": "zeebe:property"
124
134
  },
135
+ "condition": {
136
+ "property": "authentication.authType",
137
+ "equals": "credentials",
138
+ "type": "simple"
139
+ },
140
+ "type": "String"
141
+ },
142
+ {
143
+ "id": "routing.virtualHost",
144
+ "label": "Virtual host",
145
+ "description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
146
+ "optional": false,
125
147
  "constraints": {
126
148
  "notEmpty": true
127
149
  },
150
+ "group": "routing",
151
+ "binding": {
152
+ "name": "routing.virtualHost",
153
+ "type": "zeebe:property"
154
+ },
128
155
  "condition": {
129
- "property": "connectionType",
130
- "equals": "credentials"
131
- }
156
+ "property": "authentication.authType",
157
+ "equals": "credentials",
158
+ "type": "simple"
159
+ },
160
+ "type": "String"
132
161
  },
133
162
  {
163
+ "id": "routing.hostName",
134
164
  "label": "Host name",
135
- "description": "Host name: get from RabbitMQ external applocation configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
136
- "group": "routing",
137
- "type": "String",
138
- "binding": {
139
- "type": "zeebe:property",
140
- "name": "routing.hostName"
141
- },
165
+ "description": "Host name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
166
+ "optional": false,
142
167
  "constraints": {
143
168
  "notEmpty": true
144
169
  },
145
- "condition": {
146
- "property": "connectionType",
147
- "equals": "credentials"
148
- }
149
- },
150
- {
151
- "label": "Virtual host",
152
- "description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
153
170
  "group": "routing",
154
- "type": "String",
155
171
  "binding": {
156
- "type": "zeebe:property",
157
- "name": "routing.virtualHost"
158
- },
159
- "constraints": {
160
- "notEmpty": true
172
+ "name": "routing.hostName",
173
+ "type": "zeebe:property"
161
174
  },
162
175
  "condition": {
163
- "property": "connectionType",
164
- "equals": "credentials"
165
- }
176
+ "property": "authentication.authType",
177
+ "equals": "credentials",
178
+ "type": "simple"
179
+ },
180
+ "type": "String"
166
181
  },
167
182
  {
183
+ "id": "routing.port",
168
184
  "label": "Port",
169
- "description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
170
- "group": "routing",
171
- "type": "String",
172
- "binding": {
173
- "type": "zeebe:property",
174
- "name": "routing.port"
175
- },
185
+ "description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
186
+ "optional": false,
176
187
  "constraints": {
177
188
  "notEmpty": true
178
189
  },
190
+ "group": "routing",
191
+ "binding": {
192
+ "name": "routing.port",
193
+ "type": "zeebe:property"
194
+ },
179
195
  "condition": {
180
- "property": "connectionType",
181
- "equals": "credentials"
182
- }
196
+ "property": "authentication.authType",
197
+ "equals": "credentials",
198
+ "type": "simple"
199
+ },
200
+ "type": "String"
183
201
  },
184
202
  {
203
+ "id": "queueName",
185
204
  "label": "Queue name",
186
205
  "description": "Name of the queue to subscribe to",
206
+ "optional": false,
207
+ "constraints": {
208
+ "notEmpty": true
209
+ },
187
210
  "group": "subscription",
188
- "type": "String",
189
- "feel": "optional",
190
211
  "binding": {
191
- "type": "zeebe:property",
192
- "name": "queueName"
212
+ "name": "queueName",
213
+ "type": "zeebe:property"
193
214
  },
194
- "constraints": {
195
- "notEmpty": true
196
- }
215
+ "type": "String"
197
216
  },
198
217
  {
218
+ "id": "consumerTag",
199
219
  "label": "Consumer tag",
200
220
  "description": "Consumer tag to use for the subscription",
221
+ "optional": false,
201
222
  "group": "subscription",
202
- "type": "String",
203
- "feel": "optional",
204
223
  "binding": {
205
- "type": "zeebe:property",
206
- "name": "consumerTag"
207
- }
224
+ "name": "consumerTag",
225
+ "type": "zeebe:property"
226
+ },
227
+ "type": "String"
208
228
  },
209
229
  {
230
+ "id": "arguments",
210
231
  "label": "Arguments",
211
232
  "description": "Arguments to use for the subscription",
212
- "group": "subscription",
213
- "type": "String",
233
+ "optional": true,
214
234
  "feel": "required",
235
+ "group": "subscription",
215
236
  "binding": {
216
- "type": "zeebe:property",
217
- "name": "arguments"
218
- }
237
+ "name": "arguments",
238
+ "type": "zeebe:property"
239
+ },
240
+ "type": "String"
219
241
  },
220
242
  {
243
+ "id": "exclusive",
221
244
  "label": "Exclusive consumer",
222
- "group": "subscription",
223
- "type": "Dropdown",
245
+ "optional": false,
224
246
  "value": "false",
247
+ "group": "subscription",
225
248
  "binding": {
226
- "type": "zeebe:property",
227
- "name": "exclusive"
249
+ "name": "exclusive",
250
+ "type": "zeebe:property"
228
251
  },
252
+ "type": "Dropdown",
229
253
  "choices": [
230
254
  {
231
255
  "name": "Yes",
@@ -238,95 +262,207 @@
238
262
  ]
239
263
  },
240
264
  {
241
- "label": "Correlation key (process)",
242
- "type": "String",
243
- "group": "activation",
265
+ "id": "activationCondition",
266
+ "label": "Activation condition",
267
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
268
+ "optional": true,
244
269
  "feel": "required",
245
- "description": "Sets up the correlation key from process variables",
270
+ "group": "activation",
246
271
  "binding": {
247
- "type": "bpmn:Message#zeebe:subscription#property",
248
- "name": "correlationKey"
272
+ "name": "activationCondition",
273
+ "type": "zeebe:property"
249
274
  },
250
- "constraints": {
251
- "notEmpty": true
252
- }
275
+ "type": "String"
253
276
  },
254
277
  {
255
- "label": "Correlation key (payload)",
256
- "type": "String",
278
+ "id": "consumeUnmatchedEvents",
279
+ "label": "Consume unmatched events",
280
+ "value": true,
257
281
  "group": "activation",
258
- "feel": "required",
259
282
  "binding": {
260
- "type": "zeebe:property",
261
- "name": "correlationKeyExpression"
283
+ "name": "consumeUnmatchedEvents",
284
+ "type": "zeebe:property"
262
285
  },
263
- "description": "Extracts the correlation key from the incoming message payload",
264
- "constraints": {
265
- "notEmpty": true
266
- }
286
+ "tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
287
+ "type": "Boolean"
267
288
  },
268
289
  {
269
- "label": "Message ID expression",
290
+ "id": "correlationKeyProcess",
291
+ "label": "Correlation key (process)",
292
+ "description": "Sets up the correlation key from process variables",
293
+ "constraints": {
294
+ "notEmpty": true
295
+ },
270
296
  "feel": "required",
271
- "type": "String",
272
- "optional": true,
273
- "group": "activation",
297
+ "group": "correlation",
274
298
  "binding": {
275
- "type": "zeebe:property",
276
- "name": "messageIdExpression"
299
+ "name": "correlationKey",
300
+ "type": "bpmn:Message#zeebe:subscription#property"
277
301
  },
278
- "description": "Expression to extract unique identifier of a message"
302
+ "type": "String"
279
303
  },
280
304
  {
281
- "label": "Activation condition",
282
- "type": "String",
283
- "group": "activation",
305
+ "id": "correlationKeyPayload",
306
+ "label": "Correlation key (payload)",
307
+ "description": "Extracts the correlation key from the incoming message payload",
308
+ "constraints": {
309
+ "notEmpty": true
310
+ },
284
311
  "feel": "required",
312
+ "group": "correlation",
313
+ "binding": {
314
+ "name": "correlationKeyExpression",
315
+ "type": "zeebe:property"
316
+ },
317
+ "type": "String"
318
+ },
319
+ {
320
+ "id": "messageIdExpression",
321
+ "label": "Message ID expression",
322
+ "description": "Expression to extract unique identifier of a message",
285
323
  "optional": true,
324
+ "feel": "required",
325
+ "group": "correlation",
286
326
  "binding": {
287
- "type": "zeebe:property",
288
- "name": "activationCondition"
327
+ "name": "messageIdExpression",
328
+ "type": "zeebe:property"
289
329
  },
290
- "description": "Condition under which the connector triggers. Leave empty to catch all events"
330
+ "type": "String"
291
331
  },
292
332
  {
293
- "label": "Result variable",
294
- "type": "String",
295
- "group": "variable-mapping",
333
+ "id": "messageTtl",
334
+ "label": "Message TTL",
335
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
296
336
  "optional": true,
337
+ "constraints": {
338
+ "notEmpty": false,
339
+ "pattern": {
340
+ "value": "^(PT.*|)$",
341
+ "message": "must be an ISO-8601 duration"
342
+ }
343
+ },
344
+ "feel": "optional",
345
+ "group": "correlation",
297
346
  "binding": {
298
- "type": "zeebe:property",
299
- "name": "resultVariable"
347
+ "name": "messageTtl",
348
+ "type": "zeebe:property"
300
349
  },
301
- "description": "Name of variable to store the result of the connector in"
350
+ "type": "String"
351
+ },
352
+ {
353
+ "id": "messageNameUuid",
354
+ "generatedValue": {
355
+ "type": "uuid"
356
+ },
357
+ "group": "correlation",
358
+ "binding": {
359
+ "name": "name",
360
+ "type": "bpmn:Message#property"
361
+ },
362
+ "type": "Hidden"
302
363
  },
303
364
  {
365
+ "id": "deduplicationModeManualFlag",
366
+ "label": "Manual mode",
367
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
368
+ "value": false,
369
+ "group": "deduplication",
370
+ "binding": {
371
+ "name": "deduplicationModeManualFlag",
372
+ "type": "zeebe:property"
373
+ },
374
+ "type": "Boolean"
375
+ },
376
+ {
377
+ "id": "deduplicationId",
378
+ "label": "Deduplication ID",
379
+ "constraints": {
380
+ "notEmpty": true,
381
+ "pattern": {
382
+ "value": "^[a-zA-Z0-9_-]+$",
383
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
384
+ }
385
+ },
386
+ "group": "deduplication",
387
+ "binding": {
388
+ "name": "deduplicationId",
389
+ "type": "zeebe:property"
390
+ },
391
+ "condition": {
392
+ "property": "deduplicationModeManualFlag",
393
+ "equals": true,
394
+ "type": "simple"
395
+ },
396
+ "type": "String"
397
+ },
398
+ {
399
+ "id": "deduplicationModeManual",
400
+ "value": "MANUAL",
401
+ "group": "deduplication",
402
+ "binding": {
403
+ "name": "deduplicationMode",
404
+ "type": "zeebe:property"
405
+ },
406
+ "condition": {
407
+ "property": "deduplicationId",
408
+ "isActive": true,
409
+ "type": "simple"
410
+ },
411
+ "type": "Hidden"
412
+ },
413
+ {
414
+ "id": "deduplicationModeAuto",
415
+ "value": "AUTO",
416
+ "group": "deduplication",
417
+ "binding": {
418
+ "name": "deduplicationMode",
419
+ "type": "zeebe:property"
420
+ },
421
+ "condition": {
422
+ "property": "deduplicationId",
423
+ "isActive": false,
424
+ "type": "simple"
425
+ },
426
+ "type": "Hidden"
427
+ },
428
+ {
429
+ "id": "resultVariable",
430
+ "label": "Result variable",
431
+ "description": "Name of variable to store the response in",
432
+ "group": "output",
433
+ "binding": {
434
+ "name": "resultVariable",
435
+ "type": "zeebe:property"
436
+ },
437
+ "type": "String"
438
+ },
439
+ {
440
+ "id": "resultExpression",
304
441
  "label": "Result expression",
305
- "type": "String",
306
- "group": "variable-mapping",
442
+ "description": "Expression to map the response into process variables",
307
443
  "feel": "required",
308
- "optional": true,
444
+ "group": "output",
309
445
  "binding": {
310
- "type": "zeebe:property",
311
- "name": "resultExpression"
446
+ "name": "resultExpression",
447
+ "type": "zeebe:property"
312
448
  },
313
- "description": "Expression to map the inbound payload to process variables"
449
+ "type": "Text"
314
450
  }
315
451
  ],
316
452
  "icon": {
317
- "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='-7.5 0 271 271' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M245.44 108.308h-85.09a7.738 7.738 0 0 1-7.735-7.734v-88.68C152.615 5.327 147.29 0 140.726 0h-30.375c-6.568 0-11.89 5.327-11.89 11.894v88.143c0 4.573-3.697 8.29-8.27 8.31l-27.885.133c-4.612.025-8.359-3.717-8.35-8.325l.173-88.241C54.144 5.337 48.817 0 42.24 0H11.89C5.321 0 0 5.327 0 11.894V260.21c0 5.834 4.726 10.56 10.555 10.56H245.44c5.834 0 10.56-4.726 10.56-10.56V118.868c0-5.834-4.726-10.56-10.56-10.56zm-39.902 93.233c0 7.645-6.198 13.844-13.843 13.844H167.69c-7.646 0-13.844-6.199-13.844-13.844v-24.005c0-7.646 6.198-13.844 13.844-13.844h24.005c7.645 0 13.843 6.198 13.843 13.844v24.005z' fill='%23F60'/%3E%3C/svg%3E"
453
+ "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
318
454
  },
319
455
  "engines": {
320
- "camunda": "^8.4"
456
+ "camunda": "^8.6"
321
457
  }
322
458
  },
323
459
  {
324
460
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
325
461
  "name": "RabbitMQ Boundary Event Connector",
326
462
  "id": "io.camunda.connectors.inbound.RabbitMQ.Boundary.v1",
463
+ "version": 2,
327
464
  "description": "Receive a message from RabbitMQ",
328
465
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
329
- "version": 6,
330
466
  "category": {
331
467
  "id": "connectors",
332
468
  "name": "Connectors"
@@ -354,33 +490,39 @@
354
490
  "label": "Activation"
355
491
  },
356
492
  {
357
- "id": "correlation",
358
- "label": "Correlation"
359
- },
360
- {
361
- "id": "output",
362
- "label": "Output mapping"
493
+ "id": "variable-mapping",
494
+ "label": "Variable mapping"
363
495
  }
364
496
  ],
365
497
  "properties": [
366
498
  {
499
+ "type": "Hidden",
367
500
  "value": "io.camunda:connector-rabbitmq-inbound:1",
368
501
  "binding": {
369
- "name": "inbound.type",
370
- "type": "zeebe:property"
502
+ "type": "zeebe:property",
503
+ "name": "inbound.type"
504
+ }
505
+ },
506
+ {
507
+ "type": "Hidden",
508
+ "generatedValue": {
509
+ "type": "uuid"
371
510
  },
372
- "type": "Hidden"
511
+ "binding": {
512
+ "type": "bpmn:Message#property",
513
+ "name": "name"
514
+ }
373
515
  },
374
516
  {
375
- "id": "authentication.authType",
517
+ "id": "connectionType",
376
518
  "label": "Connection type",
377
- "value": "uri",
378
519
  "group": "authentication",
520
+ "type": "Dropdown",
521
+ "value": "uri",
379
522
  "binding": {
380
- "name": "authentication.authType",
381
- "type": "zeebe:property"
523
+ "type": "zeebe:property",
524
+ "name": "authentication.authType"
382
525
  },
383
- "type": "Dropdown",
384
526
  "choices": [
385
527
  {
386
528
  "name": "URI",
@@ -393,178 +535,154 @@
393
535
  ]
394
536
  },
395
537
  {
396
- "id": "authentication.uri",
397
538
  "label": "URI",
398
539
  "description": "URI should contain username, password, host name, port number, and virtual host",
399
- "optional": false,
540
+ "group": "authentication",
541
+ "type": "String",
542
+ "binding": {
543
+ "type": "zeebe:property",
544
+ "name": "authentication.uri"
545
+ },
400
546
  "constraints": {
401
547
  "notEmpty": true,
402
548
  "pattern": {
403
- "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
549
+ "value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*$",
404
550
  "message": "Must start with amqp(s):// or contain a secret reference"
405
551
  }
406
552
  },
407
- "group": "authentication",
408
- "binding": {
409
- "name": "authentication.uri",
410
- "type": "zeebe:property"
411
- },
412
553
  "condition": {
413
- "property": "authentication.authType",
414
- "equals": "uri",
415
- "type": "simple"
416
- },
417
- "type": "String"
554
+ "property": "connectionType",
555
+ "equals": "uri"
556
+ }
418
557
  },
419
558
  {
420
- "id": "authentication.userName",
421
559
  "label": "Username",
422
- "optional": false,
423
- "constraints": {
424
- "notEmpty": true
425
- },
426
560
  "group": "authentication",
561
+ "type": "String",
427
562
  "binding": {
428
- "name": "authentication.userName",
429
- "type": "zeebe:property"
563
+ "type": "zeebe:property",
564
+ "name": "authentication.userName"
430
565
  },
431
- "condition": {
432
- "property": "authentication.authType",
433
- "equals": "credentials",
434
- "type": "simple"
566
+ "constraints": {
567
+ "notEmpty": true
435
568
  },
436
- "type": "String"
569
+ "condition": {
570
+ "property": "connectionType",
571
+ "equals": "credentials"
572
+ }
437
573
  },
438
574
  {
439
- "id": "authentication.password",
440
575
  "label": "Password",
441
- "optional": false,
442
- "constraints": {
443
- "notEmpty": true
444
- },
445
576
  "group": "authentication",
577
+ "type": "String",
446
578
  "binding": {
447
- "name": "authentication.password",
448
- "type": "zeebe:property"
449
- },
450
- "condition": {
451
- "property": "authentication.authType",
452
- "equals": "credentials",
453
- "type": "simple"
579
+ "type": "zeebe:property",
580
+ "name": "authentication.password"
454
581
  },
455
- "type": "String"
456
- },
457
- {
458
- "id": "routing.virtualHost",
459
- "label": "Virtual host",
460
- "description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
461
- "optional": false,
462
582
  "constraints": {
463
583
  "notEmpty": true
464
584
  },
465
- "group": "routing",
466
- "binding": {
467
- "name": "routing.virtualHost",
468
- "type": "zeebe:property"
469
- },
470
585
  "condition": {
471
- "property": "authentication.authType",
472
- "equals": "credentials",
473
- "type": "simple"
474
- },
475
- "type": "String"
586
+ "property": "connectionType",
587
+ "equals": "credentials"
588
+ }
476
589
  },
477
590
  {
478
- "id": "routing.hostName",
479
591
  "label": "Host name",
480
- "description": "Host name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
481
- "optional": false,
592
+ "description": "Host name: get from RabbitMQ external applocation configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
593
+ "group": "routing",
594
+ "type": "String",
595
+ "binding": {
596
+ "type": "zeebe:property",
597
+ "name": "routing.hostName"
598
+ },
482
599
  "constraints": {
483
600
  "notEmpty": true
484
601
  },
602
+ "condition": {
603
+ "property": "connectionType",
604
+ "equals": "credentials"
605
+ }
606
+ },
607
+ {
608
+ "label": "Virtual host",
609
+ "description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
485
610
  "group": "routing",
611
+ "type": "String",
486
612
  "binding": {
487
- "name": "routing.hostName",
488
- "type": "zeebe:property"
613
+ "type": "zeebe:property",
614
+ "name": "routing.virtualHost"
489
615
  },
490
- "condition": {
491
- "property": "authentication.authType",
492
- "equals": "credentials",
493
- "type": "simple"
616
+ "constraints": {
617
+ "notEmpty": true
494
618
  },
495
- "type": "String"
619
+ "condition": {
620
+ "property": "connectionType",
621
+ "equals": "credentials"
622
+ }
496
623
  },
497
624
  {
498
- "id": "routing.port",
499
625
  "label": "Port",
500
- "description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
501
- "optional": false,
502
- "constraints": {
503
- "notEmpty": true
504
- },
626
+ "description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
505
627
  "group": "routing",
628
+ "type": "String",
506
629
  "binding": {
507
- "name": "routing.port",
508
- "type": "zeebe:property"
630
+ "type": "zeebe:property",
631
+ "name": "routing.port"
509
632
  },
510
- "condition": {
511
- "property": "authentication.authType",
512
- "equals": "credentials",
513
- "type": "simple"
633
+ "constraints": {
634
+ "notEmpty": true
514
635
  },
515
- "type": "String"
636
+ "condition": {
637
+ "property": "connectionType",
638
+ "equals": "credentials"
639
+ }
516
640
  },
517
641
  {
518
- "id": "queueName",
519
642
  "label": "Queue name",
520
643
  "description": "Name of the queue to subscribe to",
521
- "optional": false,
522
- "constraints": {
523
- "notEmpty": true
524
- },
525
644
  "group": "subscription",
645
+ "type": "String",
646
+ "feel": "optional",
526
647
  "binding": {
527
- "name": "queueName",
528
- "type": "zeebe:property"
648
+ "type": "zeebe:property",
649
+ "name": "queueName"
529
650
  },
530
- "type": "String"
651
+ "constraints": {
652
+ "notEmpty": true
653
+ }
531
654
  },
532
655
  {
533
- "id": "consumerTag",
534
656
  "label": "Consumer tag",
535
657
  "description": "Consumer tag to use for the subscription",
536
- "optional": false,
537
658
  "group": "subscription",
659
+ "type": "String",
660
+ "feel": "optional",
538
661
  "binding": {
539
- "name": "consumerTag",
540
- "type": "zeebe:property"
541
- },
542
- "type": "String"
662
+ "type": "zeebe:property",
663
+ "name": "consumerTag"
664
+ }
543
665
  },
544
666
  {
545
- "id": "arguments",
546
667
  "label": "Arguments",
547
668
  "description": "Arguments to use for the subscription",
548
- "optional": true,
549
- "feel": "required",
550
669
  "group": "subscription",
670
+ "type": "String",
671
+ "feel": "required",
551
672
  "binding": {
552
- "name": "arguments",
553
- "type": "zeebe:property"
554
- },
555
- "type": "String"
673
+ "type": "zeebe:property",
674
+ "name": "arguments"
675
+ }
556
676
  },
557
677
  {
558
- "id": "exclusive",
559
678
  "label": "Exclusive consumer",
560
- "optional": false,
561
- "value": "false",
562
679
  "group": "subscription",
680
+ "type": "Dropdown",
681
+ "value": "false",
563
682
  "binding": {
564
- "name": "exclusive",
565
- "type": "zeebe:property"
683
+ "type": "zeebe:property",
684
+ "name": "exclusive"
566
685
  },
567
- "type": "Dropdown",
568
686
  "choices": [
569
687
  {
570
688
  "name": "Yes",
@@ -577,102 +695,86 @@
577
695
  ]
578
696
  },
579
697
  {
580
- "id": "activationCondition",
581
- "label": "Activation condition",
582
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
583
- "optional": true,
584
- "feel": "required",
698
+ "label": "Correlation key (process)",
699
+ "type": "String",
585
700
  "group": "activation",
701
+ "feel": "required",
702
+ "description": "Sets up the correlation key from process variables",
586
703
  "binding": {
587
- "name": "activationCondition",
588
- "type": "zeebe:property"
704
+ "type": "bpmn:Message#zeebe:subscription#property",
705
+ "name": "correlationKey"
589
706
  },
590
- "type": "String"
591
- },
592
- {
593
- "id": "correlationKeyProcess",
594
- "label": "Correlation key (process)",
595
- "description": "Sets up the correlation key from process variables",
596
707
  "constraints": {
597
708
  "notEmpty": true
598
- },
599
- "feel": "required",
600
- "group": "correlation",
601
- "binding": {
602
- "name": "correlationKey",
603
- "type": "bpmn:Message#zeebe:subscription#property"
604
- },
605
- "type": "String"
709
+ }
606
710
  },
607
711
  {
608
- "id": "correlationKeyPayload",
609
712
  "label": "Correlation key (payload)",
610
- "description": "Extracts the correlation key from the incoming message payload",
611
- "constraints": {
612
- "notEmpty": true
613
- },
713
+ "type": "String",
714
+ "group": "activation",
614
715
  "feel": "required",
615
- "group": "correlation",
616
716
  "binding": {
617
- "name": "correlationKeyExpression",
618
- "type": "zeebe:property"
717
+ "type": "zeebe:property",
718
+ "name": "correlationKeyExpression"
619
719
  },
620
- "type": "String"
720
+ "description": "Extracts the correlation key from the incoming message payload",
721
+ "constraints": {
722
+ "notEmpty": true
723
+ }
621
724
  },
622
725
  {
623
- "id": "messageIdExpression",
624
726
  "label": "Message ID expression",
625
- "description": "Expression to extract unique identifier of a message",
626
- "optional": true,
627
727
  "feel": "required",
628
- "group": "correlation",
728
+ "type": "String",
729
+ "optional": true,
730
+ "group": "activation",
629
731
  "binding": {
630
- "name": "messageIdExpression",
631
- "type": "zeebe:property"
732
+ "type": "zeebe:property",
733
+ "name": "messageIdExpression"
632
734
  },
633
- "type": "String"
735
+ "description": "Expression to extract unique identifier of a message"
634
736
  },
635
737
  {
636
- "id": "messageNameUuid",
637
- "generatedValue": {
638
- "type": "uuid"
639
- },
640
- "group": "correlation",
738
+ "label": "Activation condition",
739
+ "type": "String",
740
+ "group": "activation",
741
+ "feel": "required",
742
+ "optional": true,
641
743
  "binding": {
642
- "name": "name",
643
- "type": "bpmn:Message#property"
744
+ "type": "zeebe:property",
745
+ "name": "activationCondition"
644
746
  },
645
- "type": "Hidden"
747
+ "description": "Condition under which the connector triggers. Leave empty to catch all events"
646
748
  },
647
749
  {
648
- "id": "resultVariable",
649
750
  "label": "Result variable",
650
- "description": "Name of variable to store the response in",
651
- "group": "output",
751
+ "type": "String",
752
+ "group": "variable-mapping",
753
+ "optional": true,
652
754
  "binding": {
653
- "name": "resultVariable",
654
- "type": "zeebe:property"
755
+ "type": "zeebe:property",
756
+ "name": "resultVariable"
655
757
  },
656
- "type": "String"
758
+ "description": "Name of variable to store the result of the connector in"
657
759
  },
658
760
  {
659
- "id": "resultExpression",
660
761
  "label": "Result expression",
661
- "description": "Expression to map the response into process variables",
762
+ "type": "String",
763
+ "group": "variable-mapping",
662
764
  "feel": "required",
663
- "group": "output",
765
+ "optional": true,
664
766
  "binding": {
665
- "name": "resultExpression",
666
- "type": "zeebe:property"
767
+ "type": "zeebe:property",
768
+ "name": "resultExpression"
667
769
  },
668
- "type": "Text"
770
+ "description": "Expression to map the inbound payload to process variables"
669
771
  }
670
772
  ],
671
773
  "icon": {
672
- "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
774
+ "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='-7.5 0 271 271' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M245.44 108.308h-85.09a7.738 7.738 0 0 1-7.735-7.734v-88.68C152.615 5.327 147.29 0 140.726 0h-30.375c-6.568 0-11.89 5.327-11.89 11.894v88.143c0 4.573-3.697 8.29-8.27 8.31l-27.885.133c-4.612.025-8.359-3.717-8.35-8.325l.173-88.241C54.144 5.337 48.817 0 42.24 0H11.89C5.321 0 0 5.327 0 11.894V260.21c0 5.834 4.726 10.56 10.555 10.56H245.44c5.834 0 10.56-4.726 10.56-10.56V118.868c0-5.834-4.726-10.56-10.56-10.56zm-39.902 93.233c0 7.645-6.198 13.844-13.843 13.844H167.69c-7.646 0-13.844-6.199-13.844-13.844v-24.005c0-7.646 6.198-13.844 13.844-13.844h24.005c7.645 0 13.843 6.198 13.843 13.844v24.005z' fill='%23F60'/%3E%3C/svg%3E"
673
775
  },
674
776
  "engines": {
675
- "camunda": "^8.5"
777
+ "camunda": "^8.4"
676
778
  }
677
779
  },
678
780
  {
@@ -681,7 +783,7 @@
681
783
  "id": "io.camunda.connectors.inbound.RabbitMQ.Boundary.v1",
682
784
  "description": "Receive a message from RabbitMQ",
683
785
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
684
- "version": 7,
786
+ "version": 6,
685
787
  "category": {
686
788
  "id": "connectors",
687
789
  "name": "Connectors"
@@ -710,13 +812,7 @@
710
812
  },
711
813
  {
712
814
  "id": "correlation",
713
- "label": "Correlation",
714
- "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
715
- },
716
- {
717
- "id": "deduplication",
718
- "label": "Deduplication",
719
- "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
815
+ "label": "Correlation"
720
816
  },
721
817
  {
722
818
  "id": "output",
@@ -950,18 +1046,6 @@
950
1046
  },
951
1047
  "type": "String"
952
1048
  },
953
- {
954
- "id": "consumeUnmatchedEvents",
955
- "label": "Consume unmatched events",
956
- "value": true,
957
- "group": "activation",
958
- "binding": {
959
- "name": "consumeUnmatchedEvents",
960
- "type": "zeebe:property"
961
- },
962
- "tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
963
- "type": "Boolean"
964
- },
965
1049
  {
966
1050
  "id": "correlationKeyProcess",
967
1051
  "label": "Correlation key (process)",
@@ -1005,26 +1089,6 @@
1005
1089
  },
1006
1090
  "type": "String"
1007
1091
  },
1008
- {
1009
- "id": "messageTtl",
1010
- "label": "Message TTL",
1011
- "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
1012
- "optional": true,
1013
- "constraints": {
1014
- "notEmpty": false,
1015
- "pattern": {
1016
- "value": "^(PT.*|)$",
1017
- "message": "must be an ISO-8601 duration"
1018
- }
1019
- },
1020
- "feel": "optional",
1021
- "group": "correlation",
1022
- "binding": {
1023
- "name": "messageTtl",
1024
- "type": "zeebe:property"
1025
- },
1026
- "type": "String"
1027
- },
1028
1092
  {
1029
1093
  "id": "messageNameUuid",
1030
1094
  "generatedValue": {
@@ -1037,70 +1101,6 @@
1037
1101
  },
1038
1102
  "type": "Hidden"
1039
1103
  },
1040
- {
1041
- "id": "deduplicationModeManualFlag",
1042
- "label": "Manual mode",
1043
- "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
1044
- "value": false,
1045
- "group": "deduplication",
1046
- "binding": {
1047
- "name": "deduplicationModeManualFlag",
1048
- "type": "zeebe:property"
1049
- },
1050
- "type": "Boolean"
1051
- },
1052
- {
1053
- "id": "deduplicationId",
1054
- "label": "Deduplication ID",
1055
- "constraints": {
1056
- "notEmpty": true,
1057
- "pattern": {
1058
- "value": "^[a-zA-Z0-9_-]+$",
1059
- "message": "can only contain alphanumeric characters, dashes, and underscores"
1060
- }
1061
- },
1062
- "group": "deduplication",
1063
- "binding": {
1064
- "name": "deduplicationId",
1065
- "type": "zeebe:property"
1066
- },
1067
- "condition": {
1068
- "property": "deduplicationModeManualFlag",
1069
- "equals": true,
1070
- "type": "simple"
1071
- },
1072
- "type": "String"
1073
- },
1074
- {
1075
- "id": "deduplicationModeManual",
1076
- "value": "MANUAL",
1077
- "group": "deduplication",
1078
- "binding": {
1079
- "name": "deduplicationMode",
1080
- "type": "zeebe:property"
1081
- },
1082
- "condition": {
1083
- "property": "deduplicationId",
1084
- "isActive": true,
1085
- "type": "simple"
1086
- },
1087
- "type": "Hidden"
1088
- },
1089
- {
1090
- "id": "deduplicationModeAuto",
1091
- "value": "AUTO",
1092
- "group": "deduplication",
1093
- "binding": {
1094
- "name": "deduplicationMode",
1095
- "type": "zeebe:property"
1096
- },
1097
- "condition": {
1098
- "property": "deduplicationId",
1099
- "isActive": false,
1100
- "type": "simple"
1101
- },
1102
- "type": "Hidden"
1103
- },
1104
1104
  {
1105
1105
  "id": "resultVariable",
1106
1106
  "label": "Result variable",
@@ -1129,7 +1129,7 @@
1129
1129
  "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
1130
1130
  },
1131
1131
  "engines": {
1132
- "camunda": "^8.6"
1132
+ "camunda": "^8.5"
1133
1133
  }
1134
1134
  },
1135
1135
  {
@@ -1446,9 +1446,15 @@
1446
1446
  "name": "RabbitMQ Boundary Event Connector",
1447
1447
  "id": "io.camunda.connectors.inbound.RabbitMQ.Boundary.v1",
1448
1448
  "description": "Receive a message from RabbitMQ",
1449
- "metadata": {
1450
- "keywords": []
1451
- },
1449
+ "keywords": [
1450
+ "receive message",
1451
+ "consume message",
1452
+ "message queue",
1453
+ "AMQP",
1454
+ "subscribe",
1455
+ "message broker",
1456
+ "queue"
1457
+ ],
1452
1458
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
1453
1459
  "version": 8,
1454
1460
  "category": {
@@ -1799,15 +1805,18 @@
1799
1805
  },
1800
1806
  {
1801
1807
  "id": "messageNameUuid",
1808
+ "label": "Message name",
1802
1809
  "generatedValue": {
1803
1810
  "type": "uuid"
1804
1811
  },
1812
+ "feel": "optional",
1805
1813
  "group": "correlation",
1806
1814
  "binding": {
1807
1815
  "name": "name",
1808
1816
  "type": "bpmn:Message#property"
1809
1817
  },
1810
- "type": "Hidden"
1818
+ "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.",
1819
+ "type": "String"
1811
1820
  },
1812
1821
  {
1813
1822
  "id": "deduplicationModeManualFlag",
@@ -1876,7 +1885,7 @@
1876
1885
  {
1877
1886
  "id": "resultVariable",
1878
1887
  "label": "Result variable",
1879
- "description": "Name of variable to store the response in",
1888
+ "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>.",
1880
1889
  "group": "output",
1881
1890
  "binding": {
1882
1891
  "name": "resultVariable",
@@ -1887,7 +1896,7 @@
1887
1896
  {
1888
1897
  "id": "resultExpression",
1889
1898
  "label": "Result expression",
1890
- "description": "Expression to map the response into process variables",
1899
+ "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>.",
1891
1900
  "feel": "required",
1892
1901
  "group": "output",
1893
1902
  "binding": {