@camunda/connectors-element-templates 1.0.4 → 1.0.5

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 (77) hide show
  1. package/package.json +1 -1
  2. package/src/connectors.js +8 -2
  3. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +30 -30
  4. package/src/element-templates/agenticai-aiagent-outbound-connector.json +323 -9
  5. package/src/element-templates/asana-connector.json +101 -101
  6. package/src/element-templates/automation-anywhere-outbound-connector.json +1777 -961
  7. package/src/element-templates/aws-bedrock-outbound-connector.json +74 -74
  8. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  9. package/src/element-templates/aws-dynamodb-outbound-connector.json +1373 -1373
  10. package/src/element-templates/aws-eventbridge-connector-boundary.json +28 -28
  11. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  12. package/src/element-templates/aws-eventbridge-connector-start-event.json +23 -23
  13. package/src/element-templates/aws-eventbridge-outbound-connector.json +326 -326
  14. package/src/element-templates/aws-lambda-outbound-connector.json +231 -231
  15. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  16. package/src/element-templates/aws-sns-inbound-boundary.json +285 -285
  17. package/src/element-templates/aws-sns-inbound-intermediate.json +33 -33
  18. package/src/element-templates/aws-sns-inbound-message-start.json +227 -227
  19. package/src/element-templates/aws-sns-inbound-start-event.json +132 -132
  20. package/src/element-templates/aws-sns-outbound-connector.json +370 -370
  21. package/src/element-templates/aws-sqs-boundary-connector.json +232 -232
  22. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +532 -532
  23. package/src/element-templates/aws-sqs-outbound-connector.json +396 -396
  24. package/src/element-templates/aws-sqs-start-event-connector.json +389 -389
  25. package/src/element-templates/aws-textract-outbound-connector.json +123 -123
  26. package/src/element-templates/azure-blobstorage-outbound-connector.json +349 -0
  27. package/src/element-templates/blue-prism-connector.json +13 -13
  28. package/src/element-templates/box-outbound-connector.json +30 -30
  29. package/src/element-templates/easy-post-connector.json +121 -121
  30. package/src/element-templates/email-outbound-connector.json +233 -233
  31. package/src/element-templates/github-connector.json +1259 -1259
  32. package/src/element-templates/github-webhook-connector-boundary.json +35 -35
  33. package/src/element-templates/github-webhook-connector-intermediate.json +31 -31
  34. package/src/element-templates/github-webhook-connector-start-event.json +34 -34
  35. package/src/element-templates/gitlab-connector.json +3333 -3333
  36. package/src/element-templates/google-cloud-storage-outbound-connector.json +357 -0
  37. package/src/element-templates/google-drive-outbound-connector.json +414 -101
  38. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  39. package/src/element-templates/google-maps-platform-connector.json +489 -0
  40. package/src/element-templates/google-sheets-outbound-connector.json +2468 -2468
  41. package/src/element-templates/graphql-outbound-connector.json +1113 -1113
  42. package/src/element-templates/http-json-connector.json +2202 -1290
  43. package/src/element-templates/http-polling-boundary-catch-event-connector.json +6 -6
  44. package/src/element-templates/http-polling-connector.json +6 -6
  45. package/src/element-templates/hugging-face-connector.json +34 -34
  46. package/src/element-templates/idp-extraction-outbound-connector.json +115 -0
  47. package/src/element-templates/jdbc-outbound-connector.json +36 -36
  48. package/src/element-templates/kafka-inbound-connector-boundary.json +540 -540
  49. package/src/element-templates/kafka-inbound-connector-intermediate.json +585 -585
  50. package/src/element-templates/kafka-inbound-connector.json +603 -0
  51. package/src/element-templates/kafka-outbound-connector.json +261 -261
  52. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  53. package/src/element-templates/microsoft-teams-outbound-connector.json +97 -97
  54. package/src/element-templates/openai-connector.json +517 -159
  55. package/src/element-templates/operate-connector.json +569 -53
  56. package/src/element-templates/power-automate-connector.json +1724 -0
  57. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +132 -132
  58. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +941 -941
  59. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +459 -459
  60. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +269 -269
  61. package/src/element-templates/rabbitmq-outbound-connector.json +631 -631
  62. package/src/element-templates/salesforce-connector.json +44 -44
  63. package/src/element-templates/sendgrid-outbound-connector.json +787 -255
  64. package/src/element-templates/slack-inbound-boundary.json +215 -215
  65. package/src/element-templates/slack-inbound-intermediate.json +178 -178
  66. package/src/element-templates/slack-inbound-message-start.json +323 -323
  67. package/src/element-templates/slack-inbound-start-event.json +212 -212
  68. package/src/element-templates/slack-outbound-connector.json +777 -522
  69. package/src/element-templates/twilio-connector.json +29 -29
  70. package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
  71. package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
  72. package/src/element-templates/uipath-connector.json +8 -8
  73. package/src/element-templates/webhook-connector-boundary.json +1133 -1133
  74. package/src/element-templates/webhook-connector-intermediate.json +1380 -1380
  75. package/src/element-templates/webhook-connector-start-event.json +1370 -1370
  76. package/src/element-templates/webhook-connector-start-message.json +1171 -1171
  77. package/src/element-templates/agenticai-aiagent-outbound-connector-8.8.0-alpha4.json +0 -843
@@ -4,11 +4,8 @@
4
4
  "name": "RabbitMQ Message Start Event Connector",
5
5
  "id": "io.camunda.connectors.inbound.RabbitMQ.MessageStart.v1",
6
6
  "description": "Receive a message from RabbitMQ",
7
- "metadata": {
8
- "keywords": []
9
- },
10
7
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
11
- "version": 8,
8
+ "version": 7,
12
9
  "category": {
13
10
  "id": "connectors",
14
11
  "name": "Connectors"
@@ -18,9 +15,6 @@
18
15
  "value": "bpmn:StartEvent",
19
16
  "eventDefinition": "bpmn:MessageEventDefinition"
20
17
  },
21
- "engines": {
22
- "camunda": "^8.3"
23
- },
24
18
  "groups": [
25
19
  {
26
20
  "id": "authentication",
@@ -489,15 +483,18 @@
489
483
  ],
490
484
  "icon": {
491
485
  "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
486
+ },
487
+ "engines": {
488
+ "camunda": "^8.6"
492
489
  }
493
490
  },
494
491
  {
495
492
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
496
493
  "name": "RabbitMQ Message Start Event Connector",
497
494
  "id": "io.camunda.connectors.inbound.RabbitMQ.MessageStart.v1",
495
+ "version": 1,
498
496
  "description": "Receive a message from RabbitMQ",
499
497
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
500
- "version": 6,
501
498
  "category": {
502
499
  "id": "connectors",
503
500
  "name": "Connectors"
@@ -526,32 +523,42 @@
526
523
  },
527
524
  {
528
525
  "id": "correlation",
529
- "label": "Correlation"
526
+ "label": "Subprocess correlation"
530
527
  },
531
528
  {
532
- "id": "output",
533
- "label": "Output mapping"
529
+ "id": "variable-mapping",
530
+ "label": "Variable mapping"
534
531
  }
535
532
  ],
536
533
  "properties": [
537
534
  {
535
+ "type": "Hidden",
538
536
  "value": "io.camunda:connector-rabbitmq-inbound:1",
539
537
  "binding": {
540
- "name": "inbound.type",
541
- "type": "zeebe:property"
538
+ "type": "zeebe:property",
539
+ "name": "inbound.type"
540
+ }
541
+ },
542
+ {
543
+ "type": "Hidden",
544
+ "generatedValue": {
545
+ "type": "uuid"
542
546
  },
543
- "type": "Hidden"
547
+ "binding": {
548
+ "type": "bpmn:Message#property",
549
+ "name": "name"
550
+ }
544
551
  },
545
552
  {
546
- "id": "authentication.authType",
553
+ "id": "connectionType",
547
554
  "label": "Connection type",
548
- "value": "uri",
549
555
  "group": "authentication",
556
+ "type": "Dropdown",
557
+ "value": "uri",
550
558
  "binding": {
551
- "name": "authentication.authType",
552
- "type": "zeebe:property"
559
+ "type": "zeebe:property",
560
+ "name": "authentication.authType"
553
561
  },
554
- "type": "Dropdown",
555
562
  "choices": [
556
563
  {
557
564
  "name": "URI",
@@ -564,178 +571,154 @@
564
571
  ]
565
572
  },
566
573
  {
567
- "id": "authentication.uri",
568
574
  "label": "URI",
569
575
  "description": "URI should contain username, password, host name, port number, and virtual host",
570
- "optional": false,
576
+ "group": "authentication",
577
+ "type": "String",
578
+ "binding": {
579
+ "type": "zeebe:property",
580
+ "name": "authentication.uri"
581
+ },
571
582
  "constraints": {
572
583
  "notEmpty": true,
573
584
  "pattern": {
574
- "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
585
+ "value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*$",
575
586
  "message": "Must start with amqp(s):// or contain a secret reference"
576
587
  }
577
588
  },
578
- "group": "authentication",
579
- "binding": {
580
- "name": "authentication.uri",
581
- "type": "zeebe:property"
582
- },
583
589
  "condition": {
584
- "property": "authentication.authType",
585
- "equals": "uri",
586
- "type": "simple"
587
- },
588
- "type": "String"
590
+ "property": "connectionType",
591
+ "equals": "uri"
592
+ }
589
593
  },
590
594
  {
591
- "id": "authentication.userName",
592
595
  "label": "Username",
593
- "optional": false,
594
- "constraints": {
595
- "notEmpty": true
596
- },
597
596
  "group": "authentication",
597
+ "type": "String",
598
598
  "binding": {
599
- "name": "authentication.userName",
600
- "type": "zeebe:property"
599
+ "type": "zeebe:property",
600
+ "name": "authentication.userName"
601
601
  },
602
- "condition": {
603
- "property": "authentication.authType",
604
- "equals": "credentials",
605
- "type": "simple"
602
+ "constraints": {
603
+ "notEmpty": true
606
604
  },
607
- "type": "String"
605
+ "condition": {
606
+ "property": "connectionType",
607
+ "equals": "credentials"
608
+ }
608
609
  },
609
610
  {
610
- "id": "authentication.password",
611
611
  "label": "Password",
612
- "optional": false,
613
- "constraints": {
614
- "notEmpty": true
615
- },
616
612
  "group": "authentication",
613
+ "type": "String",
617
614
  "binding": {
618
- "name": "authentication.password",
619
- "type": "zeebe:property"
620
- },
621
- "condition": {
622
- "property": "authentication.authType",
623
- "equals": "credentials",
624
- "type": "simple"
615
+ "type": "zeebe:property",
616
+ "name": "authentication.password"
625
617
  },
626
- "type": "String"
627
- },
628
- {
629
- "id": "routing.virtualHost",
630
- "label": "Virtual host",
631
- "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>",
632
- "optional": false,
633
618
  "constraints": {
634
619
  "notEmpty": true
635
620
  },
636
- "group": "routing",
637
- "binding": {
638
- "name": "routing.virtualHost",
639
- "type": "zeebe:property"
640
- },
641
621
  "condition": {
642
- "property": "authentication.authType",
643
- "equals": "credentials",
644
- "type": "simple"
645
- },
646
- "type": "String"
622
+ "property": "connectionType",
623
+ "equals": "credentials"
624
+ }
647
625
  },
648
626
  {
649
- "id": "routing.hostName",
650
627
  "label": "Host name",
651
- "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>",
652
- "optional": false,
628
+ "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>",
629
+ "group": "routing",
630
+ "type": "String",
631
+ "binding": {
632
+ "type": "zeebe:property",
633
+ "name": "routing.hostName"
634
+ },
653
635
  "constraints": {
654
636
  "notEmpty": true
655
637
  },
638
+ "condition": {
639
+ "property": "connectionType",
640
+ "equals": "credentials"
641
+ }
642
+ },
643
+ {
644
+ "label": "Virtual host",
645
+ "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>",
656
646
  "group": "routing",
647
+ "type": "String",
657
648
  "binding": {
658
- "name": "routing.hostName",
659
- "type": "zeebe:property"
649
+ "type": "zeebe:property",
650
+ "name": "routing.virtualHost"
660
651
  },
661
- "condition": {
662
- "property": "authentication.authType",
663
- "equals": "credentials",
664
- "type": "simple"
652
+ "constraints": {
653
+ "notEmpty": true
665
654
  },
666
- "type": "String"
655
+ "condition": {
656
+ "property": "connectionType",
657
+ "equals": "credentials"
658
+ }
667
659
  },
668
660
  {
669
- "id": "routing.port",
670
661
  "label": "Port",
671
- "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>",
672
- "optional": false,
673
- "constraints": {
674
- "notEmpty": true
675
- },
662
+ "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>",
676
663
  "group": "routing",
664
+ "type": "String",
677
665
  "binding": {
678
- "name": "routing.port",
679
- "type": "zeebe:property"
666
+ "type": "zeebe:property",
667
+ "name": "routing.port"
680
668
  },
681
- "condition": {
682
- "property": "authentication.authType",
683
- "equals": "credentials",
684
- "type": "simple"
669
+ "constraints": {
670
+ "notEmpty": true
685
671
  },
686
- "type": "String"
672
+ "condition": {
673
+ "property": "connectionType",
674
+ "equals": "credentials"
675
+ }
687
676
  },
688
677
  {
689
- "id": "queueName",
690
678
  "label": "Queue name",
691
679
  "description": "Name of the queue to subscribe to",
692
- "optional": false,
693
- "constraints": {
694
- "notEmpty": true
695
- },
696
680
  "group": "subscription",
681
+ "type": "String",
682
+ "feel": "optional",
697
683
  "binding": {
698
- "name": "queueName",
699
- "type": "zeebe:property"
684
+ "type": "zeebe:property",
685
+ "name": "queueName"
700
686
  },
701
- "type": "String"
687
+ "constraints": {
688
+ "notEmpty": true
689
+ }
702
690
  },
703
691
  {
704
- "id": "consumerTag",
705
692
  "label": "Consumer tag",
706
693
  "description": "Consumer tag to use for the subscription",
707
- "optional": false,
708
694
  "group": "subscription",
695
+ "type": "String",
696
+ "feel": "optional",
709
697
  "binding": {
710
- "name": "consumerTag",
711
- "type": "zeebe:property"
712
- },
713
- "type": "String"
698
+ "type": "zeebe:property",
699
+ "name": "consumerTag"
700
+ }
714
701
  },
715
702
  {
716
- "id": "arguments",
717
703
  "label": "Arguments",
718
704
  "description": "Arguments to use for the subscription",
719
- "optional": true,
720
- "feel": "required",
721
705
  "group": "subscription",
706
+ "type": "String",
707
+ "feel": "required",
722
708
  "binding": {
723
- "name": "arguments",
724
- "type": "zeebe:property"
725
- },
726
- "type": "String"
709
+ "type": "zeebe:property",
710
+ "name": "arguments"
711
+ }
727
712
  },
728
713
  {
729
- "id": "exclusive",
730
714
  "label": "Exclusive consumer",
731
- "optional": false,
732
- "value": "false",
733
715
  "group": "subscription",
716
+ "type": "Dropdown",
717
+ "value": "false",
734
718
  "binding": {
735
- "name": "exclusive",
736
- "type": "zeebe:property"
719
+ "type": "zeebe:property",
720
+ "name": "exclusive"
737
721
  },
738
- "type": "Dropdown",
739
722
  "choices": [
740
723
  {
741
724
  "name": "Yes",
@@ -748,29 +731,36 @@
748
731
  ]
749
732
  },
750
733
  {
751
- "id": "activationCondition",
752
- "label": "Activation condition",
753
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
754
- "optional": true,
734
+ "label": "Message ID expression",
755
735
  "feel": "required",
736
+ "type": "String",
737
+ "optional": true,
756
738
  "group": "activation",
757
739
  "binding": {
758
- "name": "activationCondition",
759
- "type": "zeebe:property"
740
+ "type": "zeebe:property",
741
+ "name": "messageIdExpression"
760
742
  },
761
- "type": "String"
743
+ "description": "Expression to extract unique identifier of a message"
762
744
  },
763
745
  {
764
- "id": "correlationRequired",
765
- "label": "Subprocess correlation required",
766
- "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
767
- "value": "notRequired",
768
- "group": "correlation",
746
+ "label": "Activation condition",
747
+ "type": "String",
748
+ "group": "activation",
749
+ "feel": "required",
750
+ "optional": true,
769
751
  "binding": {
770
- "name": "correlationRequired",
771
- "type": "zeebe:property"
752
+ "type": "zeebe:property",
753
+ "name": "activationCondition"
772
754
  },
755
+ "description": "Condition under which the connector triggers. Leave empty to catch all events"
756
+ },
757
+ {
758
+ "label": "Correlation required",
759
+ "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
760
+ "id": "correlationRequired",
761
+ "group": "correlation",
773
762
  "type": "Dropdown",
763
+ "value": "notRequired",
774
764
  "choices": [
775
765
  {
776
766
  "name": "Correlation not required",
@@ -780,102 +770,77 @@
780
770
  "name": "Correlation required",
781
771
  "value": "required"
782
772
  }
783
- ]
773
+ ],
774
+ "binding": {
775
+ "type": "zeebe:property",
776
+ "name": "correlationRequired"
777
+ }
784
778
  },
785
779
  {
786
- "id": "correlationKeyProcess",
787
780
  "label": "Correlation key (process)",
781
+ "type": "String",
782
+ "group": "correlation",
783
+ "feel": "required",
788
784
  "description": "Sets up the correlation key from process variables",
785
+ "binding": {
786
+ "type": "bpmn:Message#zeebe:subscription#property",
787
+ "name": "correlationKey"
788
+ },
789
789
  "constraints": {
790
790
  "notEmpty": true
791
791
  },
792
- "feel": "required",
793
- "group": "correlation",
794
- "binding": {
795
- "name": "correlationKey",
796
- "type": "bpmn:Message#zeebe:subscription#property"
797
- },
798
792
  "condition": {
799
793
  "property": "correlationRequired",
800
- "equals": "required",
801
- "type": "simple"
802
- },
803
- "type": "String"
794
+ "equals": "required"
795
+ }
804
796
  },
805
797
  {
806
- "id": "correlationKeyPayload",
807
798
  "label": "Correlation key (payload)",
799
+ "type": "String",
800
+ "group": "correlation",
801
+ "feel": "required",
802
+ "binding": {
803
+ "type": "zeebe:property",
804
+ "name": "correlationKeyExpression"
805
+ },
808
806
  "description": "Extracts the correlation key from the incoming message payload",
809
807
  "constraints": {
810
808
  "notEmpty": true
811
809
  },
812
- "feel": "required",
813
- "group": "correlation",
814
- "binding": {
815
- "name": "correlationKeyExpression",
816
- "type": "zeebe:property"
817
- },
818
810
  "condition": {
819
811
  "property": "correlationRequired",
820
- "equals": "required",
821
- "type": "simple"
822
- },
823
- "type": "String"
824
- },
825
- {
826
- "id": "messageIdExpression",
827
- "label": "Message ID expression",
828
- "description": "Expression to extract unique identifier of a message",
829
- "optional": true,
830
- "feel": "required",
831
- "group": "correlation",
832
- "binding": {
833
- "name": "messageIdExpression",
834
- "type": "zeebe:property"
835
- },
836
- "type": "String"
837
- },
838
- {
839
- "id": "messageNameUuid",
840
- "generatedValue": {
841
- "type": "uuid"
842
- },
843
- "group": "correlation",
844
- "binding": {
845
- "name": "name",
846
- "type": "bpmn:Message#property"
847
- },
848
- "type": "Hidden"
812
+ "equals": "required"
813
+ }
849
814
  },
850
815
  {
851
- "id": "resultVariable",
852
816
  "label": "Result variable",
853
- "description": "Name of variable to store the response in",
854
- "group": "output",
817
+ "type": "String",
818
+ "group": "variable-mapping",
819
+ "optional": true,
855
820
  "binding": {
856
- "name": "resultVariable",
857
- "type": "zeebe:property"
821
+ "type": "zeebe:property",
822
+ "name": "resultVariable"
858
823
  },
859
- "type": "String"
824
+ "description": "Name of variable to store the result of the connector in"
860
825
  },
861
826
  {
862
- "id": "resultExpression",
863
827
  "label": "Result expression",
864
- "description": "Expression to map the response into process variables",
828
+ "type": "String",
829
+ "group": "variable-mapping",
865
830
  "feel": "required",
866
- "group": "output",
831
+ "optional": true,
867
832
  "binding": {
868
- "name": "resultExpression",
869
- "type": "zeebe:property"
833
+ "type": "zeebe:property",
834
+ "name": "resultExpression"
870
835
  },
871
- "type": "Text"
836
+ "description": "Expression to map the inbound payload to process variables"
872
837
  }
873
838
  ],
874
839
  "icon": {
875
- "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
840
+ "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"
876
841
  },
877
842
  "engines": {
878
- "camunda": "^8.5"
843
+ "camunda": "^8.2"
879
844
  }
880
845
  },
881
846
  {
@@ -884,7 +849,7 @@
884
849
  "id": "io.camunda.connectors.inbound.RabbitMQ.MessageStart.v1",
885
850
  "description": "Receive a message from RabbitMQ",
886
851
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
887
- "version": 7,
852
+ "version": 6,
888
853
  "category": {
889
854
  "id": "connectors",
890
855
  "name": "Connectors"
@@ -913,13 +878,7 @@
913
878
  },
914
879
  {
915
880
  "id": "correlation",
916
- "label": "Correlation",
917
- "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
918
- },
919
- {
920
- "id": "deduplication",
921
- "label": "Deduplication",
922
- "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
881
+ "label": "Correlation"
923
882
  },
924
883
  {
925
884
  "id": "output",
@@ -1153,18 +1112,6 @@
1153
1112
  },
1154
1113
  "type": "String"
1155
1114
  },
1156
- {
1157
- "id": "consumeUnmatchedEvents",
1158
- "label": "Consume unmatched events",
1159
- "value": true,
1160
- "group": "activation",
1161
- "binding": {
1162
- "name": "consumeUnmatchedEvents",
1163
- "type": "zeebe:property"
1164
- },
1165
- "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",
1166
- "type": "Boolean"
1167
- },
1168
1115
  {
1169
1116
  "id": "correlationRequired",
1170
1117
  "label": "Subprocess correlation required",
@@ -1227,26 +1174,6 @@
1227
1174
  },
1228
1175
  "type": "String"
1229
1176
  },
1230
- {
1231
- "id": "messageTtl",
1232
- "label": "Message TTL",
1233
- "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
1234
- "optional": true,
1235
- "constraints": {
1236
- "notEmpty": false,
1237
- "pattern": {
1238
- "value": "^(PT.*|)$",
1239
- "message": "must be an ISO-8601 duration"
1240
- }
1241
- },
1242
- "feel": "optional",
1243
- "group": "correlation",
1244
- "binding": {
1245
- "name": "messageTtl",
1246
- "type": "zeebe:property"
1247
- },
1248
- "type": "String"
1249
- },
1250
1177
  {
1251
1178
  "id": "messageIdExpression",
1252
1179
  "label": "Message ID expression",
@@ -1272,70 +1199,6 @@
1272
1199
  },
1273
1200
  "type": "Hidden"
1274
1201
  },
1275
- {
1276
- "id": "deduplicationModeManualFlag",
1277
- "label": "Manual mode",
1278
- "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
1279
- "value": false,
1280
- "group": "deduplication",
1281
- "binding": {
1282
- "name": "deduplicationModeManualFlag",
1283
- "type": "zeebe:property"
1284
- },
1285
- "type": "Boolean"
1286
- },
1287
- {
1288
- "id": "deduplicationId",
1289
- "label": "Deduplication ID",
1290
- "constraints": {
1291
- "notEmpty": true,
1292
- "pattern": {
1293
- "value": "^[a-zA-Z0-9_-]+$",
1294
- "message": "can only contain alphanumeric characters, dashes, and underscores"
1295
- }
1296
- },
1297
- "group": "deduplication",
1298
- "binding": {
1299
- "name": "deduplicationId",
1300
- "type": "zeebe:property"
1301
- },
1302
- "condition": {
1303
- "property": "deduplicationModeManualFlag",
1304
- "equals": true,
1305
- "type": "simple"
1306
- },
1307
- "type": "String"
1308
- },
1309
- {
1310
- "id": "deduplicationModeManual",
1311
- "value": "MANUAL",
1312
- "group": "deduplication",
1313
- "binding": {
1314
- "name": "deduplicationMode",
1315
- "type": "zeebe:property"
1316
- },
1317
- "condition": {
1318
- "property": "deduplicationId",
1319
- "isActive": true,
1320
- "type": "simple"
1321
- },
1322
- "type": "Hidden"
1323
- },
1324
- {
1325
- "id": "deduplicationModeAuto",
1326
- "value": "AUTO",
1327
- "group": "deduplication",
1328
- "binding": {
1329
- "name": "deduplicationMode",
1330
- "type": "zeebe:property"
1331
- },
1332
- "condition": {
1333
- "property": "deduplicationId",
1334
- "isActive": false,
1335
- "type": "simple"
1336
- },
1337
- "type": "Hidden"
1338
- },
1339
1202
  {
1340
1203
  "id": "resultVariable",
1341
1204
  "label": "Result variable",
@@ -1364,16 +1227,19 @@
1364
1227
  "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
1365
1228
  },
1366
1229
  "engines": {
1367
- "camunda": "^8.6"
1230
+ "camunda": "^8.5"
1368
1231
  }
1369
1232
  },
1370
1233
  {
1371
1234
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1372
1235
  "name": "RabbitMQ Message Start Event Connector",
1373
1236
  "id": "io.camunda.connectors.inbound.RabbitMQ.MessageStart.v1",
1374
- "version": 1,
1375
1237
  "description": "Receive a message from RabbitMQ",
1238
+ "metadata": {
1239
+ "keywords": []
1240
+ },
1376
1241
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
1242
+ "version": 8,
1377
1243
  "category": {
1378
1244
  "id": "connectors",
1379
1245
  "name": "Connectors"
@@ -1383,6 +1249,9 @@
1383
1249
  "value": "bpmn:StartEvent",
1384
1250
  "eventDefinition": "bpmn:MessageEventDefinition"
1385
1251
  },
1252
+ "engines": {
1253
+ "camunda": "^8.3"
1254
+ },
1386
1255
  "groups": [
1387
1256
  {
1388
1257
  "id": "authentication",
@@ -1402,42 +1271,38 @@
1402
1271
  },
1403
1272
  {
1404
1273
  "id": "correlation",
1405
- "label": "Subprocess correlation"
1274
+ "label": "Correlation",
1275
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
1406
1276
  },
1407
1277
  {
1408
- "id": "variable-mapping",
1409
- "label": "Variable mapping"
1278
+ "id": "deduplication",
1279
+ "label": "Deduplication",
1280
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
1281
+ },
1282
+ {
1283
+ "id": "output",
1284
+ "label": "Output mapping"
1410
1285
  }
1411
1286
  ],
1412
1287
  "properties": [
1413
1288
  {
1414
- "type": "Hidden",
1415
1289
  "value": "io.camunda:connector-rabbitmq-inbound:1",
1416
1290
  "binding": {
1417
- "type": "zeebe:property",
1418
- "name": "inbound.type"
1419
- }
1420
- },
1421
- {
1422
- "type": "Hidden",
1423
- "generatedValue": {
1424
- "type": "uuid"
1291
+ "name": "inbound.type",
1292
+ "type": "zeebe:property"
1425
1293
  },
1426
- "binding": {
1427
- "type": "bpmn:Message#property",
1428
- "name": "name"
1429
- }
1294
+ "type": "Hidden"
1430
1295
  },
1431
1296
  {
1432
- "id": "connectionType",
1297
+ "id": "authentication.authType",
1433
1298
  "label": "Connection type",
1434
- "group": "authentication",
1435
- "type": "Dropdown",
1436
1299
  "value": "uri",
1300
+ "group": "authentication",
1437
1301
  "binding": {
1438
- "type": "zeebe:property",
1439
- "name": "authentication.authType"
1302
+ "name": "authentication.authType",
1303
+ "type": "zeebe:property"
1440
1304
  },
1305
+ "type": "Dropdown",
1441
1306
  "choices": [
1442
1307
  {
1443
1308
  "name": "URI",
@@ -1450,154 +1315,178 @@
1450
1315
  ]
1451
1316
  },
1452
1317
  {
1318
+ "id": "authentication.uri",
1453
1319
  "label": "URI",
1454
1320
  "description": "URI should contain username, password, host name, port number, and virtual host",
1455
- "group": "authentication",
1456
- "type": "String",
1457
- "binding": {
1458
- "type": "zeebe:property",
1459
- "name": "authentication.uri"
1460
- },
1321
+ "optional": false,
1461
1322
  "constraints": {
1462
1323
  "notEmpty": true,
1463
1324
  "pattern": {
1464
- "value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*$",
1325
+ "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
1465
1326
  "message": "Must start with amqp(s):// or contain a secret reference"
1466
1327
  }
1467
1328
  },
1329
+ "group": "authentication",
1330
+ "binding": {
1331
+ "name": "authentication.uri",
1332
+ "type": "zeebe:property"
1333
+ },
1468
1334
  "condition": {
1469
- "property": "connectionType",
1470
- "equals": "uri"
1471
- }
1335
+ "property": "authentication.authType",
1336
+ "equals": "uri",
1337
+ "type": "simple"
1338
+ },
1339
+ "type": "String"
1472
1340
  },
1473
1341
  {
1342
+ "id": "authentication.userName",
1474
1343
  "label": "Username",
1475
- "group": "authentication",
1476
- "type": "String",
1477
- "binding": {
1478
- "type": "zeebe:property",
1479
- "name": "authentication.userName"
1480
- },
1344
+ "optional": false,
1481
1345
  "constraints": {
1482
1346
  "notEmpty": true
1483
1347
  },
1348
+ "group": "authentication",
1349
+ "binding": {
1350
+ "name": "authentication.userName",
1351
+ "type": "zeebe:property"
1352
+ },
1484
1353
  "condition": {
1485
- "property": "connectionType",
1486
- "equals": "credentials"
1487
- }
1354
+ "property": "authentication.authType",
1355
+ "equals": "credentials",
1356
+ "type": "simple"
1357
+ },
1358
+ "type": "String"
1488
1359
  },
1489
1360
  {
1361
+ "id": "authentication.password",
1490
1362
  "label": "Password",
1363
+ "optional": false,
1364
+ "constraints": {
1365
+ "notEmpty": true
1366
+ },
1491
1367
  "group": "authentication",
1492
- "type": "String",
1493
1368
  "binding": {
1494
- "type": "zeebe:property",
1495
- "name": "authentication.password"
1369
+ "name": "authentication.password",
1370
+ "type": "zeebe:property"
1371
+ },
1372
+ "condition": {
1373
+ "property": "authentication.authType",
1374
+ "equals": "credentials",
1375
+ "type": "simple"
1496
1376
  },
1377
+ "type": "String"
1378
+ },
1379
+ {
1380
+ "id": "routing.virtualHost",
1381
+ "label": "Virtual host",
1382
+ "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>",
1383
+ "optional": false,
1497
1384
  "constraints": {
1498
1385
  "notEmpty": true
1499
1386
  },
1387
+ "group": "routing",
1388
+ "binding": {
1389
+ "name": "routing.virtualHost",
1390
+ "type": "zeebe:property"
1391
+ },
1500
1392
  "condition": {
1501
- "property": "connectionType",
1502
- "equals": "credentials"
1503
- }
1393
+ "property": "authentication.authType",
1394
+ "equals": "credentials",
1395
+ "type": "simple"
1396
+ },
1397
+ "type": "String"
1504
1398
  },
1505
1399
  {
1400
+ "id": "routing.hostName",
1506
1401
  "label": "Host name",
1507
- "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>",
1508
- "group": "routing",
1509
- "type": "String",
1510
- "binding": {
1511
- "type": "zeebe:property",
1512
- "name": "routing.hostName"
1513
- },
1402
+ "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>",
1403
+ "optional": false,
1514
1404
  "constraints": {
1515
1405
  "notEmpty": true
1516
1406
  },
1517
- "condition": {
1518
- "property": "connectionType",
1519
- "equals": "credentials"
1520
- }
1521
- },
1522
- {
1523
- "label": "Virtual host",
1524
- "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>",
1525
1407
  "group": "routing",
1526
- "type": "String",
1527
1408
  "binding": {
1528
- "type": "zeebe:property",
1529
- "name": "routing.virtualHost"
1530
- },
1531
- "constraints": {
1532
- "notEmpty": true
1409
+ "name": "routing.hostName",
1410
+ "type": "zeebe:property"
1533
1411
  },
1534
1412
  "condition": {
1535
- "property": "connectionType",
1536
- "equals": "credentials"
1537
- }
1413
+ "property": "authentication.authType",
1414
+ "equals": "credentials",
1415
+ "type": "simple"
1416
+ },
1417
+ "type": "String"
1538
1418
  },
1539
1419
  {
1420
+ "id": "routing.port",
1540
1421
  "label": "Port",
1541
- "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>",
1542
- "group": "routing",
1543
- "type": "String",
1544
- "binding": {
1545
- "type": "zeebe:property",
1546
- "name": "routing.port"
1547
- },
1422
+ "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>",
1423
+ "optional": false,
1548
1424
  "constraints": {
1549
1425
  "notEmpty": true
1550
1426
  },
1427
+ "group": "routing",
1428
+ "binding": {
1429
+ "name": "routing.port",
1430
+ "type": "zeebe:property"
1431
+ },
1551
1432
  "condition": {
1552
- "property": "connectionType",
1553
- "equals": "credentials"
1554
- }
1433
+ "property": "authentication.authType",
1434
+ "equals": "credentials",
1435
+ "type": "simple"
1436
+ },
1437
+ "type": "String"
1555
1438
  },
1556
1439
  {
1440
+ "id": "queueName",
1557
1441
  "label": "Queue name",
1558
1442
  "description": "Name of the queue to subscribe to",
1443
+ "optional": false,
1444
+ "constraints": {
1445
+ "notEmpty": true
1446
+ },
1559
1447
  "group": "subscription",
1560
- "type": "String",
1561
- "feel": "optional",
1562
1448
  "binding": {
1563
- "type": "zeebe:property",
1564
- "name": "queueName"
1449
+ "name": "queueName",
1450
+ "type": "zeebe:property"
1565
1451
  },
1566
- "constraints": {
1567
- "notEmpty": true
1568
- }
1452
+ "type": "String"
1569
1453
  },
1570
1454
  {
1455
+ "id": "consumerTag",
1571
1456
  "label": "Consumer tag",
1572
1457
  "description": "Consumer tag to use for the subscription",
1458
+ "optional": false,
1573
1459
  "group": "subscription",
1574
- "type": "String",
1575
- "feel": "optional",
1576
1460
  "binding": {
1577
- "type": "zeebe:property",
1578
- "name": "consumerTag"
1579
- }
1461
+ "name": "consumerTag",
1462
+ "type": "zeebe:property"
1463
+ },
1464
+ "type": "String"
1580
1465
  },
1581
1466
  {
1467
+ "id": "arguments",
1582
1468
  "label": "Arguments",
1583
1469
  "description": "Arguments to use for the subscription",
1584
- "group": "subscription",
1585
- "type": "String",
1470
+ "optional": true,
1586
1471
  "feel": "required",
1472
+ "group": "subscription",
1587
1473
  "binding": {
1588
- "type": "zeebe:property",
1589
- "name": "arguments"
1590
- }
1474
+ "name": "arguments",
1475
+ "type": "zeebe:property"
1476
+ },
1477
+ "type": "String"
1591
1478
  },
1592
1479
  {
1480
+ "id": "exclusive",
1593
1481
  "label": "Exclusive consumer",
1594
- "group": "subscription",
1595
- "type": "Dropdown",
1482
+ "optional": false,
1596
1483
  "value": "false",
1484
+ "group": "subscription",
1597
1485
  "binding": {
1598
- "type": "zeebe:property",
1599
- "name": "exclusive"
1486
+ "name": "exclusive",
1487
+ "type": "zeebe:property"
1600
1488
  },
1489
+ "type": "Dropdown",
1601
1490
  "choices": [
1602
1491
  {
1603
1492
  "name": "Yes",
@@ -1610,36 +1499,41 @@
1610
1499
  ]
1611
1500
  },
1612
1501
  {
1613
- "label": "Message ID expression",
1614
- "feel": "required",
1615
- "type": "String",
1502
+ "id": "activationCondition",
1503
+ "label": "Activation condition",
1504
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
1616
1505
  "optional": true,
1506
+ "feel": "required",
1617
1507
  "group": "activation",
1618
1508
  "binding": {
1619
- "type": "zeebe:property",
1620
- "name": "messageIdExpression"
1509
+ "name": "activationCondition",
1510
+ "type": "zeebe:property"
1621
1511
  },
1622
- "description": "Expression to extract unique identifier of a message"
1512
+ "type": "String"
1623
1513
  },
1624
1514
  {
1625
- "label": "Activation condition",
1626
- "type": "String",
1515
+ "id": "consumeUnmatchedEvents",
1516
+ "label": "Consume unmatched events",
1517
+ "value": true,
1627
1518
  "group": "activation",
1628
- "feel": "required",
1629
- "optional": true,
1630
1519
  "binding": {
1631
- "type": "zeebe:property",
1632
- "name": "activationCondition"
1520
+ "name": "consumeUnmatchedEvents",
1521
+ "type": "zeebe:property"
1633
1522
  },
1634
- "description": "Condition under which the connector triggers. Leave empty to catch all events"
1523
+ "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",
1524
+ "type": "Boolean"
1635
1525
  },
1636
1526
  {
1637
- "label": "Correlation required",
1638
- "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
1639
1527
  "id": "correlationRequired",
1528
+ "label": "Subprocess correlation required",
1529
+ "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
1530
+ "value": "notRequired",
1640
1531
  "group": "correlation",
1532
+ "binding": {
1533
+ "name": "correlationRequired",
1534
+ "type": "zeebe:property"
1535
+ },
1641
1536
  "type": "Dropdown",
1642
- "value": "notRequired",
1643
1537
  "choices": [
1644
1538
  {
1645
1539
  "name": "Correlation not required",
@@ -1649,77 +1543,183 @@
1649
1543
  "name": "Correlation required",
1650
1544
  "value": "required"
1651
1545
  }
1652
- ],
1653
- "binding": {
1654
- "type": "zeebe:property",
1655
- "name": "correlationRequired"
1656
- }
1546
+ ]
1657
1547
  },
1658
1548
  {
1549
+ "id": "correlationKeyProcess",
1659
1550
  "label": "Correlation key (process)",
1660
- "type": "String",
1661
- "group": "correlation",
1662
- "feel": "required",
1663
1551
  "description": "Sets up the correlation key from process variables",
1552
+ "constraints": {
1553
+ "notEmpty": true
1554
+ },
1555
+ "feel": "required",
1556
+ "group": "correlation",
1664
1557
  "binding": {
1665
- "type": "bpmn:Message#zeebe:subscription#property",
1666
- "name": "correlationKey"
1558
+ "name": "correlationKey",
1559
+ "type": "bpmn:Message#zeebe:subscription#property"
1560
+ },
1561
+ "condition": {
1562
+ "property": "correlationRequired",
1563
+ "equals": "required",
1564
+ "type": "simple"
1667
1565
  },
1566
+ "type": "String"
1567
+ },
1568
+ {
1569
+ "id": "correlationKeyPayload",
1570
+ "label": "Correlation key (payload)",
1571
+ "description": "Extracts the correlation key from the incoming message payload",
1668
1572
  "constraints": {
1669
1573
  "notEmpty": true
1670
1574
  },
1575
+ "feel": "required",
1576
+ "group": "correlation",
1577
+ "binding": {
1578
+ "name": "correlationKeyExpression",
1579
+ "type": "zeebe:property"
1580
+ },
1671
1581
  "condition": {
1672
1582
  "property": "correlationRequired",
1673
- "equals": "required"
1674
- }
1583
+ "equals": "required",
1584
+ "type": "simple"
1585
+ },
1586
+ "type": "String"
1675
1587
  },
1676
1588
  {
1677
- "label": "Correlation key (payload)",
1678
- "type": "String",
1589
+ "id": "messageTtl",
1590
+ "label": "Message TTL",
1591
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
1592
+ "optional": true,
1593
+ "constraints": {
1594
+ "notEmpty": false,
1595
+ "pattern": {
1596
+ "value": "^(PT.*|)$",
1597
+ "message": "must be an ISO-8601 duration"
1598
+ }
1599
+ },
1600
+ "feel": "optional",
1679
1601
  "group": "correlation",
1602
+ "binding": {
1603
+ "name": "messageTtl",
1604
+ "type": "zeebe:property"
1605
+ },
1606
+ "type": "String"
1607
+ },
1608
+ {
1609
+ "id": "messageIdExpression",
1610
+ "label": "Message ID expression",
1611
+ "description": "Expression to extract unique identifier of a message",
1612
+ "optional": true,
1680
1613
  "feel": "required",
1614
+ "group": "correlation",
1681
1615
  "binding": {
1682
- "type": "zeebe:property",
1683
- "name": "correlationKeyExpression"
1616
+ "name": "messageIdExpression",
1617
+ "type": "zeebe:property"
1684
1618
  },
1685
- "description": "Extracts the correlation key from the incoming message payload",
1619
+ "type": "String"
1620
+ },
1621
+ {
1622
+ "id": "messageNameUuid",
1623
+ "generatedValue": {
1624
+ "type": "uuid"
1625
+ },
1626
+ "group": "correlation",
1627
+ "binding": {
1628
+ "name": "name",
1629
+ "type": "bpmn:Message#property"
1630
+ },
1631
+ "type": "Hidden"
1632
+ },
1633
+ {
1634
+ "id": "deduplicationModeManualFlag",
1635
+ "label": "Manual mode",
1636
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
1637
+ "value": false,
1638
+ "group": "deduplication",
1639
+ "binding": {
1640
+ "name": "deduplicationModeManualFlag",
1641
+ "type": "zeebe:property"
1642
+ },
1643
+ "type": "Boolean"
1644
+ },
1645
+ {
1646
+ "id": "deduplicationId",
1647
+ "label": "Deduplication ID",
1686
1648
  "constraints": {
1687
- "notEmpty": true
1649
+ "notEmpty": true,
1650
+ "pattern": {
1651
+ "value": "^[a-zA-Z0-9_-]+$",
1652
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
1653
+ }
1654
+ },
1655
+ "group": "deduplication",
1656
+ "binding": {
1657
+ "name": "deduplicationId",
1658
+ "type": "zeebe:property"
1688
1659
  },
1689
1660
  "condition": {
1690
- "property": "correlationRequired",
1691
- "equals": "required"
1692
- }
1661
+ "property": "deduplicationModeManualFlag",
1662
+ "equals": true,
1663
+ "type": "simple"
1664
+ },
1665
+ "type": "String"
1693
1666
  },
1694
1667
  {
1668
+ "id": "deduplicationModeManual",
1669
+ "value": "MANUAL",
1670
+ "group": "deduplication",
1671
+ "binding": {
1672
+ "name": "deduplicationMode",
1673
+ "type": "zeebe:property"
1674
+ },
1675
+ "condition": {
1676
+ "property": "deduplicationId",
1677
+ "isActive": true,
1678
+ "type": "simple"
1679
+ },
1680
+ "type": "Hidden"
1681
+ },
1682
+ {
1683
+ "id": "deduplicationModeAuto",
1684
+ "value": "AUTO",
1685
+ "group": "deduplication",
1686
+ "binding": {
1687
+ "name": "deduplicationMode",
1688
+ "type": "zeebe:property"
1689
+ },
1690
+ "condition": {
1691
+ "property": "deduplicationId",
1692
+ "isActive": false,
1693
+ "type": "simple"
1694
+ },
1695
+ "type": "Hidden"
1696
+ },
1697
+ {
1698
+ "id": "resultVariable",
1695
1699
  "label": "Result variable",
1696
- "type": "String",
1697
- "group": "variable-mapping",
1698
- "optional": true,
1700
+ "description": "Name of variable to store the response in",
1701
+ "group": "output",
1699
1702
  "binding": {
1700
- "type": "zeebe:property",
1701
- "name": "resultVariable"
1703
+ "name": "resultVariable",
1704
+ "type": "zeebe:property"
1702
1705
  },
1703
- "description": "Name of variable to store the result of the connector in"
1706
+ "type": "String"
1704
1707
  },
1705
1708
  {
1709
+ "id": "resultExpression",
1706
1710
  "label": "Result expression",
1707
- "type": "String",
1708
- "group": "variable-mapping",
1711
+ "description": "Expression to map the response into process variables",
1709
1712
  "feel": "required",
1710
- "optional": true,
1713
+ "group": "output",
1711
1714
  "binding": {
1712
- "type": "zeebe:property",
1713
- "name": "resultExpression"
1715
+ "name": "resultExpression",
1716
+ "type": "zeebe:property"
1714
1717
  },
1715
- "description": "Expression to map the inbound payload to process variables"
1718
+ "type": "Text"
1716
1719
  }
1717
1720
  ],
1718
1721
  "icon": {
1719
- "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"
1720
- },
1721
- "engines": {
1722
- "camunda": "^8.2"
1722
+ "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
1723
1723
  }
1724
1724
  }
1725
1725
  ]