@camunda/connectors-element-templates 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. package/package.json +1 -1
  2. package/src/connectors.js +2 -0
  3. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +170 -13
  4. package/src/element-templates/agenticai-aiagent-outbound-connector.json +1596 -389
  5. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
  6. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -1
  7. package/src/element-templates/asana-connector.json +104 -104
  8. package/src/element-templates/automation-anywhere-outbound-connector.json +1207 -1201
  9. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  10. package/src/element-templates/aws-dynamodb-outbound-connector.json +1404 -1404
  11. package/src/element-templates/aws-eventbridge-connector-boundary.json +28 -28
  12. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  13. package/src/element-templates/aws-eventbridge-connector-start-event.json +13 -10
  14. package/src/element-templates/aws-eventbridge-outbound-connector.json +474 -474
  15. package/src/element-templates/aws-lambda-outbound-connector.json +51 -51
  16. package/src/element-templates/aws-s3-outbound-connector.json +30 -30
  17. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  18. package/src/element-templates/aws-sns-inbound-boundary.json +283 -283
  19. package/src/element-templates/aws-sns-inbound-intermediate.json +467 -467
  20. package/src/element-templates/aws-sns-inbound-message-start.json +98 -98
  21. package/src/element-templates/aws-sns-inbound-start-event.json +132 -132
  22. package/src/element-templates/aws-sns-outbound-connector.json +719 -719
  23. package/src/element-templates/aws-sqs-boundary-connector.json +420 -420
  24. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +958 -958
  25. package/src/element-templates/aws-sqs-outbound-connector.json +421 -421
  26. package/src/element-templates/aws-sqs-start-event-connector.json +388 -388
  27. package/src/element-templates/aws-sqs-start-message.json +463 -463
  28. package/src/element-templates/azure-blobstorage-outbound-connector.json +1 -1
  29. package/src/element-templates/azure-open-ai-connector.json +32 -32
  30. package/src/element-templates/blue-prism-connector.json +57 -57
  31. package/src/element-templates/box-outbound-connector.json +30 -30
  32. package/src/element-templates/csv-outbound-connector.json +392 -0
  33. package/src/element-templates/easy-post-connector.json +269 -269
  34. package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
  35. package/src/element-templates/email-outbound-connector.json +231 -231
  36. package/src/element-templates/embeddings-vector-database-outbound-connector.json +3473 -150
  37. package/src/element-templates/github-connector.json +2930 -2930
  38. package/src/element-templates/github-webhook-connector-boundary.json +21 -21
  39. package/src/element-templates/github-webhook-connector-intermediate.json +35 -35
  40. package/src/element-templates/github-webhook-connector-message-start.json +21 -21
  41. package/src/element-templates/github-webhook-connector-start-event.json +35 -32
  42. package/src/element-templates/gitlab-connector.json +1561 -1561
  43. package/src/element-templates/google-drive-outbound-connector.json +363 -363
  44. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  45. package/src/element-templates/google-maps-platform-connector.json +76 -76
  46. package/src/element-templates/google-sheets-outbound-connector.json +1177 -1177
  47. package/src/element-templates/graphql-outbound-connector.json +1182 -1182
  48. package/src/element-templates/http-json-connector.json +2332 -2332
  49. package/src/element-templates/http-polling-boundary-catch-event-connector.json +261 -558
  50. package/src/element-templates/http-polling-connector.json +259 -556
  51. package/src/element-templates/hugging-face-connector.json +34 -34
  52. package/src/element-templates/jdbc-outbound-connector.json +404 -2
  53. package/src/element-templates/kafka-inbound-connector-boundary.json +624 -624
  54. package/src/element-templates/kafka-inbound-connector-intermediate.json +1018 -1018
  55. package/src/element-templates/kafka-inbound-connector-start-message.json +532 -532
  56. package/src/element-templates/kafka-inbound-connector.json +240 -237
  57. package/src/element-templates/kafka-outbound-connector.json +588 -588
  58. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  59. package/src/element-templates/microsoft-teams-outbound-connector.json +3730 -3730
  60. package/src/element-templates/openai-connector.json +117 -117
  61. package/src/element-templates/operate-connector.json +68 -68
  62. package/src/element-templates/power-automate-connector.json +12 -12
  63. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +437 -437
  64. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +581 -581
  65. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +451 -451
  66. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +354 -354
  67. package/src/element-templates/rabbitmq-outbound-connector.json +666 -666
  68. package/src/element-templates/salesforce-connector.json +40 -40
  69. package/src/element-templates/sendgrid-outbound-connector.json +487 -487
  70. package/src/element-templates/slack-inbound-boundary.json +301 -301
  71. package/src/element-templates/slack-inbound-intermediate.json +307 -307
  72. package/src/element-templates/slack-inbound-message-start.json +350 -350
  73. package/src/element-templates/slack-inbound-start-event.json +213 -210
  74. package/src/element-templates/slack-outbound-connector.json +739 -739
  75. package/src/element-templates/twilio-connector.json +88 -88
  76. package/src/element-templates/twilio-webhook-connector.json +13 -10
  77. package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
  78. package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
  79. package/src/element-templates/uipath-connector.json +49 -49
  80. package/src/element-templates/webhook-connector-boundary.json +1644 -1644
  81. package/src/element-templates/webhook-connector-intermediate.json +972 -972
  82. package/src/element-templates/webhook-connector-start-event.json +556 -553
  83. package/src/element-templates/webhook-connector-start-message.json +33 -33
  84. package/src/element-templates/whatsapp-connector.json +6 -6
@@ -420,9 +420,9 @@
420
420
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
421
421
  "name": "Amazon SQS Boundary Event Connector",
422
422
  "id": "io.camunda.connectors.AWSSQS.boundary.v1",
423
- "version": 2,
423
+ "version": 3,
424
424
  "description": "Receive message from a queue",
425
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
425
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
426
426
  "appliesTo": ["bpmn:BoundaryEvent"],
427
427
  "elementType": {
428
428
  "value": "bpmn:BoundaryEvent",
@@ -569,7 +569,7 @@
569
569
  },
570
570
  {
571
571
  "label": "Polling wait time",
572
- "description": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/\" target=\"_blank\">documentation</a> for details",
572
+ "description": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
573
573
  "group": "messagePollingProperties",
574
574
  "type": "String",
575
575
  "optional": false,
@@ -589,7 +589,7 @@
589
589
  },
590
590
  {
591
591
  "label": "Attribute names",
592
- "description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/\" target=\"_blank\">documentation</a> for details",
592
+ "description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
593
593
  "group": "input",
594
594
  "type": "String",
595
595
  "optional": true,
@@ -601,7 +601,7 @@
601
601
  },
602
602
  {
603
603
  "label": "Message attribute names",
604
- "description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/\" target=\"_blank\">documentation</a> for details",
604
+ "description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
605
605
  "group": "input",
606
606
  "type": "String",
607
607
  "optional": true,
@@ -639,6 +639,18 @@
639
639
  "notEmpty": true
640
640
  }
641
641
  },
642
+ {
643
+ "label": "Message ID expression",
644
+ "feel": "required",
645
+ "type": "String",
646
+ "optional": true,
647
+ "group": "activation",
648
+ "binding": {
649
+ "type": "zeebe:property",
650
+ "name": "messageIdExpression"
651
+ },
652
+ "description": "Expression to extract unique identifier of a message"
653
+ },
642
654
  {
643
655
  "label": "Activation condition",
644
656
  "type": "String",
@@ -686,23 +698,27 @@
686
698
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
687
699
  "name": "Amazon SQS Boundary Event Connector",
688
700
  "id": "io.camunda.connectors.AWSSQS.boundary.v1",
689
- "version": 3,
690
701
  "description": "Receive message from a queue",
691
702
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
703
+ "version": 9,
704
+ "category": {
705
+ "id": "connectors",
706
+ "name": "Connectors"
707
+ },
692
708
  "appliesTo": ["bpmn:BoundaryEvent"],
693
709
  "elementType": {
694
710
  "value": "bpmn:BoundaryEvent",
695
711
  "eventDefinition": "bpmn:MessageEventDefinition"
696
712
  },
697
- "category": {
698
- "id": "connectors",
699
- "name": "Connectors"
700
- },
701
713
  "groups": [
702
714
  {
703
715
  "id": "authentication",
704
716
  "label": "Authentication"
705
717
  },
718
+ {
719
+ "id": "configuration",
720
+ "label": "Configuration"
721
+ },
706
722
  {
707
723
  "id": "queueProperties",
708
724
  "label": "Queue properties"
@@ -720,271 +736,394 @@
720
736
  "label": "Activation"
721
737
  },
722
738
  {
723
- "id": "variable-mapping",
724
- "label": "Variable mapping"
739
+ "id": "correlation",
740
+ "label": "Correlation",
741
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
742
+ },
743
+ {
744
+ "id": "deduplication",
745
+ "label": "Deduplication",
746
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
747
+ },
748
+ {
749
+ "id": "output",
750
+ "label": "Output mapping"
725
751
  }
726
752
  ],
727
753
  "properties": [
728
754
  {
729
- "type": "Hidden",
730
755
  "value": "io.camunda:aws-sqs-inbound:1",
731
756
  "binding": {
732
- "type": "zeebe:property",
733
- "name": "inbound.type"
734
- }
735
- },
736
- {
737
- "type": "Hidden",
738
- "generatedValue": {
739
- "type": "uuid"
757
+ "name": "inbound.type",
758
+ "type": "zeebe:property"
740
759
  },
741
- "binding": {
742
- "type": "bpmn:Message#property",
743
- "name": "name"
744
- }
760
+ "type": "Hidden"
745
761
  },
746
762
  {
747
- "id": "authenticationType",
763
+ "id": "authentication.type",
748
764
  "label": "Authentication",
749
- "description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/\" target=\"_blank\">documentation page</a>",
765
+ "description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/#aws-authentication-types\" target=\"_blank\">documentation page</a>",
766
+ "value": "credentials",
750
767
  "group": "authentication",
768
+ "binding": {
769
+ "name": "authentication.type",
770
+ "type": "zeebe:property"
771
+ },
751
772
  "type": "Dropdown",
752
- "optional": false,
753
- "value": "credentials",
754
773
  "choices": [
755
- {
756
- "name": "Credentials",
757
- "value": "credentials"
758
- },
759
774
  {
760
775
  "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
761
776
  "value": "defaultCredentialsChain"
777
+ },
778
+ {
779
+ "name": "Credentials",
780
+ "value": "credentials"
762
781
  }
763
- ],
764
- "binding": {
765
- "type": "zeebe:property",
766
- "name": "authentication.type"
767
- },
768
- "constraints": {
769
- "notEmpty": true
770
- }
782
+ ]
771
783
  },
772
784
  {
785
+ "id": "authentication.accessKey",
773
786
  "label": "Access key",
774
- "description": "Provide AWS IAM access key that has permission to read from desired SQS",
775
- "group": "authentication",
776
- "type": "String",
777
- "binding": {
778
- "type": "zeebe:property",
779
- "name": "authentication.accessKey"
780
- },
787
+ "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
788
+ "optional": false,
781
789
  "constraints": {
782
790
  "notEmpty": true
783
791
  },
792
+ "group": "authentication",
793
+ "binding": {
794
+ "name": "authentication.accessKey",
795
+ "type": "zeebe:property"
796
+ },
784
797
  "condition": {
785
- "property": "authenticationType",
786
- "equals": "credentials"
787
- }
798
+ "property": "authentication.type",
799
+ "equals": "credentials",
800
+ "type": "simple"
801
+ },
802
+ "type": "String"
788
803
  },
789
804
  {
805
+ "id": "authentication.secretKey",
790
806
  "label": "Secret key",
791
- "description": "Provide AWS IAM secret key that has permission to read from desired SQS",
807
+ "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
808
+ "optional": false,
809
+ "constraints": {
810
+ "notEmpty": true
811
+ },
792
812
  "group": "authentication",
793
- "type": "String",
794
813
  "binding": {
795
- "type": "zeebe:property",
796
- "name": "authentication.secretKey"
814
+ "name": "authentication.secretKey",
815
+ "type": "zeebe:property"
816
+ },
817
+ "condition": {
818
+ "property": "authentication.type",
819
+ "equals": "credentials",
820
+ "type": "simple"
797
821
  },
822
+ "type": "String"
823
+ },
824
+ {
825
+ "id": "configuration.region",
826
+ "label": "Region",
827
+ "description": "Specify the AWS region",
828
+ "optional": false,
798
829
  "constraints": {
799
830
  "notEmpty": true
800
831
  },
801
- "condition": {
802
- "property": "authenticationType",
803
- "equals": "credentials"
804
- }
832
+ "group": "configuration",
833
+ "binding": {
834
+ "name": "configuration.region",
835
+ "type": "zeebe:property"
836
+ },
837
+ "type": "String"
805
838
  },
806
839
  {
807
- "label": "Queue URL",
808
- "description": "Specify the URL of the SQS queue where you would like to subscribe to",
809
- "group": "queueProperties",
810
- "type": "String",
840
+ "id": "configuration.endpoint",
841
+ "label": "Endpoint",
842
+ "description": "Specify endpoint if need to use custom endpoint",
843
+ "optional": true,
844
+ "group": "configuration",
811
845
  "binding": {
812
- "type": "zeebe:property",
813
- "name": "queue.url"
846
+ "name": "configuration.endpoint",
847
+ "type": "zeebe:property"
814
848
  },
815
- "constraints": {
816
- "notEmpty": true,
817
- "pattern": {
818
- "value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
819
- "message": "Must be an queue URL or ARN"
820
- }
821
- }
849
+ "type": "Hidden"
822
850
  },
823
851
  {
824
- "label": "Region",
825
- "description": "Specify the AWS region of your queue",
852
+ "id": "queue.queue.url",
853
+ "label": "Queue URL",
854
+ "description": "Specify the URL of the SQS queue where you would like to subscribe to",
855
+ "optional": false,
856
+ "constraints": {
857
+ "notEmpty": true
858
+ },
826
859
  "group": "queueProperties",
827
- "type": "String",
828
860
  "binding": {
829
- "type": "zeebe:property",
830
- "name": "configuration.region"
861
+ "name": "queue.url",
862
+ "type": "zeebe:property"
831
863
  },
832
- "constraints": {
833
- "notEmpty": true
834
- }
864
+ "type": "String"
835
865
  },
836
866
  {
867
+ "id": "queue.queue.pollingWaitTime",
837
868
  "label": "Polling wait time",
838
869
  "description": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
839
- "group": "messagePollingProperties",
840
- "type": "String",
841
870
  "optional": false,
842
- "feel": "optional",
843
- "value": "1",
844
- "binding": {
845
- "type": "zeebe:property",
846
- "name": "queue.pollingWaitTime"
847
- },
871
+ "value": "20",
848
872
  "constraints": {
849
873
  "notEmpty": true,
850
874
  "pattern": {
851
- "value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\}.*)$",
852
- "message": "Must be >= 0 and <= 20 or a FEEL expression"
875
+ "value": "^([0-9]?|1[0-9]|20|secrets\\..+)$"
853
876
  }
854
- }
877
+ },
878
+ "group": "messagePollingProperties",
879
+ "binding": {
880
+ "name": "queue.pollingWaitTime",
881
+ "type": "zeebe:property"
882
+ },
883
+ "type": "String"
855
884
  },
856
885
  {
886
+ "id": "queue.queue.attributeNames",
857
887
  "label": "Attribute names",
858
888
  "description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
889
+ "optional": false,
890
+ "feel": "optional",
859
891
  "group": "input",
860
- "type": "String",
861
- "optional": true,
862
892
  "binding": {
863
- "type": "zeebe:property",
864
- "name": "queue.attributeNames"
893
+ "name": "queue.attributeNames",
894
+ "type": "zeebe:property"
865
895
  },
866
- "feel": "required"
896
+ "type": "String"
867
897
  },
868
898
  {
899
+ "id": "queue.queue.messageAttributeNames",
869
900
  "label": "Message attribute names",
870
901
  "description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
902
+ "optional": false,
903
+ "feel": "optional",
871
904
  "group": "input",
872
- "type": "String",
873
- "optional": true,
874
905
  "binding": {
875
- "type": "zeebe:property",
876
- "name": "queue.messageAttributeNames"
906
+ "name": "queue.messageAttributeNames",
907
+ "type": "zeebe:property"
877
908
  },
878
- "feel": "required"
909
+ "type": "String"
879
910
  },
880
911
  {
881
- "label": "Correlation key (process)",
882
- "type": "String",
883
- "group": "activation",
912
+ "id": "activationCondition",
913
+ "label": "Activation condition",
914
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
915
+ "optional": true,
884
916
  "feel": "required",
885
- "description": "Sets up the correlation key from process variables",
917
+ "group": "activation",
886
918
  "binding": {
887
- "type": "bpmn:Message#zeebe:subscription#property",
888
- "name": "correlationKey"
919
+ "name": "activationCondition",
920
+ "type": "zeebe:property"
889
921
  },
890
- "constraints": {
891
- "notEmpty": true
892
- }
922
+ "type": "String"
893
923
  },
894
924
  {
895
- "label": "Correlation key (payload)",
896
- "type": "String",
925
+ "id": "consumeUnmatchedEvents",
926
+ "label": "Consume unmatched events",
927
+ "value": true,
897
928
  "group": "activation",
898
- "feel": "required",
899
929
  "binding": {
900
- "type": "zeebe:property",
901
- "name": "correlationKeyExpression"
930
+ "name": "consumeUnmatchedEvents",
931
+ "type": "zeebe:property"
932
+ },
933
+ "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",
934
+ "type": "Boolean"
935
+ },
936
+ {
937
+ "id": "correlationKeyProcess",
938
+ "label": "Correlation key (process)",
939
+ "description": "Sets up the correlation key from process variables",
940
+ "constraints": {
941
+ "notEmpty": true
942
+ },
943
+ "feel": "required",
944
+ "group": "correlation",
945
+ "binding": {
946
+ "name": "correlationKey",
947
+ "type": "bpmn:Message#zeebe:subscription#property"
902
948
  },
949
+ "type": "String"
950
+ },
951
+ {
952
+ "id": "correlationKeyPayload",
953
+ "label": "Correlation key (payload)",
903
954
  "description": "Extracts the correlation key from the incoming message payload",
904
955
  "constraints": {
905
956
  "notEmpty": true
906
- }
957
+ },
958
+ "feel": "required",
959
+ "group": "correlation",
960
+ "binding": {
961
+ "name": "correlationKeyExpression",
962
+ "type": "zeebe:property"
963
+ },
964
+ "type": "String"
907
965
  },
908
966
  {
967
+ "id": "messageIdExpression",
909
968
  "label": "Message ID expression",
910
- "feel": "required",
911
- "type": "String",
969
+ "description": "Expression to extract unique identifier of a message",
912
970
  "optional": true,
913
- "group": "activation",
971
+ "feel": "required",
972
+ "group": "correlation",
914
973
  "binding": {
915
- "type": "zeebe:property",
916
- "name": "messageIdExpression"
974
+ "name": "messageIdExpression",
975
+ "type": "zeebe:property"
917
976
  },
918
- "description": "Expression to extract unique identifier of a message"
977
+ "type": "String"
919
978
  },
920
979
  {
921
- "label": "Activation condition",
922
- "type": "String",
923
- "group": "activation",
924
- "feel": "required",
980
+ "id": "messageTtl",
981
+ "label": "Message TTL",
982
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
925
983
  "optional": true,
984
+ "constraints": {
985
+ "notEmpty": false,
986
+ "pattern": {
987
+ "value": "^(PT.*|)$",
988
+ "message": "must be an ISO-8601 duration"
989
+ }
990
+ },
991
+ "feel": "optional",
992
+ "group": "correlation",
926
993
  "binding": {
927
- "type": "zeebe:property",
928
- "name": "activationCondition"
994
+ "name": "messageTtl",
995
+ "type": "zeebe:property"
929
996
  },
930
- "description": "Condition under which the connector triggers. Leave empty to catch all events"
997
+ "type": "String"
998
+ },
999
+ {
1000
+ "id": "messageNameUuid",
1001
+ "generatedValue": {
1002
+ "type": "uuid"
1003
+ },
1004
+ "group": "correlation",
1005
+ "binding": {
1006
+ "name": "name",
1007
+ "type": "bpmn:Message#property"
1008
+ },
1009
+ "type": "Hidden"
1010
+ },
1011
+ {
1012
+ "id": "deduplicationModeManualFlag",
1013
+ "label": "Manual mode",
1014
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
1015
+ "value": false,
1016
+ "group": "deduplication",
1017
+ "binding": {
1018
+ "name": "deduplicationModeManualFlag",
1019
+ "type": "zeebe:property"
1020
+ },
1021
+ "type": "Boolean"
1022
+ },
1023
+ {
1024
+ "id": "deduplicationId",
1025
+ "label": "Deduplication ID",
1026
+ "constraints": {
1027
+ "notEmpty": true,
1028
+ "pattern": {
1029
+ "value": "^[a-zA-Z0-9_-]+$",
1030
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
1031
+ }
1032
+ },
1033
+ "group": "deduplication",
1034
+ "binding": {
1035
+ "name": "deduplicationId",
1036
+ "type": "zeebe:property"
1037
+ },
1038
+ "condition": {
1039
+ "property": "deduplicationModeManualFlag",
1040
+ "equals": true,
1041
+ "type": "simple"
1042
+ },
1043
+ "type": "String"
1044
+ },
1045
+ {
1046
+ "id": "deduplicationModeManual",
1047
+ "value": "MANUAL",
1048
+ "group": "deduplication",
1049
+ "binding": {
1050
+ "name": "deduplicationMode",
1051
+ "type": "zeebe:property"
1052
+ },
1053
+ "condition": {
1054
+ "property": "deduplicationId",
1055
+ "isActive": true,
1056
+ "type": "simple"
1057
+ },
1058
+ "type": "Hidden"
1059
+ },
1060
+ {
1061
+ "id": "deduplicationModeAuto",
1062
+ "value": "AUTO",
1063
+ "group": "deduplication",
1064
+ "binding": {
1065
+ "name": "deduplicationMode",
1066
+ "type": "zeebe:property"
1067
+ },
1068
+ "condition": {
1069
+ "property": "deduplicationId",
1070
+ "isActive": false,
1071
+ "type": "simple"
1072
+ },
1073
+ "type": "Hidden"
931
1074
  },
932
1075
  {
1076
+ "id": "resultVariable",
933
1077
  "label": "Result variable",
934
- "type": "String",
935
- "group": "variable-mapping",
936
- "optional": true,
1078
+ "description": "Name of variable to store the response in",
1079
+ "group": "output",
937
1080
  "binding": {
938
- "type": "zeebe:property",
939
- "name": "resultVariable"
1081
+ "name": "resultVariable",
1082
+ "type": "zeebe:property"
940
1083
  },
941
- "description": "Name of variable to store the result of the connector in"
1084
+ "type": "String"
942
1085
  },
943
1086
  {
1087
+ "id": "resultExpression",
944
1088
  "label": "Result expression",
945
- "type": "String",
946
- "group": "variable-mapping",
1089
+ "description": "Expression to map the response into process variables",
947
1090
  "feel": "required",
948
- "optional": true,
1091
+ "group": "output",
949
1092
  "binding": {
950
- "type": "zeebe:property",
951
- "name": "resultExpression"
1093
+ "name": "resultExpression",
1094
+ "type": "zeebe:property"
952
1095
  },
953
- "description": "Expression to map the inbound payload to process variables"
1096
+ "type": "Text"
954
1097
  }
955
1098
  ],
956
1099
  "icon": {
957
- "contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 40 40' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 64 (93537) - https://sketch.com --%3E%3Ctitle%3EIcon-Architecture/32/Arch_AWS-Simple-Queue-Service_32%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3ClinearGradient x1='0%25' y1='100%25' x2='100%25' y2='0%25' id='linearGradient-1'%3E%3Cstop stop-color='%23B0084D' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23FF4F8B' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Icon-Architecture/32/Arch_AWS-Simple-Queue-Service_32' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon-Architecture-BG/32/Application-Integration' fill='url(%23linearGradient-1)'%3E%3Crect id='Rectangle' x='0' y='0' width='40' height='40'%3E%3C/rect%3E%3C/g%3E%3Cpath d='M14.3422051,22.3493786 L15.8466767,20.9061074 C15.9428347,20.8141539 15.9969235,20.687218 15.9999285,20.5552846 C16.0019317,20.4223517 15.9518495,20.2934168 15.8596981,20.1984648 L14.3552264,18.6432502 L13.6350433,19.3378994 L14.311154,20.037546 L11.9913429,20.037546 L11.9913429,21.0370413 L14.2650783,21.0370413 L13.6480647,21.6287425 L14.3422051,22.3493786 Z M26.3579452,22.3533765 L27.9074909,20.9001104 C28.0066538,20.8081569 28.0627459,20.679222 28.0647492,20.5442901 C28.0667525,20.4093583 28.0136653,20.2784244 27.918509,20.1834724 L26.3689633,18.6372532 L25.6607999,19.3438963 L26.3549403,20.037546 L24.0110896,20.037546 L24.0110896,21.0370413 L26.2988481,21.0370413 L25.671818,21.6247445 L26.3579452,22.3533765 Z M17.5875367,23.3608678 C18.3387708,23.0570212 19.1621235,22.8941035 20.0045074,22.8941035 C20.8468913,22.8941035 21.670244,23.0570212 22.4214781,23.3608678 C21.7523789,21.5897622 21.7523789,19.3898731 22.4214781,17.6187675 C20.9190098,18.2264606 19.090005,18.2264606 17.5875367,17.6187675 C18.2566359,19.3898731 18.2566359,21.5897622 17.5875367,23.3608678 L17.5875367,23.3608678 Z M15.6443443,25.3408679 C15.546183,25.2439168 15.4971024,25.1159814 15.4971024,24.988046 C15.4971024,24.8601106 15.546183,24.7321753 15.6443443,24.6342247 C17.5845317,22.6982024 17.5845317,18.2824324 15.6443443,16.3454106 C15.546183,16.2484595 15.4971024,16.1205241 15.4971024,15.9925912 C15.4971024,15.8646534 15.546183,15.736718 15.6443443,15.6387674 C15.8396652,15.4438659 16.1571868,15.4438659 16.3525077,15.6387674 C17.2740216,16.5583031 18.6052086,17.0860366 20.0045074,17.0860366 C21.4048079,17.0860366 22.7359948,16.5583031 23.6575088,15.6387674 C23.8528296,15.4438659 24.1703513,15.4438659 24.3656722,15.6387674 C24.4628318,15.736718 24.5119124,15.8646534 24.5119124,15.9925912 C24.5119124,16.1205241 24.4628318,16.2484595 24.3656722,16.3454106 C22.4244831,18.2824324 22.4244831,22.6982024 24.3656722,24.6342247 C24.4628318,24.7321753 24.5119124,24.8601106 24.5119124,24.988046 C24.5119124,25.1159814 24.4628318,25.2439168 24.3656722,25.3408679 C24.2675109,25.4388184 24.1393003,25.4877937 24.0110896,25.4877937 C23.882879,25.4877937 23.7546684,25.4388184 23.6575088,25.3408679 C22.7359948,24.4213322 21.4048079,23.8935987 20.0045074,23.8935987 C18.6052086,23.8935987 17.2740216,24.4213322 16.3525077,25.3408679 C16.1571868,25.5357694 15.8396652,25.5357694 15.6443443,25.3408679 L15.6443443,25.3408679 Z M32.5421049,19.4358499 C32.236603,19.1320033 31.8369464,18.9800801 31.4362882,18.9800801 C31.0366316,18.9800801 30.636975,19.1320033 30.3314731,19.4358499 C29.721471,20.0445425 29.721471,21.0340428 30.3314731,21.6417359 C30.9414753,22.2504285 31.9321027,22.2504285 32.5421049,21.6417359 C33.1511054,21.0340428 33.1511054,20.0445425 32.5421049,19.4358499 L32.5421049,19.4358499 Z M33.2502683,22.3493786 C32.7504472,22.8481267 32.0933677,23.0980005 31.4362882,23.0980005 C30.7802103,23.0980005 30.1231309,22.8481267 29.6233097,22.3493786 C28.6236675,21.3508828 28.6236675,19.7277025 29.6233097,18.7292068 C30.622952,17.7317105 32.250626,17.7317105 33.2502683,18.7292068 C34.2499106,19.7277025 34.2499106,21.3508828 33.2502683,22.3493786 L33.2502683,22.3493786 Z M9.66852687,19.4468443 C9.36302497,19.1429978 8.96336839,18.9910745 8.56271017,18.9910745 C8.16305359,18.9910745 7.76339701,19.1429978 7.45789511,19.4468443 C6.84889461,20.055537 6.84889461,21.0450373 7.45789511,21.6527304 C8.06789726,22.261423 9.05852472,22.261423 9.66852687,21.6527304 C10.2775274,21.0450373 10.2775274,20.055537 9.66852687,19.4468443 L9.66852687,19.4468443 Z M10.3766903,22.3593735 C9.87686914,22.8581217 9.21978965,23.1079955 8.56271017,23.1079955 C7.90663232,23.1079955 7.24955284,22.8581217 6.7497317,22.3593735 C5.75008943,21.3618773 5.75008943,19.738697 6.7497317,18.7402012 C7.74937397,17.7427049 9.37704801,17.7427049 10.3766903,18.7402012 C11.3763325,19.738697 11.3763325,21.3618773 10.3766903,22.3593735 L10.3766903,22.3593735 Z M27.4337125,28.9100654 C25.4364313,30.903059 22.7820705,32.0005047 19.9574301,32.0005047 C17.1327896,32.0005047 14.4784288,30.903059 12.4821492,28.9100654 C11.165987,27.5977281 10.4077413,26.469298 9.94498104,25.1359713 L8.99842599,25.4628063 C9.50726193,26.9290658 10.3626672,28.2104187 11.7739858,29.6167086 C13.9585748,31.7986067 16.8663519,33 19.9574301,33 C23.0495099,33 25.9562853,31.7986067 28.1418759,29.6167086 C29.2827502,28.4782835 30.4206196,27.1869356 31.0115905,25.4608073 L30.0640338,25.1379703 C29.5391715,26.6701966 28.4894469,27.8565974 27.4337125,28.9100654 L27.4337125,28.9100654 Z M9.94498104,15.8596559 L8.99842599,15.5318214 C9.51026687,14.0645624 10.3656722,12.7832095 11.7759891,11.3759202 C16.2863991,6.87519304 23.6264578,6.87419354 28.1378694,11.3759202 C29.2186449,12.4533761 30.4035916,13.7897012 31.0115905,15.5318214 L30.0640338,15.8596559 C29.5241468,14.3094387 28.4293482,13.0800596 27.4297059,12.0825633 C25.434428,10.0915688 22.7810689,8.99612197 19.9574301,8.99612197 C17.1337912,8.99612197 14.4804321,10.0915688 12.4851542,12.0825633 C11.1870215,13.3779092 10.4037347,14.5423211 9.94498104,15.8596559 L9.94498104,15.8596559 Z' id='AWS-Simple-Queue-Service_Icon_32_Squid' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
1100
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
958
1101
  },
959
1102
  "engines": {
960
- "camunda": "^8.4"
1103
+ "camunda": "^8.5"
961
1104
  }
962
1105
  },
963
1106
  {
964
1107
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
965
1108
  "name": "Amazon SQS Boundary Event Connector",
966
1109
  "id": "io.camunda.connectors.AWSSQS.boundary.v1",
1110
+ "version": 2,
967
1111
  "description": "Receive message from a queue",
968
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
969
- "version": 9,
970
- "category": {
971
- "id": "connectors",
972
- "name": "Connectors"
973
- },
1112
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
974
1113
  "appliesTo": ["bpmn:BoundaryEvent"],
975
1114
  "elementType": {
976
1115
  "value": "bpmn:BoundaryEvent",
977
1116
  "eventDefinition": "bpmn:MessageEventDefinition"
978
1117
  },
1118
+ "category": {
1119
+ "id": "connectors",
1120
+ "name": "Connectors"
1121
+ },
979
1122
  "groups": [
980
1123
  {
981
1124
  "id": "authentication",
982
1125
  "label": "Authentication"
983
1126
  },
984
- {
985
- "id": "configuration",
986
- "label": "Configuration"
987
- },
988
1127
  {
989
1128
  "id": "queueProperties",
990
1129
  "label": "Queue properties"
@@ -1002,371 +1141,232 @@
1002
1141
  "label": "Activation"
1003
1142
  },
1004
1143
  {
1005
- "id": "correlation",
1006
- "label": "Correlation",
1007
- "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
1008
- },
1009
- {
1010
- "id": "deduplication",
1011
- "label": "Deduplication",
1012
- "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
1013
- },
1014
- {
1015
- "id": "output",
1016
- "label": "Output mapping"
1144
+ "id": "variable-mapping",
1145
+ "label": "Variable mapping"
1017
1146
  }
1018
1147
  ],
1019
1148
  "properties": [
1020
1149
  {
1150
+ "type": "Hidden",
1021
1151
  "value": "io.camunda:aws-sqs-inbound:1",
1022
1152
  "binding": {
1023
- "name": "inbound.type",
1024
- "type": "zeebe:property"
1153
+ "type": "zeebe:property",
1154
+ "name": "inbound.type"
1155
+ }
1156
+ },
1157
+ {
1158
+ "type": "Hidden",
1159
+ "generatedValue": {
1160
+ "type": "uuid"
1025
1161
  },
1026
- "type": "Hidden"
1162
+ "binding": {
1163
+ "type": "bpmn:Message#property",
1164
+ "name": "name"
1165
+ }
1027
1166
  },
1028
1167
  {
1029
- "id": "authentication.type",
1168
+ "id": "authenticationType",
1030
1169
  "label": "Authentication",
1031
- "description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/#aws-authentication-types\" target=\"_blank\">documentation page</a>",
1032
- "value": "credentials",
1170
+ "description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/\" target=\"_blank\">documentation page</a>",
1033
1171
  "group": "authentication",
1034
- "binding": {
1035
- "name": "authentication.type",
1036
- "type": "zeebe:property"
1037
- },
1038
1172
  "type": "Dropdown",
1173
+ "optional": false,
1174
+ "value": "credentials",
1039
1175
  "choices": [
1040
- {
1041
- "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
1042
- "value": "defaultCredentialsChain"
1043
- },
1044
1176
  {
1045
1177
  "name": "Credentials",
1046
1178
  "value": "credentials"
1179
+ },
1180
+ {
1181
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
1182
+ "value": "defaultCredentialsChain"
1047
1183
  }
1048
- ]
1184
+ ],
1185
+ "binding": {
1186
+ "type": "zeebe:property",
1187
+ "name": "authentication.type"
1188
+ },
1189
+ "constraints": {
1190
+ "notEmpty": true
1191
+ }
1049
1192
  },
1050
1193
  {
1051
- "id": "authentication.accessKey",
1052
1194
  "label": "Access key",
1053
- "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
1054
- "optional": false,
1055
- "constraints": {
1056
- "notEmpty": true
1057
- },
1195
+ "description": "Provide AWS IAM access key that has permission to read from desired SQS",
1058
1196
  "group": "authentication",
1197
+ "type": "String",
1059
1198
  "binding": {
1060
- "name": "authentication.accessKey",
1061
- "type": "zeebe:property"
1199
+ "type": "zeebe:property",
1200
+ "name": "authentication.accessKey"
1062
1201
  },
1063
- "condition": {
1064
- "property": "authentication.type",
1065
- "equals": "credentials",
1066
- "type": "simple"
1202
+ "constraints": {
1203
+ "notEmpty": true
1067
1204
  },
1068
- "type": "String"
1205
+ "condition": {
1206
+ "property": "authenticationType",
1207
+ "equals": "credentials"
1208
+ }
1069
1209
  },
1070
1210
  {
1071
- "id": "authentication.secretKey",
1072
1211
  "label": "Secret key",
1073
- "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
1074
- "optional": false,
1075
- "constraints": {
1076
- "notEmpty": true
1077
- },
1212
+ "description": "Provide AWS IAM secret key that has permission to read from desired SQS",
1078
1213
  "group": "authentication",
1214
+ "type": "String",
1079
1215
  "binding": {
1080
- "name": "authentication.secretKey",
1081
- "type": "zeebe:property"
1082
- },
1083
- "condition": {
1084
- "property": "authentication.type",
1085
- "equals": "credentials",
1086
- "type": "simple"
1216
+ "type": "zeebe:property",
1217
+ "name": "authentication.secretKey"
1087
1218
  },
1088
- "type": "String"
1089
- },
1090
- {
1091
- "id": "configuration.region",
1092
- "label": "Region",
1093
- "description": "Specify the AWS region",
1094
- "optional": false,
1095
1219
  "constraints": {
1096
1220
  "notEmpty": true
1097
1221
  },
1098
- "group": "configuration",
1099
- "binding": {
1100
- "name": "configuration.region",
1101
- "type": "zeebe:property"
1102
- },
1103
- "type": "String"
1222
+ "condition": {
1223
+ "property": "authenticationType",
1224
+ "equals": "credentials"
1225
+ }
1104
1226
  },
1105
1227
  {
1106
- "id": "configuration.endpoint",
1107
- "label": "Endpoint",
1108
- "description": "Specify endpoint if need to use custom endpoint",
1109
- "optional": true,
1110
- "group": "configuration",
1228
+ "label": "Queue URL",
1229
+ "description": "Specify the URL of the SQS queue where you would like to subscribe to",
1230
+ "group": "queueProperties",
1231
+ "type": "String",
1111
1232
  "binding": {
1112
- "name": "configuration.endpoint",
1113
- "type": "zeebe:property"
1233
+ "type": "zeebe:property",
1234
+ "name": "queue.url"
1114
1235
  },
1115
- "type": "Hidden"
1236
+ "constraints": {
1237
+ "notEmpty": true,
1238
+ "pattern": {
1239
+ "value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
1240
+ "message": "Must be an queue URL or ARN"
1241
+ }
1242
+ }
1116
1243
  },
1117
1244
  {
1118
- "id": "queue.queue.url",
1119
- "label": "Queue URL",
1120
- "description": "Specify the URL of the SQS queue where you would like to subscribe to",
1121
- "optional": false,
1122
- "constraints": {
1123
- "notEmpty": true
1124
- },
1245
+ "label": "Region",
1246
+ "description": "Specify the AWS region of your queue",
1125
1247
  "group": "queueProperties",
1248
+ "type": "String",
1126
1249
  "binding": {
1127
- "name": "queue.url",
1128
- "type": "zeebe:property"
1250
+ "type": "zeebe:property",
1251
+ "name": "configuration.region"
1129
1252
  },
1130
- "type": "String"
1253
+ "constraints": {
1254
+ "notEmpty": true
1255
+ }
1131
1256
  },
1132
1257
  {
1133
- "id": "queue.queue.pollingWaitTime",
1134
1258
  "label": "Polling wait time",
1135
- "description": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
1259
+ "description": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/\" target=\"_blank\">documentation</a> for details",
1260
+ "group": "messagePollingProperties",
1261
+ "type": "String",
1136
1262
  "optional": false,
1137
- "value": "20",
1263
+ "feel": "optional",
1264
+ "value": "1",
1265
+ "binding": {
1266
+ "type": "zeebe:property",
1267
+ "name": "queue.pollingWaitTime"
1268
+ },
1138
1269
  "constraints": {
1139
1270
  "notEmpty": true,
1140
1271
  "pattern": {
1141
- "value": "^([0-9]?|1[0-9]|20|secrets\\..+)$"
1272
+ "value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\}.*)$",
1273
+ "message": "Must be >= 0 and <= 20 or a FEEL expression"
1142
1274
  }
1143
- },
1144
- "group": "messagePollingProperties",
1145
- "binding": {
1146
- "name": "queue.pollingWaitTime",
1147
- "type": "zeebe:property"
1148
- },
1149
- "type": "String"
1275
+ }
1150
1276
  },
1151
1277
  {
1152
- "id": "queue.queue.attributeNames",
1153
1278
  "label": "Attribute names",
1154
- "description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
1155
- "optional": false,
1156
- "feel": "optional",
1279
+ "description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/\" target=\"_blank\">documentation</a> for details",
1157
1280
  "group": "input",
1281
+ "type": "String",
1282
+ "optional": true,
1158
1283
  "binding": {
1159
- "name": "queue.attributeNames",
1160
- "type": "zeebe:property"
1284
+ "type": "zeebe:property",
1285
+ "name": "queue.attributeNames"
1161
1286
  },
1162
- "type": "String"
1287
+ "feel": "required"
1163
1288
  },
1164
1289
  {
1165
- "id": "queue.queue.messageAttributeNames",
1166
1290
  "label": "Message attribute names",
1167
- "description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
1168
- "optional": false,
1169
- "feel": "optional",
1291
+ "description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/\" target=\"_blank\">documentation</a> for details",
1170
1292
  "group": "input",
1171
- "binding": {
1172
- "name": "queue.messageAttributeNames",
1173
- "type": "zeebe:property"
1174
- },
1175
- "type": "String"
1176
- },
1177
- {
1178
- "id": "activationCondition",
1179
- "label": "Activation condition",
1180
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
1293
+ "type": "String",
1181
1294
  "optional": true,
1182
- "feel": "required",
1183
- "group": "activation",
1184
1295
  "binding": {
1185
- "name": "activationCondition",
1186
- "type": "zeebe:property"
1296
+ "type": "zeebe:property",
1297
+ "name": "queue.messageAttributeNames"
1187
1298
  },
1188
- "type": "String"
1299
+ "feel": "required"
1189
1300
  },
1190
1301
  {
1191
- "id": "consumeUnmatchedEvents",
1192
- "label": "Consume unmatched events",
1193
- "value": true,
1302
+ "label": "Correlation key (process)",
1303
+ "type": "String",
1194
1304
  "group": "activation",
1305
+ "feel": "required",
1306
+ "description": "Sets up the correlation key from process variables",
1195
1307
  "binding": {
1196
- "name": "consumeUnmatchedEvents",
1197
- "type": "zeebe:property"
1308
+ "type": "bpmn:Message#zeebe:subscription#property",
1309
+ "name": "correlationKey"
1198
1310
  },
1199
- "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",
1200
- "type": "Boolean"
1201
- },
1202
- {
1203
- "id": "correlationKeyProcess",
1204
- "label": "Correlation key (process)",
1205
- "description": "Sets up the correlation key from process variables",
1206
1311
  "constraints": {
1207
1312
  "notEmpty": true
1208
- },
1209
- "feel": "required",
1210
- "group": "correlation",
1211
- "binding": {
1212
- "name": "correlationKey",
1213
- "type": "bpmn:Message#zeebe:subscription#property"
1214
- },
1215
- "type": "String"
1313
+ }
1216
1314
  },
1217
1315
  {
1218
- "id": "correlationKeyPayload",
1219
1316
  "label": "Correlation key (payload)",
1220
- "description": "Extracts the correlation key from the incoming message payload",
1221
- "constraints": {
1222
- "notEmpty": true
1223
- },
1317
+ "type": "String",
1318
+ "group": "activation",
1224
1319
  "feel": "required",
1225
- "group": "correlation",
1226
1320
  "binding": {
1227
- "name": "correlationKeyExpression",
1228
- "type": "zeebe:property"
1321
+ "type": "zeebe:property",
1322
+ "name": "correlationKeyExpression"
1229
1323
  },
1230
- "type": "String"
1324
+ "description": "Extracts the correlation key from the incoming message payload",
1325
+ "constraints": {
1326
+ "notEmpty": true
1327
+ }
1231
1328
  },
1232
1329
  {
1233
- "id": "messageIdExpression",
1234
- "label": "Message ID expression",
1235
- "description": "Expression to extract unique identifier of a message",
1236
- "optional": true,
1330
+ "label": "Activation condition",
1331
+ "type": "String",
1332
+ "group": "activation",
1237
1333
  "feel": "required",
1238
- "group": "correlation",
1239
- "binding": {
1240
- "name": "messageIdExpression",
1241
- "type": "zeebe:property"
1242
- },
1243
- "type": "String"
1244
- },
1245
- {
1246
- "id": "messageTtl",
1247
- "label": "Message TTL",
1248
- "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
1249
1334
  "optional": true,
1250
- "constraints": {
1251
- "notEmpty": false,
1252
- "pattern": {
1253
- "value": "^(PT.*|)$",
1254
- "message": "must be an ISO-8601 duration"
1255
- }
1256
- },
1257
- "feel": "optional",
1258
- "group": "correlation",
1259
- "binding": {
1260
- "name": "messageTtl",
1261
- "type": "zeebe:property"
1262
- },
1263
- "type": "String"
1264
- },
1265
- {
1266
- "id": "messageNameUuid",
1267
- "generatedValue": {
1268
- "type": "uuid"
1269
- },
1270
- "group": "correlation",
1271
- "binding": {
1272
- "name": "name",
1273
- "type": "bpmn:Message#property"
1274
- },
1275
- "type": "Hidden"
1276
- },
1277
- {
1278
- "id": "deduplicationModeManualFlag",
1279
- "label": "Manual mode",
1280
- "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
1281
- "value": false,
1282
- "group": "deduplication",
1283
- "binding": {
1284
- "name": "deduplicationModeManualFlag",
1285
- "type": "zeebe:property"
1286
- },
1287
- "type": "Boolean"
1288
- },
1289
- {
1290
- "id": "deduplicationId",
1291
- "label": "Deduplication ID",
1292
- "constraints": {
1293
- "notEmpty": true,
1294
- "pattern": {
1295
- "value": "^[a-zA-Z0-9_-]+$",
1296
- "message": "can only contain alphanumeric characters, dashes, and underscores"
1297
- }
1298
- },
1299
- "group": "deduplication",
1300
- "binding": {
1301
- "name": "deduplicationId",
1302
- "type": "zeebe:property"
1303
- },
1304
- "condition": {
1305
- "property": "deduplicationModeManualFlag",
1306
- "equals": true,
1307
- "type": "simple"
1308
- },
1309
- "type": "String"
1310
- },
1311
- {
1312
- "id": "deduplicationModeManual",
1313
- "value": "MANUAL",
1314
- "group": "deduplication",
1315
- "binding": {
1316
- "name": "deduplicationMode",
1317
- "type": "zeebe:property"
1318
- },
1319
- "condition": {
1320
- "property": "deduplicationId",
1321
- "isActive": true,
1322
- "type": "simple"
1323
- },
1324
- "type": "Hidden"
1325
- },
1326
- {
1327
- "id": "deduplicationModeAuto",
1328
- "value": "AUTO",
1329
- "group": "deduplication",
1330
1335
  "binding": {
1331
- "name": "deduplicationMode",
1332
- "type": "zeebe:property"
1333
- },
1334
- "condition": {
1335
- "property": "deduplicationId",
1336
- "isActive": false,
1337
- "type": "simple"
1336
+ "type": "zeebe:property",
1337
+ "name": "activationCondition"
1338
1338
  },
1339
- "type": "Hidden"
1339
+ "description": "Condition under which the connector triggers. Leave empty to catch all events"
1340
1340
  },
1341
1341
  {
1342
- "id": "resultVariable",
1343
1342
  "label": "Result variable",
1344
- "description": "Name of variable to store the response in",
1345
- "group": "output",
1343
+ "type": "String",
1344
+ "group": "variable-mapping",
1345
+ "optional": true,
1346
1346
  "binding": {
1347
- "name": "resultVariable",
1348
- "type": "zeebe:property"
1347
+ "type": "zeebe:property",
1348
+ "name": "resultVariable"
1349
1349
  },
1350
- "type": "String"
1350
+ "description": "Name of variable to store the result of the connector in"
1351
1351
  },
1352
1352
  {
1353
- "id": "resultExpression",
1354
1353
  "label": "Result expression",
1355
- "description": "Expression to map the response into process variables",
1354
+ "type": "String",
1355
+ "group": "variable-mapping",
1356
1356
  "feel": "required",
1357
- "group": "output",
1357
+ "optional": true,
1358
1358
  "binding": {
1359
- "name": "resultExpression",
1360
- "type": "zeebe:property"
1359
+ "type": "zeebe:property",
1360
+ "name": "resultExpression"
1361
1361
  },
1362
- "type": "Text"
1362
+ "description": "Expression to map the inbound payload to process variables"
1363
1363
  }
1364
1364
  ],
1365
1365
  "icon": {
1366
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
1366
+ "contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 40 40' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 64 (93537) - https://sketch.com --%3E%3Ctitle%3EIcon-Architecture/32/Arch_AWS-Simple-Queue-Service_32%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3ClinearGradient x1='0%25' y1='100%25' x2='100%25' y2='0%25' id='linearGradient-1'%3E%3Cstop stop-color='%23B0084D' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23FF4F8B' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Icon-Architecture/32/Arch_AWS-Simple-Queue-Service_32' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon-Architecture-BG/32/Application-Integration' fill='url(%23linearGradient-1)'%3E%3Crect id='Rectangle' x='0' y='0' width='40' height='40'%3E%3C/rect%3E%3C/g%3E%3Cpath d='M14.3422051,22.3493786 L15.8466767,20.9061074 C15.9428347,20.8141539 15.9969235,20.687218 15.9999285,20.5552846 C16.0019317,20.4223517 15.9518495,20.2934168 15.8596981,20.1984648 L14.3552264,18.6432502 L13.6350433,19.3378994 L14.311154,20.037546 L11.9913429,20.037546 L11.9913429,21.0370413 L14.2650783,21.0370413 L13.6480647,21.6287425 L14.3422051,22.3493786 Z M26.3579452,22.3533765 L27.9074909,20.9001104 C28.0066538,20.8081569 28.0627459,20.679222 28.0647492,20.5442901 C28.0667525,20.4093583 28.0136653,20.2784244 27.918509,20.1834724 L26.3689633,18.6372532 L25.6607999,19.3438963 L26.3549403,20.037546 L24.0110896,20.037546 L24.0110896,21.0370413 L26.2988481,21.0370413 L25.671818,21.6247445 L26.3579452,22.3533765 Z M17.5875367,23.3608678 C18.3387708,23.0570212 19.1621235,22.8941035 20.0045074,22.8941035 C20.8468913,22.8941035 21.670244,23.0570212 22.4214781,23.3608678 C21.7523789,21.5897622 21.7523789,19.3898731 22.4214781,17.6187675 C20.9190098,18.2264606 19.090005,18.2264606 17.5875367,17.6187675 C18.2566359,19.3898731 18.2566359,21.5897622 17.5875367,23.3608678 L17.5875367,23.3608678 Z M15.6443443,25.3408679 C15.546183,25.2439168 15.4971024,25.1159814 15.4971024,24.988046 C15.4971024,24.8601106 15.546183,24.7321753 15.6443443,24.6342247 C17.5845317,22.6982024 17.5845317,18.2824324 15.6443443,16.3454106 C15.546183,16.2484595 15.4971024,16.1205241 15.4971024,15.9925912 C15.4971024,15.8646534 15.546183,15.736718 15.6443443,15.6387674 C15.8396652,15.4438659 16.1571868,15.4438659 16.3525077,15.6387674 C17.2740216,16.5583031 18.6052086,17.0860366 20.0045074,17.0860366 C21.4048079,17.0860366 22.7359948,16.5583031 23.6575088,15.6387674 C23.8528296,15.4438659 24.1703513,15.4438659 24.3656722,15.6387674 C24.4628318,15.736718 24.5119124,15.8646534 24.5119124,15.9925912 C24.5119124,16.1205241 24.4628318,16.2484595 24.3656722,16.3454106 C22.4244831,18.2824324 22.4244831,22.6982024 24.3656722,24.6342247 C24.4628318,24.7321753 24.5119124,24.8601106 24.5119124,24.988046 C24.5119124,25.1159814 24.4628318,25.2439168 24.3656722,25.3408679 C24.2675109,25.4388184 24.1393003,25.4877937 24.0110896,25.4877937 C23.882879,25.4877937 23.7546684,25.4388184 23.6575088,25.3408679 C22.7359948,24.4213322 21.4048079,23.8935987 20.0045074,23.8935987 C18.6052086,23.8935987 17.2740216,24.4213322 16.3525077,25.3408679 C16.1571868,25.5357694 15.8396652,25.5357694 15.6443443,25.3408679 L15.6443443,25.3408679 Z M32.5421049,19.4358499 C32.236603,19.1320033 31.8369464,18.9800801 31.4362882,18.9800801 C31.0366316,18.9800801 30.636975,19.1320033 30.3314731,19.4358499 C29.721471,20.0445425 29.721471,21.0340428 30.3314731,21.6417359 C30.9414753,22.2504285 31.9321027,22.2504285 32.5421049,21.6417359 C33.1511054,21.0340428 33.1511054,20.0445425 32.5421049,19.4358499 L32.5421049,19.4358499 Z M33.2502683,22.3493786 C32.7504472,22.8481267 32.0933677,23.0980005 31.4362882,23.0980005 C30.7802103,23.0980005 30.1231309,22.8481267 29.6233097,22.3493786 C28.6236675,21.3508828 28.6236675,19.7277025 29.6233097,18.7292068 C30.622952,17.7317105 32.250626,17.7317105 33.2502683,18.7292068 C34.2499106,19.7277025 34.2499106,21.3508828 33.2502683,22.3493786 L33.2502683,22.3493786 Z M9.66852687,19.4468443 C9.36302497,19.1429978 8.96336839,18.9910745 8.56271017,18.9910745 C8.16305359,18.9910745 7.76339701,19.1429978 7.45789511,19.4468443 C6.84889461,20.055537 6.84889461,21.0450373 7.45789511,21.6527304 C8.06789726,22.261423 9.05852472,22.261423 9.66852687,21.6527304 C10.2775274,21.0450373 10.2775274,20.055537 9.66852687,19.4468443 L9.66852687,19.4468443 Z M10.3766903,22.3593735 C9.87686914,22.8581217 9.21978965,23.1079955 8.56271017,23.1079955 C7.90663232,23.1079955 7.24955284,22.8581217 6.7497317,22.3593735 C5.75008943,21.3618773 5.75008943,19.738697 6.7497317,18.7402012 C7.74937397,17.7427049 9.37704801,17.7427049 10.3766903,18.7402012 C11.3763325,19.738697 11.3763325,21.3618773 10.3766903,22.3593735 L10.3766903,22.3593735 Z M27.4337125,28.9100654 C25.4364313,30.903059 22.7820705,32.0005047 19.9574301,32.0005047 C17.1327896,32.0005047 14.4784288,30.903059 12.4821492,28.9100654 C11.165987,27.5977281 10.4077413,26.469298 9.94498104,25.1359713 L8.99842599,25.4628063 C9.50726193,26.9290658 10.3626672,28.2104187 11.7739858,29.6167086 C13.9585748,31.7986067 16.8663519,33 19.9574301,33 C23.0495099,33 25.9562853,31.7986067 28.1418759,29.6167086 C29.2827502,28.4782835 30.4206196,27.1869356 31.0115905,25.4608073 L30.0640338,25.1379703 C29.5391715,26.6701966 28.4894469,27.8565974 27.4337125,28.9100654 L27.4337125,28.9100654 Z M9.94498104,15.8596559 L8.99842599,15.5318214 C9.51026687,14.0645624 10.3656722,12.7832095 11.7759891,11.3759202 C16.2863991,6.87519304 23.6264578,6.87419354 28.1378694,11.3759202 C29.2186449,12.4533761 30.4035916,13.7897012 31.0115905,15.5318214 L30.0640338,15.8596559 C29.5241468,14.3094387 28.4293482,13.0800596 27.4297059,12.0825633 C25.434428,10.0915688 22.7810689,8.99612197 19.9574301,8.99612197 C17.1337912,8.99612197 14.4804321,10.0915688 12.4851542,12.0825633 C11.1870215,13.3779092 10.4037347,14.5423211 9.94498104,15.8596559 L9.94498104,15.8596559 Z' id='AWS-Simple-Queue-Service_Icon_32_Squid' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
1367
1367
  },
1368
1368
  "engines": {
1369
- "camunda": "^8.5"
1369
+ "camunda": "^8.4"
1370
1370
  }
1371
1371
  },
1372
1372
  {