@camunda/connectors-element-templates 1.0.20 → 1.0.21

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 (115) hide show
  1. package/package.json +2 -2
  2. package/src/connectors-template.js +1 -3
  3. package/src/connectors.js +4 -0
  4. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +40 -40
  5. package/src/element-templates/agenticai-aiagent-job-worker.json +2483 -475
  6. package/src/element-templates/agenticai-aiagent-outbound-connector.json +5352 -3427
  7. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +717 -35
  8. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2254 -809
  9. package/src/element-templates/app-integrations-connector.json +1047 -0
  10. package/src/element-templates/asana-connector.json +1050 -216
  11. package/src/element-templates/automation-anywhere-outbound-connector.json +2046 -1553
  12. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +1067 -29
  13. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +385 -4
  14. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +441 -4
  15. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +416 -4
  16. package/src/element-templates/aws-bedrock-outbound-connector.json +2274 -624
  17. package/src/element-templates/aws-comprehend-outbound-connector.json +1572 -0
  18. package/src/element-templates/aws-dynamodb-outbound-connector.json +2385 -949
  19. package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
  20. package/src/element-templates/aws-eventbridge-connector-intermediate.json +62 -62
  21. package/src/element-templates/aws-eventbridge-connector-start-event.json +20 -20
  22. package/src/element-templates/aws-eventbridge-outbound-connector.json +680 -266
  23. package/src/element-templates/aws-lambda-outbound-connector.json +462 -63
  24. package/src/element-templates/aws-s3-outbound-connector.json +1850 -329
  25. package/src/element-templates/aws-sagemaker-outbound-connector.json +680 -51
  26. package/src/element-templates/aws-sns-inbound-boundary.json +207 -206
  27. package/src/element-templates/aws-sns-inbound-intermediate.json +410 -409
  28. package/src/element-templates/aws-sns-inbound-message-start.json +4 -3
  29. package/src/element-templates/aws-sns-inbound-receive.json +4 -3
  30. package/src/element-templates/aws-sns-inbound-start-event.json +138 -138
  31. package/src/element-templates/aws-sns-outbound-connector.json +643 -186
  32. package/src/element-templates/aws-sqs-boundary-connector.json +1059 -540
  33. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +1046 -527
  34. package/src/element-templates/aws-sqs-outbound-connector.json +596 -143
  35. package/src/element-templates/aws-sqs-receive-connector.json +525 -7
  36. package/src/element-templates/aws-sqs-start-event-connector.json +401 -401
  37. package/src/element-templates/aws-sqs-start-message.json +736 -185
  38. package/src/element-templates/aws-textract-outbound-connector.json +925 -190
  39. package/src/element-templates/azure-blobstorage-outbound-connector.json +1648 -225
  40. package/src/element-templates/azure-open-ai-connector.json +1372 -9
  41. package/src/element-templates/blue-prism-connector.json +655 -76
  42. package/src/element-templates/box-outbound-connector.json +2331 -247
  43. package/src/element-templates/csv-outbound-connector.json +44 -44
  44. package/src/element-templates/easy-post-connector.json +1178 -97
  45. package/src/element-templates/email-outbound-connector.json +3087 -1013
  46. package/src/element-templates/embeddings-vector-database-outbound-connector.json +2160 -0
  47. package/src/element-templates/github-connector.json +14049 -9863
  48. package/src/element-templates/github-webhook-connector-boundary.json +24 -24
  49. package/src/element-templates/github-webhook-connector-intermediate.json +33 -33
  50. package/src/element-templates/github-webhook-connector-message-start.json +8 -8
  51. package/src/element-templates/github-webhook-connector-receive.json +8 -8
  52. package/src/element-templates/github-webhook-connector-start-event.json +54 -54
  53. package/src/element-templates/gitlab-connector.json +2110 -208
  54. package/src/element-templates/google-cloud-storage-outbound-connector.json +1448 -241
  55. package/src/element-templates/google-drive-outbound-connector.json +2246 -694
  56. package/src/element-templates/google-gemini-outbound-connector.json +8 -22
  57. package/src/element-templates/google-maps-platform-connector.json +688 -137
  58. package/src/element-templates/google-sheets-outbound-connector.json +3631 -2475
  59. package/src/element-templates/graphql-outbound-connector.json +3346 -789
  60. package/src/element-templates/http-json-connector.json +5295 -2803
  61. package/src/element-templates/http-polling-boundary-catch-event-connector.json +2550 -590
  62. package/src/element-templates/http-polling-connector.json +2886 -926
  63. package/src/element-templates/hubspot-outbound-connector.json +2786 -36
  64. package/src/element-templates/hugging-face-connector.json +44 -43
  65. package/src/element-templates/jdbc-outbound-connector.json +505 -8
  66. package/src/element-templates/kafka-inbound-connector-boundary.json +29 -32
  67. package/src/element-templates/kafka-inbound-connector-intermediate.json +615 -618
  68. package/src/element-templates/kafka-inbound-connector-receive.json +9 -12
  69. package/src/element-templates/kafka-inbound-connector-start-message.json +9 -12
  70. package/src/element-templates/kafka-inbound-connector.json +240 -240
  71. package/src/element-templates/kafka-outbound-connector.json +494 -498
  72. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +7 -10
  73. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +7 -10
  74. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +7 -10
  75. package/src/element-templates/microsoft-office365-mail-connector.json +1095 -39
  76. package/src/element-templates/microsoft-teams-outbound-connector.json +7335 -4894
  77. package/src/element-templates/openai-connector.json +596 -102
  78. package/src/element-templates/operate-connector.json +167 -170
  79. package/src/element-templates/orchestration-connector.json +1843 -0
  80. package/src/element-templates/power-automate-connector.json +64 -64
  81. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +449 -451
  82. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +770 -772
  83. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +576 -578
  84. package/src/element-templates/rabbitmq-inbound-connector-receive.json +5 -7
  85. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +105 -105
  86. package/src/element-templates/rabbitmq-outbound-connector.json +319 -319
  87. package/src/element-templates/rpa-connector.json +6 -6
  88. package/src/element-templates/salesforce-connector.json +690 -56
  89. package/src/element-templates/send-message-connector-intermediate-throw-event.json +300 -0
  90. package/src/element-templates/send-message-connector-message-end-event.json +300 -0
  91. package/src/element-templates/send-message-connector-send-task.json +299 -0
  92. package/src/element-templates/sendgrid-outbound-connector.json +597 -597
  93. package/src/element-templates/servicenow-connector.json +1365 -8
  94. package/src/element-templates/servicenow-flow-starter-connector.json +15 -15
  95. package/src/element-templates/servicenow-incident-connector.json +1076 -30
  96. package/src/element-templates/slack-inbound-boundary.json +374 -374
  97. package/src/element-templates/slack-inbound-intermediate.json +766 -766
  98. package/src/element-templates/slack-inbound-message-start.json +145 -145
  99. package/src/element-templates/slack-inbound-receive.json +2 -2
  100. package/src/element-templates/slack-inbound-start-event.json +211 -211
  101. package/src/element-templates/slack-outbound-connector.json +2154 -1051
  102. package/src/element-templates/soap-outbound-connector.json +114 -118
  103. package/src/element-templates/twilio-connector.json +1181 -368
  104. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -30
  105. package/src/element-templates/twilio-webhook-connector.json +56 -57
  106. package/src/element-templates/twilio-webhook-intermediate-connector.json +33 -34
  107. package/src/element-templates/twilio-webhook-message-start-connector.json +27 -28
  108. package/src/element-templates/twilio-webhook-receive-connector.json +9 -10
  109. package/src/element-templates/uipath-connector.json +681 -63
  110. package/src/element-templates/webhook-connector-boundary.json +1242 -587
  111. package/src/element-templates/webhook-connector-intermediate.json +1339 -684
  112. package/src/element-templates/webhook-connector-receive.json +659 -5
  113. package/src/element-templates/webhook-connector-start-event.json +1736 -1175
  114. package/src/element-templates/webhook-connector-start-message.json +1791 -1104
  115. package/src/element-templates/whatsapp-connector.json +386 -16
@@ -4,8 +4,17 @@
4
4
  "name": "RabbitMQ Boundary Event Connector",
5
5
  "id": "io.camunda.connectors.inbound.RabbitMQ.Boundary.v1",
6
6
  "description": "Receive a message from RabbitMQ",
7
+ "keywords": [
8
+ "receive message",
9
+ "consume message",
10
+ "message queue",
11
+ "AMQP",
12
+ "subscribe",
13
+ "message broker",
14
+ "queue"
15
+ ],
7
16
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
8
- "version": 6,
17
+ "version": 8,
9
18
  "category": {
10
19
  "id": "connectors",
11
20
  "name": "Connectors"
@@ -15,6 +24,9 @@
15
24
  "value": "bpmn:BoundaryEvent",
16
25
  "eventDefinition": "bpmn:MessageEventDefinition"
17
26
  },
27
+ "engines": {
28
+ "camunda": "^8.3"
29
+ },
18
30
  "groups": [
19
31
  {
20
32
  "id": "authentication",
@@ -34,7 +46,13 @@
34
46
  },
35
47
  {
36
48
  "id": "correlation",
37
- "label": "Correlation"
49
+ "label": "Correlation",
50
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
51
+ },
52
+ {
53
+ "id": "deduplication",
54
+ "label": "Deduplication",
55
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
38
56
  },
39
57
  {
40
58
  "id": "output",
@@ -74,7 +92,6 @@
74
92
  {
75
93
  "id": "authentication.uri",
76
94
  "label": "URI",
77
- "description": "URI should contain username, password, host name, port number, and virtual host",
78
95
  "optional": false,
79
96
  "constraints": {
80
97
  "notEmpty": true,
@@ -93,6 +110,7 @@
93
110
  "equals": "uri",
94
111
  "type": "simple"
95
112
  },
113
+ "tooltip": "URI should contain username, password, host name, port number, and virtual host",
96
114
  "type": "String"
97
115
  },
98
116
  {
@@ -136,7 +154,6 @@
136
154
  {
137
155
  "id": "routing.virtualHost",
138
156
  "label": "Virtual host",
139
- "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>",
140
157
  "optional": false,
141
158
  "constraints": {
142
159
  "notEmpty": true
@@ -151,12 +168,12 @@
151
168
  "equals": "credentials",
152
169
  "type": "simple"
153
170
  },
171
+ "tooltip": "Get from RabbitMQ external application configurations. See the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\" target=\"_blank\">RabbitMQ routing data docs</a>",
154
172
  "type": "String"
155
173
  },
156
174
  {
157
175
  "id": "routing.hostName",
158
176
  "label": "Host name",
159
- "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>",
160
177
  "optional": false,
161
178
  "constraints": {
162
179
  "notEmpty": true
@@ -171,12 +188,12 @@
171
188
  "equals": "credentials",
172
189
  "type": "simple"
173
190
  },
191
+ "tooltip": "Get from RabbitMQ external application configurations. See the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\" target=\"_blank\">RabbitMQ routing data docs</a>",
174
192
  "type": "String"
175
193
  },
176
194
  {
177
195
  "id": "routing.port",
178
196
  "label": "Port",
179
- "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>",
180
197
  "optional": false,
181
198
  "constraints": {
182
199
  "notEmpty": true
@@ -191,12 +208,12 @@
191
208
  "equals": "credentials",
192
209
  "type": "simple"
193
210
  },
211
+ "tooltip": "Get from RabbitMQ external application configurations. See the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\" target=\"_blank\">RabbitMQ routing data docs</a>",
194
212
  "type": "String"
195
213
  },
196
214
  {
197
215
  "id": "queueName",
198
216
  "label": "Queue name",
199
- "description": "Name of the queue to subscribe to",
200
217
  "optional": false,
201
218
  "constraints": {
202
219
  "notEmpty": true
@@ -206,12 +223,12 @@
206
223
  "name": "queueName",
207
224
  "type": "zeebe:property"
208
225
  },
226
+ "tooltip": "Name of the queue to subscribe to",
209
227
  "type": "String"
210
228
  },
211
229
  {
212
230
  "id": "consumerTag",
213
231
  "label": "Consumer tag",
214
- "description": "Consumer tag to use for the subscription",
215
232
  "optional": false,
216
233
  "group": "subscription",
217
234
  "binding": {
@@ -223,7 +240,6 @@
223
240
  {
224
241
  "id": "arguments",
225
242
  "label": "Arguments",
226
- "description": "Arguments to use for the subscription",
227
243
  "optional": true,
228
244
  "feel": "required",
229
245
  "group": "subscription",
@@ -268,6 +284,18 @@
268
284
  },
269
285
  "type": "String"
270
286
  },
287
+ {
288
+ "id": "consumeUnmatchedEvents",
289
+ "label": "Consume unmatched events",
290
+ "value": true,
291
+ "group": "activation",
292
+ "binding": {
293
+ "name": "consumeUnmatchedEvents",
294
+ "type": "zeebe:property"
295
+ },
296
+ "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",
297
+ "type": "Boolean"
298
+ },
271
299
  {
272
300
  "id": "correlationKeyProcess",
273
301
  "label": "Correlation key (process)",
@@ -311,22 +339,109 @@
311
339
  },
312
340
  "type": "String"
313
341
  },
342
+ {
343
+ "id": "messageTtl",
344
+ "label": "Message TTL",
345
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
346
+ "optional": true,
347
+ "constraints": {
348
+ "notEmpty": false,
349
+ "pattern": {
350
+ "value": "^(PT.*|)$",
351
+ "message": "must be an ISO-8601 duration"
352
+ }
353
+ },
354
+ "feel": "optional",
355
+ "group": "correlation",
356
+ "binding": {
357
+ "name": "messageTtl",
358
+ "type": "zeebe:property"
359
+ },
360
+ "type": "String"
361
+ },
314
362
  {
315
363
  "id": "messageNameUuid",
364
+ "label": "Message name",
316
365
  "generatedValue": {
317
366
  "type": "uuid"
318
367
  },
368
+ "feel": "optional",
319
369
  "group": "correlation",
320
370
  "binding": {
321
371
  "name": "name",
322
372
  "type": "bpmn:Message#property"
323
373
  },
374
+ "tooltip": "By default, this is an auto-generated random UUID. We recommend using a unique message name for each connector element in the diagram. Override to set a custom message name. Learn more about <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-subscriptions\">message subscriptions</a> that power inbound connectors.",
375
+ "type": "String"
376
+ },
377
+ {
378
+ "id": "deduplicationModeManualFlag",
379
+ "label": "Manual mode",
380
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
381
+ "value": false,
382
+ "group": "deduplication",
383
+ "binding": {
384
+ "name": "deduplicationModeManualFlag",
385
+ "type": "zeebe:property"
386
+ },
387
+ "type": "Boolean"
388
+ },
389
+ {
390
+ "id": "deduplicationId",
391
+ "label": "Deduplication ID",
392
+ "constraints": {
393
+ "notEmpty": true,
394
+ "pattern": {
395
+ "value": "^[a-zA-Z0-9_-]+$",
396
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
397
+ }
398
+ },
399
+ "group": "deduplication",
400
+ "binding": {
401
+ "name": "deduplicationId",
402
+ "type": "zeebe:property"
403
+ },
404
+ "condition": {
405
+ "property": "deduplicationModeManualFlag",
406
+ "equals": true,
407
+ "type": "simple"
408
+ },
409
+ "type": "String"
410
+ },
411
+ {
412
+ "id": "deduplicationModeManual",
413
+ "value": "MANUAL",
414
+ "group": "deduplication",
415
+ "binding": {
416
+ "name": "deduplicationMode",
417
+ "type": "zeebe:property"
418
+ },
419
+ "condition": {
420
+ "property": "deduplicationId",
421
+ "isActive": true,
422
+ "type": "simple"
423
+ },
424
+ "type": "Hidden"
425
+ },
426
+ {
427
+ "id": "deduplicationModeAuto",
428
+ "value": "AUTO",
429
+ "group": "deduplication",
430
+ "binding": {
431
+ "name": "deduplicationMode",
432
+ "type": "zeebe:property"
433
+ },
434
+ "condition": {
435
+ "property": "deduplicationId",
436
+ "isActive": false,
437
+ "type": "simple"
438
+ },
324
439
  "type": "Hidden"
325
440
  },
326
441
  {
327
442
  "id": "resultVariable",
328
443
  "label": "Result variable",
329
- "description": "Name of variable to store the response in",
444
+ "description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>.",
330
445
  "group": "output",
331
446
  "binding": {
332
447
  "name": "resultVariable",
@@ -337,7 +452,7 @@
337
452
  {
338
453
  "id": "resultExpression",
339
454
  "label": "Result expression",
340
- "description": "Expression to map the response into process variables",
455
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>.",
341
456
  "feel": "required",
342
457
  "group": "output",
343
458
  "binding": {
@@ -349,9 +464,6 @@
349
464
  ],
350
465
  "icon": {
351
466
  "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
352
- },
353
- "engines": {
354
- "camunda": "^8.5"
355
467
  }
356
468
  },
357
469
  {
@@ -1124,9 +1236,9 @@
1124
1236
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1125
1237
  "name": "RabbitMQ Boundary Event Connector",
1126
1238
  "id": "io.camunda.connectors.inbound.RabbitMQ.Boundary.v1",
1127
- "version": 2,
1128
1239
  "description": "Receive a message from RabbitMQ",
1129
1240
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
1241
+ "version": 6,
1130
1242
  "category": {
1131
1243
  "id": "connectors",
1132
1244
  "name": "Connectors"
@@ -1154,39 +1266,33 @@
1154
1266
  "label": "Activation"
1155
1267
  },
1156
1268
  {
1157
- "id": "variable-mapping",
1158
- "label": "Variable mapping"
1269
+ "id": "correlation",
1270
+ "label": "Correlation"
1271
+ },
1272
+ {
1273
+ "id": "output",
1274
+ "label": "Output mapping"
1159
1275
  }
1160
1276
  ],
1161
1277
  "properties": [
1162
1278
  {
1163
- "type": "Hidden",
1164
1279
  "value": "io.camunda:connector-rabbitmq-inbound:1",
1165
1280
  "binding": {
1166
- "type": "zeebe:property",
1167
- "name": "inbound.type"
1168
- }
1169
- },
1170
- {
1171
- "type": "Hidden",
1172
- "generatedValue": {
1173
- "type": "uuid"
1281
+ "name": "inbound.type",
1282
+ "type": "zeebe:property"
1174
1283
  },
1175
- "binding": {
1176
- "type": "bpmn:Message#property",
1177
- "name": "name"
1178
- }
1284
+ "type": "Hidden"
1179
1285
  },
1180
1286
  {
1181
- "id": "connectionType",
1287
+ "id": "authentication.authType",
1182
1288
  "label": "Connection type",
1183
- "group": "authentication",
1184
- "type": "Dropdown",
1185
1289
  "value": "uri",
1290
+ "group": "authentication",
1186
1291
  "binding": {
1187
- "type": "zeebe:property",
1188
- "name": "authentication.authType"
1292
+ "name": "authentication.authType",
1293
+ "type": "zeebe:property"
1189
1294
  },
1295
+ "type": "Dropdown",
1190
1296
  "choices": [
1191
1297
  {
1192
1298
  "name": "URI",
@@ -1199,154 +1305,178 @@
1199
1305
  ]
1200
1306
  },
1201
1307
  {
1308
+ "id": "authentication.uri",
1202
1309
  "label": "URI",
1203
1310
  "description": "URI should contain username, password, host name, port number, and virtual host",
1204
- "group": "authentication",
1205
- "type": "String",
1206
- "binding": {
1207
- "type": "zeebe:property",
1208
- "name": "authentication.uri"
1209
- },
1311
+ "optional": false,
1210
1312
  "constraints": {
1211
1313
  "notEmpty": true,
1212
1314
  "pattern": {
1213
- "value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*$",
1315
+ "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
1214
1316
  "message": "Must start with amqp(s):// or contain a secret reference"
1215
1317
  }
1216
1318
  },
1319
+ "group": "authentication",
1320
+ "binding": {
1321
+ "name": "authentication.uri",
1322
+ "type": "zeebe:property"
1323
+ },
1217
1324
  "condition": {
1218
- "property": "connectionType",
1219
- "equals": "uri"
1220
- }
1325
+ "property": "authentication.authType",
1326
+ "equals": "uri",
1327
+ "type": "simple"
1328
+ },
1329
+ "type": "String"
1221
1330
  },
1222
1331
  {
1332
+ "id": "authentication.userName",
1223
1333
  "label": "Username",
1224
- "group": "authentication",
1225
- "type": "String",
1226
- "binding": {
1227
- "type": "zeebe:property",
1228
- "name": "authentication.userName"
1229
- },
1334
+ "optional": false,
1230
1335
  "constraints": {
1231
1336
  "notEmpty": true
1232
1337
  },
1233
- "condition": {
1234
- "property": "connectionType",
1235
- "equals": "credentials"
1236
- }
1237
- },
1238
- {
1239
- "label": "Password",
1240
1338
  "group": "authentication",
1241
- "type": "String",
1242
1339
  "binding": {
1243
- "type": "zeebe:property",
1244
- "name": "authentication.password"
1245
- },
1246
- "constraints": {
1247
- "notEmpty": true
1340
+ "name": "authentication.userName",
1341
+ "type": "zeebe:property"
1248
1342
  },
1249
1343
  "condition": {
1250
- "property": "connectionType",
1251
- "equals": "credentials"
1252
- }
1344
+ "property": "authentication.authType",
1345
+ "equals": "credentials",
1346
+ "type": "simple"
1347
+ },
1348
+ "type": "String"
1253
1349
  },
1254
1350
  {
1255
- "label": "Host name",
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>",
1257
- "group": "routing",
1258
- "type": "String",
1259
- "binding": {
1260
- "type": "zeebe:property",
1261
- "name": "routing.hostName"
1262
- },
1351
+ "id": "authentication.password",
1352
+ "label": "Password",
1353
+ "optional": false,
1263
1354
  "constraints": {
1264
1355
  "notEmpty": true
1265
1356
  },
1357
+ "group": "authentication",
1358
+ "binding": {
1359
+ "name": "authentication.password",
1360
+ "type": "zeebe:property"
1361
+ },
1266
1362
  "condition": {
1267
- "property": "connectionType",
1268
- "equals": "credentials"
1269
- }
1363
+ "property": "authentication.authType",
1364
+ "equals": "credentials",
1365
+ "type": "simple"
1366
+ },
1367
+ "type": "String"
1270
1368
  },
1271
1369
  {
1370
+ "id": "routing.virtualHost",
1272
1371
  "label": "Virtual host",
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>",
1372
+ "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>",
1373
+ "optional": false,
1374
+ "constraints": {
1375
+ "notEmpty": true
1376
+ },
1274
1377
  "group": "routing",
1275
- "type": "String",
1276
1378
  "binding": {
1277
- "type": "zeebe:property",
1278
- "name": "routing.virtualHost"
1379
+ "name": "routing.virtualHost",
1380
+ "type": "zeebe:property"
1381
+ },
1382
+ "condition": {
1383
+ "property": "authentication.authType",
1384
+ "equals": "credentials",
1385
+ "type": "simple"
1279
1386
  },
1387
+ "type": "String"
1388
+ },
1389
+ {
1390
+ "id": "routing.hostName",
1391
+ "label": "Host name",
1392
+ "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>",
1393
+ "optional": false,
1280
1394
  "constraints": {
1281
1395
  "notEmpty": true
1282
1396
  },
1397
+ "group": "routing",
1398
+ "binding": {
1399
+ "name": "routing.hostName",
1400
+ "type": "zeebe:property"
1401
+ },
1283
1402
  "condition": {
1284
- "property": "connectionType",
1285
- "equals": "credentials"
1286
- }
1403
+ "property": "authentication.authType",
1404
+ "equals": "credentials",
1405
+ "type": "simple"
1406
+ },
1407
+ "type": "String"
1287
1408
  },
1288
1409
  {
1410
+ "id": "routing.port",
1289
1411
  "label": "Port",
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>",
1291
- "group": "routing",
1292
- "type": "String",
1293
- "binding": {
1294
- "type": "zeebe:property",
1295
- "name": "routing.port"
1296
- },
1412
+ "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>",
1413
+ "optional": false,
1297
1414
  "constraints": {
1298
1415
  "notEmpty": true
1299
1416
  },
1417
+ "group": "routing",
1418
+ "binding": {
1419
+ "name": "routing.port",
1420
+ "type": "zeebe:property"
1421
+ },
1300
1422
  "condition": {
1301
- "property": "connectionType",
1302
- "equals": "credentials"
1303
- }
1423
+ "property": "authentication.authType",
1424
+ "equals": "credentials",
1425
+ "type": "simple"
1426
+ },
1427
+ "type": "String"
1304
1428
  },
1305
1429
  {
1430
+ "id": "queueName",
1306
1431
  "label": "Queue name",
1307
1432
  "description": "Name of the queue to subscribe to",
1433
+ "optional": false,
1434
+ "constraints": {
1435
+ "notEmpty": true
1436
+ },
1308
1437
  "group": "subscription",
1309
- "type": "String",
1310
- "feel": "optional",
1311
1438
  "binding": {
1312
- "type": "zeebe:property",
1313
- "name": "queueName"
1439
+ "name": "queueName",
1440
+ "type": "zeebe:property"
1314
1441
  },
1315
- "constraints": {
1316
- "notEmpty": true
1317
- }
1442
+ "type": "String"
1318
1443
  },
1319
1444
  {
1445
+ "id": "consumerTag",
1320
1446
  "label": "Consumer tag",
1321
1447
  "description": "Consumer tag to use for the subscription",
1448
+ "optional": false,
1322
1449
  "group": "subscription",
1323
- "type": "String",
1324
- "feel": "optional",
1325
1450
  "binding": {
1326
- "type": "zeebe:property",
1327
- "name": "consumerTag"
1328
- }
1451
+ "name": "consumerTag",
1452
+ "type": "zeebe:property"
1453
+ },
1454
+ "type": "String"
1329
1455
  },
1330
1456
  {
1457
+ "id": "arguments",
1331
1458
  "label": "Arguments",
1332
1459
  "description": "Arguments to use for the subscription",
1333
- "group": "subscription",
1334
- "type": "String",
1460
+ "optional": true,
1335
1461
  "feel": "required",
1462
+ "group": "subscription",
1336
1463
  "binding": {
1337
- "type": "zeebe:property",
1338
- "name": "arguments"
1339
- }
1464
+ "name": "arguments",
1465
+ "type": "zeebe:property"
1466
+ },
1467
+ "type": "String"
1340
1468
  },
1341
1469
  {
1470
+ "id": "exclusive",
1342
1471
  "label": "Exclusive consumer",
1343
- "group": "subscription",
1344
- "type": "Dropdown",
1472
+ "optional": false,
1345
1473
  "value": "false",
1474
+ "group": "subscription",
1346
1475
  "binding": {
1347
- "type": "zeebe:property",
1348
- "name": "exclusive"
1476
+ "name": "exclusive",
1477
+ "type": "zeebe:property"
1349
1478
  },
1479
+ "type": "Dropdown",
1350
1480
  "choices": [
1351
1481
  {
1352
1482
  "name": "Yes",
@@ -1359,104 +1489,111 @@
1359
1489
  ]
1360
1490
  },
1361
1491
  {
1362
- "label": "Correlation key (process)",
1363
- "type": "String",
1364
- "group": "activation",
1492
+ "id": "activationCondition",
1493
+ "label": "Activation condition",
1494
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
1495
+ "optional": true,
1365
1496
  "feel": "required",
1366
- "description": "Sets up the correlation key from process variables",
1497
+ "group": "activation",
1367
1498
  "binding": {
1368
- "type": "bpmn:Message#zeebe:subscription#property",
1369
- "name": "correlationKey"
1499
+ "name": "activationCondition",
1500
+ "type": "zeebe:property"
1370
1501
  },
1371
- "constraints": {
1372
- "notEmpty": true
1373
- }
1502
+ "type": "String"
1374
1503
  },
1375
1504
  {
1376
- "label": "Correlation key (payload)",
1377
- "type": "String",
1378
- "group": "activation",
1505
+ "id": "correlationKeyProcess",
1506
+ "label": "Correlation key (process)",
1507
+ "description": "Sets up the correlation key from process variables",
1508
+ "constraints": {
1509
+ "notEmpty": true
1510
+ },
1379
1511
  "feel": "required",
1512
+ "group": "correlation",
1380
1513
  "binding": {
1381
- "type": "zeebe:property",
1382
- "name": "correlationKeyExpression"
1514
+ "name": "correlationKey",
1515
+ "type": "bpmn:Message#zeebe:subscription#property"
1383
1516
  },
1517
+ "type": "String"
1518
+ },
1519
+ {
1520
+ "id": "correlationKeyPayload",
1521
+ "label": "Correlation key (payload)",
1384
1522
  "description": "Extracts the correlation key from the incoming message payload",
1385
1523
  "constraints": {
1386
1524
  "notEmpty": true
1387
- }
1525
+ },
1526
+ "feel": "required",
1527
+ "group": "correlation",
1528
+ "binding": {
1529
+ "name": "correlationKeyExpression",
1530
+ "type": "zeebe:property"
1531
+ },
1532
+ "type": "String"
1388
1533
  },
1389
1534
  {
1535
+ "id": "messageIdExpression",
1390
1536
  "label": "Message ID expression",
1391
- "feel": "required",
1392
- "type": "String",
1537
+ "description": "Expression to extract unique identifier of a message",
1393
1538
  "optional": true,
1394
- "group": "activation",
1539
+ "feel": "required",
1540
+ "group": "correlation",
1395
1541
  "binding": {
1396
- "type": "zeebe:property",
1397
- "name": "messageIdExpression"
1542
+ "name": "messageIdExpression",
1543
+ "type": "zeebe:property"
1398
1544
  },
1399
- "description": "Expression to extract unique identifier of a message"
1545
+ "type": "String"
1400
1546
  },
1401
1547
  {
1402
- "label": "Activation condition",
1403
- "type": "String",
1404
- "group": "activation",
1405
- "feel": "required",
1406
- "optional": true,
1548
+ "id": "messageNameUuid",
1549
+ "generatedValue": {
1550
+ "type": "uuid"
1551
+ },
1552
+ "group": "correlation",
1407
1553
  "binding": {
1408
- "type": "zeebe:property",
1409
- "name": "activationCondition"
1554
+ "name": "name",
1555
+ "type": "bpmn:Message#property"
1410
1556
  },
1411
- "description": "Condition under which the connector triggers. Leave empty to catch all events"
1557
+ "type": "Hidden"
1412
1558
  },
1413
1559
  {
1560
+ "id": "resultVariable",
1414
1561
  "label": "Result variable",
1415
- "type": "String",
1416
- "group": "variable-mapping",
1417
- "optional": true,
1562
+ "description": "Name of variable to store the response in",
1563
+ "group": "output",
1418
1564
  "binding": {
1419
- "type": "zeebe:property",
1420
- "name": "resultVariable"
1565
+ "name": "resultVariable",
1566
+ "type": "zeebe:property"
1421
1567
  },
1422
- "description": "Name of variable to store the result of the connector in"
1568
+ "type": "String"
1423
1569
  },
1424
1570
  {
1571
+ "id": "resultExpression",
1425
1572
  "label": "Result expression",
1426
- "type": "String",
1427
- "group": "variable-mapping",
1573
+ "description": "Expression to map the response into process variables",
1428
1574
  "feel": "required",
1429
- "optional": true,
1575
+ "group": "output",
1430
1576
  "binding": {
1431
- "type": "zeebe:property",
1432
- "name": "resultExpression"
1577
+ "name": "resultExpression",
1578
+ "type": "zeebe:property"
1433
1579
  },
1434
- "description": "Expression to map the inbound payload to process variables"
1580
+ "type": "Text"
1435
1581
  }
1436
1582
  ],
1437
1583
  "icon": {
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"
1584
+ "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
1439
1585
  },
1440
1586
  "engines": {
1441
- "camunda": "^8.4"
1587
+ "camunda": "^8.5"
1442
1588
  }
1443
1589
  },
1444
1590
  {
1445
1591
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1446
1592
  "name": "RabbitMQ Boundary Event Connector",
1447
1593
  "id": "io.camunda.connectors.inbound.RabbitMQ.Boundary.v1",
1594
+ "version": 2,
1448
1595
  "description": "Receive a message from RabbitMQ",
1449
- "keywords": [
1450
- "receive message",
1451
- "consume message",
1452
- "message queue",
1453
- "AMQP",
1454
- "subscribe",
1455
- "message broker",
1456
- "queue"
1457
- ],
1458
1596
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
1459
- "version": 8,
1460
1597
  "category": {
1461
1598
  "id": "connectors",
1462
1599
  "name": "Connectors"
@@ -1466,9 +1603,6 @@
1466
1603
  "value": "bpmn:BoundaryEvent",
1467
1604
  "eventDefinition": "bpmn:MessageEventDefinition"
1468
1605
  },
1469
- "engines": {
1470
- "camunda": "^8.3"
1471
- },
1472
1606
  "groups": [
1473
1607
  {
1474
1608
  "id": "authentication",
@@ -1487,39 +1621,39 @@
1487
1621
  "label": "Activation"
1488
1622
  },
1489
1623
  {
1490
- "id": "correlation",
1491
- "label": "Correlation",
1492
- "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
1493
- },
1494
- {
1495
- "id": "deduplication",
1496
- "label": "Deduplication",
1497
- "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
1498
- },
1499
- {
1500
- "id": "output",
1501
- "label": "Output mapping"
1624
+ "id": "variable-mapping",
1625
+ "label": "Variable mapping"
1502
1626
  }
1503
1627
  ],
1504
1628
  "properties": [
1505
1629
  {
1630
+ "type": "Hidden",
1506
1631
  "value": "io.camunda:connector-rabbitmq-inbound:1",
1507
1632
  "binding": {
1508
- "name": "inbound.type",
1509
- "type": "zeebe:property"
1633
+ "type": "zeebe:property",
1634
+ "name": "inbound.type"
1635
+ }
1636
+ },
1637
+ {
1638
+ "type": "Hidden",
1639
+ "generatedValue": {
1640
+ "type": "uuid"
1510
1641
  },
1511
- "type": "Hidden"
1642
+ "binding": {
1643
+ "type": "bpmn:Message#property",
1644
+ "name": "name"
1645
+ }
1512
1646
  },
1513
1647
  {
1514
- "id": "authentication.authType",
1648
+ "id": "connectionType",
1515
1649
  "label": "Connection type",
1516
- "value": "uri",
1517
1650
  "group": "authentication",
1651
+ "type": "Dropdown",
1652
+ "value": "uri",
1518
1653
  "binding": {
1519
- "name": "authentication.authType",
1520
- "type": "zeebe:property"
1654
+ "type": "zeebe:property",
1655
+ "name": "authentication.authType"
1521
1656
  },
1522
- "type": "Dropdown",
1523
1657
  "choices": [
1524
1658
  {
1525
1659
  "name": "URI",
@@ -1532,178 +1666,154 @@
1532
1666
  ]
1533
1667
  },
1534
1668
  {
1535
- "id": "authentication.uri",
1536
1669
  "label": "URI",
1537
1670
  "description": "URI should contain username, password, host name, port number, and virtual host",
1538
- "optional": false,
1671
+ "group": "authentication",
1672
+ "type": "String",
1673
+ "binding": {
1674
+ "type": "zeebe:property",
1675
+ "name": "authentication.uri"
1676
+ },
1539
1677
  "constraints": {
1540
1678
  "notEmpty": true,
1541
1679
  "pattern": {
1542
- "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
1680
+ "value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*$",
1543
1681
  "message": "Must start with amqp(s):// or contain a secret reference"
1544
1682
  }
1545
1683
  },
1546
- "group": "authentication",
1547
- "binding": {
1548
- "name": "authentication.uri",
1549
- "type": "zeebe:property"
1550
- },
1551
1684
  "condition": {
1552
- "property": "authentication.authType",
1553
- "equals": "uri",
1554
- "type": "simple"
1555
- },
1556
- "type": "String"
1685
+ "property": "connectionType",
1686
+ "equals": "uri"
1687
+ }
1557
1688
  },
1558
1689
  {
1559
- "id": "authentication.userName",
1560
1690
  "label": "Username",
1561
- "optional": false,
1562
- "constraints": {
1563
- "notEmpty": true
1564
- },
1565
1691
  "group": "authentication",
1692
+ "type": "String",
1566
1693
  "binding": {
1567
- "name": "authentication.userName",
1568
- "type": "zeebe:property"
1694
+ "type": "zeebe:property",
1695
+ "name": "authentication.userName"
1569
1696
  },
1570
- "condition": {
1571
- "property": "authentication.authType",
1572
- "equals": "credentials",
1573
- "type": "simple"
1697
+ "constraints": {
1698
+ "notEmpty": true
1574
1699
  },
1575
- "type": "String"
1700
+ "condition": {
1701
+ "property": "connectionType",
1702
+ "equals": "credentials"
1703
+ }
1576
1704
  },
1577
1705
  {
1578
- "id": "authentication.password",
1579
1706
  "label": "Password",
1580
- "optional": false,
1581
- "constraints": {
1582
- "notEmpty": true
1583
- },
1584
1707
  "group": "authentication",
1708
+ "type": "String",
1585
1709
  "binding": {
1586
- "name": "authentication.password",
1587
- "type": "zeebe:property"
1588
- },
1589
- "condition": {
1590
- "property": "authentication.authType",
1591
- "equals": "credentials",
1592
- "type": "simple"
1710
+ "type": "zeebe:property",
1711
+ "name": "authentication.password"
1593
1712
  },
1594
- "type": "String"
1595
- },
1596
- {
1597
- "id": "routing.virtualHost",
1598
- "label": "Virtual host",
1599
- "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>",
1600
- "optional": false,
1601
1713
  "constraints": {
1602
1714
  "notEmpty": true
1603
1715
  },
1604
- "group": "routing",
1605
- "binding": {
1606
- "name": "routing.virtualHost",
1607
- "type": "zeebe:property"
1608
- },
1609
1716
  "condition": {
1610
- "property": "authentication.authType",
1611
- "equals": "credentials",
1612
- "type": "simple"
1613
- },
1614
- "type": "String"
1717
+ "property": "connectionType",
1718
+ "equals": "credentials"
1719
+ }
1615
1720
  },
1616
1721
  {
1617
- "id": "routing.hostName",
1618
1722
  "label": "Host name",
1619
- "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>",
1620
- "optional": false,
1723
+ "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>",
1724
+ "group": "routing",
1725
+ "type": "String",
1726
+ "binding": {
1727
+ "type": "zeebe:property",
1728
+ "name": "routing.hostName"
1729
+ },
1621
1730
  "constraints": {
1622
1731
  "notEmpty": true
1623
1732
  },
1733
+ "condition": {
1734
+ "property": "connectionType",
1735
+ "equals": "credentials"
1736
+ }
1737
+ },
1738
+ {
1739
+ "label": "Virtual host",
1740
+ "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>",
1624
1741
  "group": "routing",
1742
+ "type": "String",
1625
1743
  "binding": {
1626
- "name": "routing.hostName",
1627
- "type": "zeebe:property"
1744
+ "type": "zeebe:property",
1745
+ "name": "routing.virtualHost"
1628
1746
  },
1629
- "condition": {
1630
- "property": "authentication.authType",
1631
- "equals": "credentials",
1632
- "type": "simple"
1747
+ "constraints": {
1748
+ "notEmpty": true
1633
1749
  },
1634
- "type": "String"
1750
+ "condition": {
1751
+ "property": "connectionType",
1752
+ "equals": "credentials"
1753
+ }
1635
1754
  },
1636
1755
  {
1637
- "id": "routing.port",
1638
1756
  "label": "Port",
1639
- "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>",
1640
- "optional": false,
1641
- "constraints": {
1642
- "notEmpty": true
1643
- },
1757
+ "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>",
1644
1758
  "group": "routing",
1759
+ "type": "String",
1645
1760
  "binding": {
1646
- "name": "routing.port",
1647
- "type": "zeebe:property"
1761
+ "type": "zeebe:property",
1762
+ "name": "routing.port"
1648
1763
  },
1649
- "condition": {
1650
- "property": "authentication.authType",
1651
- "equals": "credentials",
1652
- "type": "simple"
1764
+ "constraints": {
1765
+ "notEmpty": true
1653
1766
  },
1654
- "type": "String"
1767
+ "condition": {
1768
+ "property": "connectionType",
1769
+ "equals": "credentials"
1770
+ }
1655
1771
  },
1656
1772
  {
1657
- "id": "queueName",
1658
1773
  "label": "Queue name",
1659
1774
  "description": "Name of the queue to subscribe to",
1660
- "optional": false,
1661
- "constraints": {
1662
- "notEmpty": true
1663
- },
1664
1775
  "group": "subscription",
1776
+ "type": "String",
1777
+ "feel": "optional",
1665
1778
  "binding": {
1666
- "name": "queueName",
1667
- "type": "zeebe:property"
1779
+ "type": "zeebe:property",
1780
+ "name": "queueName"
1668
1781
  },
1669
- "type": "String"
1782
+ "constraints": {
1783
+ "notEmpty": true
1784
+ }
1670
1785
  },
1671
1786
  {
1672
- "id": "consumerTag",
1673
1787
  "label": "Consumer tag",
1674
1788
  "description": "Consumer tag to use for the subscription",
1675
- "optional": false,
1676
1789
  "group": "subscription",
1790
+ "type": "String",
1791
+ "feel": "optional",
1677
1792
  "binding": {
1678
- "name": "consumerTag",
1679
- "type": "zeebe:property"
1680
- },
1681
- "type": "String"
1793
+ "type": "zeebe:property",
1794
+ "name": "consumerTag"
1795
+ }
1682
1796
  },
1683
1797
  {
1684
- "id": "arguments",
1685
1798
  "label": "Arguments",
1686
1799
  "description": "Arguments to use for the subscription",
1687
- "optional": true,
1688
- "feel": "required",
1689
1800
  "group": "subscription",
1801
+ "type": "String",
1802
+ "feel": "required",
1690
1803
  "binding": {
1691
- "name": "arguments",
1692
- "type": "zeebe:property"
1693
- },
1694
- "type": "String"
1804
+ "type": "zeebe:property",
1805
+ "name": "arguments"
1806
+ }
1695
1807
  },
1696
1808
  {
1697
- "id": "exclusive",
1698
1809
  "label": "Exclusive consumer",
1699
- "optional": false,
1700
- "value": "false",
1701
1810
  "group": "subscription",
1811
+ "type": "Dropdown",
1812
+ "value": "false",
1702
1813
  "binding": {
1703
- "name": "exclusive",
1704
- "type": "zeebe:property"
1814
+ "type": "zeebe:property",
1815
+ "name": "exclusive"
1705
1816
  },
1706
- "type": "Dropdown",
1707
1817
  "choices": [
1708
1818
  {
1709
1819
  "name": "Yes",
@@ -1716,198 +1826,86 @@
1716
1826
  ]
1717
1827
  },
1718
1828
  {
1719
- "id": "activationCondition",
1720
- "label": "Activation condition",
1721
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
1722
- "optional": true,
1723
- "feel": "required",
1829
+ "label": "Correlation key (process)",
1830
+ "type": "String",
1724
1831
  "group": "activation",
1832
+ "feel": "required",
1833
+ "description": "Sets up the correlation key from process variables",
1725
1834
  "binding": {
1726
- "name": "activationCondition",
1727
- "type": "zeebe:property"
1835
+ "type": "bpmn:Message#zeebe:subscription#property",
1836
+ "name": "correlationKey"
1728
1837
  },
1729
- "type": "String"
1838
+ "constraints": {
1839
+ "notEmpty": true
1840
+ }
1730
1841
  },
1731
1842
  {
1732
- "id": "consumeUnmatchedEvents",
1733
- "label": "Consume unmatched events",
1734
- "value": true,
1843
+ "label": "Correlation key (payload)",
1844
+ "type": "String",
1735
1845
  "group": "activation",
1736
- "binding": {
1737
- "name": "consumeUnmatchedEvents",
1738
- "type": "zeebe:property"
1739
- },
1740
- "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",
1741
- "type": "Boolean"
1742
- },
1743
- {
1744
- "id": "correlationKeyProcess",
1745
- "label": "Correlation key (process)",
1746
- "description": "Sets up the correlation key from process variables",
1747
- "constraints": {
1748
- "notEmpty": true
1749
- },
1750
1846
  "feel": "required",
1751
- "group": "correlation",
1752
1847
  "binding": {
1753
- "name": "correlationKey",
1754
- "type": "bpmn:Message#zeebe:subscription#property"
1848
+ "type": "zeebe:property",
1849
+ "name": "correlationKeyExpression"
1755
1850
  },
1756
- "type": "String"
1757
- },
1758
- {
1759
- "id": "correlationKeyPayload",
1760
- "label": "Correlation key (payload)",
1761
1851
  "description": "Extracts the correlation key from the incoming message payload",
1762
1852
  "constraints": {
1763
1853
  "notEmpty": true
1764
- },
1765
- "feel": "required",
1766
- "group": "correlation",
1767
- "binding": {
1768
- "name": "correlationKeyExpression",
1769
- "type": "zeebe:property"
1770
- },
1771
- "type": "String"
1854
+ }
1772
1855
  },
1773
1856
  {
1774
- "id": "messageIdExpression",
1775
1857
  "label": "Message ID expression",
1776
- "description": "Expression to extract unique identifier of a message",
1777
- "optional": true,
1778
1858
  "feel": "required",
1779
- "group": "correlation",
1780
- "binding": {
1781
- "name": "messageIdExpression",
1782
- "type": "zeebe:property"
1783
- },
1784
- "type": "String"
1785
- },
1786
- {
1787
- "id": "messageTtl",
1788
- "label": "Message TTL",
1789
- "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
1859
+ "type": "String",
1790
1860
  "optional": true,
1791
- "constraints": {
1792
- "notEmpty": false,
1793
- "pattern": {
1794
- "value": "^(PT.*|)$",
1795
- "message": "must be an ISO-8601 duration"
1796
- }
1797
- },
1798
- "feel": "optional",
1799
- "group": "correlation",
1800
- "binding": {
1801
- "name": "messageTtl",
1802
- "type": "zeebe:property"
1803
- },
1804
- "type": "String"
1805
- },
1806
- {
1807
- "id": "messageNameUuid",
1808
- "label": "Message name",
1809
- "generatedValue": {
1810
- "type": "uuid"
1811
- },
1812
- "feel": "optional",
1813
- "group": "correlation",
1814
- "binding": {
1815
- "name": "name",
1816
- "type": "bpmn:Message#property"
1817
- },
1818
- "tooltip": "By default, this is an auto-generated random UUID. We recommend using a unique message name for each connector element in the diagram. Override to set a custom message name. Learn more about <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-subscriptions\">message subscriptions</a> that power inbound connectors.",
1819
- "type": "String"
1820
- },
1821
- {
1822
- "id": "deduplicationModeManualFlag",
1823
- "label": "Manual mode",
1824
- "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
1825
- "value": false,
1826
- "group": "deduplication",
1827
- "binding": {
1828
- "name": "deduplicationModeManualFlag",
1829
- "type": "zeebe:property"
1830
- },
1831
- "type": "Boolean"
1832
- },
1833
- {
1834
- "id": "deduplicationId",
1835
- "label": "Deduplication ID",
1836
- "constraints": {
1837
- "notEmpty": true,
1838
- "pattern": {
1839
- "value": "^[a-zA-Z0-9_-]+$",
1840
- "message": "can only contain alphanumeric characters, dashes, and underscores"
1841
- }
1842
- },
1843
- "group": "deduplication",
1844
- "binding": {
1845
- "name": "deduplicationId",
1846
- "type": "zeebe:property"
1847
- },
1848
- "condition": {
1849
- "property": "deduplicationModeManualFlag",
1850
- "equals": true,
1851
- "type": "simple"
1852
- },
1853
- "type": "String"
1854
- },
1855
- {
1856
- "id": "deduplicationModeManual",
1857
- "value": "MANUAL",
1858
- "group": "deduplication",
1861
+ "group": "activation",
1859
1862
  "binding": {
1860
- "name": "deduplicationMode",
1861
- "type": "zeebe:property"
1862
- },
1863
- "condition": {
1864
- "property": "deduplicationId",
1865
- "isActive": true,
1866
- "type": "simple"
1863
+ "type": "zeebe:property",
1864
+ "name": "messageIdExpression"
1867
1865
  },
1868
- "type": "Hidden"
1866
+ "description": "Expression to extract unique identifier of a message"
1869
1867
  },
1870
1868
  {
1871
- "id": "deduplicationModeAuto",
1872
- "value": "AUTO",
1873
- "group": "deduplication",
1869
+ "label": "Activation condition",
1870
+ "type": "String",
1871
+ "group": "activation",
1872
+ "feel": "required",
1873
+ "optional": true,
1874
1874
  "binding": {
1875
- "name": "deduplicationMode",
1876
- "type": "zeebe:property"
1877
- },
1878
- "condition": {
1879
- "property": "deduplicationId",
1880
- "isActive": false,
1881
- "type": "simple"
1875
+ "type": "zeebe:property",
1876
+ "name": "activationCondition"
1882
1877
  },
1883
- "type": "Hidden"
1878
+ "description": "Condition under which the connector triggers. Leave empty to catch all events"
1884
1879
  },
1885
1880
  {
1886
- "id": "resultVariable",
1887
1881
  "label": "Result variable",
1888
- "description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>.",
1889
- "group": "output",
1882
+ "type": "String",
1883
+ "group": "variable-mapping",
1884
+ "optional": true,
1890
1885
  "binding": {
1891
- "name": "resultVariable",
1892
- "type": "zeebe:property"
1886
+ "type": "zeebe:property",
1887
+ "name": "resultVariable"
1893
1888
  },
1894
- "type": "String"
1889
+ "description": "Name of variable to store the result of the connector in"
1895
1890
  },
1896
1891
  {
1897
- "id": "resultExpression",
1898
1892
  "label": "Result expression",
1899
- "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>.",
1893
+ "type": "String",
1894
+ "group": "variable-mapping",
1900
1895
  "feel": "required",
1901
- "group": "output",
1896
+ "optional": true,
1902
1897
  "binding": {
1903
- "name": "resultExpression",
1904
- "type": "zeebe:property"
1898
+ "type": "zeebe:property",
1899
+ "name": "resultExpression"
1905
1900
  },
1906
- "type": "Text"
1901
+ "description": "Expression to map the inbound payload to process variables"
1907
1902
  }
1908
1903
  ],
1909
1904
  "icon": {
1910
- "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
1905
+ "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"
1906
+ },
1907
+ "engines": {
1908
+ "camunda": "^8.4"
1911
1909
  }
1912
1910
  }
1913
1911
  ]