@camunda/connectors-element-templates 1.0.3 → 1.0.5

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 (77) hide show
  1. package/package.json +1 -1
  2. package/src/connectors.js +8 -2
  3. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +30 -30
  4. package/src/element-templates/agenticai-aiagent-outbound-connector.json +323 -9
  5. package/src/element-templates/asana-connector.json +101 -101
  6. package/src/element-templates/automation-anywhere-outbound-connector.json +1777 -961
  7. package/src/element-templates/aws-bedrock-outbound-connector.json +74 -74
  8. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  9. package/src/element-templates/aws-dynamodb-outbound-connector.json +1373 -1373
  10. package/src/element-templates/aws-eventbridge-connector-boundary.json +28 -28
  11. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  12. package/src/element-templates/aws-eventbridge-connector-start-event.json +23 -23
  13. package/src/element-templates/aws-eventbridge-outbound-connector.json +326 -326
  14. package/src/element-templates/aws-lambda-outbound-connector.json +231 -231
  15. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  16. package/src/element-templates/aws-sns-inbound-boundary.json +285 -285
  17. package/src/element-templates/aws-sns-inbound-intermediate.json +33 -33
  18. package/src/element-templates/aws-sns-inbound-message-start.json +227 -227
  19. package/src/element-templates/aws-sns-inbound-start-event.json +132 -132
  20. package/src/element-templates/aws-sns-outbound-connector.json +370 -370
  21. package/src/element-templates/aws-sqs-boundary-connector.json +232 -232
  22. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +532 -532
  23. package/src/element-templates/aws-sqs-outbound-connector.json +396 -396
  24. package/src/element-templates/aws-sqs-start-event-connector.json +389 -389
  25. package/src/element-templates/aws-textract-outbound-connector.json +123 -123
  26. package/src/element-templates/azure-blobstorage-outbound-connector.json +349 -0
  27. package/src/element-templates/blue-prism-connector.json +13 -13
  28. package/src/element-templates/box-outbound-connector.json +30 -30
  29. package/src/element-templates/easy-post-connector.json +121 -121
  30. package/src/element-templates/email-outbound-connector.json +233 -233
  31. package/src/element-templates/github-connector.json +1259 -1259
  32. package/src/element-templates/github-webhook-connector-boundary.json +35 -35
  33. package/src/element-templates/github-webhook-connector-intermediate.json +31 -31
  34. package/src/element-templates/github-webhook-connector-start-event.json +34 -34
  35. package/src/element-templates/gitlab-connector.json +3333 -3333
  36. package/src/element-templates/google-cloud-storage-outbound-connector.json +357 -0
  37. package/src/element-templates/google-drive-outbound-connector.json +414 -101
  38. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  39. package/src/element-templates/google-maps-platform-connector.json +489 -0
  40. package/src/element-templates/google-sheets-outbound-connector.json +2468 -2468
  41. package/src/element-templates/graphql-outbound-connector.json +1113 -1113
  42. package/src/element-templates/http-json-connector.json +2202 -1290
  43. package/src/element-templates/http-polling-boundary-catch-event-connector.json +6 -6
  44. package/src/element-templates/http-polling-connector.json +6 -6
  45. package/src/element-templates/hugging-face-connector.json +34 -34
  46. package/src/element-templates/idp-extraction-outbound-connector.json +115 -0
  47. package/src/element-templates/jdbc-outbound-connector.json +36 -36
  48. package/src/element-templates/kafka-inbound-connector-boundary.json +540 -540
  49. package/src/element-templates/kafka-inbound-connector-intermediate.json +585 -585
  50. package/src/element-templates/kafka-inbound-connector.json +603 -0
  51. package/src/element-templates/kafka-outbound-connector.json +261 -261
  52. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  53. package/src/element-templates/microsoft-teams-outbound-connector.json +98 -98
  54. package/src/element-templates/openai-connector.json +517 -159
  55. package/src/element-templates/operate-connector.json +569 -53
  56. package/src/element-templates/power-automate-connector.json +1724 -0
  57. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +132 -132
  58. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +941 -941
  59. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +459 -459
  60. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +269 -269
  61. package/src/element-templates/rabbitmq-outbound-connector.json +631 -631
  62. package/src/element-templates/salesforce-connector.json +44 -44
  63. package/src/element-templates/sendgrid-outbound-connector.json +787 -255
  64. package/src/element-templates/slack-inbound-boundary.json +215 -215
  65. package/src/element-templates/slack-inbound-intermediate.json +178 -178
  66. package/src/element-templates/slack-inbound-message-start.json +323 -323
  67. package/src/element-templates/slack-inbound-start-event.json +212 -212
  68. package/src/element-templates/slack-outbound-connector.json +777 -522
  69. package/src/element-templates/twilio-connector.json +29 -29
  70. package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
  71. package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
  72. package/src/element-templates/uipath-connector.json +8 -8
  73. package/src/element-templates/webhook-connector-boundary.json +1133 -1133
  74. package/src/element-templates/webhook-connector-intermediate.json +1380 -1380
  75. package/src/element-templates/webhook-connector-start-event.json +1370 -1370
  76. package/src/element-templates/webhook-connector-start-message.json +1171 -1171
  77. package/src/element-templates/agenticai-aiagent-outbound-connector-8.8.0-alpha4.json +0 -843
@@ -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": "RabbitMQ Intermediate Catch Event Connector",
4
+ "name": "RabbitMQ connector",
5
5
  "id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
6
+ "version": 2,
6
7
  "description": "Receive a message from RabbitMQ",
7
- "metadata": {
8
- "keywords": []
9
- },
10
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
11
- "version": 8,
8
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
12
9
  "category": {
13
10
  "id": "connectors",
14
11
  "name": "Connectors"
@@ -18,9 +15,6 @@
18
15
  "value": "bpmn:IntermediateCatchEvent",
19
16
  "eventDefinition": "bpmn:MessageEventDefinition"
20
17
  },
21
- "engines": {
22
- "camunda": "^8.3"
23
- },
24
18
  "groups": [
25
19
  {
26
20
  "id": "authentication",
@@ -39,39 +33,39 @@
39
33
  "label": "Activation"
40
34
  },
41
35
  {
42
- "id": "correlation",
43
- "label": "Correlation",
44
- "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
45
- },
46
- {
47
- "id": "deduplication",
48
- "label": "Deduplication",
49
- "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
50
- },
51
- {
52
- "id": "output",
53
- "label": "Output mapping"
36
+ "id": "variable-mapping",
37
+ "label": "Variable mapping"
54
38
  }
55
39
  ],
56
40
  "properties": [
57
41
  {
42
+ "type": "Hidden",
58
43
  "value": "io.camunda:connector-rabbitmq-inbound:1",
59
44
  "binding": {
60
- "name": "inbound.type",
61
- "type": "zeebe:property"
45
+ "type": "zeebe:property",
46
+ "name": "inbound.type"
47
+ }
48
+ },
49
+ {
50
+ "type": "Hidden",
51
+ "generatedValue": {
52
+ "type": "uuid"
62
53
  },
63
- "type": "Hidden"
54
+ "binding": {
55
+ "type": "bpmn:Message#property",
56
+ "name": "name"
57
+ }
64
58
  },
65
59
  {
66
- "id": "authentication.authType",
60
+ "id": "connectionType",
67
61
  "label": "Connection type",
68
- "value": "uri",
69
62
  "group": "authentication",
63
+ "type": "Dropdown",
64
+ "value": "uri",
70
65
  "binding": {
71
- "name": "authentication.authType",
72
- "type": "zeebe:property"
66
+ "type": "zeebe:property",
67
+ "name": "authentication.authType"
73
68
  },
74
- "type": "Dropdown",
75
69
  "choices": [
76
70
  {
77
71
  "name": "URI",
@@ -84,178 +78,154 @@
84
78
  ]
85
79
  },
86
80
  {
87
- "id": "authentication.uri",
88
81
  "label": "URI",
89
82
  "description": "URI should contain username, password, host name, port number, and virtual host",
90
- "optional": false,
83
+ "group": "authentication",
84
+ "type": "String",
85
+ "binding": {
86
+ "type": "zeebe:property",
87
+ "name": "authentication.uri"
88
+ },
91
89
  "constraints": {
92
90
  "notEmpty": true,
93
91
  "pattern": {
94
- "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
92
+ "value": "^(amqps?://)|secrets\\..+|(\\{\\{secrets\\..+\\}\\}).*$",
95
93
  "message": "Must start with amqp(s):// or contain a secret reference"
96
94
  }
97
95
  },
98
- "group": "authentication",
99
- "binding": {
100
- "name": "authentication.uri",
101
- "type": "zeebe:property"
102
- },
103
96
  "condition": {
104
- "property": "authentication.authType",
105
- "equals": "uri",
106
- "type": "simple"
107
- },
108
- "type": "String"
97
+ "property": "connectionType",
98
+ "equals": "uri"
99
+ }
109
100
  },
110
101
  {
111
- "id": "authentication.userName",
112
102
  "label": "Username",
113
- "optional": false,
114
- "constraints": {
115
- "notEmpty": true
116
- },
117
103
  "group": "authentication",
104
+ "type": "String",
118
105
  "binding": {
119
- "name": "authentication.userName",
120
- "type": "zeebe:property"
106
+ "type": "zeebe:property",
107
+ "name": "authentication.userName"
121
108
  },
122
- "condition": {
123
- "property": "authentication.authType",
124
- "equals": "credentials",
125
- "type": "simple"
109
+ "constraints": {
110
+ "notEmpty": true
126
111
  },
127
- "type": "String"
112
+ "condition": {
113
+ "property": "connectionType",
114
+ "equals": "credentials"
115
+ }
128
116
  },
129
117
  {
130
- "id": "authentication.password",
131
118
  "label": "Password",
132
- "optional": false,
133
- "constraints": {
134
- "notEmpty": true
135
- },
136
119
  "group": "authentication",
120
+ "type": "String",
137
121
  "binding": {
138
- "name": "authentication.password",
139
- "type": "zeebe:property"
140
- },
141
- "condition": {
142
- "property": "authentication.authType",
143
- "equals": "credentials",
144
- "type": "simple"
122
+ "type": "zeebe:property",
123
+ "name": "authentication.password"
145
124
  },
146
- "type": "String"
147
- },
148
- {
149
- "id": "routing.virtualHost",
150
- "label": "Virtual host",
151
- "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>",
152
- "optional": false,
153
125
  "constraints": {
154
126
  "notEmpty": true
155
127
  },
156
- "group": "routing",
157
- "binding": {
158
- "name": "routing.virtualHost",
159
- "type": "zeebe:property"
160
- },
161
128
  "condition": {
162
- "property": "authentication.authType",
163
- "equals": "credentials",
164
- "type": "simple"
165
- },
166
- "type": "String"
129
+ "property": "connectionType",
130
+ "equals": "credentials"
131
+ }
167
132
  },
168
133
  {
169
- "id": "routing.hostName",
170
134
  "label": "Host name",
171
- "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>",
172
- "optional": false,
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/#routing-data\"target=\"_blank\">documentation</a>",
136
+ "group": "routing",
137
+ "type": "String",
138
+ "binding": {
139
+ "type": "zeebe:property",
140
+ "name": "routing.hostName"
141
+ },
173
142
  "constraints": {
174
143
  "notEmpty": true
175
144
  },
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/#routing-data\"target=\"_blank\">documentation</a>",
176
153
  "group": "routing",
154
+ "type": "String",
177
155
  "binding": {
178
- "name": "routing.hostName",
179
- "type": "zeebe:property"
156
+ "type": "zeebe:property",
157
+ "name": "routing.virtualHost"
180
158
  },
181
- "condition": {
182
- "property": "authentication.authType",
183
- "equals": "credentials",
184
- "type": "simple"
159
+ "constraints": {
160
+ "notEmpty": true
185
161
  },
186
- "type": "String"
162
+ "condition": {
163
+ "property": "connectionType",
164
+ "equals": "credentials"
165
+ }
187
166
  },
188
167
  {
189
- "id": "routing.port",
190
168
  "label": "Port",
191
- "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>",
192
- "optional": false,
193
- "constraints": {
194
- "notEmpty": true
195
- },
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/#routing-data\"target=\"_blank\">documentation</a>",
196
170
  "group": "routing",
171
+ "type": "String",
197
172
  "binding": {
198
- "name": "routing.port",
199
- "type": "zeebe:property"
173
+ "type": "zeebe:property",
174
+ "name": "routing.port"
200
175
  },
201
- "condition": {
202
- "property": "authentication.authType",
203
- "equals": "credentials",
204
- "type": "simple"
176
+ "constraints": {
177
+ "notEmpty": true
205
178
  },
206
- "type": "String"
179
+ "condition": {
180
+ "property": "connectionType",
181
+ "equals": "credentials"
182
+ }
207
183
  },
208
184
  {
209
- "id": "queueName",
210
185
  "label": "Queue name",
211
186
  "description": "Name of the queue to subscribe to",
212
- "optional": false,
213
- "constraints": {
214
- "notEmpty": true
215
- },
216
187
  "group": "subscription",
188
+ "type": "String",
189
+ "feel": "optional",
217
190
  "binding": {
218
- "name": "queueName",
219
- "type": "zeebe:property"
191
+ "type": "zeebe:property",
192
+ "name": "queueName"
220
193
  },
221
- "type": "String"
194
+ "constraints": {
195
+ "notEmpty": true
196
+ }
222
197
  },
223
198
  {
224
- "id": "consumerTag",
225
199
  "label": "Consumer tag",
226
200
  "description": "Consumer tag to use for the subscription",
227
- "optional": false,
228
201
  "group": "subscription",
202
+ "type": "String",
203
+ "feel": "optional",
229
204
  "binding": {
230
- "name": "consumerTag",
231
- "type": "zeebe:property"
232
- },
233
- "type": "String"
205
+ "type": "zeebe:property",
206
+ "name": "consumerTag"
207
+ }
234
208
  },
235
209
  {
236
- "id": "arguments",
237
210
  "label": "Arguments",
238
211
  "description": "Arguments to use for the subscription",
239
- "optional": true,
240
- "feel": "required",
241
212
  "group": "subscription",
213
+ "type": "String",
214
+ "feel": "required",
242
215
  "binding": {
243
- "name": "arguments",
244
- "type": "zeebe:property"
245
- },
246
- "type": "String"
216
+ "type": "zeebe:property",
217
+ "name": "arguments"
218
+ }
247
219
  },
248
220
  {
249
- "id": "exclusive",
250
221
  "label": "Exclusive consumer",
251
- "optional": false,
252
- "value": "false",
253
222
  "group": "subscription",
223
+ "type": "Dropdown",
224
+ "value": "false",
254
225
  "binding": {
255
- "name": "exclusive",
256
- "type": "zeebe:property"
226
+ "type": "zeebe:property",
227
+ "name": "exclusive"
257
228
  },
258
- "type": "Dropdown",
259
229
  "choices": [
260
230
  {
261
231
  "name": "Yes",
@@ -268,195 +238,74 @@
268
238
  ]
269
239
  },
270
240
  {
271
- "id": "activationCondition",
272
- "label": "Activation condition",
273
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
274
- "optional": true,
275
- "feel": "required",
241
+ "label": "Correlation key (process)",
242
+ "type": "String",
276
243
  "group": "activation",
244
+ "feel": "required",
245
+ "description": "Sets up the correlation key from process variables",
277
246
  "binding": {
278
- "name": "activationCondition",
279
- "type": "zeebe:property"
247
+ "type": "bpmn:Message#zeebe:subscription#property",
248
+ "name": "correlationKey"
280
249
  },
281
- "type": "String"
250
+ "constraints": {
251
+ "notEmpty": true
252
+ }
282
253
  },
283
254
  {
284
- "id": "consumeUnmatchedEvents",
285
- "label": "Consume unmatched events",
286
- "value": true,
255
+ "label": "Correlation key (payload)",
256
+ "type": "String",
287
257
  "group": "activation",
288
- "binding": {
289
- "name": "consumeUnmatchedEvents",
290
- "type": "zeebe:property"
291
- },
292
- "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",
293
- "type": "Boolean"
294
- },
295
- {
296
- "id": "correlationKeyProcess",
297
- "label": "Correlation key (process)",
298
- "description": "Sets up the correlation key from process variables",
299
- "constraints": {
300
- "notEmpty": true
301
- },
302
258
  "feel": "required",
303
- "group": "correlation",
304
259
  "binding": {
305
- "name": "correlationKey",
306
- "type": "bpmn:Message#zeebe:subscription#property"
260
+ "type": "zeebe:property",
261
+ "name": "correlationKeyExpression"
307
262
  },
308
- "type": "String"
309
- },
310
- {
311
- "id": "correlationKeyPayload",
312
- "label": "Correlation key (payload)",
313
263
  "description": "Extracts the correlation key from the incoming message payload",
314
264
  "constraints": {
315
265
  "notEmpty": true
316
- },
317
- "feel": "required",
318
- "group": "correlation",
319
- "binding": {
320
- "name": "correlationKeyExpression",
321
- "type": "zeebe:property"
322
- },
323
- "type": "String"
266
+ }
324
267
  },
325
268
  {
326
- "id": "messageIdExpression",
327
- "label": "Message ID expression",
328
- "description": "Expression to extract unique identifier of a message",
329
- "optional": true,
269
+ "label": "Activation condition",
270
+ "type": "String",
271
+ "group": "activation",
330
272
  "feel": "required",
331
- "group": "correlation",
332
- "binding": {
333
- "name": "messageIdExpression",
334
- "type": "zeebe:property"
335
- },
336
- "type": "String"
337
- },
338
- {
339
- "id": "messageTtl",
340
- "label": "Message TTL",
341
- "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
342
273
  "optional": true,
343
- "constraints": {
344
- "notEmpty": false,
345
- "pattern": {
346
- "value": "^(PT.*|)$",
347
- "message": "must be an ISO-8601 duration"
348
- }
349
- },
350
- "feel": "optional",
351
- "group": "correlation",
352
- "binding": {
353
- "name": "messageTtl",
354
- "type": "zeebe:property"
355
- },
356
- "type": "String"
357
- },
358
- {
359
- "id": "messageNameUuid",
360
- "generatedValue": {
361
- "type": "uuid"
362
- },
363
- "group": "correlation",
364
- "binding": {
365
- "name": "name",
366
- "type": "bpmn:Message#property"
367
- },
368
- "type": "Hidden"
369
- },
370
- {
371
- "id": "deduplicationModeManualFlag",
372
- "label": "Manual mode",
373
- "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
374
- "value": false,
375
- "group": "deduplication",
376
- "binding": {
377
- "name": "deduplicationModeManualFlag",
378
- "type": "zeebe:property"
379
- },
380
- "type": "Boolean"
381
- },
382
- {
383
- "id": "deduplicationId",
384
- "label": "Deduplication ID",
385
- "constraints": {
386
- "notEmpty": true,
387
- "pattern": {
388
- "value": "^[a-zA-Z0-9_-]+$",
389
- "message": "can only contain alphanumeric characters, dashes, and underscores"
390
- }
391
- },
392
- "group": "deduplication",
393
- "binding": {
394
- "name": "deduplicationId",
395
- "type": "zeebe:property"
396
- },
397
- "condition": {
398
- "property": "deduplicationModeManualFlag",
399
- "equals": true,
400
- "type": "simple"
401
- },
402
- "type": "String"
403
- },
404
- {
405
- "id": "deduplicationModeManual",
406
- "value": "MANUAL",
407
- "group": "deduplication",
408
- "binding": {
409
- "name": "deduplicationMode",
410
- "type": "zeebe:property"
411
- },
412
- "condition": {
413
- "property": "deduplicationId",
414
- "isActive": true,
415
- "type": "simple"
416
- },
417
- "type": "Hidden"
418
- },
419
- {
420
- "id": "deduplicationModeAuto",
421
- "value": "AUTO",
422
- "group": "deduplication",
423
274
  "binding": {
424
- "name": "deduplicationMode",
425
- "type": "zeebe:property"
426
- },
427
- "condition": {
428
- "property": "deduplicationId",
429
- "isActive": false,
430
- "type": "simple"
275
+ "type": "zeebe:property",
276
+ "name": "activationCondition"
431
277
  },
432
- "type": "Hidden"
278
+ "description": "Condition under which the connector triggers. Leave empty to catch all events"
433
279
  },
434
280
  {
435
- "id": "resultVariable",
436
281
  "label": "Result variable",
437
- "description": "Name of variable to store the response in",
438
- "group": "output",
282
+ "type": "String",
283
+ "group": "variable-mapping",
284
+ "optional": true,
439
285
  "binding": {
440
- "name": "resultVariable",
441
- "type": "zeebe:property"
286
+ "type": "zeebe:property",
287
+ "name": "resultVariable"
442
288
  },
443
- "type": "String"
289
+ "description": "Name of variable to store the result of the connector in"
444
290
  },
445
291
  {
446
- "id": "resultExpression",
447
292
  "label": "Result expression",
448
- "description": "Expression to map the response into process variables",
293
+ "type": "String",
294
+ "group": "variable-mapping",
449
295
  "feel": "required",
450
- "group": "output",
296
+ "optional": true,
451
297
  "binding": {
452
- "name": "resultExpression",
453
- "type": "zeebe:property"
298
+ "type": "zeebe:property",
299
+ "name": "resultExpression"
454
300
  },
455
- "type": "Text"
301
+ "description": "Expression to map the inbound payload to process variables"
456
302
  }
457
303
  ],
458
304
  "icon": {
459
- "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
305
+ "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"
306
+ },
307
+ "engines": {
308
+ "camunda": "^8.2"
460
309
  }
461
310
  },
462
311
  {
@@ -816,11 +665,11 @@
816
665
  },
817
666
  {
818
667
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
819
- "name": "RabbitMQ connector",
668
+ "name": "RabbitMQ Intermediate Catch Event Connector",
820
669
  "id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
821
- "version": 1,
822
670
  "description": "Receive a message from RabbitMQ",
823
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
671
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
672
+ "version": 7,
824
673
  "category": {
825
674
  "id": "connectors",
826
675
  "name": "Connectors"
@@ -848,39 +697,39 @@
848
697
  "label": "Activation"
849
698
  },
850
699
  {
851
- "id": "variable-mapping",
852
- "label": "Variable mapping"
700
+ "id": "correlation",
701
+ "label": "Correlation",
702
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
703
+ },
704
+ {
705
+ "id": "deduplication",
706
+ "label": "Deduplication",
707
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
708
+ },
709
+ {
710
+ "id": "output",
711
+ "label": "Output mapping"
853
712
  }
854
713
  ],
855
714
  "properties": [
856
715
  {
857
- "type": "Hidden",
858
716
  "value": "io.camunda:connector-rabbitmq-inbound:1",
859
717
  "binding": {
860
- "type": "zeebe:property",
861
- "name": "inbound.type"
862
- }
863
- },
864
- {
865
- "type": "Hidden",
866
- "generatedValue": {
867
- "type": "uuid"
718
+ "name": "inbound.type",
719
+ "type": "zeebe:property"
868
720
  },
869
- "binding": {
870
- "type": "bpmn:Message#property",
871
- "name": "name"
872
- }
721
+ "type": "Hidden"
873
722
  },
874
723
  {
875
- "id": "connectionType",
724
+ "id": "authentication.authType",
876
725
  "label": "Connection type",
877
- "group": "authentication",
878
- "type": "Dropdown",
879
726
  "value": "uri",
727
+ "group": "authentication",
880
728
  "binding": {
881
- "type": "zeebe:property",
882
- "name": "authentication.authType"
729
+ "name": "authentication.authType",
730
+ "type": "zeebe:property"
883
731
  },
732
+ "type": "Dropdown",
884
733
  "choices": [
885
734
  {
886
735
  "name": "URI",
@@ -893,154 +742,178 @@
893
742
  ]
894
743
  },
895
744
  {
745
+ "id": "authentication.uri",
896
746
  "label": "URI",
897
747
  "description": "URI should contain username, password, host name, port number, and virtual host",
898
- "group": "authentication",
899
- "type": "String",
900
- "binding": {
901
- "type": "zeebe:property",
902
- "name": "authentication.uri"
903
- },
748
+ "optional": false,
904
749
  "constraints": {
905
750
  "notEmpty": true,
906
751
  "pattern": {
907
- "value": "^(amqps?://)|(secrets).*",
752
+ "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
908
753
  "message": "Must start with amqp(s):// or contain a secret reference"
909
754
  }
910
755
  },
756
+ "group": "authentication",
757
+ "binding": {
758
+ "name": "authentication.uri",
759
+ "type": "zeebe:property"
760
+ },
911
761
  "condition": {
912
- "property": "connectionType",
913
- "equals": "uri"
914
- }
762
+ "property": "authentication.authType",
763
+ "equals": "uri",
764
+ "type": "simple"
765
+ },
766
+ "type": "String"
915
767
  },
916
768
  {
769
+ "id": "authentication.userName",
917
770
  "label": "Username",
918
- "group": "authentication",
919
- "type": "String",
920
- "binding": {
921
- "type": "zeebe:property",
922
- "name": "authentication.userName"
923
- },
771
+ "optional": false,
924
772
  "constraints": {
925
773
  "notEmpty": true
926
774
  },
775
+ "group": "authentication",
776
+ "binding": {
777
+ "name": "authentication.userName",
778
+ "type": "zeebe:property"
779
+ },
927
780
  "condition": {
928
- "property": "connectionType",
929
- "equals": "credentials"
930
- }
781
+ "property": "authentication.authType",
782
+ "equals": "credentials",
783
+ "type": "simple"
784
+ },
785
+ "type": "String"
931
786
  },
932
787
  {
788
+ "id": "authentication.password",
933
789
  "label": "Password",
790
+ "optional": false,
791
+ "constraints": {
792
+ "notEmpty": true
793
+ },
934
794
  "group": "authentication",
935
- "type": "String",
936
795
  "binding": {
937
- "type": "zeebe:property",
938
- "name": "authentication.password"
796
+ "name": "authentication.password",
797
+ "type": "zeebe:property"
798
+ },
799
+ "condition": {
800
+ "property": "authentication.authType",
801
+ "equals": "credentials",
802
+ "type": "simple"
939
803
  },
804
+ "type": "String"
805
+ },
806
+ {
807
+ "id": "routing.virtualHost",
808
+ "label": "Virtual host",
809
+ "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>",
810
+ "optional": false,
940
811
  "constraints": {
941
812
  "notEmpty": true
942
813
  },
814
+ "group": "routing",
815
+ "binding": {
816
+ "name": "routing.virtualHost",
817
+ "type": "zeebe:property"
818
+ },
943
819
  "condition": {
944
- "property": "connectionType",
945
- "equals": "credentials"
946
- }
820
+ "property": "authentication.authType",
821
+ "equals": "credentials",
822
+ "type": "simple"
823
+ },
824
+ "type": "String"
947
825
  },
948
826
  {
827
+ "id": "routing.hostName",
949
828
  "label": "Host name",
950
- "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/#routing-data\"target=\"_blank\">documentation</a>",
951
- "group": "routing",
952
- "type": "String",
953
- "binding": {
954
- "type": "zeebe:property",
955
- "name": "routing.hostName"
956
- },
829
+ "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>",
830
+ "optional": false,
957
831
  "constraints": {
958
832
  "notEmpty": true
959
833
  },
960
- "condition": {
961
- "property": "connectionType",
962
- "equals": "credentials"
963
- }
964
- },
965
- {
966
- "label": "Virtual host",
967
- "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/#routing-data\"target=\"_blank\">documentation</a>",
968
834
  "group": "routing",
969
- "type": "String",
970
835
  "binding": {
971
- "type": "zeebe:property",
972
- "name": "routing.virtualHost"
973
- },
974
- "constraints": {
975
- "notEmpty": true
836
+ "name": "routing.hostName",
837
+ "type": "zeebe:property"
976
838
  },
977
839
  "condition": {
978
- "property": "connectionType",
979
- "equals": "credentials"
980
- }
840
+ "property": "authentication.authType",
841
+ "equals": "credentials",
842
+ "type": "simple"
843
+ },
844
+ "type": "String"
981
845
  },
982
846
  {
847
+ "id": "routing.port",
983
848
  "label": "Port",
984
- "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/#routing-data\"target=\"_blank\">documentation</a>",
985
- "group": "routing",
986
- "type": "String",
987
- "binding": {
988
- "type": "zeebe:property",
989
- "name": "routing.port"
990
- },
849
+ "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>",
850
+ "optional": false,
991
851
  "constraints": {
992
852
  "notEmpty": true
993
853
  },
854
+ "group": "routing",
855
+ "binding": {
856
+ "name": "routing.port",
857
+ "type": "zeebe:property"
858
+ },
994
859
  "condition": {
995
- "property": "connectionType",
996
- "equals": "credentials"
997
- }
860
+ "property": "authentication.authType",
861
+ "equals": "credentials",
862
+ "type": "simple"
863
+ },
864
+ "type": "String"
998
865
  },
999
866
  {
867
+ "id": "queueName",
1000
868
  "label": "Queue name",
1001
869
  "description": "Name of the queue to subscribe to",
870
+ "optional": false,
871
+ "constraints": {
872
+ "notEmpty": true
873
+ },
1002
874
  "group": "subscription",
1003
- "type": "String",
1004
- "feel": "optional",
1005
875
  "binding": {
1006
- "type": "zeebe:property",
1007
- "name": "queueName"
876
+ "name": "queueName",
877
+ "type": "zeebe:property"
1008
878
  },
1009
- "constraints": {
1010
- "notEmpty": true
1011
- }
879
+ "type": "String"
1012
880
  },
1013
881
  {
882
+ "id": "consumerTag",
1014
883
  "label": "Consumer tag",
1015
884
  "description": "Consumer tag to use for the subscription",
885
+ "optional": false,
1016
886
  "group": "subscription",
1017
- "type": "String",
1018
- "feel": "optional",
1019
887
  "binding": {
1020
- "type": "zeebe:property",
1021
- "name": "consumerTag"
1022
- }
888
+ "name": "consumerTag",
889
+ "type": "zeebe:property"
890
+ },
891
+ "type": "String"
1023
892
  },
1024
893
  {
894
+ "id": "arguments",
1025
895
  "label": "Arguments",
1026
896
  "description": "Arguments to use for the subscription",
1027
- "group": "subscription",
1028
- "type": "String",
897
+ "optional": true,
1029
898
  "feel": "required",
899
+ "group": "subscription",
1030
900
  "binding": {
1031
- "type": "zeebe:property",
1032
- "name": "arguments"
1033
- }
901
+ "name": "arguments",
902
+ "type": "zeebe:property"
903
+ },
904
+ "type": "String"
1034
905
  },
1035
906
  {
907
+ "id": "exclusive",
1036
908
  "label": "Exclusive consumer",
1037
- "group": "subscription",
1038
- "type": "Dropdown",
909
+ "optional": false,
1039
910
  "value": "false",
911
+ "group": "subscription",
1040
912
  "binding": {
1041
- "type": "zeebe:property",
1042
- "name": "exclusive"
913
+ "name": "exclusive",
914
+ "type": "zeebe:property"
1043
915
  },
916
+ "type": "Dropdown",
1044
917
  "choices": [
1045
918
  {
1046
919
  "name": "Yes",
@@ -1053,83 +926,207 @@
1053
926
  ]
1054
927
  },
1055
928
  {
1056
- "label": "Correlation key (process)",
1057
- "type": "String",
1058
- "group": "activation",
929
+ "id": "activationCondition",
930
+ "label": "Activation condition",
931
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
932
+ "optional": true,
1059
933
  "feel": "required",
1060
- "description": "Sets up the correlation key from process variables",
934
+ "group": "activation",
1061
935
  "binding": {
1062
- "type": "bpmn:Message#zeebe:subscription#property",
1063
- "name": "correlationKey"
936
+ "name": "activationCondition",
937
+ "type": "zeebe:property"
1064
938
  },
1065
- "constraints": {
1066
- "notEmpty": true
1067
- }
939
+ "type": "String"
1068
940
  },
1069
941
  {
1070
- "label": "Correlation key (payload)",
1071
- "type": "String",
942
+ "id": "consumeUnmatchedEvents",
943
+ "label": "Consume unmatched events",
944
+ "value": true,
1072
945
  "group": "activation",
946
+ "binding": {
947
+ "name": "consumeUnmatchedEvents",
948
+ "type": "zeebe:property"
949
+ },
950
+ "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",
951
+ "type": "Boolean"
952
+ },
953
+ {
954
+ "id": "correlationKeyProcess",
955
+ "label": "Correlation key (process)",
956
+ "description": "Sets up the correlation key from process variables",
957
+ "constraints": {
958
+ "notEmpty": true
959
+ },
1073
960
  "feel": "required",
961
+ "group": "correlation",
1074
962
  "binding": {
1075
- "type": "zeebe:property",
1076
- "name": "correlationKeyExpression"
963
+ "name": "correlationKey",
964
+ "type": "bpmn:Message#zeebe:subscription#property"
1077
965
  },
966
+ "type": "String"
967
+ },
968
+ {
969
+ "id": "correlationKeyPayload",
970
+ "label": "Correlation key (payload)",
1078
971
  "description": "Extracts the correlation key from the incoming message payload",
1079
972
  "constraints": {
1080
973
  "notEmpty": true
1081
- }
974
+ },
975
+ "feel": "required",
976
+ "group": "correlation",
977
+ "binding": {
978
+ "name": "correlationKeyExpression",
979
+ "type": "zeebe:property"
980
+ },
981
+ "type": "String"
1082
982
  },
1083
983
  {
1084
- "label": "Activation condition",
1085
- "type": "String",
1086
- "group": "activation",
1087
- "feel": "required",
984
+ "id": "messageIdExpression",
985
+ "label": "Message ID expression",
986
+ "description": "Expression to extract unique identifier of a message",
1088
987
  "optional": true,
988
+ "feel": "required",
989
+ "group": "correlation",
1089
990
  "binding": {
1090
- "type": "zeebe:property",
1091
- "name": "activationCondition"
991
+ "name": "messageIdExpression",
992
+ "type": "zeebe:property"
1092
993
  },
1093
- "description": "Condition under which the connector triggers. Leave empty to catch all events"
994
+ "type": "String"
1094
995
  },
1095
996
  {
1096
- "label": "Result variable",
1097
- "type": "String",
1098
- "group": "variable-mapping",
997
+ "id": "messageTtl",
998
+ "label": "Message TTL",
999
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
1099
1000
  "optional": true,
1001
+ "constraints": {
1002
+ "notEmpty": false,
1003
+ "pattern": {
1004
+ "value": "^(PT.*|)$",
1005
+ "message": "must be an ISO-8601 duration"
1006
+ }
1007
+ },
1008
+ "feel": "optional",
1009
+ "group": "correlation",
1100
1010
  "binding": {
1101
- "type": "zeebe:property",
1102
- "name": "resultVariable"
1011
+ "name": "messageTtl",
1012
+ "type": "zeebe:property"
1103
1013
  },
1104
- "description": "Name of variable to store the result of the connector in"
1014
+ "type": "String"
1105
1015
  },
1106
1016
  {
1107
- "label": "Result expression",
1108
- "type": "String",
1109
- "group": "variable-mapping",
1110
- "feel": "required",
1111
- "optional": true,
1017
+ "id": "messageNameUuid",
1018
+ "generatedValue": {
1019
+ "type": "uuid"
1020
+ },
1021
+ "group": "correlation",
1112
1022
  "binding": {
1113
- "type": "zeebe:property",
1114
- "name": "resultExpression"
1023
+ "name": "name",
1024
+ "type": "bpmn:Message#property"
1115
1025
  },
1116
- "description": "Expression to map the inbound payload to process variables"
1117
- }
1118
- ],
1119
- "icon": {
1120
- "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"
1026
+ "type": "Hidden"
1027
+ },
1028
+ {
1029
+ "id": "deduplicationModeManualFlag",
1030
+ "label": "Manual mode",
1031
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
1032
+ "value": false,
1033
+ "group": "deduplication",
1034
+ "binding": {
1035
+ "name": "deduplicationModeManualFlag",
1036
+ "type": "zeebe:property"
1037
+ },
1038
+ "type": "Boolean"
1039
+ },
1040
+ {
1041
+ "id": "deduplicationId",
1042
+ "label": "Deduplication ID",
1043
+ "constraints": {
1044
+ "notEmpty": true,
1045
+ "pattern": {
1046
+ "value": "^[a-zA-Z0-9_-]+$",
1047
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
1048
+ }
1049
+ },
1050
+ "group": "deduplication",
1051
+ "binding": {
1052
+ "name": "deduplicationId",
1053
+ "type": "zeebe:property"
1054
+ },
1055
+ "condition": {
1056
+ "property": "deduplicationModeManualFlag",
1057
+ "equals": true,
1058
+ "type": "simple"
1059
+ },
1060
+ "type": "String"
1061
+ },
1062
+ {
1063
+ "id": "deduplicationModeManual",
1064
+ "value": "MANUAL",
1065
+ "group": "deduplication",
1066
+ "binding": {
1067
+ "name": "deduplicationMode",
1068
+ "type": "zeebe:property"
1069
+ },
1070
+ "condition": {
1071
+ "property": "deduplicationId",
1072
+ "isActive": true,
1073
+ "type": "simple"
1074
+ },
1075
+ "type": "Hidden"
1076
+ },
1077
+ {
1078
+ "id": "deduplicationModeAuto",
1079
+ "value": "AUTO",
1080
+ "group": "deduplication",
1081
+ "binding": {
1082
+ "name": "deduplicationMode",
1083
+ "type": "zeebe:property"
1084
+ },
1085
+ "condition": {
1086
+ "property": "deduplicationId",
1087
+ "isActive": false,
1088
+ "type": "simple"
1089
+ },
1090
+ "type": "Hidden"
1091
+ },
1092
+ {
1093
+ "id": "resultVariable",
1094
+ "label": "Result variable",
1095
+ "description": "Name of variable to store the response in",
1096
+ "group": "output",
1097
+ "binding": {
1098
+ "name": "resultVariable",
1099
+ "type": "zeebe:property"
1100
+ },
1101
+ "type": "String"
1102
+ },
1103
+ {
1104
+ "id": "resultExpression",
1105
+ "label": "Result expression",
1106
+ "description": "Expression to map the response into process variables",
1107
+ "feel": "required",
1108
+ "group": "output",
1109
+ "binding": {
1110
+ "name": "resultExpression",
1111
+ "type": "zeebe:property"
1112
+ },
1113
+ "type": "Text"
1114
+ }
1115
+ ],
1116
+ "icon": {
1117
+ "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
1121
1118
  },
1122
1119
  "engines": {
1123
- "camunda": "^8.2"
1120
+ "camunda": "^8.6"
1124
1121
  }
1125
1122
  },
1126
1123
  {
1127
1124
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1128
1125
  "name": "RabbitMQ Intermediate Catch Event Connector",
1129
1126
  "id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
1130
- "version": 3,
1127
+ "version": 4,
1131
1128
  "description": "Receive a message from RabbitMQ",
1132
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
1129
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
1133
1130
  "category": {
1134
1131
  "id": "connectors",
1135
1132
  "name": "Connectors"
@@ -1256,7 +1253,7 @@
1256
1253
  },
1257
1254
  {
1258
1255
  "label": "Host name",
1259
- "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/#routing-data\"target=\"_blank\">documentation</a>",
1256
+ "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>",
1260
1257
  "group": "routing",
1261
1258
  "type": "String",
1262
1259
  "binding": {
@@ -1273,7 +1270,7 @@
1273
1270
  },
1274
1271
  {
1275
1272
  "label": "Virtual host",
1276
- "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/#routing-data\"target=\"_blank\">documentation</a>",
1273
+ "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>",
1277
1274
  "group": "routing",
1278
1275
  "type": "String",
1279
1276
  "binding": {
@@ -1290,7 +1287,7 @@
1290
1287
  },
1291
1288
  {
1292
1289
  "label": "Port",
1293
- "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/#routing-data\"target=\"_blank\">documentation</a>",
1290
+ "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>",
1294
1291
  "group": "routing",
1295
1292
  "type": "String",
1296
1293
  "binding": {
@@ -1389,6 +1386,18 @@
1389
1386
  "notEmpty": true
1390
1387
  }
1391
1388
  },
1389
+ {
1390
+ "label": "Message ID expression",
1391
+ "feel": "required",
1392
+ "type": "String",
1393
+ "optional": true,
1394
+ "group": "activation",
1395
+ "binding": {
1396
+ "type": "zeebe:property",
1397
+ "name": "messageIdExpression"
1398
+ },
1399
+ "description": "Expression to extract unique identifier of a message"
1400
+ },
1392
1401
  {
1393
1402
  "label": "Activation condition",
1394
1403
  "type": "String",
@@ -1429,16 +1438,16 @@
1429
1438
  "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"
1430
1439
  },
1431
1440
  "engines": {
1432
- "camunda": "^8.2"
1441
+ "camunda": "^8.4"
1433
1442
  }
1434
1443
  },
1435
1444
  {
1436
1445
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1437
1446
  "name": "RabbitMQ Intermediate Catch Event Connector",
1438
1447
  "id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
1448
+ "version": 3,
1439
1449
  "description": "Receive a message from RabbitMQ",
1440
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
1441
- "version": 7,
1450
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
1442
1451
  "category": {
1443
1452
  "id": "connectors",
1444
1453
  "name": "Connectors"
@@ -1466,39 +1475,39 @@
1466
1475
  "label": "Activation"
1467
1476
  },
1468
1477
  {
1469
- "id": "correlation",
1470
- "label": "Correlation",
1471
- "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
1472
- },
1473
- {
1474
- "id": "deduplication",
1475
- "label": "Deduplication",
1476
- "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
1477
- },
1478
- {
1479
- "id": "output",
1480
- "label": "Output mapping"
1478
+ "id": "variable-mapping",
1479
+ "label": "Variable mapping"
1481
1480
  }
1482
1481
  ],
1483
1482
  "properties": [
1484
1483
  {
1484
+ "type": "Hidden",
1485
1485
  "value": "io.camunda:connector-rabbitmq-inbound:1",
1486
1486
  "binding": {
1487
- "name": "inbound.type",
1488
- "type": "zeebe:property"
1487
+ "type": "zeebe:property",
1488
+ "name": "inbound.type"
1489
+ }
1490
+ },
1491
+ {
1492
+ "type": "Hidden",
1493
+ "generatedValue": {
1494
+ "type": "uuid"
1489
1495
  },
1490
- "type": "Hidden"
1496
+ "binding": {
1497
+ "type": "bpmn:Message#property",
1498
+ "name": "name"
1499
+ }
1491
1500
  },
1492
1501
  {
1493
- "id": "authentication.authType",
1502
+ "id": "connectionType",
1494
1503
  "label": "Connection type",
1495
- "value": "uri",
1496
1504
  "group": "authentication",
1505
+ "type": "Dropdown",
1506
+ "value": "uri",
1497
1507
  "binding": {
1498
- "name": "authentication.authType",
1499
- "type": "zeebe:property"
1508
+ "type": "zeebe:property",
1509
+ "name": "authentication.authType"
1500
1510
  },
1501
- "type": "Dropdown",
1502
1511
  "choices": [
1503
1512
  {
1504
1513
  "name": "URI",
@@ -1511,178 +1520,154 @@
1511
1520
  ]
1512
1521
  },
1513
1522
  {
1514
- "id": "authentication.uri",
1515
1523
  "label": "URI",
1516
1524
  "description": "URI should contain username, password, host name, port number, and virtual host",
1517
- "optional": false,
1525
+ "group": "authentication",
1526
+ "type": "String",
1527
+ "binding": {
1528
+ "type": "zeebe:property",
1529
+ "name": "authentication.uri"
1530
+ },
1518
1531
  "constraints": {
1519
1532
  "notEmpty": true,
1520
1533
  "pattern": {
1521
- "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
1534
+ "value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*$",
1522
1535
  "message": "Must start with amqp(s):// or contain a secret reference"
1523
1536
  }
1524
1537
  },
1525
- "group": "authentication",
1526
- "binding": {
1527
- "name": "authentication.uri",
1528
- "type": "zeebe:property"
1529
- },
1530
1538
  "condition": {
1531
- "property": "authentication.authType",
1532
- "equals": "uri",
1533
- "type": "simple"
1534
- },
1535
- "type": "String"
1539
+ "property": "connectionType",
1540
+ "equals": "uri"
1541
+ }
1536
1542
  },
1537
1543
  {
1538
- "id": "authentication.userName",
1539
1544
  "label": "Username",
1540
- "optional": false,
1541
- "constraints": {
1542
- "notEmpty": true
1543
- },
1544
1545
  "group": "authentication",
1546
+ "type": "String",
1545
1547
  "binding": {
1546
- "name": "authentication.userName",
1547
- "type": "zeebe:property"
1548
+ "type": "zeebe:property",
1549
+ "name": "authentication.userName"
1548
1550
  },
1549
- "condition": {
1550
- "property": "authentication.authType",
1551
- "equals": "credentials",
1552
- "type": "simple"
1551
+ "constraints": {
1552
+ "notEmpty": true
1553
1553
  },
1554
- "type": "String"
1554
+ "condition": {
1555
+ "property": "connectionType",
1556
+ "equals": "credentials"
1557
+ }
1555
1558
  },
1556
1559
  {
1557
- "id": "authentication.password",
1558
1560
  "label": "Password",
1559
- "optional": false,
1560
- "constraints": {
1561
- "notEmpty": true
1562
- },
1563
1561
  "group": "authentication",
1562
+ "type": "String",
1564
1563
  "binding": {
1565
- "name": "authentication.password",
1566
- "type": "zeebe:property"
1567
- },
1568
- "condition": {
1569
- "property": "authentication.authType",
1570
- "equals": "credentials",
1571
- "type": "simple"
1564
+ "type": "zeebe:property",
1565
+ "name": "authentication.password"
1572
1566
  },
1573
- "type": "String"
1574
- },
1575
- {
1576
- "id": "routing.virtualHost",
1577
- "label": "Virtual host",
1578
- "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>",
1579
- "optional": false,
1580
1567
  "constraints": {
1581
1568
  "notEmpty": true
1582
1569
  },
1583
- "group": "routing",
1584
- "binding": {
1585
- "name": "routing.virtualHost",
1586
- "type": "zeebe:property"
1587
- },
1588
1570
  "condition": {
1589
- "property": "authentication.authType",
1590
- "equals": "credentials",
1591
- "type": "simple"
1592
- },
1593
- "type": "String"
1571
+ "property": "connectionType",
1572
+ "equals": "credentials"
1573
+ }
1594
1574
  },
1595
1575
  {
1596
- "id": "routing.hostName",
1597
1576
  "label": "Host name",
1598
- "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>",
1599
- "optional": false,
1600
- "constraints": {
1601
- "notEmpty": true
1602
- },
1577
+ "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/#routing-data\"target=\"_blank\">documentation</a>",
1603
1578
  "group": "routing",
1579
+ "type": "String",
1604
1580
  "binding": {
1605
- "name": "routing.hostName",
1606
- "type": "zeebe:property"
1581
+ "type": "zeebe:property",
1582
+ "name": "routing.hostName"
1607
1583
  },
1608
- "condition": {
1609
- "property": "authentication.authType",
1610
- "equals": "credentials",
1611
- "type": "simple"
1584
+ "constraints": {
1585
+ "notEmpty": true
1612
1586
  },
1613
- "type": "String"
1587
+ "condition": {
1588
+ "property": "connectionType",
1589
+ "equals": "credentials"
1590
+ }
1614
1591
  },
1615
1592
  {
1616
- "id": "routing.port",
1617
- "label": "Port",
1618
- "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>",
1619
- "optional": false,
1593
+ "label": "Virtual host",
1594
+ "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/#routing-data\"target=\"_blank\">documentation</a>",
1595
+ "group": "routing",
1596
+ "type": "String",
1597
+ "binding": {
1598
+ "type": "zeebe:property",
1599
+ "name": "routing.virtualHost"
1600
+ },
1620
1601
  "constraints": {
1621
1602
  "notEmpty": true
1622
1603
  },
1604
+ "condition": {
1605
+ "property": "connectionType",
1606
+ "equals": "credentials"
1607
+ }
1608
+ },
1609
+ {
1610
+ "label": "Port",
1611
+ "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/#routing-data\"target=\"_blank\">documentation</a>",
1623
1612
  "group": "routing",
1613
+ "type": "String",
1624
1614
  "binding": {
1625
- "name": "routing.port",
1626
- "type": "zeebe:property"
1615
+ "type": "zeebe:property",
1616
+ "name": "routing.port"
1627
1617
  },
1628
- "condition": {
1629
- "property": "authentication.authType",
1630
- "equals": "credentials",
1631
- "type": "simple"
1618
+ "constraints": {
1619
+ "notEmpty": true
1632
1620
  },
1633
- "type": "String"
1621
+ "condition": {
1622
+ "property": "connectionType",
1623
+ "equals": "credentials"
1624
+ }
1634
1625
  },
1635
1626
  {
1636
- "id": "queueName",
1637
1627
  "label": "Queue name",
1638
1628
  "description": "Name of the queue to subscribe to",
1639
- "optional": false,
1640
- "constraints": {
1641
- "notEmpty": true
1642
- },
1643
1629
  "group": "subscription",
1630
+ "type": "String",
1631
+ "feel": "optional",
1644
1632
  "binding": {
1645
- "name": "queueName",
1646
- "type": "zeebe:property"
1633
+ "type": "zeebe:property",
1634
+ "name": "queueName"
1647
1635
  },
1648
- "type": "String"
1636
+ "constraints": {
1637
+ "notEmpty": true
1638
+ }
1649
1639
  },
1650
1640
  {
1651
- "id": "consumerTag",
1652
1641
  "label": "Consumer tag",
1653
1642
  "description": "Consumer tag to use for the subscription",
1654
- "optional": false,
1655
1643
  "group": "subscription",
1644
+ "type": "String",
1645
+ "feel": "optional",
1656
1646
  "binding": {
1657
- "name": "consumerTag",
1658
- "type": "zeebe:property"
1659
- },
1660
- "type": "String"
1647
+ "type": "zeebe:property",
1648
+ "name": "consumerTag"
1649
+ }
1661
1650
  },
1662
1651
  {
1663
- "id": "arguments",
1664
1652
  "label": "Arguments",
1665
1653
  "description": "Arguments to use for the subscription",
1666
- "optional": true,
1667
- "feel": "required",
1668
1654
  "group": "subscription",
1655
+ "type": "String",
1656
+ "feel": "required",
1669
1657
  "binding": {
1670
- "name": "arguments",
1671
- "type": "zeebe:property"
1672
- },
1673
- "type": "String"
1658
+ "type": "zeebe:property",
1659
+ "name": "arguments"
1660
+ }
1674
1661
  },
1675
1662
  {
1676
- "id": "exclusive",
1677
1663
  "label": "Exclusive consumer",
1678
- "optional": false,
1679
- "value": "false",
1680
1664
  "group": "subscription",
1665
+ "type": "Dropdown",
1666
+ "value": "false",
1681
1667
  "binding": {
1682
- "name": "exclusive",
1683
- "type": "zeebe:property"
1668
+ "type": "zeebe:property",
1669
+ "name": "exclusive"
1684
1670
  },
1685
- "type": "Dropdown",
1686
1671
  "choices": [
1687
1672
  {
1688
1673
  "name": "Yes",
@@ -1695,256 +1680,132 @@
1695
1680
  ]
1696
1681
  },
1697
1682
  {
1698
- "id": "activationCondition",
1699
- "label": "Activation condition",
1700
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
1701
- "optional": true,
1702
- "feel": "required",
1683
+ "label": "Correlation key (process)",
1684
+ "type": "String",
1703
1685
  "group": "activation",
1686
+ "feel": "required",
1687
+ "description": "Sets up the correlation key from process variables",
1704
1688
  "binding": {
1705
- "name": "activationCondition",
1706
- "type": "zeebe:property"
1689
+ "type": "bpmn:Message#zeebe:subscription#property",
1690
+ "name": "correlationKey"
1707
1691
  },
1708
- "type": "String"
1692
+ "constraints": {
1693
+ "notEmpty": true
1694
+ }
1709
1695
  },
1710
1696
  {
1711
- "id": "consumeUnmatchedEvents",
1712
- "label": "Consume unmatched events",
1713
- "value": true,
1697
+ "label": "Correlation key (payload)",
1698
+ "type": "String",
1714
1699
  "group": "activation",
1715
- "binding": {
1716
- "name": "consumeUnmatchedEvents",
1717
- "type": "zeebe:property"
1718
- },
1719
- "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",
1720
- "type": "Boolean"
1721
- },
1722
- {
1723
- "id": "correlationKeyProcess",
1724
- "label": "Correlation key (process)",
1725
- "description": "Sets up the correlation key from process variables",
1726
- "constraints": {
1727
- "notEmpty": true
1728
- },
1729
1700
  "feel": "required",
1730
- "group": "correlation",
1731
1701
  "binding": {
1732
- "name": "correlationKey",
1733
- "type": "bpmn:Message#zeebe:subscription#property"
1702
+ "type": "zeebe:property",
1703
+ "name": "correlationKeyExpression"
1734
1704
  },
1735
- "type": "String"
1736
- },
1737
- {
1738
- "id": "correlationKeyPayload",
1739
- "label": "Correlation key (payload)",
1740
1705
  "description": "Extracts the correlation key from the incoming message payload",
1741
1706
  "constraints": {
1742
1707
  "notEmpty": true
1743
- },
1708
+ }
1709
+ },
1710
+ {
1711
+ "label": "Activation condition",
1712
+ "type": "String",
1713
+ "group": "activation",
1744
1714
  "feel": "required",
1745
- "group": "correlation",
1715
+ "optional": true,
1746
1716
  "binding": {
1747
- "name": "correlationKeyExpression",
1748
- "type": "zeebe:property"
1717
+ "type": "zeebe:property",
1718
+ "name": "activationCondition"
1749
1719
  },
1750
- "type": "String"
1720
+ "description": "Condition under which the connector triggers. Leave empty to catch all events"
1751
1721
  },
1752
1722
  {
1753
- "id": "messageIdExpression",
1754
- "label": "Message ID expression",
1755
- "description": "Expression to extract unique identifier of a message",
1723
+ "label": "Result variable",
1724
+ "type": "String",
1725
+ "group": "variable-mapping",
1756
1726
  "optional": true,
1757
- "feel": "required",
1758
- "group": "correlation",
1759
1727
  "binding": {
1760
- "name": "messageIdExpression",
1761
- "type": "zeebe:property"
1728
+ "type": "zeebe:property",
1729
+ "name": "resultVariable"
1762
1730
  },
1763
- "type": "String"
1731
+ "description": "Name of variable to store the result of the connector in"
1764
1732
  },
1765
1733
  {
1766
- "id": "messageTtl",
1767
- "label": "Message TTL",
1768
- "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
1734
+ "label": "Result expression",
1735
+ "type": "String",
1736
+ "group": "variable-mapping",
1737
+ "feel": "required",
1769
1738
  "optional": true,
1770
- "constraints": {
1771
- "notEmpty": false,
1772
- "pattern": {
1773
- "value": "^(PT.*|)$",
1774
- "message": "must be an ISO-8601 duration"
1775
- }
1776
- },
1777
- "feel": "optional",
1778
- "group": "correlation",
1779
1739
  "binding": {
1780
- "name": "messageTtl",
1781
- "type": "zeebe:property"
1740
+ "type": "zeebe:property",
1741
+ "name": "resultExpression"
1782
1742
  },
1783
- "type": "String"
1743
+ "description": "Expression to map the inbound payload to process variables"
1744
+ }
1745
+ ],
1746
+ "icon": {
1747
+ "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"
1748
+ },
1749
+ "engines": {
1750
+ "camunda": "^8.2"
1751
+ }
1752
+ },
1753
+ {
1754
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1755
+ "name": "RabbitMQ connector",
1756
+ "id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
1757
+ "version": 1,
1758
+ "description": "Receive a message from RabbitMQ",
1759
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
1760
+ "category": {
1761
+ "id": "connectors",
1762
+ "name": "Connectors"
1763
+ },
1764
+ "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
1765
+ "elementType": {
1766
+ "value": "bpmn:IntermediateCatchEvent",
1767
+ "eventDefinition": "bpmn:MessageEventDefinition"
1768
+ },
1769
+ "groups": [
1770
+ {
1771
+ "id": "authentication",
1772
+ "label": "Authentication"
1784
1773
  },
1785
1774
  {
1786
- "id": "messageNameUuid",
1775
+ "id": "routing",
1776
+ "label": "Routing"
1777
+ },
1778
+ {
1779
+ "id": "subscription",
1780
+ "label": "Subscription"
1781
+ },
1782
+ {
1783
+ "id": "activation",
1784
+ "label": "Activation"
1785
+ },
1786
+ {
1787
+ "id": "variable-mapping",
1788
+ "label": "Variable mapping"
1789
+ }
1790
+ ],
1791
+ "properties": [
1792
+ {
1793
+ "type": "Hidden",
1794
+ "value": "io.camunda:connector-rabbitmq-inbound:1",
1795
+ "binding": {
1796
+ "type": "zeebe:property",
1797
+ "name": "inbound.type"
1798
+ }
1799
+ },
1800
+ {
1801
+ "type": "Hidden",
1787
1802
  "generatedValue": {
1788
1803
  "type": "uuid"
1789
1804
  },
1790
- "group": "correlation",
1791
1805
  "binding": {
1792
- "name": "name",
1793
- "type": "bpmn:Message#property"
1794
- },
1795
- "type": "Hidden"
1796
- },
1797
- {
1798
- "id": "deduplicationModeManualFlag",
1799
- "label": "Manual mode",
1800
- "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
1801
- "value": false,
1802
- "group": "deduplication",
1803
- "binding": {
1804
- "name": "deduplicationModeManualFlag",
1805
- "type": "zeebe:property"
1806
- },
1807
- "type": "Boolean"
1808
- },
1809
- {
1810
- "id": "deduplicationId",
1811
- "label": "Deduplication ID",
1812
- "constraints": {
1813
- "notEmpty": true,
1814
- "pattern": {
1815
- "value": "^[a-zA-Z0-9_-]+$",
1816
- "message": "can only contain alphanumeric characters, dashes, and underscores"
1817
- }
1818
- },
1819
- "group": "deduplication",
1820
- "binding": {
1821
- "name": "deduplicationId",
1822
- "type": "zeebe:property"
1823
- },
1824
- "condition": {
1825
- "property": "deduplicationModeManualFlag",
1826
- "equals": true,
1827
- "type": "simple"
1828
- },
1829
- "type": "String"
1830
- },
1831
- {
1832
- "id": "deduplicationModeManual",
1833
- "value": "MANUAL",
1834
- "group": "deduplication",
1835
- "binding": {
1836
- "name": "deduplicationMode",
1837
- "type": "zeebe:property"
1838
- },
1839
- "condition": {
1840
- "property": "deduplicationId",
1841
- "isActive": true,
1842
- "type": "simple"
1843
- },
1844
- "type": "Hidden"
1845
- },
1846
- {
1847
- "id": "deduplicationModeAuto",
1848
- "value": "AUTO",
1849
- "group": "deduplication",
1850
- "binding": {
1851
- "name": "deduplicationMode",
1852
- "type": "zeebe:property"
1853
- },
1854
- "condition": {
1855
- "property": "deduplicationId",
1856
- "isActive": false,
1857
- "type": "simple"
1858
- },
1859
- "type": "Hidden"
1860
- },
1861
- {
1862
- "id": "resultVariable",
1863
- "label": "Result variable",
1864
- "description": "Name of variable to store the response in",
1865
- "group": "output",
1866
- "binding": {
1867
- "name": "resultVariable",
1868
- "type": "zeebe:property"
1869
- },
1870
- "type": "String"
1871
- },
1872
- {
1873
- "id": "resultExpression",
1874
- "label": "Result expression",
1875
- "description": "Expression to map the response into process variables",
1876
- "feel": "required",
1877
- "group": "output",
1878
- "binding": {
1879
- "name": "resultExpression",
1880
- "type": "zeebe:property"
1881
- },
1882
- "type": "Text"
1883
- }
1884
- ],
1885
- "icon": {
1886
- "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
1887
- },
1888
- "engines": {
1889
- "camunda": "^8.6"
1890
- }
1891
- },
1892
- {
1893
- "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1894
- "name": "RabbitMQ Intermediate Catch Event Connector",
1895
- "id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
1896
- "version": 4,
1897
- "description": "Receive a message from RabbitMQ",
1898
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
1899
- "category": {
1900
- "id": "connectors",
1901
- "name": "Connectors"
1902
- },
1903
- "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
1904
- "elementType": {
1905
- "value": "bpmn:IntermediateCatchEvent",
1906
- "eventDefinition": "bpmn:MessageEventDefinition"
1907
- },
1908
- "groups": [
1909
- {
1910
- "id": "authentication",
1911
- "label": "Authentication"
1912
- },
1913
- {
1914
- "id": "routing",
1915
- "label": "Routing"
1916
- },
1917
- {
1918
- "id": "subscription",
1919
- "label": "Subscription"
1920
- },
1921
- {
1922
- "id": "activation",
1923
- "label": "Activation"
1924
- },
1925
- {
1926
- "id": "variable-mapping",
1927
- "label": "Variable mapping"
1928
- }
1929
- ],
1930
- "properties": [
1931
- {
1932
- "type": "Hidden",
1933
- "value": "io.camunda:connector-rabbitmq-inbound:1",
1934
- "binding": {
1935
- "type": "zeebe:property",
1936
- "name": "inbound.type"
1937
- }
1938
- },
1939
- {
1940
- "type": "Hidden",
1941
- "generatedValue": {
1942
- "type": "uuid"
1943
- },
1944
- "binding": {
1945
- "type": "bpmn:Message#property",
1946
- "name": "name"
1947
- }
1806
+ "type": "bpmn:Message#property",
1807
+ "name": "name"
1808
+ }
1948
1809
  },
1949
1810
  {
1950
1811
  "id": "connectionType",
@@ -1979,7 +1840,7 @@
1979
1840
  "constraints": {
1980
1841
  "notEmpty": true,
1981
1842
  "pattern": {
1982
- "value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*$",
1843
+ "value": "^(amqps?://)|(secrets).*",
1983
1844
  "message": "Must start with amqp(s):// or contain a secret reference"
1984
1845
  }
1985
1846
  },
@@ -2022,7 +1883,7 @@
2022
1883
  },
2023
1884
  {
2024
1885
  "label": "Host name",
2025
- "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>",
1886
+ "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/#routing-data\"target=\"_blank\">documentation</a>",
2026
1887
  "group": "routing",
2027
1888
  "type": "String",
2028
1889
  "binding": {
@@ -2039,7 +1900,7 @@
2039
1900
  },
2040
1901
  {
2041
1902
  "label": "Virtual host",
2042
- "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>",
1903
+ "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/#routing-data\"target=\"_blank\">documentation</a>",
2043
1904
  "group": "routing",
2044
1905
  "type": "String",
2045
1906
  "binding": {
@@ -2056,7 +1917,7 @@
2056
1917
  },
2057
1918
  {
2058
1919
  "label": "Port",
2059
- "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>",
1920
+ "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/#routing-data\"target=\"_blank\">documentation</a>",
2060
1921
  "group": "routing",
2061
1922
  "type": "String",
2062
1923
  "binding": {
@@ -2155,18 +2016,6 @@
2155
2016
  "notEmpty": true
2156
2017
  }
2157
2018
  },
2158
- {
2159
- "label": "Message ID expression",
2160
- "feel": "required",
2161
- "type": "String",
2162
- "optional": true,
2163
- "group": "activation",
2164
- "binding": {
2165
- "type": "zeebe:property",
2166
- "name": "messageIdExpression"
2167
- },
2168
- "description": "Expression to extract unique identifier of a message"
2169
- },
2170
2019
  {
2171
2020
  "label": "Activation condition",
2172
2021
  "type": "String",
@@ -2207,16 +2056,19 @@
2207
2056
  "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"
2208
2057
  },
2209
2058
  "engines": {
2210
- "camunda": "^8.4"
2059
+ "camunda": "^8.2"
2211
2060
  }
2212
2061
  },
2213
2062
  {
2214
2063
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
2215
- "name": "RabbitMQ connector",
2064
+ "name": "RabbitMQ Intermediate Catch Event Connector",
2216
2065
  "id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
2217
- "version": 2,
2218
2066
  "description": "Receive a message from RabbitMQ",
2219
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
2067
+ "metadata": {
2068
+ "keywords": []
2069
+ },
2070
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
2071
+ "version": 8,
2220
2072
  "category": {
2221
2073
  "id": "connectors",
2222
2074
  "name": "Connectors"
@@ -2226,6 +2078,9 @@
2226
2078
  "value": "bpmn:IntermediateCatchEvent",
2227
2079
  "eventDefinition": "bpmn:MessageEventDefinition"
2228
2080
  },
2081
+ "engines": {
2082
+ "camunda": "^8.3"
2083
+ },
2229
2084
  "groups": [
2230
2085
  {
2231
2086
  "id": "authentication",
@@ -2244,39 +2099,39 @@
2244
2099
  "label": "Activation"
2245
2100
  },
2246
2101
  {
2247
- "id": "variable-mapping",
2248
- "label": "Variable mapping"
2102
+ "id": "correlation",
2103
+ "label": "Correlation",
2104
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
2105
+ },
2106
+ {
2107
+ "id": "deduplication",
2108
+ "label": "Deduplication",
2109
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
2110
+ },
2111
+ {
2112
+ "id": "output",
2113
+ "label": "Output mapping"
2249
2114
  }
2250
2115
  ],
2251
2116
  "properties": [
2252
2117
  {
2253
- "type": "Hidden",
2254
2118
  "value": "io.camunda:connector-rabbitmq-inbound:1",
2255
2119
  "binding": {
2256
- "type": "zeebe:property",
2257
- "name": "inbound.type"
2258
- }
2259
- },
2260
- {
2261
- "type": "Hidden",
2262
- "generatedValue": {
2263
- "type": "uuid"
2120
+ "name": "inbound.type",
2121
+ "type": "zeebe:property"
2264
2122
  },
2265
- "binding": {
2266
- "type": "bpmn:Message#property",
2267
- "name": "name"
2268
- }
2123
+ "type": "Hidden"
2269
2124
  },
2270
2125
  {
2271
- "id": "connectionType",
2126
+ "id": "authentication.authType",
2272
2127
  "label": "Connection type",
2273
- "group": "authentication",
2274
- "type": "Dropdown",
2275
2128
  "value": "uri",
2129
+ "group": "authentication",
2276
2130
  "binding": {
2277
- "type": "zeebe:property",
2278
- "name": "authentication.authType"
2131
+ "name": "authentication.authType",
2132
+ "type": "zeebe:property"
2279
2133
  },
2134
+ "type": "Dropdown",
2280
2135
  "choices": [
2281
2136
  {
2282
2137
  "name": "URI",
@@ -2289,154 +2144,178 @@
2289
2144
  ]
2290
2145
  },
2291
2146
  {
2147
+ "id": "authentication.uri",
2292
2148
  "label": "URI",
2293
2149
  "description": "URI should contain username, password, host name, port number, and virtual host",
2294
- "group": "authentication",
2295
- "type": "String",
2296
- "binding": {
2297
- "type": "zeebe:property",
2298
- "name": "authentication.uri"
2299
- },
2150
+ "optional": false,
2300
2151
  "constraints": {
2301
2152
  "notEmpty": true,
2302
2153
  "pattern": {
2303
- "value": "^(amqps?://)|secrets\\..+|(\\{\\{secrets\\..+\\}\\}).*$",
2154
+ "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
2304
2155
  "message": "Must start with amqp(s):// or contain a secret reference"
2305
2156
  }
2306
2157
  },
2158
+ "group": "authentication",
2159
+ "binding": {
2160
+ "name": "authentication.uri",
2161
+ "type": "zeebe:property"
2162
+ },
2307
2163
  "condition": {
2308
- "property": "connectionType",
2309
- "equals": "uri"
2310
- }
2164
+ "property": "authentication.authType",
2165
+ "equals": "uri",
2166
+ "type": "simple"
2167
+ },
2168
+ "type": "String"
2311
2169
  },
2312
2170
  {
2171
+ "id": "authentication.userName",
2313
2172
  "label": "Username",
2314
- "group": "authentication",
2315
- "type": "String",
2316
- "binding": {
2317
- "type": "zeebe:property",
2318
- "name": "authentication.userName"
2319
- },
2173
+ "optional": false,
2320
2174
  "constraints": {
2321
2175
  "notEmpty": true
2322
2176
  },
2177
+ "group": "authentication",
2178
+ "binding": {
2179
+ "name": "authentication.userName",
2180
+ "type": "zeebe:property"
2181
+ },
2323
2182
  "condition": {
2324
- "property": "connectionType",
2325
- "equals": "credentials"
2326
- }
2183
+ "property": "authentication.authType",
2184
+ "equals": "credentials",
2185
+ "type": "simple"
2186
+ },
2187
+ "type": "String"
2327
2188
  },
2328
2189
  {
2190
+ "id": "authentication.password",
2329
2191
  "label": "Password",
2192
+ "optional": false,
2193
+ "constraints": {
2194
+ "notEmpty": true
2195
+ },
2330
2196
  "group": "authentication",
2331
- "type": "String",
2332
2197
  "binding": {
2333
- "type": "zeebe:property",
2334
- "name": "authentication.password"
2198
+ "name": "authentication.password",
2199
+ "type": "zeebe:property"
2200
+ },
2201
+ "condition": {
2202
+ "property": "authentication.authType",
2203
+ "equals": "credentials",
2204
+ "type": "simple"
2335
2205
  },
2206
+ "type": "String"
2207
+ },
2208
+ {
2209
+ "id": "routing.virtualHost",
2210
+ "label": "Virtual host",
2211
+ "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>",
2212
+ "optional": false,
2336
2213
  "constraints": {
2337
2214
  "notEmpty": true
2338
2215
  },
2216
+ "group": "routing",
2217
+ "binding": {
2218
+ "name": "routing.virtualHost",
2219
+ "type": "zeebe:property"
2220
+ },
2339
2221
  "condition": {
2340
- "property": "connectionType",
2341
- "equals": "credentials"
2342
- }
2222
+ "property": "authentication.authType",
2223
+ "equals": "credentials",
2224
+ "type": "simple"
2225
+ },
2226
+ "type": "String"
2343
2227
  },
2344
2228
  {
2229
+ "id": "routing.hostName",
2345
2230
  "label": "Host name",
2346
- "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/#routing-data\"target=\"_blank\">documentation</a>",
2347
- "group": "routing",
2348
- "type": "String",
2349
- "binding": {
2350
- "type": "zeebe:property",
2351
- "name": "routing.hostName"
2352
- },
2231
+ "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>",
2232
+ "optional": false,
2353
2233
  "constraints": {
2354
2234
  "notEmpty": true
2355
2235
  },
2356
- "condition": {
2357
- "property": "connectionType",
2358
- "equals": "credentials"
2359
- }
2360
- },
2361
- {
2362
- "label": "Virtual host",
2363
- "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/#routing-data\"target=\"_blank\">documentation</a>",
2364
2236
  "group": "routing",
2365
- "type": "String",
2366
2237
  "binding": {
2367
- "type": "zeebe:property",
2368
- "name": "routing.virtualHost"
2369
- },
2370
- "constraints": {
2371
- "notEmpty": true
2238
+ "name": "routing.hostName",
2239
+ "type": "zeebe:property"
2372
2240
  },
2373
2241
  "condition": {
2374
- "property": "connectionType",
2375
- "equals": "credentials"
2376
- }
2242
+ "property": "authentication.authType",
2243
+ "equals": "credentials",
2244
+ "type": "simple"
2245
+ },
2246
+ "type": "String"
2377
2247
  },
2378
2248
  {
2249
+ "id": "routing.port",
2379
2250
  "label": "Port",
2380
- "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/#routing-data\"target=\"_blank\">documentation</a>",
2381
- "group": "routing",
2382
- "type": "String",
2383
- "binding": {
2384
- "type": "zeebe:property",
2385
- "name": "routing.port"
2386
- },
2251
+ "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>",
2252
+ "optional": false,
2387
2253
  "constraints": {
2388
2254
  "notEmpty": true
2389
2255
  },
2256
+ "group": "routing",
2257
+ "binding": {
2258
+ "name": "routing.port",
2259
+ "type": "zeebe:property"
2260
+ },
2390
2261
  "condition": {
2391
- "property": "connectionType",
2392
- "equals": "credentials"
2393
- }
2262
+ "property": "authentication.authType",
2263
+ "equals": "credentials",
2264
+ "type": "simple"
2265
+ },
2266
+ "type": "String"
2394
2267
  },
2395
2268
  {
2269
+ "id": "queueName",
2396
2270
  "label": "Queue name",
2397
2271
  "description": "Name of the queue to subscribe to",
2272
+ "optional": false,
2273
+ "constraints": {
2274
+ "notEmpty": true
2275
+ },
2398
2276
  "group": "subscription",
2399
- "type": "String",
2400
- "feel": "optional",
2401
2277
  "binding": {
2402
- "type": "zeebe:property",
2403
- "name": "queueName"
2278
+ "name": "queueName",
2279
+ "type": "zeebe:property"
2404
2280
  },
2405
- "constraints": {
2406
- "notEmpty": true
2407
- }
2281
+ "type": "String"
2408
2282
  },
2409
2283
  {
2284
+ "id": "consumerTag",
2410
2285
  "label": "Consumer tag",
2411
2286
  "description": "Consumer tag to use for the subscription",
2287
+ "optional": false,
2412
2288
  "group": "subscription",
2413
- "type": "String",
2414
- "feel": "optional",
2415
2289
  "binding": {
2416
- "type": "zeebe:property",
2417
- "name": "consumerTag"
2418
- }
2290
+ "name": "consumerTag",
2291
+ "type": "zeebe:property"
2292
+ },
2293
+ "type": "String"
2419
2294
  },
2420
2295
  {
2296
+ "id": "arguments",
2421
2297
  "label": "Arguments",
2422
2298
  "description": "Arguments to use for the subscription",
2423
- "group": "subscription",
2424
- "type": "String",
2299
+ "optional": true,
2425
2300
  "feel": "required",
2301
+ "group": "subscription",
2426
2302
  "binding": {
2427
- "type": "zeebe:property",
2428
- "name": "arguments"
2429
- }
2303
+ "name": "arguments",
2304
+ "type": "zeebe:property"
2305
+ },
2306
+ "type": "String"
2430
2307
  },
2431
2308
  {
2309
+ "id": "exclusive",
2432
2310
  "label": "Exclusive consumer",
2433
- "group": "subscription",
2434
- "type": "Dropdown",
2311
+ "optional": false,
2435
2312
  "value": "false",
2313
+ "group": "subscription",
2436
2314
  "binding": {
2437
- "type": "zeebe:property",
2438
- "name": "exclusive"
2315
+ "name": "exclusive",
2316
+ "type": "zeebe:property"
2439
2317
  },
2318
+ "type": "Dropdown",
2440
2319
  "choices": [
2441
2320
  {
2442
2321
  "name": "Yes",
@@ -2449,74 +2328,195 @@
2449
2328
  ]
2450
2329
  },
2451
2330
  {
2452
- "label": "Correlation key (process)",
2453
- "type": "String",
2454
- "group": "activation",
2331
+ "id": "activationCondition",
2332
+ "label": "Activation condition",
2333
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
2334
+ "optional": true,
2455
2335
  "feel": "required",
2456
- "description": "Sets up the correlation key from process variables",
2336
+ "group": "activation",
2457
2337
  "binding": {
2458
- "type": "bpmn:Message#zeebe:subscription#property",
2459
- "name": "correlationKey"
2338
+ "name": "activationCondition",
2339
+ "type": "zeebe:property"
2460
2340
  },
2461
- "constraints": {
2462
- "notEmpty": true
2463
- }
2341
+ "type": "String"
2464
2342
  },
2465
2343
  {
2466
- "label": "Correlation key (payload)",
2467
- "type": "String",
2344
+ "id": "consumeUnmatchedEvents",
2345
+ "label": "Consume unmatched events",
2346
+ "value": true,
2468
2347
  "group": "activation",
2348
+ "binding": {
2349
+ "name": "consumeUnmatchedEvents",
2350
+ "type": "zeebe:property"
2351
+ },
2352
+ "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",
2353
+ "type": "Boolean"
2354
+ },
2355
+ {
2356
+ "id": "correlationKeyProcess",
2357
+ "label": "Correlation key (process)",
2358
+ "description": "Sets up the correlation key from process variables",
2359
+ "constraints": {
2360
+ "notEmpty": true
2361
+ },
2469
2362
  "feel": "required",
2363
+ "group": "correlation",
2470
2364
  "binding": {
2471
- "type": "zeebe:property",
2472
- "name": "correlationKeyExpression"
2365
+ "name": "correlationKey",
2366
+ "type": "bpmn:Message#zeebe:subscription#property"
2473
2367
  },
2368
+ "type": "String"
2369
+ },
2370
+ {
2371
+ "id": "correlationKeyPayload",
2372
+ "label": "Correlation key (payload)",
2474
2373
  "description": "Extracts the correlation key from the incoming message payload",
2475
2374
  "constraints": {
2476
2375
  "notEmpty": true
2477
- }
2376
+ },
2377
+ "feel": "required",
2378
+ "group": "correlation",
2379
+ "binding": {
2380
+ "name": "correlationKeyExpression",
2381
+ "type": "zeebe:property"
2382
+ },
2383
+ "type": "String"
2478
2384
  },
2479
2385
  {
2480
- "label": "Activation condition",
2481
- "type": "String",
2482
- "group": "activation",
2386
+ "id": "messageIdExpression",
2387
+ "label": "Message ID expression",
2388
+ "description": "Expression to extract unique identifier of a message",
2389
+ "optional": true,
2483
2390
  "feel": "required",
2391
+ "group": "correlation",
2392
+ "binding": {
2393
+ "name": "messageIdExpression",
2394
+ "type": "zeebe:property"
2395
+ },
2396
+ "type": "String"
2397
+ },
2398
+ {
2399
+ "id": "messageTtl",
2400
+ "label": "Message TTL",
2401
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
2484
2402
  "optional": true,
2403
+ "constraints": {
2404
+ "notEmpty": false,
2405
+ "pattern": {
2406
+ "value": "^(PT.*|)$",
2407
+ "message": "must be an ISO-8601 duration"
2408
+ }
2409
+ },
2410
+ "feel": "optional",
2411
+ "group": "correlation",
2485
2412
  "binding": {
2486
- "type": "zeebe:property",
2487
- "name": "activationCondition"
2413
+ "name": "messageTtl",
2414
+ "type": "zeebe:property"
2488
2415
  },
2489
- "description": "Condition under which the connector triggers. Leave empty to catch all events"
2416
+ "type": "String"
2490
2417
  },
2491
2418
  {
2419
+ "id": "messageNameUuid",
2420
+ "generatedValue": {
2421
+ "type": "uuid"
2422
+ },
2423
+ "group": "correlation",
2424
+ "binding": {
2425
+ "name": "name",
2426
+ "type": "bpmn:Message#property"
2427
+ },
2428
+ "type": "Hidden"
2429
+ },
2430
+ {
2431
+ "id": "deduplicationModeManualFlag",
2432
+ "label": "Manual mode",
2433
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
2434
+ "value": false,
2435
+ "group": "deduplication",
2436
+ "binding": {
2437
+ "name": "deduplicationModeManualFlag",
2438
+ "type": "zeebe:property"
2439
+ },
2440
+ "type": "Boolean"
2441
+ },
2442
+ {
2443
+ "id": "deduplicationId",
2444
+ "label": "Deduplication ID",
2445
+ "constraints": {
2446
+ "notEmpty": true,
2447
+ "pattern": {
2448
+ "value": "^[a-zA-Z0-9_-]+$",
2449
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
2450
+ }
2451
+ },
2452
+ "group": "deduplication",
2453
+ "binding": {
2454
+ "name": "deduplicationId",
2455
+ "type": "zeebe:property"
2456
+ },
2457
+ "condition": {
2458
+ "property": "deduplicationModeManualFlag",
2459
+ "equals": true,
2460
+ "type": "simple"
2461
+ },
2462
+ "type": "String"
2463
+ },
2464
+ {
2465
+ "id": "deduplicationModeManual",
2466
+ "value": "MANUAL",
2467
+ "group": "deduplication",
2468
+ "binding": {
2469
+ "name": "deduplicationMode",
2470
+ "type": "zeebe:property"
2471
+ },
2472
+ "condition": {
2473
+ "property": "deduplicationId",
2474
+ "isActive": true,
2475
+ "type": "simple"
2476
+ },
2477
+ "type": "Hidden"
2478
+ },
2479
+ {
2480
+ "id": "deduplicationModeAuto",
2481
+ "value": "AUTO",
2482
+ "group": "deduplication",
2483
+ "binding": {
2484
+ "name": "deduplicationMode",
2485
+ "type": "zeebe:property"
2486
+ },
2487
+ "condition": {
2488
+ "property": "deduplicationId",
2489
+ "isActive": false,
2490
+ "type": "simple"
2491
+ },
2492
+ "type": "Hidden"
2493
+ },
2494
+ {
2495
+ "id": "resultVariable",
2492
2496
  "label": "Result variable",
2493
- "type": "String",
2494
- "group": "variable-mapping",
2495
- "optional": true,
2497
+ "description": "Name of variable to store the response in",
2498
+ "group": "output",
2496
2499
  "binding": {
2497
- "type": "zeebe:property",
2498
- "name": "resultVariable"
2500
+ "name": "resultVariable",
2501
+ "type": "zeebe:property"
2499
2502
  },
2500
- "description": "Name of variable to store the result of the connector in"
2503
+ "type": "String"
2501
2504
  },
2502
2505
  {
2506
+ "id": "resultExpression",
2503
2507
  "label": "Result expression",
2504
- "type": "String",
2505
- "group": "variable-mapping",
2508
+ "description": "Expression to map the response into process variables",
2506
2509
  "feel": "required",
2507
- "optional": true,
2510
+ "group": "output",
2508
2511
  "binding": {
2509
- "type": "zeebe:property",
2510
- "name": "resultExpression"
2512
+ "name": "resultExpression",
2513
+ "type": "zeebe:property"
2511
2514
  },
2512
- "description": "Expression to map the inbound payload to process variables"
2515
+ "type": "Text"
2513
2516
  }
2514
2517
  ],
2515
2518
  "icon": {
2516
- "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"
2517
- },
2518
- "engines": {
2519
- "camunda": "^8.2"
2519
+ "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
2520
2520
  }
2521
2521
  }
2522
2522
  ]