@camunda/connectors-element-templates 1.0.17 → 1.0.18

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 (125) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -2
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +2 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -5
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +775 -38
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
  29. package/src/element-templates/aws-lambda-outbound-connector.json +472 -468
  30. package/src/element-templates/aws-s3-outbound-connector.json +656 -15
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
  32. package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
  34. package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
  37. package/src/element-templates/aws-sns-outbound-connector.json +390 -386
  38. package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
  40. package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
  43. package/src/element-templates/aws-sqs-start-message.json +866 -862
  44. package/src/element-templates/aws-textract-outbound-connector.json +358 -354
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1325 -0
  47. package/src/element-templates/blue-prism-connector.json +595 -50
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +39 -31
  50. package/src/element-templates/easy-post-connector.json +1088 -120
  51. package/src/element-templates/email-inbound-connector-boundary.json +16 -8
  52. package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +16 -8
  55. package/src/element-templates/email-outbound-connector.json +2114 -241
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12587 -9052
  58. package/src/element-templates/github-webhook-connector-boundary.json +27 -29
  59. package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
  60. package/src/element-templates/github-webhook-connector-message-start.json +19 -21
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +11 -13
  63. package/src/element-templates/gitlab-connector.json +4756 -3124
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +1285 -665
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1055 -26
  68. package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
  69. package/src/element-templates/graphql-outbound-connector.json +1136 -1127
  70. package/src/element-templates/http-json-connector.json +2779 -2129
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
  72. package/src/element-templates/http-polling-connector.json +746 -735
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +249 -18
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +666 -660
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
  87. package/src/element-templates/openai-connector.json +579 -116
  88. package/src/element-templates/operate-connector.json +1219 -67
  89. package/src/element-templates/power-automate-connector.json +604 -12
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
  95. package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +553 -9
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +1380 -772
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +389 -91
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +566 -236
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +127 -122
  110. package/src/element-templates/slack-outbound-connector.json +2613 -915
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1514 -34
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +607 -15
  119. package/src/element-templates/webhook-connector-boundary.json +1218 -1208
  120. package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
  121. package/src/element-templates/webhook-connector-receive.json +55 -45
  122. package/src/element-templates/webhook-connector-start-event.json +1299 -1292
  123. package/src/element-templates/webhook-connector-start-message.json +711 -701
  124. package/src/element-templates/whatsapp-connector.json +339 -5
  125. package/src/element-templates/http-connector.json.json +0 -654
@@ -4,9 +4,15 @@
4
4
  "name": "RabbitMQ Outbound Connector",
5
5
  "id": "io.camunda.connectors.RabbitMQ.v1",
6
6
  "description": "Send message to RabbitMQ",
7
- "metadata": {
8
- "keywords": []
9
- },
7
+ "keywords": [
8
+ "publish message",
9
+ "send message",
10
+ "message queue",
11
+ "AMQP",
12
+ "produce event",
13
+ "message broker",
14
+ "queue"
15
+ ],
10
16
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound",
11
17
  "version": 6,
12
18
  "category": {
@@ -297,7 +303,7 @@
297
303
  {
298
304
  "id": "resultVariable",
299
305
  "label": "Result variable",
300
- "description": "Name of variable to store the response in",
306
+ "description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>.",
301
307
  "group": "output",
302
308
  "binding": {
303
309
  "key": "resultVariable",
@@ -308,7 +314,7 @@
308
314
  {
309
315
  "id": "resultExpression",
310
316
  "label": "Result expression",
311
- "description": "Expression to map the response into process variables",
317
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>.",
312
318
  "feel": "required",
313
319
  "group": "output",
314
320
  "binding": {
@@ -365,7 +371,7 @@
365
371
  "id": "io.camunda.connectors.RabbitMQ.v1",
366
372
  "description": "Send message to RabbitMQ",
367
373
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/",
368
- "version": 1,
374
+ "version": 2,
369
375
  "category": {
370
376
  "id": "connectors",
371
377
  "name": "Connectors"
@@ -438,7 +444,7 @@
438
444
  "constraints": {
439
445
  "notEmpty": true,
440
446
  "pattern": {
441
- "value": "^(amqps?://)|(secrets).*",
447
+ "value": "^(=|(amqps?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
442
448
  "message": "Must start with amqp(s):// or contain a secret reference"
443
449
  }
444
450
  },
@@ -630,7 +636,7 @@
630
636
  "id": "io.camunda.connectors.RabbitMQ.v1",
631
637
  "description": "Send message to RabbitMQ",
632
638
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound",
633
- "version": 3,
639
+ "version": 5,
634
640
  "category": {
635
641
  "id": "connectors",
636
642
  "name": "Connectors"
@@ -657,29 +663,33 @@
657
663
  "label": "Output mapping"
658
664
  },
659
665
  {
660
- "id": "errors",
666
+ "id": "error",
661
667
  "label": "Error handling"
668
+ },
669
+ {
670
+ "id": "retries",
671
+ "label": "Retries"
662
672
  }
663
673
  ],
664
674
  "properties": [
665
675
  {
666
- "type": "Hidden",
667
676
  "value": "io.camunda:connector-rabbitmq:1",
668
677
  "binding": {
669
- "type": "zeebe:taskDefinition",
670
- "property": "type"
671
- }
678
+ "property": "type",
679
+ "type": "zeebe:taskDefinition"
680
+ },
681
+ "type": "Hidden"
672
682
  },
673
683
  {
674
- "id": "connectionType",
684
+ "id": "authentication.authType",
675
685
  "label": "Connection type",
676
- "group": "authentication",
677
- "type": "Dropdown",
678
686
  "value": "uri",
687
+ "group": "authentication",
679
688
  "binding": {
680
- "type": "zeebe:input",
681
- "name": "authentication.authType"
689
+ "name": "authentication.authType",
690
+ "type": "zeebe:input"
682
691
  },
692
+ "type": "Dropdown",
683
693
  "choices": [
684
694
  {
685
695
  "name": "URI",
@@ -692,210 +702,271 @@
692
702
  ]
693
703
  },
694
704
  {
705
+ "id": "authentication.uri",
695
706
  "label": "URI",
696
707
  "description": "URI should contain username, password, host name, port number, and virtual host",
697
- "group": "authentication",
698
- "type": "String",
699
- "binding": {
700
- "type": "zeebe:input",
701
- "name": "authentication.uri"
702
- },
708
+ "optional": false,
703
709
  "constraints": {
704
710
  "notEmpty": true,
705
711
  "pattern": {
706
- "value": "^(=|(amqps?://|\\{\\{secrets\\..+\\}\\}).*$)",
712
+ "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
707
713
  "message": "Must start with amqp(s):// or contain a secret reference"
708
714
  }
709
715
  },
716
+ "feel": "optional",
717
+ "group": "authentication",
718
+ "binding": {
719
+ "name": "authentication.uri",
720
+ "type": "zeebe:input"
721
+ },
710
722
  "condition": {
711
- "property": "connectionType",
712
- "equals": "uri"
713
- }
723
+ "property": "authentication.authType",
724
+ "equals": "uri",
725
+ "type": "simple"
726
+ },
727
+ "type": "String"
714
728
  },
715
729
  {
730
+ "id": "authentication.userName",
716
731
  "label": "Username",
717
- "group": "authentication",
718
- "type": "String",
719
- "binding": {
720
- "type": "zeebe:input",
721
- "name": "authentication.userName"
722
- },
732
+ "optional": false,
723
733
  "constraints": {
724
734
  "notEmpty": true
725
735
  },
736
+ "feel": "optional",
737
+ "group": "authentication",
738
+ "binding": {
739
+ "name": "authentication.userName",
740
+ "type": "zeebe:input"
741
+ },
726
742
  "condition": {
727
- "property": "connectionType",
728
- "equals": "credentials"
729
- }
743
+ "property": "authentication.authType",
744
+ "equals": "credentials",
745
+ "type": "simple"
746
+ },
747
+ "type": "String"
730
748
  },
731
749
  {
750
+ "id": "authentication.password",
732
751
  "label": "Password",
733
- "group": "authentication",
734
- "type": "String",
735
- "binding": {
736
- "type": "zeebe:input",
737
- "name": "authentication.password"
738
- },
752
+ "optional": false,
739
753
  "constraints": {
740
754
  "notEmpty": true
741
755
  },
756
+ "feel": "optional",
757
+ "group": "authentication",
758
+ "binding": {
759
+ "name": "authentication.password",
760
+ "type": "zeebe:input"
761
+ },
742
762
  "condition": {
743
- "property": "connectionType",
744
- "equals": "credentials"
745
- }
763
+ "property": "authentication.authType",
764
+ "equals": "credentials",
765
+ "type": "simple"
766
+ },
767
+ "type": "String"
746
768
  },
747
769
  {
748
- "label": "Host name",
749
- "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>",
770
+ "id": "routing.exchange",
771
+ "label": "Exchange",
772
+ "description": "Topic exchange: 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>",
773
+ "optional": false,
774
+ "constraints": {
775
+ "notEmpty": true
776
+ },
750
777
  "feel": "optional",
751
778
  "group": "routing",
752
- "type": "String",
753
779
  "binding": {
754
- "type": "zeebe:input",
755
- "name": "routing.hostName"
780
+ "name": "routing.exchange",
781
+ "type": "zeebe:input"
756
782
  },
783
+ "type": "String"
784
+ },
785
+ {
786
+ "id": "routing.routingKey",
787
+ "label": "Routing key",
788
+ "description": "Routing key: a binding is a \"link\" that was set up to bind a queue to an exchange. 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>",
789
+ "optional": false,
757
790
  "constraints": {
758
791
  "notEmpty": true
759
792
  },
760
- "condition": {
761
- "property": "connectionType",
762
- "equals": "credentials"
763
- }
764
- },
765
- {
766
- "label": "Virtual host",
767
- "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>",
768
793
  "feel": "optional",
769
794
  "group": "routing",
770
- "type": "String",
771
795
  "binding": {
772
- "type": "zeebe:input",
773
- "name": "routing.virtualHost"
796
+ "name": "routing.routingKey",
797
+ "type": "zeebe:input"
774
798
  },
799
+ "type": "String"
800
+ },
801
+ {
802
+ "id": "routing.virtualHost",
803
+ "label": "Virtual host",
804
+ "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>",
805
+ "optional": false,
775
806
  "constraints": {
776
807
  "notEmpty": true
777
808
  },
778
- "condition": {
779
- "property": "connectionType",
780
- "equals": "credentials"
781
- }
782
- },
783
- {
784
- "label": "Exchange",
785
- "description": "Topic exchange: 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>",
786
809
  "feel": "optional",
787
810
  "group": "routing",
788
- "type": "String",
789
811
  "binding": {
790
- "type": "zeebe:input",
791
- "name": "routing.exchange"
812
+ "name": "routing.virtualHost",
813
+ "type": "zeebe:input"
792
814
  },
793
- "constraints": {
794
- "notEmpty": true
795
- }
815
+ "condition": {
816
+ "property": "authentication.authType",
817
+ "equals": "credentials",
818
+ "type": "simple"
819
+ },
820
+ "type": "String"
796
821
  },
797
822
  {
798
- "label": "Routing key",
799
- "description": "Routing key: a binding is a \"link\" that was set up to bind a queue to an exchange. 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>",
823
+ "id": "routing.hostName",
824
+ "label": "Host name",
825
+ "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>",
826
+ "optional": false,
827
+ "constraints": {
828
+ "notEmpty": true
829
+ },
800
830
  "feel": "optional",
801
831
  "group": "routing",
802
- "type": "String",
803
832
  "binding": {
804
- "type": "zeebe:input",
805
- "name": "routing.routingKey"
833
+ "name": "routing.hostName",
834
+ "type": "zeebe:input"
806
835
  },
807
- "constraints": {
808
- "notEmpty": true
809
- }
836
+ "condition": {
837
+ "property": "authentication.authType",
838
+ "equals": "credentials",
839
+ "type": "simple"
840
+ },
841
+ "type": "String"
810
842
  },
811
843
  {
844
+ "id": "routing.port",
812
845
  "label": "Port",
813
846
  "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>",
847
+ "optional": false,
848
+ "constraints": {
849
+ "notEmpty": true
850
+ },
814
851
  "feel": "optional",
815
852
  "group": "routing",
816
- "type": "String",
817
853
  "binding": {
818
- "type": "zeebe:input",
819
- "name": "routing.port"
820
- },
821
- "constraints": {
822
- "notEmpty": true
854
+ "name": "routing.port",
855
+ "type": "zeebe:input"
823
856
  },
824
857
  "condition": {
825
- "property": "connectionType",
826
- "equals": "credentials"
827
- }
858
+ "property": "authentication.authType",
859
+ "equals": "credentials",
860
+ "type": "simple"
861
+ },
862
+ "type": "String"
828
863
  },
829
864
  {
830
- "label": "Message",
831
- "description": "Data to send to RabbitMQ",
865
+ "id": "message.properties",
866
+ "label": "Properties",
867
+ "description": "Properties for the message, routing headers, etc",
868
+ "optional": true,
869
+ "value": "={}",
870
+ "feel": "required",
832
871
  "group": "message",
833
- "type": "Text",
834
- "feel": "optional",
835
872
  "binding": {
836
- "type": "zeebe:input",
837
- "name": "message.body"
838
- }
873
+ "name": "message.properties",
874
+ "type": "zeebe:input"
875
+ },
876
+ "type": "Text"
839
877
  },
840
878
  {
841
- "label": "Properties",
842
- "description": "Properties for the message, routing headers, etc.",
879
+ "id": "message.body",
880
+ "label": "Message",
881
+ "description": "Data to send to RabbitMQ",
882
+ "optional": false,
883
+ "constraints": {
884
+ "notEmpty": true
885
+ },
886
+ "feel": "optional",
843
887
  "group": "message",
844
- "type": "Text",
845
- "feel": "required",
846
- "value": "={}",
847
888
  "binding": {
848
- "type": "zeebe:input",
849
- "name": "message.properties"
850
- }
889
+ "name": "message.body",
890
+ "type": "zeebe:input"
891
+ },
892
+ "type": "Text"
851
893
  },
852
894
  {
895
+ "id": "resultVariable",
853
896
  "label": "Result variable",
854
- "description": "Enter name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
897
+ "description": "Name of variable to store the response in",
855
898
  "group": "output",
856
- "type": "String",
857
899
  "binding": {
858
- "type": "zeebe:taskHeader",
859
- "key": "resultVariable"
860
- }
861
- },
862
- {
863
- "label": "Result expression",
864
- "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
865
- "group": "output",
866
- "type": "Text",
900
+ "key": "resultVariable",
901
+ "type": "zeebe:taskHeader"
902
+ },
903
+ "type": "String"
904
+ },
905
+ {
906
+ "id": "resultExpression",
907
+ "label": "Result expression",
908
+ "description": "Expression to map the response into process variables",
867
909
  "feel": "required",
910
+ "group": "output",
868
911
  "binding": {
869
- "type": "zeebe:taskHeader",
870
- "key": "resultExpression"
871
- }
912
+ "key": "resultExpression",
913
+ "type": "zeebe:taskHeader"
914
+ },
915
+ "type": "Text"
872
916
  },
873
917
  {
918
+ "id": "errorExpression",
874
919
  "label": "Error expression",
875
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
876
- "group": "errors",
877
- "type": "Text",
920
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
878
921
  "feel": "required",
922
+ "group": "error",
879
923
  "binding": {
880
- "type": "zeebe:taskHeader",
881
- "key": "errorExpression"
882
- }
924
+ "key": "errorExpression",
925
+ "type": "zeebe:taskHeader"
926
+ },
927
+ "type": "Text"
928
+ },
929
+ {
930
+ "id": "retryCount",
931
+ "label": "Retries",
932
+ "description": "Number of retries",
933
+ "value": "3",
934
+ "feel": "optional",
935
+ "group": "retries",
936
+ "binding": {
937
+ "property": "retries",
938
+ "type": "zeebe:taskDefinition"
939
+ },
940
+ "type": "String"
941
+ },
942
+ {
943
+ "id": "retryBackoff",
944
+ "label": "Retry backoff",
945
+ "description": "ISO-8601 duration to wait between retries",
946
+ "value": "PT0S",
947
+ "feel": "optional",
948
+ "group": "retries",
949
+ "binding": {
950
+ "key": "retryBackoff",
951
+ "type": "zeebe:taskHeader"
952
+ },
953
+ "type": "String"
883
954
  }
884
955
  ],
885
956
  "icon": {
886
- "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"
957
+ "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
887
958
  },
888
959
  "engines": {
889
- "camunda": "^8.2"
960
+ "camunda": "^8.5"
890
961
  }
891
962
  },
892
963
  {
893
964
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
894
- "name": "RabbitMQ connector",
965
+ "name": "RabbitMQ Outbound Connector",
895
966
  "id": "io.camunda.connectors.RabbitMQ.v1",
896
967
  "description": "Send message to RabbitMQ",
897
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/",
898
- "version": 2,
968
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound",
969
+ "version": 4,
899
970
  "category": {
900
971
  "id": "connectors",
901
972
  "name": "Connectors"
@@ -922,29 +993,33 @@
922
993
  "label": "Output mapping"
923
994
  },
924
995
  {
925
- "id": "errors",
996
+ "id": "error",
926
997
  "label": "Error handling"
998
+ },
999
+ {
1000
+ "id": "retries",
1001
+ "label": "Retries"
927
1002
  }
928
1003
  ],
929
1004
  "properties": [
930
1005
  {
931
- "type": "Hidden",
932
1006
  "value": "io.camunda:connector-rabbitmq:1",
933
1007
  "binding": {
934
- "type": "zeebe:taskDefinition",
935
- "property": "type"
936
- }
1008
+ "property": "type",
1009
+ "type": "zeebe:taskDefinition"
1010
+ },
1011
+ "type": "Hidden"
937
1012
  },
938
1013
  {
939
- "id": "connectionType",
1014
+ "id": "authentication.authType",
940
1015
  "label": "Connection type",
941
- "group": "authentication",
942
- "type": "Dropdown",
943
1016
  "value": "uri",
1017
+ "group": "authentication",
944
1018
  "binding": {
945
- "type": "zeebe:input",
946
- "name": "authentication.authType"
1019
+ "name": "authentication.authType",
1020
+ "type": "zeebe:input"
947
1021
  },
1022
+ "type": "Dropdown",
948
1023
  "choices": [
949
1024
  {
950
1025
  "name": "URI",
@@ -957,210 +1032,267 @@
957
1032
  ]
958
1033
  },
959
1034
  {
1035
+ "id": "authentication.uri",
960
1036
  "label": "URI",
961
1037
  "description": "URI should contain username, password, host name, port number, and virtual host",
1038
+ "optional": false,
1039
+ "constraints": {
1040
+ "notEmpty": true
1041
+ },
1042
+ "feel": "optional",
962
1043
  "group": "authentication",
963
- "type": "String",
964
1044
  "binding": {
965
- "type": "zeebe:input",
966
- "name": "authentication.uri"
967
- },
968
- "constraints": {
969
- "notEmpty": true,
970
- "pattern": {
971
- "value": "^(=|(amqps?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
972
- "message": "Must start with amqp(s):// or contain a secret reference"
973
- }
1045
+ "name": "authentication.uri",
1046
+ "type": "zeebe:input"
974
1047
  },
975
1048
  "condition": {
976
- "property": "connectionType",
977
- "equals": "uri"
978
- }
1049
+ "property": "authentication.authType",
1050
+ "equals": "uri",
1051
+ "type": "simple"
1052
+ },
1053
+ "type": "String"
979
1054
  },
980
1055
  {
1056
+ "id": "authentication.userName",
981
1057
  "label": "Username",
982
- "group": "authentication",
983
- "type": "String",
984
- "binding": {
985
- "type": "zeebe:input",
986
- "name": "authentication.userName"
987
- },
1058
+ "optional": false,
988
1059
  "constraints": {
989
1060
  "notEmpty": true
990
1061
  },
1062
+ "feel": "optional",
1063
+ "group": "authentication",
1064
+ "binding": {
1065
+ "name": "authentication.userName",
1066
+ "type": "zeebe:input"
1067
+ },
991
1068
  "condition": {
992
- "property": "connectionType",
993
- "equals": "credentials"
994
- }
1069
+ "property": "authentication.authType",
1070
+ "equals": "credentials",
1071
+ "type": "simple"
1072
+ },
1073
+ "type": "String"
995
1074
  },
996
1075
  {
1076
+ "id": "authentication.password",
997
1077
  "label": "Password",
998
- "group": "authentication",
999
- "type": "String",
1000
- "binding": {
1001
- "type": "zeebe:input",
1002
- "name": "authentication.password"
1003
- },
1078
+ "optional": false,
1004
1079
  "constraints": {
1005
1080
  "notEmpty": true
1006
1081
  },
1082
+ "feel": "optional",
1083
+ "group": "authentication",
1084
+ "binding": {
1085
+ "name": "authentication.password",
1086
+ "type": "zeebe:input"
1087
+ },
1007
1088
  "condition": {
1008
- "property": "connectionType",
1009
- "equals": "credentials"
1010
- }
1089
+ "property": "authentication.authType",
1090
+ "equals": "credentials",
1091
+ "type": "simple"
1092
+ },
1093
+ "type": "String"
1011
1094
  },
1012
1095
  {
1013
- "label": "Host name",
1014
- "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/#routing-data\"target=\"_blank\">documentation</a>",
1096
+ "id": "routing.exchange",
1097
+ "label": "Exchange",
1098
+ "description": "Topic exchange: 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>",
1099
+ "optional": false,
1100
+ "constraints": {
1101
+ "notEmpty": true
1102
+ },
1015
1103
  "feel": "optional",
1016
1104
  "group": "routing",
1017
- "type": "String",
1018
1105
  "binding": {
1019
- "type": "zeebe:input",
1020
- "name": "routing.hostName"
1106
+ "name": "routing.exchange",
1107
+ "type": "zeebe:input"
1021
1108
  },
1109
+ "type": "String"
1110
+ },
1111
+ {
1112
+ "id": "routing.routingKey",
1113
+ "label": "Routing key",
1114
+ "description": "Routing key: a binding is a \"link\" that was set up to bind a queue to an exchange. 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>",
1115
+ "optional": false,
1022
1116
  "constraints": {
1023
1117
  "notEmpty": true
1024
1118
  },
1025
- "condition": {
1026
- "property": "connectionType",
1027
- "equals": "credentials"
1028
- }
1029
- },
1030
- {
1031
- "label": "Virtual host",
1032
- "description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
1033
1119
  "feel": "optional",
1034
1120
  "group": "routing",
1035
- "type": "String",
1036
1121
  "binding": {
1037
- "type": "zeebe:input",
1038
- "name": "routing.virtualHost"
1122
+ "name": "routing.routingKey",
1123
+ "type": "zeebe:input"
1039
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,
1040
1132
  "constraints": {
1041
1133
  "notEmpty": true
1042
1134
  },
1043
- "condition": {
1044
- "property": "connectionType",
1045
- "equals": "credentials"
1046
- }
1047
- },
1048
- {
1049
- "label": "Exchange",
1050
- "description": "Topic exchange: 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>",
1051
1135
  "feel": "optional",
1052
1136
  "group": "routing",
1053
- "type": "String",
1054
1137
  "binding": {
1055
- "type": "zeebe:input",
1056
- "name": "routing.exchange"
1138
+ "name": "routing.virtualHost",
1139
+ "type": "zeebe:input"
1057
1140
  },
1058
- "constraints": {
1059
- "notEmpty": true
1060
- }
1141
+ "condition": {
1142
+ "property": "authentication.authType",
1143
+ "equals": "credentials",
1144
+ "type": "simple"
1145
+ },
1146
+ "type": "String"
1061
1147
  },
1062
1148
  {
1063
- "label": "Routing key",
1064
- "description": "Routing key: a binding is a \"link\" that was set up to bind a queue to an exchange. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
1149
+ "id": "routing.hostName",
1150
+ "label": "Host name",
1151
+ "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>",
1152
+ "optional": false,
1153
+ "constraints": {
1154
+ "notEmpty": true
1155
+ },
1065
1156
  "feel": "optional",
1066
1157
  "group": "routing",
1067
- "type": "String",
1068
1158
  "binding": {
1069
- "type": "zeebe:input",
1070
- "name": "routing.routingKey"
1159
+ "name": "routing.hostName",
1160
+ "type": "zeebe:input"
1071
1161
  },
1072
- "constraints": {
1073
- "notEmpty": true
1074
- }
1162
+ "condition": {
1163
+ "property": "authentication.authType",
1164
+ "equals": "credentials",
1165
+ "type": "simple"
1166
+ },
1167
+ "type": "String"
1075
1168
  },
1076
1169
  {
1170
+ "id": "routing.port",
1077
1171
  "label": "Port",
1078
- "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>",
1172
+ "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>",
1173
+ "optional": false,
1174
+ "constraints": {
1175
+ "notEmpty": true
1176
+ },
1079
1177
  "feel": "optional",
1080
1178
  "group": "routing",
1081
- "type": "String",
1082
1179
  "binding": {
1083
- "type": "zeebe:input",
1084
- "name": "routing.port"
1085
- },
1086
- "constraints": {
1087
- "notEmpty": true
1180
+ "name": "routing.port",
1181
+ "type": "zeebe:input"
1088
1182
  },
1089
1183
  "condition": {
1090
- "property": "connectionType",
1091
- "equals": "credentials"
1092
- }
1184
+ "property": "authentication.authType",
1185
+ "equals": "credentials",
1186
+ "type": "simple"
1187
+ },
1188
+ "type": "String"
1093
1189
  },
1094
1190
  {
1095
- "label": "Message",
1096
- "description": "Data to send to RabbitMQ",
1191
+ "id": "message.properties",
1192
+ "label": "Properties",
1193
+ "description": "Properties for the message, routing headers, etc",
1194
+ "optional": true,
1195
+ "value": "={}",
1196
+ "feel": "required",
1097
1197
  "group": "message",
1098
- "type": "Text",
1099
- "feel": "optional",
1100
1198
  "binding": {
1101
- "type": "zeebe:input",
1102
- "name": "message.body"
1103
- }
1199
+ "name": "message.properties",
1200
+ "type": "zeebe:input"
1201
+ },
1202
+ "type": "Text"
1104
1203
  },
1105
1204
  {
1106
- "label": "Properties",
1107
- "description": "Properties for the message, routing headers, etc.",
1205
+ "id": "message.body",
1206
+ "label": "Message",
1207
+ "description": "Data to send to RabbitMQ",
1208
+ "optional": false,
1209
+ "constraints": {
1210
+ "notEmpty": true
1211
+ },
1212
+ "feel": "optional",
1108
1213
  "group": "message",
1109
- "type": "Text",
1110
- "feel": "required",
1111
- "value": "={}",
1112
1214
  "binding": {
1113
- "type": "zeebe:input",
1114
- "name": "message.properties"
1115
- }
1215
+ "name": "message.body",
1216
+ "type": "zeebe:input"
1217
+ },
1218
+ "type": "Text"
1116
1219
  },
1117
1220
  {
1221
+ "id": "resultVariable",
1118
1222
  "label": "Result variable",
1119
- "description": "Enter name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
1223
+ "description": "Name of variable to store the response in",
1120
1224
  "group": "output",
1121
- "type": "String",
1122
1225
  "binding": {
1123
- "type": "zeebe:taskHeader",
1124
- "key": "resultVariable"
1125
- }
1226
+ "key": "resultVariable",
1227
+ "type": "zeebe:taskHeader"
1228
+ },
1229
+ "type": "String"
1126
1230
  },
1127
1231
  {
1232
+ "id": "resultExpression",
1128
1233
  "label": "Result expression",
1129
- "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
1130
- "group": "output",
1131
- "type": "Text",
1234
+ "description": "Expression to map the response into process variables",
1132
1235
  "feel": "required",
1236
+ "group": "output",
1133
1237
  "binding": {
1134
- "type": "zeebe:taskHeader",
1135
- "key": "resultExpression"
1136
- }
1238
+ "key": "resultExpression",
1239
+ "type": "zeebe:taskHeader"
1240
+ },
1241
+ "type": "Text"
1137
1242
  },
1138
1243
  {
1244
+ "id": "errorExpression",
1139
1245
  "label": "Error expression",
1140
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
1141
- "group": "errors",
1142
- "type": "Text",
1246
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1143
1247
  "feel": "required",
1248
+ "group": "error",
1144
1249
  "binding": {
1145
- "type": "zeebe:taskHeader",
1146
- "key": "errorExpression"
1147
- }
1250
+ "key": "errorExpression",
1251
+ "type": "zeebe:taskHeader"
1252
+ },
1253
+ "type": "Text"
1254
+ },
1255
+ {
1256
+ "id": "retryCount",
1257
+ "label": "Retries",
1258
+ "description": "Number of retries",
1259
+ "value": "3",
1260
+ "feel": "optional",
1261
+ "group": "retries",
1262
+ "binding": {
1263
+ "property": "retries",
1264
+ "type": "zeebe:taskDefinition"
1265
+ },
1266
+ "type": "String"
1267
+ },
1268
+ {
1269
+ "id": "retryBackoff",
1270
+ "label": "Retry backoff",
1271
+ "description": "ISO-8601 duration to wait between retries",
1272
+ "value": "PT0S",
1273
+ "feel": "optional",
1274
+ "group": "retries",
1275
+ "binding": {
1276
+ "key": "retryBackoff",
1277
+ "type": "zeebe:taskHeader"
1278
+ },
1279
+ "type": "String"
1148
1280
  }
1149
1281
  ],
1150
1282
  "icon": {
1151
- "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"
1283
+ "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
1152
1284
  },
1153
1285
  "engines": {
1154
- "camunda": "^8.2"
1286
+ "camunda": "^8.5"
1155
1287
  }
1156
1288
  },
1157
1289
  {
1158
1290
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1159
- "name": "RabbitMQ Outbound Connector",
1291
+ "name": "RabbitMQ connector",
1160
1292
  "id": "io.camunda.connectors.RabbitMQ.v1",
1161
1293
  "description": "Send message to RabbitMQ",
1162
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound",
1163
- "version": 4,
1294
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/",
1295
+ "version": 1,
1164
1296
  "category": {
1165
1297
  "id": "connectors",
1166
1298
  "name": "Connectors"
@@ -1187,33 +1319,29 @@
1187
1319
  "label": "Output mapping"
1188
1320
  },
1189
1321
  {
1190
- "id": "error",
1322
+ "id": "errors",
1191
1323
  "label": "Error handling"
1192
- },
1193
- {
1194
- "id": "retries",
1195
- "label": "Retries"
1196
1324
  }
1197
1325
  ],
1198
1326
  "properties": [
1199
1327
  {
1328
+ "type": "Hidden",
1200
1329
  "value": "io.camunda:connector-rabbitmq:1",
1201
1330
  "binding": {
1202
- "property": "type",
1203
- "type": "zeebe:taskDefinition"
1204
- },
1205
- "type": "Hidden"
1331
+ "type": "zeebe:taskDefinition",
1332
+ "property": "type"
1333
+ }
1206
1334
  },
1207
1335
  {
1208
- "id": "authentication.authType",
1336
+ "id": "connectionType",
1209
1337
  "label": "Connection type",
1210
- "value": "uri",
1211
1338
  "group": "authentication",
1339
+ "type": "Dropdown",
1340
+ "value": "uri",
1212
1341
  "binding": {
1213
- "name": "authentication.authType",
1214
- "type": "zeebe:input"
1342
+ "type": "zeebe:input",
1343
+ "name": "authentication.authType"
1215
1344
  },
1216
- "type": "Dropdown",
1217
1345
  "choices": [
1218
1346
  {
1219
1347
  "name": "URI",
@@ -1226,258 +1354,201 @@
1226
1354
  ]
1227
1355
  },
1228
1356
  {
1229
- "id": "authentication.uri",
1230
1357
  "label": "URI",
1231
1358
  "description": "URI should contain username, password, host name, port number, and virtual host",
1232
- "optional": false,
1233
- "constraints": {
1234
- "notEmpty": true
1235
- },
1236
- "feel": "optional",
1237
1359
  "group": "authentication",
1360
+ "type": "String",
1238
1361
  "binding": {
1239
- "name": "authentication.uri",
1240
- "type": "zeebe:input"
1362
+ "type": "zeebe:input",
1363
+ "name": "authentication.uri"
1241
1364
  },
1242
- "condition": {
1243
- "property": "authentication.authType",
1244
- "equals": "uri",
1245
- "type": "simple"
1365
+ "constraints": {
1366
+ "notEmpty": true,
1367
+ "pattern": {
1368
+ "value": "^(amqps?://)|(secrets).*",
1369
+ "message": "Must start with amqp(s):// or contain a secret reference"
1370
+ }
1246
1371
  },
1247
- "type": "String"
1372
+ "condition": {
1373
+ "property": "connectionType",
1374
+ "equals": "uri"
1375
+ }
1248
1376
  },
1249
1377
  {
1250
- "id": "authentication.userName",
1251
1378
  "label": "Username",
1252
- "optional": false,
1253
- "constraints": {
1254
- "notEmpty": true
1255
- },
1256
- "feel": "optional",
1257
1379
  "group": "authentication",
1380
+ "type": "String",
1258
1381
  "binding": {
1259
- "name": "authentication.userName",
1260
- "type": "zeebe:input"
1382
+ "type": "zeebe:input",
1383
+ "name": "authentication.userName"
1261
1384
  },
1262
- "condition": {
1263
- "property": "authentication.authType",
1264
- "equals": "credentials",
1265
- "type": "simple"
1385
+ "constraints": {
1386
+ "notEmpty": true
1266
1387
  },
1267
- "type": "String"
1388
+ "condition": {
1389
+ "property": "connectionType",
1390
+ "equals": "credentials"
1391
+ }
1268
1392
  },
1269
1393
  {
1270
- "id": "authentication.password",
1271
1394
  "label": "Password",
1272
- "optional": false,
1273
- "constraints": {
1274
- "notEmpty": true
1275
- },
1276
- "feel": "optional",
1277
1395
  "group": "authentication",
1396
+ "type": "String",
1278
1397
  "binding": {
1279
- "name": "authentication.password",
1280
- "type": "zeebe:input"
1281
- },
1282
- "condition": {
1283
- "property": "authentication.authType",
1284
- "equals": "credentials",
1285
- "type": "simple"
1398
+ "type": "zeebe:input",
1399
+ "name": "authentication.password"
1286
1400
  },
1287
- "type": "String"
1288
- },
1289
- {
1290
- "id": "routing.exchange",
1291
- "label": "Exchange",
1292
- "description": "Topic exchange: 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>",
1293
- "optional": false,
1294
1401
  "constraints": {
1295
1402
  "notEmpty": true
1296
1403
  },
1404
+ "condition": {
1405
+ "property": "connectionType",
1406
+ "equals": "credentials"
1407
+ }
1408
+ },
1409
+ {
1410
+ "label": "Host name",
1411
+ "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/#routing-data\"target=\"_blank\">documentation</a>",
1297
1412
  "feel": "optional",
1298
1413
  "group": "routing",
1414
+ "type": "String",
1299
1415
  "binding": {
1300
- "name": "routing.exchange",
1301
- "type": "zeebe:input"
1416
+ "type": "zeebe:input",
1417
+ "name": "routing.hostName"
1302
1418
  },
1303
- "type": "String"
1304
- },
1305
- {
1306
- "id": "routing.routingKey",
1307
- "label": "Routing key",
1308
- "description": "Routing key: a binding is a \"link\" that was set up to bind a queue to an exchange. 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>",
1309
- "optional": false,
1310
1419
  "constraints": {
1311
1420
  "notEmpty": true
1312
1421
  },
1422
+ "condition": {
1423
+ "property": "connectionType",
1424
+ "equals": "credentials"
1425
+ }
1426
+ },
1427
+ {
1428
+ "label": "Virtual host",
1429
+ "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>",
1313
1430
  "feel": "optional",
1314
1431
  "group": "routing",
1432
+ "type": "String",
1315
1433
  "binding": {
1316
- "name": "routing.routingKey",
1317
- "type": "zeebe:input"
1434
+ "type": "zeebe:input",
1435
+ "name": "routing.virtualHost"
1318
1436
  },
1319
- "type": "String"
1320
- },
1321
- {
1322
- "id": "routing.virtualHost",
1323
- "label": "Virtual host",
1324
- "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>",
1325
- "optional": false,
1326
1437
  "constraints": {
1327
1438
  "notEmpty": true
1328
1439
  },
1440
+ "condition": {
1441
+ "property": "connectionType",
1442
+ "equals": "credentials"
1443
+ }
1444
+ },
1445
+ {
1446
+ "label": "Exchange",
1447
+ "description": "Topic exchange: 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>",
1329
1448
  "feel": "optional",
1330
1449
  "group": "routing",
1450
+ "type": "String",
1331
1451
  "binding": {
1332
- "name": "routing.virtualHost",
1333
- "type": "zeebe:input"
1334
- },
1335
- "condition": {
1336
- "property": "authentication.authType",
1337
- "equals": "credentials",
1338
- "type": "simple"
1452
+ "type": "zeebe:input",
1453
+ "name": "routing.exchange"
1339
1454
  },
1340
- "type": "String"
1341
- },
1342
- {
1343
- "id": "routing.hostName",
1344
- "label": "Host name",
1345
- "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>",
1346
- "optional": false,
1347
1455
  "constraints": {
1348
1456
  "notEmpty": true
1349
- },
1457
+ }
1458
+ },
1459
+ {
1460
+ "label": "Routing key",
1461
+ "description": "Routing key: a binding is a \"link\" that was set up to bind a queue to an exchange. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
1350
1462
  "feel": "optional",
1351
1463
  "group": "routing",
1464
+ "type": "String",
1352
1465
  "binding": {
1353
- "name": "routing.hostName",
1354
- "type": "zeebe:input"
1355
- },
1356
- "condition": {
1357
- "property": "authentication.authType",
1358
- "equals": "credentials",
1359
- "type": "simple"
1466
+ "type": "zeebe:input",
1467
+ "name": "routing.routingKey"
1360
1468
  },
1361
- "type": "String"
1469
+ "constraints": {
1470
+ "notEmpty": true
1471
+ }
1362
1472
  },
1363
1473
  {
1364
- "id": "routing.port",
1365
1474
  "label": "Port",
1366
- "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>",
1367
- "optional": false,
1368
- "constraints": {
1369
- "notEmpty": true
1370
- },
1475
+ "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>",
1371
1476
  "feel": "optional",
1372
1477
  "group": "routing",
1478
+ "type": "String",
1373
1479
  "binding": {
1374
- "name": "routing.port",
1375
- "type": "zeebe:input"
1480
+ "type": "zeebe:input",
1481
+ "name": "routing.port"
1376
1482
  },
1377
- "condition": {
1378
- "property": "authentication.authType",
1379
- "equals": "credentials",
1380
- "type": "simple"
1483
+ "constraints": {
1484
+ "notEmpty": true
1381
1485
  },
1382
- "type": "String"
1486
+ "condition": {
1487
+ "property": "connectionType",
1488
+ "equals": "credentials"
1489
+ }
1383
1490
  },
1384
1491
  {
1385
- "id": "message.properties",
1386
- "label": "Properties",
1387
- "description": "Properties for the message, routing headers, etc",
1388
- "optional": true,
1389
- "value": "={}",
1390
- "feel": "required",
1492
+ "label": "Message",
1493
+ "description": "Data to send to RabbitMQ",
1391
1494
  "group": "message",
1495
+ "type": "Text",
1496
+ "feel": "optional",
1392
1497
  "binding": {
1393
- "name": "message.properties",
1394
- "type": "zeebe:input"
1395
- },
1396
- "type": "Text"
1498
+ "type": "zeebe:input",
1499
+ "name": "message.body"
1500
+ }
1397
1501
  },
1398
1502
  {
1399
- "id": "message.body",
1400
- "label": "Message",
1401
- "description": "Data to send to RabbitMQ",
1402
- "optional": false,
1403
- "constraints": {
1404
- "notEmpty": true
1405
- },
1406
- "feel": "optional",
1503
+ "label": "Properties",
1504
+ "description": "Properties for the message, routing headers, etc.",
1407
1505
  "group": "message",
1506
+ "type": "Text",
1507
+ "feel": "required",
1508
+ "value": "={}",
1408
1509
  "binding": {
1409
- "name": "message.body",
1410
- "type": "zeebe:input"
1411
- },
1412
- "type": "Text"
1510
+ "type": "zeebe:input",
1511
+ "name": "message.properties"
1512
+ }
1413
1513
  },
1414
1514
  {
1415
- "id": "resultVariable",
1416
1515
  "label": "Result variable",
1417
- "description": "Name of variable to store the response in",
1516
+ "description": "Enter name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
1418
1517
  "group": "output",
1518
+ "type": "String",
1419
1519
  "binding": {
1420
- "key": "resultVariable",
1421
- "type": "zeebe:taskHeader"
1422
- },
1423
- "type": "String"
1520
+ "type": "zeebe:taskHeader",
1521
+ "key": "resultVariable"
1522
+ }
1424
1523
  },
1425
1524
  {
1426
- "id": "resultExpression",
1427
1525
  "label": "Result expression",
1428
- "description": "Expression to map the response into process variables",
1429
- "feel": "required",
1526
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
1430
1527
  "group": "output",
1528
+ "type": "Text",
1529
+ "feel": "required",
1431
1530
  "binding": {
1432
- "key": "resultExpression",
1433
- "type": "zeebe:taskHeader"
1434
- },
1435
- "type": "Text"
1531
+ "type": "zeebe:taskHeader",
1532
+ "key": "resultExpression"
1533
+ }
1436
1534
  },
1437
1535
  {
1438
- "id": "errorExpression",
1439
1536
  "label": "Error expression",
1440
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1537
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
1538
+ "group": "errors",
1539
+ "type": "Text",
1441
1540
  "feel": "required",
1442
- "group": "error",
1443
- "binding": {
1444
- "key": "errorExpression",
1445
- "type": "zeebe:taskHeader"
1446
- },
1447
- "type": "Text"
1448
- },
1449
- {
1450
- "id": "retryCount",
1451
- "label": "Retries",
1452
- "description": "Number of retries",
1453
- "value": "3",
1454
- "feel": "optional",
1455
- "group": "retries",
1456
- "binding": {
1457
- "property": "retries",
1458
- "type": "zeebe:taskDefinition"
1459
- },
1460
- "type": "String"
1461
- },
1462
- {
1463
- "id": "retryBackoff",
1464
- "label": "Retry backoff",
1465
- "description": "ISO-8601 duration to wait between retries",
1466
- "value": "PT0S",
1467
- "feel": "optional",
1468
- "group": "retries",
1469
1541
  "binding": {
1470
- "key": "retryBackoff",
1471
- "type": "zeebe:taskHeader"
1472
- },
1473
- "type": "String"
1542
+ "type": "zeebe:taskHeader",
1543
+ "key": "errorExpression"
1544
+ }
1474
1545
  }
1475
1546
  ],
1476
1547
  "icon": {
1477
- "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
1548
+ "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"
1478
1549
  },
1479
1550
  "engines": {
1480
- "camunda": "^8.5"
1551
+ "camunda": "^8.2"
1481
1552
  }
1482
1553
  },
1483
1554
  {
@@ -1486,7 +1557,7 @@
1486
1557
  "id": "io.camunda.connectors.RabbitMQ.v1",
1487
1558
  "description": "Send message to RabbitMQ",
1488
1559
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound",
1489
- "version": 5,
1560
+ "version": 3,
1490
1561
  "category": {
1491
1562
  "id": "connectors",
1492
1563
  "name": "Connectors"
@@ -1513,33 +1584,29 @@
1513
1584
  "label": "Output mapping"
1514
1585
  },
1515
1586
  {
1516
- "id": "error",
1587
+ "id": "errors",
1517
1588
  "label": "Error handling"
1518
- },
1519
- {
1520
- "id": "retries",
1521
- "label": "Retries"
1522
1589
  }
1523
1590
  ],
1524
1591
  "properties": [
1525
1592
  {
1593
+ "type": "Hidden",
1526
1594
  "value": "io.camunda:connector-rabbitmq:1",
1527
1595
  "binding": {
1528
- "property": "type",
1529
- "type": "zeebe:taskDefinition"
1530
- },
1531
- "type": "Hidden"
1596
+ "type": "zeebe:taskDefinition",
1597
+ "property": "type"
1598
+ }
1532
1599
  },
1533
1600
  {
1534
- "id": "authentication.authType",
1601
+ "id": "connectionType",
1535
1602
  "label": "Connection type",
1536
- "value": "uri",
1537
1603
  "group": "authentication",
1604
+ "type": "Dropdown",
1605
+ "value": "uri",
1538
1606
  "binding": {
1539
- "name": "authentication.authType",
1540
- "type": "zeebe:input"
1607
+ "type": "zeebe:input",
1608
+ "name": "authentication.authType"
1541
1609
  },
1542
- "type": "Dropdown",
1543
1610
  "choices": [
1544
1611
  {
1545
1612
  "name": "URI",
@@ -1552,262 +1619,201 @@
1552
1619
  ]
1553
1620
  },
1554
1621
  {
1555
- "id": "authentication.uri",
1556
1622
  "label": "URI",
1557
1623
  "description": "URI should contain username, password, host name, port number, and virtual host",
1558
- "optional": false,
1624
+ "group": "authentication",
1625
+ "type": "String",
1626
+ "binding": {
1627
+ "type": "zeebe:input",
1628
+ "name": "authentication.uri"
1629
+ },
1559
1630
  "constraints": {
1560
1631
  "notEmpty": true,
1561
1632
  "pattern": {
1562
- "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
1633
+ "value": "^(=|(amqps?://|\\{\\{secrets\\..+\\}\\}).*$)",
1563
1634
  "message": "Must start with amqp(s):// or contain a secret reference"
1564
1635
  }
1565
1636
  },
1566
- "feel": "optional",
1567
- "group": "authentication",
1568
- "binding": {
1569
- "name": "authentication.uri",
1570
- "type": "zeebe:input"
1571
- },
1572
1637
  "condition": {
1573
- "property": "authentication.authType",
1574
- "equals": "uri",
1575
- "type": "simple"
1576
- },
1577
- "type": "String"
1638
+ "property": "connectionType",
1639
+ "equals": "uri"
1640
+ }
1578
1641
  },
1579
1642
  {
1580
- "id": "authentication.userName",
1581
1643
  "label": "Username",
1582
- "optional": false,
1583
- "constraints": {
1584
- "notEmpty": true
1585
- },
1586
- "feel": "optional",
1587
1644
  "group": "authentication",
1645
+ "type": "String",
1588
1646
  "binding": {
1589
- "name": "authentication.userName",
1590
- "type": "zeebe:input"
1647
+ "type": "zeebe:input",
1648
+ "name": "authentication.userName"
1591
1649
  },
1592
- "condition": {
1593
- "property": "authentication.authType",
1594
- "equals": "credentials",
1595
- "type": "simple"
1650
+ "constraints": {
1651
+ "notEmpty": true
1596
1652
  },
1597
- "type": "String"
1653
+ "condition": {
1654
+ "property": "connectionType",
1655
+ "equals": "credentials"
1656
+ }
1598
1657
  },
1599
1658
  {
1600
- "id": "authentication.password",
1601
1659
  "label": "Password",
1602
- "optional": false,
1603
- "constraints": {
1604
- "notEmpty": true
1605
- },
1606
- "feel": "optional",
1607
1660
  "group": "authentication",
1661
+ "type": "String",
1608
1662
  "binding": {
1609
- "name": "authentication.password",
1610
- "type": "zeebe:input"
1611
- },
1612
- "condition": {
1613
- "property": "authentication.authType",
1614
- "equals": "credentials",
1615
- "type": "simple"
1663
+ "type": "zeebe:input",
1664
+ "name": "authentication.password"
1616
1665
  },
1617
- "type": "String"
1618
- },
1619
- {
1620
- "id": "routing.exchange",
1621
- "label": "Exchange",
1622
- "description": "Topic exchange: 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>",
1623
- "optional": false,
1624
1666
  "constraints": {
1625
1667
  "notEmpty": true
1626
1668
  },
1669
+ "condition": {
1670
+ "property": "connectionType",
1671
+ "equals": "credentials"
1672
+ }
1673
+ },
1674
+ {
1675
+ "label": "Host name",
1676
+ "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>",
1627
1677
  "feel": "optional",
1628
1678
  "group": "routing",
1679
+ "type": "String",
1629
1680
  "binding": {
1630
- "name": "routing.exchange",
1631
- "type": "zeebe:input"
1681
+ "type": "zeebe:input",
1682
+ "name": "routing.hostName"
1632
1683
  },
1633
- "type": "String"
1634
- },
1635
- {
1636
- "id": "routing.routingKey",
1637
- "label": "Routing key",
1638
- "description": "Routing key: a binding is a \"link\" that was set up to bind a queue to an exchange. 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>",
1639
- "optional": false,
1640
1684
  "constraints": {
1641
1685
  "notEmpty": true
1642
1686
  },
1643
- "feel": "optional",
1644
- "group": "routing",
1645
- "binding": {
1646
- "name": "routing.routingKey",
1647
- "type": "zeebe:input"
1648
- },
1649
- "type": "String"
1687
+ "condition": {
1688
+ "property": "connectionType",
1689
+ "equals": "credentials"
1690
+ }
1650
1691
  },
1651
1692
  {
1652
- "id": "routing.virtualHost",
1653
1693
  "label": "Virtual host",
1654
1694
  "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>",
1655
- "optional": false,
1656
- "constraints": {
1657
- "notEmpty": true
1658
- },
1659
1695
  "feel": "optional",
1660
1696
  "group": "routing",
1697
+ "type": "String",
1661
1698
  "binding": {
1662
- "name": "routing.virtualHost",
1663
- "type": "zeebe:input"
1699
+ "type": "zeebe:input",
1700
+ "name": "routing.virtualHost"
1664
1701
  },
1665
- "condition": {
1666
- "property": "authentication.authType",
1667
- "equals": "credentials",
1668
- "type": "simple"
1702
+ "constraints": {
1703
+ "notEmpty": true
1669
1704
  },
1670
- "type": "String"
1705
+ "condition": {
1706
+ "property": "connectionType",
1707
+ "equals": "credentials"
1708
+ }
1671
1709
  },
1672
1710
  {
1673
- "id": "routing.hostName",
1674
- "label": "Host name",
1675
- "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>",
1676
- "optional": false,
1711
+ "label": "Exchange",
1712
+ "description": "Topic exchange: 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>",
1713
+ "feel": "optional",
1714
+ "group": "routing",
1715
+ "type": "String",
1716
+ "binding": {
1717
+ "type": "zeebe:input",
1718
+ "name": "routing.exchange"
1719
+ },
1677
1720
  "constraints": {
1678
1721
  "notEmpty": true
1679
- },
1722
+ }
1723
+ },
1724
+ {
1725
+ "label": "Routing key",
1726
+ "description": "Routing key: a binding is a \"link\" that was set up to bind a queue to an exchange. 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>",
1680
1727
  "feel": "optional",
1681
1728
  "group": "routing",
1729
+ "type": "String",
1682
1730
  "binding": {
1683
- "name": "routing.hostName",
1684
- "type": "zeebe:input"
1685
- },
1686
- "condition": {
1687
- "property": "authentication.authType",
1688
- "equals": "credentials",
1689
- "type": "simple"
1731
+ "type": "zeebe:input",
1732
+ "name": "routing.routingKey"
1690
1733
  },
1691
- "type": "String"
1734
+ "constraints": {
1735
+ "notEmpty": true
1736
+ }
1692
1737
  },
1693
1738
  {
1694
- "id": "routing.port",
1695
1739
  "label": "Port",
1696
1740
  "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>",
1697
- "optional": false,
1698
- "constraints": {
1699
- "notEmpty": true
1700
- },
1701
1741
  "feel": "optional",
1702
1742
  "group": "routing",
1743
+ "type": "String",
1703
1744
  "binding": {
1704
- "name": "routing.port",
1705
- "type": "zeebe:input"
1745
+ "type": "zeebe:input",
1746
+ "name": "routing.port"
1706
1747
  },
1707
- "condition": {
1708
- "property": "authentication.authType",
1709
- "equals": "credentials",
1710
- "type": "simple"
1748
+ "constraints": {
1749
+ "notEmpty": true
1711
1750
  },
1712
- "type": "String"
1751
+ "condition": {
1752
+ "property": "connectionType",
1753
+ "equals": "credentials"
1754
+ }
1713
1755
  },
1714
1756
  {
1715
- "id": "message.properties",
1716
- "label": "Properties",
1717
- "description": "Properties for the message, routing headers, etc",
1718
- "optional": true,
1719
- "value": "={}",
1720
- "feel": "required",
1757
+ "label": "Message",
1758
+ "description": "Data to send to RabbitMQ",
1721
1759
  "group": "message",
1760
+ "type": "Text",
1761
+ "feel": "optional",
1722
1762
  "binding": {
1723
- "name": "message.properties",
1724
- "type": "zeebe:input"
1725
- },
1726
- "type": "Text"
1763
+ "type": "zeebe:input",
1764
+ "name": "message.body"
1765
+ }
1727
1766
  },
1728
1767
  {
1729
- "id": "message.body",
1730
- "label": "Message",
1731
- "description": "Data to send to RabbitMQ",
1732
- "optional": false,
1733
- "constraints": {
1734
- "notEmpty": true
1735
- },
1736
- "feel": "optional",
1768
+ "label": "Properties",
1769
+ "description": "Properties for the message, routing headers, etc.",
1737
1770
  "group": "message",
1771
+ "type": "Text",
1772
+ "feel": "required",
1773
+ "value": "={}",
1738
1774
  "binding": {
1739
- "name": "message.body",
1740
- "type": "zeebe:input"
1741
- },
1742
- "type": "Text"
1775
+ "type": "zeebe:input",
1776
+ "name": "message.properties"
1777
+ }
1743
1778
  },
1744
1779
  {
1745
- "id": "resultVariable",
1746
1780
  "label": "Result variable",
1747
- "description": "Name of variable to store the response in",
1781
+ "description": "Enter name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
1748
1782
  "group": "output",
1783
+ "type": "String",
1749
1784
  "binding": {
1750
- "key": "resultVariable",
1751
- "type": "zeebe:taskHeader"
1752
- },
1753
- "type": "String"
1785
+ "type": "zeebe:taskHeader",
1786
+ "key": "resultVariable"
1787
+ }
1754
1788
  },
1755
1789
  {
1756
- "id": "resultExpression",
1757
1790
  "label": "Result expression",
1758
- "description": "Expression to map the response into process variables",
1759
- "feel": "required",
1791
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
1760
1792
  "group": "output",
1793
+ "type": "Text",
1794
+ "feel": "required",
1761
1795
  "binding": {
1762
- "key": "resultExpression",
1763
- "type": "zeebe:taskHeader"
1764
- },
1765
- "type": "Text"
1796
+ "type": "zeebe:taskHeader",
1797
+ "key": "resultExpression"
1798
+ }
1766
1799
  },
1767
1800
  {
1768
- "id": "errorExpression",
1769
1801
  "label": "Error expression",
1770
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1802
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
1803
+ "group": "errors",
1804
+ "type": "Text",
1771
1805
  "feel": "required",
1772
- "group": "error",
1773
- "binding": {
1774
- "key": "errorExpression",
1775
- "type": "zeebe:taskHeader"
1776
- },
1777
- "type": "Text"
1778
- },
1779
- {
1780
- "id": "retryCount",
1781
- "label": "Retries",
1782
- "description": "Number of retries",
1783
- "value": "3",
1784
- "feel": "optional",
1785
- "group": "retries",
1786
- "binding": {
1787
- "property": "retries",
1788
- "type": "zeebe:taskDefinition"
1789
- },
1790
- "type": "String"
1791
- },
1792
- {
1793
- "id": "retryBackoff",
1794
- "label": "Retry backoff",
1795
- "description": "ISO-8601 duration to wait between retries",
1796
- "value": "PT0S",
1797
- "feel": "optional",
1798
- "group": "retries",
1799
1806
  "binding": {
1800
- "key": "retryBackoff",
1801
- "type": "zeebe:taskHeader"
1802
- },
1803
- "type": "String"
1807
+ "type": "zeebe:taskHeader",
1808
+ "key": "errorExpression"
1809
+ }
1804
1810
  }
1805
1811
  ],
1806
1812
  "icon": {
1807
- "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
1813
+ "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"
1808
1814
  },
1809
1815
  "engines": {
1810
- "camunda": "^8.5"
1816
+ "camunda": "^8.2"
1811
1817
  }
1812
1818
  }
1813
1819
  ]