@camunda/connectors-element-templates 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/package.json +1 -1
  2. package/src/connectors.js +8 -2
  3. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +30 -30
  4. package/src/element-templates/agenticai-aiagent-outbound-connector.json +323 -9
  5. package/src/element-templates/asana-connector.json +101 -101
  6. package/src/element-templates/automation-anywhere-outbound-connector.json +1777 -961
  7. package/src/element-templates/aws-bedrock-outbound-connector.json +74 -74
  8. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  9. package/src/element-templates/aws-dynamodb-outbound-connector.json +1373 -1373
  10. package/src/element-templates/aws-eventbridge-connector-boundary.json +28 -28
  11. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  12. package/src/element-templates/aws-eventbridge-connector-start-event.json +23 -23
  13. package/src/element-templates/aws-eventbridge-outbound-connector.json +326 -326
  14. package/src/element-templates/aws-lambda-outbound-connector.json +231 -231
  15. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  16. package/src/element-templates/aws-sns-inbound-boundary.json +285 -285
  17. package/src/element-templates/aws-sns-inbound-intermediate.json +33 -33
  18. package/src/element-templates/aws-sns-inbound-message-start.json +227 -227
  19. package/src/element-templates/aws-sns-inbound-start-event.json +132 -132
  20. package/src/element-templates/aws-sns-outbound-connector.json +370 -370
  21. package/src/element-templates/aws-sqs-boundary-connector.json +232 -232
  22. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +532 -532
  23. package/src/element-templates/aws-sqs-outbound-connector.json +396 -396
  24. package/src/element-templates/aws-sqs-start-event-connector.json +389 -389
  25. package/src/element-templates/aws-textract-outbound-connector.json +123 -123
  26. package/src/element-templates/azure-blobstorage-outbound-connector.json +349 -0
  27. package/src/element-templates/blue-prism-connector.json +13 -13
  28. package/src/element-templates/box-outbound-connector.json +30 -30
  29. package/src/element-templates/easy-post-connector.json +121 -121
  30. package/src/element-templates/email-outbound-connector.json +233 -233
  31. package/src/element-templates/github-connector.json +1259 -1259
  32. package/src/element-templates/github-webhook-connector-boundary.json +35 -35
  33. package/src/element-templates/github-webhook-connector-intermediate.json +31 -31
  34. package/src/element-templates/github-webhook-connector-start-event.json +34 -34
  35. package/src/element-templates/gitlab-connector.json +3333 -3333
  36. package/src/element-templates/google-cloud-storage-outbound-connector.json +357 -0
  37. package/src/element-templates/google-drive-outbound-connector.json +414 -101
  38. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  39. package/src/element-templates/google-maps-platform-connector.json +489 -0
  40. package/src/element-templates/google-sheets-outbound-connector.json +2468 -2468
  41. package/src/element-templates/graphql-outbound-connector.json +1113 -1113
  42. package/src/element-templates/http-json-connector.json +2202 -1290
  43. package/src/element-templates/http-polling-boundary-catch-event-connector.json +6 -6
  44. package/src/element-templates/http-polling-connector.json +6 -6
  45. package/src/element-templates/hugging-face-connector.json +34 -34
  46. package/src/element-templates/idp-extraction-outbound-connector.json +115 -0
  47. package/src/element-templates/jdbc-outbound-connector.json +36 -36
  48. package/src/element-templates/kafka-inbound-connector-boundary.json +540 -540
  49. package/src/element-templates/kafka-inbound-connector-intermediate.json +585 -585
  50. package/src/element-templates/kafka-inbound-connector.json +603 -0
  51. package/src/element-templates/kafka-outbound-connector.json +261 -261
  52. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  53. package/src/element-templates/microsoft-teams-outbound-connector.json +97 -97
  54. package/src/element-templates/openai-connector.json +517 -159
  55. package/src/element-templates/operate-connector.json +569 -53
  56. package/src/element-templates/power-automate-connector.json +1724 -0
  57. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +132 -132
  58. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +941 -941
  59. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +459 -459
  60. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +269 -269
  61. package/src/element-templates/rabbitmq-outbound-connector.json +631 -631
  62. package/src/element-templates/salesforce-connector.json +44 -44
  63. package/src/element-templates/sendgrid-outbound-connector.json +787 -255
  64. package/src/element-templates/slack-inbound-boundary.json +215 -215
  65. package/src/element-templates/slack-inbound-intermediate.json +178 -178
  66. package/src/element-templates/slack-inbound-message-start.json +323 -323
  67. package/src/element-templates/slack-inbound-start-event.json +212 -212
  68. package/src/element-templates/slack-outbound-connector.json +777 -522
  69. package/src/element-templates/twilio-connector.json +29 -29
  70. package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
  71. package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
  72. package/src/element-templates/uipath-connector.json +8 -8
  73. package/src/element-templates/webhook-connector-boundary.json +1133 -1133
  74. package/src/element-templates/webhook-connector-intermediate.json +1380 -1380
  75. package/src/element-templates/webhook-connector-start-event.json +1370 -1370
  76. package/src/element-templates/webhook-connector-start-message.json +1171 -1171
  77. package/src/element-templates/agenticai-aiagent-outbound-connector-8.8.0-alpha4.json +0 -843
@@ -335,7 +335,7 @@
335
335
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
336
336
  "name": "Amazon SQS connector",
337
337
  "id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
338
- "version": 2,
338
+ "version": 4,
339
339
  "description": "Receive message from a queue",
340
340
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
341
341
  "appliesTo": ["bpmn:StartEvent"],
@@ -526,11 +526,11 @@
526
526
  },
527
527
  {
528
528
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
529
- "name": "Amazon SQS connector",
529
+ "name": "Amazon SQS Start Event Connector",
530
530
  "id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
531
- "version": 1,
531
+ "version": 7,
532
532
  "description": "Receive message from a queue",
533
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
533
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
534
534
  "appliesTo": ["bpmn:StartEvent"],
535
535
  "elementType": {
536
536
  "value": "bpmn:StartEvent"
@@ -574,9 +574,35 @@
574
574
  "name": "inbound.type"
575
575
  }
576
576
  },
577
+ {
578
+ "id": "authenticationType",
579
+ "label": "Authentication",
580
+ "description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/\" target=\"_blank\">documentation page</a>",
581
+ "group": "authentication",
582
+ "type": "Dropdown",
583
+ "optional": false,
584
+ "value": "credentials",
585
+ "choices": [
586
+ {
587
+ "name": "Credentials",
588
+ "value": "credentials"
589
+ },
590
+ {
591
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
592
+ "value": "defaultCredentialsChain"
593
+ }
594
+ ],
595
+ "binding": {
596
+ "type": "zeebe:property",
597
+ "name": "authentication.type"
598
+ },
599
+ "constraints": {
600
+ "notEmpty": true
601
+ }
602
+ },
577
603
  {
578
604
  "label": "Access key",
579
- "description": "Provide AWS IAM access key that has permission to send to desired SQS",
605
+ "description": "Provide AWS IAM access key that has permission to read from desired SQS",
580
606
  "group": "authentication",
581
607
  "type": "String",
582
608
  "binding": {
@@ -585,11 +611,15 @@
585
611
  },
586
612
  "constraints": {
587
613
  "notEmpty": true
614
+ },
615
+ "condition": {
616
+ "property": "authenticationType",
617
+ "equals": "credentials"
588
618
  }
589
619
  },
590
620
  {
591
621
  "label": "Secret key",
592
- "description": "Provide AWS IAM secret key that has permission to send to desired SQS",
622
+ "description": "Provide AWS IAM secret key that has permission to read from desired SQS",
593
623
  "group": "authentication",
594
624
  "type": "String",
595
625
  "binding": {
@@ -598,11 +628,15 @@
598
628
  },
599
629
  "constraints": {
600
630
  "notEmpty": true
631
+ },
632
+ "condition": {
633
+ "property": "authenticationType",
634
+ "equals": "credentials"
601
635
  }
602
636
  },
603
637
  {
604
638
  "label": "Queue URL",
605
- "description": "Specify the URL of the SQS queue where you would like to send message to",
639
+ "description": "Specify the URL of the SQS queue where you would like to subscribe to",
606
640
  "group": "queueProperties",
607
641
  "type": "String",
608
642
  "binding": {
@@ -612,8 +646,8 @@
612
646
  "constraints": {
613
647
  "notEmpty": true,
614
648
  "pattern": {
615
- "value": "(^https?://.+)|(^arn:.+)(^secrets\\..+)",
616
- "message": "Must be an queue URL or ARN or a secret.XYZ"
649
+ "value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
650
+ "message": "Must be an queue URL or ARN"
617
651
  }
618
652
  }
619
653
  },
@@ -624,7 +658,7 @@
624
658
  "type": "String",
625
659
  "binding": {
626
660
  "type": "zeebe:property",
627
- "name": "queue.region"
661
+ "name": "configuration.region"
628
662
  },
629
663
  "constraints": {
630
664
  "notEmpty": true
@@ -632,7 +666,7 @@
632
666
  },
633
667
  {
634
668
  "label": "Polling wait time",
635
- "description": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/\" target=\"_blank\">documentation</a> for details",
669
+ "description": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
636
670
  "group": "messagePollingProperties",
637
671
  "type": "String",
638
672
  "optional": false,
@@ -645,14 +679,14 @@
645
679
  "constraints": {
646
680
  "notEmpty": true,
647
681
  "pattern": {
648
- "value": "^([0-9]?|1[0-9]|20|secrets\\..+)$",
682
+ "value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\})$",
649
683
  "message": "Must be >= 0 and <= 20 or a FEEL expression"
650
684
  }
651
685
  }
652
686
  },
653
687
  {
654
688
  "label": "Attribute names",
655
- "description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/\" target=\"_blank\">documentation</a> for details",
689
+ "description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
656
690
  "group": "input",
657
691
  "type": "String",
658
692
  "optional": true,
@@ -664,7 +698,7 @@
664
698
  },
665
699
  {
666
700
  "label": "Message attribute names",
667
- "description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/\" target=\"_blank\">documentation</a> for details",
701
+ "description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
668
702
  "group": "input",
669
703
  "type": "String",
670
704
  "optional": true,
@@ -714,16 +748,16 @@
714
748
  "contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 40 40' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 64 (93537) - https://sketch.com --%3E%3Ctitle%3EIcon-Architecture/32/Arch_AWS-Simple-Queue-Service_32%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3ClinearGradient x1='0%25' y1='100%25' x2='100%25' y2='0%25' id='linearGradient-1'%3E%3Cstop stop-color='%23B0084D' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23FF4F8B' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Icon-Architecture/32/Arch_AWS-Simple-Queue-Service_32' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon-Architecture-BG/32/Application-Integration' fill='url(%23linearGradient-1)'%3E%3Crect id='Rectangle' x='0' y='0' width='40' height='40'%3E%3C/rect%3E%3C/g%3E%3Cpath d='M14.3422051,22.3493786 L15.8466767,20.9061074 C15.9428347,20.8141539 15.9969235,20.687218 15.9999285,20.5552846 C16.0019317,20.4223517 15.9518495,20.2934168 15.8596981,20.1984648 L14.3552264,18.6432502 L13.6350433,19.3378994 L14.311154,20.037546 L11.9913429,20.037546 L11.9913429,21.0370413 L14.2650783,21.0370413 L13.6480647,21.6287425 L14.3422051,22.3493786 Z M26.3579452,22.3533765 L27.9074909,20.9001104 C28.0066538,20.8081569 28.0627459,20.679222 28.0647492,20.5442901 C28.0667525,20.4093583 28.0136653,20.2784244 27.918509,20.1834724 L26.3689633,18.6372532 L25.6607999,19.3438963 L26.3549403,20.037546 L24.0110896,20.037546 L24.0110896,21.0370413 L26.2988481,21.0370413 L25.671818,21.6247445 L26.3579452,22.3533765 Z M17.5875367,23.3608678 C18.3387708,23.0570212 19.1621235,22.8941035 20.0045074,22.8941035 C20.8468913,22.8941035 21.670244,23.0570212 22.4214781,23.3608678 C21.7523789,21.5897622 21.7523789,19.3898731 22.4214781,17.6187675 C20.9190098,18.2264606 19.090005,18.2264606 17.5875367,17.6187675 C18.2566359,19.3898731 18.2566359,21.5897622 17.5875367,23.3608678 L17.5875367,23.3608678 Z M15.6443443,25.3408679 C15.546183,25.2439168 15.4971024,25.1159814 15.4971024,24.988046 C15.4971024,24.8601106 15.546183,24.7321753 15.6443443,24.6342247 C17.5845317,22.6982024 17.5845317,18.2824324 15.6443443,16.3454106 C15.546183,16.2484595 15.4971024,16.1205241 15.4971024,15.9925912 C15.4971024,15.8646534 15.546183,15.736718 15.6443443,15.6387674 C15.8396652,15.4438659 16.1571868,15.4438659 16.3525077,15.6387674 C17.2740216,16.5583031 18.6052086,17.0860366 20.0045074,17.0860366 C21.4048079,17.0860366 22.7359948,16.5583031 23.6575088,15.6387674 C23.8528296,15.4438659 24.1703513,15.4438659 24.3656722,15.6387674 C24.4628318,15.736718 24.5119124,15.8646534 24.5119124,15.9925912 C24.5119124,16.1205241 24.4628318,16.2484595 24.3656722,16.3454106 C22.4244831,18.2824324 22.4244831,22.6982024 24.3656722,24.6342247 C24.4628318,24.7321753 24.5119124,24.8601106 24.5119124,24.988046 C24.5119124,25.1159814 24.4628318,25.2439168 24.3656722,25.3408679 C24.2675109,25.4388184 24.1393003,25.4877937 24.0110896,25.4877937 C23.882879,25.4877937 23.7546684,25.4388184 23.6575088,25.3408679 C22.7359948,24.4213322 21.4048079,23.8935987 20.0045074,23.8935987 C18.6052086,23.8935987 17.2740216,24.4213322 16.3525077,25.3408679 C16.1571868,25.5357694 15.8396652,25.5357694 15.6443443,25.3408679 L15.6443443,25.3408679 Z M32.5421049,19.4358499 C32.236603,19.1320033 31.8369464,18.9800801 31.4362882,18.9800801 C31.0366316,18.9800801 30.636975,19.1320033 30.3314731,19.4358499 C29.721471,20.0445425 29.721471,21.0340428 30.3314731,21.6417359 C30.9414753,22.2504285 31.9321027,22.2504285 32.5421049,21.6417359 C33.1511054,21.0340428 33.1511054,20.0445425 32.5421049,19.4358499 L32.5421049,19.4358499 Z M33.2502683,22.3493786 C32.7504472,22.8481267 32.0933677,23.0980005 31.4362882,23.0980005 C30.7802103,23.0980005 30.1231309,22.8481267 29.6233097,22.3493786 C28.6236675,21.3508828 28.6236675,19.7277025 29.6233097,18.7292068 C30.622952,17.7317105 32.250626,17.7317105 33.2502683,18.7292068 C34.2499106,19.7277025 34.2499106,21.3508828 33.2502683,22.3493786 L33.2502683,22.3493786 Z M9.66852687,19.4468443 C9.36302497,19.1429978 8.96336839,18.9910745 8.56271017,18.9910745 C8.16305359,18.9910745 7.76339701,19.1429978 7.45789511,19.4468443 C6.84889461,20.055537 6.84889461,21.0450373 7.45789511,21.6527304 C8.06789726,22.261423 9.05852472,22.261423 9.66852687,21.6527304 C10.2775274,21.0450373 10.2775274,20.055537 9.66852687,19.4468443 L9.66852687,19.4468443 Z M10.3766903,22.3593735 C9.87686914,22.8581217 9.21978965,23.1079955 8.56271017,23.1079955 C7.90663232,23.1079955 7.24955284,22.8581217 6.7497317,22.3593735 C5.75008943,21.3618773 5.75008943,19.738697 6.7497317,18.7402012 C7.74937397,17.7427049 9.37704801,17.7427049 10.3766903,18.7402012 C11.3763325,19.738697 11.3763325,21.3618773 10.3766903,22.3593735 L10.3766903,22.3593735 Z M27.4337125,28.9100654 C25.4364313,30.903059 22.7820705,32.0005047 19.9574301,32.0005047 C17.1327896,32.0005047 14.4784288,30.903059 12.4821492,28.9100654 C11.165987,27.5977281 10.4077413,26.469298 9.94498104,25.1359713 L8.99842599,25.4628063 C9.50726193,26.9290658 10.3626672,28.2104187 11.7739858,29.6167086 C13.9585748,31.7986067 16.8663519,33 19.9574301,33 C23.0495099,33 25.9562853,31.7986067 28.1418759,29.6167086 C29.2827502,28.4782835 30.4206196,27.1869356 31.0115905,25.4608073 L30.0640338,25.1379703 C29.5391715,26.6701966 28.4894469,27.8565974 27.4337125,28.9100654 L27.4337125,28.9100654 Z M9.94498104,15.8596559 L8.99842599,15.5318214 C9.51026687,14.0645624 10.3656722,12.7832095 11.7759891,11.3759202 C16.2863991,6.87519304 23.6264578,6.87419354 28.1378694,11.3759202 C29.2186449,12.4533761 30.4035916,13.7897012 31.0115905,15.5318214 L30.0640338,15.8596559 C29.5241468,14.3094387 28.4293482,13.0800596 27.4297059,12.0825633 C25.434428,10.0915688 22.7810689,8.99612197 19.9574301,8.99612197 C17.1337912,8.99612197 14.4804321,10.0915688 12.4851542,12.0825633 C11.1870215,13.3779092 10.4037347,14.5423211 9.94498104,15.8596559 L9.94498104,15.8596559 Z' id='AWS-Simple-Queue-Service_Icon_32_Squid' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
715
749
  },
716
750
  "engines": {
717
- "camunda": "^8.2"
751
+ "camunda": "^8.4"
718
752
  }
719
753
  },
720
754
  {
721
755
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
722
- "name": "Amazon SQS Start Event Connector",
756
+ "name": "Amazon SQS connector",
723
757
  "id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
724
- "version": 7,
758
+ "version": 5,
725
759
  "description": "Receive message from a queue",
726
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
760
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
727
761
  "appliesTo": ["bpmn:StartEvent"],
728
762
  "elementType": {
729
763
  "value": "bpmn:StartEvent"
@@ -767,35 +801,9 @@
767
801
  "name": "inbound.type"
768
802
  }
769
803
  },
770
- {
771
- "id": "authenticationType",
772
- "label": "Authentication",
773
- "description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/\" target=\"_blank\">documentation page</a>",
774
- "group": "authentication",
775
- "type": "Dropdown",
776
- "optional": false,
777
- "value": "credentials",
778
- "choices": [
779
- {
780
- "name": "Credentials",
781
- "value": "credentials"
782
- },
783
- {
784
- "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
785
- "value": "defaultCredentialsChain"
786
- }
787
- ],
788
- "binding": {
789
- "type": "zeebe:property",
790
- "name": "authentication.type"
791
- },
792
- "constraints": {
793
- "notEmpty": true
794
- }
795
- },
796
804
  {
797
805
  "label": "Access key",
798
- "description": "Provide AWS IAM access key that has permission to read from desired SQS",
806
+ "description": "Provide AWS IAM access key that has permission to send to desired SQS",
799
807
  "group": "authentication",
800
808
  "type": "String",
801
809
  "binding": {
@@ -804,15 +812,11 @@
804
812
  },
805
813
  "constraints": {
806
814
  "notEmpty": true
807
- },
808
- "condition": {
809
- "property": "authenticationType",
810
- "equals": "credentials"
811
815
  }
812
816
  },
813
817
  {
814
818
  "label": "Secret key",
815
- "description": "Provide AWS IAM secret key that has permission to read from desired SQS",
819
+ "description": "Provide AWS IAM secret key that has permission to send to desired SQS",
816
820
  "group": "authentication",
817
821
  "type": "String",
818
822
  "binding": {
@@ -821,15 +825,11 @@
821
825
  },
822
826
  "constraints": {
823
827
  "notEmpty": true
824
- },
825
- "condition": {
826
- "property": "authenticationType",
827
- "equals": "credentials"
828
828
  }
829
829
  },
830
830
  {
831
831
  "label": "Queue URL",
832
- "description": "Specify the URL of the SQS queue where you would like to subscribe to",
832
+ "description": "Specify the URL of the SQS queue where you would like to send message to",
833
833
  "group": "queueProperties",
834
834
  "type": "String",
835
835
  "binding": {
@@ -839,7 +839,7 @@
839
839
  "constraints": {
840
840
  "notEmpty": true,
841
841
  "pattern": {
842
- "value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
842
+ "value": "^(https?://.+|arn:.+|secrets\\..+|\\{\\{secrets\\..+\\}\\}.*)$",
843
843
  "message": "Must be an queue URL or ARN"
844
844
  }
845
845
  }
@@ -859,7 +859,7 @@
859
859
  },
860
860
  {
861
861
  "label": "Polling wait time",
862
- "description": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
862
+ "description": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/\" target=\"_blank\">documentation</a> for details",
863
863
  "group": "messagePollingProperties",
864
864
  "type": "String",
865
865
  "optional": false,
@@ -872,14 +872,14 @@
872
872
  "constraints": {
873
873
  "notEmpty": true,
874
874
  "pattern": {
875
- "value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\})$",
875
+ "value": "^([0-9]?|1[0-9]|20|secrets\\..+|\\{\\{secrets\\..+\\}\\})$",
876
876
  "message": "Must be >= 0 and <= 20 or a FEEL expression"
877
877
  }
878
878
  }
879
879
  },
880
880
  {
881
881
  "label": "Attribute names",
882
- "description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
882
+ "description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/\" target=\"_blank\">documentation</a> for details",
883
883
  "group": "input",
884
884
  "type": "String",
885
885
  "optional": true,
@@ -891,7 +891,7 @@
891
891
  },
892
892
  {
893
893
  "label": "Message attribute names",
894
- "description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
894
+ "description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/\" target=\"_blank\">documentation</a> for details",
895
895
  "group": "input",
896
896
  "type": "String",
897
897
  "optional": true,
@@ -941,7 +941,7 @@
941
941
  "contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 40 40' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 64 (93537) - https://sketch.com --%3E%3Ctitle%3EIcon-Architecture/32/Arch_AWS-Simple-Queue-Service_32%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3ClinearGradient x1='0%25' y1='100%25' x2='100%25' y2='0%25' id='linearGradient-1'%3E%3Cstop stop-color='%23B0084D' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23FF4F8B' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Icon-Architecture/32/Arch_AWS-Simple-Queue-Service_32' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon-Architecture-BG/32/Application-Integration' fill='url(%23linearGradient-1)'%3E%3Crect id='Rectangle' x='0' y='0' width='40' height='40'%3E%3C/rect%3E%3C/g%3E%3Cpath d='M14.3422051,22.3493786 L15.8466767,20.9061074 C15.9428347,20.8141539 15.9969235,20.687218 15.9999285,20.5552846 C16.0019317,20.4223517 15.9518495,20.2934168 15.8596981,20.1984648 L14.3552264,18.6432502 L13.6350433,19.3378994 L14.311154,20.037546 L11.9913429,20.037546 L11.9913429,21.0370413 L14.2650783,21.0370413 L13.6480647,21.6287425 L14.3422051,22.3493786 Z M26.3579452,22.3533765 L27.9074909,20.9001104 C28.0066538,20.8081569 28.0627459,20.679222 28.0647492,20.5442901 C28.0667525,20.4093583 28.0136653,20.2784244 27.918509,20.1834724 L26.3689633,18.6372532 L25.6607999,19.3438963 L26.3549403,20.037546 L24.0110896,20.037546 L24.0110896,21.0370413 L26.2988481,21.0370413 L25.671818,21.6247445 L26.3579452,22.3533765 Z M17.5875367,23.3608678 C18.3387708,23.0570212 19.1621235,22.8941035 20.0045074,22.8941035 C20.8468913,22.8941035 21.670244,23.0570212 22.4214781,23.3608678 C21.7523789,21.5897622 21.7523789,19.3898731 22.4214781,17.6187675 C20.9190098,18.2264606 19.090005,18.2264606 17.5875367,17.6187675 C18.2566359,19.3898731 18.2566359,21.5897622 17.5875367,23.3608678 L17.5875367,23.3608678 Z M15.6443443,25.3408679 C15.546183,25.2439168 15.4971024,25.1159814 15.4971024,24.988046 C15.4971024,24.8601106 15.546183,24.7321753 15.6443443,24.6342247 C17.5845317,22.6982024 17.5845317,18.2824324 15.6443443,16.3454106 C15.546183,16.2484595 15.4971024,16.1205241 15.4971024,15.9925912 C15.4971024,15.8646534 15.546183,15.736718 15.6443443,15.6387674 C15.8396652,15.4438659 16.1571868,15.4438659 16.3525077,15.6387674 C17.2740216,16.5583031 18.6052086,17.0860366 20.0045074,17.0860366 C21.4048079,17.0860366 22.7359948,16.5583031 23.6575088,15.6387674 C23.8528296,15.4438659 24.1703513,15.4438659 24.3656722,15.6387674 C24.4628318,15.736718 24.5119124,15.8646534 24.5119124,15.9925912 C24.5119124,16.1205241 24.4628318,16.2484595 24.3656722,16.3454106 C22.4244831,18.2824324 22.4244831,22.6982024 24.3656722,24.6342247 C24.4628318,24.7321753 24.5119124,24.8601106 24.5119124,24.988046 C24.5119124,25.1159814 24.4628318,25.2439168 24.3656722,25.3408679 C24.2675109,25.4388184 24.1393003,25.4877937 24.0110896,25.4877937 C23.882879,25.4877937 23.7546684,25.4388184 23.6575088,25.3408679 C22.7359948,24.4213322 21.4048079,23.8935987 20.0045074,23.8935987 C18.6052086,23.8935987 17.2740216,24.4213322 16.3525077,25.3408679 C16.1571868,25.5357694 15.8396652,25.5357694 15.6443443,25.3408679 L15.6443443,25.3408679 Z M32.5421049,19.4358499 C32.236603,19.1320033 31.8369464,18.9800801 31.4362882,18.9800801 C31.0366316,18.9800801 30.636975,19.1320033 30.3314731,19.4358499 C29.721471,20.0445425 29.721471,21.0340428 30.3314731,21.6417359 C30.9414753,22.2504285 31.9321027,22.2504285 32.5421049,21.6417359 C33.1511054,21.0340428 33.1511054,20.0445425 32.5421049,19.4358499 L32.5421049,19.4358499 Z M33.2502683,22.3493786 C32.7504472,22.8481267 32.0933677,23.0980005 31.4362882,23.0980005 C30.7802103,23.0980005 30.1231309,22.8481267 29.6233097,22.3493786 C28.6236675,21.3508828 28.6236675,19.7277025 29.6233097,18.7292068 C30.622952,17.7317105 32.250626,17.7317105 33.2502683,18.7292068 C34.2499106,19.7277025 34.2499106,21.3508828 33.2502683,22.3493786 L33.2502683,22.3493786 Z M9.66852687,19.4468443 C9.36302497,19.1429978 8.96336839,18.9910745 8.56271017,18.9910745 C8.16305359,18.9910745 7.76339701,19.1429978 7.45789511,19.4468443 C6.84889461,20.055537 6.84889461,21.0450373 7.45789511,21.6527304 C8.06789726,22.261423 9.05852472,22.261423 9.66852687,21.6527304 C10.2775274,21.0450373 10.2775274,20.055537 9.66852687,19.4468443 L9.66852687,19.4468443 Z M10.3766903,22.3593735 C9.87686914,22.8581217 9.21978965,23.1079955 8.56271017,23.1079955 C7.90663232,23.1079955 7.24955284,22.8581217 6.7497317,22.3593735 C5.75008943,21.3618773 5.75008943,19.738697 6.7497317,18.7402012 C7.74937397,17.7427049 9.37704801,17.7427049 10.3766903,18.7402012 C11.3763325,19.738697 11.3763325,21.3618773 10.3766903,22.3593735 L10.3766903,22.3593735 Z M27.4337125,28.9100654 C25.4364313,30.903059 22.7820705,32.0005047 19.9574301,32.0005047 C17.1327896,32.0005047 14.4784288,30.903059 12.4821492,28.9100654 C11.165987,27.5977281 10.4077413,26.469298 9.94498104,25.1359713 L8.99842599,25.4628063 C9.50726193,26.9290658 10.3626672,28.2104187 11.7739858,29.6167086 C13.9585748,31.7986067 16.8663519,33 19.9574301,33 C23.0495099,33 25.9562853,31.7986067 28.1418759,29.6167086 C29.2827502,28.4782835 30.4206196,27.1869356 31.0115905,25.4608073 L30.0640338,25.1379703 C29.5391715,26.6701966 28.4894469,27.8565974 27.4337125,28.9100654 L27.4337125,28.9100654 Z M9.94498104,15.8596559 L8.99842599,15.5318214 C9.51026687,14.0645624 10.3656722,12.7832095 11.7759891,11.3759202 C16.2863991,6.87519304 23.6264578,6.87419354 28.1378694,11.3759202 C29.2186449,12.4533761 30.4035916,13.7897012 31.0115905,15.5318214 L30.0640338,15.8596559 C29.5241468,14.3094387 28.4293482,13.0800596 27.4297059,12.0825633 C25.434428,10.0915688 22.7810689,8.99612197 19.9574301,8.99612197 C17.1337912,8.99612197 14.4804321,10.0915688 12.4851542,12.0825633 C11.1870215,13.3779092 10.4037347,14.5423211 9.94498104,15.8596559 L9.94498104,15.8596559 Z' id='AWS-Simple-Queue-Service_Icon_32_Squid' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
942
942
  },
943
943
  "engines": {
944
- "camunda": "^8.4"
944
+ "camunda": "^8.2"
945
945
  }
946
946
  },
947
947
  {
@@ -1156,24 +1156,32 @@
1156
1156
  },
1157
1157
  {
1158
1158
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1159
- "name": "Amazon SQS connector",
1159
+ "name": "Amazon SQS Start Event Connector",
1160
1160
  "id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
1161
- "version": 5,
1162
1161
  "description": "Receive message from a queue",
1163
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
1164
- "appliesTo": ["bpmn:StartEvent"],
1165
- "elementType": {
1166
- "value": "bpmn:StartEvent"
1162
+ "deprecated": {
1163
+ "message": "None Start Events are deprecated in favor of Message Start Events for message based Connectors.",
1164
+ "documentationRef": "https://docs.camunda.io/docs/components/modeler/bpmn/none-events/"
1167
1165
  },
1166
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
1167
+ "version": 9,
1168
1168
  "category": {
1169
1169
  "id": "connectors",
1170
1170
  "name": "Connectors"
1171
1171
  },
1172
+ "appliesTo": ["bpmn:StartEvent"],
1173
+ "elementType": {
1174
+ "value": "bpmn:StartEvent"
1175
+ },
1172
1176
  "groups": [
1173
1177
  {
1174
1178
  "id": "authentication",
1175
1179
  "label": "Authentication"
1176
1180
  },
1181
+ {
1182
+ "id": "configuration",
1183
+ "label": "Configuration"
1184
+ },
1177
1185
  {
1178
1186
  "id": "queueProperties",
1179
1187
  "label": "Queue properties"
@@ -1191,167 +1199,298 @@
1191
1199
  "label": "Activation"
1192
1200
  },
1193
1201
  {
1194
- "id": "variable-mapping",
1195
- "label": "Variable mapping"
1202
+ "id": "deduplication",
1203
+ "label": "Deduplication",
1204
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
1205
+ },
1206
+ {
1207
+ "id": "output",
1208
+ "label": "Output mapping"
1196
1209
  }
1197
1210
  ],
1198
1211
  "properties": [
1199
1212
  {
1200
- "type": "Hidden",
1201
1213
  "value": "io.camunda:aws-sqs-inbound:1",
1202
1214
  "binding": {
1203
- "type": "zeebe:property",
1204
- "name": "inbound.type"
1205
- }
1215
+ "name": "inbound.type",
1216
+ "type": "zeebe:property"
1217
+ },
1218
+ "type": "Hidden"
1206
1219
  },
1207
1220
  {
1208
- "label": "Access key",
1209
- "description": "Provide AWS IAM access key that has permission to send to desired SQS",
1221
+ "id": "authentication.type",
1222
+ "label": "Authentication",
1223
+ "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>",
1224
+ "value": "credentials",
1210
1225
  "group": "authentication",
1211
- "type": "String",
1212
1226
  "binding": {
1213
- "type": "zeebe:property",
1214
- "name": "authentication.accessKey"
1227
+ "name": "authentication.type",
1228
+ "type": "zeebe:property"
1215
1229
  },
1216
- "constraints": {
1217
- "notEmpty": true
1218
- }
1230
+ "type": "Dropdown",
1231
+ "choices": [
1232
+ {
1233
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
1234
+ "value": "defaultCredentialsChain"
1235
+ },
1236
+ {
1237
+ "name": "Credentials",
1238
+ "value": "credentials"
1239
+ }
1240
+ ]
1219
1241
  },
1220
1242
  {
1221
- "label": "Secret key",
1222
- "description": "Provide AWS IAM secret key that has permission to send to desired SQS",
1243
+ "id": "authentication.accessKey",
1244
+ "label": "Access key",
1245
+ "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
1246
+ "optional": false,
1247
+ "constraints": {
1248
+ "notEmpty": true
1249
+ },
1223
1250
  "group": "authentication",
1224
- "type": "String",
1225
1251
  "binding": {
1226
- "type": "zeebe:property",
1227
- "name": "authentication.secretKey"
1252
+ "name": "authentication.accessKey",
1253
+ "type": "zeebe:property"
1228
1254
  },
1229
- "constraints": {
1230
- "notEmpty": true
1231
- }
1255
+ "condition": {
1256
+ "property": "authentication.type",
1257
+ "equals": "credentials",
1258
+ "type": "simple"
1259
+ },
1260
+ "type": "String"
1232
1261
  },
1233
1262
  {
1234
- "label": "Queue URL",
1235
- "description": "Specify the URL of the SQS queue where you would like to send message to",
1236
- "group": "queueProperties",
1237
- "type": "String",
1263
+ "id": "authentication.secretKey",
1264
+ "label": "Secret key",
1265
+ "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
1266
+ "optional": false,
1267
+ "constraints": {
1268
+ "notEmpty": true
1269
+ },
1270
+ "group": "authentication",
1238
1271
  "binding": {
1239
- "type": "zeebe:property",
1240
- "name": "queue.url"
1272
+ "name": "authentication.secretKey",
1273
+ "type": "zeebe:property"
1241
1274
  },
1242
- "constraints": {
1243
- "notEmpty": true,
1244
- "pattern": {
1245
- "value": "^(https?://.+|arn:.+|secrets\\..+|\\{\\{secrets\\..+\\}\\}.*)$",
1246
- "message": "Must be an queue URL or ARN"
1247
- }
1248
- }
1275
+ "condition": {
1276
+ "property": "authentication.type",
1277
+ "equals": "credentials",
1278
+ "type": "simple"
1279
+ },
1280
+ "type": "String"
1249
1281
  },
1250
1282
  {
1283
+ "id": "configuration.region",
1251
1284
  "label": "Region",
1252
- "description": "Specify the AWS region of your queue",
1253
- "group": "queueProperties",
1254
- "type": "String",
1255
- "binding": {
1256
- "type": "zeebe:property",
1257
- "name": "configuration.region"
1258
- },
1285
+ "description": "Specify the AWS region",
1286
+ "optional": false,
1259
1287
  "constraints": {
1260
1288
  "notEmpty": true
1261
- }
1289
+ },
1290
+ "group": "configuration",
1291
+ "binding": {
1292
+ "name": "configuration.region",
1293
+ "type": "zeebe:property"
1294
+ },
1295
+ "type": "String"
1262
1296
  },
1263
1297
  {
1264
- "label": "Polling wait time",
1265
- "description": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/\" target=\"_blank\">documentation</a> for details",
1266
- "group": "messagePollingProperties",
1267
- "type": "String",
1298
+ "id": "configuration.endpoint",
1299
+ "label": "Endpoint",
1300
+ "description": "Specify endpoint if need to use custom endpoint",
1301
+ "optional": true,
1302
+ "group": "configuration",
1303
+ "binding": {
1304
+ "name": "configuration.endpoint",
1305
+ "type": "zeebe:property"
1306
+ },
1307
+ "type": "Hidden"
1308
+ },
1309
+ {
1310
+ "id": "queue.queue.url",
1311
+ "label": "Queue URL",
1312
+ "description": "Specify the URL of the SQS queue where you would like to subscribe to",
1268
1313
  "optional": false,
1269
- "feel": "optional",
1270
- "value": "1",
1314
+ "constraints": {
1315
+ "notEmpty": true
1316
+ },
1317
+ "group": "queueProperties",
1271
1318
  "binding": {
1272
- "type": "zeebe:property",
1273
- "name": "queue.pollingWaitTime"
1319
+ "name": "queue.url",
1320
+ "type": "zeebe:property"
1274
1321
  },
1322
+ "type": "String"
1323
+ },
1324
+ {
1325
+ "id": "queue.queue.pollingWaitTime",
1326
+ "label": "Polling wait time",
1327
+ "description": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
1328
+ "optional": false,
1329
+ "value": "20",
1275
1330
  "constraints": {
1276
1331
  "notEmpty": true,
1277
1332
  "pattern": {
1278
- "value": "^([0-9]?|1[0-9]|20|secrets\\..+|\\{\\{secrets\\..+\\}\\})$",
1279
- "message": "Must be >= 0 and <= 20 or a FEEL expression"
1333
+ "value": "^([0-9]?|1[0-9]|20|secrets\\..+)$"
1280
1334
  }
1281
- }
1335
+ },
1336
+ "group": "messagePollingProperties",
1337
+ "binding": {
1338
+ "name": "queue.pollingWaitTime",
1339
+ "type": "zeebe:property"
1340
+ },
1341
+ "type": "String"
1282
1342
  },
1283
1343
  {
1344
+ "id": "queue.queue.attributeNames",
1284
1345
  "label": "Attribute names",
1285
- "description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/\" target=\"_blank\">documentation</a> for details",
1346
+ "description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
1347
+ "optional": false,
1348
+ "feel": "optional",
1286
1349
  "group": "input",
1287
- "type": "String",
1288
- "optional": true,
1289
1350
  "binding": {
1290
- "type": "zeebe:property",
1291
- "name": "queue.attributeNames"
1351
+ "name": "queue.attributeNames",
1352
+ "type": "zeebe:property"
1292
1353
  },
1293
- "feel": "required"
1354
+ "type": "String"
1294
1355
  },
1295
1356
  {
1357
+ "id": "queue.queue.messageAttributeNames",
1296
1358
  "label": "Message attribute names",
1297
- "description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/\" target=\"_blank\">documentation</a> for details",
1359
+ "description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
1360
+ "optional": false,
1361
+ "feel": "optional",
1298
1362
  "group": "input",
1299
- "type": "String",
1300
- "optional": true,
1301
1363
  "binding": {
1302
- "type": "zeebe:property",
1303
- "name": "queue.messageAttributeNames"
1364
+ "name": "queue.messageAttributeNames",
1365
+ "type": "zeebe:property"
1304
1366
  },
1305
- "feel": "required"
1367
+ "type": "String"
1306
1368
  },
1307
1369
  {
1370
+ "id": "activationCondition",
1308
1371
  "label": "Activation condition",
1309
- "type": "String",
1310
- "group": "activation",
1311
- "feel": "required",
1372
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
1312
1373
  "optional": true,
1374
+ "feel": "required",
1375
+ "group": "activation",
1313
1376
  "binding": {
1314
- "type": "zeebe:property",
1315
- "name": "activationCondition"
1377
+ "name": "activationCondition",
1378
+ "type": "zeebe:property"
1316
1379
  },
1317
- "description": "Condition under which the connector triggers. Leave empty to catch all events"
1380
+ "type": "String"
1381
+ },
1382
+ {
1383
+ "id": "consumeUnmatchedEvents",
1384
+ "label": "Consume unmatched events",
1385
+ "value": true,
1386
+ "group": "activation",
1387
+ "binding": {
1388
+ "name": "consumeUnmatchedEvents",
1389
+ "type": "zeebe:property"
1390
+ },
1391
+ "tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
1392
+ "type": "Boolean"
1393
+ },
1394
+ {
1395
+ "id": "deduplicationModeManualFlag",
1396
+ "label": "Manual mode",
1397
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
1398
+ "value": false,
1399
+ "group": "deduplication",
1400
+ "binding": {
1401
+ "name": "deduplicationModeManualFlag",
1402
+ "type": "zeebe:property"
1403
+ },
1404
+ "type": "Boolean"
1405
+ },
1406
+ {
1407
+ "id": "deduplicationId",
1408
+ "label": "Deduplication ID",
1409
+ "constraints": {
1410
+ "notEmpty": true,
1411
+ "pattern": {
1412
+ "value": "^[a-zA-Z0-9_-]+$",
1413
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
1414
+ }
1415
+ },
1416
+ "group": "deduplication",
1417
+ "binding": {
1418
+ "name": "deduplicationId",
1419
+ "type": "zeebe:property"
1420
+ },
1421
+ "condition": {
1422
+ "property": "deduplicationModeManualFlag",
1423
+ "equals": true,
1424
+ "type": "simple"
1425
+ },
1426
+ "type": "String"
1427
+ },
1428
+ {
1429
+ "id": "deduplicationModeManual",
1430
+ "value": "MANUAL",
1431
+ "group": "deduplication",
1432
+ "binding": {
1433
+ "name": "deduplicationMode",
1434
+ "type": "zeebe:property"
1435
+ },
1436
+ "condition": {
1437
+ "property": "deduplicationId",
1438
+ "isActive": true,
1439
+ "type": "simple"
1440
+ },
1441
+ "type": "Hidden"
1442
+ },
1443
+ {
1444
+ "id": "deduplicationModeAuto",
1445
+ "value": "AUTO",
1446
+ "group": "deduplication",
1447
+ "binding": {
1448
+ "name": "deduplicationMode",
1449
+ "type": "zeebe:property"
1450
+ },
1451
+ "condition": {
1452
+ "property": "deduplicationId",
1453
+ "isActive": false,
1454
+ "type": "simple"
1455
+ },
1456
+ "type": "Hidden"
1318
1457
  },
1319
1458
  {
1459
+ "id": "resultVariable",
1320
1460
  "label": "Result variable",
1321
- "type": "String",
1322
- "group": "variable-mapping",
1323
- "optional": true,
1461
+ "description": "Name of variable to store the response in",
1462
+ "group": "output",
1324
1463
  "binding": {
1325
- "type": "zeebe:property",
1326
- "name": "resultVariable"
1464
+ "name": "resultVariable",
1465
+ "type": "zeebe:property"
1327
1466
  },
1328
- "description": "Name of variable to store the result of the connector in"
1467
+ "type": "String"
1329
1468
  },
1330
1469
  {
1470
+ "id": "resultExpression",
1331
1471
  "label": "Result expression",
1332
- "type": "String",
1333
- "group": "variable-mapping",
1472
+ "description": "Expression to map the response into process variables",
1334
1473
  "feel": "required",
1335
- "optional": true,
1474
+ "group": "output",
1336
1475
  "binding": {
1337
- "type": "zeebe:property",
1338
- "name": "resultExpression"
1476
+ "name": "resultExpression",
1477
+ "type": "zeebe:property"
1339
1478
  },
1340
- "description": "Expression to map the inbound payload to process variables"
1479
+ "type": "Text"
1341
1480
  }
1342
1481
  ],
1343
1482
  "icon": {
1344
- "contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 40 40' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 64 (93537) - https://sketch.com --%3E%3Ctitle%3EIcon-Architecture/32/Arch_AWS-Simple-Queue-Service_32%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3ClinearGradient x1='0%25' y1='100%25' x2='100%25' y2='0%25' id='linearGradient-1'%3E%3Cstop stop-color='%23B0084D' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23FF4F8B' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Icon-Architecture/32/Arch_AWS-Simple-Queue-Service_32' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon-Architecture-BG/32/Application-Integration' fill='url(%23linearGradient-1)'%3E%3Crect id='Rectangle' x='0' y='0' width='40' height='40'%3E%3C/rect%3E%3C/g%3E%3Cpath d='M14.3422051,22.3493786 L15.8466767,20.9061074 C15.9428347,20.8141539 15.9969235,20.687218 15.9999285,20.5552846 C16.0019317,20.4223517 15.9518495,20.2934168 15.8596981,20.1984648 L14.3552264,18.6432502 L13.6350433,19.3378994 L14.311154,20.037546 L11.9913429,20.037546 L11.9913429,21.0370413 L14.2650783,21.0370413 L13.6480647,21.6287425 L14.3422051,22.3493786 Z M26.3579452,22.3533765 L27.9074909,20.9001104 C28.0066538,20.8081569 28.0627459,20.679222 28.0647492,20.5442901 C28.0667525,20.4093583 28.0136653,20.2784244 27.918509,20.1834724 L26.3689633,18.6372532 L25.6607999,19.3438963 L26.3549403,20.037546 L24.0110896,20.037546 L24.0110896,21.0370413 L26.2988481,21.0370413 L25.671818,21.6247445 L26.3579452,22.3533765 Z M17.5875367,23.3608678 C18.3387708,23.0570212 19.1621235,22.8941035 20.0045074,22.8941035 C20.8468913,22.8941035 21.670244,23.0570212 22.4214781,23.3608678 C21.7523789,21.5897622 21.7523789,19.3898731 22.4214781,17.6187675 C20.9190098,18.2264606 19.090005,18.2264606 17.5875367,17.6187675 C18.2566359,19.3898731 18.2566359,21.5897622 17.5875367,23.3608678 L17.5875367,23.3608678 Z M15.6443443,25.3408679 C15.546183,25.2439168 15.4971024,25.1159814 15.4971024,24.988046 C15.4971024,24.8601106 15.546183,24.7321753 15.6443443,24.6342247 C17.5845317,22.6982024 17.5845317,18.2824324 15.6443443,16.3454106 C15.546183,16.2484595 15.4971024,16.1205241 15.4971024,15.9925912 C15.4971024,15.8646534 15.546183,15.736718 15.6443443,15.6387674 C15.8396652,15.4438659 16.1571868,15.4438659 16.3525077,15.6387674 C17.2740216,16.5583031 18.6052086,17.0860366 20.0045074,17.0860366 C21.4048079,17.0860366 22.7359948,16.5583031 23.6575088,15.6387674 C23.8528296,15.4438659 24.1703513,15.4438659 24.3656722,15.6387674 C24.4628318,15.736718 24.5119124,15.8646534 24.5119124,15.9925912 C24.5119124,16.1205241 24.4628318,16.2484595 24.3656722,16.3454106 C22.4244831,18.2824324 22.4244831,22.6982024 24.3656722,24.6342247 C24.4628318,24.7321753 24.5119124,24.8601106 24.5119124,24.988046 C24.5119124,25.1159814 24.4628318,25.2439168 24.3656722,25.3408679 C24.2675109,25.4388184 24.1393003,25.4877937 24.0110896,25.4877937 C23.882879,25.4877937 23.7546684,25.4388184 23.6575088,25.3408679 C22.7359948,24.4213322 21.4048079,23.8935987 20.0045074,23.8935987 C18.6052086,23.8935987 17.2740216,24.4213322 16.3525077,25.3408679 C16.1571868,25.5357694 15.8396652,25.5357694 15.6443443,25.3408679 L15.6443443,25.3408679 Z M32.5421049,19.4358499 C32.236603,19.1320033 31.8369464,18.9800801 31.4362882,18.9800801 C31.0366316,18.9800801 30.636975,19.1320033 30.3314731,19.4358499 C29.721471,20.0445425 29.721471,21.0340428 30.3314731,21.6417359 C30.9414753,22.2504285 31.9321027,22.2504285 32.5421049,21.6417359 C33.1511054,21.0340428 33.1511054,20.0445425 32.5421049,19.4358499 L32.5421049,19.4358499 Z M33.2502683,22.3493786 C32.7504472,22.8481267 32.0933677,23.0980005 31.4362882,23.0980005 C30.7802103,23.0980005 30.1231309,22.8481267 29.6233097,22.3493786 C28.6236675,21.3508828 28.6236675,19.7277025 29.6233097,18.7292068 C30.622952,17.7317105 32.250626,17.7317105 33.2502683,18.7292068 C34.2499106,19.7277025 34.2499106,21.3508828 33.2502683,22.3493786 L33.2502683,22.3493786 Z M9.66852687,19.4468443 C9.36302497,19.1429978 8.96336839,18.9910745 8.56271017,18.9910745 C8.16305359,18.9910745 7.76339701,19.1429978 7.45789511,19.4468443 C6.84889461,20.055537 6.84889461,21.0450373 7.45789511,21.6527304 C8.06789726,22.261423 9.05852472,22.261423 9.66852687,21.6527304 C10.2775274,21.0450373 10.2775274,20.055537 9.66852687,19.4468443 L9.66852687,19.4468443 Z M10.3766903,22.3593735 C9.87686914,22.8581217 9.21978965,23.1079955 8.56271017,23.1079955 C7.90663232,23.1079955 7.24955284,22.8581217 6.7497317,22.3593735 C5.75008943,21.3618773 5.75008943,19.738697 6.7497317,18.7402012 C7.74937397,17.7427049 9.37704801,17.7427049 10.3766903,18.7402012 C11.3763325,19.738697 11.3763325,21.3618773 10.3766903,22.3593735 L10.3766903,22.3593735 Z M27.4337125,28.9100654 C25.4364313,30.903059 22.7820705,32.0005047 19.9574301,32.0005047 C17.1327896,32.0005047 14.4784288,30.903059 12.4821492,28.9100654 C11.165987,27.5977281 10.4077413,26.469298 9.94498104,25.1359713 L8.99842599,25.4628063 C9.50726193,26.9290658 10.3626672,28.2104187 11.7739858,29.6167086 C13.9585748,31.7986067 16.8663519,33 19.9574301,33 C23.0495099,33 25.9562853,31.7986067 28.1418759,29.6167086 C29.2827502,28.4782835 30.4206196,27.1869356 31.0115905,25.4608073 L30.0640338,25.1379703 C29.5391715,26.6701966 28.4894469,27.8565974 27.4337125,28.9100654 L27.4337125,28.9100654 Z M9.94498104,15.8596559 L8.99842599,15.5318214 C9.51026687,14.0645624 10.3656722,12.7832095 11.7759891,11.3759202 C16.2863991,6.87519304 23.6264578,6.87419354 28.1378694,11.3759202 C29.2186449,12.4533761 30.4035916,13.7897012 31.0115905,15.5318214 L30.0640338,15.8596559 C29.5241468,14.3094387 28.4293482,13.0800596 27.4297059,12.0825633 C25.434428,10.0915688 22.7810689,8.99612197 19.9574301,8.99612197 C17.1337912,8.99612197 14.4804321,10.0915688 12.4851542,12.0825633 C11.1870215,13.3779092 10.4037347,14.5423211 9.94498104,15.8596559 L9.94498104,15.8596559 Z' id='AWS-Simple-Queue-Service_Icon_32_Squid' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
1483
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
1345
1484
  },
1346
1485
  "engines": {
1347
- "camunda": "^8.2"
1486
+ "camunda": "^8.5"
1348
1487
  }
1349
1488
  },
1350
1489
  {
1351
1490
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1352
- "name": "Amazon SQS Start Event Connector",
1491
+ "name": "Amazon SQS connector",
1353
1492
  "id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
1354
- "version": 6,
1493
+ "version": 1,
1355
1494
  "description": "Receive message from a queue",
1356
1495
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
1357
1496
  "appliesTo": ["bpmn:StartEvent"],
@@ -1399,7 +1538,7 @@
1399
1538
  },
1400
1539
  {
1401
1540
  "label": "Access key",
1402
- "description": "Provide AWS IAM access key that has permission to read from desired SQS",
1541
+ "description": "Provide AWS IAM access key that has permission to send to desired SQS",
1403
1542
  "group": "authentication",
1404
1543
  "type": "String",
1405
1544
  "binding": {
@@ -1412,7 +1551,7 @@
1412
1551
  },
1413
1552
  {
1414
1553
  "label": "Secret key",
1415
- "description": "Provide AWS IAM secret key that has permission to read from desired SQS",
1554
+ "description": "Provide AWS IAM secret key that has permission to send to desired SQS",
1416
1555
  "group": "authentication",
1417
1556
  "type": "String",
1418
1557
  "binding": {
@@ -1425,7 +1564,7 @@
1425
1564
  },
1426
1565
  {
1427
1566
  "label": "Queue URL",
1428
- "description": "Specify the URL of the SQS queue where you would like to subscribe to",
1567
+ "description": "Specify the URL of the SQS queue where you would like to send message to",
1429
1568
  "group": "queueProperties",
1430
1569
  "type": "String",
1431
1570
  "binding": {
@@ -1435,8 +1574,8 @@
1435
1574
  "constraints": {
1436
1575
  "notEmpty": true,
1437
1576
  "pattern": {
1438
- "value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
1439
- "message": "Must be an queue URL or ARN"
1577
+ "value": "(^https?://.+)|(^arn:.+)(^secrets\\..+)",
1578
+ "message": "Must be an queue URL or ARN or a secret.XYZ"
1440
1579
  }
1441
1580
  }
1442
1581
  },
@@ -1447,7 +1586,7 @@
1447
1586
  "type": "String",
1448
1587
  "binding": {
1449
1588
  "type": "zeebe:property",
1450
- "name": "configuration.region"
1589
+ "name": "queue.region"
1451
1590
  },
1452
1591
  "constraints": {
1453
1592
  "notEmpty": true
@@ -1468,7 +1607,7 @@
1468
1607
  "constraints": {
1469
1608
  "notEmpty": true,
1470
1609
  "pattern": {
1471
- "value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\})$",
1610
+ "value": "^([0-9]?|1[0-9]|20|secrets\\..+)$",
1472
1611
  "message": "Must be >= 0 and <= 20 or a FEEL expression"
1473
1612
  }
1474
1613
  }
@@ -1544,30 +1683,22 @@
1544
1683
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1545
1684
  "name": "Amazon SQS Start Event Connector",
1546
1685
  "id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
1686
+ "version": 6,
1547
1687
  "description": "Receive message from a queue",
1548
- "deprecated": {
1549
- "message": "None Start Events are deprecated in favor of Message Start Events for message based Connectors.",
1550
- "documentationRef": "https://docs.camunda.io/docs/components/modeler/bpmn/none-events/"
1688
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
1689
+ "appliesTo": ["bpmn:StartEvent"],
1690
+ "elementType": {
1691
+ "value": "bpmn:StartEvent"
1551
1692
  },
1552
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
1553
- "version": 9,
1554
1693
  "category": {
1555
1694
  "id": "connectors",
1556
1695
  "name": "Connectors"
1557
1696
  },
1558
- "appliesTo": ["bpmn:StartEvent"],
1559
- "elementType": {
1560
- "value": "bpmn:StartEvent"
1561
- },
1562
1697
  "groups": [
1563
1698
  {
1564
1699
  "id": "authentication",
1565
1700
  "label": "Authentication"
1566
1701
  },
1567
- {
1568
- "id": "configuration",
1569
- "label": "Configuration"
1570
- },
1571
1702
  {
1572
1703
  "id": "queueProperties",
1573
1704
  "label": "Queue properties"
@@ -1585,298 +1716,167 @@
1585
1716
  "label": "Activation"
1586
1717
  },
1587
1718
  {
1588
- "id": "deduplication",
1589
- "label": "Deduplication",
1590
- "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
1591
- },
1592
- {
1593
- "id": "output",
1594
- "label": "Output mapping"
1719
+ "id": "variable-mapping",
1720
+ "label": "Variable mapping"
1595
1721
  }
1596
1722
  ],
1597
1723
  "properties": [
1598
1724
  {
1725
+ "type": "Hidden",
1599
1726
  "value": "io.camunda:aws-sqs-inbound:1",
1600
1727
  "binding": {
1601
- "name": "inbound.type",
1602
- "type": "zeebe:property"
1603
- },
1604
- "type": "Hidden"
1728
+ "type": "zeebe:property",
1729
+ "name": "inbound.type"
1730
+ }
1605
1731
  },
1606
1732
  {
1607
- "id": "authentication.type",
1608
- "label": "Authentication",
1609
- "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>",
1610
- "value": "credentials",
1733
+ "label": "Access key",
1734
+ "description": "Provide AWS IAM access key that has permission to read from desired SQS",
1611
1735
  "group": "authentication",
1736
+ "type": "String",
1612
1737
  "binding": {
1613
- "name": "authentication.type",
1614
- "type": "zeebe:property"
1738
+ "type": "zeebe:property",
1739
+ "name": "authentication.accessKey"
1615
1740
  },
1616
- "type": "Dropdown",
1617
- "choices": [
1618
- {
1619
- "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
1620
- "value": "defaultCredentialsChain"
1621
- },
1622
- {
1623
- "name": "Credentials",
1624
- "value": "credentials"
1625
- }
1626
- ]
1627
- },
1628
- {
1629
- "id": "authentication.accessKey",
1630
- "label": "Access key",
1631
- "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
1632
- "optional": false,
1633
1741
  "constraints": {
1634
1742
  "notEmpty": true
1635
- },
1636
- "group": "authentication",
1637
- "binding": {
1638
- "name": "authentication.accessKey",
1639
- "type": "zeebe:property"
1640
- },
1641
- "condition": {
1642
- "property": "authentication.type",
1643
- "equals": "credentials",
1644
- "type": "simple"
1645
- },
1646
- "type": "String"
1743
+ }
1647
1744
  },
1648
1745
  {
1649
- "id": "authentication.secretKey",
1650
1746
  "label": "Secret key",
1651
- "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
1652
- "optional": false,
1653
- "constraints": {
1654
- "notEmpty": true
1655
- },
1747
+ "description": "Provide AWS IAM secret key that has permission to read from desired SQS",
1656
1748
  "group": "authentication",
1749
+ "type": "String",
1657
1750
  "binding": {
1658
- "name": "authentication.secretKey",
1659
- "type": "zeebe:property"
1660
- },
1661
- "condition": {
1662
- "property": "authentication.type",
1663
- "equals": "credentials",
1664
- "type": "simple"
1751
+ "type": "zeebe:property",
1752
+ "name": "authentication.secretKey"
1665
1753
  },
1666
- "type": "String"
1667
- },
1668
- {
1669
- "id": "configuration.region",
1670
- "label": "Region",
1671
- "description": "Specify the AWS region",
1672
- "optional": false,
1673
1754
  "constraints": {
1674
1755
  "notEmpty": true
1675
- },
1676
- "group": "configuration",
1677
- "binding": {
1678
- "name": "configuration.region",
1679
- "type": "zeebe:property"
1680
- },
1681
- "type": "String"
1682
- },
1683
- {
1684
- "id": "configuration.endpoint",
1685
- "label": "Endpoint",
1686
- "description": "Specify endpoint if need to use custom endpoint",
1687
- "optional": true,
1688
- "group": "configuration",
1689
- "binding": {
1690
- "name": "configuration.endpoint",
1691
- "type": "zeebe:property"
1692
- },
1693
- "type": "Hidden"
1756
+ }
1694
1757
  },
1695
1758
  {
1696
- "id": "queue.queue.url",
1697
1759
  "label": "Queue URL",
1698
1760
  "description": "Specify the URL of the SQS queue where you would like to subscribe to",
1699
- "optional": false,
1700
- "constraints": {
1701
- "notEmpty": true
1702
- },
1703
1761
  "group": "queueProperties",
1762
+ "type": "String",
1704
1763
  "binding": {
1705
- "name": "queue.url",
1706
- "type": "zeebe:property"
1764
+ "type": "zeebe:property",
1765
+ "name": "queue.url"
1707
1766
  },
1708
- "type": "String"
1709
- },
1710
- {
1711
- "id": "queue.queue.pollingWaitTime",
1712
- "label": "Polling wait time",
1713
- "description": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
1714
- "optional": false,
1715
- "value": "20",
1716
1767
  "constraints": {
1717
1768
  "notEmpty": true,
1718
1769
  "pattern": {
1719
- "value": "^([0-9]?|1[0-9]|20|secrets\\..+)$"
1770
+ "value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
1771
+ "message": "Must be an queue URL or ARN"
1720
1772
  }
1721
- },
1722
- "group": "messagePollingProperties",
1723
- "binding": {
1724
- "name": "queue.pollingWaitTime",
1725
- "type": "zeebe:property"
1726
- },
1727
- "type": "String"
1773
+ }
1728
1774
  },
1729
1775
  {
1730
- "id": "queue.queue.attributeNames",
1731
- "label": "Attribute names",
1732
- "description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
1733
- "optional": false,
1734
- "feel": "optional",
1735
- "group": "input",
1776
+ "label": "Region",
1777
+ "description": "Specify the AWS region of your queue",
1778
+ "group": "queueProperties",
1779
+ "type": "String",
1736
1780
  "binding": {
1737
- "name": "queue.attributeNames",
1738
- "type": "zeebe:property"
1781
+ "type": "zeebe:property",
1782
+ "name": "configuration.region"
1739
1783
  },
1740
- "type": "String"
1784
+ "constraints": {
1785
+ "notEmpty": true
1786
+ }
1741
1787
  },
1742
1788
  {
1743
- "id": "queue.queue.messageAttributeNames",
1744
- "label": "Message attribute names",
1745
- "description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
1789
+ "label": "Polling wait time",
1790
+ "description": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/\" target=\"_blank\">documentation</a> for details",
1791
+ "group": "messagePollingProperties",
1792
+ "type": "String",
1746
1793
  "optional": false,
1747
1794
  "feel": "optional",
1748
- "group": "input",
1749
- "binding": {
1750
- "name": "queue.messageAttributeNames",
1751
- "type": "zeebe:property"
1752
- },
1753
- "type": "String"
1754
- },
1755
- {
1756
- "id": "activationCondition",
1757
- "label": "Activation condition",
1758
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
1759
- "optional": true,
1760
- "feel": "required",
1761
- "group": "activation",
1762
- "binding": {
1763
- "name": "activationCondition",
1764
- "type": "zeebe:property"
1765
- },
1766
- "type": "String"
1767
- },
1768
- {
1769
- "id": "consumeUnmatchedEvents",
1770
- "label": "Consume unmatched events",
1771
- "value": true,
1772
- "group": "activation",
1773
- "binding": {
1774
- "name": "consumeUnmatchedEvents",
1775
- "type": "zeebe:property"
1776
- },
1777
- "tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
1778
- "type": "Boolean"
1779
- },
1780
- {
1781
- "id": "deduplicationModeManualFlag",
1782
- "label": "Manual mode",
1783
- "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
1784
- "value": false,
1785
- "group": "deduplication",
1795
+ "value": "1",
1786
1796
  "binding": {
1787
- "name": "deduplicationModeManualFlag",
1788
- "type": "zeebe:property"
1797
+ "type": "zeebe:property",
1798
+ "name": "queue.pollingWaitTime"
1789
1799
  },
1790
- "type": "Boolean"
1791
- },
1792
- {
1793
- "id": "deduplicationId",
1794
- "label": "Deduplication ID",
1795
1800
  "constraints": {
1796
1801
  "notEmpty": true,
1797
1802
  "pattern": {
1798
- "value": "^[a-zA-Z0-9_-]+$",
1799
- "message": "can only contain alphanumeric characters, dashes, and underscores"
1803
+ "value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\})$",
1804
+ "message": "Must be >= 0 and <= 20 or a FEEL expression"
1800
1805
  }
1801
- },
1802
- "group": "deduplication",
1806
+ }
1807
+ },
1808
+ {
1809
+ "label": "Attribute names",
1810
+ "description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/\" target=\"_blank\">documentation</a> for details",
1811
+ "group": "input",
1812
+ "type": "String",
1813
+ "optional": true,
1803
1814
  "binding": {
1804
- "name": "deduplicationId",
1805
- "type": "zeebe:property"
1806
- },
1807
- "condition": {
1808
- "property": "deduplicationModeManualFlag",
1809
- "equals": true,
1810
- "type": "simple"
1815
+ "type": "zeebe:property",
1816
+ "name": "queue.attributeNames"
1811
1817
  },
1812
- "type": "String"
1818
+ "feel": "required"
1813
1819
  },
1814
1820
  {
1815
- "id": "deduplicationModeManual",
1816
- "value": "MANUAL",
1817
- "group": "deduplication",
1821
+ "label": "Message attribute names",
1822
+ "description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/\" target=\"_blank\">documentation</a> for details",
1823
+ "group": "input",
1824
+ "type": "String",
1825
+ "optional": true,
1818
1826
  "binding": {
1819
- "name": "deduplicationMode",
1820
- "type": "zeebe:property"
1821
- },
1822
- "condition": {
1823
- "property": "deduplicationId",
1824
- "isActive": true,
1825
- "type": "simple"
1827
+ "type": "zeebe:property",
1828
+ "name": "queue.messageAttributeNames"
1826
1829
  },
1827
- "type": "Hidden"
1830
+ "feel": "required"
1828
1831
  },
1829
1832
  {
1830
- "id": "deduplicationModeAuto",
1831
- "value": "AUTO",
1832
- "group": "deduplication",
1833
+ "label": "Activation condition",
1834
+ "type": "String",
1835
+ "group": "activation",
1836
+ "feel": "required",
1837
+ "optional": true,
1833
1838
  "binding": {
1834
- "name": "deduplicationMode",
1835
- "type": "zeebe:property"
1836
- },
1837
- "condition": {
1838
- "property": "deduplicationId",
1839
- "isActive": false,
1840
- "type": "simple"
1839
+ "type": "zeebe:property",
1840
+ "name": "activationCondition"
1841
1841
  },
1842
- "type": "Hidden"
1842
+ "description": "Condition under which the connector triggers. Leave empty to catch all events"
1843
1843
  },
1844
1844
  {
1845
- "id": "resultVariable",
1846
1845
  "label": "Result variable",
1847
- "description": "Name of variable to store the response in",
1848
- "group": "output",
1846
+ "type": "String",
1847
+ "group": "variable-mapping",
1848
+ "optional": true,
1849
1849
  "binding": {
1850
- "name": "resultVariable",
1851
- "type": "zeebe:property"
1850
+ "type": "zeebe:property",
1851
+ "name": "resultVariable"
1852
1852
  },
1853
- "type": "String"
1853
+ "description": "Name of variable to store the result of the connector in"
1854
1854
  },
1855
1855
  {
1856
- "id": "resultExpression",
1857
1856
  "label": "Result expression",
1858
- "description": "Expression to map the response into process variables",
1857
+ "type": "String",
1858
+ "group": "variable-mapping",
1859
1859
  "feel": "required",
1860
- "group": "output",
1860
+ "optional": true,
1861
1861
  "binding": {
1862
- "name": "resultExpression",
1863
- "type": "zeebe:property"
1862
+ "type": "zeebe:property",
1863
+ "name": "resultExpression"
1864
1864
  },
1865
- "type": "Text"
1865
+ "description": "Expression to map the inbound payload to process variables"
1866
1866
  }
1867
1867
  ],
1868
1868
  "icon": {
1869
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
1869
+ "contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 40 40' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 64 (93537) - https://sketch.com --%3E%3Ctitle%3EIcon-Architecture/32/Arch_AWS-Simple-Queue-Service_32%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3ClinearGradient x1='0%25' y1='100%25' x2='100%25' y2='0%25' id='linearGradient-1'%3E%3Cstop stop-color='%23B0084D' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23FF4F8B' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Icon-Architecture/32/Arch_AWS-Simple-Queue-Service_32' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon-Architecture-BG/32/Application-Integration' fill='url(%23linearGradient-1)'%3E%3Crect id='Rectangle' x='0' y='0' width='40' height='40'%3E%3C/rect%3E%3C/g%3E%3Cpath d='M14.3422051,22.3493786 L15.8466767,20.9061074 C15.9428347,20.8141539 15.9969235,20.687218 15.9999285,20.5552846 C16.0019317,20.4223517 15.9518495,20.2934168 15.8596981,20.1984648 L14.3552264,18.6432502 L13.6350433,19.3378994 L14.311154,20.037546 L11.9913429,20.037546 L11.9913429,21.0370413 L14.2650783,21.0370413 L13.6480647,21.6287425 L14.3422051,22.3493786 Z M26.3579452,22.3533765 L27.9074909,20.9001104 C28.0066538,20.8081569 28.0627459,20.679222 28.0647492,20.5442901 C28.0667525,20.4093583 28.0136653,20.2784244 27.918509,20.1834724 L26.3689633,18.6372532 L25.6607999,19.3438963 L26.3549403,20.037546 L24.0110896,20.037546 L24.0110896,21.0370413 L26.2988481,21.0370413 L25.671818,21.6247445 L26.3579452,22.3533765 Z M17.5875367,23.3608678 C18.3387708,23.0570212 19.1621235,22.8941035 20.0045074,22.8941035 C20.8468913,22.8941035 21.670244,23.0570212 22.4214781,23.3608678 C21.7523789,21.5897622 21.7523789,19.3898731 22.4214781,17.6187675 C20.9190098,18.2264606 19.090005,18.2264606 17.5875367,17.6187675 C18.2566359,19.3898731 18.2566359,21.5897622 17.5875367,23.3608678 L17.5875367,23.3608678 Z M15.6443443,25.3408679 C15.546183,25.2439168 15.4971024,25.1159814 15.4971024,24.988046 C15.4971024,24.8601106 15.546183,24.7321753 15.6443443,24.6342247 C17.5845317,22.6982024 17.5845317,18.2824324 15.6443443,16.3454106 C15.546183,16.2484595 15.4971024,16.1205241 15.4971024,15.9925912 C15.4971024,15.8646534 15.546183,15.736718 15.6443443,15.6387674 C15.8396652,15.4438659 16.1571868,15.4438659 16.3525077,15.6387674 C17.2740216,16.5583031 18.6052086,17.0860366 20.0045074,17.0860366 C21.4048079,17.0860366 22.7359948,16.5583031 23.6575088,15.6387674 C23.8528296,15.4438659 24.1703513,15.4438659 24.3656722,15.6387674 C24.4628318,15.736718 24.5119124,15.8646534 24.5119124,15.9925912 C24.5119124,16.1205241 24.4628318,16.2484595 24.3656722,16.3454106 C22.4244831,18.2824324 22.4244831,22.6982024 24.3656722,24.6342247 C24.4628318,24.7321753 24.5119124,24.8601106 24.5119124,24.988046 C24.5119124,25.1159814 24.4628318,25.2439168 24.3656722,25.3408679 C24.2675109,25.4388184 24.1393003,25.4877937 24.0110896,25.4877937 C23.882879,25.4877937 23.7546684,25.4388184 23.6575088,25.3408679 C22.7359948,24.4213322 21.4048079,23.8935987 20.0045074,23.8935987 C18.6052086,23.8935987 17.2740216,24.4213322 16.3525077,25.3408679 C16.1571868,25.5357694 15.8396652,25.5357694 15.6443443,25.3408679 L15.6443443,25.3408679 Z M32.5421049,19.4358499 C32.236603,19.1320033 31.8369464,18.9800801 31.4362882,18.9800801 C31.0366316,18.9800801 30.636975,19.1320033 30.3314731,19.4358499 C29.721471,20.0445425 29.721471,21.0340428 30.3314731,21.6417359 C30.9414753,22.2504285 31.9321027,22.2504285 32.5421049,21.6417359 C33.1511054,21.0340428 33.1511054,20.0445425 32.5421049,19.4358499 L32.5421049,19.4358499 Z M33.2502683,22.3493786 C32.7504472,22.8481267 32.0933677,23.0980005 31.4362882,23.0980005 C30.7802103,23.0980005 30.1231309,22.8481267 29.6233097,22.3493786 C28.6236675,21.3508828 28.6236675,19.7277025 29.6233097,18.7292068 C30.622952,17.7317105 32.250626,17.7317105 33.2502683,18.7292068 C34.2499106,19.7277025 34.2499106,21.3508828 33.2502683,22.3493786 L33.2502683,22.3493786 Z M9.66852687,19.4468443 C9.36302497,19.1429978 8.96336839,18.9910745 8.56271017,18.9910745 C8.16305359,18.9910745 7.76339701,19.1429978 7.45789511,19.4468443 C6.84889461,20.055537 6.84889461,21.0450373 7.45789511,21.6527304 C8.06789726,22.261423 9.05852472,22.261423 9.66852687,21.6527304 C10.2775274,21.0450373 10.2775274,20.055537 9.66852687,19.4468443 L9.66852687,19.4468443 Z M10.3766903,22.3593735 C9.87686914,22.8581217 9.21978965,23.1079955 8.56271017,23.1079955 C7.90663232,23.1079955 7.24955284,22.8581217 6.7497317,22.3593735 C5.75008943,21.3618773 5.75008943,19.738697 6.7497317,18.7402012 C7.74937397,17.7427049 9.37704801,17.7427049 10.3766903,18.7402012 C11.3763325,19.738697 11.3763325,21.3618773 10.3766903,22.3593735 L10.3766903,22.3593735 Z M27.4337125,28.9100654 C25.4364313,30.903059 22.7820705,32.0005047 19.9574301,32.0005047 C17.1327896,32.0005047 14.4784288,30.903059 12.4821492,28.9100654 C11.165987,27.5977281 10.4077413,26.469298 9.94498104,25.1359713 L8.99842599,25.4628063 C9.50726193,26.9290658 10.3626672,28.2104187 11.7739858,29.6167086 C13.9585748,31.7986067 16.8663519,33 19.9574301,33 C23.0495099,33 25.9562853,31.7986067 28.1418759,29.6167086 C29.2827502,28.4782835 30.4206196,27.1869356 31.0115905,25.4608073 L30.0640338,25.1379703 C29.5391715,26.6701966 28.4894469,27.8565974 27.4337125,28.9100654 L27.4337125,28.9100654 Z M9.94498104,15.8596559 L8.99842599,15.5318214 C9.51026687,14.0645624 10.3656722,12.7832095 11.7759891,11.3759202 C16.2863991,6.87519304 23.6264578,6.87419354 28.1378694,11.3759202 C29.2186449,12.4533761 30.4035916,13.7897012 31.0115905,15.5318214 L30.0640338,15.8596559 C29.5241468,14.3094387 28.4293482,13.0800596 27.4297059,12.0825633 C25.434428,10.0915688 22.7810689,8.99612197 19.9574301,8.99612197 C17.1337912,8.99612197 14.4804321,10.0915688 12.4851542,12.0825633 C11.1870215,13.3779092 10.4037347,14.5423211 9.94498104,15.8596559 L9.94498104,15.8596559 Z' id='AWS-Simple-Queue-Service_Icon_32_Squid' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
1870
1870
  },
1871
1871
  "engines": {
1872
- "camunda": "^8.5"
1872
+ "camunda": "^8.2"
1873
1873
  }
1874
1874
  },
1875
1875
  {
1876
1876
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1877
1877
  "name": "Amazon SQS connector",
1878
1878
  "id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
1879
- "version": 4,
1879
+ "version": 2,
1880
1880
  "description": "Receive message from a queue",
1881
1881
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
1882
1882
  "appliesTo": ["bpmn:StartEvent"],