@camunda/connectors-element-templates 1.0.5 → 1.0.6

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 (84) hide show
  1. package/package.json +1 -1
  2. package/src/connectors.js +2 -0
  3. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +170 -13
  4. package/src/element-templates/agenticai-aiagent-outbound-connector.json +1596 -389
  5. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
  6. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -1
  7. package/src/element-templates/asana-connector.json +104 -104
  8. package/src/element-templates/automation-anywhere-outbound-connector.json +1207 -1201
  9. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  10. package/src/element-templates/aws-dynamodb-outbound-connector.json +1404 -1404
  11. package/src/element-templates/aws-eventbridge-connector-boundary.json +28 -28
  12. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  13. package/src/element-templates/aws-eventbridge-connector-start-event.json +13 -10
  14. package/src/element-templates/aws-eventbridge-outbound-connector.json +474 -474
  15. package/src/element-templates/aws-lambda-outbound-connector.json +51 -51
  16. package/src/element-templates/aws-s3-outbound-connector.json +30 -30
  17. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  18. package/src/element-templates/aws-sns-inbound-boundary.json +283 -283
  19. package/src/element-templates/aws-sns-inbound-intermediate.json +467 -467
  20. package/src/element-templates/aws-sns-inbound-message-start.json +98 -98
  21. package/src/element-templates/aws-sns-inbound-start-event.json +132 -132
  22. package/src/element-templates/aws-sns-outbound-connector.json +719 -719
  23. package/src/element-templates/aws-sqs-boundary-connector.json +420 -420
  24. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +958 -958
  25. package/src/element-templates/aws-sqs-outbound-connector.json +421 -421
  26. package/src/element-templates/aws-sqs-start-event-connector.json +388 -388
  27. package/src/element-templates/aws-sqs-start-message.json +463 -463
  28. package/src/element-templates/azure-blobstorage-outbound-connector.json +1 -1
  29. package/src/element-templates/azure-open-ai-connector.json +32 -32
  30. package/src/element-templates/blue-prism-connector.json +57 -57
  31. package/src/element-templates/box-outbound-connector.json +30 -30
  32. package/src/element-templates/csv-outbound-connector.json +392 -0
  33. package/src/element-templates/easy-post-connector.json +269 -269
  34. package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
  35. package/src/element-templates/email-outbound-connector.json +231 -231
  36. package/src/element-templates/embeddings-vector-database-outbound-connector.json +3473 -150
  37. package/src/element-templates/github-connector.json +2930 -2930
  38. package/src/element-templates/github-webhook-connector-boundary.json +21 -21
  39. package/src/element-templates/github-webhook-connector-intermediate.json +35 -35
  40. package/src/element-templates/github-webhook-connector-message-start.json +21 -21
  41. package/src/element-templates/github-webhook-connector-start-event.json +35 -32
  42. package/src/element-templates/gitlab-connector.json +1561 -1561
  43. package/src/element-templates/google-drive-outbound-connector.json +363 -363
  44. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  45. package/src/element-templates/google-maps-platform-connector.json +76 -76
  46. package/src/element-templates/google-sheets-outbound-connector.json +1177 -1177
  47. package/src/element-templates/graphql-outbound-connector.json +1182 -1182
  48. package/src/element-templates/http-json-connector.json +2332 -2332
  49. package/src/element-templates/http-polling-boundary-catch-event-connector.json +261 -558
  50. package/src/element-templates/http-polling-connector.json +259 -556
  51. package/src/element-templates/hugging-face-connector.json +34 -34
  52. package/src/element-templates/jdbc-outbound-connector.json +404 -2
  53. package/src/element-templates/kafka-inbound-connector-boundary.json +624 -624
  54. package/src/element-templates/kafka-inbound-connector-intermediate.json +1018 -1018
  55. package/src/element-templates/kafka-inbound-connector-start-message.json +532 -532
  56. package/src/element-templates/kafka-inbound-connector.json +240 -237
  57. package/src/element-templates/kafka-outbound-connector.json +588 -588
  58. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  59. package/src/element-templates/microsoft-teams-outbound-connector.json +3730 -3730
  60. package/src/element-templates/openai-connector.json +117 -117
  61. package/src/element-templates/operate-connector.json +68 -68
  62. package/src/element-templates/power-automate-connector.json +12 -12
  63. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +437 -437
  64. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +581 -581
  65. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +451 -451
  66. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +354 -354
  67. package/src/element-templates/rabbitmq-outbound-connector.json +666 -666
  68. package/src/element-templates/salesforce-connector.json +40 -40
  69. package/src/element-templates/sendgrid-outbound-connector.json +487 -487
  70. package/src/element-templates/slack-inbound-boundary.json +301 -301
  71. package/src/element-templates/slack-inbound-intermediate.json +307 -307
  72. package/src/element-templates/slack-inbound-message-start.json +350 -350
  73. package/src/element-templates/slack-inbound-start-event.json +213 -210
  74. package/src/element-templates/slack-outbound-connector.json +739 -739
  75. package/src/element-templates/twilio-connector.json +88 -88
  76. package/src/element-templates/twilio-webhook-connector.json +13 -10
  77. package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
  78. package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
  79. package/src/element-templates/uipath-connector.json +49 -49
  80. package/src/element-templates/webhook-connector-boundary.json +1644 -1644
  81. package/src/element-templates/webhook-connector-intermediate.json +972 -972
  82. package/src/element-templates/webhook-connector-start-event.json +556 -553
  83. package/src/element-templates/webhook-connector-start-message.json +33 -33
  84. package/src/element-templates/whatsapp-connector.json +6 -6
@@ -5,7 +5,7 @@
5
5
  "id": "io.camunda.connectors.inbound.RabbitMQ.Boundary.v1",
6
6
  "description": "Receive a message from RabbitMQ",
7
7
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
8
- "version": 6,
8
+ "version": 7,
9
9
  "category": {
10
10
  "id": "connectors",
11
11
  "name": "Connectors"
@@ -34,7 +34,13 @@
34
34
  },
35
35
  {
36
36
  "id": "correlation",
37
- "label": "Correlation"
37
+ "label": "Correlation",
38
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
39
+ },
40
+ {
41
+ "id": "deduplication",
42
+ "label": "Deduplication",
43
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
38
44
  },
39
45
  {
40
46
  "id": "output",
@@ -268,6 +274,18 @@
268
274
  },
269
275
  "type": "String"
270
276
  },
277
+ {
278
+ "id": "consumeUnmatchedEvents",
279
+ "label": "Consume unmatched events",
280
+ "value": true,
281
+ "group": "activation",
282
+ "binding": {
283
+ "name": "consumeUnmatchedEvents",
284
+ "type": "zeebe:property"
285
+ },
286
+ "tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
287
+ "type": "Boolean"
288
+ },
271
289
  {
272
290
  "id": "correlationKeyProcess",
273
291
  "label": "Correlation key (process)",
@@ -311,6 +329,26 @@
311
329
  },
312
330
  "type": "String"
313
331
  },
332
+ {
333
+ "id": "messageTtl",
334
+ "label": "Message TTL",
335
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
336
+ "optional": true,
337
+ "constraints": {
338
+ "notEmpty": false,
339
+ "pattern": {
340
+ "value": "^(PT.*|)$",
341
+ "message": "must be an ISO-8601 duration"
342
+ }
343
+ },
344
+ "feel": "optional",
345
+ "group": "correlation",
346
+ "binding": {
347
+ "name": "messageTtl",
348
+ "type": "zeebe:property"
349
+ },
350
+ "type": "String"
351
+ },
314
352
  {
315
353
  "id": "messageNameUuid",
316
354
  "generatedValue": {
@@ -323,6 +361,70 @@
323
361
  },
324
362
  "type": "Hidden"
325
363
  },
364
+ {
365
+ "id": "deduplicationModeManualFlag",
366
+ "label": "Manual mode",
367
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
368
+ "value": false,
369
+ "group": "deduplication",
370
+ "binding": {
371
+ "name": "deduplicationModeManualFlag",
372
+ "type": "zeebe:property"
373
+ },
374
+ "type": "Boolean"
375
+ },
376
+ {
377
+ "id": "deduplicationId",
378
+ "label": "Deduplication ID",
379
+ "constraints": {
380
+ "notEmpty": true,
381
+ "pattern": {
382
+ "value": "^[a-zA-Z0-9_-]+$",
383
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
384
+ }
385
+ },
386
+ "group": "deduplication",
387
+ "binding": {
388
+ "name": "deduplicationId",
389
+ "type": "zeebe:property"
390
+ },
391
+ "condition": {
392
+ "property": "deduplicationModeManualFlag",
393
+ "equals": true,
394
+ "type": "simple"
395
+ },
396
+ "type": "String"
397
+ },
398
+ {
399
+ "id": "deduplicationModeManual",
400
+ "value": "MANUAL",
401
+ "group": "deduplication",
402
+ "binding": {
403
+ "name": "deduplicationMode",
404
+ "type": "zeebe:property"
405
+ },
406
+ "condition": {
407
+ "property": "deduplicationId",
408
+ "isActive": true,
409
+ "type": "simple"
410
+ },
411
+ "type": "Hidden"
412
+ },
413
+ {
414
+ "id": "deduplicationModeAuto",
415
+ "value": "AUTO",
416
+ "group": "deduplication",
417
+ "binding": {
418
+ "name": "deduplicationMode",
419
+ "type": "zeebe:property"
420
+ },
421
+ "condition": {
422
+ "property": "deduplicationId",
423
+ "isActive": false,
424
+ "type": "simple"
425
+ },
426
+ "type": "Hidden"
427
+ },
326
428
  {
327
429
  "id": "resultVariable",
328
430
  "label": "Result variable",
@@ -351,16 +453,16 @@
351
453
  "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
352
454
  },
353
455
  "engines": {
354
- "camunda": "^8.5"
456
+ "camunda": "^8.6"
355
457
  }
356
458
  },
357
459
  {
358
460
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
359
461
  "name": "RabbitMQ Boundary Event Connector",
360
462
  "id": "io.camunda.connectors.inbound.RabbitMQ.Boundary.v1",
361
- "version": 1,
463
+ "version": 2,
362
464
  "description": "Receive a message from RabbitMQ",
363
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
465
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
364
466
  "category": {
365
467
  "id": "connectors",
366
468
  "name": "Connectors"
@@ -487,7 +589,7 @@
487
589
  },
488
590
  {
489
591
  "label": "Host name",
490
- "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>",
592
+ "description": "Host name: get from RabbitMQ external applocation configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
491
593
  "group": "routing",
492
594
  "type": "String",
493
595
  "binding": {
@@ -504,7 +606,7 @@
504
606
  },
505
607
  {
506
608
  "label": "Virtual host",
507
- "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>",
609
+ "description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
508
610
  "group": "routing",
509
611
  "type": "String",
510
612
  "binding": {
@@ -521,7 +623,7 @@
521
623
  },
522
624
  {
523
625
  "label": "Port",
524
- "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>",
626
+ "description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
525
627
  "group": "routing",
526
628
  "type": "String",
527
629
  "binding": {
@@ -620,6 +722,18 @@
620
722
  "notEmpty": true
621
723
  }
622
724
  },
725
+ {
726
+ "label": "Message ID expression",
727
+ "feel": "required",
728
+ "type": "String",
729
+ "optional": true,
730
+ "group": "activation",
731
+ "binding": {
732
+ "type": "zeebe:property",
733
+ "name": "messageIdExpression"
734
+ },
735
+ "description": "Expression to extract unique identifier of a message"
736
+ },
623
737
  {
624
738
  "label": "Activation condition",
625
739
  "type": "String",
@@ -660,16 +774,16 @@
660
774
  "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='-7.5 0 271 271' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M245.44 108.308h-85.09a7.738 7.738 0 0 1-7.735-7.734v-88.68C152.615 5.327 147.29 0 140.726 0h-30.375c-6.568 0-11.89 5.327-11.89 11.894v88.143c0 4.573-3.697 8.29-8.27 8.31l-27.885.133c-4.612.025-8.359-3.717-8.35-8.325l.173-88.241C54.144 5.337 48.817 0 42.24 0H11.89C5.321 0 0 5.327 0 11.894V260.21c0 5.834 4.726 10.56 10.555 10.56H245.44c5.834 0 10.56-4.726 10.56-10.56V118.868c0-5.834-4.726-10.56-10.56-10.56zm-39.902 93.233c0 7.645-6.198 13.844-13.843 13.844H167.69c-7.646 0-13.844-6.199-13.844-13.844v-24.005c0-7.646 6.198-13.844 13.844-13.844h24.005c7.645 0 13.843 6.198 13.843 13.844v24.005z' fill='%23F60'/%3E%3C/svg%3E"
661
775
  },
662
776
  "engines": {
663
- "camunda": "^8.2"
777
+ "camunda": "^8.4"
664
778
  }
665
779
  },
666
780
  {
667
781
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
668
782
  "name": "RabbitMQ Boundary Event Connector",
669
783
  "id": "io.camunda.connectors.inbound.RabbitMQ.Boundary.v1",
784
+ "version": 1,
670
785
  "description": "Receive a message from RabbitMQ",
671
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
672
- "version": 7,
786
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
673
787
  "category": {
674
788
  "id": "connectors",
675
789
  "name": "Connectors"
@@ -697,39 +811,39 @@
697
811
  "label": "Activation"
698
812
  },
699
813
  {
700
- "id": "correlation",
701
- "label": "Correlation",
702
- "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
703
- },
704
- {
705
- "id": "deduplication",
706
- "label": "Deduplication",
707
- "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
708
- },
709
- {
710
- "id": "output",
711
- "label": "Output mapping"
814
+ "id": "variable-mapping",
815
+ "label": "Variable mapping"
712
816
  }
713
817
  ],
714
818
  "properties": [
715
819
  {
820
+ "type": "Hidden",
716
821
  "value": "io.camunda:connector-rabbitmq-inbound:1",
717
822
  "binding": {
718
- "name": "inbound.type",
719
- "type": "zeebe:property"
823
+ "type": "zeebe:property",
824
+ "name": "inbound.type"
825
+ }
826
+ },
827
+ {
828
+ "type": "Hidden",
829
+ "generatedValue": {
830
+ "type": "uuid"
720
831
  },
721
- "type": "Hidden"
832
+ "binding": {
833
+ "type": "bpmn:Message#property",
834
+ "name": "name"
835
+ }
722
836
  },
723
837
  {
724
- "id": "authentication.authType",
838
+ "id": "connectionType",
725
839
  "label": "Connection type",
726
- "value": "uri",
727
840
  "group": "authentication",
841
+ "type": "Dropdown",
842
+ "value": "uri",
728
843
  "binding": {
729
- "name": "authentication.authType",
730
- "type": "zeebe:property"
844
+ "type": "zeebe:property",
845
+ "name": "authentication.authType"
731
846
  },
732
- "type": "Dropdown",
733
847
  "choices": [
734
848
  {
735
849
  "name": "URI",
@@ -742,178 +856,154 @@
742
856
  ]
743
857
  },
744
858
  {
745
- "id": "authentication.uri",
746
859
  "label": "URI",
747
860
  "description": "URI should contain username, password, host name, port number, and virtual host",
748
- "optional": false,
861
+ "group": "authentication",
862
+ "type": "String",
863
+ "binding": {
864
+ "type": "zeebe:property",
865
+ "name": "authentication.uri"
866
+ },
749
867
  "constraints": {
750
868
  "notEmpty": true,
751
869
  "pattern": {
752
- "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
870
+ "value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*$",
753
871
  "message": "Must start with amqp(s):// or contain a secret reference"
754
872
  }
755
873
  },
756
- "group": "authentication",
757
- "binding": {
758
- "name": "authentication.uri",
759
- "type": "zeebe:property"
760
- },
761
874
  "condition": {
762
- "property": "authentication.authType",
763
- "equals": "uri",
764
- "type": "simple"
765
- },
766
- "type": "String"
875
+ "property": "connectionType",
876
+ "equals": "uri"
877
+ }
767
878
  },
768
879
  {
769
- "id": "authentication.userName",
770
880
  "label": "Username",
771
- "optional": false,
772
- "constraints": {
773
- "notEmpty": true
774
- },
775
881
  "group": "authentication",
882
+ "type": "String",
776
883
  "binding": {
777
- "name": "authentication.userName",
778
- "type": "zeebe:property"
884
+ "type": "zeebe:property",
885
+ "name": "authentication.userName"
779
886
  },
780
- "condition": {
781
- "property": "authentication.authType",
782
- "equals": "credentials",
783
- "type": "simple"
887
+ "constraints": {
888
+ "notEmpty": true
784
889
  },
785
- "type": "String"
890
+ "condition": {
891
+ "property": "connectionType",
892
+ "equals": "credentials"
893
+ }
786
894
  },
787
895
  {
788
- "id": "authentication.password",
789
896
  "label": "Password",
790
- "optional": false,
791
- "constraints": {
792
- "notEmpty": true
793
- },
794
897
  "group": "authentication",
898
+ "type": "String",
795
899
  "binding": {
796
- "name": "authentication.password",
797
- "type": "zeebe:property"
798
- },
799
- "condition": {
800
- "property": "authentication.authType",
801
- "equals": "credentials",
802
- "type": "simple"
900
+ "type": "zeebe:property",
901
+ "name": "authentication.password"
803
902
  },
804
- "type": "String"
805
- },
806
- {
807
- "id": "routing.virtualHost",
808
- "label": "Virtual host",
809
- "description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
810
- "optional": false,
811
903
  "constraints": {
812
904
  "notEmpty": true
813
905
  },
814
- "group": "routing",
815
- "binding": {
816
- "name": "routing.virtualHost",
817
- "type": "zeebe:property"
818
- },
819
906
  "condition": {
820
- "property": "authentication.authType",
821
- "equals": "credentials",
822
- "type": "simple"
823
- },
824
- "type": "String"
907
+ "property": "connectionType",
908
+ "equals": "credentials"
909
+ }
825
910
  },
826
911
  {
827
- "id": "routing.hostName",
828
912
  "label": "Host name",
829
- "description": "Host name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
830
- "optional": false,
913
+ "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>",
914
+ "group": "routing",
915
+ "type": "String",
916
+ "binding": {
917
+ "type": "zeebe:property",
918
+ "name": "routing.hostName"
919
+ },
831
920
  "constraints": {
832
921
  "notEmpty": true
833
922
  },
923
+ "condition": {
924
+ "property": "connectionType",
925
+ "equals": "credentials"
926
+ }
927
+ },
928
+ {
929
+ "label": "Virtual host",
930
+ "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>",
834
931
  "group": "routing",
932
+ "type": "String",
835
933
  "binding": {
836
- "name": "routing.hostName",
837
- "type": "zeebe:property"
934
+ "type": "zeebe:property",
935
+ "name": "routing.virtualHost"
838
936
  },
839
- "condition": {
840
- "property": "authentication.authType",
841
- "equals": "credentials",
842
- "type": "simple"
937
+ "constraints": {
938
+ "notEmpty": true
843
939
  },
844
- "type": "String"
940
+ "condition": {
941
+ "property": "connectionType",
942
+ "equals": "credentials"
943
+ }
845
944
  },
846
945
  {
847
- "id": "routing.port",
848
946
  "label": "Port",
849
- "description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
850
- "optional": false,
851
- "constraints": {
852
- "notEmpty": true
853
- },
947
+ "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>",
854
948
  "group": "routing",
949
+ "type": "String",
855
950
  "binding": {
856
- "name": "routing.port",
857
- "type": "zeebe:property"
951
+ "type": "zeebe:property",
952
+ "name": "routing.port"
858
953
  },
859
- "condition": {
860
- "property": "authentication.authType",
861
- "equals": "credentials",
862
- "type": "simple"
954
+ "constraints": {
955
+ "notEmpty": true
863
956
  },
864
- "type": "String"
957
+ "condition": {
958
+ "property": "connectionType",
959
+ "equals": "credentials"
960
+ }
865
961
  },
866
962
  {
867
- "id": "queueName",
868
963
  "label": "Queue name",
869
964
  "description": "Name of the queue to subscribe to",
870
- "optional": false,
871
- "constraints": {
872
- "notEmpty": true
873
- },
874
965
  "group": "subscription",
966
+ "type": "String",
967
+ "feel": "optional",
875
968
  "binding": {
876
- "name": "queueName",
877
- "type": "zeebe:property"
969
+ "type": "zeebe:property",
970
+ "name": "queueName"
878
971
  },
879
- "type": "String"
972
+ "constraints": {
973
+ "notEmpty": true
974
+ }
880
975
  },
881
976
  {
882
- "id": "consumerTag",
883
977
  "label": "Consumer tag",
884
978
  "description": "Consumer tag to use for the subscription",
885
- "optional": false,
886
979
  "group": "subscription",
980
+ "type": "String",
981
+ "feel": "optional",
887
982
  "binding": {
888
- "name": "consumerTag",
889
- "type": "zeebe:property"
890
- },
891
- "type": "String"
983
+ "type": "zeebe:property",
984
+ "name": "consumerTag"
985
+ }
892
986
  },
893
987
  {
894
- "id": "arguments",
895
988
  "label": "Arguments",
896
989
  "description": "Arguments to use for the subscription",
897
- "optional": true,
898
- "feel": "required",
899
990
  "group": "subscription",
991
+ "type": "String",
992
+ "feel": "required",
900
993
  "binding": {
901
- "name": "arguments",
902
- "type": "zeebe:property"
903
- },
904
- "type": "String"
994
+ "type": "zeebe:property",
995
+ "name": "arguments"
996
+ }
905
997
  },
906
998
  {
907
- "id": "exclusive",
908
999
  "label": "Exclusive consumer",
909
- "optional": false,
910
- "value": "false",
911
1000
  "group": "subscription",
1001
+ "type": "Dropdown",
1002
+ "value": "false",
912
1003
  "binding": {
913
- "name": "exclusive",
914
- "type": "zeebe:property"
1004
+ "type": "zeebe:property",
1005
+ "name": "exclusive"
915
1006
  },
916
- "type": "Dropdown",
917
1007
  "choices": [
918
1008
  {
919
1009
  "name": "Yes",
@@ -926,207 +1016,83 @@
926
1016
  ]
927
1017
  },
928
1018
  {
929
- "id": "activationCondition",
930
- "label": "Activation condition",
931
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
932
- "optional": true,
933
- "feel": "required",
1019
+ "label": "Correlation key (process)",
1020
+ "type": "String",
934
1021
  "group": "activation",
1022
+ "feel": "required",
1023
+ "description": "Sets up the correlation key from process variables",
935
1024
  "binding": {
936
- "name": "activationCondition",
937
- "type": "zeebe:property"
1025
+ "type": "bpmn:Message#zeebe:subscription#property",
1026
+ "name": "correlationKey"
938
1027
  },
939
- "type": "String"
1028
+ "constraints": {
1029
+ "notEmpty": true
1030
+ }
940
1031
  },
941
1032
  {
942
- "id": "consumeUnmatchedEvents",
943
- "label": "Consume unmatched events",
944
- "value": true,
1033
+ "label": "Correlation key (payload)",
1034
+ "type": "String",
945
1035
  "group": "activation",
946
- "binding": {
947
- "name": "consumeUnmatchedEvents",
948
- "type": "zeebe:property"
949
- },
950
- "tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
951
- "type": "Boolean"
952
- },
953
- {
954
- "id": "correlationKeyProcess",
955
- "label": "Correlation key (process)",
956
- "description": "Sets up the correlation key from process variables",
957
- "constraints": {
958
- "notEmpty": true
959
- },
960
1036
  "feel": "required",
961
- "group": "correlation",
962
1037
  "binding": {
963
- "name": "correlationKey",
964
- "type": "bpmn:Message#zeebe:subscription#property"
1038
+ "type": "zeebe:property",
1039
+ "name": "correlationKeyExpression"
965
1040
  },
966
- "type": "String"
967
- },
968
- {
969
- "id": "correlationKeyPayload",
970
- "label": "Correlation key (payload)",
971
1041
  "description": "Extracts the correlation key from the incoming message payload",
972
1042
  "constraints": {
973
1043
  "notEmpty": true
974
- },
975
- "feel": "required",
976
- "group": "correlation",
977
- "binding": {
978
- "name": "correlationKeyExpression",
979
- "type": "zeebe:property"
980
- },
981
- "type": "String"
1044
+ }
982
1045
  },
983
1046
  {
984
- "id": "messageIdExpression",
985
- "label": "Message ID expression",
986
- "description": "Expression to extract unique identifier of a message",
987
- "optional": true,
1047
+ "label": "Activation condition",
1048
+ "type": "String",
1049
+ "group": "activation",
988
1050
  "feel": "required",
989
- "group": "correlation",
990
- "binding": {
991
- "name": "messageIdExpression",
992
- "type": "zeebe:property"
993
- },
994
- "type": "String"
995
- },
996
- {
997
- "id": "messageTtl",
998
- "label": "Message TTL",
999
- "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
1000
1051
  "optional": true,
1001
- "constraints": {
1002
- "notEmpty": false,
1003
- "pattern": {
1004
- "value": "^(PT.*|)$",
1005
- "message": "must be an ISO-8601 duration"
1006
- }
1007
- },
1008
- "feel": "optional",
1009
- "group": "correlation",
1010
- "binding": {
1011
- "name": "messageTtl",
1012
- "type": "zeebe:property"
1013
- },
1014
- "type": "String"
1015
- },
1016
- {
1017
- "id": "messageNameUuid",
1018
- "generatedValue": {
1019
- "type": "uuid"
1020
- },
1021
- "group": "correlation",
1022
- "binding": {
1023
- "name": "name",
1024
- "type": "bpmn:Message#property"
1025
- },
1026
- "type": "Hidden"
1027
- },
1028
- {
1029
- "id": "deduplicationModeManualFlag",
1030
- "label": "Manual mode",
1031
- "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
1032
- "value": false,
1033
- "group": "deduplication",
1034
- "binding": {
1035
- "name": "deduplicationModeManualFlag",
1036
- "type": "zeebe:property"
1037
- },
1038
- "type": "Boolean"
1039
- },
1040
- {
1041
- "id": "deduplicationId",
1042
- "label": "Deduplication ID",
1043
- "constraints": {
1044
- "notEmpty": true,
1045
- "pattern": {
1046
- "value": "^[a-zA-Z0-9_-]+$",
1047
- "message": "can only contain alphanumeric characters, dashes, and underscores"
1048
- }
1049
- },
1050
- "group": "deduplication",
1051
1052
  "binding": {
1052
- "name": "deduplicationId",
1053
- "type": "zeebe:property"
1054
- },
1055
- "condition": {
1056
- "property": "deduplicationModeManualFlag",
1057
- "equals": true,
1058
- "type": "simple"
1059
- },
1060
- "type": "String"
1061
- },
1062
- {
1063
- "id": "deduplicationModeManual",
1064
- "value": "MANUAL",
1065
- "group": "deduplication",
1066
- "binding": {
1067
- "name": "deduplicationMode",
1068
- "type": "zeebe:property"
1069
- },
1070
- "condition": {
1071
- "property": "deduplicationId",
1072
- "isActive": true,
1073
- "type": "simple"
1074
- },
1075
- "type": "Hidden"
1076
- },
1077
- {
1078
- "id": "deduplicationModeAuto",
1079
- "value": "AUTO",
1080
- "group": "deduplication",
1081
- "binding": {
1082
- "name": "deduplicationMode",
1083
- "type": "zeebe:property"
1084
- },
1085
- "condition": {
1086
- "property": "deduplicationId",
1087
- "isActive": false,
1088
- "type": "simple"
1053
+ "type": "zeebe:property",
1054
+ "name": "activationCondition"
1089
1055
  },
1090
- "type": "Hidden"
1056
+ "description": "Condition under which the connector triggers. Leave empty to catch all events"
1091
1057
  },
1092
1058
  {
1093
- "id": "resultVariable",
1094
1059
  "label": "Result variable",
1095
- "description": "Name of variable to store the response in",
1096
- "group": "output",
1060
+ "type": "String",
1061
+ "group": "variable-mapping",
1062
+ "optional": true,
1097
1063
  "binding": {
1098
- "name": "resultVariable",
1099
- "type": "zeebe:property"
1064
+ "type": "zeebe:property",
1065
+ "name": "resultVariable"
1100
1066
  },
1101
- "type": "String"
1067
+ "description": "Name of variable to store the result of the connector in"
1102
1068
  },
1103
1069
  {
1104
- "id": "resultExpression",
1105
1070
  "label": "Result expression",
1106
- "description": "Expression to map the response into process variables",
1071
+ "type": "String",
1072
+ "group": "variable-mapping",
1107
1073
  "feel": "required",
1108
- "group": "output",
1074
+ "optional": true,
1109
1075
  "binding": {
1110
- "name": "resultExpression",
1111
- "type": "zeebe:property"
1076
+ "type": "zeebe:property",
1077
+ "name": "resultExpression"
1112
1078
  },
1113
- "type": "Text"
1079
+ "description": "Expression to map the inbound payload to process variables"
1114
1080
  }
1115
1081
  ],
1116
1082
  "icon": {
1117
- "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
1083
+ "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"
1118
1084
  },
1119
1085
  "engines": {
1120
- "camunda": "^8.6"
1086
+ "camunda": "^8.2"
1121
1087
  }
1122
1088
  },
1123
1089
  {
1124
1090
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1125
1091
  "name": "RabbitMQ Boundary Event Connector",
1126
1092
  "id": "io.camunda.connectors.inbound.RabbitMQ.Boundary.v1",
1127
- "version": 2,
1128
1093
  "description": "Receive a message from RabbitMQ",
1129
1094
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
1095
+ "version": 6,
1130
1096
  "category": {
1131
1097
  "id": "connectors",
1132
1098
  "name": "Connectors"
@@ -1154,39 +1120,33 @@
1154
1120
  "label": "Activation"
1155
1121
  },
1156
1122
  {
1157
- "id": "variable-mapping",
1158
- "label": "Variable mapping"
1123
+ "id": "correlation",
1124
+ "label": "Correlation"
1125
+ },
1126
+ {
1127
+ "id": "output",
1128
+ "label": "Output mapping"
1159
1129
  }
1160
1130
  ],
1161
1131
  "properties": [
1162
1132
  {
1163
- "type": "Hidden",
1164
1133
  "value": "io.camunda:connector-rabbitmq-inbound:1",
1165
1134
  "binding": {
1166
- "type": "zeebe:property",
1167
- "name": "inbound.type"
1168
- }
1169
- },
1170
- {
1171
- "type": "Hidden",
1172
- "generatedValue": {
1173
- "type": "uuid"
1135
+ "name": "inbound.type",
1136
+ "type": "zeebe:property"
1174
1137
  },
1175
- "binding": {
1176
- "type": "bpmn:Message#property",
1177
- "name": "name"
1178
- }
1138
+ "type": "Hidden"
1179
1139
  },
1180
1140
  {
1181
- "id": "connectionType",
1141
+ "id": "authentication.authType",
1182
1142
  "label": "Connection type",
1183
- "group": "authentication",
1184
- "type": "Dropdown",
1185
1143
  "value": "uri",
1144
+ "group": "authentication",
1186
1145
  "binding": {
1187
- "type": "zeebe:property",
1188
- "name": "authentication.authType"
1146
+ "name": "authentication.authType",
1147
+ "type": "zeebe:property"
1189
1148
  },
1149
+ "type": "Dropdown",
1190
1150
  "choices": [
1191
1151
  {
1192
1152
  "name": "URI",
@@ -1199,154 +1159,178 @@
1199
1159
  ]
1200
1160
  },
1201
1161
  {
1162
+ "id": "authentication.uri",
1202
1163
  "label": "URI",
1203
1164
  "description": "URI should contain username, password, host name, port number, and virtual host",
1204
- "group": "authentication",
1205
- "type": "String",
1206
- "binding": {
1207
- "type": "zeebe:property",
1208
- "name": "authentication.uri"
1209
- },
1165
+ "optional": false,
1210
1166
  "constraints": {
1211
1167
  "notEmpty": true,
1212
1168
  "pattern": {
1213
- "value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*$",
1169
+ "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
1214
1170
  "message": "Must start with amqp(s):// or contain a secret reference"
1215
1171
  }
1216
1172
  },
1173
+ "group": "authentication",
1174
+ "binding": {
1175
+ "name": "authentication.uri",
1176
+ "type": "zeebe:property"
1177
+ },
1217
1178
  "condition": {
1218
- "property": "connectionType",
1219
- "equals": "uri"
1220
- }
1179
+ "property": "authentication.authType",
1180
+ "equals": "uri",
1181
+ "type": "simple"
1182
+ },
1183
+ "type": "String"
1221
1184
  },
1222
1185
  {
1186
+ "id": "authentication.userName",
1223
1187
  "label": "Username",
1224
- "group": "authentication",
1225
- "type": "String",
1226
- "binding": {
1227
- "type": "zeebe:property",
1228
- "name": "authentication.userName"
1229
- },
1188
+ "optional": false,
1230
1189
  "constraints": {
1231
1190
  "notEmpty": true
1232
1191
  },
1192
+ "group": "authentication",
1193
+ "binding": {
1194
+ "name": "authentication.userName",
1195
+ "type": "zeebe:property"
1196
+ },
1233
1197
  "condition": {
1234
- "property": "connectionType",
1235
- "equals": "credentials"
1236
- }
1198
+ "property": "authentication.authType",
1199
+ "equals": "credentials",
1200
+ "type": "simple"
1201
+ },
1202
+ "type": "String"
1237
1203
  },
1238
1204
  {
1205
+ "id": "authentication.password",
1239
1206
  "label": "Password",
1207
+ "optional": false,
1208
+ "constraints": {
1209
+ "notEmpty": true
1210
+ },
1240
1211
  "group": "authentication",
1241
- "type": "String",
1242
1212
  "binding": {
1243
- "type": "zeebe:property",
1244
- "name": "authentication.password"
1213
+ "name": "authentication.password",
1214
+ "type": "zeebe:property"
1245
1215
  },
1216
+ "condition": {
1217
+ "property": "authentication.authType",
1218
+ "equals": "credentials",
1219
+ "type": "simple"
1220
+ },
1221
+ "type": "String"
1222
+ },
1223
+ {
1224
+ "id": "routing.virtualHost",
1225
+ "label": "Virtual host",
1226
+ "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>",
1227
+ "optional": false,
1246
1228
  "constraints": {
1247
1229
  "notEmpty": true
1248
1230
  },
1231
+ "group": "routing",
1232
+ "binding": {
1233
+ "name": "routing.virtualHost",
1234
+ "type": "zeebe:property"
1235
+ },
1249
1236
  "condition": {
1250
- "property": "connectionType",
1251
- "equals": "credentials"
1252
- }
1237
+ "property": "authentication.authType",
1238
+ "equals": "credentials",
1239
+ "type": "simple"
1240
+ },
1241
+ "type": "String"
1253
1242
  },
1254
1243
  {
1244
+ "id": "routing.hostName",
1255
1245
  "label": "Host name",
1256
- "description": "Host name: get from RabbitMQ external applocation configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
1257
- "group": "routing",
1258
- "type": "String",
1259
- "binding": {
1260
- "type": "zeebe:property",
1261
- "name": "routing.hostName"
1262
- },
1246
+ "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>",
1247
+ "optional": false,
1263
1248
  "constraints": {
1264
1249
  "notEmpty": true
1265
1250
  },
1266
- "condition": {
1267
- "property": "connectionType",
1268
- "equals": "credentials"
1269
- }
1270
- },
1271
- {
1272
- "label": "Virtual host",
1273
- "description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
1274
1251
  "group": "routing",
1275
- "type": "String",
1276
1252
  "binding": {
1277
- "type": "zeebe:property",
1278
- "name": "routing.virtualHost"
1279
- },
1280
- "constraints": {
1281
- "notEmpty": true
1253
+ "name": "routing.hostName",
1254
+ "type": "zeebe:property"
1282
1255
  },
1283
1256
  "condition": {
1284
- "property": "connectionType",
1285
- "equals": "credentials"
1286
- }
1257
+ "property": "authentication.authType",
1258
+ "equals": "credentials",
1259
+ "type": "simple"
1260
+ },
1261
+ "type": "String"
1287
1262
  },
1288
1263
  {
1264
+ "id": "routing.port",
1289
1265
  "label": "Port",
1290
- "description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
1291
- "group": "routing",
1292
- "type": "String",
1293
- "binding": {
1294
- "type": "zeebe:property",
1295
- "name": "routing.port"
1296
- },
1266
+ "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>",
1267
+ "optional": false,
1297
1268
  "constraints": {
1298
1269
  "notEmpty": true
1299
1270
  },
1271
+ "group": "routing",
1272
+ "binding": {
1273
+ "name": "routing.port",
1274
+ "type": "zeebe:property"
1275
+ },
1300
1276
  "condition": {
1301
- "property": "connectionType",
1302
- "equals": "credentials"
1303
- }
1277
+ "property": "authentication.authType",
1278
+ "equals": "credentials",
1279
+ "type": "simple"
1280
+ },
1281
+ "type": "String"
1304
1282
  },
1305
1283
  {
1284
+ "id": "queueName",
1306
1285
  "label": "Queue name",
1307
1286
  "description": "Name of the queue to subscribe to",
1287
+ "optional": false,
1288
+ "constraints": {
1289
+ "notEmpty": true
1290
+ },
1308
1291
  "group": "subscription",
1309
- "type": "String",
1310
- "feel": "optional",
1311
1292
  "binding": {
1312
- "type": "zeebe:property",
1313
- "name": "queueName"
1293
+ "name": "queueName",
1294
+ "type": "zeebe:property"
1314
1295
  },
1315
- "constraints": {
1316
- "notEmpty": true
1317
- }
1296
+ "type": "String"
1318
1297
  },
1319
1298
  {
1299
+ "id": "consumerTag",
1320
1300
  "label": "Consumer tag",
1321
1301
  "description": "Consumer tag to use for the subscription",
1302
+ "optional": false,
1322
1303
  "group": "subscription",
1323
- "type": "String",
1324
- "feel": "optional",
1325
1304
  "binding": {
1326
- "type": "zeebe:property",
1327
- "name": "consumerTag"
1328
- }
1305
+ "name": "consumerTag",
1306
+ "type": "zeebe:property"
1307
+ },
1308
+ "type": "String"
1329
1309
  },
1330
1310
  {
1311
+ "id": "arguments",
1331
1312
  "label": "Arguments",
1332
1313
  "description": "Arguments to use for the subscription",
1333
- "group": "subscription",
1334
- "type": "String",
1314
+ "optional": true,
1335
1315
  "feel": "required",
1316
+ "group": "subscription",
1336
1317
  "binding": {
1337
- "type": "zeebe:property",
1338
- "name": "arguments"
1339
- }
1318
+ "name": "arguments",
1319
+ "type": "zeebe:property"
1320
+ },
1321
+ "type": "String"
1340
1322
  },
1341
1323
  {
1324
+ "id": "exclusive",
1342
1325
  "label": "Exclusive consumer",
1343
- "group": "subscription",
1344
- "type": "Dropdown",
1326
+ "optional": false,
1345
1327
  "value": "false",
1328
+ "group": "subscription",
1346
1329
  "binding": {
1347
- "type": "zeebe:property",
1348
- "name": "exclusive"
1330
+ "name": "exclusive",
1331
+ "type": "zeebe:property"
1349
1332
  },
1333
+ "type": "Dropdown",
1350
1334
  "choices": [
1351
1335
  {
1352
1336
  "name": "Yes",
@@ -1359,86 +1343,102 @@
1359
1343
  ]
1360
1344
  },
1361
1345
  {
1362
- "label": "Correlation key (process)",
1363
- "type": "String",
1364
- "group": "activation",
1346
+ "id": "activationCondition",
1347
+ "label": "Activation condition",
1348
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
1349
+ "optional": true,
1365
1350
  "feel": "required",
1366
- "description": "Sets up the correlation key from process variables",
1351
+ "group": "activation",
1367
1352
  "binding": {
1368
- "type": "bpmn:Message#zeebe:subscription#property",
1369
- "name": "correlationKey"
1353
+ "name": "activationCondition",
1354
+ "type": "zeebe:property"
1370
1355
  },
1371
- "constraints": {
1372
- "notEmpty": true
1373
- }
1356
+ "type": "String"
1374
1357
  },
1375
1358
  {
1376
- "label": "Correlation key (payload)",
1377
- "type": "String",
1378
- "group": "activation",
1359
+ "id": "correlationKeyProcess",
1360
+ "label": "Correlation key (process)",
1361
+ "description": "Sets up the correlation key from process variables",
1362
+ "constraints": {
1363
+ "notEmpty": true
1364
+ },
1379
1365
  "feel": "required",
1366
+ "group": "correlation",
1380
1367
  "binding": {
1381
- "type": "zeebe:property",
1382
- "name": "correlationKeyExpression"
1368
+ "name": "correlationKey",
1369
+ "type": "bpmn:Message#zeebe:subscription#property"
1383
1370
  },
1371
+ "type": "String"
1372
+ },
1373
+ {
1374
+ "id": "correlationKeyPayload",
1375
+ "label": "Correlation key (payload)",
1384
1376
  "description": "Extracts the correlation key from the incoming message payload",
1385
1377
  "constraints": {
1386
1378
  "notEmpty": true
1387
- }
1379
+ },
1380
+ "feel": "required",
1381
+ "group": "correlation",
1382
+ "binding": {
1383
+ "name": "correlationKeyExpression",
1384
+ "type": "zeebe:property"
1385
+ },
1386
+ "type": "String"
1388
1387
  },
1389
1388
  {
1389
+ "id": "messageIdExpression",
1390
1390
  "label": "Message ID expression",
1391
- "feel": "required",
1392
- "type": "String",
1391
+ "description": "Expression to extract unique identifier of a message",
1393
1392
  "optional": true,
1394
- "group": "activation",
1393
+ "feel": "required",
1394
+ "group": "correlation",
1395
1395
  "binding": {
1396
- "type": "zeebe:property",
1397
- "name": "messageIdExpression"
1396
+ "name": "messageIdExpression",
1397
+ "type": "zeebe:property"
1398
1398
  },
1399
- "description": "Expression to extract unique identifier of a message"
1399
+ "type": "String"
1400
1400
  },
1401
1401
  {
1402
- "label": "Activation condition",
1403
- "type": "String",
1404
- "group": "activation",
1405
- "feel": "required",
1406
- "optional": true,
1402
+ "id": "messageNameUuid",
1403
+ "generatedValue": {
1404
+ "type": "uuid"
1405
+ },
1406
+ "group": "correlation",
1407
1407
  "binding": {
1408
- "type": "zeebe:property",
1409
- "name": "activationCondition"
1408
+ "name": "name",
1409
+ "type": "bpmn:Message#property"
1410
1410
  },
1411
- "description": "Condition under which the connector triggers. Leave empty to catch all events"
1411
+ "type": "Hidden"
1412
1412
  },
1413
1413
  {
1414
+ "id": "resultVariable",
1414
1415
  "label": "Result variable",
1415
- "type": "String",
1416
- "group": "variable-mapping",
1417
- "optional": true,
1416
+ "description": "Name of variable to store the response in",
1417
+ "group": "output",
1418
1418
  "binding": {
1419
- "type": "zeebe:property",
1420
- "name": "resultVariable"
1419
+ "name": "resultVariable",
1420
+ "type": "zeebe:property"
1421
1421
  },
1422
- "description": "Name of variable to store the result of the connector in"
1422
+ "type": "String"
1423
1423
  },
1424
1424
  {
1425
+ "id": "resultExpression",
1425
1426
  "label": "Result expression",
1426
- "type": "String",
1427
- "group": "variable-mapping",
1427
+ "description": "Expression to map the response into process variables",
1428
1428
  "feel": "required",
1429
- "optional": true,
1429
+ "group": "output",
1430
1430
  "binding": {
1431
- "type": "zeebe:property",
1432
- "name": "resultExpression"
1431
+ "name": "resultExpression",
1432
+ "type": "zeebe:property"
1433
1433
  },
1434
- "description": "Expression to map the inbound payload to process variables"
1434
+ "type": "Text"
1435
1435
  }
1436
1436
  ],
1437
1437
  "icon": {
1438
- "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='-7.5 0 271 271' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M245.44 108.308h-85.09a7.738 7.738 0 0 1-7.735-7.734v-88.68C152.615 5.327 147.29 0 140.726 0h-30.375c-6.568 0-11.89 5.327-11.89 11.894v88.143c0 4.573-3.697 8.29-8.27 8.31l-27.885.133c-4.612.025-8.359-3.717-8.35-8.325l.173-88.241C54.144 5.337 48.817 0 42.24 0H11.89C5.321 0 0 5.327 0 11.894V260.21c0 5.834 4.726 10.56 10.555 10.56H245.44c5.834 0 10.56-4.726 10.56-10.56V118.868c0-5.834-4.726-10.56-10.56-10.56zm-39.902 93.233c0 7.645-6.198 13.844-13.843 13.844H167.69c-7.646 0-13.844-6.199-13.844-13.844v-24.005c0-7.646 6.198-13.844 13.844-13.844h24.005c7.645 0 13.843 6.198 13.843 13.844v24.005z' fill='%23F60'/%3E%3C/svg%3E"
1438
+ "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
1439
1439
  },
1440
1440
  "engines": {
1441
- "camunda": "^8.4"
1441
+ "camunda": "^8.5"
1442
1442
  }
1443
1443
  },
1444
1444
  {