@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 Message Start Event Connector",
5
5
  "id": "io.camunda.connectors.inbound.RabbitMQ.MessageStart.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:StartEvent",
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": "correlationRequired",
273
301
  "label": "Subprocess correlation required",
@@ -343,22 +371,109 @@
343
371
  },
344
372
  "type": "String"
345
373
  },
374
+ {
375
+ "id": "messageTtl",
376
+ "label": "Message TTL",
377
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
378
+ "optional": true,
379
+ "constraints": {
380
+ "notEmpty": false,
381
+ "pattern": {
382
+ "value": "^(PT.*|)$",
383
+ "message": "must be an ISO-8601 duration"
384
+ }
385
+ },
386
+ "feel": "optional",
387
+ "group": "correlation",
388
+ "binding": {
389
+ "name": "messageTtl",
390
+ "type": "zeebe:property"
391
+ },
392
+ "type": "String"
393
+ },
346
394
  {
347
395
  "id": "messageNameUuid",
396
+ "label": "Message name",
348
397
  "generatedValue": {
349
398
  "type": "uuid"
350
399
  },
400
+ "feel": "optional",
351
401
  "group": "correlation",
352
402
  "binding": {
353
403
  "name": "name",
354
404
  "type": "bpmn:Message#property"
355
405
  },
406
+ "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.",
407
+ "type": "String"
408
+ },
409
+ {
410
+ "id": "deduplicationModeManualFlag",
411
+ "label": "Manual mode",
412
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
413
+ "value": false,
414
+ "group": "deduplication",
415
+ "binding": {
416
+ "name": "deduplicationModeManualFlag",
417
+ "type": "zeebe:property"
418
+ },
419
+ "type": "Boolean"
420
+ },
421
+ {
422
+ "id": "deduplicationId",
423
+ "label": "Deduplication ID",
424
+ "constraints": {
425
+ "notEmpty": true,
426
+ "pattern": {
427
+ "value": "^[a-zA-Z0-9_-]+$",
428
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
429
+ }
430
+ },
431
+ "group": "deduplication",
432
+ "binding": {
433
+ "name": "deduplicationId",
434
+ "type": "zeebe:property"
435
+ },
436
+ "condition": {
437
+ "property": "deduplicationModeManualFlag",
438
+ "equals": true,
439
+ "type": "simple"
440
+ },
441
+ "type": "String"
442
+ },
443
+ {
444
+ "id": "deduplicationModeManual",
445
+ "value": "MANUAL",
446
+ "group": "deduplication",
447
+ "binding": {
448
+ "name": "deduplicationMode",
449
+ "type": "zeebe:property"
450
+ },
451
+ "condition": {
452
+ "property": "deduplicationId",
453
+ "isActive": true,
454
+ "type": "simple"
455
+ },
456
+ "type": "Hidden"
457
+ },
458
+ {
459
+ "id": "deduplicationModeAuto",
460
+ "value": "AUTO",
461
+ "group": "deduplication",
462
+ "binding": {
463
+ "name": "deduplicationMode",
464
+ "type": "zeebe:property"
465
+ },
466
+ "condition": {
467
+ "property": "deduplicationId",
468
+ "isActive": false,
469
+ "type": "simple"
470
+ },
356
471
  "type": "Hidden"
357
472
  },
358
473
  {
359
474
  "id": "resultVariable",
360
475
  "label": "Result variable",
361
- "description": "Name of variable to store the response in",
476
+ "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>.",
362
477
  "group": "output",
363
478
  "binding": {
364
479
  "name": "resultVariable",
@@ -369,7 +484,7 @@
369
484
  {
370
485
  "id": "resultExpression",
371
486
  "label": "Result expression",
372
- "description": "Expression to map the response into process variables",
487
+ "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>.",
373
488
  "feel": "required",
374
489
  "group": "output",
375
490
  "binding": {
@@ -381,9 +496,6 @@
381
496
  ],
382
497
  "icon": {
383
498
  "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
384
- },
385
- "engines": {
386
- "camunda": "^8.5"
387
499
  }
388
500
  },
389
501
  {
@@ -392,7 +504,7 @@
392
504
  "id": "io.camunda.connectors.inbound.RabbitMQ.MessageStart.v1",
393
505
  "description": "Receive a message from RabbitMQ",
394
506
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
395
- "version": 7,
507
+ "version": 6,
396
508
  "category": {
397
509
  "id": "connectors",
398
510
  "name": "Connectors"
@@ -421,13 +533,7 @@
421
533
  },
422
534
  {
423
535
  "id": "correlation",
424
- "label": "Correlation",
425
- "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
426
- },
427
- {
428
- "id": "deduplication",
429
- "label": "Deduplication",
430
- "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
536
+ "label": "Correlation"
431
537
  },
432
538
  {
433
539
  "id": "output",
@@ -661,18 +767,6 @@
661
767
  },
662
768
  "type": "String"
663
769
  },
664
- {
665
- "id": "consumeUnmatchedEvents",
666
- "label": "Consume unmatched events",
667
- "value": true,
668
- "group": "activation",
669
- "binding": {
670
- "name": "consumeUnmatchedEvents",
671
- "type": "zeebe:property"
672
- },
673
- "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",
674
- "type": "Boolean"
675
- },
676
770
  {
677
771
  "id": "correlationRequired",
678
772
  "label": "Subprocess correlation required",
@@ -735,26 +829,6 @@
735
829
  },
736
830
  "type": "String"
737
831
  },
738
- {
739
- "id": "messageTtl",
740
- "label": "Message TTL",
741
- "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
742
- "optional": true,
743
- "constraints": {
744
- "notEmpty": false,
745
- "pattern": {
746
- "value": "^(PT.*|)$",
747
- "message": "must be an ISO-8601 duration"
748
- }
749
- },
750
- "feel": "optional",
751
- "group": "correlation",
752
- "binding": {
753
- "name": "messageTtl",
754
- "type": "zeebe:property"
755
- },
756
- "type": "String"
757
- },
758
832
  {
759
833
  "id": "messageIdExpression",
760
834
  "label": "Message ID expression",
@@ -780,70 +854,6 @@
780
854
  },
781
855
  "type": "Hidden"
782
856
  },
783
- {
784
- "id": "deduplicationModeManualFlag",
785
- "label": "Manual mode",
786
- "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
787
- "value": false,
788
- "group": "deduplication",
789
- "binding": {
790
- "name": "deduplicationModeManualFlag",
791
- "type": "zeebe:property"
792
- },
793
- "type": "Boolean"
794
- },
795
- {
796
- "id": "deduplicationId",
797
- "label": "Deduplication ID",
798
- "constraints": {
799
- "notEmpty": true,
800
- "pattern": {
801
- "value": "^[a-zA-Z0-9_-]+$",
802
- "message": "can only contain alphanumeric characters, dashes, and underscores"
803
- }
804
- },
805
- "group": "deduplication",
806
- "binding": {
807
- "name": "deduplicationId",
808
- "type": "zeebe:property"
809
- },
810
- "condition": {
811
- "property": "deduplicationModeManualFlag",
812
- "equals": true,
813
- "type": "simple"
814
- },
815
- "type": "String"
816
- },
817
- {
818
- "id": "deduplicationModeManual",
819
- "value": "MANUAL",
820
- "group": "deduplication",
821
- "binding": {
822
- "name": "deduplicationMode",
823
- "type": "zeebe:property"
824
- },
825
- "condition": {
826
- "property": "deduplicationId",
827
- "isActive": true,
828
- "type": "simple"
829
- },
830
- "type": "Hidden"
831
- },
832
- {
833
- "id": "deduplicationModeAuto",
834
- "value": "AUTO",
835
- "group": "deduplication",
836
- "binding": {
837
- "name": "deduplicationMode",
838
- "type": "zeebe:property"
839
- },
840
- "condition": {
841
- "property": "deduplicationId",
842
- "isActive": false,
843
- "type": "simple"
844
- },
845
- "type": "Hidden"
846
- },
847
857
  {
848
858
  "id": "resultVariable",
849
859
  "label": "Result variable",
@@ -872,16 +882,16 @@
872
882
  "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
873
883
  },
874
884
  "engines": {
875
- "camunda": "^8.6"
885
+ "camunda": "^8.5"
876
886
  }
877
887
  },
878
888
  {
879
889
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
880
890
  "name": "RabbitMQ Message Start Event Connector",
881
891
  "id": "io.camunda.connectors.inbound.RabbitMQ.MessageStart.v1",
882
- "version": 1,
883
892
  "description": "Receive a message from RabbitMQ",
884
893
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
894
+ "version": 7,
885
895
  "category": {
886
896
  "id": "connectors",
887
897
  "name": "Connectors"
@@ -910,42 +920,38 @@
910
920
  },
911
921
  {
912
922
  "id": "correlation",
913
- "label": "Subprocess correlation"
923
+ "label": "Correlation",
924
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
914
925
  },
915
926
  {
916
- "id": "variable-mapping",
917
- "label": "Variable mapping"
918
- }
919
- ],
920
- "properties": [
921
- {
922
- "type": "Hidden",
923
- "value": "io.camunda:connector-rabbitmq-inbound:1",
924
- "binding": {
925
- "type": "zeebe:property",
926
- "name": "inbound.type"
927
- }
927
+ "id": "deduplication",
928
+ "label": "Deduplication",
929
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
928
930
  },
929
931
  {
930
- "type": "Hidden",
931
- "generatedValue": {
932
- "type": "uuid"
933
- },
932
+ "id": "output",
933
+ "label": "Output mapping"
934
+ }
935
+ ],
936
+ "properties": [
937
+ {
938
+ "value": "io.camunda:connector-rabbitmq-inbound:1",
934
939
  "binding": {
935
- "type": "bpmn:Message#property",
936
- "name": "name"
937
- }
940
+ "name": "inbound.type",
941
+ "type": "zeebe:property"
942
+ },
943
+ "type": "Hidden"
938
944
  },
939
945
  {
940
- "id": "connectionType",
946
+ "id": "authentication.authType",
941
947
  "label": "Connection type",
942
- "group": "authentication",
943
- "type": "Dropdown",
944
948
  "value": "uri",
949
+ "group": "authentication",
945
950
  "binding": {
946
- "type": "zeebe:property",
947
- "name": "authentication.authType"
951
+ "name": "authentication.authType",
952
+ "type": "zeebe:property"
948
953
  },
954
+ "type": "Dropdown",
949
955
  "choices": [
950
956
  {
951
957
  "name": "URI",
@@ -958,154 +964,178 @@
958
964
  ]
959
965
  },
960
966
  {
967
+ "id": "authentication.uri",
961
968
  "label": "URI",
962
969
  "description": "URI should contain username, password, host name, port number, and virtual host",
963
- "group": "authentication",
964
- "type": "String",
965
- "binding": {
966
- "type": "zeebe:property",
967
- "name": "authentication.uri"
968
- },
970
+ "optional": false,
969
971
  "constraints": {
970
972
  "notEmpty": true,
971
973
  "pattern": {
972
- "value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*$",
974
+ "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
973
975
  "message": "Must start with amqp(s):// or contain a secret reference"
974
976
  }
975
977
  },
978
+ "group": "authentication",
979
+ "binding": {
980
+ "name": "authentication.uri",
981
+ "type": "zeebe:property"
982
+ },
976
983
  "condition": {
977
- "property": "connectionType",
978
- "equals": "uri"
979
- }
984
+ "property": "authentication.authType",
985
+ "equals": "uri",
986
+ "type": "simple"
987
+ },
988
+ "type": "String"
980
989
  },
981
990
  {
991
+ "id": "authentication.userName",
982
992
  "label": "Username",
983
- "group": "authentication",
984
- "type": "String",
985
- "binding": {
986
- "type": "zeebe:property",
987
- "name": "authentication.userName"
988
- },
993
+ "optional": false,
989
994
  "constraints": {
990
995
  "notEmpty": true
991
996
  },
997
+ "group": "authentication",
998
+ "binding": {
999
+ "name": "authentication.userName",
1000
+ "type": "zeebe:property"
1001
+ },
992
1002
  "condition": {
993
- "property": "connectionType",
994
- "equals": "credentials"
995
- }
1003
+ "property": "authentication.authType",
1004
+ "equals": "credentials",
1005
+ "type": "simple"
1006
+ },
1007
+ "type": "String"
996
1008
  },
997
1009
  {
1010
+ "id": "authentication.password",
998
1011
  "label": "Password",
1012
+ "optional": false,
1013
+ "constraints": {
1014
+ "notEmpty": true
1015
+ },
999
1016
  "group": "authentication",
1000
- "type": "String",
1001
1017
  "binding": {
1002
- "type": "zeebe:property",
1003
- "name": "authentication.password"
1018
+ "name": "authentication.password",
1019
+ "type": "zeebe:property"
1020
+ },
1021
+ "condition": {
1022
+ "property": "authentication.authType",
1023
+ "equals": "credentials",
1024
+ "type": "simple"
1004
1025
  },
1026
+ "type": "String"
1027
+ },
1028
+ {
1029
+ "id": "routing.virtualHost",
1030
+ "label": "Virtual host",
1031
+ "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>",
1032
+ "optional": false,
1005
1033
  "constraints": {
1006
1034
  "notEmpty": true
1007
1035
  },
1036
+ "group": "routing",
1037
+ "binding": {
1038
+ "name": "routing.virtualHost",
1039
+ "type": "zeebe:property"
1040
+ },
1008
1041
  "condition": {
1009
- "property": "connectionType",
1010
- "equals": "credentials"
1011
- }
1042
+ "property": "authentication.authType",
1043
+ "equals": "credentials",
1044
+ "type": "simple"
1045
+ },
1046
+ "type": "String"
1012
1047
  },
1013
1048
  {
1049
+ "id": "routing.hostName",
1014
1050
  "label": "Host name",
1015
- "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>",
1016
- "group": "routing",
1017
- "type": "String",
1018
- "binding": {
1019
- "type": "zeebe:property",
1020
- "name": "routing.hostName"
1021
- },
1051
+ "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>",
1052
+ "optional": false,
1022
1053
  "constraints": {
1023
1054
  "notEmpty": true
1024
1055
  },
1025
- "condition": {
1026
- "property": "connectionType",
1027
- "equals": "credentials"
1028
- }
1029
- },
1030
- {
1031
- "label": "Virtual host",
1032
- "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>",
1033
1056
  "group": "routing",
1034
- "type": "String",
1035
1057
  "binding": {
1036
- "type": "zeebe:property",
1037
- "name": "routing.virtualHost"
1038
- },
1039
- "constraints": {
1040
- "notEmpty": true
1058
+ "name": "routing.hostName",
1059
+ "type": "zeebe:property"
1041
1060
  },
1042
1061
  "condition": {
1043
- "property": "connectionType",
1044
- "equals": "credentials"
1045
- }
1062
+ "property": "authentication.authType",
1063
+ "equals": "credentials",
1064
+ "type": "simple"
1065
+ },
1066
+ "type": "String"
1046
1067
  },
1047
1068
  {
1069
+ "id": "routing.port",
1048
1070
  "label": "Port",
1049
- "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>",
1050
- "group": "routing",
1051
- "type": "String",
1052
- "binding": {
1053
- "type": "zeebe:property",
1054
- "name": "routing.port"
1055
- },
1071
+ "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>",
1072
+ "optional": false,
1056
1073
  "constraints": {
1057
1074
  "notEmpty": true
1058
1075
  },
1076
+ "group": "routing",
1077
+ "binding": {
1078
+ "name": "routing.port",
1079
+ "type": "zeebe:property"
1080
+ },
1059
1081
  "condition": {
1060
- "property": "connectionType",
1061
- "equals": "credentials"
1062
- }
1082
+ "property": "authentication.authType",
1083
+ "equals": "credentials",
1084
+ "type": "simple"
1085
+ },
1086
+ "type": "String"
1063
1087
  },
1064
1088
  {
1089
+ "id": "queueName",
1065
1090
  "label": "Queue name",
1066
1091
  "description": "Name of the queue to subscribe to",
1092
+ "optional": false,
1093
+ "constraints": {
1094
+ "notEmpty": true
1095
+ },
1067
1096
  "group": "subscription",
1068
- "type": "String",
1069
- "feel": "optional",
1070
1097
  "binding": {
1071
- "type": "zeebe:property",
1072
- "name": "queueName"
1098
+ "name": "queueName",
1099
+ "type": "zeebe:property"
1073
1100
  },
1074
- "constraints": {
1075
- "notEmpty": true
1076
- }
1101
+ "type": "String"
1077
1102
  },
1078
1103
  {
1104
+ "id": "consumerTag",
1079
1105
  "label": "Consumer tag",
1080
1106
  "description": "Consumer tag to use for the subscription",
1107
+ "optional": false,
1081
1108
  "group": "subscription",
1082
- "type": "String",
1083
- "feel": "optional",
1084
1109
  "binding": {
1085
- "type": "zeebe:property",
1086
- "name": "consumerTag"
1087
- }
1110
+ "name": "consumerTag",
1111
+ "type": "zeebe:property"
1112
+ },
1113
+ "type": "String"
1088
1114
  },
1089
1115
  {
1116
+ "id": "arguments",
1090
1117
  "label": "Arguments",
1091
1118
  "description": "Arguments to use for the subscription",
1092
- "group": "subscription",
1093
- "type": "String",
1119
+ "optional": true,
1094
1120
  "feel": "required",
1121
+ "group": "subscription",
1095
1122
  "binding": {
1096
- "type": "zeebe:property",
1097
- "name": "arguments"
1098
- }
1123
+ "name": "arguments",
1124
+ "type": "zeebe:property"
1125
+ },
1126
+ "type": "String"
1099
1127
  },
1100
1128
  {
1129
+ "id": "exclusive",
1101
1130
  "label": "Exclusive consumer",
1102
- "group": "subscription",
1103
- "type": "Dropdown",
1131
+ "optional": false,
1104
1132
  "value": "false",
1133
+ "group": "subscription",
1105
1134
  "binding": {
1106
- "type": "zeebe:property",
1107
- "name": "exclusive"
1135
+ "name": "exclusive",
1136
+ "type": "zeebe:property"
1108
1137
  },
1138
+ "type": "Dropdown",
1109
1139
  "choices": [
1110
1140
  {
1111
1141
  "name": "Yes",
@@ -1118,36 +1148,41 @@
1118
1148
  ]
1119
1149
  },
1120
1150
  {
1121
- "label": "Message ID expression",
1122
- "feel": "required",
1123
- "type": "String",
1151
+ "id": "activationCondition",
1152
+ "label": "Activation condition",
1153
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
1124
1154
  "optional": true,
1155
+ "feel": "required",
1125
1156
  "group": "activation",
1126
1157
  "binding": {
1127
- "type": "zeebe:property",
1128
- "name": "messageIdExpression"
1158
+ "name": "activationCondition",
1159
+ "type": "zeebe:property"
1129
1160
  },
1130
- "description": "Expression to extract unique identifier of a message"
1161
+ "type": "String"
1131
1162
  },
1132
1163
  {
1133
- "label": "Activation condition",
1134
- "type": "String",
1164
+ "id": "consumeUnmatchedEvents",
1165
+ "label": "Consume unmatched events",
1166
+ "value": true,
1135
1167
  "group": "activation",
1136
- "feel": "required",
1137
- "optional": true,
1138
1168
  "binding": {
1139
- "type": "zeebe:property",
1140
- "name": "activationCondition"
1169
+ "name": "consumeUnmatchedEvents",
1170
+ "type": "zeebe:property"
1141
1171
  },
1142
- "description": "Condition under which the connector triggers. Leave empty to catch all events"
1172
+ "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",
1173
+ "type": "Boolean"
1143
1174
  },
1144
1175
  {
1145
- "label": "Correlation required",
1146
- "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
1147
1176
  "id": "correlationRequired",
1177
+ "label": "Subprocess correlation required",
1178
+ "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
1179
+ "value": "notRequired",
1148
1180
  "group": "correlation",
1181
+ "binding": {
1182
+ "name": "correlationRequired",
1183
+ "type": "zeebe:property"
1184
+ },
1149
1185
  "type": "Dropdown",
1150
- "value": "notRequired",
1151
1186
  "choices": [
1152
1187
  {
1153
1188
  "name": "Correlation not required",
@@ -1157,95 +1192,195 @@
1157
1192
  "name": "Correlation required",
1158
1193
  "value": "required"
1159
1194
  }
1160
- ],
1161
- "binding": {
1162
- "type": "zeebe:property",
1163
- "name": "correlationRequired"
1164
- }
1195
+ ]
1165
1196
  },
1166
1197
  {
1198
+ "id": "correlationKeyProcess",
1167
1199
  "label": "Correlation key (process)",
1168
- "type": "String",
1169
- "group": "correlation",
1170
- "feel": "required",
1171
1200
  "description": "Sets up the correlation key from process variables",
1201
+ "constraints": {
1202
+ "notEmpty": true
1203
+ },
1204
+ "feel": "required",
1205
+ "group": "correlation",
1172
1206
  "binding": {
1173
- "type": "bpmn:Message#zeebe:subscription#property",
1174
- "name": "correlationKey"
1207
+ "name": "correlationKey",
1208
+ "type": "bpmn:Message#zeebe:subscription#property"
1209
+ },
1210
+ "condition": {
1211
+ "property": "correlationRequired",
1212
+ "equals": "required",
1213
+ "type": "simple"
1175
1214
  },
1215
+ "type": "String"
1216
+ },
1217
+ {
1218
+ "id": "correlationKeyPayload",
1219
+ "label": "Correlation key (payload)",
1220
+ "description": "Extracts the correlation key from the incoming message payload",
1176
1221
  "constraints": {
1177
1222
  "notEmpty": true
1178
1223
  },
1224
+ "feel": "required",
1225
+ "group": "correlation",
1226
+ "binding": {
1227
+ "name": "correlationKeyExpression",
1228
+ "type": "zeebe:property"
1229
+ },
1179
1230
  "condition": {
1180
1231
  "property": "correlationRequired",
1181
- "equals": "required"
1182
- }
1232
+ "equals": "required",
1233
+ "type": "simple"
1234
+ },
1235
+ "type": "String"
1183
1236
  },
1184
1237
  {
1185
- "label": "Correlation key (payload)",
1186
- "type": "String",
1238
+ "id": "messageTtl",
1239
+ "label": "Message TTL",
1240
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
1241
+ "optional": true,
1242
+ "constraints": {
1243
+ "notEmpty": false,
1244
+ "pattern": {
1245
+ "value": "^(PT.*|)$",
1246
+ "message": "must be an ISO-8601 duration"
1247
+ }
1248
+ },
1249
+ "feel": "optional",
1187
1250
  "group": "correlation",
1251
+ "binding": {
1252
+ "name": "messageTtl",
1253
+ "type": "zeebe:property"
1254
+ },
1255
+ "type": "String"
1256
+ },
1257
+ {
1258
+ "id": "messageIdExpression",
1259
+ "label": "Message ID expression",
1260
+ "description": "Expression to extract unique identifier of a message",
1261
+ "optional": true,
1188
1262
  "feel": "required",
1263
+ "group": "correlation",
1189
1264
  "binding": {
1190
- "type": "zeebe:property",
1191
- "name": "correlationKeyExpression"
1265
+ "name": "messageIdExpression",
1266
+ "type": "zeebe:property"
1192
1267
  },
1193
- "description": "Extracts the correlation key from the incoming message payload",
1268
+ "type": "String"
1269
+ },
1270
+ {
1271
+ "id": "messageNameUuid",
1272
+ "generatedValue": {
1273
+ "type": "uuid"
1274
+ },
1275
+ "group": "correlation",
1276
+ "binding": {
1277
+ "name": "name",
1278
+ "type": "bpmn:Message#property"
1279
+ },
1280
+ "type": "Hidden"
1281
+ },
1282
+ {
1283
+ "id": "deduplicationModeManualFlag",
1284
+ "label": "Manual mode",
1285
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
1286
+ "value": false,
1287
+ "group": "deduplication",
1288
+ "binding": {
1289
+ "name": "deduplicationModeManualFlag",
1290
+ "type": "zeebe:property"
1291
+ },
1292
+ "type": "Boolean"
1293
+ },
1294
+ {
1295
+ "id": "deduplicationId",
1296
+ "label": "Deduplication ID",
1194
1297
  "constraints": {
1195
- "notEmpty": true
1298
+ "notEmpty": true,
1299
+ "pattern": {
1300
+ "value": "^[a-zA-Z0-9_-]+$",
1301
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
1302
+ }
1303
+ },
1304
+ "group": "deduplication",
1305
+ "binding": {
1306
+ "name": "deduplicationId",
1307
+ "type": "zeebe:property"
1196
1308
  },
1197
1309
  "condition": {
1198
- "property": "correlationRequired",
1199
- "equals": "required"
1200
- }
1310
+ "property": "deduplicationModeManualFlag",
1311
+ "equals": true,
1312
+ "type": "simple"
1313
+ },
1314
+ "type": "String"
1315
+ },
1316
+ {
1317
+ "id": "deduplicationModeManual",
1318
+ "value": "MANUAL",
1319
+ "group": "deduplication",
1320
+ "binding": {
1321
+ "name": "deduplicationMode",
1322
+ "type": "zeebe:property"
1323
+ },
1324
+ "condition": {
1325
+ "property": "deduplicationId",
1326
+ "isActive": true,
1327
+ "type": "simple"
1328
+ },
1329
+ "type": "Hidden"
1330
+ },
1331
+ {
1332
+ "id": "deduplicationModeAuto",
1333
+ "value": "AUTO",
1334
+ "group": "deduplication",
1335
+ "binding": {
1336
+ "name": "deduplicationMode",
1337
+ "type": "zeebe:property"
1338
+ },
1339
+ "condition": {
1340
+ "property": "deduplicationId",
1341
+ "isActive": false,
1342
+ "type": "simple"
1343
+ },
1344
+ "type": "Hidden"
1201
1345
  },
1202
1346
  {
1347
+ "id": "resultVariable",
1203
1348
  "label": "Result variable",
1204
- "type": "String",
1205
- "group": "variable-mapping",
1206
- "optional": true,
1349
+ "description": "Name of variable to store the response in",
1350
+ "group": "output",
1207
1351
  "binding": {
1208
- "type": "zeebe:property",
1209
- "name": "resultVariable"
1352
+ "name": "resultVariable",
1353
+ "type": "zeebe:property"
1210
1354
  },
1211
- "description": "Name of variable to store the result of the connector in"
1355
+ "type": "String"
1212
1356
  },
1213
1357
  {
1358
+ "id": "resultExpression",
1214
1359
  "label": "Result expression",
1215
- "type": "String",
1216
- "group": "variable-mapping",
1360
+ "description": "Expression to map the response into process variables",
1217
1361
  "feel": "required",
1218
- "optional": true,
1362
+ "group": "output",
1219
1363
  "binding": {
1220
- "type": "zeebe:property",
1221
- "name": "resultExpression"
1364
+ "name": "resultExpression",
1365
+ "type": "zeebe:property"
1222
1366
  },
1223
- "description": "Expression to map the inbound payload to process variables"
1367
+ "type": "Text"
1224
1368
  }
1225
1369
  ],
1226
1370
  "icon": {
1227
- "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"
1371
+ "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
1228
1372
  },
1229
1373
  "engines": {
1230
- "camunda": "^8.2"
1374
+ "camunda": "^8.6"
1231
1375
  }
1232
1376
  },
1233
1377
  {
1234
1378
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1235
1379
  "name": "RabbitMQ Message Start Event Connector",
1236
1380
  "id": "io.camunda.connectors.inbound.RabbitMQ.MessageStart.v1",
1381
+ "version": 1,
1237
1382
  "description": "Receive a message from RabbitMQ",
1238
- "keywords": [
1239
- "receive message",
1240
- "consume message",
1241
- "message queue",
1242
- "AMQP",
1243
- "subscribe",
1244
- "message broker",
1245
- "queue"
1246
- ],
1247
1383
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
1248
- "version": 8,
1249
1384
  "category": {
1250
1385
  "id": "connectors",
1251
1386
  "name": "Connectors"
@@ -1255,9 +1390,6 @@
1255
1390
  "value": "bpmn:StartEvent",
1256
1391
  "eventDefinition": "bpmn:MessageEventDefinition"
1257
1392
  },
1258
- "engines": {
1259
- "camunda": "^8.3"
1260
- },
1261
1393
  "groups": [
1262
1394
  {
1263
1395
  "id": "authentication",
@@ -1277,38 +1409,42 @@
1277
1409
  },
1278
1410
  {
1279
1411
  "id": "correlation",
1280
- "label": "Correlation",
1281
- "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
1282
- },
1283
- {
1284
- "id": "deduplication",
1285
- "label": "Deduplication",
1286
- "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
1412
+ "label": "Subprocess correlation"
1287
1413
  },
1288
1414
  {
1289
- "id": "output",
1290
- "label": "Output mapping"
1415
+ "id": "variable-mapping",
1416
+ "label": "Variable mapping"
1291
1417
  }
1292
1418
  ],
1293
1419
  "properties": [
1294
1420
  {
1421
+ "type": "Hidden",
1295
1422
  "value": "io.camunda:connector-rabbitmq-inbound:1",
1296
1423
  "binding": {
1297
- "name": "inbound.type",
1298
- "type": "zeebe:property"
1424
+ "type": "zeebe:property",
1425
+ "name": "inbound.type"
1426
+ }
1427
+ },
1428
+ {
1429
+ "type": "Hidden",
1430
+ "generatedValue": {
1431
+ "type": "uuid"
1299
1432
  },
1300
- "type": "Hidden"
1433
+ "binding": {
1434
+ "type": "bpmn:Message#property",
1435
+ "name": "name"
1436
+ }
1301
1437
  },
1302
1438
  {
1303
- "id": "authentication.authType",
1439
+ "id": "connectionType",
1304
1440
  "label": "Connection type",
1305
- "value": "uri",
1306
1441
  "group": "authentication",
1442
+ "type": "Dropdown",
1443
+ "value": "uri",
1307
1444
  "binding": {
1308
- "name": "authentication.authType",
1309
- "type": "zeebe:property"
1445
+ "type": "zeebe:property",
1446
+ "name": "authentication.authType"
1310
1447
  },
1311
- "type": "Dropdown",
1312
1448
  "choices": [
1313
1449
  {
1314
1450
  "name": "URI",
@@ -1321,178 +1457,154 @@
1321
1457
  ]
1322
1458
  },
1323
1459
  {
1324
- "id": "authentication.uri",
1325
1460
  "label": "URI",
1326
1461
  "description": "URI should contain username, password, host name, port number, and virtual host",
1327
- "optional": false,
1462
+ "group": "authentication",
1463
+ "type": "String",
1464
+ "binding": {
1465
+ "type": "zeebe:property",
1466
+ "name": "authentication.uri"
1467
+ },
1328
1468
  "constraints": {
1329
1469
  "notEmpty": true,
1330
1470
  "pattern": {
1331
- "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
1471
+ "value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*$",
1332
1472
  "message": "Must start with amqp(s):// or contain a secret reference"
1333
1473
  }
1334
1474
  },
1335
- "group": "authentication",
1336
- "binding": {
1337
- "name": "authentication.uri",
1338
- "type": "zeebe:property"
1339
- },
1340
1475
  "condition": {
1341
- "property": "authentication.authType",
1342
- "equals": "uri",
1343
- "type": "simple"
1344
- },
1345
- "type": "String"
1476
+ "property": "connectionType",
1477
+ "equals": "uri"
1478
+ }
1346
1479
  },
1347
1480
  {
1348
- "id": "authentication.userName",
1349
1481
  "label": "Username",
1350
- "optional": false,
1351
- "constraints": {
1352
- "notEmpty": true
1353
- },
1354
1482
  "group": "authentication",
1483
+ "type": "String",
1355
1484
  "binding": {
1356
- "name": "authentication.userName",
1357
- "type": "zeebe:property"
1485
+ "type": "zeebe:property",
1486
+ "name": "authentication.userName"
1358
1487
  },
1359
- "condition": {
1360
- "property": "authentication.authType",
1361
- "equals": "credentials",
1362
- "type": "simple"
1488
+ "constraints": {
1489
+ "notEmpty": true
1363
1490
  },
1364
- "type": "String"
1491
+ "condition": {
1492
+ "property": "connectionType",
1493
+ "equals": "credentials"
1494
+ }
1365
1495
  },
1366
1496
  {
1367
- "id": "authentication.password",
1368
1497
  "label": "Password",
1369
- "optional": false,
1370
- "constraints": {
1371
- "notEmpty": true
1372
- },
1373
1498
  "group": "authentication",
1499
+ "type": "String",
1374
1500
  "binding": {
1375
- "name": "authentication.password",
1376
- "type": "zeebe:property"
1377
- },
1378
- "condition": {
1379
- "property": "authentication.authType",
1380
- "equals": "credentials",
1381
- "type": "simple"
1501
+ "type": "zeebe:property",
1502
+ "name": "authentication.password"
1382
1503
  },
1383
- "type": "String"
1384
- },
1385
- {
1386
- "id": "routing.virtualHost",
1387
- "label": "Virtual host",
1388
- "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>",
1389
- "optional": false,
1390
1504
  "constraints": {
1391
1505
  "notEmpty": true
1392
1506
  },
1393
- "group": "routing",
1394
- "binding": {
1395
- "name": "routing.virtualHost",
1396
- "type": "zeebe:property"
1397
- },
1398
1507
  "condition": {
1399
- "property": "authentication.authType",
1400
- "equals": "credentials",
1401
- "type": "simple"
1402
- },
1403
- "type": "String"
1508
+ "property": "connectionType",
1509
+ "equals": "credentials"
1510
+ }
1404
1511
  },
1405
1512
  {
1406
- "id": "routing.hostName",
1407
1513
  "label": "Host name",
1408
- "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>",
1409
- "optional": false,
1514
+ "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>",
1515
+ "group": "routing",
1516
+ "type": "String",
1517
+ "binding": {
1518
+ "type": "zeebe:property",
1519
+ "name": "routing.hostName"
1520
+ },
1410
1521
  "constraints": {
1411
1522
  "notEmpty": true
1412
1523
  },
1524
+ "condition": {
1525
+ "property": "connectionType",
1526
+ "equals": "credentials"
1527
+ }
1528
+ },
1529
+ {
1530
+ "label": "Virtual host",
1531
+ "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>",
1413
1532
  "group": "routing",
1533
+ "type": "String",
1414
1534
  "binding": {
1415
- "name": "routing.hostName",
1416
- "type": "zeebe:property"
1535
+ "type": "zeebe:property",
1536
+ "name": "routing.virtualHost"
1417
1537
  },
1418
- "condition": {
1419
- "property": "authentication.authType",
1420
- "equals": "credentials",
1421
- "type": "simple"
1538
+ "constraints": {
1539
+ "notEmpty": true
1422
1540
  },
1423
- "type": "String"
1541
+ "condition": {
1542
+ "property": "connectionType",
1543
+ "equals": "credentials"
1544
+ }
1424
1545
  },
1425
1546
  {
1426
- "id": "routing.port",
1427
1547
  "label": "Port",
1428
- "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>",
1429
- "optional": false,
1430
- "constraints": {
1431
- "notEmpty": true
1432
- },
1548
+ "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>",
1433
1549
  "group": "routing",
1550
+ "type": "String",
1434
1551
  "binding": {
1435
- "name": "routing.port",
1436
- "type": "zeebe:property"
1552
+ "type": "zeebe:property",
1553
+ "name": "routing.port"
1437
1554
  },
1438
- "condition": {
1439
- "property": "authentication.authType",
1440
- "equals": "credentials",
1441
- "type": "simple"
1555
+ "constraints": {
1556
+ "notEmpty": true
1442
1557
  },
1443
- "type": "String"
1558
+ "condition": {
1559
+ "property": "connectionType",
1560
+ "equals": "credentials"
1561
+ }
1444
1562
  },
1445
1563
  {
1446
- "id": "queueName",
1447
1564
  "label": "Queue name",
1448
1565
  "description": "Name of the queue to subscribe to",
1449
- "optional": false,
1450
- "constraints": {
1451
- "notEmpty": true
1452
- },
1453
1566
  "group": "subscription",
1567
+ "type": "String",
1568
+ "feel": "optional",
1454
1569
  "binding": {
1455
- "name": "queueName",
1456
- "type": "zeebe:property"
1570
+ "type": "zeebe:property",
1571
+ "name": "queueName"
1457
1572
  },
1458
- "type": "String"
1573
+ "constraints": {
1574
+ "notEmpty": true
1575
+ }
1459
1576
  },
1460
1577
  {
1461
- "id": "consumerTag",
1462
1578
  "label": "Consumer tag",
1463
1579
  "description": "Consumer tag to use for the subscription",
1464
- "optional": false,
1465
1580
  "group": "subscription",
1581
+ "type": "String",
1582
+ "feel": "optional",
1466
1583
  "binding": {
1467
- "name": "consumerTag",
1468
- "type": "zeebe:property"
1469
- },
1470
- "type": "String"
1584
+ "type": "zeebe:property",
1585
+ "name": "consumerTag"
1586
+ }
1471
1587
  },
1472
1588
  {
1473
- "id": "arguments",
1474
1589
  "label": "Arguments",
1475
1590
  "description": "Arguments to use for the subscription",
1476
- "optional": true,
1477
- "feel": "required",
1478
1591
  "group": "subscription",
1592
+ "type": "String",
1593
+ "feel": "required",
1479
1594
  "binding": {
1480
- "name": "arguments",
1481
- "type": "zeebe:property"
1482
- },
1483
- "type": "String"
1595
+ "type": "zeebe:property",
1596
+ "name": "arguments"
1597
+ }
1484
1598
  },
1485
1599
  {
1486
- "id": "exclusive",
1487
1600
  "label": "Exclusive consumer",
1488
- "optional": false,
1489
- "value": "false",
1490
1601
  "group": "subscription",
1602
+ "type": "Dropdown",
1603
+ "value": "false",
1491
1604
  "binding": {
1492
- "name": "exclusive",
1493
- "type": "zeebe:property"
1605
+ "type": "zeebe:property",
1606
+ "name": "exclusive"
1494
1607
  },
1495
- "type": "Dropdown",
1496
1608
  "choices": [
1497
1609
  {
1498
1610
  "name": "Yes",
@@ -1505,41 +1617,36 @@
1505
1617
  ]
1506
1618
  },
1507
1619
  {
1508
- "id": "activationCondition",
1509
- "label": "Activation condition",
1510
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
1511
- "optional": true,
1620
+ "label": "Message ID expression",
1512
1621
  "feel": "required",
1622
+ "type": "String",
1623
+ "optional": true,
1513
1624
  "group": "activation",
1514
1625
  "binding": {
1515
- "name": "activationCondition",
1516
- "type": "zeebe:property"
1626
+ "type": "zeebe:property",
1627
+ "name": "messageIdExpression"
1517
1628
  },
1518
- "type": "String"
1629
+ "description": "Expression to extract unique identifier of a message"
1519
1630
  },
1520
1631
  {
1521
- "id": "consumeUnmatchedEvents",
1522
- "label": "Consume unmatched events",
1523
- "value": true,
1632
+ "label": "Activation condition",
1633
+ "type": "String",
1524
1634
  "group": "activation",
1635
+ "feel": "required",
1636
+ "optional": true,
1525
1637
  "binding": {
1526
- "name": "consumeUnmatchedEvents",
1527
- "type": "zeebe:property"
1638
+ "type": "zeebe:property",
1639
+ "name": "activationCondition"
1528
1640
  },
1529
- "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",
1530
- "type": "Boolean"
1641
+ "description": "Condition under which the connector triggers. Leave empty to catch all events"
1531
1642
  },
1532
1643
  {
1533
- "id": "correlationRequired",
1534
- "label": "Subprocess correlation required",
1644
+ "label": "Correlation required",
1535
1645
  "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
1536
- "value": "notRequired",
1646
+ "id": "correlationRequired",
1537
1647
  "group": "correlation",
1538
- "binding": {
1539
- "name": "correlationRequired",
1540
- "type": "zeebe:property"
1541
- },
1542
1648
  "type": "Dropdown",
1649
+ "value": "notRequired",
1543
1650
  "choices": [
1544
1651
  {
1545
1652
  "name": "Correlation not required",
@@ -1549,186 +1656,77 @@
1549
1656
  "name": "Correlation required",
1550
1657
  "value": "required"
1551
1658
  }
1552
- ]
1659
+ ],
1660
+ "binding": {
1661
+ "type": "zeebe:property",
1662
+ "name": "correlationRequired"
1663
+ }
1553
1664
  },
1554
1665
  {
1555
- "id": "correlationKeyProcess",
1556
1666
  "label": "Correlation key (process)",
1557
- "description": "Sets up the correlation key from process variables",
1558
- "constraints": {
1559
- "notEmpty": true
1560
- },
1561
- "feel": "required",
1667
+ "type": "String",
1562
1668
  "group": "correlation",
1669
+ "feel": "required",
1670
+ "description": "Sets up the correlation key from process variables",
1563
1671
  "binding": {
1564
- "name": "correlationKey",
1565
- "type": "bpmn:Message#zeebe:subscription#property"
1566
- },
1567
- "condition": {
1568
- "property": "correlationRequired",
1569
- "equals": "required",
1570
- "type": "simple"
1672
+ "type": "bpmn:Message#zeebe:subscription#property",
1673
+ "name": "correlationKey"
1571
1674
  },
1572
- "type": "String"
1573
- },
1574
- {
1575
- "id": "correlationKeyPayload",
1576
- "label": "Correlation key (payload)",
1577
- "description": "Extracts the correlation key from the incoming message payload",
1578
1675
  "constraints": {
1579
1676
  "notEmpty": true
1580
1677
  },
1581
- "feel": "required",
1582
- "group": "correlation",
1583
- "binding": {
1584
- "name": "correlationKeyExpression",
1585
- "type": "zeebe:property"
1586
- },
1587
1678
  "condition": {
1588
1679
  "property": "correlationRequired",
1589
- "equals": "required",
1590
- "type": "simple"
1591
- },
1592
- "type": "String"
1593
- },
1594
- {
1595
- "id": "messageIdExpression",
1596
- "label": "Message ID expression",
1597
- "description": "Expression to extract unique identifier of a message",
1598
- "optional": true,
1599
- "feel": "required",
1600
- "group": "correlation",
1601
- "binding": {
1602
- "name": "messageIdExpression",
1603
- "type": "zeebe:property"
1604
- },
1605
- "type": "String"
1606
- },
1607
- {
1608
- "id": "messageTtl",
1609
- "label": "Message TTL",
1610
- "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
1611
- "optional": true,
1612
- "constraints": {
1613
- "notEmpty": false,
1614
- "pattern": {
1615
- "value": "^(PT.*|)$",
1616
- "message": "must be an ISO-8601 duration"
1617
- }
1618
- },
1619
- "feel": "optional",
1620
- "group": "correlation",
1621
- "binding": {
1622
- "name": "messageTtl",
1623
- "type": "zeebe:property"
1624
- },
1625
- "type": "String"
1680
+ "equals": "required"
1681
+ }
1626
1682
  },
1627
1683
  {
1628
- "id": "messageNameUuid",
1629
- "label": "Message name",
1630
- "generatedValue": {
1631
- "type": "uuid"
1632
- },
1633
- "feel": "optional",
1684
+ "label": "Correlation key (payload)",
1685
+ "type": "String",
1634
1686
  "group": "correlation",
1687
+ "feel": "required",
1635
1688
  "binding": {
1636
- "name": "name",
1637
- "type": "bpmn:Message#property"
1638
- },
1639
- "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.",
1640
- "type": "String"
1641
- },
1642
- {
1643
- "id": "deduplicationModeManualFlag",
1644
- "label": "Manual mode",
1645
- "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
1646
- "value": false,
1647
- "group": "deduplication",
1648
- "binding": {
1649
- "name": "deduplicationModeManualFlag",
1650
- "type": "zeebe:property"
1689
+ "type": "zeebe:property",
1690
+ "name": "correlationKeyExpression"
1651
1691
  },
1652
- "type": "Boolean"
1653
- },
1654
- {
1655
- "id": "deduplicationId",
1656
- "label": "Deduplication ID",
1692
+ "description": "Extracts the correlation key from the incoming message payload",
1657
1693
  "constraints": {
1658
- "notEmpty": true,
1659
- "pattern": {
1660
- "value": "^[a-zA-Z0-9_-]+$",
1661
- "message": "can only contain alphanumeric characters, dashes, and underscores"
1662
- }
1663
- },
1664
- "group": "deduplication",
1665
- "binding": {
1666
- "name": "deduplicationId",
1667
- "type": "zeebe:property"
1668
- },
1669
- "condition": {
1670
- "property": "deduplicationModeManualFlag",
1671
- "equals": true,
1672
- "type": "simple"
1673
- },
1674
- "type": "String"
1675
- },
1676
- {
1677
- "id": "deduplicationModeManual",
1678
- "value": "MANUAL",
1679
- "group": "deduplication",
1680
- "binding": {
1681
- "name": "deduplicationMode",
1682
- "type": "zeebe:property"
1683
- },
1684
- "condition": {
1685
- "property": "deduplicationId",
1686
- "isActive": true,
1687
- "type": "simple"
1688
- },
1689
- "type": "Hidden"
1690
- },
1691
- {
1692
- "id": "deduplicationModeAuto",
1693
- "value": "AUTO",
1694
- "group": "deduplication",
1695
- "binding": {
1696
- "name": "deduplicationMode",
1697
- "type": "zeebe:property"
1694
+ "notEmpty": true
1698
1695
  },
1699
1696
  "condition": {
1700
- "property": "deduplicationId",
1701
- "isActive": false,
1702
- "type": "simple"
1703
- },
1704
- "type": "Hidden"
1697
+ "property": "correlationRequired",
1698
+ "equals": "required"
1699
+ }
1705
1700
  },
1706
1701
  {
1707
- "id": "resultVariable",
1708
1702
  "label": "Result variable",
1709
- "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>.",
1710
- "group": "output",
1703
+ "type": "String",
1704
+ "group": "variable-mapping",
1705
+ "optional": true,
1711
1706
  "binding": {
1712
- "name": "resultVariable",
1713
- "type": "zeebe:property"
1707
+ "type": "zeebe:property",
1708
+ "name": "resultVariable"
1714
1709
  },
1715
- "type": "String"
1710
+ "description": "Name of variable to store the result of the connector in"
1716
1711
  },
1717
1712
  {
1718
- "id": "resultExpression",
1719
1713
  "label": "Result expression",
1720
- "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>.",
1714
+ "type": "String",
1715
+ "group": "variable-mapping",
1721
1716
  "feel": "required",
1722
- "group": "output",
1717
+ "optional": true,
1723
1718
  "binding": {
1724
- "name": "resultExpression",
1725
- "type": "zeebe:property"
1719
+ "type": "zeebe:property",
1720
+ "name": "resultExpression"
1726
1721
  },
1727
- "type": "Text"
1722
+ "description": "Expression to map the inbound payload to process variables"
1728
1723
  }
1729
1724
  ],
1730
1725
  "icon": {
1731
- "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
1726
+ "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"
1727
+ },
1728
+ "engines": {
1729
+ "camunda": "^8.2"
1732
1730
  }
1733
1731
  }
1734
1732
  ]