@camunda/connectors-element-templates 1.0.17 → 1.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -2
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +2 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -5
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +775 -38
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
  29. package/src/element-templates/aws-lambda-outbound-connector.json +472 -468
  30. package/src/element-templates/aws-s3-outbound-connector.json +656 -15
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
  32. package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
  34. package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
  37. package/src/element-templates/aws-sns-outbound-connector.json +390 -386
  38. package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
  40. package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
  43. package/src/element-templates/aws-sqs-start-message.json +866 -862
  44. package/src/element-templates/aws-textract-outbound-connector.json +358 -354
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1325 -0
  47. package/src/element-templates/blue-prism-connector.json +595 -50
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +39 -31
  50. package/src/element-templates/easy-post-connector.json +1088 -120
  51. package/src/element-templates/email-inbound-connector-boundary.json +16 -8
  52. package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +16 -8
  55. package/src/element-templates/email-outbound-connector.json +2114 -241
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12587 -9052
  58. package/src/element-templates/github-webhook-connector-boundary.json +27 -29
  59. package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
  60. package/src/element-templates/github-webhook-connector-message-start.json +19 -21
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +11 -13
  63. package/src/element-templates/gitlab-connector.json +4756 -3124
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +1285 -665
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1055 -26
  68. package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
  69. package/src/element-templates/graphql-outbound-connector.json +1136 -1127
  70. package/src/element-templates/http-json-connector.json +2779 -2129
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
  72. package/src/element-templates/http-polling-connector.json +746 -735
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +249 -18
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +666 -660
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
  87. package/src/element-templates/openai-connector.json +579 -116
  88. package/src/element-templates/operate-connector.json +1219 -67
  89. package/src/element-templates/power-automate-connector.json +604 -12
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
  95. package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +553 -9
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +1380 -772
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +389 -91
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +566 -236
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +127 -122
  110. package/src/element-templates/slack-outbound-connector.json +2613 -915
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1514 -34
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +607 -15
  119. package/src/element-templates/webhook-connector-boundary.json +1218 -1208
  120. package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
  121. package/src/element-templates/webhook-connector-receive.json +55 -45
  122. package/src/element-templates/webhook-connector-start-event.json +1299 -1292
  123. package/src/element-templates/webhook-connector-start-message.json +711 -701
  124. package/src/element-templates/whatsapp-connector.json +339 -5
  125. package/src/element-templates/http-connector.json.json +0 -654
@@ -4,9 +4,13 @@
4
4
  "name": "Amazon SNS Outbound connector",
5
5
  "id": "io.camunda.connectors.AWSSNS.v1",
6
6
  "description": "Send messages to Amazon SNS.",
7
- "metadata": {
8
- "keywords": ["send message", "publish message"]
9
- },
7
+ "keywords": [
8
+ "send message",
9
+ "publish message",
10
+ "notification",
11
+ "publish to topic",
12
+ "FIFO"
13
+ ],
10
14
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=outbound",
11
15
  "version": 8,
12
16
  "category": {
@@ -298,7 +302,7 @@
298
302
  {
299
303
  "id": "resultVariable",
300
304
  "label": "Result variable",
301
- "description": "Name of variable to store the response in",
305
+ "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>.",
302
306
  "group": "output",
303
307
  "binding": {
304
308
  "key": "resultVariable",
@@ -309,7 +313,7 @@
309
313
  {
310
314
  "id": "resultExpression",
311
315
  "label": "Result expression",
312
- "description": "Expression to map the response into process variables",
316
+ "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>.",
313
317
  "feel": "required",
314
318
  "group": "output",
315
319
  "binding": {
@@ -362,11 +366,11 @@
362
366
  },
363
367
  {
364
368
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
365
- "name": "Amazon SNS Outbound connector",
369
+ "name": "Amazon SNS connector",
366
370
  "id": "io.camunda.connectors.AWSSNS.v1",
367
371
  "description": "Send message to topic",
368
372
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
369
- "version": 5,
373
+ "version": 3,
370
374
  "appliesTo": ["bpmn:Task"],
371
375
  "elementType": {
372
376
  "value": "bpmn:ServiceTask"
@@ -432,6 +436,15 @@
432
436
  "notEmpty": true
433
437
  }
434
438
  },
439
+ {
440
+ "type": "Hidden",
441
+ "description": "This value forces to evaluate configuration first in order",
442
+ "value": "nonce",
443
+ "binding": {
444
+ "type": "zeebe:input",
445
+ "name": "configuration.nonce"
446
+ }
447
+ },
435
448
  {
436
449
  "label": "Topic ARN",
437
450
  "description": "Specify the topic you want to publish to",
@@ -459,6 +472,15 @@
459
472
  },
460
473
  "feel": "optional"
461
474
  },
475
+ {
476
+ "description": "Backwards compatible region",
477
+ "type": "Hidden",
478
+ "value": "=configuration.region",
479
+ "binding": {
480
+ "type": "zeebe:input",
481
+ "name": "topic.region"
482
+ }
483
+ },
462
484
  {
463
485
  "label": "Subject",
464
486
  "description": "Specify the subject of the message you want to publish in the SNS topic",
@@ -546,327 +568,180 @@
546
568
  "name": "Amazon SNS Outbound connector",
547
569
  "id": "io.camunda.connectors.AWSSNS.v1",
548
570
  "description": "Send message to topic",
549
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=outbound",
550
- "version": 7,
551
- "category": {
552
- "id": "connectors",
553
- "name": "Connectors"
554
- },
571
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
572
+ "version": 5,
555
573
  "appliesTo": ["bpmn:Task"],
556
574
  "elementType": {
557
575
  "value": "bpmn:ServiceTask"
558
576
  },
577
+ "category": {
578
+ "id": "connectors",
579
+ "name": "Connectors"
580
+ },
559
581
  "groups": [
560
582
  {
561
583
  "id": "authentication",
562
584
  "label": "Authentication"
563
585
  },
564
586
  {
565
- "id": "configuration",
587
+ "id": "topicProperties",
566
588
  "label": "Topic properties"
567
589
  },
568
- {
569
- "id": "input",
570
- "label": "Input message data"
571
- },
572
590
  {
573
591
  "id": "output",
574
- "label": "Output mapping"
592
+ "label": "Output"
575
593
  },
576
594
  {
577
- "id": "error",
578
- "label": "Error handling"
595
+ "id": "input",
596
+ "label": "Input message data"
579
597
  },
580
598
  {
581
- "id": "retries",
582
- "label": "Retries"
599
+ "id": "errors",
600
+ "label": "Error handling"
583
601
  }
584
602
  ],
585
603
  "properties": [
586
604
  {
605
+ "type": "Hidden",
587
606
  "value": "io.camunda:aws-sns:1",
588
607
  "binding": {
589
- "property": "type",
590
- "type": "zeebe:taskDefinition"
591
- },
592
- "type": "Hidden"
608
+ "type": "zeebe:taskDefinition",
609
+ "property": "type"
610
+ }
593
611
  },
594
612
  {
595
- "id": "authentication.type",
596
- "label": "Authentication",
597
- "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>",
598
- "value": "credentials",
613
+ "label": "Access key",
614
+ "description": "Provide AWS IAM access key that has permission to publish to desired SNS topic",
599
615
  "group": "authentication",
616
+ "type": "String",
600
617
  "binding": {
601
- "name": "authentication.type",
602
- "type": "zeebe:input"
618
+ "type": "zeebe:input",
619
+ "name": "authentication.accessKey"
603
620
  },
604
- "type": "Dropdown",
605
- "choices": [
606
- {
607
- "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
608
- "value": "defaultCredentialsChain"
609
- },
610
- {
611
- "name": "Credentials",
612
- "value": "credentials"
613
- }
614
- ]
615
- },
616
- {
617
- "id": "authentication.accessKey",
618
- "label": "Access key",
619
- "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
620
- "optional": false,
621
621
  "constraints": {
622
622
  "notEmpty": true
623
- },
624
- "feel": "optional",
625
- "group": "authentication",
626
- "binding": {
627
- "name": "authentication.accessKey",
628
- "type": "zeebe:input"
629
- },
630
- "condition": {
631
- "property": "authentication.type",
632
- "equals": "credentials",
633
- "type": "simple"
634
- },
635
- "type": "String"
623
+ }
636
624
  },
637
625
  {
638
- "id": "authentication.secretKey",
639
626
  "label": "Secret key",
640
- "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
641
- "optional": false,
642
- "constraints": {
643
- "notEmpty": true
644
- },
645
- "feel": "optional",
627
+ "description": "Provide AWS IAM secret key that has permission to publish to desired SNS topic",
646
628
  "group": "authentication",
629
+ "type": "String",
647
630
  "binding": {
648
- "name": "authentication.secretKey",
649
- "type": "zeebe:input"
650
- },
651
- "condition": {
652
- "property": "authentication.type",
653
- "equals": "credentials",
654
- "type": "simple"
631
+ "type": "zeebe:input",
632
+ "name": "authentication.secretKey"
655
633
  },
656
- "type": "String"
634
+ "constraints": {
635
+ "notEmpty": true
636
+ }
657
637
  },
658
638
  {
659
- "id": "topic.topicArn",
660
639
  "label": "Topic ARN",
661
640
  "description": "Specify the topic you want to publish to",
662
- "optional": false,
663
- "constraints": {
664
- "notEmpty": true
665
- },
666
- "feel": "optional",
667
- "group": "configuration",
641
+ "group": "topicProperties",
642
+ "type": "String",
668
643
  "binding": {
669
- "name": "topic.topicArn",
670
- "type": "zeebe:input"
644
+ "type": "zeebe:input",
645
+ "name": "topic.topicArn"
671
646
  },
672
- "type": "String"
673
- },
674
- {
675
- "id": "topic.type",
676
- "label": "Topic type",
677
- "description": "Select SNS topic type. Details at <a href=\"https://aws.amazon.com/sns/features/\">AWS SNS Features</a>",
678
- "optional": false,
679
- "value": "standard",
680
647
  "constraints": {
681
648
  "notEmpty": true
682
- },
683
- "group": "configuration",
684
- "binding": {
685
- "name": "topic.type",
686
- "type": "zeebe:input"
687
- },
688
- "type": "Dropdown",
689
- "choices": [
690
- {
691
- "name": "Standard",
692
- "value": "standard"
693
- },
694
- {
695
- "name": "FIFO",
696
- "value": "fifo"
697
- }
698
- ]
649
+ }
699
650
  },
700
651
  {
701
- "id": "configuration.region",
702
652
  "label": "Region",
703
- "description": "Specify the AWS region",
704
- "optional": true,
705
- "feel": "optional",
706
- "group": "configuration",
653
+ "description": "Specify the AWS region of your topic",
654
+ "group": "topicProperties",
655
+ "type": "String",
707
656
  "binding": {
708
- "name": "configuration.region",
709
- "type": "zeebe:input"
657
+ "type": "zeebe:input",
658
+ "name": "configuration.region"
710
659
  },
711
- "type": "String"
712
- },
713
- {
714
- "id": "configuration.endpoint",
715
- "label": "Endpoint",
716
- "description": "Specify endpoint if need to use custom endpoint",
717
- "optional": true,
718
- "group": "configuration",
719
- "binding": {
720
- "name": "configuration.endpoint",
721
- "type": "zeebe:input"
660
+ "constraints": {
661
+ "notEmpty": true
722
662
  },
723
- "type": "Hidden"
663
+ "feel": "optional"
724
664
  },
725
665
  {
726
- "id": "topic.messageGroupId",
727
- "label": "Message group ID",
728
- "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",
729
- "optional": false,
730
- "feel": "optional",
666
+ "label": "Subject",
667
+ "description": "Specify the subject of the message you want to publish in the SNS topic",
731
668
  "group": "input",
669
+ "type": "String",
670
+ "optional": true,
732
671
  "binding": {
733
- "name": "topic.messageGroupId",
734
- "type": "zeebe:input"
672
+ "type": "zeebe:input",
673
+ "name": "topic.subject"
735
674
  },
736
- "condition": {
737
- "property": "topic.type",
738
- "equals": "fifo",
739
- "type": "simple"
675
+ "constraints": {
676
+ "notEmpty": false,
677
+ "maxLength": 99
740
678
  },
741
- "type": "String"
679
+ "feel": "optional"
742
680
  },
743
681
  {
744
- "id": "topic.messageDeduplicationId",
745
- "label": "Message deduplication ID",
746
- "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",
747
- "optional": true,
748
- "feel": "optional",
682
+ "label": "Message",
683
+ "description": "Data to publish in the SNS topic",
749
684
  "group": "input",
685
+ "type": "Text",
750
686
  "binding": {
751
- "name": "topic.messageDeduplicationId",
752
- "type": "zeebe:input"
687
+ "type": "zeebe:input",
688
+ "name": "topic.message"
753
689
  },
754
- "condition": {
755
- "property": "topic.type",
756
- "equals": "fifo",
757
- "type": "simple"
690
+ "constraints": {
691
+ "notEmpty": true
758
692
  },
759
- "type": "String"
693
+ "feel": "optional"
760
694
  },
761
695
  {
762
- "id": "topic.subject",
763
- "label": "Subject",
764
- "description": "Specify the subject of the message you want to publish in the SNS topic",
765
- "optional": true,
766
- "feel": "optional",
696
+ "label": "Message attributes",
697
+ "description": "Message attributes metadata",
767
698
  "group": "input",
699
+ "type": "Text",
700
+ "optional": true,
768
701
  "binding": {
769
- "name": "topic.subject",
770
- "type": "zeebe:input"
702
+ "type": "zeebe:input",
703
+ "name": "topic.messageAttributes"
771
704
  },
772
- "type": "String"
705
+ "feel": "required"
773
706
  },
774
707
  {
775
- "id": "topic.message",
776
- "label": "Message",
777
- "description": "Data to publish in the SNS topic",
778
- "optional": false,
779
- "constraints": {
780
- "notEmpty": true
781
- },
782
- "feel": "optional",
783
- "group": "input",
784
- "binding": {
785
- "name": "topic.message",
786
- "type": "zeebe:input"
787
- },
788
- "type": "Text"
789
- },
790
- {
791
- "id": "topic.messageAttributes",
792
- "label": "messageAttributes",
793
- "description": "Message attributes metadata",
794
- "optional": true,
795
- "feel": "required",
796
- "group": "input",
797
- "binding": {
798
- "name": "topic.messageAttributes",
799
- "type": "zeebe:input"
800
- },
801
- "type": "String"
802
- },
803
- {
804
- "id": "resultVariable",
805
708
  "label": "Result variable",
806
- "description": "Name of variable to store the response in",
709
+ "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>",
807
710
  "group": "output",
711
+ "type": "String",
808
712
  "binding": {
809
- "key": "resultVariable",
810
- "type": "zeebe:taskHeader"
811
- },
812
- "type": "String"
713
+ "type": "zeebe:taskHeader",
714
+ "key": "resultVariable"
715
+ }
813
716
  },
814
717
  {
815
- "id": "resultExpression",
816
718
  "label": "Result expression",
817
- "description": "Expression to map the response into process variables",
818
- "feel": "required",
719
+ "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>",
819
720
  "group": "output",
721
+ "type": "Text",
722
+ "feel": "required",
820
723
  "binding": {
821
- "key": "resultExpression",
822
- "type": "zeebe:taskHeader"
823
- },
824
- "type": "Text"
724
+ "type": "zeebe:taskHeader",
725
+ "key": "resultExpression"
726
+ }
825
727
  },
826
728
  {
827
- "id": "errorExpression",
828
729
  "label": "Error expression",
829
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
730
+ "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>",
731
+ "group": "errors",
732
+ "type": "Text",
830
733
  "feel": "required",
831
- "group": "error",
832
- "binding": {
833
- "key": "errorExpression",
834
- "type": "zeebe:taskHeader"
835
- },
836
- "type": "Text"
837
- },
838
- {
839
- "id": "retryCount",
840
- "label": "Retries",
841
- "description": "Number of retries",
842
- "value": "3",
843
- "feel": "optional",
844
- "group": "retries",
845
- "binding": {
846
- "property": "retries",
847
- "type": "zeebe:taskDefinition"
848
- },
849
- "type": "String"
850
- },
851
- {
852
- "id": "retryBackoff",
853
- "label": "Retry backoff",
854
- "description": "ISO-8601 duration to wait between retries",
855
- "value": "PT0S",
856
- "feel": "optional",
857
- "group": "retries",
858
734
  "binding": {
859
- "key": "retryBackoff",
860
- "type": "zeebe:taskHeader"
861
- },
862
- "type": "String"
735
+ "type": "zeebe:taskHeader",
736
+ "key": "errorExpression"
737
+ }
863
738
  }
864
739
  ],
865
740
  "icon": {
866
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA4MCA4MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS82NC9BcmNoX0FXUy1TaW1wbGUtTm90aWZpY2F0aW9uLVNlcnZpY2VfNjQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9JzAlJyB5MT0nMTAwJScgeDI9JzEwMCUnIHkyPScwJScgaWQ9J2xpbmVhckdyYWRpZW50LTEnPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPScjQjAwODREJyBvZmZzZXQ9JzAlJz48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNGRjRGOEInIG9mZnNldD0nMTAwJSc+PC9zdG9wPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0nSWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BV1MtU2ltcGxlLU5vdGlmaWNhdGlvbi1TZXJ2aWNlXzY0JyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScKICAgICAgIGZpbGwtcnVsZT0nZXZlbm9kZCc+CiAgICAgICAgPGcgaWQ9J0ljb24tQXJjaGl0ZWN0dXJlLUJHLzY0L0FwcGxpY2F0aW9uLUludGVncmF0aW9uJyBmaWxsPSd1cmwoI2xpbmVhckdyYWRpZW50LTEpJz4KICAgICAgICAgICAgPHJlY3QgaWQ9J1JlY3RhbmdsZScgeD0nMCcgeT0nMCcgd2lkdGg9JzgwJyBoZWlnaHQ9JzgwJz48L3JlY3Q+CiAgICAgICAgPC9nPgogICAgICAgIDxwYXRoIGQ9J00xNywzOCBDMTguMTAzLDM4IDE5LDM4Ljg5NyAxOSw0MCBDMTksNDEuMTAzIDE4LjEwMyw0MiAxNyw0MiBDMTUuODk3LDQyIDE1LDQxLjEwMyAxNSw0MCBDMTUsMzguODk3IDE1Ljg5NywzOCAxNywzOCBMMTcsMzggWiBNNDEsNjQgQzI5LjMxNCw2NCAxOS4yODksNTUuNDY2IDE3LjE5NCw0My45OCBDMTguOTY1LDQzLjg5NCAyMC40MjcsNDIuNjU5IDIwLjg1Nyw0MSBMMjcsNDEgTDI3LDM5IEwyMC44NTcsMzkgQzIwLjQyNywzNy4zNDIgMTguOTY2LDM2LjEwNyAxNy4xOTUsMzYuMDIgQzE5LjI4NSwyNC43MSAyOS41MTEsMTYgNDEsMTYgQzQ1LjMxMywxNiA0OS44MzIsMTcuNjIyIDU0LjQyOSwyMC44MjEgTDU1LjU3MSwxOS4xNzkgQzUwLjYzMywxNS43NDMgNDUuNzMsMTQgNDEsMTQgQzI4LjI3LDE0IDE2Ljk0OSwyMy44NjUgMTUuMDYzLDM2LjUyMSBDMTMuODM5LDM3LjIwNyAxMywzOC41IDEzLDQwIEMxMyw0MS41IDEzLjgzOSw0Mi43OTMgMTUuMDYzLDQzLjQ3OCBDMTYuOTcsNTYuMzQxIDI4LjA1Niw2NiA0MSw2NiBDNDYuNDA3LDY2IDUxLjk0Miw2NC4xNTcgNTYuNTg1LDYwLjgxMSBMNTUuNDE1LDU5LjE4OSBDNTEuMTEsNjIuMjkyIDQ1Ljk5MSw2NCA0MSw2NCBMNDEsNjQgWiBNMzAuMTAxLDM2LjQ0MiBDMzEuOTU1LDM2Ljg5NSAzNC4yNzUsMzcgMzYsMzcgQzM3LjY0MiwzNyAzOS44MjMsMzYuOTA1IDQxLjYyOSwzNi41MDYgTDM3LjEwNSw0NS41NTMgQzM3LjAzNiw0NS42OTEgMzcsNDUuODQ1IDM3LDQ2IEwzNyw1MC40NTMgQzM2LjE5OSw1MC45NjQgMzQuODMzLDUxLjgxMiAzNCw1MS45ODYgTDM0LDQ2IEMzNCw0NS44NjggMzMuOTc0LDQ1LjczNyAzMy45MjMsNDUuNjE1IEwzMC4xMDEsMzYuNDQyIFogTTM2LDMzIEM0MC4wMjUsMzMgNDIuMTc0LDMzLjYwNCA0Mi44NDEsMzQgQzQyLjE3NCwzNC4zOTYgNDAuMDI1LDM1IDM2LDM1IEMzMS45NzUsMzUgMjkuODI2LDM0LjM5NiAyOS4xNTksMzQgQzI5LjgyNiwzMy42MDQgMzEuOTc1LDMzIDM2LDMzIEwzNiwzMyBaIE0zMyw1NCBMMzQsNTQgQzM0LjA0Myw1NCAzNC4wODYsNTMuOTk3IDM0LjEyOCw1My45OTIgQzM1LjM1Miw1My44MzMgMzYuOTA5LDUyLjg4NyAzOC4yNzIsNTIuMDEzIEwzOC41MzUsNTEuODQ1IEMzOC44MjQsNTEuNjYxIDM5LDUxLjM0MiAzOSw1MSBMMzksNDYuMjM2IEw0NC41NTksMzUuMTIgQzQ0LjgzMywzNC44MDEgNDUsMzQuNDM0IDQ1LDM0IEM0NSwzMS4zOSAzOS4zNjEsMzEgMzYsMzEgQzMyLjYzOSwzMSAyNywzMS4zOSAyNywzNCBDMjcsMzQuMzY2IDI3LjEyLDM0LjY4NCAyNy4zMiwzNC45NjcgTDMyLDQ2LjIgTDMyLDUzIEMzMiw1My41NTIgMzIuNDQ3LDU0IDMzLDU0IEwzMyw1NCBaIE02Miw1MyBDNjMuMTAzLDUzIDY0LDUzLjg5NyA2NCw1NSBDNjQsNTYuMTAzIDYzLjEwMyw1NyA2Miw1NyBDNjAuODk3LDU3IDYwLDU2LjEwMyA2MCw1NSBDNjAsNTMuODk3IDYwLjg5Nyw1MyA2Miw1MyBMNjIsNTMgWiBNNjIsMjMgQzYzLjEwMywyMyA2NCwyMy44OTcgNjQsMjUgQzY0LDI2LjEwMyA2My4xMDMsMjcgNjIsMjcgQzYwLjg5NywyNyA2MCwyNi4xMDMgNjAsMjUgQzYwLDIzLjg5NyA2MC44OTcsMjMgNjIsMjMgTDYyLDIzIFogTTY0LDM4IEM2NS4xMDMsMzggNjYsMzguODk3IDY2LDQwIEM2Niw0MS4xMDMgNjUuMTAzLDQyIDY0LDQyIEM2Mi44OTcsNDIgNjIsNDEuMTAzIDYyLDQwIEM2MiwzOC44OTcgNjIuODk3LDM4IDY0LDM4IEw2NCwzOCBaIE01NCw0MSBMNjAuMTQzLDQxIEM2MC41ODksNDIuNzIgNjIuMTQyLDQ0IDY0LDQ0IEM2Ni4yMDYsNDQgNjgsNDIuMjA2IDY4LDQwIEM2OCwzNy43OTQgNjYuMjA2LDM2IDY0LDM2IEM2Mi4xNDIsMzYgNjAuNTg5LDM3LjI4IDYwLjE0MywzOSBMNTQsMzkgTDU0LDI2IEw1OC4xNDMsMjYgQzU4LjU4OSwyNy43MiA2MC4xNDIsMjkgNjIsMjkgQzY0LjIwNiwyOSA2NiwyNy4yMDYgNjYsMjUgQzY2LDIyLjc5NCA2NC4yMDYsMjEgNjIsMjEgQzYwLjE0MiwyMSA1OC41ODksMjIuMjggNTguMTQzLDI0IEw1MywyNCBDNTIuNDQ3LDI0IDUyLDI0LjQ0OCA1MiwyNSBMNTIsMzkgTDQ1LDM5IEw0NSw0MSBMNTIsNDEgTDUyLDU1IEM1Miw1NS41NTIgNTIuNDQ3LDU2IDUzLDU2IEw1OC4xNDMsNTYgQzU4LjU4OSw1Ny43MiA2MC4xNDIsNTkgNjIsNTkgQzY0LjIwNiw1OSA2Niw1Ny4yMDYgNjYsNTUgQzY2LDUyLjc5NCA2NC4yMDYsNTEgNjIsNTEgQzYwLjE0Miw1MSA1OC41ODksNTIuMjggNTguMTQzLDU0IEw1NCw1NCBMNTQsNDEgWicKICAgICAgICAgICAgICBpZD0nQVdTLVNpbXBsZS1Ob3RpZmljYXRpb24tU2VydmljZV9JY29uXzY0X1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
741
+ "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"
867
742
  },
868
743
  "engines": {
869
- "camunda": "^8.5"
744
+ "camunda": "^8.2"
870
745
  }
871
746
  },
872
747
  {
@@ -875,7 +750,7 @@
875
750
  "id": "io.camunda.connectors.AWSSNS.v1",
876
751
  "description": "Send message to topic",
877
752
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
878
- "version": 4,
753
+ "version": 1,
879
754
  "appliesTo": ["bpmn:Task"],
880
755
  "elementType": {
881
756
  "value": "bpmn:ServiceTask"
@@ -961,7 +836,7 @@
961
836
  "type": "String",
962
837
  "binding": {
963
838
  "type": "zeebe:input",
964
- "name": "configuration.region"
839
+ "name": "topic.region"
965
840
  },
966
841
  "constraints": {
967
842
  "notEmpty": true
@@ -1052,11 +927,11 @@
1052
927
  },
1053
928
  {
1054
929
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1055
- "name": "Amazon SNS Outbound connector",
930
+ "name": "Amazon SNS connector",
1056
931
  "id": "io.camunda.connectors.AWSSNS.v1",
1057
932
  "description": "Send message to topic",
1058
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=outbound",
1059
- "version": 6,
933
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
934
+ "version": 2,
1060
935
  "appliesTo": ["bpmn:Task"],
1061
936
  "elementType": {
1062
937
  "value": "bpmn:ServiceTask"
@@ -1096,32 +971,6 @@
1096
971
  "property": "type"
1097
972
  }
1098
973
  },
1099
- {
1100
- "id": "authenticationType",
1101
- "label": "Authentication",
1102
- "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>",
1103
- "group": "authentication",
1104
- "type": "Dropdown",
1105
- "optional": false,
1106
- "value": "credentials",
1107
- "choices": [
1108
- {
1109
- "name": "Credentials",
1110
- "value": "credentials"
1111
- },
1112
- {
1113
- "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
1114
- "value": "defaultCredentialsChain"
1115
- }
1116
- ],
1117
- "binding": {
1118
- "type": "zeebe:input",
1119
- "name": "authentication.type"
1120
- },
1121
- "constraints": {
1122
- "notEmpty": true
1123
- }
1124
- },
1125
974
  {
1126
975
  "label": "Access key",
1127
976
  "description": "Provide AWS IAM access key that has permission to publish to desired SNS topic",
@@ -1133,10 +982,6 @@
1133
982
  },
1134
983
  "constraints": {
1135
984
  "notEmpty": true
1136
- },
1137
- "condition": {
1138
- "property": "authenticationType",
1139
- "equals": "credentials"
1140
985
  }
1141
986
  },
1142
987
  {
@@ -1150,10 +995,6 @@
1150
995
  },
1151
996
  "constraints": {
1152
997
  "notEmpty": true
1153
- },
1154
- "condition": {
1155
- "property": "authenticationType",
1156
- "equals": "credentials"
1157
998
  }
1158
999
  },
1159
1000
  {
@@ -1262,7 +1103,7 @@
1262
1103
  "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"
1263
1104
  },
1264
1105
  "engines": {
1265
- "camunda": "^8.4"
1106
+ "camunda": "^8.2"
1266
1107
  }
1267
1108
  },
1268
1109
  {
@@ -1271,7 +1112,7 @@
1271
1112
  "id": "io.camunda.connectors.AWSSNS.v1",
1272
1113
  "description": "Send message to topic",
1273
1114
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
1274
- "version": 2,
1115
+ "version": 4,
1275
1116
  "appliesTo": ["bpmn:Task"],
1276
1117
  "elementType": {
1277
1118
  "value": "bpmn:ServiceTask"
@@ -1448,192 +1289,339 @@
1448
1289
  },
1449
1290
  {
1450
1291
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1451
- "name": "Amazon SNS connector",
1292
+ "name": "Amazon SNS Outbound connector",
1452
1293
  "id": "io.camunda.connectors.AWSSNS.v1",
1453
1294
  "description": "Send message to topic",
1454
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
1455
- "version": 1,
1456
- "appliesTo": ["bpmn:Task"],
1457
- "elementType": {
1458
- "value": "bpmn:ServiceTask"
1459
- },
1295
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=outbound",
1296
+ "version": 7,
1460
1297
  "category": {
1461
1298
  "id": "connectors",
1462
1299
  "name": "Connectors"
1463
1300
  },
1301
+ "appliesTo": ["bpmn:Task"],
1302
+ "elementType": {
1303
+ "value": "bpmn:ServiceTask"
1304
+ },
1464
1305
  "groups": [
1465
1306
  {
1466
1307
  "id": "authentication",
1467
1308
  "label": "Authentication"
1468
1309
  },
1469
1310
  {
1470
- "id": "topicProperties",
1311
+ "id": "configuration",
1471
1312
  "label": "Topic properties"
1472
1313
  },
1473
- {
1474
- "id": "output",
1475
- "label": "Output"
1476
- },
1477
1314
  {
1478
1315
  "id": "input",
1479
1316
  "label": "Input message data"
1480
1317
  },
1481
1318
  {
1482
- "id": "errors",
1319
+ "id": "output",
1320
+ "label": "Output mapping"
1321
+ },
1322
+ {
1323
+ "id": "error",
1483
1324
  "label": "Error handling"
1325
+ },
1326
+ {
1327
+ "id": "retries",
1328
+ "label": "Retries"
1484
1329
  }
1485
1330
  ],
1486
1331
  "properties": [
1487
1332
  {
1488
- "type": "Hidden",
1489
1333
  "value": "io.camunda:aws-sns:1",
1490
1334
  "binding": {
1491
- "type": "zeebe:taskDefinition",
1492
- "property": "type"
1493
- }
1335
+ "property": "type",
1336
+ "type": "zeebe:taskDefinition"
1337
+ },
1338
+ "type": "Hidden"
1494
1339
  },
1495
1340
  {
1496
- "label": "Access key",
1497
- "description": "Provide AWS IAM access key that has permission to publish to desired SNS topic",
1341
+ "id": "authentication.type",
1342
+ "label": "Authentication",
1343
+ "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>",
1344
+ "value": "credentials",
1498
1345
  "group": "authentication",
1499
- "type": "String",
1500
1346
  "binding": {
1501
- "type": "zeebe:input",
1502
- "name": "authentication.accessKey"
1347
+ "name": "authentication.type",
1348
+ "type": "zeebe:input"
1503
1349
  },
1350
+ "type": "Dropdown",
1351
+ "choices": [
1352
+ {
1353
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
1354
+ "value": "defaultCredentialsChain"
1355
+ },
1356
+ {
1357
+ "name": "Credentials",
1358
+ "value": "credentials"
1359
+ }
1360
+ ]
1361
+ },
1362
+ {
1363
+ "id": "authentication.accessKey",
1364
+ "label": "Access key",
1365
+ "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
1366
+ "optional": false,
1504
1367
  "constraints": {
1505
1368
  "notEmpty": true
1506
- }
1369
+ },
1370
+ "feel": "optional",
1371
+ "group": "authentication",
1372
+ "binding": {
1373
+ "name": "authentication.accessKey",
1374
+ "type": "zeebe:input"
1375
+ },
1376
+ "condition": {
1377
+ "property": "authentication.type",
1378
+ "equals": "credentials",
1379
+ "type": "simple"
1380
+ },
1381
+ "type": "String"
1507
1382
  },
1508
1383
  {
1384
+ "id": "authentication.secretKey",
1509
1385
  "label": "Secret key",
1510
- "description": "Provide AWS IAM secret key that has permission to publish to desired SNS topic",
1386
+ "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
1387
+ "optional": false,
1388
+ "constraints": {
1389
+ "notEmpty": true
1390
+ },
1391
+ "feel": "optional",
1511
1392
  "group": "authentication",
1512
- "type": "String",
1513
1393
  "binding": {
1514
- "type": "zeebe:input",
1515
- "name": "authentication.secretKey"
1394
+ "name": "authentication.secretKey",
1395
+ "type": "zeebe:input"
1516
1396
  },
1517
- "constraints": {
1518
- "notEmpty": true
1519
- }
1397
+ "condition": {
1398
+ "property": "authentication.type",
1399
+ "equals": "credentials",
1400
+ "type": "simple"
1401
+ },
1402
+ "type": "String"
1520
1403
  },
1521
1404
  {
1405
+ "id": "topic.topicArn",
1522
1406
  "label": "Topic ARN",
1523
1407
  "description": "Specify the topic you want to publish to",
1524
- "group": "topicProperties",
1525
- "type": "String",
1408
+ "optional": false,
1409
+ "constraints": {
1410
+ "notEmpty": true
1411
+ },
1412
+ "feel": "optional",
1413
+ "group": "configuration",
1526
1414
  "binding": {
1527
- "type": "zeebe:input",
1528
- "name": "topic.topicArn"
1415
+ "name": "topic.topicArn",
1416
+ "type": "zeebe:input"
1529
1417
  },
1418
+ "type": "String"
1419
+ },
1420
+ {
1421
+ "id": "topic.type",
1422
+ "label": "Topic type",
1423
+ "description": "Select SNS topic type. Details at <a href=\"https://aws.amazon.com/sns/features/\">AWS SNS Features</a>",
1424
+ "optional": false,
1425
+ "value": "standard",
1530
1426
  "constraints": {
1531
1427
  "notEmpty": true
1532
- }
1428
+ },
1429
+ "group": "configuration",
1430
+ "binding": {
1431
+ "name": "topic.type",
1432
+ "type": "zeebe:input"
1433
+ },
1434
+ "type": "Dropdown",
1435
+ "choices": [
1436
+ {
1437
+ "name": "Standard",
1438
+ "value": "standard"
1439
+ },
1440
+ {
1441
+ "name": "FIFO",
1442
+ "value": "fifo"
1443
+ }
1444
+ ]
1533
1445
  },
1534
1446
  {
1447
+ "id": "configuration.region",
1535
1448
  "label": "Region",
1536
- "description": "Specify the AWS region of your topic",
1537
- "group": "topicProperties",
1538
- "type": "String",
1449
+ "description": "Specify the AWS region",
1450
+ "optional": true,
1451
+ "feel": "optional",
1452
+ "group": "configuration",
1539
1453
  "binding": {
1540
- "type": "zeebe:input",
1541
- "name": "topic.region"
1454
+ "name": "configuration.region",
1455
+ "type": "zeebe:input"
1542
1456
  },
1543
- "constraints": {
1544
- "notEmpty": true
1457
+ "type": "String"
1458
+ },
1459
+ {
1460
+ "id": "configuration.endpoint",
1461
+ "label": "Endpoint",
1462
+ "description": "Specify endpoint if need to use custom endpoint",
1463
+ "optional": true,
1464
+ "group": "configuration",
1465
+ "binding": {
1466
+ "name": "configuration.endpoint",
1467
+ "type": "zeebe:input"
1545
1468
  },
1546
- "feel": "optional"
1469
+ "type": "Hidden"
1547
1470
  },
1548
1471
  {
1549
- "label": "Subject",
1550
- "description": "Specify the subject of the message you want to publish in the SNS topic",
1472
+ "id": "topic.messageGroupId",
1473
+ "label": "Message group ID",
1474
+ "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",
1475
+ "optional": false,
1476
+ "feel": "optional",
1551
1477
  "group": "input",
1552
- "type": "String",
1478
+ "binding": {
1479
+ "name": "topic.messageGroupId",
1480
+ "type": "zeebe:input"
1481
+ },
1482
+ "condition": {
1483
+ "property": "topic.type",
1484
+ "equals": "fifo",
1485
+ "type": "simple"
1486
+ },
1487
+ "type": "String"
1488
+ },
1489
+ {
1490
+ "id": "topic.messageDeduplicationId",
1491
+ "label": "Message deduplication ID",
1492
+ "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",
1553
1493
  "optional": true,
1494
+ "feel": "optional",
1495
+ "group": "input",
1554
1496
  "binding": {
1555
- "type": "zeebe:input",
1556
- "name": "topic.subject"
1497
+ "name": "topic.messageDeduplicationId",
1498
+ "type": "zeebe:input"
1557
1499
  },
1558
- "constraints": {
1559
- "notEmpty": false,
1560
- "maxLength": 99
1500
+ "condition": {
1501
+ "property": "topic.type",
1502
+ "equals": "fifo",
1503
+ "type": "simple"
1561
1504
  },
1562
- "feel": "optional"
1505
+ "type": "String"
1563
1506
  },
1564
1507
  {
1565
- "label": "Message",
1566
- "description": "Data to publish in the SNS topic",
1508
+ "id": "topic.subject",
1509
+ "label": "Subject",
1510
+ "description": "Specify the subject of the message you want to publish in the SNS topic",
1511
+ "optional": true,
1512
+ "feel": "optional",
1567
1513
  "group": "input",
1568
- "type": "Text",
1569
1514
  "binding": {
1570
- "type": "zeebe:input",
1571
- "name": "topic.message"
1515
+ "name": "topic.subject",
1516
+ "type": "zeebe:input"
1572
1517
  },
1518
+ "type": "String"
1519
+ },
1520
+ {
1521
+ "id": "topic.message",
1522
+ "label": "Message",
1523
+ "description": "Data to publish in the SNS topic",
1524
+ "optional": false,
1573
1525
  "constraints": {
1574
1526
  "notEmpty": true
1575
1527
  },
1576
- "feel": "optional"
1528
+ "feel": "optional",
1529
+ "group": "input",
1530
+ "binding": {
1531
+ "name": "topic.message",
1532
+ "type": "zeebe:input"
1533
+ },
1534
+ "type": "Text"
1577
1535
  },
1578
1536
  {
1579
- "label": "Message attributes",
1537
+ "id": "topic.messageAttributes",
1538
+ "label": "messageAttributes",
1580
1539
  "description": "Message attributes metadata",
1581
- "group": "input",
1582
- "type": "Text",
1583
1540
  "optional": true,
1541
+ "feel": "required",
1542
+ "group": "input",
1584
1543
  "binding": {
1585
- "type": "zeebe:input",
1586
- "name": "topic.messageAttributes"
1544
+ "name": "topic.messageAttributes",
1545
+ "type": "zeebe:input"
1587
1546
  },
1588
- "feel": "required"
1547
+ "type": "String"
1589
1548
  },
1590
1549
  {
1550
+ "id": "resultVariable",
1591
1551
  "label": "Result variable",
1592
- "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>",
1552
+ "description": "Name of variable to store the response in",
1593
1553
  "group": "output",
1594
- "type": "String",
1595
1554
  "binding": {
1596
- "type": "zeebe:taskHeader",
1597
- "key": "resultVariable"
1598
- }
1555
+ "key": "resultVariable",
1556
+ "type": "zeebe:taskHeader"
1557
+ },
1558
+ "type": "String"
1599
1559
  },
1600
1560
  {
1561
+ "id": "resultExpression",
1601
1562
  "label": "Result expression",
1602
- "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>",
1603
- "group": "output",
1604
- "type": "Text",
1563
+ "description": "Expression to map the response into process variables",
1605
1564
  "feel": "required",
1565
+ "group": "output",
1606
1566
  "binding": {
1607
- "type": "zeebe:taskHeader",
1608
- "key": "resultExpression"
1609
- }
1567
+ "key": "resultExpression",
1568
+ "type": "zeebe:taskHeader"
1569
+ },
1570
+ "type": "Text"
1610
1571
  },
1611
1572
  {
1573
+ "id": "errorExpression",
1612
1574
  "label": "Error expression",
1613
- "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>",
1614
- "group": "errors",
1615
- "type": "Text",
1575
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1616
1576
  "feel": "required",
1577
+ "group": "error",
1617
1578
  "binding": {
1618
- "type": "zeebe:taskHeader",
1619
- "key": "errorExpression"
1620
- }
1579
+ "key": "errorExpression",
1580
+ "type": "zeebe:taskHeader"
1581
+ },
1582
+ "type": "Text"
1583
+ },
1584
+ {
1585
+ "id": "retryCount",
1586
+ "label": "Retries",
1587
+ "description": "Number of retries",
1588
+ "value": "3",
1589
+ "feel": "optional",
1590
+ "group": "retries",
1591
+ "binding": {
1592
+ "property": "retries",
1593
+ "type": "zeebe:taskDefinition"
1594
+ },
1595
+ "type": "String"
1596
+ },
1597
+ {
1598
+ "id": "retryBackoff",
1599
+ "label": "Retry backoff",
1600
+ "description": "ISO-8601 duration to wait between retries",
1601
+ "value": "PT0S",
1602
+ "feel": "optional",
1603
+ "group": "retries",
1604
+ "binding": {
1605
+ "key": "retryBackoff",
1606
+ "type": "zeebe:taskHeader"
1607
+ },
1608
+ "type": "String"
1621
1609
  }
1622
1610
  ],
1623
1611
  "icon": {
1624
- "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"
1612
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA4MCA4MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS82NC9BcmNoX0FXUy1TaW1wbGUtTm90aWZpY2F0aW9uLVNlcnZpY2VfNjQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9JzAlJyB5MT0nMTAwJScgeDI9JzEwMCUnIHkyPScwJScgaWQ9J2xpbmVhckdyYWRpZW50LTEnPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPScjQjAwODREJyBvZmZzZXQ9JzAlJz48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNGRjRGOEInIG9mZnNldD0nMTAwJSc+PC9zdG9wPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0nSWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BV1MtU2ltcGxlLU5vdGlmaWNhdGlvbi1TZXJ2aWNlXzY0JyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScKICAgICAgIGZpbGwtcnVsZT0nZXZlbm9kZCc+CiAgICAgICAgPGcgaWQ9J0ljb24tQXJjaGl0ZWN0dXJlLUJHLzY0L0FwcGxpY2F0aW9uLUludGVncmF0aW9uJyBmaWxsPSd1cmwoI2xpbmVhckdyYWRpZW50LTEpJz4KICAgICAgICAgICAgPHJlY3QgaWQ9J1JlY3RhbmdsZScgeD0nMCcgeT0nMCcgd2lkdGg9JzgwJyBoZWlnaHQ9JzgwJz48L3JlY3Q+CiAgICAgICAgPC9nPgogICAgICAgIDxwYXRoIGQ9J00xNywzOCBDMTguMTAzLDM4IDE5LDM4Ljg5NyAxOSw0MCBDMTksNDEuMTAzIDE4LjEwMyw0MiAxNyw0MiBDMTUuODk3LDQyIDE1LDQxLjEwMyAxNSw0MCBDMTUsMzguODk3IDE1Ljg5NywzOCAxNywzOCBMMTcsMzggWiBNNDEsNjQgQzI5LjMxNCw2NCAxOS4yODksNTUuNDY2IDE3LjE5NCw0My45OCBDMTguOTY1LDQzLjg5NCAyMC40MjcsNDIuNjU5IDIwLjg1Nyw0MSBMMjcsNDEgTDI3LDM5IEwyMC44NTcsMzkgQzIwLjQyNywzNy4zNDIgMTguOTY2LDM2LjEwNyAxNy4xOTUsMzYuMDIgQzE5LjI4NSwyNC43MSAyOS41MTEsMTYgNDEsMTYgQzQ1LjMxMywxNiA0OS44MzIsMTcuNjIyIDU0LjQyOSwyMC44MjEgTDU1LjU3MSwxOS4xNzkgQzUwLjYzMywxNS43NDMgNDUuNzMsMTQgNDEsMTQgQzI4LjI3LDE0IDE2Ljk0OSwyMy44NjUgMTUuMDYzLDM2LjUyMSBDMTMuODM5LDM3LjIwNyAxMywzOC41IDEzLDQwIEMxMyw0MS41IDEzLjgzOSw0Mi43OTMgMTUuMDYzLDQzLjQ3OCBDMTYuOTcsNTYuMzQxIDI4LjA1Niw2NiA0MSw2NiBDNDYuNDA3LDY2IDUxLjk0Miw2NC4xNTcgNTYuNTg1LDYwLjgxMSBMNTUuNDE1LDU5LjE4OSBDNTEuMTEsNjIuMjkyIDQ1Ljk5MSw2NCA0MSw2NCBMNDEsNjQgWiBNMzAuMTAxLDM2LjQ0MiBDMzEuOTU1LDM2Ljg5NSAzNC4yNzUsMzcgMzYsMzcgQzM3LjY0MiwzNyAzOS44MjMsMzYuOTA1IDQxLjYyOSwzNi41MDYgTDM3LjEwNSw0NS41NTMgQzM3LjAzNiw0NS42OTEgMzcsNDUuODQ1IDM3LDQ2IEwzNyw1MC40NTMgQzM2LjE5OSw1MC45NjQgMzQuODMzLDUxLjgxMiAzNCw1MS45ODYgTDM0LDQ2IEMzNCw0NS44NjggMzMuOTc0LDQ1LjczNyAzMy45MjMsNDUuNjE1IEwzMC4xMDEsMzYuNDQyIFogTTM2LDMzIEM0MC4wMjUsMzMgNDIuMTc0LDMzLjYwNCA0Mi44NDEsMzQgQzQyLjE3NCwzNC4zOTYgNDAuMDI1LDM1IDM2LDM1IEMzMS45NzUsMzUgMjkuODI2LDM0LjM5NiAyOS4xNTksMzQgQzI5LjgyNiwzMy42MDQgMzEuOTc1LDMzIDM2LDMzIEwzNiwzMyBaIE0zMyw1NCBMMzQsNTQgQzM0LjA0Myw1NCAzNC4wODYsNTMuOTk3IDM0LjEyOCw1My45OTIgQzM1LjM1Miw1My44MzMgMzYuOTA5LDUyLjg4NyAzOC4yNzIsNTIuMDEzIEwzOC41MzUsNTEuODQ1IEMzOC44MjQsNTEuNjYxIDM5LDUxLjM0MiAzOSw1MSBMMzksNDYuMjM2IEw0NC41NTksMzUuMTIgQzQ0LjgzMywzNC44MDEgNDUsMzQuNDM0IDQ1LDM0IEM0NSwzMS4zOSAzOS4zNjEsMzEgMzYsMzEgQzMyLjYzOSwzMSAyNywzMS4zOSAyNywzNCBDMjcsMzQuMzY2IDI3LjEyLDM0LjY4NCAyNy4zMiwzNC45NjcgTDMyLDQ2LjIgTDMyLDUzIEMzMiw1My41NTIgMzIuNDQ3LDU0IDMzLDU0IEwzMyw1NCBaIE02Miw1MyBDNjMuMTAzLDUzIDY0LDUzLjg5NyA2NCw1NSBDNjQsNTYuMTAzIDYzLjEwMyw1NyA2Miw1NyBDNjAuODk3LDU3IDYwLDU2LjEwMyA2MCw1NSBDNjAsNTMuODk3IDYwLjg5Nyw1MyA2Miw1MyBMNjIsNTMgWiBNNjIsMjMgQzYzLjEwMywyMyA2NCwyMy44OTcgNjQsMjUgQzY0LDI2LjEwMyA2My4xMDMsMjcgNjIsMjcgQzYwLjg5NywyNyA2MCwyNi4xMDMgNjAsMjUgQzYwLDIzLjg5NyA2MC44OTcsMjMgNjIsMjMgTDYyLDIzIFogTTY0LDM4IEM2NS4xMDMsMzggNjYsMzguODk3IDY2LDQwIEM2Niw0MS4xMDMgNjUuMTAzLDQyIDY0LDQyIEM2Mi44OTcsNDIgNjIsNDEuMTAzIDYyLDQwIEM2MiwzOC44OTcgNjIuODk3LDM4IDY0LDM4IEw2NCwzOCBaIE01NCw0MSBMNjAuMTQzLDQxIEM2MC41ODksNDIuNzIgNjIuMTQyLDQ0IDY0LDQ0IEM2Ni4yMDYsNDQgNjgsNDIuMjA2IDY4LDQwIEM2OCwzNy43OTQgNjYuMjA2LDM2IDY0LDM2IEM2Mi4xNDIsMzYgNjAuNTg5LDM3LjI4IDYwLjE0MywzOSBMNTQsMzkgTDU0LDI2IEw1OC4xNDMsMjYgQzU4LjU4OSwyNy43MiA2MC4xNDIsMjkgNjIsMjkgQzY0LjIwNiwyOSA2NiwyNy4yMDYgNjYsMjUgQzY2LDIyLjc5NCA2NC4yMDYsMjEgNjIsMjEgQzYwLjE0MiwyMSA1OC41ODksMjIuMjggNTguMTQzLDI0IEw1MywyNCBDNTIuNDQ3LDI0IDUyLDI0LjQ0OCA1MiwyNSBMNTIsMzkgTDQ1LDM5IEw0NSw0MSBMNTIsNDEgTDUyLDU1IEM1Miw1NS41NTIgNTIuNDQ3LDU2IDUzLDU2IEw1OC4xNDMsNTYgQzU4LjU4OSw1Ny43MiA2MC4xNDIsNTkgNjIsNTkgQzY0LjIwNiw1OSA2Niw1Ny4yMDYgNjYsNTUgQzY2LDUyLjc5NCA2NC4yMDYsNTEgNjIsNTEgQzYwLjE0Miw1MSA1OC41ODksNTIuMjggNTguMTQzLDU0IEw1NCw1NCBMNTQsNDEgWicKICAgICAgICAgICAgICBpZD0nQVdTLVNpbXBsZS1Ob3RpZmljYXRpb24tU2VydmljZV9JY29uXzY0X1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
1625
1613
  },
1626
1614
  "engines": {
1627
- "camunda": "^8.2"
1615
+ "camunda": "^8.5"
1628
1616
  }
1629
1617
  },
1630
1618
  {
1631
1619
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1632
- "name": "Amazon SNS connector",
1620
+ "name": "Amazon SNS Outbound connector",
1633
1621
  "id": "io.camunda.connectors.AWSSNS.v1",
1634
1622
  "description": "Send message to topic",
1635
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
1636
- "version": 3,
1623
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=outbound",
1624
+ "version": 6,
1637
1625
  "appliesTo": ["bpmn:Task"],
1638
1626
  "elementType": {
1639
1627
  "value": "bpmn:ServiceTask"
@@ -1673,6 +1661,32 @@
1673
1661
  "property": "type"
1674
1662
  }
1675
1663
  },
1664
+ {
1665
+ "id": "authenticationType",
1666
+ "label": "Authentication",
1667
+ "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>",
1668
+ "group": "authentication",
1669
+ "type": "Dropdown",
1670
+ "optional": false,
1671
+ "value": "credentials",
1672
+ "choices": [
1673
+ {
1674
+ "name": "Credentials",
1675
+ "value": "credentials"
1676
+ },
1677
+ {
1678
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
1679
+ "value": "defaultCredentialsChain"
1680
+ }
1681
+ ],
1682
+ "binding": {
1683
+ "type": "zeebe:input",
1684
+ "name": "authentication.type"
1685
+ },
1686
+ "constraints": {
1687
+ "notEmpty": true
1688
+ }
1689
+ },
1676
1690
  {
1677
1691
  "label": "Access key",
1678
1692
  "description": "Provide AWS IAM access key that has permission to publish to desired SNS topic",
@@ -1684,6 +1698,10 @@
1684
1698
  },
1685
1699
  "constraints": {
1686
1700
  "notEmpty": true
1701
+ },
1702
+ "condition": {
1703
+ "property": "authenticationType",
1704
+ "equals": "credentials"
1687
1705
  }
1688
1706
  },
1689
1707
  {
@@ -1697,15 +1715,10 @@
1697
1715
  },
1698
1716
  "constraints": {
1699
1717
  "notEmpty": true
1700
- }
1701
- },
1702
- {
1703
- "type": "Hidden",
1704
- "description": "This value forces to evaluate configuration first in order",
1705
- "value": "nonce",
1706
- "binding": {
1707
- "type": "zeebe:input",
1708
- "name": "configuration.nonce"
1718
+ },
1719
+ "condition": {
1720
+ "property": "authenticationType",
1721
+ "equals": "credentials"
1709
1722
  }
1710
1723
  },
1711
1724
  {
@@ -1735,15 +1748,6 @@
1735
1748
  },
1736
1749
  "feel": "optional"
1737
1750
  },
1738
- {
1739
- "description": "Backwards compatible region",
1740
- "type": "Hidden",
1741
- "value": "=configuration.region",
1742
- "binding": {
1743
- "type": "zeebe:input",
1744
- "name": "topic.region"
1745
- }
1746
- },
1747
1751
  {
1748
1752
  "label": "Subject",
1749
1753
  "description": "Specify the subject of the message you want to publish in the SNS topic",
@@ -1823,7 +1827,7 @@
1823
1827
  "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"
1824
1828
  },
1825
1829
  "engines": {
1826
- "camunda": "^8.2"
1830
+ "camunda": "^8.4"
1827
1831
  }
1828
1832
  }
1829
1833
  ]