@camunda/connectors-element-templates 1.0.6 → 1.0.8

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 (99) hide show
  1. package/package.json +1 -1
  2. package/src/build_element_template_array_json_files.sh +9 -0
  3. package/src/connectors.js +26 -2
  4. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +32 -30
  5. package/src/element-templates/agenticai-aiagent-job-worker.json +3266 -0
  6. package/src/element-templates/agenticai-aiagent-outbound-connector.json +3932 -760
  7. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
  8. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +1 -1
  9. package/src/element-templates/asana-connector.json +104 -104
  10. package/src/element-templates/automation-anywhere-outbound-connector.json +657 -657
  11. package/src/element-templates/aws-bedrock-outbound-connector.json +30 -30
  12. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  13. package/src/element-templates/aws-dynamodb-outbound-connector.json +107 -107
  14. package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
  15. package/src/element-templates/aws-eventbridge-connector-intermediate.json +31 -31
  16. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  17. package/src/element-templates/aws-eventbridge-connector-receive.json +356 -0
  18. package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
  19. package/src/element-templates/aws-eventbridge-outbound-connector.json +479 -479
  20. package/src/element-templates/aws-lambda-outbound-connector.json +92 -92
  21. package/src/element-templates/aws-s3-outbound-connector.json +30 -30
  22. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  23. package/src/element-templates/aws-sns-inbound-boundary.json +303 -303
  24. package/src/element-templates/aws-sns-inbound-intermediate.json +215 -215
  25. package/src/element-templates/aws-sns-inbound-message-start.json +343 -343
  26. package/src/element-templates/aws-sns-inbound-receive.json +304 -0
  27. package/src/element-templates/aws-sns-inbound-start-event.json +130 -130
  28. package/src/element-templates/aws-sns-outbound-connector.json +726 -726
  29. package/src/element-templates/aws-sqs-boundary-connector.json +629 -629
  30. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +537 -537
  31. package/src/element-templates/aws-sqs-outbound-connector.json +440 -440
  32. package/src/element-templates/aws-sqs-receive-connector.json +418 -0
  33. package/src/element-templates/aws-sqs-start-event-connector.json +771 -771
  34. package/src/element-templates/aws-sqs-start-message.json +461 -461
  35. package/src/element-templates/azure-open-ai-connector.json +32 -32
  36. package/src/element-templates/blue-prism-connector.json +50 -50
  37. package/src/element-templates/box-outbound-connector.json +30 -30
  38. package/src/element-templates/csv-outbound-connector.json +412 -0
  39. package/src/element-templates/easy-post-connector.json +149 -149
  40. package/src/element-templates/email-inbound-connector-boundary.json +19 -19
  41. package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
  42. package/src/element-templates/email-outbound-connector.json +233 -233
  43. package/src/element-templates/embeddings-vector-database-outbound-connector.json +473 -488
  44. package/src/element-templates/github-connector.json +2417 -2417
  45. package/src/element-templates/github-webhook-connector-boundary.json +21 -21
  46. package/src/element-templates/github-webhook-connector-intermediate.json +57 -57
  47. package/src/element-templates/github-webhook-connector-message-start.json +21 -21
  48. package/src/element-templates/github-webhook-connector-receive.json +202 -0
  49. package/src/element-templates/github-webhook-connector-start-event.json +57 -57
  50. package/src/element-templates/gitlab-connector.json +1103 -1103
  51. package/src/element-templates/google-drive-outbound-connector.json +846 -846
  52. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  53. package/src/element-templates/google-maps-platform-connector.json +78 -78
  54. package/src/element-templates/google-sheets-outbound-connector.json +1067 -1067
  55. package/src/element-templates/graphql-outbound-connector.json +1181 -1181
  56. package/src/element-templates/http-json-connector.json +2471 -1866
  57. package/src/element-templates/http-polling-boundary-catch-event-connector.json +635 -6
  58. package/src/element-templates/http-polling-connector.json +635 -6
  59. package/src/element-templates/hugging-face-connector.json +34 -34
  60. package/src/element-templates/jdbc-outbound-connector.json +43 -43
  61. package/src/element-templates/kafka-inbound-connector-boundary.json +1012 -1012
  62. package/src/element-templates/kafka-inbound-connector-intermediate.json +582 -582
  63. package/src/element-templates/kafka-inbound-connector-receive.json +498 -0
  64. package/src/element-templates/kafka-inbound-connector-start-message.json +608 -608
  65. package/src/element-templates/kafka-outbound-connector.json +385 -385
  66. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  67. package/src/element-templates/microsoft-teams-outbound-connector.json +1643 -1643
  68. package/src/element-templates/openai-connector.json +122 -122
  69. package/src/element-templates/operate-connector.json +76 -72
  70. package/src/element-templates/power-automate-connector.json +10 -10
  71. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +334 -334
  72. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +861 -861
  73. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +456 -456
  74. package/src/element-templates/rabbitmq-inbound-connector-receive.json +461 -0
  75. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +258 -258
  76. package/src/element-templates/rabbitmq-outbound-connector.json +322 -322
  77. package/src/element-templates/salesforce-connector.json +44 -44
  78. package/src/element-templates/sendgrid-outbound-connector.json +470 -470
  79. package/src/element-templates/servicenow-connector.json +942 -0
  80. package/src/element-templates/servicenow-flow-starter-connector.json +643 -0
  81. package/src/element-templates/servicenow-incident-connector.json +969 -0
  82. package/src/element-templates/slack-inbound-boundary.json +303 -303
  83. package/src/element-templates/slack-inbound-intermediate.json +277 -277
  84. package/src/element-templates/slack-inbound-message-start.json +11 -11
  85. package/src/element-templates/slack-inbound-receive.json +290 -0
  86. package/src/element-templates/slack-inbound-start-event.json +247 -247
  87. package/src/element-templates/slack-outbound-connector.json +966 -966
  88. package/src/element-templates/twilio-connector.json +52 -52
  89. package/src/element-templates/twilio-webhook-boundary-connector.json +20 -20
  90. package/src/element-templates/twilio-webhook-connector.json +11 -11
  91. package/src/element-templates/twilio-webhook-intermediate-connector.json +50 -50
  92. package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
  93. package/src/element-templates/twilio-webhook-receive-connector.json +262 -0
  94. package/src/element-templates/webhook-connector-boundary.json +1150 -1150
  95. package/src/element-templates/webhook-connector-intermediate.json +1834 -1834
  96. package/src/element-templates/webhook-connector-receive.json +609 -0
  97. package/src/element-templates/webhook-connector-start-event.json +1495 -1495
  98. package/src/element-templates/webhook-connector-start-message.json +586 -586
  99. package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
@@ -460,9 +460,9 @@
460
460
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
461
461
  "name": "RabbitMQ Boundary Event Connector",
462
462
  "id": "io.camunda.connectors.inbound.RabbitMQ.Boundary.v1",
463
- "version": 2,
464
463
  "description": "Receive a message from RabbitMQ",
465
464
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
465
+ "version": 6,
466
466
  "category": {
467
467
  "id": "connectors",
468
468
  "name": "Connectors"
@@ -490,39 +490,33 @@
490
490
  "label": "Activation"
491
491
  },
492
492
  {
493
- "id": "variable-mapping",
494
- "label": "Variable mapping"
493
+ "id": "correlation",
494
+ "label": "Correlation"
495
+ },
496
+ {
497
+ "id": "output",
498
+ "label": "Output mapping"
495
499
  }
496
500
  ],
497
501
  "properties": [
498
502
  {
499
- "type": "Hidden",
500
503
  "value": "io.camunda:connector-rabbitmq-inbound:1",
501
504
  "binding": {
502
- "type": "zeebe:property",
503
- "name": "inbound.type"
504
- }
505
- },
506
- {
507
- "type": "Hidden",
508
- "generatedValue": {
509
- "type": "uuid"
505
+ "name": "inbound.type",
506
+ "type": "zeebe:property"
510
507
  },
511
- "binding": {
512
- "type": "bpmn:Message#property",
513
- "name": "name"
514
- }
508
+ "type": "Hidden"
515
509
  },
516
510
  {
517
- "id": "connectionType",
511
+ "id": "authentication.authType",
518
512
  "label": "Connection type",
519
- "group": "authentication",
520
- "type": "Dropdown",
521
513
  "value": "uri",
514
+ "group": "authentication",
522
515
  "binding": {
523
- "type": "zeebe:property",
524
- "name": "authentication.authType"
516
+ "name": "authentication.authType",
517
+ "type": "zeebe:property"
525
518
  },
519
+ "type": "Dropdown",
526
520
  "choices": [
527
521
  {
528
522
  "name": "URI",
@@ -535,154 +529,178 @@
535
529
  ]
536
530
  },
537
531
  {
532
+ "id": "authentication.uri",
538
533
  "label": "URI",
539
534
  "description": "URI should contain username, password, host name, port number, and virtual host",
540
- "group": "authentication",
541
- "type": "String",
542
- "binding": {
543
- "type": "zeebe:property",
544
- "name": "authentication.uri"
545
- },
535
+ "optional": false,
546
536
  "constraints": {
547
537
  "notEmpty": true,
548
538
  "pattern": {
549
- "value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*$",
539
+ "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
550
540
  "message": "Must start with amqp(s):// or contain a secret reference"
551
541
  }
552
542
  },
543
+ "group": "authentication",
544
+ "binding": {
545
+ "name": "authentication.uri",
546
+ "type": "zeebe:property"
547
+ },
553
548
  "condition": {
554
- "property": "connectionType",
555
- "equals": "uri"
556
- }
549
+ "property": "authentication.authType",
550
+ "equals": "uri",
551
+ "type": "simple"
552
+ },
553
+ "type": "String"
557
554
  },
558
555
  {
556
+ "id": "authentication.userName",
559
557
  "label": "Username",
560
- "group": "authentication",
561
- "type": "String",
562
- "binding": {
563
- "type": "zeebe:property",
564
- "name": "authentication.userName"
565
- },
558
+ "optional": false,
566
559
  "constraints": {
567
560
  "notEmpty": true
568
561
  },
562
+ "group": "authentication",
563
+ "binding": {
564
+ "name": "authentication.userName",
565
+ "type": "zeebe:property"
566
+ },
569
567
  "condition": {
570
- "property": "connectionType",
571
- "equals": "credentials"
572
- }
568
+ "property": "authentication.authType",
569
+ "equals": "credentials",
570
+ "type": "simple"
571
+ },
572
+ "type": "String"
573
573
  },
574
574
  {
575
+ "id": "authentication.password",
575
576
  "label": "Password",
577
+ "optional": false,
578
+ "constraints": {
579
+ "notEmpty": true
580
+ },
576
581
  "group": "authentication",
577
- "type": "String",
578
582
  "binding": {
579
- "type": "zeebe:property",
580
- "name": "authentication.password"
583
+ "name": "authentication.password",
584
+ "type": "zeebe:property"
585
+ },
586
+ "condition": {
587
+ "property": "authentication.authType",
588
+ "equals": "credentials",
589
+ "type": "simple"
581
590
  },
591
+ "type": "String"
592
+ },
593
+ {
594
+ "id": "routing.virtualHost",
595
+ "label": "Virtual host",
596
+ "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>",
597
+ "optional": false,
582
598
  "constraints": {
583
599
  "notEmpty": true
584
600
  },
601
+ "group": "routing",
602
+ "binding": {
603
+ "name": "routing.virtualHost",
604
+ "type": "zeebe:property"
605
+ },
585
606
  "condition": {
586
- "property": "connectionType",
587
- "equals": "credentials"
588
- }
607
+ "property": "authentication.authType",
608
+ "equals": "credentials",
609
+ "type": "simple"
610
+ },
611
+ "type": "String"
589
612
  },
590
613
  {
614
+ "id": "routing.hostName",
591
615
  "label": "Host name",
592
- "description": "Host name: get from RabbitMQ external applocation configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
593
- "group": "routing",
594
- "type": "String",
595
- "binding": {
596
- "type": "zeebe:property",
597
- "name": "routing.hostName"
598
- },
616
+ "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>",
617
+ "optional": false,
599
618
  "constraints": {
600
619
  "notEmpty": true
601
620
  },
602
- "condition": {
603
- "property": "connectionType",
604
- "equals": "credentials"
605
- }
606
- },
607
- {
608
- "label": "Virtual host",
609
- "description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
610
621
  "group": "routing",
611
- "type": "String",
612
622
  "binding": {
613
- "type": "zeebe:property",
614
- "name": "routing.virtualHost"
615
- },
616
- "constraints": {
617
- "notEmpty": true
623
+ "name": "routing.hostName",
624
+ "type": "zeebe:property"
618
625
  },
619
626
  "condition": {
620
- "property": "connectionType",
621
- "equals": "credentials"
622
- }
627
+ "property": "authentication.authType",
628
+ "equals": "credentials",
629
+ "type": "simple"
630
+ },
631
+ "type": "String"
623
632
  },
624
633
  {
634
+ "id": "routing.port",
625
635
  "label": "Port",
626
- "description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
627
- "group": "routing",
628
- "type": "String",
629
- "binding": {
630
- "type": "zeebe:property",
631
- "name": "routing.port"
632
- },
636
+ "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>",
637
+ "optional": false,
633
638
  "constraints": {
634
639
  "notEmpty": true
635
640
  },
641
+ "group": "routing",
642
+ "binding": {
643
+ "name": "routing.port",
644
+ "type": "zeebe:property"
645
+ },
636
646
  "condition": {
637
- "property": "connectionType",
638
- "equals": "credentials"
639
- }
647
+ "property": "authentication.authType",
648
+ "equals": "credentials",
649
+ "type": "simple"
650
+ },
651
+ "type": "String"
640
652
  },
641
653
  {
654
+ "id": "queueName",
642
655
  "label": "Queue name",
643
656
  "description": "Name of the queue to subscribe to",
657
+ "optional": false,
658
+ "constraints": {
659
+ "notEmpty": true
660
+ },
644
661
  "group": "subscription",
645
- "type": "String",
646
- "feel": "optional",
647
662
  "binding": {
648
- "type": "zeebe:property",
649
- "name": "queueName"
663
+ "name": "queueName",
664
+ "type": "zeebe:property"
650
665
  },
651
- "constraints": {
652
- "notEmpty": true
653
- }
666
+ "type": "String"
654
667
  },
655
668
  {
669
+ "id": "consumerTag",
656
670
  "label": "Consumer tag",
657
671
  "description": "Consumer tag to use for the subscription",
672
+ "optional": false,
658
673
  "group": "subscription",
659
- "type": "String",
660
- "feel": "optional",
661
674
  "binding": {
662
- "type": "zeebe:property",
663
- "name": "consumerTag"
664
- }
675
+ "name": "consumerTag",
676
+ "type": "zeebe:property"
677
+ },
678
+ "type": "String"
665
679
  },
666
680
  {
681
+ "id": "arguments",
667
682
  "label": "Arguments",
668
683
  "description": "Arguments to use for the subscription",
669
- "group": "subscription",
670
- "type": "String",
684
+ "optional": true,
671
685
  "feel": "required",
686
+ "group": "subscription",
672
687
  "binding": {
673
- "type": "zeebe:property",
674
- "name": "arguments"
675
- }
688
+ "name": "arguments",
689
+ "type": "zeebe:property"
690
+ },
691
+ "type": "String"
676
692
  },
677
693
  {
694
+ "id": "exclusive",
678
695
  "label": "Exclusive consumer",
679
- "group": "subscription",
680
- "type": "Dropdown",
696
+ "optional": false,
681
697
  "value": "false",
698
+ "group": "subscription",
682
699
  "binding": {
683
- "type": "zeebe:property",
684
- "name": "exclusive"
700
+ "name": "exclusive",
701
+ "type": "zeebe:property"
685
702
  },
703
+ "type": "Dropdown",
686
704
  "choices": [
687
705
  {
688
706
  "name": "Yes",
@@ -695,95 +713,111 @@
695
713
  ]
696
714
  },
697
715
  {
698
- "label": "Correlation key (process)",
699
- "type": "String",
700
- "group": "activation",
716
+ "id": "activationCondition",
717
+ "label": "Activation condition",
718
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
719
+ "optional": true,
701
720
  "feel": "required",
702
- "description": "Sets up the correlation key from process variables",
721
+ "group": "activation",
703
722
  "binding": {
704
- "type": "bpmn:Message#zeebe:subscription#property",
705
- "name": "correlationKey"
723
+ "name": "activationCondition",
724
+ "type": "zeebe:property"
706
725
  },
707
- "constraints": {
708
- "notEmpty": true
709
- }
726
+ "type": "String"
710
727
  },
711
728
  {
712
- "label": "Correlation key (payload)",
713
- "type": "String",
714
- "group": "activation",
729
+ "id": "correlationKeyProcess",
730
+ "label": "Correlation key (process)",
731
+ "description": "Sets up the correlation key from process variables",
732
+ "constraints": {
733
+ "notEmpty": true
734
+ },
715
735
  "feel": "required",
736
+ "group": "correlation",
716
737
  "binding": {
717
- "type": "zeebe:property",
718
- "name": "correlationKeyExpression"
738
+ "name": "correlationKey",
739
+ "type": "bpmn:Message#zeebe:subscription#property"
719
740
  },
741
+ "type": "String"
742
+ },
743
+ {
744
+ "id": "correlationKeyPayload",
745
+ "label": "Correlation key (payload)",
720
746
  "description": "Extracts the correlation key from the incoming message payload",
721
747
  "constraints": {
722
748
  "notEmpty": true
723
- }
749
+ },
750
+ "feel": "required",
751
+ "group": "correlation",
752
+ "binding": {
753
+ "name": "correlationKeyExpression",
754
+ "type": "zeebe:property"
755
+ },
756
+ "type": "String"
724
757
  },
725
758
  {
759
+ "id": "messageIdExpression",
726
760
  "label": "Message ID expression",
727
- "feel": "required",
728
- "type": "String",
761
+ "description": "Expression to extract unique identifier of a message",
729
762
  "optional": true,
730
- "group": "activation",
763
+ "feel": "required",
764
+ "group": "correlation",
731
765
  "binding": {
732
- "type": "zeebe:property",
733
- "name": "messageIdExpression"
766
+ "name": "messageIdExpression",
767
+ "type": "zeebe:property"
734
768
  },
735
- "description": "Expression to extract unique identifier of a message"
769
+ "type": "String"
736
770
  },
737
771
  {
738
- "label": "Activation condition",
739
- "type": "String",
740
- "group": "activation",
741
- "feel": "required",
742
- "optional": true,
772
+ "id": "messageNameUuid",
773
+ "generatedValue": {
774
+ "type": "uuid"
775
+ },
776
+ "group": "correlation",
743
777
  "binding": {
744
- "type": "zeebe:property",
745
- "name": "activationCondition"
778
+ "name": "name",
779
+ "type": "bpmn:Message#property"
746
780
  },
747
- "description": "Condition under which the connector triggers. Leave empty to catch all events"
781
+ "type": "Hidden"
748
782
  },
749
783
  {
784
+ "id": "resultVariable",
750
785
  "label": "Result variable",
751
- "type": "String",
752
- "group": "variable-mapping",
753
- "optional": true,
786
+ "description": "Name of variable to store the response in",
787
+ "group": "output",
754
788
  "binding": {
755
- "type": "zeebe:property",
756
- "name": "resultVariable"
789
+ "name": "resultVariable",
790
+ "type": "zeebe:property"
757
791
  },
758
- "description": "Name of variable to store the result of the connector in"
792
+ "type": "String"
759
793
  },
760
794
  {
795
+ "id": "resultExpression",
761
796
  "label": "Result expression",
762
- "type": "String",
763
- "group": "variable-mapping",
797
+ "description": "Expression to map the response into process variables",
764
798
  "feel": "required",
765
- "optional": true,
799
+ "group": "output",
766
800
  "binding": {
767
- "type": "zeebe:property",
768
- "name": "resultExpression"
801
+ "name": "resultExpression",
802
+ "type": "zeebe:property"
769
803
  },
770
- "description": "Expression to map the inbound payload to process variables"
804
+ "type": "Text"
771
805
  }
772
806
  ],
773
807
  "icon": {
774
- "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='-7.5 0 271 271' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M245.44 108.308h-85.09a7.738 7.738 0 0 1-7.735-7.734v-88.68C152.615 5.327 147.29 0 140.726 0h-30.375c-6.568 0-11.89 5.327-11.89 11.894v88.143c0 4.573-3.697 8.29-8.27 8.31l-27.885.133c-4.612.025-8.359-3.717-8.35-8.325l.173-88.241C54.144 5.337 48.817 0 42.24 0H11.89C5.321 0 0 5.327 0 11.894V260.21c0 5.834 4.726 10.56 10.555 10.56H245.44c5.834 0 10.56-4.726 10.56-10.56V118.868c0-5.834-4.726-10.56-10.56-10.56zm-39.902 93.233c0 7.645-6.198 13.844-13.843 13.844H167.69c-7.646 0-13.844-6.199-13.844-13.844v-24.005c0-7.646 6.198-13.844 13.844-13.844h24.005c7.645 0 13.843 6.198 13.843 13.844v24.005z' fill='%23F60'/%3E%3C/svg%3E"
808
+ "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
775
809
  },
776
810
  "engines": {
777
- "camunda": "^8.4"
811
+ "camunda": "^8.5"
778
812
  }
779
813
  },
780
814
  {
781
815
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
782
816
  "name": "RabbitMQ Boundary Event Connector",
783
817
  "id": "io.camunda.connectors.inbound.RabbitMQ.Boundary.v1",
784
- "version": 1,
818
+ "version": 2,
785
819
  "description": "Receive a message from RabbitMQ",
786
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
820
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
787
821
  "category": {
788
822
  "id": "connectors",
789
823
  "name": "Connectors"
@@ -910,7 +944,7 @@
910
944
  },
911
945
  {
912
946
  "label": "Host name",
913
- "description": "Host name: get from RabbitMQ external applocation configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
947
+ "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>",
914
948
  "group": "routing",
915
949
  "type": "String",
916
950
  "binding": {
@@ -927,7 +961,7 @@
927
961
  },
928
962
  {
929
963
  "label": "Virtual host",
930
- "description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
964
+ "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>",
931
965
  "group": "routing",
932
966
  "type": "String",
933
967
  "binding": {
@@ -944,7 +978,7 @@
944
978
  },
945
979
  {
946
980
  "label": "Port",
947
- "description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
981
+ "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>",
948
982
  "group": "routing",
949
983
  "type": "String",
950
984
  "binding": {
@@ -1043,6 +1077,18 @@
1043
1077
  "notEmpty": true
1044
1078
  }
1045
1079
  },
1080
+ {
1081
+ "label": "Message ID expression",
1082
+ "feel": "required",
1083
+ "type": "String",
1084
+ "optional": true,
1085
+ "group": "activation",
1086
+ "binding": {
1087
+ "type": "zeebe:property",
1088
+ "name": "messageIdExpression"
1089
+ },
1090
+ "description": "Expression to extract unique identifier of a message"
1091
+ },
1046
1092
  {
1047
1093
  "label": "Activation condition",
1048
1094
  "type": "String",
@@ -1083,16 +1129,16 @@
1083
1129
  "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"
1084
1130
  },
1085
1131
  "engines": {
1086
- "camunda": "^8.2"
1132
+ "camunda": "^8.4"
1087
1133
  }
1088
1134
  },
1089
1135
  {
1090
1136
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1091
1137
  "name": "RabbitMQ Boundary Event Connector",
1092
1138
  "id": "io.camunda.connectors.inbound.RabbitMQ.Boundary.v1",
1139
+ "version": 1,
1093
1140
  "description": "Receive a message from RabbitMQ",
1094
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
1095
- "version": 6,
1141
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
1096
1142
  "category": {
1097
1143
  "id": "connectors",
1098
1144
  "name": "Connectors"
@@ -1120,33 +1166,39 @@
1120
1166
  "label": "Activation"
1121
1167
  },
1122
1168
  {
1123
- "id": "correlation",
1124
- "label": "Correlation"
1125
- },
1126
- {
1127
- "id": "output",
1128
- "label": "Output mapping"
1169
+ "id": "variable-mapping",
1170
+ "label": "Variable mapping"
1129
1171
  }
1130
1172
  ],
1131
1173
  "properties": [
1132
1174
  {
1175
+ "type": "Hidden",
1133
1176
  "value": "io.camunda:connector-rabbitmq-inbound:1",
1134
1177
  "binding": {
1135
- "name": "inbound.type",
1136
- "type": "zeebe:property"
1178
+ "type": "zeebe:property",
1179
+ "name": "inbound.type"
1180
+ }
1181
+ },
1182
+ {
1183
+ "type": "Hidden",
1184
+ "generatedValue": {
1185
+ "type": "uuid"
1137
1186
  },
1138
- "type": "Hidden"
1187
+ "binding": {
1188
+ "type": "bpmn:Message#property",
1189
+ "name": "name"
1190
+ }
1139
1191
  },
1140
1192
  {
1141
- "id": "authentication.authType",
1193
+ "id": "connectionType",
1142
1194
  "label": "Connection type",
1143
- "value": "uri",
1144
1195
  "group": "authentication",
1196
+ "type": "Dropdown",
1197
+ "value": "uri",
1145
1198
  "binding": {
1146
- "name": "authentication.authType",
1147
- "type": "zeebe:property"
1199
+ "type": "zeebe:property",
1200
+ "name": "authentication.authType"
1148
1201
  },
1149
- "type": "Dropdown",
1150
1202
  "choices": [
1151
1203
  {
1152
1204
  "name": "URI",
@@ -1159,178 +1211,154 @@
1159
1211
  ]
1160
1212
  },
1161
1213
  {
1162
- "id": "authentication.uri",
1163
1214
  "label": "URI",
1164
1215
  "description": "URI should contain username, password, host name, port number, and virtual host",
1165
- "optional": false,
1216
+ "group": "authentication",
1217
+ "type": "String",
1218
+ "binding": {
1219
+ "type": "zeebe:property",
1220
+ "name": "authentication.uri"
1221
+ },
1166
1222
  "constraints": {
1167
1223
  "notEmpty": true,
1168
1224
  "pattern": {
1169
- "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
1225
+ "value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*$",
1170
1226
  "message": "Must start with amqp(s):// or contain a secret reference"
1171
1227
  }
1172
1228
  },
1173
- "group": "authentication",
1174
- "binding": {
1175
- "name": "authentication.uri",
1176
- "type": "zeebe:property"
1177
- },
1178
1229
  "condition": {
1179
- "property": "authentication.authType",
1180
- "equals": "uri",
1181
- "type": "simple"
1182
- },
1183
- "type": "String"
1230
+ "property": "connectionType",
1231
+ "equals": "uri"
1232
+ }
1184
1233
  },
1185
1234
  {
1186
- "id": "authentication.userName",
1187
1235
  "label": "Username",
1188
- "optional": false,
1189
- "constraints": {
1190
- "notEmpty": true
1191
- },
1192
1236
  "group": "authentication",
1237
+ "type": "String",
1193
1238
  "binding": {
1194
- "name": "authentication.userName",
1195
- "type": "zeebe:property"
1239
+ "type": "zeebe:property",
1240
+ "name": "authentication.userName"
1196
1241
  },
1197
- "condition": {
1198
- "property": "authentication.authType",
1199
- "equals": "credentials",
1200
- "type": "simple"
1242
+ "constraints": {
1243
+ "notEmpty": true
1201
1244
  },
1202
- "type": "String"
1245
+ "condition": {
1246
+ "property": "connectionType",
1247
+ "equals": "credentials"
1248
+ }
1203
1249
  },
1204
1250
  {
1205
- "id": "authentication.password",
1206
1251
  "label": "Password",
1207
- "optional": false,
1208
- "constraints": {
1209
- "notEmpty": true
1210
- },
1211
1252
  "group": "authentication",
1253
+ "type": "String",
1212
1254
  "binding": {
1213
- "name": "authentication.password",
1214
- "type": "zeebe:property"
1215
- },
1216
- "condition": {
1217
- "property": "authentication.authType",
1218
- "equals": "credentials",
1219
- "type": "simple"
1255
+ "type": "zeebe:property",
1256
+ "name": "authentication.password"
1220
1257
  },
1221
- "type": "String"
1222
- },
1223
- {
1224
- "id": "routing.virtualHost",
1225
- "label": "Virtual host",
1226
- "description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
1227
- "optional": false,
1228
1258
  "constraints": {
1229
1259
  "notEmpty": true
1230
1260
  },
1231
- "group": "routing",
1232
- "binding": {
1233
- "name": "routing.virtualHost",
1234
- "type": "zeebe:property"
1235
- },
1236
1261
  "condition": {
1237
- "property": "authentication.authType",
1238
- "equals": "credentials",
1239
- "type": "simple"
1240
- },
1241
- "type": "String"
1262
+ "property": "connectionType",
1263
+ "equals": "credentials"
1264
+ }
1242
1265
  },
1243
1266
  {
1244
- "id": "routing.hostName",
1245
1267
  "label": "Host name",
1246
- "description": "Host name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
1247
- "optional": false,
1268
+ "description": "Host name: get from RabbitMQ external applocation configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
1269
+ "group": "routing",
1270
+ "type": "String",
1271
+ "binding": {
1272
+ "type": "zeebe:property",
1273
+ "name": "routing.hostName"
1274
+ },
1248
1275
  "constraints": {
1249
1276
  "notEmpty": true
1250
1277
  },
1278
+ "condition": {
1279
+ "property": "connectionType",
1280
+ "equals": "credentials"
1281
+ }
1282
+ },
1283
+ {
1284
+ "label": "Virtual host",
1285
+ "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>",
1251
1286
  "group": "routing",
1287
+ "type": "String",
1252
1288
  "binding": {
1253
- "name": "routing.hostName",
1254
- "type": "zeebe:property"
1289
+ "type": "zeebe:property",
1290
+ "name": "routing.virtualHost"
1255
1291
  },
1256
- "condition": {
1257
- "property": "authentication.authType",
1258
- "equals": "credentials",
1259
- "type": "simple"
1292
+ "constraints": {
1293
+ "notEmpty": true
1260
1294
  },
1261
- "type": "String"
1295
+ "condition": {
1296
+ "property": "connectionType",
1297
+ "equals": "credentials"
1298
+ }
1262
1299
  },
1263
1300
  {
1264
- "id": "routing.port",
1265
1301
  "label": "Port",
1266
- "description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
1267
- "optional": false,
1268
- "constraints": {
1269
- "notEmpty": true
1270
- },
1302
+ "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>",
1271
1303
  "group": "routing",
1304
+ "type": "String",
1272
1305
  "binding": {
1273
- "name": "routing.port",
1274
- "type": "zeebe:property"
1306
+ "type": "zeebe:property",
1307
+ "name": "routing.port"
1275
1308
  },
1276
- "condition": {
1277
- "property": "authentication.authType",
1278
- "equals": "credentials",
1279
- "type": "simple"
1309
+ "constraints": {
1310
+ "notEmpty": true
1280
1311
  },
1281
- "type": "String"
1312
+ "condition": {
1313
+ "property": "connectionType",
1314
+ "equals": "credentials"
1315
+ }
1282
1316
  },
1283
1317
  {
1284
- "id": "queueName",
1285
1318
  "label": "Queue name",
1286
1319
  "description": "Name of the queue to subscribe to",
1287
- "optional": false,
1288
- "constraints": {
1289
- "notEmpty": true
1290
- },
1291
1320
  "group": "subscription",
1321
+ "type": "String",
1322
+ "feel": "optional",
1292
1323
  "binding": {
1293
- "name": "queueName",
1294
- "type": "zeebe:property"
1324
+ "type": "zeebe:property",
1325
+ "name": "queueName"
1295
1326
  },
1296
- "type": "String"
1327
+ "constraints": {
1328
+ "notEmpty": true
1329
+ }
1297
1330
  },
1298
1331
  {
1299
- "id": "consumerTag",
1300
1332
  "label": "Consumer tag",
1301
1333
  "description": "Consumer tag to use for the subscription",
1302
- "optional": false,
1303
1334
  "group": "subscription",
1335
+ "type": "String",
1336
+ "feel": "optional",
1304
1337
  "binding": {
1305
- "name": "consumerTag",
1306
- "type": "zeebe:property"
1307
- },
1308
- "type": "String"
1338
+ "type": "zeebe:property",
1339
+ "name": "consumerTag"
1340
+ }
1309
1341
  },
1310
1342
  {
1311
- "id": "arguments",
1312
1343
  "label": "Arguments",
1313
1344
  "description": "Arguments to use for the subscription",
1314
- "optional": true,
1315
- "feel": "required",
1316
1345
  "group": "subscription",
1346
+ "type": "String",
1347
+ "feel": "required",
1317
1348
  "binding": {
1318
- "name": "arguments",
1319
- "type": "zeebe:property"
1320
- },
1321
- "type": "String"
1349
+ "type": "zeebe:property",
1350
+ "name": "arguments"
1351
+ }
1322
1352
  },
1323
1353
  {
1324
- "id": "exclusive",
1325
1354
  "label": "Exclusive consumer",
1326
- "optional": false,
1327
- "value": "false",
1328
1355
  "group": "subscription",
1356
+ "type": "Dropdown",
1357
+ "value": "false",
1329
1358
  "binding": {
1330
- "name": "exclusive",
1331
- "type": "zeebe:property"
1359
+ "type": "zeebe:property",
1360
+ "name": "exclusive"
1332
1361
  },
1333
- "type": "Dropdown",
1334
1362
  "choices": [
1335
1363
  {
1336
1364
  "name": "Yes",
@@ -1343,102 +1371,74 @@
1343
1371
  ]
1344
1372
  },
1345
1373
  {
1346
- "id": "activationCondition",
1347
- "label": "Activation condition",
1348
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
1349
- "optional": true,
1350
- "feel": "required",
1374
+ "label": "Correlation key (process)",
1375
+ "type": "String",
1351
1376
  "group": "activation",
1377
+ "feel": "required",
1378
+ "description": "Sets up the correlation key from process variables",
1352
1379
  "binding": {
1353
- "name": "activationCondition",
1354
- "type": "zeebe:property"
1380
+ "type": "bpmn:Message#zeebe:subscription#property",
1381
+ "name": "correlationKey"
1355
1382
  },
1356
- "type": "String"
1357
- },
1358
- {
1359
- "id": "correlationKeyProcess",
1360
- "label": "Correlation key (process)",
1361
- "description": "Sets up the correlation key from process variables",
1362
1383
  "constraints": {
1363
1384
  "notEmpty": true
1364
- },
1365
- "feel": "required",
1366
- "group": "correlation",
1367
- "binding": {
1368
- "name": "correlationKey",
1369
- "type": "bpmn:Message#zeebe:subscription#property"
1370
- },
1371
- "type": "String"
1385
+ }
1372
1386
  },
1373
1387
  {
1374
- "id": "correlationKeyPayload",
1375
1388
  "label": "Correlation key (payload)",
1376
- "description": "Extracts the correlation key from the incoming message payload",
1377
- "constraints": {
1378
- "notEmpty": true
1379
- },
1389
+ "type": "String",
1390
+ "group": "activation",
1380
1391
  "feel": "required",
1381
- "group": "correlation",
1382
1392
  "binding": {
1383
- "name": "correlationKeyExpression",
1384
- "type": "zeebe:property"
1393
+ "type": "zeebe:property",
1394
+ "name": "correlationKeyExpression"
1385
1395
  },
1386
- "type": "String"
1396
+ "description": "Extracts the correlation key from the incoming message payload",
1397
+ "constraints": {
1398
+ "notEmpty": true
1399
+ }
1387
1400
  },
1388
1401
  {
1389
- "id": "messageIdExpression",
1390
- "label": "Message ID expression",
1391
- "description": "Expression to extract unique identifier of a message",
1392
- "optional": true,
1402
+ "label": "Activation condition",
1403
+ "type": "String",
1404
+ "group": "activation",
1393
1405
  "feel": "required",
1394
- "group": "correlation",
1395
- "binding": {
1396
- "name": "messageIdExpression",
1397
- "type": "zeebe:property"
1398
- },
1399
- "type": "String"
1400
- },
1401
- {
1402
- "id": "messageNameUuid",
1403
- "generatedValue": {
1404
- "type": "uuid"
1405
- },
1406
- "group": "correlation",
1406
+ "optional": true,
1407
1407
  "binding": {
1408
- "name": "name",
1409
- "type": "bpmn:Message#property"
1408
+ "type": "zeebe:property",
1409
+ "name": "activationCondition"
1410
1410
  },
1411
- "type": "Hidden"
1411
+ "description": "Condition under which the connector triggers. Leave empty to catch all events"
1412
1412
  },
1413
1413
  {
1414
- "id": "resultVariable",
1415
1414
  "label": "Result variable",
1416
- "description": "Name of variable to store the response in",
1417
- "group": "output",
1415
+ "type": "String",
1416
+ "group": "variable-mapping",
1417
+ "optional": true,
1418
1418
  "binding": {
1419
- "name": "resultVariable",
1420
- "type": "zeebe:property"
1419
+ "type": "zeebe:property",
1420
+ "name": "resultVariable"
1421
1421
  },
1422
- "type": "String"
1422
+ "description": "Name of variable to store the result of the connector in"
1423
1423
  },
1424
1424
  {
1425
- "id": "resultExpression",
1426
1425
  "label": "Result expression",
1427
- "description": "Expression to map the response into process variables",
1426
+ "type": "String",
1427
+ "group": "variable-mapping",
1428
1428
  "feel": "required",
1429
- "group": "output",
1429
+ "optional": true,
1430
1430
  "binding": {
1431
- "name": "resultExpression",
1432
- "type": "zeebe:property"
1431
+ "type": "zeebe:property",
1432
+ "name": "resultExpression"
1433
1433
  },
1434
- "type": "Text"
1434
+ "description": "Expression to map the inbound payload to process variables"
1435
1435
  }
1436
1436
  ],
1437
1437
  "icon": {
1438
- "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
1438
+ "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='-7.5 0 271 271' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M245.44 108.308h-85.09a7.738 7.738 0 0 1-7.735-7.734v-88.68C152.615 5.327 147.29 0 140.726 0h-30.375c-6.568 0-11.89 5.327-11.89 11.894v88.143c0 4.573-3.697 8.29-8.27 8.31l-27.885.133c-4.612.025-8.359-3.717-8.35-8.325l.173-88.241C54.144 5.337 48.817 0 42.24 0H11.89C5.321 0 0 5.327 0 11.894V260.21c0 5.834 4.726 10.56 10.555 10.56H245.44c5.834 0 10.56-4.726 10.56-10.56V118.868c0-5.834-4.726-10.56-10.56-10.56zm-39.902 93.233c0 7.645-6.198 13.844-13.843 13.844H167.69c-7.646 0-13.844-6.199-13.844-13.844v-24.005c0-7.646 6.198-13.844 13.844-13.844h24.005c7.645 0 13.843 6.198 13.843 13.844v24.005z' fill='%23F60'/%3E%3C/svg%3E"
1439
1439
  },
1440
1440
  "engines": {
1441
- "camunda": "^8.5"
1441
+ "camunda": "^8.2"
1442
1442
  }
1443
1443
  },
1444
1444
  {