@camunda/connectors-element-templates 1.0.3 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/package.json +1 -1
  2. package/src/connectors.js +8 -2
  3. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +30 -30
  4. package/src/element-templates/agenticai-aiagent-outbound-connector.json +323 -9
  5. package/src/element-templates/asana-connector.json +101 -101
  6. package/src/element-templates/automation-anywhere-outbound-connector.json +1777 -961
  7. package/src/element-templates/aws-bedrock-outbound-connector.json +74 -74
  8. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  9. package/src/element-templates/aws-dynamodb-outbound-connector.json +1373 -1373
  10. package/src/element-templates/aws-eventbridge-connector-boundary.json +28 -28
  11. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  12. package/src/element-templates/aws-eventbridge-connector-start-event.json +23 -23
  13. package/src/element-templates/aws-eventbridge-outbound-connector.json +326 -326
  14. package/src/element-templates/aws-lambda-outbound-connector.json +231 -231
  15. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  16. package/src/element-templates/aws-sns-inbound-boundary.json +285 -285
  17. package/src/element-templates/aws-sns-inbound-intermediate.json +33 -33
  18. package/src/element-templates/aws-sns-inbound-message-start.json +227 -227
  19. package/src/element-templates/aws-sns-inbound-start-event.json +132 -132
  20. package/src/element-templates/aws-sns-outbound-connector.json +370 -370
  21. package/src/element-templates/aws-sqs-boundary-connector.json +232 -232
  22. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +532 -532
  23. package/src/element-templates/aws-sqs-outbound-connector.json +396 -396
  24. package/src/element-templates/aws-sqs-start-event-connector.json +389 -389
  25. package/src/element-templates/aws-textract-outbound-connector.json +123 -123
  26. package/src/element-templates/azure-blobstorage-outbound-connector.json +349 -0
  27. package/src/element-templates/blue-prism-connector.json +13 -13
  28. package/src/element-templates/box-outbound-connector.json +30 -30
  29. package/src/element-templates/easy-post-connector.json +121 -121
  30. package/src/element-templates/email-outbound-connector.json +233 -233
  31. package/src/element-templates/github-connector.json +1259 -1259
  32. package/src/element-templates/github-webhook-connector-boundary.json +35 -35
  33. package/src/element-templates/github-webhook-connector-intermediate.json +31 -31
  34. package/src/element-templates/github-webhook-connector-start-event.json +34 -34
  35. package/src/element-templates/gitlab-connector.json +3333 -3333
  36. package/src/element-templates/google-cloud-storage-outbound-connector.json +357 -0
  37. package/src/element-templates/google-drive-outbound-connector.json +414 -101
  38. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  39. package/src/element-templates/google-maps-platform-connector.json +489 -0
  40. package/src/element-templates/google-sheets-outbound-connector.json +2468 -2468
  41. package/src/element-templates/graphql-outbound-connector.json +1113 -1113
  42. package/src/element-templates/http-json-connector.json +2202 -1290
  43. package/src/element-templates/http-polling-boundary-catch-event-connector.json +6 -6
  44. package/src/element-templates/http-polling-connector.json +6 -6
  45. package/src/element-templates/hugging-face-connector.json +34 -34
  46. package/src/element-templates/idp-extraction-outbound-connector.json +115 -0
  47. package/src/element-templates/jdbc-outbound-connector.json +36 -36
  48. package/src/element-templates/kafka-inbound-connector-boundary.json +540 -540
  49. package/src/element-templates/kafka-inbound-connector-intermediate.json +585 -585
  50. package/src/element-templates/kafka-inbound-connector.json +603 -0
  51. package/src/element-templates/kafka-outbound-connector.json +261 -261
  52. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  53. package/src/element-templates/microsoft-teams-outbound-connector.json +98 -98
  54. package/src/element-templates/openai-connector.json +517 -159
  55. package/src/element-templates/operate-connector.json +569 -53
  56. package/src/element-templates/power-automate-connector.json +1724 -0
  57. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +132 -132
  58. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +941 -941
  59. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +459 -459
  60. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +269 -269
  61. package/src/element-templates/rabbitmq-outbound-connector.json +631 -631
  62. package/src/element-templates/salesforce-connector.json +44 -44
  63. package/src/element-templates/sendgrid-outbound-connector.json +787 -255
  64. package/src/element-templates/slack-inbound-boundary.json +215 -215
  65. package/src/element-templates/slack-inbound-intermediate.json +178 -178
  66. package/src/element-templates/slack-inbound-message-start.json +323 -323
  67. package/src/element-templates/slack-inbound-start-event.json +212 -212
  68. package/src/element-templates/slack-outbound-connector.json +777 -522
  69. package/src/element-templates/twilio-connector.json +29 -29
  70. package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
  71. package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
  72. package/src/element-templates/uipath-connector.json +8 -8
  73. package/src/element-templates/webhook-connector-boundary.json +1133 -1133
  74. package/src/element-templates/webhook-connector-intermediate.json +1380 -1380
  75. package/src/element-templates/webhook-connector-start-event.json +1370 -1370
  76. package/src/element-templates/webhook-connector-start-message.json +1171 -1171
  77. package/src/element-templates/agenticai-aiagent-outbound-connector-8.8.0-alpha4.json +0 -843
@@ -5,7 +5,7 @@
5
5
  "id": "io.camunda.connectors.AWSSNS.v1",
6
6
  "description": "Send message to topic",
7
7
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
8
- "version": 3,
8
+ "version": 4,
9
9
  "appliesTo": ["bpmn:Task"],
10
10
  "elementType": {
11
11
  "value": "bpmn:ServiceTask"
@@ -71,15 +71,6 @@
71
71
  "notEmpty": true
72
72
  }
73
73
  },
74
- {
75
- "type": "Hidden",
76
- "description": "This value forces to evaluate configuration first in order",
77
- "value": "nonce",
78
- "binding": {
79
- "type": "zeebe:input",
80
- "name": "configuration.nonce"
81
- }
82
- },
83
74
  {
84
75
  "label": "Topic ARN",
85
76
  "description": "Specify the topic you want to publish to",
@@ -107,15 +98,6 @@
107
98
  },
108
99
  "feel": "optional"
109
100
  },
110
- {
111
- "description": "Backwards compatible region",
112
- "type": "Hidden",
113
- "value": "=configuration.region",
114
- "binding": {
115
- "type": "zeebe:input",
116
- "name": "topic.region"
117
- }
118
- },
119
101
  {
120
102
  "label": "Subject",
121
103
  "description": "Specify the subject of the message you want to publish in the SNS topic",
@@ -204,7 +186,7 @@
204
186
  "id": "io.camunda.connectors.AWSSNS.v1",
205
187
  "description": "Send message to topic",
206
188
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
207
- "version": 2,
189
+ "version": 3,
208
190
  "appliesTo": ["bpmn:Task"],
209
191
  "elementType": {
210
192
  "value": "bpmn:ServiceTask"
@@ -270,6 +252,15 @@
270
252
  "notEmpty": true
271
253
  }
272
254
  },
255
+ {
256
+ "type": "Hidden",
257
+ "description": "This value forces to evaluate configuration first in order",
258
+ "value": "nonce",
259
+ "binding": {
260
+ "type": "zeebe:input",
261
+ "name": "configuration.nonce"
262
+ }
263
+ },
273
264
  {
274
265
  "label": "Topic ARN",
275
266
  "description": "Specify the topic you want to publish to",
@@ -297,6 +288,15 @@
297
288
  },
298
289
  "feel": "optional"
299
290
  },
291
+ {
292
+ "description": "Backwards compatible region",
293
+ "type": "Hidden",
294
+ "value": "=configuration.region",
295
+ "binding": {
296
+ "type": "zeebe:input",
297
+ "name": "topic.region"
298
+ }
299
+ },
300
300
  {
301
301
  "label": "Subject",
302
302
  "description": "Specify the subject of the message you want to publish in the SNS topic",
@@ -385,7 +385,7 @@
385
385
  "id": "io.camunda.connectors.AWSSNS.v1",
386
386
  "description": "Send message to topic",
387
387
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
388
- "version": 1,
388
+ "version": 2,
389
389
  "appliesTo": ["bpmn:Task"],
390
390
  "elementType": {
391
391
  "value": "bpmn:ServiceTask"
@@ -471,7 +471,7 @@
471
471
  "type": "String",
472
472
  "binding": {
473
473
  "type": "zeebe:input",
474
- "name": "topic.region"
474
+ "name": "configuration.region"
475
475
  },
476
476
  "constraints": {
477
477
  "notEmpty": true
@@ -562,192 +562,339 @@
562
562
  },
563
563
  {
564
564
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
565
- "name": "Amazon SNS connector",
565
+ "name": "Amazon SNS Outbound connector",
566
566
  "id": "io.camunda.connectors.AWSSNS.v1",
567
567
  "description": "Send message to topic",
568
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
569
- "version": 4,
570
- "appliesTo": ["bpmn:Task"],
571
- "elementType": {
572
- "value": "bpmn:ServiceTask"
573
- },
568
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=outbound",
569
+ "version": 7,
574
570
  "category": {
575
571
  "id": "connectors",
576
572
  "name": "Connectors"
577
573
  },
574
+ "appliesTo": ["bpmn:Task"],
575
+ "elementType": {
576
+ "value": "bpmn:ServiceTask"
577
+ },
578
578
  "groups": [
579
579
  {
580
580
  "id": "authentication",
581
581
  "label": "Authentication"
582
582
  },
583
583
  {
584
- "id": "topicProperties",
584
+ "id": "configuration",
585
585
  "label": "Topic properties"
586
586
  },
587
- {
588
- "id": "output",
589
- "label": "Output"
590
- },
591
587
  {
592
588
  "id": "input",
593
589
  "label": "Input message data"
594
590
  },
595
591
  {
596
- "id": "errors",
592
+ "id": "output",
593
+ "label": "Output mapping"
594
+ },
595
+ {
596
+ "id": "error",
597
597
  "label": "Error handling"
598
+ },
599
+ {
600
+ "id": "retries",
601
+ "label": "Retries"
598
602
  }
599
603
  ],
600
604
  "properties": [
601
605
  {
602
- "type": "Hidden",
603
606
  "value": "io.camunda:aws-sns:1",
604
607
  "binding": {
605
- "type": "zeebe:taskDefinition",
606
- "property": "type"
607
- }
608
+ "property": "type",
609
+ "type": "zeebe:taskDefinition"
610
+ },
611
+ "type": "Hidden"
608
612
  },
609
613
  {
610
- "label": "Access key",
611
- "description": "Provide AWS IAM access key that has permission to publish to desired SNS topic",
614
+ "id": "authentication.type",
615
+ "label": "Authentication",
616
+ "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>",
617
+ "value": "credentials",
612
618
  "group": "authentication",
613
- "type": "String",
614
619
  "binding": {
615
- "type": "zeebe:input",
616
- "name": "authentication.accessKey"
620
+ "name": "authentication.type",
621
+ "type": "zeebe:input"
617
622
  },
623
+ "type": "Dropdown",
624
+ "choices": [
625
+ {
626
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
627
+ "value": "defaultCredentialsChain"
628
+ },
629
+ {
630
+ "name": "Credentials",
631
+ "value": "credentials"
632
+ }
633
+ ]
634
+ },
635
+ {
636
+ "id": "authentication.accessKey",
637
+ "label": "Access key",
638
+ "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
639
+ "optional": false,
618
640
  "constraints": {
619
641
  "notEmpty": true
620
- }
642
+ },
643
+ "feel": "optional",
644
+ "group": "authentication",
645
+ "binding": {
646
+ "name": "authentication.accessKey",
647
+ "type": "zeebe:input"
648
+ },
649
+ "condition": {
650
+ "property": "authentication.type",
651
+ "equals": "credentials",
652
+ "type": "simple"
653
+ },
654
+ "type": "String"
621
655
  },
622
656
  {
657
+ "id": "authentication.secretKey",
623
658
  "label": "Secret key",
624
- "description": "Provide AWS IAM secret key that has permission to publish to desired SNS topic",
659
+ "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
660
+ "optional": false,
661
+ "constraints": {
662
+ "notEmpty": true
663
+ },
664
+ "feel": "optional",
625
665
  "group": "authentication",
626
- "type": "String",
627
666
  "binding": {
628
- "type": "zeebe:input",
629
- "name": "authentication.secretKey"
667
+ "name": "authentication.secretKey",
668
+ "type": "zeebe:input"
630
669
  },
631
- "constraints": {
632
- "notEmpty": true
633
- }
670
+ "condition": {
671
+ "property": "authentication.type",
672
+ "equals": "credentials",
673
+ "type": "simple"
674
+ },
675
+ "type": "String"
634
676
  },
635
677
  {
678
+ "id": "topic.topicArn",
636
679
  "label": "Topic ARN",
637
680
  "description": "Specify the topic you want to publish to",
638
- "group": "topicProperties",
639
- "type": "String",
681
+ "optional": false,
682
+ "constraints": {
683
+ "notEmpty": true
684
+ },
685
+ "feel": "optional",
686
+ "group": "configuration",
640
687
  "binding": {
641
- "type": "zeebe:input",
642
- "name": "topic.topicArn"
688
+ "name": "topic.topicArn",
689
+ "type": "zeebe:input"
643
690
  },
691
+ "type": "String"
692
+ },
693
+ {
694
+ "id": "topic.type",
695
+ "label": "Topic type",
696
+ "description": "Select SNS topic type. Details at <a href=\"https://aws.amazon.com/sns/features/\">AWS SNS Features</a>",
697
+ "optional": false,
698
+ "value": "standard",
644
699
  "constraints": {
645
700
  "notEmpty": true
646
- }
701
+ },
702
+ "group": "configuration",
703
+ "binding": {
704
+ "name": "topic.type",
705
+ "type": "zeebe:input"
706
+ },
707
+ "type": "Dropdown",
708
+ "choices": [
709
+ {
710
+ "name": "Standard",
711
+ "value": "standard"
712
+ },
713
+ {
714
+ "name": "FIFO",
715
+ "value": "fifo"
716
+ }
717
+ ]
647
718
  },
648
719
  {
720
+ "id": "configuration.region",
649
721
  "label": "Region",
650
- "description": "Specify the AWS region of your topic",
651
- "group": "topicProperties",
652
- "type": "String",
722
+ "description": "Specify the AWS region",
723
+ "optional": true,
724
+ "feel": "optional",
725
+ "group": "configuration",
653
726
  "binding": {
654
- "type": "zeebe:input",
655
- "name": "configuration.region"
656
- },
657
- "constraints": {
658
- "notEmpty": true
727
+ "name": "configuration.region",
728
+ "type": "zeebe:input"
659
729
  },
660
- "feel": "optional"
730
+ "type": "String"
661
731
  },
662
732
  {
663
- "label": "Subject",
664
- "description": "Specify the subject of the message you want to publish in the SNS topic",
665
- "group": "input",
666
- "type": "String",
733
+ "id": "configuration.endpoint",
734
+ "label": "Endpoint",
735
+ "description": "Specify endpoint if need to use custom endpoint",
667
736
  "optional": true,
737
+ "group": "configuration",
668
738
  "binding": {
669
- "type": "zeebe:input",
670
- "name": "topic.subject"
671
- },
672
- "constraints": {
673
- "notEmpty": false,
674
- "maxLength": 99
739
+ "name": "configuration.endpoint",
740
+ "type": "zeebe:input"
675
741
  },
676
- "feel": "optional"
742
+ "type": "Hidden"
677
743
  },
678
744
  {
679
- "label": "Message",
680
- "description": "Data to publish in the SNS topic",
745
+ "id": "topic.messageGroupId",
746
+ "label": "Message group ID",
747
+ "description": "Message group ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/sns/latest/dg/fifo-message-grouping.html\">message grouping for FIFO topics</a> in the Amazon SNS developer guide",
748
+ "optional": false,
749
+ "feel": "optional",
681
750
  "group": "input",
682
- "type": "Text",
683
751
  "binding": {
684
- "type": "zeebe:input",
685
- "name": "topic.message"
752
+ "name": "topic.messageGroupId",
753
+ "type": "zeebe:input"
686
754
  },
687
- "constraints": {
688
- "notEmpty": true
755
+ "condition": {
756
+ "property": "topic.type",
757
+ "equals": "fifo",
758
+ "type": "simple"
689
759
  },
690
- "feel": "optional"
760
+ "type": "String"
691
761
  },
692
762
  {
693
- "label": "Message attributes",
694
- "description": "Message attributes metadata",
695
- "group": "input",
696
- "type": "Text",
763
+ "id": "topic.messageDeduplicationId",
764
+ "label": "Message deduplication ID",
765
+ "description": "Message deduplication ID. See also <a href=\"https://docs.aws.amazon.com/sns/latest/dg/fifo-message-dedup.html\">Message deduplication for FIFO topics</a> in the Amazon SNS developer guide",
697
766
  "optional": true,
767
+ "feel": "optional",
768
+ "group": "input",
698
769
  "binding": {
699
- "type": "zeebe:input",
700
- "name": "topic.messageAttributes"
770
+ "name": "topic.messageDeduplicationId",
771
+ "type": "zeebe:input"
701
772
  },
702
- "feel": "required"
703
- },
704
- {
773
+ "condition": {
774
+ "property": "topic.type",
775
+ "equals": "fifo",
776
+ "type": "simple"
777
+ },
778
+ "type": "String"
779
+ },
780
+ {
781
+ "id": "topic.subject",
782
+ "label": "Subject",
783
+ "description": "Specify the subject of the message you want to publish in the SNS topic",
784
+ "optional": true,
785
+ "feel": "optional",
786
+ "group": "input",
787
+ "binding": {
788
+ "name": "topic.subject",
789
+ "type": "zeebe:input"
790
+ },
791
+ "type": "String"
792
+ },
793
+ {
794
+ "id": "topic.message",
795
+ "label": "Message",
796
+ "description": "Data to publish in the SNS topic",
797
+ "optional": false,
798
+ "constraints": {
799
+ "notEmpty": true
800
+ },
801
+ "feel": "optional",
802
+ "group": "input",
803
+ "binding": {
804
+ "name": "topic.message",
805
+ "type": "zeebe:input"
806
+ },
807
+ "type": "Text"
808
+ },
809
+ {
810
+ "id": "topic.messageAttributes",
811
+ "label": "messageAttributes",
812
+ "description": "Message attributes metadata",
813
+ "optional": true,
814
+ "feel": "required",
815
+ "group": "input",
816
+ "binding": {
817
+ "name": "topic.messageAttributes",
818
+ "type": "zeebe:input"
819
+ },
820
+ "type": "String"
821
+ },
822
+ {
823
+ "id": "resultVariable",
705
824
  "label": "Result variable",
706
- "description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
825
+ "description": "Name of variable to store the response in",
707
826
  "group": "output",
708
- "type": "String",
709
827
  "binding": {
710
- "type": "zeebe:taskHeader",
711
- "key": "resultVariable"
712
- }
828
+ "key": "resultVariable",
829
+ "type": "zeebe:taskHeader"
830
+ },
831
+ "type": "String"
713
832
  },
714
833
  {
834
+ "id": "resultExpression",
715
835
  "label": "Result expression",
716
- "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
717
- "group": "output",
718
- "type": "Text",
836
+ "description": "Expression to map the response into process variables",
719
837
  "feel": "required",
838
+ "group": "output",
720
839
  "binding": {
721
- "type": "zeebe:taskHeader",
722
- "key": "resultExpression"
723
- }
840
+ "key": "resultExpression",
841
+ "type": "zeebe:taskHeader"
842
+ },
843
+ "type": "Text"
724
844
  },
725
845
  {
846
+ "id": "errorExpression",
726
847
  "label": "Error expression",
727
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
728
- "group": "errors",
729
- "type": "Text",
848
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
730
849
  "feel": "required",
850
+ "group": "error",
731
851
  "binding": {
732
- "type": "zeebe:taskHeader",
733
- "key": "errorExpression"
734
- }
852
+ "key": "errorExpression",
853
+ "type": "zeebe:taskHeader"
854
+ },
855
+ "type": "Text"
856
+ },
857
+ {
858
+ "id": "retryCount",
859
+ "label": "Retries",
860
+ "description": "Number of retries",
861
+ "value": "3",
862
+ "feel": "optional",
863
+ "group": "retries",
864
+ "binding": {
865
+ "property": "retries",
866
+ "type": "zeebe:taskDefinition"
867
+ },
868
+ "type": "String"
869
+ },
870
+ {
871
+ "id": "retryBackoff",
872
+ "label": "Retry backoff",
873
+ "description": "ISO-8601 duration to wait between retries",
874
+ "value": "PT0S",
875
+ "feel": "optional",
876
+ "group": "retries",
877
+ "binding": {
878
+ "key": "retryBackoff",
879
+ "type": "zeebe:taskHeader"
880
+ },
881
+ "type": "String"
735
882
  }
736
883
  ],
737
884
  "icon": {
738
- "contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 80 80' 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/64/Arch_AWS-Simple-Notification-Service_64%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/64/Arch_AWS-Simple-Notification-Service_64' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon-Architecture-BG/64/Application-Integration' fill='url(%23linearGradient-1)'%3E%3Crect id='Rectangle' x='0' y='0' width='80' height='80'%3E%3C/rect%3E%3C/g%3E%3Cpath d='M17,38 C18.103,38 19,38.897 19,40 C19,41.103 18.103,42 17,42 C15.897,42 15,41.103 15,40 C15,38.897 15.897,38 17,38 L17,38 Z M41,64 C29.314,64 19.289,55.466 17.194,43.98 C18.965,43.894 20.427,42.659 20.857,41 L27,41 L27,39 L20.857,39 C20.427,37.342 18.966,36.107 17.195,36.02 C19.285,24.71 29.511,16 41,16 C45.313,16 49.832,17.622 54.429,20.821 L55.571,19.179 C50.633,15.743 45.73,14 41,14 C28.27,14 16.949,23.865 15.063,36.521 C13.839,37.207 13,38.5 13,40 C13,41.5 13.839,42.793 15.063,43.478 C16.97,56.341 28.056,66 41,66 C46.407,66 51.942,64.157 56.585,60.811 L55.415,59.189 C51.11,62.292 45.991,64 41,64 L41,64 Z M30.101,36.442 C31.955,36.895 34.275,37 36,37 C37.642,37 39.823,36.905 41.629,36.506 L37.105,45.553 C37.036,45.691 37,45.845 37,46 L37,50.453 C36.199,50.964 34.833,51.812 34,51.986 L34,46 C34,45.868 33.974,45.737 33.923,45.615 L30.101,36.442 Z M36,33 C40.025,33 42.174,33.604 42.841,34 C42.174,34.396 40.025,35 36,35 C31.975,35 29.826,34.396 29.159,34 C29.826,33.604 31.975,33 36,33 L36,33 Z M33,54 L34,54 C34.043,54 34.086,53.997 34.128,53.992 C35.352,53.833 36.909,52.887 38.272,52.013 L38.535,51.845 C38.824,51.661 39,51.342 39,51 L39,46.236 L44.559,35.12 C44.833,34.801 45,34.434 45,34 C45,31.39 39.361,31 36,31 C32.639,31 27,31.39 27,34 C27,34.366 27.12,34.684 27.32,34.967 L32,46.2 L32,53 C32,53.552 32.447,54 33,54 L33,54 Z M62,53 C63.103,53 64,53.897 64,55 C64,56.103 63.103,57 62,57 C60.897,57 60,56.103 60,55 C60,53.897 60.897,53 62,53 L62,53 Z M62,23 C63.103,23 64,23.897 64,25 C64,26.103 63.103,27 62,27 C60.897,27 60,26.103 60,25 C60,23.897 60.897,23 62,23 L62,23 Z M64,38 C65.103,38 66,38.897 66,40 C66,41.103 65.103,42 64,42 C62.897,42 62,41.103 62,40 C62,38.897 62.897,38 64,38 L64,38 Z M54,41 L60.143,41 C60.589,42.72 62.142,44 64,44 C66.206,44 68,42.206 68,40 C68,37.794 66.206,36 64,36 C62.142,36 60.589,37.28 60.143,39 L54,39 L54,26 L58.143,26 C58.589,27.72 60.142,29 62,29 C64.206,29 66,27.206 66,25 C66,22.794 64.206,21 62,21 C60.142,21 58.589,22.28 58.143,24 L53,24 C52.447,24 52,24.448 52,25 L52,39 L45,39 L45,41 L52,41 L52,55 C52,55.552 52.447,56 53,56 L58.143,56 C58.589,57.72 60.142,59 62,59 C64.206,59 66,57.206 66,55 C66,52.794 64.206,51 62,51 C60.142,51 58.589,52.28 58.143,54 L54,54 L54,41 Z' id='AWS-Simple-Notification-Service_Icon_64_Squid' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
885
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA4MCA4MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS82NC9BcmNoX0FXUy1TaW1wbGUtTm90aWZpY2F0aW9uLVNlcnZpY2VfNjQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9JzAlJyB5MT0nMTAwJScgeDI9JzEwMCUnIHkyPScwJScgaWQ9J2xpbmVhckdyYWRpZW50LTEnPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPScjQjAwODREJyBvZmZzZXQ9JzAlJz48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNGRjRGOEInIG9mZnNldD0nMTAwJSc+PC9zdG9wPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0nSWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BV1MtU2ltcGxlLU5vdGlmaWNhdGlvbi1TZXJ2aWNlXzY0JyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScKICAgICAgIGZpbGwtcnVsZT0nZXZlbm9kZCc+CiAgICAgICAgPGcgaWQ9J0ljb24tQXJjaGl0ZWN0dXJlLUJHLzY0L0FwcGxpY2F0aW9uLUludGVncmF0aW9uJyBmaWxsPSd1cmwoI2xpbmVhckdyYWRpZW50LTEpJz4KICAgICAgICAgICAgPHJlY3QgaWQ9J1JlY3RhbmdsZScgeD0nMCcgeT0nMCcgd2lkdGg9JzgwJyBoZWlnaHQ9JzgwJz48L3JlY3Q+CiAgICAgICAgPC9nPgogICAgICAgIDxwYXRoIGQ9J00xNywzOCBDMTguMTAzLDM4IDE5LDM4Ljg5NyAxOSw0MCBDMTksNDEuMTAzIDE4LjEwMyw0MiAxNyw0MiBDMTUuODk3LDQyIDE1LDQxLjEwMyAxNSw0MCBDMTUsMzguODk3IDE1Ljg5NywzOCAxNywzOCBMMTcsMzggWiBNNDEsNjQgQzI5LjMxNCw2NCAxOS4yODksNTUuNDY2IDE3LjE5NCw0My45OCBDMTguOTY1LDQzLjg5NCAyMC40MjcsNDIuNjU5IDIwLjg1Nyw0MSBMMjcsNDEgTDI3LDM5IEwyMC44NTcsMzkgQzIwLjQyNywzNy4zNDIgMTguOTY2LDM2LjEwNyAxNy4xOTUsMzYuMDIgQzE5LjI4NSwyNC43MSAyOS41MTEsMTYgNDEsMTYgQzQ1LjMxMywxNiA0OS44MzIsMTcuNjIyIDU0LjQyOSwyMC44MjEgTDU1LjU3MSwxOS4xNzkgQzUwLjYzMywxNS43NDMgNDUuNzMsMTQgNDEsMTQgQzI4LjI3LDE0IDE2Ljk0OSwyMy44NjUgMTUuMDYzLDM2LjUyMSBDMTMuODM5LDM3LjIwNyAxMywzOC41IDEzLDQwIEMxMyw0MS41IDEzLjgzOSw0Mi43OTMgMTUuMDYzLDQzLjQ3OCBDMTYuOTcsNTYuMzQxIDI4LjA1Niw2NiA0MSw2NiBDNDYuNDA3LDY2IDUxLjk0Miw2NC4xNTcgNTYuNTg1LDYwLjgxMSBMNTUuNDE1LDU5LjE4OSBDNTEuMTEsNjIuMjkyIDQ1Ljk5MSw2NCA0MSw2NCBMNDEsNjQgWiBNMzAuMTAxLDM2LjQ0MiBDMzEuOTU1LDM2Ljg5NSAzNC4yNzUsMzcgMzYsMzcgQzM3LjY0MiwzNyAzOS44MjMsMzYuOTA1IDQxLjYyOSwzNi41MDYgTDM3LjEwNSw0NS41NTMgQzM3LjAzNiw0NS42OTEgMzcsNDUuODQ1IDM3LDQ2IEwzNyw1MC40NTMgQzM2LjE5OSw1MC45NjQgMzQuODMzLDUxLjgxMiAzNCw1MS45ODYgTDM0LDQ2IEMzNCw0NS44NjggMzMuOTc0LDQ1LjczNyAzMy45MjMsNDUuNjE1IEwzMC4xMDEsMzYuNDQyIFogTTM2LDMzIEM0MC4wMjUsMzMgNDIuMTc0LDMzLjYwNCA0Mi44NDEsMzQgQzQyLjE3NCwzNC4zOTYgNDAuMDI1LDM1IDM2LDM1IEMzMS45NzUsMzUgMjkuODI2LDM0LjM5NiAyOS4xNTksMzQgQzI5LjgyNiwzMy42MDQgMzEuOTc1LDMzIDM2LDMzIEwzNiwzMyBaIE0zMyw1NCBMMzQsNTQgQzM0LjA0Myw1NCAzNC4wODYsNTMuOTk3IDM0LjEyOCw1My45OTIgQzM1LjM1Miw1My44MzMgMzYuOTA5LDUyLjg4NyAzOC4yNzIsNTIuMDEzIEwzOC41MzUsNTEuODQ1IEMzOC44MjQsNTEuNjYxIDM5LDUxLjM0MiAzOSw1MSBMMzksNDYuMjM2IEw0NC41NTksMzUuMTIgQzQ0LjgzMywzNC44MDEgNDUsMzQuNDM0IDQ1LDM0IEM0NSwzMS4zOSAzOS4zNjEsMzEgMzYsMzEgQzMyLjYzOSwzMSAyNywzMS4zOSAyNywzNCBDMjcsMzQuMzY2IDI3LjEyLDM0LjY4NCAyNy4zMiwzNC45NjcgTDMyLDQ2LjIgTDMyLDUzIEMzMiw1My41NTIgMzIuNDQ3LDU0IDMzLDU0IEwzMyw1NCBaIE02Miw1MyBDNjMuMTAzLDUzIDY0LDUzLjg5NyA2NCw1NSBDNjQsNTYuMTAzIDYzLjEwMyw1NyA2Miw1NyBDNjAuODk3LDU3IDYwLDU2LjEwMyA2MCw1NSBDNjAsNTMuODk3IDYwLjg5Nyw1MyA2Miw1MyBMNjIsNTMgWiBNNjIsMjMgQzYzLjEwMywyMyA2NCwyMy44OTcgNjQsMjUgQzY0LDI2LjEwMyA2My4xMDMsMjcgNjIsMjcgQzYwLjg5NywyNyA2MCwyNi4xMDMgNjAsMjUgQzYwLDIzLjg5NyA2MC44OTcsMjMgNjIsMjMgTDYyLDIzIFogTTY0LDM4IEM2NS4xMDMsMzggNjYsMzguODk3IDY2LDQwIEM2Niw0MS4xMDMgNjUuMTAzLDQyIDY0LDQyIEM2Mi44OTcsNDIgNjIsNDEuMTAzIDYyLDQwIEM2MiwzOC44OTcgNjIuODk3LDM4IDY0LDM4IEw2NCwzOCBaIE01NCw0MSBMNjAuMTQzLDQxIEM2MC41ODksNDIuNzIgNjIuMTQyLDQ0IDY0LDQ0IEM2Ni4yMDYsNDQgNjgsNDIuMjA2IDY4LDQwIEM2OCwzNy43OTQgNjYuMjA2LDM2IDY0LDM2IEM2Mi4xNDIsMzYgNjAuNTg5LDM3LjI4IDYwLjE0MywzOSBMNTQsMzkgTDU0LDI2IEw1OC4xNDMsMjYgQzU4LjU4OSwyNy43MiA2MC4xNDIsMjkgNjIsMjkgQzY0LjIwNiwyOSA2NiwyNy4yMDYgNjYsMjUgQzY2LDIyLjc5NCA2NC4yMDYsMjEgNjIsMjEgQzYwLjE0MiwyMSA1OC41ODksMjIuMjggNTguMTQzLDI0IEw1MywyNCBDNTIuNDQ3LDI0IDUyLDI0LjQ0OCA1MiwyNSBMNTIsMzkgTDQ1LDM5IEw0NSw0MSBMNTIsNDEgTDUyLDU1IEM1Miw1NS41NTIgNTIuNDQ3LDU2IDUzLDU2IEw1OC4xNDMsNTYgQzU4LjU4OSw1Ny43MiA2MC4xNDIsNTkgNjIsNTkgQzY0LjIwNiw1OSA2Niw1Ny4yMDYgNjYsNTUgQzY2LDUyLjc5NCA2NC4yMDYsNTEgNjIsNTEgQzYwLjE0Miw1MSA1OC41ODksNTIuMjggNTguMTQzLDU0IEw1NCw1NCBMNTQsNDEgWicKICAgICAgICAgICAgICBpZD0nQVdTLVNpbXBsZS1Ob3RpZmljYXRpb24tU2VydmljZV9JY29uXzY0X1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
739
886
  },
740
887
  "engines": {
741
- "camunda": "^8.2"
888
+ "camunda": "^8.5"
742
889
  }
743
890
  },
744
891
  {
745
892
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
746
- "name": "Amazon SNS Outbound connector",
893
+ "name": "Amazon SNS connector",
747
894
  "id": "io.camunda.connectors.AWSSNS.v1",
748
895
  "description": "Send message to topic",
749
896
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
750
- "version": 5,
897
+ "version": 1,
751
898
  "appliesTo": ["bpmn:Task"],
752
899
  "elementType": {
753
900
  "value": "bpmn:ServiceTask"
@@ -833,7 +980,7 @@
833
980
  "type": "String",
834
981
  "binding": {
835
982
  "type": "zeebe:input",
836
- "name": "configuration.region"
983
+ "name": "topic.region"
837
984
  },
838
985
  "constraints": {
839
986
  "notEmpty": true
@@ -928,326 +1075,213 @@
928
1075
  "id": "io.camunda.connectors.AWSSNS.v1",
929
1076
  "description": "Send message to topic",
930
1077
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=outbound",
931
- "version": 7,
932
- "category": {
933
- "id": "connectors",
934
- "name": "Connectors"
935
- },
1078
+ "version": 6,
936
1079
  "appliesTo": ["bpmn:Task"],
937
1080
  "elementType": {
938
1081
  "value": "bpmn:ServiceTask"
939
1082
  },
1083
+ "category": {
1084
+ "id": "connectors",
1085
+ "name": "Connectors"
1086
+ },
940
1087
  "groups": [
941
1088
  {
942
1089
  "id": "authentication",
943
1090
  "label": "Authentication"
944
1091
  },
945
1092
  {
946
- "id": "configuration",
1093
+ "id": "topicProperties",
947
1094
  "label": "Topic properties"
948
1095
  },
949
- {
950
- "id": "input",
951
- "label": "Input message data"
952
- },
953
1096
  {
954
1097
  "id": "output",
955
- "label": "Output mapping"
1098
+ "label": "Output"
956
1099
  },
957
1100
  {
958
- "id": "error",
959
- "label": "Error handling"
1101
+ "id": "input",
1102
+ "label": "Input message data"
960
1103
  },
961
1104
  {
962
- "id": "retries",
963
- "label": "Retries"
1105
+ "id": "errors",
1106
+ "label": "Error handling"
964
1107
  }
965
1108
  ],
966
1109
  "properties": [
967
1110
  {
1111
+ "type": "Hidden",
968
1112
  "value": "io.camunda:aws-sns:1",
969
1113
  "binding": {
970
- "property": "type",
971
- "type": "zeebe:taskDefinition"
972
- },
973
- "type": "Hidden"
1114
+ "type": "zeebe:taskDefinition",
1115
+ "property": "type"
1116
+ }
974
1117
  },
975
1118
  {
976
- "id": "authentication.type",
1119
+ "id": "authenticationType",
977
1120
  "label": "Authentication",
978
- "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>",
979
- "value": "credentials",
1121
+ "description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/\" target=\"_blank\">documentation page</a>",
980
1122
  "group": "authentication",
981
- "binding": {
982
- "name": "authentication.type",
983
- "type": "zeebe:input"
984
- },
985
1123
  "type": "Dropdown",
1124
+ "optional": false,
1125
+ "value": "credentials",
986
1126
  "choices": [
987
- {
988
- "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
989
- "value": "defaultCredentialsChain"
990
- },
991
1127
  {
992
1128
  "name": "Credentials",
993
1129
  "value": "credentials"
1130
+ },
1131
+ {
1132
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
1133
+ "value": "defaultCredentialsChain"
994
1134
  }
995
- ]
1135
+ ],
1136
+ "binding": {
1137
+ "type": "zeebe:input",
1138
+ "name": "authentication.type"
1139
+ },
1140
+ "constraints": {
1141
+ "notEmpty": true
1142
+ }
996
1143
  },
997
1144
  {
998
- "id": "authentication.accessKey",
999
1145
  "label": "Access key",
1000
- "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
1001
- "optional": false,
1002
- "constraints": {
1003
- "notEmpty": true
1004
- },
1005
- "feel": "optional",
1146
+ "description": "Provide AWS IAM access key that has permission to publish to desired SNS topic",
1006
1147
  "group": "authentication",
1148
+ "type": "String",
1007
1149
  "binding": {
1008
- "name": "authentication.accessKey",
1009
- "type": "zeebe:input"
1150
+ "type": "zeebe:input",
1151
+ "name": "authentication.accessKey"
1010
1152
  },
1011
- "condition": {
1012
- "property": "authentication.type",
1013
- "equals": "credentials",
1014
- "type": "simple"
1153
+ "constraints": {
1154
+ "notEmpty": true
1015
1155
  },
1016
- "type": "String"
1156
+ "condition": {
1157
+ "property": "authenticationType",
1158
+ "equals": "credentials"
1159
+ }
1017
1160
  },
1018
1161
  {
1019
- "id": "authentication.secretKey",
1020
1162
  "label": "Secret key",
1021
- "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
1022
- "optional": false,
1023
- "constraints": {
1024
- "notEmpty": true
1025
- },
1026
- "feel": "optional",
1163
+ "description": "Provide AWS IAM secret key that has permission to publish to desired SNS topic",
1027
1164
  "group": "authentication",
1165
+ "type": "String",
1028
1166
  "binding": {
1029
- "name": "authentication.secretKey",
1030
- "type": "zeebe:input"
1167
+ "type": "zeebe:input",
1168
+ "name": "authentication.secretKey"
1031
1169
  },
1032
- "condition": {
1033
- "property": "authentication.type",
1034
- "equals": "credentials",
1035
- "type": "simple"
1170
+ "constraints": {
1171
+ "notEmpty": true
1036
1172
  },
1037
- "type": "String"
1173
+ "condition": {
1174
+ "property": "authenticationType",
1175
+ "equals": "credentials"
1176
+ }
1038
1177
  },
1039
1178
  {
1040
- "id": "topic.topicArn",
1041
1179
  "label": "Topic ARN",
1042
1180
  "description": "Specify the topic you want to publish to",
1043
- "optional": false,
1044
- "constraints": {
1045
- "notEmpty": true
1046
- },
1047
- "feel": "optional",
1048
- "group": "configuration",
1181
+ "group": "topicProperties",
1182
+ "type": "String",
1049
1183
  "binding": {
1050
- "name": "topic.topicArn",
1051
- "type": "zeebe:input"
1184
+ "type": "zeebe:input",
1185
+ "name": "topic.topicArn"
1052
1186
  },
1053
- "type": "String"
1054
- },
1055
- {
1056
- "id": "topic.type",
1057
- "label": "Topic type",
1058
- "description": "Select SNS topic type. Details at <a href=\"https://aws.amazon.com/sns/features/\">AWS SNS Features</a>",
1059
- "optional": false,
1060
- "value": "standard",
1061
1187
  "constraints": {
1062
1188
  "notEmpty": true
1063
- },
1064
- "group": "configuration",
1065
- "binding": {
1066
- "name": "topic.type",
1067
- "type": "zeebe:input"
1068
- },
1069
- "type": "Dropdown",
1070
- "choices": [
1071
- {
1072
- "name": "Standard",
1073
- "value": "standard"
1074
- },
1075
- {
1076
- "name": "FIFO",
1077
- "value": "fifo"
1078
- }
1079
- ]
1189
+ }
1080
1190
  },
1081
1191
  {
1082
- "id": "configuration.region",
1083
1192
  "label": "Region",
1084
- "description": "Specify the AWS region",
1085
- "optional": true,
1086
- "feel": "optional",
1087
- "group": "configuration",
1193
+ "description": "Specify the AWS region of your topic",
1194
+ "group": "topicProperties",
1195
+ "type": "String",
1088
1196
  "binding": {
1089
- "name": "configuration.region",
1090
- "type": "zeebe:input"
1197
+ "type": "zeebe:input",
1198
+ "name": "configuration.region"
1091
1199
  },
1092
- "type": "String"
1093
- },
1094
- {
1095
- "id": "configuration.endpoint",
1096
- "label": "Endpoint",
1097
- "description": "Specify endpoint if need to use custom endpoint",
1098
- "optional": true,
1099
- "group": "configuration",
1100
- "binding": {
1101
- "name": "configuration.endpoint",
1102
- "type": "zeebe:input"
1200
+ "constraints": {
1201
+ "notEmpty": true
1103
1202
  },
1104
- "type": "Hidden"
1203
+ "feel": "optional"
1105
1204
  },
1106
1205
  {
1107
- "id": "topic.messageGroupId",
1108
- "label": "Message group ID",
1109
- "description": "Message group ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/sns/latest/dg/fifo-message-grouping.html\">message grouping for FIFO topics</a> in the Amazon SNS developer guide",
1110
- "optional": false,
1111
- "feel": "optional",
1206
+ "label": "Subject",
1207
+ "description": "Specify the subject of the message you want to publish in the SNS topic",
1112
1208
  "group": "input",
1113
- "binding": {
1114
- "name": "topic.messageGroupId",
1115
- "type": "zeebe:input"
1116
- },
1117
- "condition": {
1118
- "property": "topic.type",
1119
- "equals": "fifo",
1120
- "type": "simple"
1121
- },
1122
- "type": "String"
1123
- },
1124
- {
1125
- "id": "topic.messageDeduplicationId",
1126
- "label": "Message deduplication ID",
1127
- "description": "Message deduplication ID. See also <a href=\"https://docs.aws.amazon.com/sns/latest/dg/fifo-message-dedup.html\">Message deduplication for FIFO topics</a> in the Amazon SNS developer guide",
1209
+ "type": "String",
1128
1210
  "optional": true,
1129
- "feel": "optional",
1130
- "group": "input",
1131
1211
  "binding": {
1132
- "name": "topic.messageDeduplicationId",
1133
- "type": "zeebe:input"
1212
+ "type": "zeebe:input",
1213
+ "name": "topic.subject"
1134
1214
  },
1135
- "condition": {
1136
- "property": "topic.type",
1137
- "equals": "fifo",
1138
- "type": "simple"
1215
+ "constraints": {
1216
+ "notEmpty": false,
1217
+ "maxLength": 99
1139
1218
  },
1140
- "type": "String"
1219
+ "feel": "optional"
1141
1220
  },
1142
1221
  {
1143
- "id": "topic.subject",
1144
- "label": "Subject",
1145
- "description": "Specify the subject of the message you want to publish in the SNS topic",
1146
- "optional": true,
1147
- "feel": "optional",
1222
+ "label": "Message",
1223
+ "description": "Data to publish in the SNS topic",
1148
1224
  "group": "input",
1225
+ "type": "Text",
1149
1226
  "binding": {
1150
- "name": "topic.subject",
1151
- "type": "zeebe:input"
1227
+ "type": "zeebe:input",
1228
+ "name": "topic.message"
1152
1229
  },
1153
- "type": "String"
1154
- },
1155
- {
1156
- "id": "topic.message",
1157
- "label": "Message",
1158
- "description": "Data to publish in the SNS topic",
1159
- "optional": false,
1160
1230
  "constraints": {
1161
1231
  "notEmpty": true
1162
1232
  },
1163
- "feel": "optional",
1164
- "group": "input",
1165
- "binding": {
1166
- "name": "topic.message",
1167
- "type": "zeebe:input"
1168
- },
1169
- "type": "Text"
1233
+ "feel": "optional"
1170
1234
  },
1171
1235
  {
1172
- "id": "topic.messageAttributes",
1173
- "label": "messageAttributes",
1236
+ "label": "Message attributes",
1174
1237
  "description": "Message attributes metadata",
1175
- "optional": true,
1176
- "feel": "required",
1177
1238
  "group": "input",
1239
+ "type": "Text",
1240
+ "optional": true,
1178
1241
  "binding": {
1179
- "name": "topic.messageAttributes",
1180
- "type": "zeebe:input"
1242
+ "type": "zeebe:input",
1243
+ "name": "topic.messageAttributes"
1181
1244
  },
1182
- "type": "String"
1245
+ "feel": "required"
1183
1246
  },
1184
1247
  {
1185
- "id": "resultVariable",
1186
1248
  "label": "Result variable",
1187
- "description": "Name of variable to store the response in",
1249
+ "description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
1188
1250
  "group": "output",
1251
+ "type": "String",
1189
1252
  "binding": {
1190
- "key": "resultVariable",
1191
- "type": "zeebe:taskHeader"
1192
- },
1193
- "type": "String"
1253
+ "type": "zeebe:taskHeader",
1254
+ "key": "resultVariable"
1255
+ }
1194
1256
  },
1195
1257
  {
1196
- "id": "resultExpression",
1197
1258
  "label": "Result expression",
1198
- "description": "Expression to map the response into process variables",
1199
- "feel": "required",
1259
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
1200
1260
  "group": "output",
1261
+ "type": "Text",
1262
+ "feel": "required",
1201
1263
  "binding": {
1202
- "key": "resultExpression",
1203
- "type": "zeebe:taskHeader"
1204
- },
1205
- "type": "Text"
1264
+ "type": "zeebe:taskHeader",
1265
+ "key": "resultExpression"
1266
+ }
1206
1267
  },
1207
1268
  {
1208
- "id": "errorExpression",
1209
1269
  "label": "Error expression",
1210
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1270
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
1271
+ "group": "errors",
1272
+ "type": "Text",
1211
1273
  "feel": "required",
1212
- "group": "error",
1213
- "binding": {
1214
- "key": "errorExpression",
1215
- "type": "zeebe:taskHeader"
1216
- },
1217
- "type": "Text"
1218
- },
1219
- {
1220
- "id": "retryCount",
1221
- "label": "Retries",
1222
- "description": "Number of retries",
1223
- "value": "3",
1224
- "feel": "optional",
1225
- "group": "retries",
1226
1274
  "binding": {
1227
- "property": "retries",
1228
- "type": "zeebe:taskDefinition"
1229
- },
1230
- "type": "String"
1231
- },
1232
- {
1233
- "id": "retryBackoff",
1234
- "label": "Retry backoff",
1235
- "description": "ISO-8601 duration to wait between retries",
1236
- "value": "PT0S",
1237
- "feel": "optional",
1238
- "group": "retries",
1239
- "binding": {
1240
- "key": "retryBackoff",
1241
- "type": "zeebe:taskHeader"
1242
- },
1243
- "type": "String"
1275
+ "type": "zeebe:taskHeader",
1276
+ "key": "errorExpression"
1277
+ }
1244
1278
  }
1245
1279
  ],
1246
1280
  "icon": {
1247
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA4MCA4MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS82NC9BcmNoX0FXUy1TaW1wbGUtTm90aWZpY2F0aW9uLVNlcnZpY2VfNjQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9JzAlJyB5MT0nMTAwJScgeDI9JzEwMCUnIHkyPScwJScgaWQ9J2xpbmVhckdyYWRpZW50LTEnPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPScjQjAwODREJyBvZmZzZXQ9JzAlJz48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNGRjRGOEInIG9mZnNldD0nMTAwJSc+PC9zdG9wPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0nSWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BV1MtU2ltcGxlLU5vdGlmaWNhdGlvbi1TZXJ2aWNlXzY0JyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScKICAgICAgIGZpbGwtcnVsZT0nZXZlbm9kZCc+CiAgICAgICAgPGcgaWQ9J0ljb24tQXJjaGl0ZWN0dXJlLUJHLzY0L0FwcGxpY2F0aW9uLUludGVncmF0aW9uJyBmaWxsPSd1cmwoI2xpbmVhckdyYWRpZW50LTEpJz4KICAgICAgICAgICAgPHJlY3QgaWQ9J1JlY3RhbmdsZScgeD0nMCcgeT0nMCcgd2lkdGg9JzgwJyBoZWlnaHQ9JzgwJz48L3JlY3Q+CiAgICAgICAgPC9nPgogICAgICAgIDxwYXRoIGQ9J00xNywzOCBDMTguMTAzLDM4IDE5LDM4Ljg5NyAxOSw0MCBDMTksNDEuMTAzIDE4LjEwMyw0MiAxNyw0MiBDMTUuODk3LDQyIDE1LDQxLjEwMyAxNSw0MCBDMTUsMzguODk3IDE1Ljg5NywzOCAxNywzOCBMMTcsMzggWiBNNDEsNjQgQzI5LjMxNCw2NCAxOS4yODksNTUuNDY2IDE3LjE5NCw0My45OCBDMTguOTY1LDQzLjg5NCAyMC40MjcsNDIuNjU5IDIwLjg1Nyw0MSBMMjcsNDEgTDI3LDM5IEwyMC44NTcsMzkgQzIwLjQyNywzNy4zNDIgMTguOTY2LDM2LjEwNyAxNy4xOTUsMzYuMDIgQzE5LjI4NSwyNC43MSAyOS41MTEsMTYgNDEsMTYgQzQ1LjMxMywxNiA0OS44MzIsMTcuNjIyIDU0LjQyOSwyMC44MjEgTDU1LjU3MSwxOS4xNzkgQzUwLjYzMywxNS43NDMgNDUuNzMsMTQgNDEsMTQgQzI4LjI3LDE0IDE2Ljk0OSwyMy44NjUgMTUuMDYzLDM2LjUyMSBDMTMuODM5LDM3LjIwNyAxMywzOC41IDEzLDQwIEMxMyw0MS41IDEzLjgzOSw0Mi43OTMgMTUuMDYzLDQzLjQ3OCBDMTYuOTcsNTYuMzQxIDI4LjA1Niw2NiA0MSw2NiBDNDYuNDA3LDY2IDUxLjk0Miw2NC4xNTcgNTYuNTg1LDYwLjgxMSBMNTUuNDE1LDU5LjE4OSBDNTEuMTEsNjIuMjkyIDQ1Ljk5MSw2NCA0MSw2NCBMNDEsNjQgWiBNMzAuMTAxLDM2LjQ0MiBDMzEuOTU1LDM2Ljg5NSAzNC4yNzUsMzcgMzYsMzcgQzM3LjY0MiwzNyAzOS44MjMsMzYuOTA1IDQxLjYyOSwzNi41MDYgTDM3LjEwNSw0NS41NTMgQzM3LjAzNiw0NS42OTEgMzcsNDUuODQ1IDM3LDQ2IEwzNyw1MC40NTMgQzM2LjE5OSw1MC45NjQgMzQuODMzLDUxLjgxMiAzNCw1MS45ODYgTDM0LDQ2IEMzNCw0NS44NjggMzMuOTc0LDQ1LjczNyAzMy45MjMsNDUuNjE1IEwzMC4xMDEsMzYuNDQyIFogTTM2LDMzIEM0MC4wMjUsMzMgNDIuMTc0LDMzLjYwNCA0Mi44NDEsMzQgQzQyLjE3NCwzNC4zOTYgNDAuMDI1LDM1IDM2LDM1IEMzMS45NzUsMzUgMjkuODI2LDM0LjM5NiAyOS4xNTksMzQgQzI5LjgyNiwzMy42MDQgMzEuOTc1LDMzIDM2LDMzIEwzNiwzMyBaIE0zMyw1NCBMMzQsNTQgQzM0LjA0Myw1NCAzNC4wODYsNTMuOTk3IDM0LjEyOCw1My45OTIgQzM1LjM1Miw1My44MzMgMzYuOTA5LDUyLjg4NyAzOC4yNzIsNTIuMDEzIEwzOC41MzUsNTEuODQ1IEMzOC44MjQsNTEuNjYxIDM5LDUxLjM0MiAzOSw1MSBMMzksNDYuMjM2IEw0NC41NTksMzUuMTIgQzQ0LjgzMywzNC44MDEgNDUsMzQuNDM0IDQ1LDM0IEM0NSwzMS4zOSAzOS4zNjEsMzEgMzYsMzEgQzMyLjYzOSwzMSAyNywzMS4zOSAyNywzNCBDMjcsMzQuMzY2IDI3LjEyLDM0LjY4NCAyNy4zMiwzNC45NjcgTDMyLDQ2LjIgTDMyLDUzIEMzMiw1My41NTIgMzIuNDQ3LDU0IDMzLDU0IEwzMyw1NCBaIE02Miw1MyBDNjMuMTAzLDUzIDY0LDUzLjg5NyA2NCw1NSBDNjQsNTYuMTAzIDYzLjEwMyw1NyA2Miw1NyBDNjAuODk3LDU3IDYwLDU2LjEwMyA2MCw1NSBDNjAsNTMuODk3IDYwLjg5Nyw1MyA2Miw1MyBMNjIsNTMgWiBNNjIsMjMgQzYzLjEwMywyMyA2NCwyMy44OTcgNjQsMjUgQzY0LDI2LjEwMyA2My4xMDMsMjcgNjIsMjcgQzYwLjg5NywyNyA2MCwyNi4xMDMgNjAsMjUgQzYwLDIzLjg5NyA2MC44OTcsMjMgNjIsMjMgTDYyLDIzIFogTTY0LDM4IEM2NS4xMDMsMzggNjYsMzguODk3IDY2LDQwIEM2Niw0MS4xMDMgNjUuMTAzLDQyIDY0LDQyIEM2Mi44OTcsNDIgNjIsNDEuMTAzIDYyLDQwIEM2MiwzOC44OTcgNjIuODk3LDM4IDY0LDM4IEw2NCwzOCBaIE01NCw0MSBMNjAuMTQzLDQxIEM2MC41ODksNDIuNzIgNjIuMTQyLDQ0IDY0LDQ0IEM2Ni4yMDYsNDQgNjgsNDIuMjA2IDY4LDQwIEM2OCwzNy43OTQgNjYuMjA2LDM2IDY0LDM2IEM2Mi4xNDIsMzYgNjAuNTg5LDM3LjI4IDYwLjE0MywzOSBMNTQsMzkgTDU0LDI2IEw1OC4xNDMsMjYgQzU4LjU4OSwyNy43MiA2MC4xNDIsMjkgNjIsMjkgQzY0LjIwNiwyOSA2NiwyNy4yMDYgNjYsMjUgQzY2LDIyLjc5NCA2NC4yMDYsMjEgNjIsMjEgQzYwLjE0MiwyMSA1OC41ODksMjIuMjggNTguMTQzLDI0IEw1MywyNCBDNTIuNDQ3LDI0IDUyLDI0LjQ0OCA1MiwyNSBMNTIsMzkgTDQ1LDM5IEw0NSw0MSBMNTIsNDEgTDUyLDU1IEM1Miw1NS41NTIgNTIuNDQ3LDU2IDUzLDU2IEw1OC4xNDMsNTYgQzU4LjU4OSw1Ny43MiA2MC4xNDIsNTkgNjIsNTkgQzY0LjIwNiw1OSA2Niw1Ny4yMDYgNjYsNTUgQzY2LDUyLjc5NCA2NC4yMDYsNTEgNjIsNTEgQzYwLjE0Miw1MSA1OC41ODksNTIuMjggNTguMTQzLDU0IEw1NCw1NCBMNTQsNDEgWicKICAgICAgICAgICAgICBpZD0nQVdTLVNpbXBsZS1Ob3RpZmljYXRpb24tU2VydmljZV9JY29uXzY0X1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
1281
+ "contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 80 80' 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/64/Arch_AWS-Simple-Notification-Service_64%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/64/Arch_AWS-Simple-Notification-Service_64' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon-Architecture-BG/64/Application-Integration' fill='url(%23linearGradient-1)'%3E%3Crect id='Rectangle' x='0' y='0' width='80' height='80'%3E%3C/rect%3E%3C/g%3E%3Cpath d='M17,38 C18.103,38 19,38.897 19,40 C19,41.103 18.103,42 17,42 C15.897,42 15,41.103 15,40 C15,38.897 15.897,38 17,38 L17,38 Z M41,64 C29.314,64 19.289,55.466 17.194,43.98 C18.965,43.894 20.427,42.659 20.857,41 L27,41 L27,39 L20.857,39 C20.427,37.342 18.966,36.107 17.195,36.02 C19.285,24.71 29.511,16 41,16 C45.313,16 49.832,17.622 54.429,20.821 L55.571,19.179 C50.633,15.743 45.73,14 41,14 C28.27,14 16.949,23.865 15.063,36.521 C13.839,37.207 13,38.5 13,40 C13,41.5 13.839,42.793 15.063,43.478 C16.97,56.341 28.056,66 41,66 C46.407,66 51.942,64.157 56.585,60.811 L55.415,59.189 C51.11,62.292 45.991,64 41,64 L41,64 Z M30.101,36.442 C31.955,36.895 34.275,37 36,37 C37.642,37 39.823,36.905 41.629,36.506 L37.105,45.553 C37.036,45.691 37,45.845 37,46 L37,50.453 C36.199,50.964 34.833,51.812 34,51.986 L34,46 C34,45.868 33.974,45.737 33.923,45.615 L30.101,36.442 Z M36,33 C40.025,33 42.174,33.604 42.841,34 C42.174,34.396 40.025,35 36,35 C31.975,35 29.826,34.396 29.159,34 C29.826,33.604 31.975,33 36,33 L36,33 Z M33,54 L34,54 C34.043,54 34.086,53.997 34.128,53.992 C35.352,53.833 36.909,52.887 38.272,52.013 L38.535,51.845 C38.824,51.661 39,51.342 39,51 L39,46.236 L44.559,35.12 C44.833,34.801 45,34.434 45,34 C45,31.39 39.361,31 36,31 C32.639,31 27,31.39 27,34 C27,34.366 27.12,34.684 27.32,34.967 L32,46.2 L32,53 C32,53.552 32.447,54 33,54 L33,54 Z M62,53 C63.103,53 64,53.897 64,55 C64,56.103 63.103,57 62,57 C60.897,57 60,56.103 60,55 C60,53.897 60.897,53 62,53 L62,53 Z M62,23 C63.103,23 64,23.897 64,25 C64,26.103 63.103,27 62,27 C60.897,27 60,26.103 60,25 C60,23.897 60.897,23 62,23 L62,23 Z M64,38 C65.103,38 66,38.897 66,40 C66,41.103 65.103,42 64,42 C62.897,42 62,41.103 62,40 C62,38.897 62.897,38 64,38 L64,38 Z M54,41 L60.143,41 C60.589,42.72 62.142,44 64,44 C66.206,44 68,42.206 68,40 C68,37.794 66.206,36 64,36 C62.142,36 60.589,37.28 60.143,39 L54,39 L54,26 L58.143,26 C58.589,27.72 60.142,29 62,29 C64.206,29 66,27.206 66,25 C66,22.794 64.206,21 62,21 C60.142,21 58.589,22.28 58.143,24 L53,24 C52.447,24 52,24.448 52,25 L52,39 L45,39 L45,41 L52,41 L52,55 C52,55.552 52.447,56 53,56 L58.143,56 C58.589,57.72 60.142,59 62,59 C64.206,59 66,57.206 66,55 C66,52.794 64.206,51 62,51 C60.142,51 58.589,52.28 58.143,54 L54,54 L54,41 Z' id='AWS-Simple-Notification-Service_Icon_64_Squid' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
1248
1282
  },
1249
1283
  "engines": {
1250
- "camunda": "^8.5"
1284
+ "camunda": "^8.4"
1251
1285
  }
1252
1286
  },
1253
1287
  {
@@ -1255,8 +1289,8 @@
1255
1289
  "name": "Amazon SNS Outbound connector",
1256
1290
  "id": "io.camunda.connectors.AWSSNS.v1",
1257
1291
  "description": "Send message to topic",
1258
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=outbound",
1259
- "version": 6,
1292
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
1293
+ "version": 5,
1260
1294
  "appliesTo": ["bpmn:Task"],
1261
1295
  "elementType": {
1262
1296
  "value": "bpmn:ServiceTask"
@@ -1296,32 +1330,6 @@
1296
1330
  "property": "type"
1297
1331
  }
1298
1332
  },
1299
- {
1300
- "id": "authenticationType",
1301
- "label": "Authentication",
1302
- "description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/\" target=\"_blank\">documentation page</a>",
1303
- "group": "authentication",
1304
- "type": "Dropdown",
1305
- "optional": false,
1306
- "value": "credentials",
1307
- "choices": [
1308
- {
1309
- "name": "Credentials",
1310
- "value": "credentials"
1311
- },
1312
- {
1313
- "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
1314
- "value": "defaultCredentialsChain"
1315
- }
1316
- ],
1317
- "binding": {
1318
- "type": "zeebe:input",
1319
- "name": "authentication.type"
1320
- },
1321
- "constraints": {
1322
- "notEmpty": true
1323
- }
1324
- },
1325
1333
  {
1326
1334
  "label": "Access key",
1327
1335
  "description": "Provide AWS IAM access key that has permission to publish to desired SNS topic",
@@ -1333,10 +1341,6 @@
1333
1341
  },
1334
1342
  "constraints": {
1335
1343
  "notEmpty": true
1336
- },
1337
- "condition": {
1338
- "property": "authenticationType",
1339
- "equals": "credentials"
1340
1344
  }
1341
1345
  },
1342
1346
  {
@@ -1350,10 +1354,6 @@
1350
1354
  },
1351
1355
  "constraints": {
1352
1356
  "notEmpty": true
1353
- },
1354
- "condition": {
1355
- "property": "authenticationType",
1356
- "equals": "credentials"
1357
1357
  }
1358
1358
  },
1359
1359
  {
@@ -1462,7 +1462,7 @@
1462
1462
  "contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 80 80' 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/64/Arch_AWS-Simple-Notification-Service_64%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/64/Arch_AWS-Simple-Notification-Service_64' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon-Architecture-BG/64/Application-Integration' fill='url(%23linearGradient-1)'%3E%3Crect id='Rectangle' x='0' y='0' width='80' height='80'%3E%3C/rect%3E%3C/g%3E%3Cpath d='M17,38 C18.103,38 19,38.897 19,40 C19,41.103 18.103,42 17,42 C15.897,42 15,41.103 15,40 C15,38.897 15.897,38 17,38 L17,38 Z M41,64 C29.314,64 19.289,55.466 17.194,43.98 C18.965,43.894 20.427,42.659 20.857,41 L27,41 L27,39 L20.857,39 C20.427,37.342 18.966,36.107 17.195,36.02 C19.285,24.71 29.511,16 41,16 C45.313,16 49.832,17.622 54.429,20.821 L55.571,19.179 C50.633,15.743 45.73,14 41,14 C28.27,14 16.949,23.865 15.063,36.521 C13.839,37.207 13,38.5 13,40 C13,41.5 13.839,42.793 15.063,43.478 C16.97,56.341 28.056,66 41,66 C46.407,66 51.942,64.157 56.585,60.811 L55.415,59.189 C51.11,62.292 45.991,64 41,64 L41,64 Z M30.101,36.442 C31.955,36.895 34.275,37 36,37 C37.642,37 39.823,36.905 41.629,36.506 L37.105,45.553 C37.036,45.691 37,45.845 37,46 L37,50.453 C36.199,50.964 34.833,51.812 34,51.986 L34,46 C34,45.868 33.974,45.737 33.923,45.615 L30.101,36.442 Z M36,33 C40.025,33 42.174,33.604 42.841,34 C42.174,34.396 40.025,35 36,35 C31.975,35 29.826,34.396 29.159,34 C29.826,33.604 31.975,33 36,33 L36,33 Z M33,54 L34,54 C34.043,54 34.086,53.997 34.128,53.992 C35.352,53.833 36.909,52.887 38.272,52.013 L38.535,51.845 C38.824,51.661 39,51.342 39,51 L39,46.236 L44.559,35.12 C44.833,34.801 45,34.434 45,34 C45,31.39 39.361,31 36,31 C32.639,31 27,31.39 27,34 C27,34.366 27.12,34.684 27.32,34.967 L32,46.2 L32,53 C32,53.552 32.447,54 33,54 L33,54 Z M62,53 C63.103,53 64,53.897 64,55 C64,56.103 63.103,57 62,57 C60.897,57 60,56.103 60,55 C60,53.897 60.897,53 62,53 L62,53 Z M62,23 C63.103,23 64,23.897 64,25 C64,26.103 63.103,27 62,27 C60.897,27 60,26.103 60,25 C60,23.897 60.897,23 62,23 L62,23 Z M64,38 C65.103,38 66,38.897 66,40 C66,41.103 65.103,42 64,42 C62.897,42 62,41.103 62,40 C62,38.897 62.897,38 64,38 L64,38 Z M54,41 L60.143,41 C60.589,42.72 62.142,44 64,44 C66.206,44 68,42.206 68,40 C68,37.794 66.206,36 64,36 C62.142,36 60.589,37.28 60.143,39 L54,39 L54,26 L58.143,26 C58.589,27.72 60.142,29 62,29 C64.206,29 66,27.206 66,25 C66,22.794 64.206,21 62,21 C60.142,21 58.589,22.28 58.143,24 L53,24 C52.447,24 52,24.448 52,25 L52,39 L45,39 L45,41 L52,41 L52,55 C52,55.552 52.447,56 53,56 L58.143,56 C58.589,57.72 60.142,59 62,59 C64.206,59 66,57.206 66,55 C66,52.794 64.206,51 62,51 C60.142,51 58.589,52.28 58.143,54 L54,54 L54,41 Z' id='AWS-Simple-Notification-Service_Icon_64_Squid' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
1463
1463
  },
1464
1464
  "engines": {
1465
- "camunda": "^8.4"
1465
+ "camunda": "^8.2"
1466
1466
  }
1467
1467
  },
1468
1468
  {