@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
@@ -1,11 +1,11 @@
1
1
  [
2
2
  {
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
- "name": "RabbitMQ connector",
4
+ "name": "RabbitMQ Intermediate Catch Event Connector",
5
5
  "id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
6
- "version": 1,
6
+ "version": 4,
7
7
  "description": "Receive a message from RabbitMQ",
8
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
8
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
9
9
  "category": {
10
10
  "id": "connectors",
11
11
  "name": "Connectors"
@@ -89,7 +89,7 @@
89
89
  "constraints": {
90
90
  "notEmpty": true,
91
91
  "pattern": {
92
- "value": "^(amqps?://)|(secrets).*",
92
+ "value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*$",
93
93
  "message": "Must start with amqp(s):// or contain a secret reference"
94
94
  }
95
95
  },
@@ -132,7 +132,7 @@
132
132
  },
133
133
  {
134
134
  "label": "Host name",
135
- "description": "Host name: get from RabbitMQ external applocation configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
135
+ "description": "Host name: get from RabbitMQ external applocation configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
136
136
  "group": "routing",
137
137
  "type": "String",
138
138
  "binding": {
@@ -149,7 +149,7 @@
149
149
  },
150
150
  {
151
151
  "label": "Virtual host",
152
- "description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
152
+ "description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
153
153
  "group": "routing",
154
154
  "type": "String",
155
155
  "binding": {
@@ -166,7 +166,7 @@
166
166
  },
167
167
  {
168
168
  "label": "Port",
169
- "description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
169
+ "description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
170
170
  "group": "routing",
171
171
  "type": "String",
172
172
  "binding": {
@@ -265,6 +265,18 @@
265
265
  "notEmpty": true
266
266
  }
267
267
  },
268
+ {
269
+ "label": "Message ID expression",
270
+ "feel": "required",
271
+ "type": "String",
272
+ "optional": true,
273
+ "group": "activation",
274
+ "binding": {
275
+ "type": "zeebe:property",
276
+ "name": "messageIdExpression"
277
+ },
278
+ "description": "Expression to extract unique identifier of a message"
279
+ },
268
280
  {
269
281
  "label": "Activation condition",
270
282
  "type": "String",
@@ -305,16 +317,16 @@
305
317
  "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='-7.5 0 271 271' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M245.44 108.308h-85.09a7.738 7.738 0 0 1-7.735-7.734v-88.68C152.615 5.327 147.29 0 140.726 0h-30.375c-6.568 0-11.89 5.327-11.89 11.894v88.143c0 4.573-3.697 8.29-8.27 8.31l-27.885.133c-4.612.025-8.359-3.717-8.35-8.325l.173-88.241C54.144 5.337 48.817 0 42.24 0H11.89C5.321 0 0 5.327 0 11.894V260.21c0 5.834 4.726 10.56 10.555 10.56H245.44c5.834 0 10.56-4.726 10.56-10.56V118.868c0-5.834-4.726-10.56-10.56-10.56zm-39.902 93.233c0 7.645-6.198 13.844-13.843 13.844H167.69c-7.646 0-13.844-6.199-13.844-13.844v-24.005c0-7.646 6.198-13.844 13.844-13.844h24.005c7.645 0 13.843 6.198 13.843 13.844v24.005z' fill='%23F60'/%3E%3C/svg%3E"
306
318
  },
307
319
  "engines": {
308
- "camunda": "^8.2"
320
+ "camunda": "^8.4"
309
321
  }
310
322
  },
311
323
  {
312
324
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
313
- "name": "RabbitMQ Intermediate Catch Event Connector",
325
+ "name": "RabbitMQ connector",
314
326
  "id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
327
+ "version": 2,
315
328
  "description": "Receive a message from RabbitMQ",
316
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
317
- "version": 6,
329
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
318
330
  "category": {
319
331
  "id": "connectors",
320
332
  "name": "Connectors"
@@ -342,33 +354,39 @@
342
354
  "label": "Activation"
343
355
  },
344
356
  {
345
- "id": "correlation",
346
- "label": "Correlation"
347
- },
348
- {
349
- "id": "output",
350
- "label": "Output mapping"
357
+ "id": "variable-mapping",
358
+ "label": "Variable mapping"
351
359
  }
352
360
  ],
353
361
  "properties": [
354
362
  {
363
+ "type": "Hidden",
355
364
  "value": "io.camunda:connector-rabbitmq-inbound:1",
356
365
  "binding": {
357
- "name": "inbound.type",
358
- "type": "zeebe:property"
366
+ "type": "zeebe:property",
367
+ "name": "inbound.type"
368
+ }
369
+ },
370
+ {
371
+ "type": "Hidden",
372
+ "generatedValue": {
373
+ "type": "uuid"
359
374
  },
360
- "type": "Hidden"
375
+ "binding": {
376
+ "type": "bpmn:Message#property",
377
+ "name": "name"
378
+ }
361
379
  },
362
380
  {
363
- "id": "authentication.authType",
381
+ "id": "connectionType",
364
382
  "label": "Connection type",
365
- "value": "uri",
366
383
  "group": "authentication",
384
+ "type": "Dropdown",
385
+ "value": "uri",
367
386
  "binding": {
368
- "name": "authentication.authType",
369
- "type": "zeebe:property"
387
+ "type": "zeebe:property",
388
+ "name": "authentication.authType"
370
389
  },
371
- "type": "Dropdown",
372
390
  "choices": [
373
391
  {
374
392
  "name": "URI",
@@ -381,178 +399,154 @@
381
399
  ]
382
400
  },
383
401
  {
384
- "id": "authentication.uri",
385
402
  "label": "URI",
386
403
  "description": "URI should contain username, password, host name, port number, and virtual host",
387
- "optional": false,
404
+ "group": "authentication",
405
+ "type": "String",
406
+ "binding": {
407
+ "type": "zeebe:property",
408
+ "name": "authentication.uri"
409
+ },
388
410
  "constraints": {
389
411
  "notEmpty": true,
390
412
  "pattern": {
391
- "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
413
+ "value": "^(amqps?://)|secrets\\..+|(\\{\\{secrets\\..+\\}\\}).*$",
392
414
  "message": "Must start with amqp(s):// or contain a secret reference"
393
415
  }
394
416
  },
395
- "group": "authentication",
396
- "binding": {
397
- "name": "authentication.uri",
398
- "type": "zeebe:property"
399
- },
400
417
  "condition": {
401
- "property": "authentication.authType",
402
- "equals": "uri",
403
- "type": "simple"
404
- },
405
- "type": "String"
418
+ "property": "connectionType",
419
+ "equals": "uri"
420
+ }
406
421
  },
407
422
  {
408
- "id": "authentication.userName",
409
423
  "label": "Username",
410
- "optional": false,
411
- "constraints": {
412
- "notEmpty": true
413
- },
414
424
  "group": "authentication",
425
+ "type": "String",
415
426
  "binding": {
416
- "name": "authentication.userName",
417
- "type": "zeebe:property"
427
+ "type": "zeebe:property",
428
+ "name": "authentication.userName"
418
429
  },
419
- "condition": {
420
- "property": "authentication.authType",
421
- "equals": "credentials",
422
- "type": "simple"
430
+ "constraints": {
431
+ "notEmpty": true
423
432
  },
424
- "type": "String"
433
+ "condition": {
434
+ "property": "connectionType",
435
+ "equals": "credentials"
436
+ }
425
437
  },
426
438
  {
427
- "id": "authentication.password",
428
439
  "label": "Password",
429
- "optional": false,
430
- "constraints": {
431
- "notEmpty": true
432
- },
433
440
  "group": "authentication",
441
+ "type": "String",
434
442
  "binding": {
435
- "name": "authentication.password",
436
- "type": "zeebe:property"
437
- },
438
- "condition": {
439
- "property": "authentication.authType",
440
- "equals": "credentials",
441
- "type": "simple"
443
+ "type": "zeebe:property",
444
+ "name": "authentication.password"
442
445
  },
443
- "type": "String"
444
- },
445
- {
446
- "id": "routing.virtualHost",
447
- "label": "Virtual host",
448
- "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>",
449
- "optional": false,
450
446
  "constraints": {
451
447
  "notEmpty": true
452
448
  },
453
- "group": "routing",
454
- "binding": {
455
- "name": "routing.virtualHost",
456
- "type": "zeebe:property"
457
- },
458
449
  "condition": {
459
- "property": "authentication.authType",
460
- "equals": "credentials",
461
- "type": "simple"
462
- },
463
- "type": "String"
450
+ "property": "connectionType",
451
+ "equals": "credentials"
452
+ }
464
453
  },
465
454
  {
466
- "id": "routing.hostName",
467
455
  "label": "Host name",
468
- "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>",
469
- "optional": false,
456
+ "description": "Host name: get from RabbitMQ external applocation configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
457
+ "group": "routing",
458
+ "type": "String",
459
+ "binding": {
460
+ "type": "zeebe:property",
461
+ "name": "routing.hostName"
462
+ },
470
463
  "constraints": {
471
464
  "notEmpty": true
472
465
  },
466
+ "condition": {
467
+ "property": "connectionType",
468
+ "equals": "credentials"
469
+ }
470
+ },
471
+ {
472
+ "label": "Virtual host",
473
+ "description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
473
474
  "group": "routing",
475
+ "type": "String",
474
476
  "binding": {
475
- "name": "routing.hostName",
476
- "type": "zeebe:property"
477
+ "type": "zeebe:property",
478
+ "name": "routing.virtualHost"
477
479
  },
478
- "condition": {
479
- "property": "authentication.authType",
480
- "equals": "credentials",
481
- "type": "simple"
480
+ "constraints": {
481
+ "notEmpty": true
482
482
  },
483
- "type": "String"
483
+ "condition": {
484
+ "property": "connectionType",
485
+ "equals": "credentials"
486
+ }
484
487
  },
485
488
  {
486
- "id": "routing.port",
487
489
  "label": "Port",
488
- "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>",
489
- "optional": false,
490
- "constraints": {
491
- "notEmpty": true
492
- },
490
+ "description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
493
491
  "group": "routing",
492
+ "type": "String",
494
493
  "binding": {
495
- "name": "routing.port",
496
- "type": "zeebe:property"
494
+ "type": "zeebe:property",
495
+ "name": "routing.port"
497
496
  },
498
- "condition": {
499
- "property": "authentication.authType",
500
- "equals": "credentials",
501
- "type": "simple"
497
+ "constraints": {
498
+ "notEmpty": true
502
499
  },
503
- "type": "String"
500
+ "condition": {
501
+ "property": "connectionType",
502
+ "equals": "credentials"
503
+ }
504
504
  },
505
505
  {
506
- "id": "queueName",
507
506
  "label": "Queue name",
508
507
  "description": "Name of the queue to subscribe to",
509
- "optional": false,
510
- "constraints": {
511
- "notEmpty": true
512
- },
513
508
  "group": "subscription",
509
+ "type": "String",
510
+ "feel": "optional",
514
511
  "binding": {
515
- "name": "queueName",
516
- "type": "zeebe:property"
512
+ "type": "zeebe:property",
513
+ "name": "queueName"
517
514
  },
518
- "type": "String"
515
+ "constraints": {
516
+ "notEmpty": true
517
+ }
519
518
  },
520
519
  {
521
- "id": "consumerTag",
522
520
  "label": "Consumer tag",
523
521
  "description": "Consumer tag to use for the subscription",
524
- "optional": false,
525
522
  "group": "subscription",
523
+ "type": "String",
524
+ "feel": "optional",
526
525
  "binding": {
527
- "name": "consumerTag",
528
- "type": "zeebe:property"
529
- },
530
- "type": "String"
526
+ "type": "zeebe:property",
527
+ "name": "consumerTag"
528
+ }
531
529
  },
532
530
  {
533
- "id": "arguments",
534
531
  "label": "Arguments",
535
532
  "description": "Arguments to use for the subscription",
536
- "optional": true,
537
- "feel": "required",
538
533
  "group": "subscription",
534
+ "type": "String",
535
+ "feel": "required",
539
536
  "binding": {
540
- "name": "arguments",
541
- "type": "zeebe:property"
542
- },
543
- "type": "String"
537
+ "type": "zeebe:property",
538
+ "name": "arguments"
539
+ }
544
540
  },
545
541
  {
546
- "id": "exclusive",
547
542
  "label": "Exclusive consumer",
548
- "optional": false,
549
- "value": "false",
550
543
  "group": "subscription",
544
+ "type": "Dropdown",
545
+ "value": "false",
551
546
  "binding": {
552
- "name": "exclusive",
553
- "type": "zeebe:property"
547
+ "type": "zeebe:property",
548
+ "name": "exclusive"
554
549
  },
555
- "type": "Dropdown",
556
550
  "choices": [
557
551
  {
558
552
  "name": "Yes",
@@ -565,111 +559,83 @@
565
559
  ]
566
560
  },
567
561
  {
568
- "id": "activationCondition",
569
- "label": "Activation condition",
570
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
571
- "optional": true,
572
- "feel": "required",
562
+ "label": "Correlation key (process)",
563
+ "type": "String",
573
564
  "group": "activation",
565
+ "feel": "required",
566
+ "description": "Sets up the correlation key from process variables",
574
567
  "binding": {
575
- "name": "activationCondition",
576
- "type": "zeebe:property"
568
+ "type": "bpmn:Message#zeebe:subscription#property",
569
+ "name": "correlationKey"
577
570
  },
578
- "type": "String"
579
- },
580
- {
581
- "id": "correlationKeyProcess",
582
- "label": "Correlation key (process)",
583
- "description": "Sets up the correlation key from process variables",
584
571
  "constraints": {
585
572
  "notEmpty": true
586
- },
587
- "feel": "required",
588
- "group": "correlation",
589
- "binding": {
590
- "name": "correlationKey",
591
- "type": "bpmn:Message#zeebe:subscription#property"
592
- },
593
- "type": "String"
573
+ }
594
574
  },
595
575
  {
596
- "id": "correlationKeyPayload",
597
576
  "label": "Correlation key (payload)",
598
- "description": "Extracts the correlation key from the incoming message payload",
599
- "constraints": {
600
- "notEmpty": true
601
- },
577
+ "type": "String",
578
+ "group": "activation",
602
579
  "feel": "required",
603
- "group": "correlation",
604
580
  "binding": {
605
- "name": "correlationKeyExpression",
606
- "type": "zeebe:property"
581
+ "type": "zeebe:property",
582
+ "name": "correlationKeyExpression"
607
583
  },
608
- "type": "String"
584
+ "description": "Extracts the correlation key from the incoming message payload",
585
+ "constraints": {
586
+ "notEmpty": true
587
+ }
609
588
  },
610
589
  {
611
- "id": "messageIdExpression",
612
- "label": "Message ID expression",
613
- "description": "Expression to extract unique identifier of a message",
614
- "optional": true,
590
+ "label": "Activation condition",
591
+ "type": "String",
592
+ "group": "activation",
615
593
  "feel": "required",
616
- "group": "correlation",
617
- "binding": {
618
- "name": "messageIdExpression",
619
- "type": "zeebe:property"
620
- },
621
- "type": "String"
622
- },
623
- {
624
- "id": "messageNameUuid",
625
- "generatedValue": {
626
- "type": "uuid"
627
- },
628
- "group": "correlation",
594
+ "optional": true,
629
595
  "binding": {
630
- "name": "name",
631
- "type": "bpmn:Message#property"
596
+ "type": "zeebe:property",
597
+ "name": "activationCondition"
632
598
  },
633
- "type": "Hidden"
599
+ "description": "Condition under which the connector triggers. Leave empty to catch all events"
634
600
  },
635
601
  {
636
- "id": "resultVariable",
637
602
  "label": "Result variable",
638
- "description": "Name of variable to store the response in",
639
- "group": "output",
603
+ "type": "String",
604
+ "group": "variable-mapping",
605
+ "optional": true,
640
606
  "binding": {
641
- "name": "resultVariable",
642
- "type": "zeebe:property"
607
+ "type": "zeebe:property",
608
+ "name": "resultVariable"
643
609
  },
644
- "type": "String"
610
+ "description": "Name of variable to store the result of the connector in"
645
611
  },
646
612
  {
647
- "id": "resultExpression",
648
613
  "label": "Result expression",
649
- "description": "Expression to map the response into process variables",
614
+ "type": "String",
615
+ "group": "variable-mapping",
650
616
  "feel": "required",
651
- "group": "output",
617
+ "optional": true,
652
618
  "binding": {
653
- "name": "resultExpression",
654
- "type": "zeebe:property"
619
+ "type": "zeebe:property",
620
+ "name": "resultExpression"
655
621
  },
656
- "type": "Text"
622
+ "description": "Expression to map the inbound payload to process variables"
657
623
  }
658
624
  ],
659
625
  "icon": {
660
- "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
626
+ "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"
661
627
  },
662
628
  "engines": {
663
- "camunda": "^8.5"
629
+ "camunda": "^8.2"
664
630
  }
665
631
  },
666
632
  {
667
633
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
668
- "name": "RabbitMQ connector",
634
+ "name": "RabbitMQ Intermediate Catch Event Connector",
669
635
  "id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
670
- "version": 2,
671
636
  "description": "Receive a message from RabbitMQ",
672
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
637
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
638
+ "version": 6,
673
639
  "category": {
674
640
  "id": "connectors",
675
641
  "name": "Connectors"
@@ -697,39 +663,33 @@
697
663
  "label": "Activation"
698
664
  },
699
665
  {
700
- "id": "variable-mapping",
701
- "label": "Variable mapping"
666
+ "id": "correlation",
667
+ "label": "Correlation"
668
+ },
669
+ {
670
+ "id": "output",
671
+ "label": "Output mapping"
702
672
  }
703
673
  ],
704
674
  "properties": [
705
675
  {
706
- "type": "Hidden",
707
676
  "value": "io.camunda:connector-rabbitmq-inbound:1",
708
677
  "binding": {
709
- "type": "zeebe:property",
710
- "name": "inbound.type"
711
- }
712
- },
713
- {
714
- "type": "Hidden",
715
- "generatedValue": {
716
- "type": "uuid"
678
+ "name": "inbound.type",
679
+ "type": "zeebe:property"
717
680
  },
718
- "binding": {
719
- "type": "bpmn:Message#property",
720
- "name": "name"
721
- }
681
+ "type": "Hidden"
722
682
  },
723
683
  {
724
- "id": "connectionType",
684
+ "id": "authentication.authType",
725
685
  "label": "Connection type",
726
- "group": "authentication",
727
- "type": "Dropdown",
728
686
  "value": "uri",
687
+ "group": "authentication",
729
688
  "binding": {
730
- "type": "zeebe:property",
731
- "name": "authentication.authType"
689
+ "name": "authentication.authType",
690
+ "type": "zeebe:property"
732
691
  },
692
+ "type": "Dropdown",
733
693
  "choices": [
734
694
  {
735
695
  "name": "URI",
@@ -742,154 +702,178 @@
742
702
  ]
743
703
  },
744
704
  {
705
+ "id": "authentication.uri",
745
706
  "label": "URI",
746
707
  "description": "URI should contain username, password, host name, port number, and virtual host",
747
- "group": "authentication",
748
- "type": "String",
749
- "binding": {
750
- "type": "zeebe:property",
751
- "name": "authentication.uri"
752
- },
708
+ "optional": false,
753
709
  "constraints": {
754
710
  "notEmpty": true,
755
711
  "pattern": {
756
- "value": "^(amqps?://)|secrets\\..+|(\\{\\{secrets\\..+\\}\\}).*$",
712
+ "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
757
713
  "message": "Must start with amqp(s):// or contain a secret reference"
758
714
  }
759
715
  },
716
+ "group": "authentication",
717
+ "binding": {
718
+ "name": "authentication.uri",
719
+ "type": "zeebe:property"
720
+ },
760
721
  "condition": {
761
- "property": "connectionType",
762
- "equals": "uri"
763
- }
722
+ "property": "authentication.authType",
723
+ "equals": "uri",
724
+ "type": "simple"
725
+ },
726
+ "type": "String"
764
727
  },
765
728
  {
729
+ "id": "authentication.userName",
766
730
  "label": "Username",
767
- "group": "authentication",
768
- "type": "String",
769
- "binding": {
770
- "type": "zeebe:property",
771
- "name": "authentication.userName"
772
- },
731
+ "optional": false,
773
732
  "constraints": {
774
733
  "notEmpty": true
775
734
  },
735
+ "group": "authentication",
736
+ "binding": {
737
+ "name": "authentication.userName",
738
+ "type": "zeebe:property"
739
+ },
776
740
  "condition": {
777
- "property": "connectionType",
778
- "equals": "credentials"
779
- }
741
+ "property": "authentication.authType",
742
+ "equals": "credentials",
743
+ "type": "simple"
744
+ },
745
+ "type": "String"
780
746
  },
781
747
  {
748
+ "id": "authentication.password",
782
749
  "label": "Password",
750
+ "optional": false,
751
+ "constraints": {
752
+ "notEmpty": true
753
+ },
783
754
  "group": "authentication",
784
- "type": "String",
785
755
  "binding": {
786
- "type": "zeebe:property",
787
- "name": "authentication.password"
756
+ "name": "authentication.password",
757
+ "type": "zeebe:property"
758
+ },
759
+ "condition": {
760
+ "property": "authentication.authType",
761
+ "equals": "credentials",
762
+ "type": "simple"
788
763
  },
764
+ "type": "String"
765
+ },
766
+ {
767
+ "id": "routing.virtualHost",
768
+ "label": "Virtual host",
769
+ "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>",
770
+ "optional": false,
789
771
  "constraints": {
790
772
  "notEmpty": true
791
773
  },
774
+ "group": "routing",
775
+ "binding": {
776
+ "name": "routing.virtualHost",
777
+ "type": "zeebe:property"
778
+ },
792
779
  "condition": {
793
- "property": "connectionType",
794
- "equals": "credentials"
795
- }
780
+ "property": "authentication.authType",
781
+ "equals": "credentials",
782
+ "type": "simple"
783
+ },
784
+ "type": "String"
796
785
  },
797
786
  {
787
+ "id": "routing.hostName",
798
788
  "label": "Host name",
799
- "description": "Host name: get from RabbitMQ external applocation configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
800
- "group": "routing",
801
- "type": "String",
802
- "binding": {
803
- "type": "zeebe:property",
804
- "name": "routing.hostName"
805
- },
789
+ "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>",
790
+ "optional": false,
806
791
  "constraints": {
807
792
  "notEmpty": true
808
793
  },
809
- "condition": {
810
- "property": "connectionType",
811
- "equals": "credentials"
812
- }
813
- },
814
- {
815
- "label": "Virtual host",
816
- "description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
817
794
  "group": "routing",
818
- "type": "String",
819
795
  "binding": {
820
- "type": "zeebe:property",
821
- "name": "routing.virtualHost"
822
- },
823
- "constraints": {
824
- "notEmpty": true
796
+ "name": "routing.hostName",
797
+ "type": "zeebe:property"
825
798
  },
826
799
  "condition": {
827
- "property": "connectionType",
828
- "equals": "credentials"
829
- }
800
+ "property": "authentication.authType",
801
+ "equals": "credentials",
802
+ "type": "simple"
803
+ },
804
+ "type": "String"
830
805
  },
831
806
  {
807
+ "id": "routing.port",
832
808
  "label": "Port",
833
- "description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
809
+ "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>",
810
+ "optional": false,
811
+ "constraints": {
812
+ "notEmpty": true
813
+ },
834
814
  "group": "routing",
835
- "type": "String",
836
815
  "binding": {
837
- "type": "zeebe:property",
838
- "name": "routing.port"
839
- },
840
- "constraints": {
841
- "notEmpty": true
816
+ "name": "routing.port",
817
+ "type": "zeebe:property"
842
818
  },
843
819
  "condition": {
844
- "property": "connectionType",
845
- "equals": "credentials"
846
- }
820
+ "property": "authentication.authType",
821
+ "equals": "credentials",
822
+ "type": "simple"
823
+ },
824
+ "type": "String"
847
825
  },
848
826
  {
827
+ "id": "queueName",
849
828
  "label": "Queue name",
850
829
  "description": "Name of the queue to subscribe to",
830
+ "optional": false,
831
+ "constraints": {
832
+ "notEmpty": true
833
+ },
851
834
  "group": "subscription",
852
- "type": "String",
853
- "feel": "optional",
854
835
  "binding": {
855
- "type": "zeebe:property",
856
- "name": "queueName"
836
+ "name": "queueName",
837
+ "type": "zeebe:property"
857
838
  },
858
- "constraints": {
859
- "notEmpty": true
860
- }
839
+ "type": "String"
861
840
  },
862
841
  {
842
+ "id": "consumerTag",
863
843
  "label": "Consumer tag",
864
844
  "description": "Consumer tag to use for the subscription",
845
+ "optional": false,
865
846
  "group": "subscription",
866
- "type": "String",
867
- "feel": "optional",
868
847
  "binding": {
869
- "type": "zeebe:property",
870
- "name": "consumerTag"
871
- }
848
+ "name": "consumerTag",
849
+ "type": "zeebe:property"
850
+ },
851
+ "type": "String"
872
852
  },
873
853
  {
854
+ "id": "arguments",
874
855
  "label": "Arguments",
875
856
  "description": "Arguments to use for the subscription",
876
- "group": "subscription",
877
- "type": "String",
857
+ "optional": true,
878
858
  "feel": "required",
859
+ "group": "subscription",
879
860
  "binding": {
880
- "type": "zeebe:property",
881
- "name": "arguments"
882
- }
861
+ "name": "arguments",
862
+ "type": "zeebe:property"
863
+ },
864
+ "type": "String"
883
865
  },
884
866
  {
867
+ "id": "exclusive",
885
868
  "label": "Exclusive consumer",
886
- "group": "subscription",
887
- "type": "Dropdown",
869
+ "optional": false,
888
870
  "value": "false",
871
+ "group": "subscription",
889
872
  "binding": {
890
- "type": "zeebe:property",
891
- "name": "exclusive"
873
+ "name": "exclusive",
874
+ "type": "zeebe:property"
892
875
  },
876
+ "type": "Dropdown",
893
877
  "choices": [
894
878
  {
895
879
  "name": "Yes",
@@ -902,83 +886,111 @@
902
886
  ]
903
887
  },
904
888
  {
905
- "label": "Correlation key (process)",
906
- "type": "String",
907
- "group": "activation",
889
+ "id": "activationCondition",
890
+ "label": "Activation condition",
891
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
892
+ "optional": true,
908
893
  "feel": "required",
909
- "description": "Sets up the correlation key from process variables",
894
+ "group": "activation",
910
895
  "binding": {
911
- "type": "bpmn:Message#zeebe:subscription#property",
912
- "name": "correlationKey"
896
+ "name": "activationCondition",
897
+ "type": "zeebe:property"
913
898
  },
914
- "constraints": {
915
- "notEmpty": true
916
- }
899
+ "type": "String"
917
900
  },
918
901
  {
919
- "label": "Correlation key (payload)",
920
- "type": "String",
921
- "group": "activation",
902
+ "id": "correlationKeyProcess",
903
+ "label": "Correlation key (process)",
904
+ "description": "Sets up the correlation key from process variables",
905
+ "constraints": {
906
+ "notEmpty": true
907
+ },
922
908
  "feel": "required",
909
+ "group": "correlation",
923
910
  "binding": {
924
- "type": "zeebe:property",
925
- "name": "correlationKeyExpression"
911
+ "name": "correlationKey",
912
+ "type": "bpmn:Message#zeebe:subscription#property"
926
913
  },
914
+ "type": "String"
915
+ },
916
+ {
917
+ "id": "correlationKeyPayload",
918
+ "label": "Correlation key (payload)",
927
919
  "description": "Extracts the correlation key from the incoming message payload",
928
920
  "constraints": {
929
921
  "notEmpty": true
930
- }
922
+ },
923
+ "feel": "required",
924
+ "group": "correlation",
925
+ "binding": {
926
+ "name": "correlationKeyExpression",
927
+ "type": "zeebe:property"
928
+ },
929
+ "type": "String"
931
930
  },
932
931
  {
933
- "label": "Activation condition",
934
- "type": "String",
935
- "group": "activation",
936
- "feel": "required",
932
+ "id": "messageIdExpression",
933
+ "label": "Message ID expression",
934
+ "description": "Expression to extract unique identifier of a message",
937
935
  "optional": true,
936
+ "feel": "required",
937
+ "group": "correlation",
938
938
  "binding": {
939
- "type": "zeebe:property",
940
- "name": "activationCondition"
939
+ "name": "messageIdExpression",
940
+ "type": "zeebe:property"
941
941
  },
942
- "description": "Condition under which the connector triggers. Leave empty to catch all events"
942
+ "type": "String"
943
+ },
944
+ {
945
+ "id": "messageNameUuid",
946
+ "generatedValue": {
947
+ "type": "uuid"
948
+ },
949
+ "group": "correlation",
950
+ "binding": {
951
+ "name": "name",
952
+ "type": "bpmn:Message#property"
953
+ },
954
+ "type": "Hidden"
943
955
  },
944
956
  {
957
+ "id": "resultVariable",
945
958
  "label": "Result variable",
946
- "type": "String",
947
- "group": "variable-mapping",
948
- "optional": true,
959
+ "description": "Name of variable to store the response in",
960
+ "group": "output",
949
961
  "binding": {
950
- "type": "zeebe:property",
951
- "name": "resultVariable"
962
+ "name": "resultVariable",
963
+ "type": "zeebe:property"
952
964
  },
953
- "description": "Name of variable to store the result of the connector in"
965
+ "type": "String"
954
966
  },
955
967
  {
968
+ "id": "resultExpression",
956
969
  "label": "Result expression",
957
- "type": "String",
958
- "group": "variable-mapping",
970
+ "description": "Expression to map the response into process variables",
959
971
  "feel": "required",
960
- "optional": true,
972
+ "group": "output",
961
973
  "binding": {
962
- "type": "zeebe:property",
963
- "name": "resultExpression"
974
+ "name": "resultExpression",
975
+ "type": "zeebe:property"
964
976
  },
965
- "description": "Expression to map the inbound payload to process variables"
977
+ "type": "Text"
966
978
  }
967
979
  ],
968
980
  "icon": {
969
- "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"
981
+ "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
970
982
  },
971
983
  "engines": {
972
- "camunda": "^8.2"
984
+ "camunda": "^8.5"
973
985
  }
974
986
  },
975
987
  {
976
988
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
977
989
  "name": "RabbitMQ Intermediate Catch Event Connector",
978
990
  "id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
979
- "version": 4,
980
991
  "description": "Receive a message from RabbitMQ",
981
992
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
993
+ "version": 7,
982
994
  "category": {
983
995
  "id": "connectors",
984
996
  "name": "Connectors"
@@ -1006,39 +1018,39 @@
1006
1018
  "label": "Activation"
1007
1019
  },
1008
1020
  {
1009
- "id": "variable-mapping",
1010
- "label": "Variable mapping"
1021
+ "id": "correlation",
1022
+ "label": "Correlation",
1023
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
1024
+ },
1025
+ {
1026
+ "id": "deduplication",
1027
+ "label": "Deduplication",
1028
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
1029
+ },
1030
+ {
1031
+ "id": "output",
1032
+ "label": "Output mapping"
1011
1033
  }
1012
1034
  ],
1013
1035
  "properties": [
1014
1036
  {
1015
- "type": "Hidden",
1016
1037
  "value": "io.camunda:connector-rabbitmq-inbound:1",
1017
1038
  "binding": {
1018
- "type": "zeebe:property",
1019
- "name": "inbound.type"
1020
- }
1021
- },
1022
- {
1023
- "type": "Hidden",
1024
- "generatedValue": {
1025
- "type": "uuid"
1039
+ "name": "inbound.type",
1040
+ "type": "zeebe:property"
1026
1041
  },
1027
- "binding": {
1028
- "type": "bpmn:Message#property",
1029
- "name": "name"
1030
- }
1042
+ "type": "Hidden"
1031
1043
  },
1032
1044
  {
1033
- "id": "connectionType",
1045
+ "id": "authentication.authType",
1034
1046
  "label": "Connection type",
1035
- "group": "authentication",
1036
- "type": "Dropdown",
1037
1047
  "value": "uri",
1048
+ "group": "authentication",
1038
1049
  "binding": {
1039
- "type": "zeebe:property",
1040
- "name": "authentication.authType"
1050
+ "name": "authentication.authType",
1051
+ "type": "zeebe:property"
1041
1052
  },
1053
+ "type": "Dropdown",
1042
1054
  "choices": [
1043
1055
  {
1044
1056
  "name": "URI",
@@ -1051,154 +1063,178 @@
1051
1063
  ]
1052
1064
  },
1053
1065
  {
1066
+ "id": "authentication.uri",
1054
1067
  "label": "URI",
1055
1068
  "description": "URI should contain username, password, host name, port number, and virtual host",
1056
- "group": "authentication",
1057
- "type": "String",
1058
- "binding": {
1059
- "type": "zeebe:property",
1060
- "name": "authentication.uri"
1061
- },
1069
+ "optional": false,
1062
1070
  "constraints": {
1063
1071
  "notEmpty": true,
1064
1072
  "pattern": {
1065
- "value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*$",
1073
+ "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
1066
1074
  "message": "Must start with amqp(s):// or contain a secret reference"
1067
1075
  }
1068
1076
  },
1077
+ "group": "authentication",
1078
+ "binding": {
1079
+ "name": "authentication.uri",
1080
+ "type": "zeebe:property"
1081
+ },
1069
1082
  "condition": {
1070
- "property": "connectionType",
1071
- "equals": "uri"
1072
- }
1083
+ "property": "authentication.authType",
1084
+ "equals": "uri",
1085
+ "type": "simple"
1086
+ },
1087
+ "type": "String"
1073
1088
  },
1074
1089
  {
1090
+ "id": "authentication.userName",
1075
1091
  "label": "Username",
1076
- "group": "authentication",
1077
- "type": "String",
1078
- "binding": {
1079
- "type": "zeebe:property",
1080
- "name": "authentication.userName"
1081
- },
1092
+ "optional": false,
1082
1093
  "constraints": {
1083
1094
  "notEmpty": true
1084
1095
  },
1096
+ "group": "authentication",
1097
+ "binding": {
1098
+ "name": "authentication.userName",
1099
+ "type": "zeebe:property"
1100
+ },
1085
1101
  "condition": {
1086
- "property": "connectionType",
1087
- "equals": "credentials"
1088
- }
1102
+ "property": "authentication.authType",
1103
+ "equals": "credentials",
1104
+ "type": "simple"
1105
+ },
1106
+ "type": "String"
1089
1107
  },
1090
1108
  {
1109
+ "id": "authentication.password",
1091
1110
  "label": "Password",
1111
+ "optional": false,
1112
+ "constraints": {
1113
+ "notEmpty": true
1114
+ },
1092
1115
  "group": "authentication",
1093
- "type": "String",
1094
1116
  "binding": {
1095
- "type": "zeebe:property",
1096
- "name": "authentication.password"
1117
+ "name": "authentication.password",
1118
+ "type": "zeebe:property"
1119
+ },
1120
+ "condition": {
1121
+ "property": "authentication.authType",
1122
+ "equals": "credentials",
1123
+ "type": "simple"
1097
1124
  },
1125
+ "type": "String"
1126
+ },
1127
+ {
1128
+ "id": "routing.virtualHost",
1129
+ "label": "Virtual host",
1130
+ "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>",
1131
+ "optional": false,
1098
1132
  "constraints": {
1099
1133
  "notEmpty": true
1100
1134
  },
1135
+ "group": "routing",
1136
+ "binding": {
1137
+ "name": "routing.virtualHost",
1138
+ "type": "zeebe:property"
1139
+ },
1101
1140
  "condition": {
1102
- "property": "connectionType",
1103
- "equals": "credentials"
1104
- }
1141
+ "property": "authentication.authType",
1142
+ "equals": "credentials",
1143
+ "type": "simple"
1144
+ },
1145
+ "type": "String"
1105
1146
  },
1106
1147
  {
1148
+ "id": "routing.hostName",
1107
1149
  "label": "Host name",
1108
- "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>",
1109
- "group": "routing",
1110
- "type": "String",
1111
- "binding": {
1112
- "type": "zeebe:property",
1113
- "name": "routing.hostName"
1114
- },
1150
+ "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>",
1151
+ "optional": false,
1115
1152
  "constraints": {
1116
1153
  "notEmpty": true
1117
1154
  },
1118
- "condition": {
1119
- "property": "connectionType",
1120
- "equals": "credentials"
1121
- }
1122
- },
1123
- {
1124
- "label": "Virtual host",
1125
- "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>",
1126
1155
  "group": "routing",
1127
- "type": "String",
1128
1156
  "binding": {
1129
- "type": "zeebe:property",
1130
- "name": "routing.virtualHost"
1131
- },
1132
- "constraints": {
1133
- "notEmpty": true
1157
+ "name": "routing.hostName",
1158
+ "type": "zeebe:property"
1134
1159
  },
1135
1160
  "condition": {
1136
- "property": "connectionType",
1137
- "equals": "credentials"
1138
- }
1161
+ "property": "authentication.authType",
1162
+ "equals": "credentials",
1163
+ "type": "simple"
1164
+ },
1165
+ "type": "String"
1139
1166
  },
1140
1167
  {
1168
+ "id": "routing.port",
1141
1169
  "label": "Port",
1142
- "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>",
1143
- "group": "routing",
1144
- "type": "String",
1145
- "binding": {
1146
- "type": "zeebe:property",
1147
- "name": "routing.port"
1148
- },
1170
+ "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>",
1171
+ "optional": false,
1149
1172
  "constraints": {
1150
1173
  "notEmpty": true
1151
1174
  },
1175
+ "group": "routing",
1176
+ "binding": {
1177
+ "name": "routing.port",
1178
+ "type": "zeebe:property"
1179
+ },
1152
1180
  "condition": {
1153
- "property": "connectionType",
1154
- "equals": "credentials"
1155
- }
1181
+ "property": "authentication.authType",
1182
+ "equals": "credentials",
1183
+ "type": "simple"
1184
+ },
1185
+ "type": "String"
1156
1186
  },
1157
1187
  {
1188
+ "id": "queueName",
1158
1189
  "label": "Queue name",
1159
1190
  "description": "Name of the queue to subscribe to",
1191
+ "optional": false,
1192
+ "constraints": {
1193
+ "notEmpty": true
1194
+ },
1160
1195
  "group": "subscription",
1161
- "type": "String",
1162
- "feel": "optional",
1163
1196
  "binding": {
1164
- "type": "zeebe:property",
1165
- "name": "queueName"
1197
+ "name": "queueName",
1198
+ "type": "zeebe:property"
1166
1199
  },
1167
- "constraints": {
1168
- "notEmpty": true
1169
- }
1200
+ "type": "String"
1170
1201
  },
1171
1202
  {
1203
+ "id": "consumerTag",
1172
1204
  "label": "Consumer tag",
1173
1205
  "description": "Consumer tag to use for the subscription",
1206
+ "optional": false,
1174
1207
  "group": "subscription",
1175
- "type": "String",
1176
- "feel": "optional",
1177
1208
  "binding": {
1178
- "type": "zeebe:property",
1179
- "name": "consumerTag"
1180
- }
1209
+ "name": "consumerTag",
1210
+ "type": "zeebe:property"
1211
+ },
1212
+ "type": "String"
1181
1213
  },
1182
1214
  {
1215
+ "id": "arguments",
1183
1216
  "label": "Arguments",
1184
1217
  "description": "Arguments to use for the subscription",
1185
- "group": "subscription",
1186
- "type": "String",
1218
+ "optional": true,
1187
1219
  "feel": "required",
1220
+ "group": "subscription",
1188
1221
  "binding": {
1189
- "type": "zeebe:property",
1190
- "name": "arguments"
1191
- }
1222
+ "name": "arguments",
1223
+ "type": "zeebe:property"
1224
+ },
1225
+ "type": "String"
1192
1226
  },
1193
1227
  {
1228
+ "id": "exclusive",
1194
1229
  "label": "Exclusive consumer",
1195
- "group": "subscription",
1196
- "type": "Dropdown",
1230
+ "optional": false,
1197
1231
  "value": "false",
1232
+ "group": "subscription",
1198
1233
  "binding": {
1199
- "type": "zeebe:property",
1200
- "name": "exclusive"
1234
+ "name": "exclusive",
1235
+ "type": "zeebe:property"
1201
1236
  },
1237
+ "type": "Dropdown",
1202
1238
  "choices": [
1203
1239
  {
1204
1240
  "name": "Yes",
@@ -1211,93 +1247,205 @@
1211
1247
  ]
1212
1248
  },
1213
1249
  {
1214
- "label": "Correlation key (process)",
1215
- "type": "String",
1216
- "group": "activation",
1250
+ "id": "activationCondition",
1251
+ "label": "Activation condition",
1252
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
1253
+ "optional": true,
1217
1254
  "feel": "required",
1218
- "description": "Sets up the correlation key from process variables",
1255
+ "group": "activation",
1219
1256
  "binding": {
1220
- "type": "bpmn:Message#zeebe:subscription#property",
1221
- "name": "correlationKey"
1257
+ "name": "activationCondition",
1258
+ "type": "zeebe:property"
1259
+ },
1260
+ "type": "String"
1261
+ },
1262
+ {
1263
+ "id": "consumeUnmatchedEvents",
1264
+ "label": "Consume unmatched events",
1265
+ "value": true,
1266
+ "group": "activation",
1267
+ "binding": {
1268
+ "name": "consumeUnmatchedEvents",
1269
+ "type": "zeebe:property"
1222
1270
  },
1271
+ "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",
1272
+ "type": "Boolean"
1273
+ },
1274
+ {
1275
+ "id": "correlationKeyProcess",
1276
+ "label": "Correlation key (process)",
1277
+ "description": "Sets up the correlation key from process variables",
1223
1278
  "constraints": {
1224
1279
  "notEmpty": true
1225
- }
1280
+ },
1281
+ "feel": "required",
1282
+ "group": "correlation",
1283
+ "binding": {
1284
+ "name": "correlationKey",
1285
+ "type": "bpmn:Message#zeebe:subscription#property"
1286
+ },
1287
+ "type": "String"
1226
1288
  },
1227
1289
  {
1290
+ "id": "correlationKeyPayload",
1228
1291
  "label": "Correlation key (payload)",
1229
- "type": "String",
1230
- "group": "activation",
1292
+ "description": "Extracts the correlation key from the incoming message payload",
1293
+ "constraints": {
1294
+ "notEmpty": true
1295
+ },
1231
1296
  "feel": "required",
1297
+ "group": "correlation",
1232
1298
  "binding": {
1233
- "type": "zeebe:property",
1234
- "name": "correlationKeyExpression"
1299
+ "name": "correlationKeyExpression",
1300
+ "type": "zeebe:property"
1301
+ },
1302
+ "type": "String"
1303
+ },
1304
+ {
1305
+ "id": "messageIdExpression",
1306
+ "label": "Message ID expression",
1307
+ "description": "Expression to extract unique identifier of a message",
1308
+ "optional": true,
1309
+ "feel": "required",
1310
+ "group": "correlation",
1311
+ "binding": {
1312
+ "name": "messageIdExpression",
1313
+ "type": "zeebe:property"
1314
+ },
1315
+ "type": "String"
1316
+ },
1317
+ {
1318
+ "id": "messageTtl",
1319
+ "label": "Message TTL",
1320
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
1321
+ "optional": true,
1322
+ "constraints": {
1323
+ "notEmpty": false,
1324
+ "pattern": {
1325
+ "value": "^(PT.*|)$",
1326
+ "message": "must be an ISO-8601 duration"
1327
+ }
1328
+ },
1329
+ "feel": "optional",
1330
+ "group": "correlation",
1331
+ "binding": {
1332
+ "name": "messageTtl",
1333
+ "type": "zeebe:property"
1334
+ },
1335
+ "type": "String"
1336
+ },
1337
+ {
1338
+ "id": "messageNameUuid",
1339
+ "generatedValue": {
1340
+ "type": "uuid"
1341
+ },
1342
+ "group": "correlation",
1343
+ "binding": {
1344
+ "name": "name",
1345
+ "type": "bpmn:Message#property"
1346
+ },
1347
+ "type": "Hidden"
1348
+ },
1349
+ {
1350
+ "id": "deduplicationModeManualFlag",
1351
+ "label": "Manual mode",
1352
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
1353
+ "value": false,
1354
+ "group": "deduplication",
1355
+ "binding": {
1356
+ "name": "deduplicationModeManualFlag",
1357
+ "type": "zeebe:property"
1358
+ },
1359
+ "type": "Boolean"
1360
+ },
1361
+ {
1362
+ "id": "deduplicationId",
1363
+ "label": "Deduplication ID",
1364
+ "constraints": {
1365
+ "notEmpty": true,
1366
+ "pattern": {
1367
+ "value": "^[a-zA-Z0-9_-]+$",
1368
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
1369
+ }
1370
+ },
1371
+ "group": "deduplication",
1372
+ "binding": {
1373
+ "name": "deduplicationId",
1374
+ "type": "zeebe:property"
1235
1375
  },
1236
- "description": "Extracts the correlation key from the incoming message payload",
1237
- "constraints": {
1238
- "notEmpty": true
1239
- }
1376
+ "condition": {
1377
+ "property": "deduplicationModeManualFlag",
1378
+ "equals": true,
1379
+ "type": "simple"
1380
+ },
1381
+ "type": "String"
1240
1382
  },
1241
1383
  {
1242
- "label": "Message ID expression",
1243
- "feel": "required",
1244
- "type": "String",
1245
- "optional": true,
1246
- "group": "activation",
1384
+ "id": "deduplicationModeManual",
1385
+ "value": "MANUAL",
1386
+ "group": "deduplication",
1247
1387
  "binding": {
1248
- "type": "zeebe:property",
1249
- "name": "messageIdExpression"
1388
+ "name": "deduplicationMode",
1389
+ "type": "zeebe:property"
1250
1390
  },
1251
- "description": "Expression to extract unique identifier of a message"
1391
+ "condition": {
1392
+ "property": "deduplicationId",
1393
+ "isActive": true,
1394
+ "type": "simple"
1395
+ },
1396
+ "type": "Hidden"
1252
1397
  },
1253
1398
  {
1254
- "label": "Activation condition",
1255
- "type": "String",
1256
- "group": "activation",
1257
- "feel": "required",
1258
- "optional": true,
1399
+ "id": "deduplicationModeAuto",
1400
+ "value": "AUTO",
1401
+ "group": "deduplication",
1259
1402
  "binding": {
1260
- "type": "zeebe:property",
1261
- "name": "activationCondition"
1403
+ "name": "deduplicationMode",
1404
+ "type": "zeebe:property"
1262
1405
  },
1263
- "description": "Condition under which the connector triggers. Leave empty to catch all events"
1406
+ "condition": {
1407
+ "property": "deduplicationId",
1408
+ "isActive": false,
1409
+ "type": "simple"
1410
+ },
1411
+ "type": "Hidden"
1264
1412
  },
1265
1413
  {
1414
+ "id": "resultVariable",
1266
1415
  "label": "Result variable",
1267
- "type": "String",
1268
- "group": "variable-mapping",
1269
- "optional": true,
1416
+ "description": "Name of variable to store the response in",
1417
+ "group": "output",
1270
1418
  "binding": {
1271
- "type": "zeebe:property",
1272
- "name": "resultVariable"
1419
+ "name": "resultVariable",
1420
+ "type": "zeebe:property"
1273
1421
  },
1274
- "description": "Name of variable to store the result of the connector in"
1422
+ "type": "String"
1275
1423
  },
1276
1424
  {
1425
+ "id": "resultExpression",
1277
1426
  "label": "Result expression",
1278
- "type": "String",
1279
- "group": "variable-mapping",
1427
+ "description": "Expression to map the response into process variables",
1280
1428
  "feel": "required",
1281
- "optional": true,
1429
+ "group": "output",
1282
1430
  "binding": {
1283
- "type": "zeebe:property",
1284
- "name": "resultExpression"
1431
+ "name": "resultExpression",
1432
+ "type": "zeebe:property"
1285
1433
  },
1286
- "description": "Expression to map the inbound payload to process variables"
1434
+ "type": "Text"
1287
1435
  }
1288
1436
  ],
1289
1437
  "icon": {
1290
- "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"
1438
+ "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
1291
1439
  },
1292
1440
  "engines": {
1293
- "camunda": "^8.4"
1441
+ "camunda": "^8.6"
1294
1442
  }
1295
1443
  },
1296
1444
  {
1297
1445
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1298
- "name": "RabbitMQ Intermediate Catch Event Connector",
1446
+ "name": "RabbitMQ connector",
1299
1447
  "id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
1300
- "version": 3,
1448
+ "version": 1,
1301
1449
  "description": "Receive a message from RabbitMQ",
1302
1450
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
1303
1451
  "category": {
@@ -1383,7 +1531,7 @@
1383
1531
  "constraints": {
1384
1532
  "notEmpty": true,
1385
1533
  "pattern": {
1386
- "value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*$",
1534
+ "value": "^(amqps?://)|(secrets).*",
1387
1535
  "message": "Must start with amqp(s):// or contain a secret reference"
1388
1536
  }
1389
1537
  },
@@ -1606,9 +1754,9 @@
1606
1754
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1607
1755
  "name": "RabbitMQ Intermediate Catch Event Connector",
1608
1756
  "id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
1757
+ "version": 3,
1609
1758
  "description": "Receive a message from RabbitMQ",
1610
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
1611
- "version": 7,
1759
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
1612
1760
  "category": {
1613
1761
  "id": "connectors",
1614
1762
  "name": "Connectors"
@@ -1636,39 +1784,39 @@
1636
1784
  "label": "Activation"
1637
1785
  },
1638
1786
  {
1639
- "id": "correlation",
1640
- "label": "Correlation",
1641
- "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
1642
- },
1643
- {
1644
- "id": "deduplication",
1645
- "label": "Deduplication",
1646
- "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
1647
- },
1648
- {
1649
- "id": "output",
1650
- "label": "Output mapping"
1787
+ "id": "variable-mapping",
1788
+ "label": "Variable mapping"
1651
1789
  }
1652
1790
  ],
1653
1791
  "properties": [
1654
1792
  {
1793
+ "type": "Hidden",
1655
1794
  "value": "io.camunda:connector-rabbitmq-inbound:1",
1656
1795
  "binding": {
1657
- "name": "inbound.type",
1658
- "type": "zeebe:property"
1796
+ "type": "zeebe:property",
1797
+ "name": "inbound.type"
1798
+ }
1799
+ },
1800
+ {
1801
+ "type": "Hidden",
1802
+ "generatedValue": {
1803
+ "type": "uuid"
1659
1804
  },
1660
- "type": "Hidden"
1805
+ "binding": {
1806
+ "type": "bpmn:Message#property",
1807
+ "name": "name"
1808
+ }
1661
1809
  },
1662
1810
  {
1663
- "id": "authentication.authType",
1811
+ "id": "connectionType",
1664
1812
  "label": "Connection type",
1665
- "value": "uri",
1666
1813
  "group": "authentication",
1814
+ "type": "Dropdown",
1815
+ "value": "uri",
1667
1816
  "binding": {
1668
- "name": "authentication.authType",
1669
- "type": "zeebe:property"
1817
+ "type": "zeebe:property",
1818
+ "name": "authentication.authType"
1670
1819
  },
1671
- "type": "Dropdown",
1672
1820
  "choices": [
1673
1821
  {
1674
1822
  "name": "URI",
@@ -1681,178 +1829,154 @@
1681
1829
  ]
1682
1830
  },
1683
1831
  {
1684
- "id": "authentication.uri",
1685
1832
  "label": "URI",
1686
1833
  "description": "URI should contain username, password, host name, port number, and virtual host",
1687
- "optional": false,
1834
+ "group": "authentication",
1835
+ "type": "String",
1836
+ "binding": {
1837
+ "type": "zeebe:property",
1838
+ "name": "authentication.uri"
1839
+ },
1688
1840
  "constraints": {
1689
1841
  "notEmpty": true,
1690
1842
  "pattern": {
1691
- "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
1843
+ "value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*$",
1692
1844
  "message": "Must start with amqp(s):// or contain a secret reference"
1693
1845
  }
1694
1846
  },
1695
- "group": "authentication",
1696
- "binding": {
1697
- "name": "authentication.uri",
1698
- "type": "zeebe:property"
1699
- },
1700
1847
  "condition": {
1701
- "property": "authentication.authType",
1702
- "equals": "uri",
1703
- "type": "simple"
1704
- },
1705
- "type": "String"
1848
+ "property": "connectionType",
1849
+ "equals": "uri"
1850
+ }
1706
1851
  },
1707
1852
  {
1708
- "id": "authentication.userName",
1709
1853
  "label": "Username",
1710
- "optional": false,
1711
- "constraints": {
1712
- "notEmpty": true
1713
- },
1714
1854
  "group": "authentication",
1855
+ "type": "String",
1715
1856
  "binding": {
1716
- "name": "authentication.userName",
1717
- "type": "zeebe:property"
1857
+ "type": "zeebe:property",
1858
+ "name": "authentication.userName"
1718
1859
  },
1719
- "condition": {
1720
- "property": "authentication.authType",
1721
- "equals": "credentials",
1722
- "type": "simple"
1860
+ "constraints": {
1861
+ "notEmpty": true
1723
1862
  },
1724
- "type": "String"
1863
+ "condition": {
1864
+ "property": "connectionType",
1865
+ "equals": "credentials"
1866
+ }
1725
1867
  },
1726
1868
  {
1727
- "id": "authentication.password",
1728
1869
  "label": "Password",
1729
- "optional": false,
1730
- "constraints": {
1731
- "notEmpty": true
1732
- },
1733
1870
  "group": "authentication",
1871
+ "type": "String",
1734
1872
  "binding": {
1735
- "name": "authentication.password",
1736
- "type": "zeebe:property"
1737
- },
1738
- "condition": {
1739
- "property": "authentication.authType",
1740
- "equals": "credentials",
1741
- "type": "simple"
1873
+ "type": "zeebe:property",
1874
+ "name": "authentication.password"
1742
1875
  },
1743
- "type": "String"
1744
- },
1745
- {
1746
- "id": "routing.virtualHost",
1747
- "label": "Virtual host",
1748
- "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>",
1749
- "optional": false,
1750
1876
  "constraints": {
1751
1877
  "notEmpty": true
1752
1878
  },
1753
- "group": "routing",
1754
- "binding": {
1755
- "name": "routing.virtualHost",
1756
- "type": "zeebe:property"
1757
- },
1758
1879
  "condition": {
1759
- "property": "authentication.authType",
1760
- "equals": "credentials",
1761
- "type": "simple"
1762
- },
1763
- "type": "String"
1880
+ "property": "connectionType",
1881
+ "equals": "credentials"
1882
+ }
1764
1883
  },
1765
1884
  {
1766
- "id": "routing.hostName",
1767
1885
  "label": "Host name",
1768
- "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>",
1769
- "optional": false,
1886
+ "description": "Host name: get from RabbitMQ external applocation configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
1887
+ "group": "routing",
1888
+ "type": "String",
1889
+ "binding": {
1890
+ "type": "zeebe:property",
1891
+ "name": "routing.hostName"
1892
+ },
1770
1893
  "constraints": {
1771
1894
  "notEmpty": true
1772
1895
  },
1896
+ "condition": {
1897
+ "property": "connectionType",
1898
+ "equals": "credentials"
1899
+ }
1900
+ },
1901
+ {
1902
+ "label": "Virtual host",
1903
+ "description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
1773
1904
  "group": "routing",
1905
+ "type": "String",
1774
1906
  "binding": {
1775
- "name": "routing.hostName",
1776
- "type": "zeebe:property"
1907
+ "type": "zeebe:property",
1908
+ "name": "routing.virtualHost"
1777
1909
  },
1778
- "condition": {
1779
- "property": "authentication.authType",
1780
- "equals": "credentials",
1781
- "type": "simple"
1910
+ "constraints": {
1911
+ "notEmpty": true
1782
1912
  },
1783
- "type": "String"
1913
+ "condition": {
1914
+ "property": "connectionType",
1915
+ "equals": "credentials"
1916
+ }
1784
1917
  },
1785
1918
  {
1786
- "id": "routing.port",
1787
1919
  "label": "Port",
1788
- "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>",
1789
- "optional": false,
1790
- "constraints": {
1791
- "notEmpty": true
1792
- },
1920
+ "description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
1793
1921
  "group": "routing",
1922
+ "type": "String",
1794
1923
  "binding": {
1795
- "name": "routing.port",
1796
- "type": "zeebe:property"
1924
+ "type": "zeebe:property",
1925
+ "name": "routing.port"
1926
+ },
1927
+ "constraints": {
1928
+ "notEmpty": true
1797
1929
  },
1798
1930
  "condition": {
1799
- "property": "authentication.authType",
1800
- "equals": "credentials",
1801
- "type": "simple"
1802
- },
1803
- "type": "String"
1931
+ "property": "connectionType",
1932
+ "equals": "credentials"
1933
+ }
1804
1934
  },
1805
1935
  {
1806
- "id": "queueName",
1807
1936
  "label": "Queue name",
1808
1937
  "description": "Name of the queue to subscribe to",
1809
- "optional": false,
1810
- "constraints": {
1811
- "notEmpty": true
1812
- },
1813
1938
  "group": "subscription",
1939
+ "type": "String",
1940
+ "feel": "optional",
1814
1941
  "binding": {
1815
- "name": "queueName",
1816
- "type": "zeebe:property"
1942
+ "type": "zeebe:property",
1943
+ "name": "queueName"
1817
1944
  },
1818
- "type": "String"
1945
+ "constraints": {
1946
+ "notEmpty": true
1947
+ }
1819
1948
  },
1820
1949
  {
1821
- "id": "consumerTag",
1822
1950
  "label": "Consumer tag",
1823
1951
  "description": "Consumer tag to use for the subscription",
1824
- "optional": false,
1825
1952
  "group": "subscription",
1953
+ "type": "String",
1954
+ "feel": "optional",
1826
1955
  "binding": {
1827
- "name": "consumerTag",
1828
- "type": "zeebe:property"
1829
- },
1830
- "type": "String"
1956
+ "type": "zeebe:property",
1957
+ "name": "consumerTag"
1958
+ }
1831
1959
  },
1832
1960
  {
1833
- "id": "arguments",
1834
1961
  "label": "Arguments",
1835
1962
  "description": "Arguments to use for the subscription",
1836
- "optional": true,
1837
- "feel": "required",
1838
1963
  "group": "subscription",
1964
+ "type": "String",
1965
+ "feel": "required",
1839
1966
  "binding": {
1840
- "name": "arguments",
1841
- "type": "zeebe:property"
1842
- },
1843
- "type": "String"
1967
+ "type": "zeebe:property",
1968
+ "name": "arguments"
1969
+ }
1844
1970
  },
1845
1971
  {
1846
- "id": "exclusive",
1847
1972
  "label": "Exclusive consumer",
1848
- "optional": false,
1849
- "value": "false",
1850
1973
  "group": "subscription",
1974
+ "type": "Dropdown",
1975
+ "value": "false",
1851
1976
  "binding": {
1852
- "name": "exclusive",
1853
- "type": "zeebe:property"
1977
+ "type": "zeebe:property",
1978
+ "name": "exclusive"
1854
1979
  },
1855
- "type": "Dropdown",
1856
1980
  "choices": [
1857
1981
  {
1858
1982
  "name": "Yes",
@@ -1865,198 +1989,74 @@
1865
1989
  ]
1866
1990
  },
1867
1991
  {
1868
- "id": "activationCondition",
1869
- "label": "Activation condition",
1870
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
1871
- "optional": true,
1872
- "feel": "required",
1992
+ "label": "Correlation key (process)",
1993
+ "type": "String",
1873
1994
  "group": "activation",
1995
+ "feel": "required",
1996
+ "description": "Sets up the correlation key from process variables",
1874
1997
  "binding": {
1875
- "name": "activationCondition",
1876
- "type": "zeebe:property"
1998
+ "type": "bpmn:Message#zeebe:subscription#property",
1999
+ "name": "correlationKey"
1877
2000
  },
1878
- "type": "String"
2001
+ "constraints": {
2002
+ "notEmpty": true
2003
+ }
1879
2004
  },
1880
2005
  {
1881
- "id": "consumeUnmatchedEvents",
1882
- "label": "Consume unmatched events",
1883
- "value": true,
2006
+ "label": "Correlation key (payload)",
2007
+ "type": "String",
1884
2008
  "group": "activation",
1885
- "binding": {
1886
- "name": "consumeUnmatchedEvents",
1887
- "type": "zeebe:property"
1888
- },
1889
- "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",
1890
- "type": "Boolean"
1891
- },
1892
- {
1893
- "id": "correlationKeyProcess",
1894
- "label": "Correlation key (process)",
1895
- "description": "Sets up the correlation key from process variables",
1896
- "constraints": {
1897
- "notEmpty": true
1898
- },
1899
2009
  "feel": "required",
1900
- "group": "correlation",
1901
2010
  "binding": {
1902
- "name": "correlationKey",
1903
- "type": "bpmn:Message#zeebe:subscription#property"
2011
+ "type": "zeebe:property",
2012
+ "name": "correlationKeyExpression"
1904
2013
  },
1905
- "type": "String"
1906
- },
1907
- {
1908
- "id": "correlationKeyPayload",
1909
- "label": "Correlation key (payload)",
1910
2014
  "description": "Extracts the correlation key from the incoming message payload",
1911
2015
  "constraints": {
1912
2016
  "notEmpty": true
1913
- },
1914
- "feel": "required",
1915
- "group": "correlation",
1916
- "binding": {
1917
- "name": "correlationKeyExpression",
1918
- "type": "zeebe:property"
1919
- },
1920
- "type": "String"
2017
+ }
1921
2018
  },
1922
2019
  {
1923
- "id": "messageIdExpression",
1924
- "label": "Message ID expression",
1925
- "description": "Expression to extract unique identifier of a message",
1926
- "optional": true,
2020
+ "label": "Activation condition",
2021
+ "type": "String",
2022
+ "group": "activation",
1927
2023
  "feel": "required",
1928
- "group": "correlation",
1929
- "binding": {
1930
- "name": "messageIdExpression",
1931
- "type": "zeebe:property"
1932
- },
1933
- "type": "String"
1934
- },
1935
- {
1936
- "id": "messageTtl",
1937
- "label": "Message TTL",
1938
- "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
1939
2024
  "optional": true,
1940
- "constraints": {
1941
- "notEmpty": false,
1942
- "pattern": {
1943
- "value": "^(PT.*|)$",
1944
- "message": "must be an ISO-8601 duration"
1945
- }
1946
- },
1947
- "feel": "optional",
1948
- "group": "correlation",
1949
- "binding": {
1950
- "name": "messageTtl",
1951
- "type": "zeebe:property"
1952
- },
1953
- "type": "String"
1954
- },
1955
- {
1956
- "id": "messageNameUuid",
1957
- "generatedValue": {
1958
- "type": "uuid"
1959
- },
1960
- "group": "correlation",
1961
- "binding": {
1962
- "name": "name",
1963
- "type": "bpmn:Message#property"
1964
- },
1965
- "type": "Hidden"
1966
- },
1967
- {
1968
- "id": "deduplicationModeManualFlag",
1969
- "label": "Manual mode",
1970
- "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
1971
- "value": false,
1972
- "group": "deduplication",
1973
- "binding": {
1974
- "name": "deduplicationModeManualFlag",
1975
- "type": "zeebe:property"
1976
- },
1977
- "type": "Boolean"
1978
- },
1979
- {
1980
- "id": "deduplicationId",
1981
- "label": "Deduplication ID",
1982
- "constraints": {
1983
- "notEmpty": true,
1984
- "pattern": {
1985
- "value": "^[a-zA-Z0-9_-]+$",
1986
- "message": "can only contain alphanumeric characters, dashes, and underscores"
1987
- }
1988
- },
1989
- "group": "deduplication",
1990
- "binding": {
1991
- "name": "deduplicationId",
1992
- "type": "zeebe:property"
1993
- },
1994
- "condition": {
1995
- "property": "deduplicationModeManualFlag",
1996
- "equals": true,
1997
- "type": "simple"
1998
- },
1999
- "type": "String"
2000
- },
2001
- {
2002
- "id": "deduplicationModeManual",
2003
- "value": "MANUAL",
2004
- "group": "deduplication",
2005
- "binding": {
2006
- "name": "deduplicationMode",
2007
- "type": "zeebe:property"
2008
- },
2009
- "condition": {
2010
- "property": "deduplicationId",
2011
- "isActive": true,
2012
- "type": "simple"
2013
- },
2014
- "type": "Hidden"
2015
- },
2016
- {
2017
- "id": "deduplicationModeAuto",
2018
- "value": "AUTO",
2019
- "group": "deduplication",
2020
2025
  "binding": {
2021
- "name": "deduplicationMode",
2022
- "type": "zeebe:property"
2023
- },
2024
- "condition": {
2025
- "property": "deduplicationId",
2026
- "isActive": false,
2027
- "type": "simple"
2026
+ "type": "zeebe:property",
2027
+ "name": "activationCondition"
2028
2028
  },
2029
- "type": "Hidden"
2029
+ "description": "Condition under which the connector triggers. Leave empty to catch all events"
2030
2030
  },
2031
2031
  {
2032
- "id": "resultVariable",
2033
2032
  "label": "Result variable",
2034
- "description": "Name of variable to store the response in",
2035
- "group": "output",
2033
+ "type": "String",
2034
+ "group": "variable-mapping",
2035
+ "optional": true,
2036
2036
  "binding": {
2037
- "name": "resultVariable",
2038
- "type": "zeebe:property"
2037
+ "type": "zeebe:property",
2038
+ "name": "resultVariable"
2039
2039
  },
2040
- "type": "String"
2040
+ "description": "Name of variable to store the result of the connector in"
2041
2041
  },
2042
2042
  {
2043
- "id": "resultExpression",
2044
2043
  "label": "Result expression",
2045
- "description": "Expression to map the response into process variables",
2044
+ "type": "String",
2045
+ "group": "variable-mapping",
2046
2046
  "feel": "required",
2047
- "group": "output",
2047
+ "optional": true,
2048
2048
  "binding": {
2049
- "name": "resultExpression",
2050
- "type": "zeebe:property"
2049
+ "type": "zeebe:property",
2050
+ "name": "resultExpression"
2051
2051
  },
2052
- "type": "Text"
2052
+ "description": "Expression to map the inbound payload to process variables"
2053
2053
  }
2054
2054
  ],
2055
2055
  "icon": {
2056
- "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
2056
+ "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='-7.5 0 271 271' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M245.44 108.308h-85.09a7.738 7.738 0 0 1-7.735-7.734v-88.68C152.615 5.327 147.29 0 140.726 0h-30.375c-6.568 0-11.89 5.327-11.89 11.894v88.143c0 4.573-3.697 8.29-8.27 8.31l-27.885.133c-4.612.025-8.359-3.717-8.35-8.325l.173-88.241C54.144 5.337 48.817 0 42.24 0H11.89C5.321 0 0 5.327 0 11.894V260.21c0 5.834 4.726 10.56 10.555 10.56H245.44c5.834 0 10.56-4.726 10.56-10.56V118.868c0-5.834-4.726-10.56-10.56-10.56zm-39.902 93.233c0 7.645-6.198 13.844-13.843 13.844H167.69c-7.646 0-13.844-6.199-13.844-13.844v-24.005c0-7.646 6.198-13.844 13.844-13.844h24.005c7.645 0 13.843 6.198 13.843 13.844v24.005z' fill='%23F60'/%3E%3C/svg%3E"
2057
2057
  },
2058
2058
  "engines": {
2059
- "camunda": "^8.6"
2059
+ "camunda": "^8.2"
2060
2060
  }
2061
2061
  },
2062
2062
  {
@@ -2152,7 +2152,6 @@
2152
2152
  {
2153
2153
  "id": "authentication.uri",
2154
2154
  "label": "URI",
2155
- "description": "URI should contain username, password, host name, port number, and virtual host",
2156
2155
  "optional": false,
2157
2156
  "constraints": {
2158
2157
  "notEmpty": true,
@@ -2171,6 +2170,7 @@
2171
2170
  "equals": "uri",
2172
2171
  "type": "simple"
2173
2172
  },
2173
+ "tooltip": "URI should contain username, password, host name, port number, and virtual host",
2174
2174
  "type": "String"
2175
2175
  },
2176
2176
  {
@@ -2214,7 +2214,6 @@
2214
2214
  {
2215
2215
  "id": "routing.virtualHost",
2216
2216
  "label": "Virtual host",
2217
- "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>",
2218
2217
  "optional": false,
2219
2218
  "constraints": {
2220
2219
  "notEmpty": true
@@ -2229,12 +2228,12 @@
2229
2228
  "equals": "credentials",
2230
2229
  "type": "simple"
2231
2230
  },
2231
+ "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>",
2232
2232
  "type": "String"
2233
2233
  },
2234
2234
  {
2235
2235
  "id": "routing.hostName",
2236
2236
  "label": "Host name",
2237
- "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>",
2238
2237
  "optional": false,
2239
2238
  "constraints": {
2240
2239
  "notEmpty": true
@@ -2249,12 +2248,12 @@
2249
2248
  "equals": "credentials",
2250
2249
  "type": "simple"
2251
2250
  },
2251
+ "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>",
2252
2252
  "type": "String"
2253
2253
  },
2254
2254
  {
2255
2255
  "id": "routing.port",
2256
2256
  "label": "Port",
2257
- "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>",
2258
2257
  "optional": false,
2259
2258
  "constraints": {
2260
2259
  "notEmpty": true
@@ -2269,12 +2268,12 @@
2269
2268
  "equals": "credentials",
2270
2269
  "type": "simple"
2271
2270
  },
2271
+ "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>",
2272
2272
  "type": "String"
2273
2273
  },
2274
2274
  {
2275
2275
  "id": "queueName",
2276
2276
  "label": "Queue name",
2277
- "description": "Name of the queue to subscribe to",
2278
2277
  "optional": false,
2279
2278
  "constraints": {
2280
2279
  "notEmpty": true
@@ -2284,12 +2283,12 @@
2284
2283
  "name": "queueName",
2285
2284
  "type": "zeebe:property"
2286
2285
  },
2286
+ "tooltip": "Name of the queue to subscribe to",
2287
2287
  "type": "String"
2288
2288
  },
2289
2289
  {
2290
2290
  "id": "consumerTag",
2291
2291
  "label": "Consumer tag",
2292
- "description": "Consumer tag to use for the subscription",
2293
2292
  "optional": false,
2294
2293
  "group": "subscription",
2295
2294
  "binding": {
@@ -2301,7 +2300,6 @@
2301
2300
  {
2302
2301
  "id": "arguments",
2303
2302
  "label": "Arguments",
2304
- "description": "Arguments to use for the subscription",
2305
2303
  "optional": true,
2306
2304
  "feel": "required",
2307
2305
  "group": "subscription",