@camunda/connectors-element-templates 1.0.6 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/package.json +1 -1
  2. package/src/build_element_template_array_json_files.sh +9 -0
  3. package/src/connectors.js +26 -2
  4. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +32 -30
  5. package/src/element-templates/agenticai-aiagent-job-worker.json +3266 -0
  6. package/src/element-templates/agenticai-aiagent-outbound-connector.json +3932 -760
  7. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
  8. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +1 -1
  9. package/src/element-templates/asana-connector.json +104 -104
  10. package/src/element-templates/automation-anywhere-outbound-connector.json +657 -657
  11. package/src/element-templates/aws-bedrock-outbound-connector.json +30 -30
  12. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  13. package/src/element-templates/aws-dynamodb-outbound-connector.json +107 -107
  14. package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
  15. package/src/element-templates/aws-eventbridge-connector-intermediate.json +31 -31
  16. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  17. package/src/element-templates/aws-eventbridge-connector-receive.json +356 -0
  18. package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
  19. package/src/element-templates/aws-eventbridge-outbound-connector.json +479 -479
  20. package/src/element-templates/aws-lambda-outbound-connector.json +92 -92
  21. package/src/element-templates/aws-s3-outbound-connector.json +30 -30
  22. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  23. package/src/element-templates/aws-sns-inbound-boundary.json +303 -303
  24. package/src/element-templates/aws-sns-inbound-intermediate.json +215 -215
  25. package/src/element-templates/aws-sns-inbound-message-start.json +343 -343
  26. package/src/element-templates/aws-sns-inbound-receive.json +304 -0
  27. package/src/element-templates/aws-sns-inbound-start-event.json +130 -130
  28. package/src/element-templates/aws-sns-outbound-connector.json +726 -726
  29. package/src/element-templates/aws-sqs-boundary-connector.json +629 -629
  30. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +537 -537
  31. package/src/element-templates/aws-sqs-outbound-connector.json +440 -440
  32. package/src/element-templates/aws-sqs-receive-connector.json +418 -0
  33. package/src/element-templates/aws-sqs-start-event-connector.json +771 -771
  34. package/src/element-templates/aws-sqs-start-message.json +461 -461
  35. package/src/element-templates/azure-open-ai-connector.json +32 -32
  36. package/src/element-templates/blue-prism-connector.json +50 -50
  37. package/src/element-templates/box-outbound-connector.json +30 -30
  38. package/src/element-templates/csv-outbound-connector.json +412 -0
  39. package/src/element-templates/easy-post-connector.json +149 -149
  40. package/src/element-templates/email-inbound-connector-boundary.json +19 -19
  41. package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
  42. package/src/element-templates/email-outbound-connector.json +233 -233
  43. package/src/element-templates/embeddings-vector-database-outbound-connector.json +473 -488
  44. package/src/element-templates/github-connector.json +2417 -2417
  45. package/src/element-templates/github-webhook-connector-boundary.json +21 -21
  46. package/src/element-templates/github-webhook-connector-intermediate.json +57 -57
  47. package/src/element-templates/github-webhook-connector-message-start.json +21 -21
  48. package/src/element-templates/github-webhook-connector-receive.json +202 -0
  49. package/src/element-templates/github-webhook-connector-start-event.json +57 -57
  50. package/src/element-templates/gitlab-connector.json +1103 -1103
  51. package/src/element-templates/google-drive-outbound-connector.json +846 -846
  52. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  53. package/src/element-templates/google-maps-platform-connector.json +78 -78
  54. package/src/element-templates/google-sheets-outbound-connector.json +1067 -1067
  55. package/src/element-templates/graphql-outbound-connector.json +1181 -1181
  56. package/src/element-templates/http-json-connector.json +2471 -1866
  57. package/src/element-templates/http-polling-boundary-catch-event-connector.json +635 -6
  58. package/src/element-templates/http-polling-connector.json +635 -6
  59. package/src/element-templates/hugging-face-connector.json +34 -34
  60. package/src/element-templates/jdbc-outbound-connector.json +43 -43
  61. package/src/element-templates/kafka-inbound-connector-boundary.json +1012 -1012
  62. package/src/element-templates/kafka-inbound-connector-intermediate.json +582 -582
  63. package/src/element-templates/kafka-inbound-connector-receive.json +498 -0
  64. package/src/element-templates/kafka-inbound-connector-start-message.json +608 -608
  65. package/src/element-templates/kafka-outbound-connector.json +385 -385
  66. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  67. package/src/element-templates/microsoft-teams-outbound-connector.json +1643 -1643
  68. package/src/element-templates/openai-connector.json +122 -122
  69. package/src/element-templates/operate-connector.json +76 -72
  70. package/src/element-templates/power-automate-connector.json +10 -10
  71. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +334 -334
  72. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +861 -861
  73. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +456 -456
  74. package/src/element-templates/rabbitmq-inbound-connector-receive.json +461 -0
  75. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +258 -258
  76. package/src/element-templates/rabbitmq-outbound-connector.json +322 -322
  77. package/src/element-templates/salesforce-connector.json +44 -44
  78. package/src/element-templates/sendgrid-outbound-connector.json +470 -470
  79. package/src/element-templates/servicenow-connector.json +942 -0
  80. package/src/element-templates/servicenow-flow-starter-connector.json +643 -0
  81. package/src/element-templates/servicenow-incident-connector.json +969 -0
  82. package/src/element-templates/slack-inbound-boundary.json +303 -303
  83. package/src/element-templates/slack-inbound-intermediate.json +277 -277
  84. package/src/element-templates/slack-inbound-message-start.json +11 -11
  85. package/src/element-templates/slack-inbound-receive.json +290 -0
  86. package/src/element-templates/slack-inbound-start-event.json +247 -247
  87. package/src/element-templates/slack-outbound-connector.json +966 -966
  88. package/src/element-templates/twilio-connector.json +52 -52
  89. package/src/element-templates/twilio-webhook-boundary-connector.json +20 -20
  90. package/src/element-templates/twilio-webhook-connector.json +11 -11
  91. package/src/element-templates/twilio-webhook-intermediate-connector.json +50 -50
  92. package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
  93. package/src/element-templates/twilio-webhook-receive-connector.json +262 -0
  94. package/src/element-templates/webhook-connector-boundary.json +1150 -1150
  95. package/src/element-templates/webhook-connector-intermediate.json +1834 -1834
  96. package/src/element-templates/webhook-connector-receive.json +609 -0
  97. package/src/element-templates/webhook-connector-start-event.json +1495 -1495
  98. package/src/element-templates/webhook-connector-start-message.json +586 -586
  99. package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
@@ -1,9 +1,9 @@
1
1
  [
2
2
  {
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
- "name": "Amazon SQS Intermediate Message Catch Event connector",
4
+ "name": "Amazon SQS connector",
5
5
  "id": "io.camunda.connectors.AWSSQS.intermediate.v1",
6
- "version": 6,
6
+ "version": 2,
7
7
  "description": "Receive message from a queue",
8
8
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
9
9
  "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
@@ -62,7 +62,7 @@
62
62
  },
63
63
  {
64
64
  "label": "Access key",
65
- "description": "Provide AWS IAM access key that has permission to read from desired SQS",
65
+ "description": "Provide AWS IAM access key that has permission to send to desired SQS",
66
66
  "group": "authentication",
67
67
  "type": "String",
68
68
  "binding": {
@@ -75,7 +75,7 @@
75
75
  },
76
76
  {
77
77
  "label": "Secret key",
78
- "description": "Provide AWS IAM secret key that has permission to read from desired SQS",
78
+ "description": "Provide AWS IAM secret key that has permission to send to desired SQS",
79
79
  "group": "authentication",
80
80
  "type": "String",
81
81
  "binding": {
@@ -88,7 +88,7 @@
88
88
  },
89
89
  {
90
90
  "label": "Queue URL",
91
- "description": "Specify the URL of the SQS queue where you would like to subscribe to",
91
+ "description": "Specify the URL of the SQS queue where you would like to send message to",
92
92
  "group": "queueProperties",
93
93
  "type": "String",
94
94
  "binding": {
@@ -98,8 +98,8 @@
98
98
  "constraints": {
99
99
  "notEmpty": true,
100
100
  "pattern": {
101
- "value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
102
- "message": "Must be an queue URL or ARN"
101
+ "value": "(^https?://.+)|(^arn:.+)(^secrets\\..+)",
102
+ "message": "Must be an queue URL or ARN or a secret.XYZ"
103
103
  }
104
104
  }
105
105
  },
@@ -131,7 +131,7 @@
131
131
  "constraints": {
132
132
  "notEmpty": true,
133
133
  "pattern": {
134
- "value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\}.*)$",
134
+ "value": "^([0-9]?|1[0-9]|20|secrets\\..+)$",
135
135
  "message": "Must be >= 0 and <= 20 or a FEEL expression"
136
136
  }
137
137
  }
@@ -465,9 +465,9 @@
465
465
  },
466
466
  {
467
467
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
468
- "name": "Amazon SQS Intermediate Message Catch Event connector",
468
+ "name": "Amazon SQS connector",
469
469
  "id": "io.camunda.connectors.AWSSQS.intermediate.v1",
470
- "version": 7,
470
+ "version": 4,
471
471
  "description": "Receive message from a queue",
472
472
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
473
473
  "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
@@ -524,35 +524,9 @@
524
524
  "name": "name"
525
525
  }
526
526
  },
527
- {
528
- "id": "authenticationType",
529
- "label": "Authentication",
530
- "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>",
531
- "group": "authentication",
532
- "type": "Dropdown",
533
- "optional": false,
534
- "value": "credentials",
535
- "choices": [
536
- {
537
- "name": "Credentials",
538
- "value": "credentials"
539
- },
540
- {
541
- "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
542
- "value": "defaultCredentialsChain"
543
- }
544
- ],
545
- "binding": {
546
- "type": "zeebe:property",
547
- "name": "authentication.type"
548
- },
549
- "constraints": {
550
- "notEmpty": true
551
- }
552
- },
553
527
  {
554
528
  "label": "Access key",
555
- "description": "Provide AWS IAM access key that has permission to read from desired SQS",
529
+ "description": "Provide AWS IAM access key that has permission to send to desired SQS",
556
530
  "group": "authentication",
557
531
  "type": "String",
558
532
  "binding": {
@@ -561,15 +535,11 @@
561
535
  },
562
536
  "constraints": {
563
537
  "notEmpty": true
564
- },
565
- "condition": {
566
- "property": "authenticationType",
567
- "equals": "credentials"
568
538
  }
569
539
  },
570
540
  {
571
541
  "label": "Secret key",
572
- "description": "Provide AWS IAM secret key that has permission to read from desired SQS",
542
+ "description": "Provide AWS IAM secret key that has permission to send to desired SQS",
573
543
  "group": "authentication",
574
544
  "type": "String",
575
545
  "binding": {
@@ -578,15 +548,11 @@
578
548
  },
579
549
  "constraints": {
580
550
  "notEmpty": true
581
- },
582
- "condition": {
583
- "property": "authenticationType",
584
- "equals": "credentials"
585
551
  }
586
552
  },
587
553
  {
588
554
  "label": "Queue URL",
589
- "description": "Specify the URL of the SQS queue where you would like to subscribe to",
555
+ "description": "Specify the URL of the SQS queue where you would like to send message to",
590
556
  "group": "queueProperties",
591
557
  "type": "String",
592
558
  "binding": {
@@ -596,8 +562,8 @@
596
562
  "constraints": {
597
563
  "notEmpty": true,
598
564
  "pattern": {
599
- "value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
600
- "message": "Must be an queue URL or ARN"
565
+ "value": "(^https?://.+)|(^arn:.+)(^secrets\\..+)",
566
+ "message": "Must be an queue URL or ARN or a secret.XYZ"
601
567
  }
602
568
  }
603
569
  },
@@ -629,7 +595,7 @@
629
595
  "constraints": {
630
596
  "notEmpty": true,
631
597
  "pattern": {
632
- "value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\}.*)$",
598
+ "value": "^([0-9]?|1[0-9]|20|secrets\\..+)$",
633
599
  "message": "Must be >= 0 and <= 20 or a FEEL expression"
634
600
  }
635
601
  }
@@ -726,14 +692,14 @@
726
692
  "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"
727
693
  },
728
694
  "engines": {
729
- "camunda": "^8.4"
695
+ "camunda": "^8.2"
730
696
  }
731
697
  },
732
698
  {
733
699
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
734
- "name": "Amazon SQS connector",
700
+ "name": "Amazon SQS Intermediate Message Catch Event connector",
735
701
  "id": "io.camunda.connectors.AWSSQS.intermediate.v1",
736
- "version": 2,
702
+ "version": 6,
737
703
  "description": "Receive message from a queue",
738
704
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
739
705
  "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
@@ -792,7 +758,7 @@
792
758
  },
793
759
  {
794
760
  "label": "Access key",
795
- "description": "Provide AWS IAM access key that has permission to send to desired SQS",
761
+ "description": "Provide AWS IAM access key that has permission to read from desired SQS",
796
762
  "group": "authentication",
797
763
  "type": "String",
798
764
  "binding": {
@@ -805,7 +771,7 @@
805
771
  },
806
772
  {
807
773
  "label": "Secret key",
808
- "description": "Provide AWS IAM secret key that has permission to send to desired SQS",
774
+ "description": "Provide AWS IAM secret key that has permission to read from desired SQS",
809
775
  "group": "authentication",
810
776
  "type": "String",
811
777
  "binding": {
@@ -818,7 +784,7 @@
818
784
  },
819
785
  {
820
786
  "label": "Queue URL",
821
- "description": "Specify the URL of the SQS queue where you would like to send message to",
787
+ "description": "Specify the URL of the SQS queue where you would like to subscribe to",
822
788
  "group": "queueProperties",
823
789
  "type": "String",
824
790
  "binding": {
@@ -828,8 +794,8 @@
828
794
  "constraints": {
829
795
  "notEmpty": true,
830
796
  "pattern": {
831
- "value": "(^https?://.+)|(^arn:.+)(^secrets\\..+)",
832
- "message": "Must be an queue URL or ARN or a secret.XYZ"
797
+ "value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
798
+ "message": "Must be an queue URL or ARN"
833
799
  }
834
800
  }
835
801
  },
@@ -861,7 +827,7 @@
861
827
  "constraints": {
862
828
  "notEmpty": true,
863
829
  "pattern": {
864
- "value": "^([0-9]?|1[0-9]|20|secrets\\..+)$",
830
+ "value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\}.*)$",
865
831
  "message": "Must be >= 0 and <= 20 or a FEEL expression"
866
832
  }
867
833
  }
@@ -965,23 +931,27 @@
965
931
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
966
932
  "name": "Amazon SQS Intermediate Message Catch Event connector",
967
933
  "id": "io.camunda.connectors.AWSSQS.intermediate.v1",
968
- "version": 8,
969
934
  "description": "Receive message from a queue",
970
935
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
936
+ "version": 9,
937
+ "category": {
938
+ "id": "connectors",
939
+ "name": "Connectors"
940
+ },
971
941
  "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
972
942
  "elementType": {
973
943
  "value": "bpmn:IntermediateCatchEvent",
974
944
  "eventDefinition": "bpmn:MessageEventDefinition"
975
945
  },
976
- "category": {
977
- "id": "connectors",
978
- "name": "Connectors"
979
- },
980
946
  "groups": [
981
947
  {
982
948
  "id": "authentication",
983
949
  "label": "Authentication"
984
950
  },
951
+ {
952
+ "id": "configuration",
953
+ "label": "Configuration"
954
+ },
985
955
  {
986
956
  "id": "queueProperties",
987
957
  "label": "Queue properties"
@@ -999,251 +969,378 @@
999
969
  "label": "Activation"
1000
970
  },
1001
971
  {
1002
- "id": "variable-mapping",
1003
- "label": "Variable mapping"
972
+ "id": "correlation",
973
+ "label": "Correlation",
974
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
975
+ },
976
+ {
977
+ "id": "deduplication",
978
+ "label": "Deduplication",
979
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
980
+ },
981
+ {
982
+ "id": "output",
983
+ "label": "Output mapping"
1004
984
  }
1005
985
  ],
1006
986
  "properties": [
1007
987
  {
1008
- "type": "Hidden",
1009
988
  "value": "io.camunda:aws-sqs-inbound:1",
1010
989
  "binding": {
1011
- "type": "zeebe:property",
1012
- "name": "inbound.type"
1013
- }
1014
- },
1015
- {
1016
- "type": "Hidden",
1017
- "generatedValue": {
1018
- "type": "uuid"
990
+ "name": "inbound.type",
991
+ "type": "zeebe:property"
1019
992
  },
1020
- "binding": {
1021
- "type": "bpmn:Message#property",
1022
- "name": "name"
1023
- }
993
+ "type": "Hidden"
1024
994
  },
1025
995
  {
1026
- "id": "authenticationType",
996
+ "id": "authentication.type",
1027
997
  "label": "Authentication",
1028
- "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>",
998
+ "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>",
999
+ "value": "credentials",
1029
1000
  "group": "authentication",
1001
+ "binding": {
1002
+ "name": "authentication.type",
1003
+ "type": "zeebe:property"
1004
+ },
1030
1005
  "type": "Dropdown",
1031
- "optional": false,
1032
- "value": "credentials",
1033
1006
  "choices": [
1034
- {
1035
- "name": "Credentials",
1036
- "value": "credentials"
1037
- },
1038
1007
  {
1039
1008
  "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
1040
1009
  "value": "defaultCredentialsChain"
1010
+ },
1011
+ {
1012
+ "name": "Credentials",
1013
+ "value": "credentials"
1041
1014
  }
1042
- ],
1043
- "binding": {
1044
- "type": "zeebe:property",
1045
- "name": "authentication.type"
1046
- },
1047
- "constraints": {
1048
- "notEmpty": true
1049
- }
1015
+ ]
1050
1016
  },
1051
1017
  {
1018
+ "id": "authentication.accessKey",
1052
1019
  "label": "Access key",
1053
- "description": "Provide AWS IAM access key that has permission to read from desired SQS",
1054
- "group": "authentication",
1055
- "type": "String",
1056
- "binding": {
1057
- "type": "zeebe:property",
1058
- "name": "authentication.accessKey"
1059
- },
1020
+ "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
1021
+ "optional": false,
1060
1022
  "constraints": {
1061
1023
  "notEmpty": true
1062
1024
  },
1025
+ "group": "authentication",
1026
+ "binding": {
1027
+ "name": "authentication.accessKey",
1028
+ "type": "zeebe:property"
1029
+ },
1063
1030
  "condition": {
1064
- "property": "authenticationType",
1065
- "equals": "credentials"
1066
- }
1031
+ "property": "authentication.type",
1032
+ "equals": "credentials",
1033
+ "type": "simple"
1034
+ },
1035
+ "type": "String"
1067
1036
  },
1068
1037
  {
1038
+ "id": "authentication.secretKey",
1069
1039
  "label": "Secret key",
1070
- "description": "Provide AWS IAM secret key that has permission to read from desired SQS",
1040
+ "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
1041
+ "optional": false,
1042
+ "constraints": {
1043
+ "notEmpty": true
1044
+ },
1071
1045
  "group": "authentication",
1072
- "type": "String",
1073
1046
  "binding": {
1074
- "type": "zeebe:property",
1075
- "name": "authentication.secretKey"
1047
+ "name": "authentication.secretKey",
1048
+ "type": "zeebe:property"
1049
+ },
1050
+ "condition": {
1051
+ "property": "authentication.type",
1052
+ "equals": "credentials",
1053
+ "type": "simple"
1076
1054
  },
1055
+ "type": "String"
1056
+ },
1057
+ {
1058
+ "id": "configuration.region",
1059
+ "label": "Region",
1060
+ "description": "Specify the AWS region",
1061
+ "optional": false,
1077
1062
  "constraints": {
1078
1063
  "notEmpty": true
1079
1064
  },
1080
- "condition": {
1081
- "property": "authenticationType",
1082
- "equals": "credentials"
1083
- }
1065
+ "group": "configuration",
1066
+ "binding": {
1067
+ "name": "configuration.region",
1068
+ "type": "zeebe:property"
1069
+ },
1070
+ "type": "String"
1084
1071
  },
1085
1072
  {
1086
- "label": "Queue URL",
1087
- "description": "Specify the URL of the SQS queue where you would like to subscribe to",
1088
- "group": "queueProperties",
1089
- "type": "String",
1073
+ "id": "configuration.endpoint",
1074
+ "label": "Endpoint",
1075
+ "description": "Specify endpoint if need to use custom endpoint",
1076
+ "optional": true,
1077
+ "group": "configuration",
1090
1078
  "binding": {
1091
- "type": "zeebe:property",
1092
- "name": "queue.url"
1079
+ "name": "configuration.endpoint",
1080
+ "type": "zeebe:property"
1093
1081
  },
1094
- "constraints": {
1095
- "notEmpty": true,
1096
- "pattern": {
1097
- "value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
1098
- "message": "Must be an queue URL or ARN"
1099
- }
1100
- }
1082
+ "type": "Hidden"
1101
1083
  },
1102
1084
  {
1103
- "label": "Region",
1104
- "description": "Specify the AWS region of your queue",
1085
+ "id": "queue.queue.url",
1086
+ "label": "Queue URL",
1087
+ "description": "Specify the URL of the SQS queue where you would like to subscribe to",
1088
+ "optional": false,
1089
+ "constraints": {
1090
+ "notEmpty": true
1091
+ },
1105
1092
  "group": "queueProperties",
1106
- "type": "String",
1107
1093
  "binding": {
1108
- "type": "zeebe:property",
1109
- "name": "configuration.region"
1094
+ "name": "queue.url",
1095
+ "type": "zeebe:property"
1110
1096
  },
1111
- "constraints": {
1112
- "notEmpty": true
1113
- }
1097
+ "type": "String"
1114
1098
  },
1115
1099
  {
1100
+ "id": "queue.queue.pollingWaitTime",
1116
1101
  "label": "Polling wait time",
1117
1102
  "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",
1118
- "group": "messagePollingProperties",
1119
- "type": "String",
1120
1103
  "optional": false,
1121
- "feel": "optional",
1122
- "value": "1",
1123
- "binding": {
1124
- "type": "zeebe:property",
1125
- "name": "queue.pollingWaitTime"
1126
- },
1104
+ "value": "20",
1127
1105
  "constraints": {
1128
1106
  "notEmpty": true,
1129
1107
  "pattern": {
1130
- "value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\}.*)$",
1131
- "message": "Must be >= 0 and <= 20 or a FEEL expression"
1108
+ "value": "^([0-9]?|1[0-9]|20|secrets\\..+)$"
1132
1109
  }
1133
- }
1110
+ },
1111
+ "group": "messagePollingProperties",
1112
+ "binding": {
1113
+ "name": "queue.pollingWaitTime",
1114
+ "type": "zeebe:property"
1115
+ },
1116
+ "type": "String"
1134
1117
  },
1135
1118
  {
1119
+ "id": "queue.queue.attributeNames",
1136
1120
  "label": "Attribute names",
1137
1121
  "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",
1122
+ "optional": false,
1123
+ "feel": "optional",
1138
1124
  "group": "input",
1139
- "type": "String",
1140
- "optional": true,
1141
1125
  "binding": {
1142
- "type": "zeebe:property",
1143
- "name": "queue.attributeNames"
1126
+ "name": "queue.attributeNames",
1127
+ "type": "zeebe:property"
1144
1128
  },
1145
- "feel": "required"
1129
+ "type": "String"
1146
1130
  },
1147
1131
  {
1132
+ "id": "queue.queue.messageAttributeNames",
1148
1133
  "label": "Message attribute names",
1149
1134
  "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",
1135
+ "optional": false,
1136
+ "feel": "optional",
1150
1137
  "group": "input",
1151
- "type": "String",
1152
- "optional": true,
1153
1138
  "binding": {
1154
- "type": "zeebe:property",
1155
- "name": "queue.messageAttributeNames"
1139
+ "name": "queue.messageAttributeNames",
1140
+ "type": "zeebe:property"
1156
1141
  },
1157
- "feel": "required"
1142
+ "type": "String"
1158
1143
  },
1159
1144
  {
1160
- "label": "Correlation key (process)",
1161
- "type": "String",
1162
- "group": "activation",
1145
+ "id": "activationCondition",
1146
+ "label": "Activation condition",
1147
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
1148
+ "optional": true,
1163
1149
  "feel": "required",
1164
- "description": "Sets up the correlation key from process variables",
1150
+ "group": "activation",
1165
1151
  "binding": {
1166
- "type": "bpmn:Message#zeebe:subscription#property",
1167
- "name": "correlationKey"
1152
+ "name": "activationCondition",
1153
+ "type": "zeebe:property"
1168
1154
  },
1169
- "constraints": {
1170
- "notEmpty": true
1171
- }
1155
+ "type": "String"
1172
1156
  },
1173
1157
  {
1174
- "label": "Correlation key (payload)",
1175
- "type": "String",
1158
+ "id": "consumeUnmatchedEvents",
1159
+ "label": "Consume unmatched events",
1160
+ "value": true,
1176
1161
  "group": "activation",
1162
+ "binding": {
1163
+ "name": "consumeUnmatchedEvents",
1164
+ "type": "zeebe:property"
1165
+ },
1166
+ "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",
1167
+ "type": "Boolean"
1168
+ },
1169
+ {
1170
+ "id": "correlationKeyProcess",
1171
+ "label": "Correlation key (process)",
1172
+ "description": "Sets up the correlation key from process variables",
1173
+ "constraints": {
1174
+ "notEmpty": true
1175
+ },
1177
1176
  "feel": "required",
1177
+ "group": "correlation",
1178
1178
  "binding": {
1179
- "type": "zeebe:property",
1180
- "name": "correlationKeyExpression"
1179
+ "name": "correlationKey",
1180
+ "type": "bpmn:Message#zeebe:subscription#property"
1181
1181
  },
1182
+ "type": "String"
1183
+ },
1184
+ {
1185
+ "id": "correlationKeyPayload",
1186
+ "label": "Correlation key (payload)",
1182
1187
  "description": "Extracts the correlation key from the incoming message payload",
1183
1188
  "constraints": {
1184
1189
  "notEmpty": true
1185
- }
1190
+ },
1191
+ "feel": "required",
1192
+ "group": "correlation",
1193
+ "binding": {
1194
+ "name": "correlationKeyExpression",
1195
+ "type": "zeebe:property"
1196
+ },
1197
+ "type": "String"
1186
1198
  },
1187
1199
  {
1200
+ "id": "messageIdExpression",
1188
1201
  "label": "Message ID expression",
1189
- "feel": "required",
1190
- "type": "String",
1202
+ "description": "Expression to extract unique identifier of a message",
1191
1203
  "optional": true,
1192
- "group": "activation",
1204
+ "feel": "required",
1205
+ "group": "correlation",
1193
1206
  "binding": {
1194
- "type": "zeebe:property",
1195
- "name": "messageIdExpression"
1207
+ "name": "messageIdExpression",
1208
+ "type": "zeebe:property"
1196
1209
  },
1197
- "description": "Expression to extract unique identifier of a message"
1210
+ "type": "String"
1198
1211
  },
1199
1212
  {
1200
- "label": "Activation condition",
1201
- "type": "String",
1202
- "group": "activation",
1203
- "feel": "required",
1213
+ "id": "messageTtl",
1214
+ "label": "Message TTL",
1215
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
1204
1216
  "optional": true,
1217
+ "constraints": {
1218
+ "notEmpty": false,
1219
+ "pattern": {
1220
+ "value": "^(PT.*|)$",
1221
+ "message": "must be an ISO-8601 duration"
1222
+ }
1223
+ },
1224
+ "feel": "optional",
1225
+ "group": "correlation",
1205
1226
  "binding": {
1206
- "type": "zeebe:property",
1207
- "name": "activationCondition"
1227
+ "name": "messageTtl",
1228
+ "type": "zeebe:property"
1208
1229
  },
1209
- "description": "Condition under which the connector triggers. Leave empty to catch all events"
1230
+ "type": "String"
1231
+ },
1232
+ {
1233
+ "id": "messageNameUuid",
1234
+ "generatedValue": {
1235
+ "type": "uuid"
1236
+ },
1237
+ "group": "correlation",
1238
+ "binding": {
1239
+ "name": "name",
1240
+ "type": "bpmn:Message#property"
1241
+ },
1242
+ "type": "Hidden"
1243
+ },
1244
+ {
1245
+ "id": "deduplicationModeManualFlag",
1246
+ "label": "Manual mode",
1247
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
1248
+ "value": false,
1249
+ "group": "deduplication",
1250
+ "binding": {
1251
+ "name": "deduplicationModeManualFlag",
1252
+ "type": "zeebe:property"
1253
+ },
1254
+ "type": "Boolean"
1210
1255
  },
1211
1256
  {
1257
+ "id": "deduplicationId",
1258
+ "label": "Deduplication ID",
1259
+ "constraints": {
1260
+ "notEmpty": true,
1261
+ "pattern": {
1262
+ "value": "^[a-zA-Z0-9_-]+$",
1263
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
1264
+ }
1265
+ },
1266
+ "group": "deduplication",
1267
+ "binding": {
1268
+ "name": "deduplicationId",
1269
+ "type": "zeebe:property"
1270
+ },
1271
+ "condition": {
1272
+ "property": "deduplicationModeManualFlag",
1273
+ "equals": true,
1274
+ "type": "simple"
1275
+ },
1276
+ "type": "String"
1277
+ },
1278
+ {
1279
+ "id": "deduplicationModeManual",
1280
+ "value": "MANUAL",
1281
+ "group": "deduplication",
1282
+ "binding": {
1283
+ "name": "deduplicationMode",
1284
+ "type": "zeebe:property"
1285
+ },
1286
+ "condition": {
1287
+ "property": "deduplicationId",
1288
+ "isActive": true,
1289
+ "type": "simple"
1290
+ },
1291
+ "type": "Hidden"
1292
+ },
1293
+ {
1294
+ "id": "deduplicationModeAuto",
1295
+ "value": "AUTO",
1296
+ "group": "deduplication",
1297
+ "binding": {
1298
+ "name": "deduplicationMode",
1299
+ "type": "zeebe:property"
1300
+ },
1301
+ "condition": {
1302
+ "property": "deduplicationId",
1303
+ "isActive": false,
1304
+ "type": "simple"
1305
+ },
1306
+ "type": "Hidden"
1307
+ },
1308
+ {
1309
+ "id": "resultVariable",
1212
1310
  "label": "Result variable",
1213
- "type": "String",
1214
- "group": "variable-mapping",
1215
- "optional": true,
1311
+ "description": "Name of variable to store the response in",
1312
+ "group": "output",
1216
1313
  "binding": {
1217
- "type": "zeebe:property",
1218
- "name": "resultVariable"
1314
+ "name": "resultVariable",
1315
+ "type": "zeebe:property"
1219
1316
  },
1220
- "description": "Name of variable to store the result of the connector in"
1317
+ "type": "String"
1221
1318
  },
1222
1319
  {
1320
+ "id": "resultExpression",
1223
1321
  "label": "Result expression",
1224
- "type": "String",
1225
- "group": "variable-mapping",
1322
+ "description": "Expression to map the response into process variables",
1226
1323
  "feel": "required",
1227
- "optional": true,
1324
+ "group": "output",
1228
1325
  "binding": {
1229
- "type": "zeebe:property",
1230
- "name": "resultExpression"
1326
+ "name": "resultExpression",
1327
+ "type": "zeebe:property"
1231
1328
  },
1232
- "description": "Expression to map the inbound payload to process variables"
1329
+ "type": "Text"
1233
1330
  }
1234
1331
  ],
1235
1332
  "icon": {
1236
- "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"
1333
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
1237
1334
  },
1238
1335
  "engines": {
1239
- "camunda": "^8.4"
1336
+ "camunda": "^8.5"
1240
1337
  }
1241
1338
  },
1242
1339
  {
1243
1340
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1244
- "name": "Amazon SQS connector",
1341
+ "name": "Amazon SQS Intermediate Message Catch Event connector",
1245
1342
  "id": "io.camunda.connectors.AWSSQS.intermediate.v1",
1246
- "version": 4,
1343
+ "version": 7,
1247
1344
  "description": "Receive message from a queue",
1248
1345
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
1249
1346
  "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
@@ -1300,9 +1397,35 @@
1300
1397
  "name": "name"
1301
1398
  }
1302
1399
  },
1400
+ {
1401
+ "id": "authenticationType",
1402
+ "label": "Authentication",
1403
+ "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>",
1404
+ "group": "authentication",
1405
+ "type": "Dropdown",
1406
+ "optional": false,
1407
+ "value": "credentials",
1408
+ "choices": [
1409
+ {
1410
+ "name": "Credentials",
1411
+ "value": "credentials"
1412
+ },
1413
+ {
1414
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
1415
+ "value": "defaultCredentialsChain"
1416
+ }
1417
+ ],
1418
+ "binding": {
1419
+ "type": "zeebe:property",
1420
+ "name": "authentication.type"
1421
+ },
1422
+ "constraints": {
1423
+ "notEmpty": true
1424
+ }
1425
+ },
1303
1426
  {
1304
1427
  "label": "Access key",
1305
- "description": "Provide AWS IAM access key that has permission to send to desired SQS",
1428
+ "description": "Provide AWS IAM access key that has permission to read from desired SQS",
1306
1429
  "group": "authentication",
1307
1430
  "type": "String",
1308
1431
  "binding": {
@@ -1311,11 +1434,15 @@
1311
1434
  },
1312
1435
  "constraints": {
1313
1436
  "notEmpty": true
1437
+ },
1438
+ "condition": {
1439
+ "property": "authenticationType",
1440
+ "equals": "credentials"
1314
1441
  }
1315
1442
  },
1316
1443
  {
1317
1444
  "label": "Secret key",
1318
- "description": "Provide AWS IAM secret key that has permission to send to desired SQS",
1445
+ "description": "Provide AWS IAM secret key that has permission to read from desired SQS",
1319
1446
  "group": "authentication",
1320
1447
  "type": "String",
1321
1448
  "binding": {
@@ -1324,11 +1451,15 @@
1324
1451
  },
1325
1452
  "constraints": {
1326
1453
  "notEmpty": true
1454
+ },
1455
+ "condition": {
1456
+ "property": "authenticationType",
1457
+ "equals": "credentials"
1327
1458
  }
1328
1459
  },
1329
1460
  {
1330
1461
  "label": "Queue URL",
1331
- "description": "Specify the URL of the SQS queue where you would like to send message to",
1462
+ "description": "Specify the URL of the SQS queue where you would like to subscribe to",
1332
1463
  "group": "queueProperties",
1333
1464
  "type": "String",
1334
1465
  "binding": {
@@ -1338,8 +1469,8 @@
1338
1469
  "constraints": {
1339
1470
  "notEmpty": true,
1340
1471
  "pattern": {
1341
- "value": "(^https?://.+)|(^arn:.+)(^secrets\\..+)",
1342
- "message": "Must be an queue URL or ARN or a secret.XYZ"
1472
+ "value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
1473
+ "message": "Must be an queue URL or ARN"
1343
1474
  }
1344
1475
  }
1345
1476
  },
@@ -1371,7 +1502,7 @@
1371
1502
  "constraints": {
1372
1503
  "notEmpty": true,
1373
1504
  "pattern": {
1374
- "value": "^([0-9]?|1[0-9]|20|secrets\\..+)$",
1505
+ "value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\}.*)$",
1375
1506
  "message": "Must be >= 0 and <= 20 or a FEEL expression"
1376
1507
  }
1377
1508
  }
@@ -1468,14 +1599,14 @@
1468
1599
  "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"
1469
1600
  },
1470
1601
  "engines": {
1471
- "camunda": "^8.2"
1602
+ "camunda": "^8.4"
1472
1603
  }
1473
1604
  },
1474
1605
  {
1475
1606
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1476
1607
  "name": "Amazon SQS connector",
1477
1608
  "id": "io.camunda.connectors.AWSSQS.intermediate.v1",
1478
- "version": 5,
1609
+ "version": 3,
1479
1610
  "description": "Receive message from a queue",
1480
1611
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
1481
1612
  "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
@@ -1558,6 +1689,15 @@
1558
1689
  "notEmpty": true
1559
1690
  }
1560
1691
  },
1692
+ {
1693
+ "type": "Hidden",
1694
+ "description": "This value forces to evaluate configuration first in order",
1695
+ "value": "nonce",
1696
+ "binding": {
1697
+ "type": "zeebe:input",
1698
+ "name": "configuration.nonce"
1699
+ }
1700
+ },
1561
1701
  {
1562
1702
  "label": "Queue URL",
1563
1703
  "description": "Specify the URL of the SQS queue where you would like to send message to",
@@ -1570,8 +1710,8 @@
1570
1710
  "constraints": {
1571
1711
  "notEmpty": true,
1572
1712
  "pattern": {
1573
- "value": "^(https?://.+|arn:.+|secrets\\..+|\\{\\{secrets\\..+\\}\\}.*)$",
1574
- "message": "Must be an queue URL or ARN"
1713
+ "value": "(^https?://.+)|(^arn:.+)(^secrets\\..+)",
1714
+ "message": "Must be an queue URL or ARN or a secret.XYZ"
1575
1715
  }
1576
1716
  }
1577
1717
  },
@@ -1588,6 +1728,14 @@
1588
1728
  "notEmpty": true
1589
1729
  }
1590
1730
  },
1731
+ {
1732
+ "description": "Backwards compatible region",
1733
+ "type": "Hidden",
1734
+ "binding": {
1735
+ "type": "zeebe:property",
1736
+ "name": "queue.region"
1737
+ }
1738
+ },
1591
1739
  {
1592
1740
  "label": "Polling wait time",
1593
1741
  "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",
@@ -1603,7 +1751,7 @@
1603
1751
  "constraints": {
1604
1752
  "notEmpty": true,
1605
1753
  "pattern": {
1606
- "value": "^([0-9]?|1[0-9]|20|secrets\\..+|\\{\\{secrets\\..+\\}\\}.*)$",
1754
+ "value": "^([0-9]?|1[0-9]|20|secrets\\..+)$",
1607
1755
  "message": "Must be >= 0 and <= 20 or a FEEL expression"
1608
1756
  }
1609
1757
  }
@@ -1705,29 +1853,25 @@
1705
1853
  },
1706
1854
  {
1707
1855
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1708
- "name": "Amazon SQS Intermediate Message Catch Event connector",
1856
+ "name": "Amazon SQS connector",
1709
1857
  "id": "io.camunda.connectors.AWSSQS.intermediate.v1",
1858
+ "version": 5,
1710
1859
  "description": "Receive message from a queue",
1711
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
1712
- "version": 9,
1713
- "category": {
1714
- "id": "connectors",
1715
- "name": "Connectors"
1716
- },
1860
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
1717
1861
  "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
1718
1862
  "elementType": {
1719
1863
  "value": "bpmn:IntermediateCatchEvent",
1720
1864
  "eventDefinition": "bpmn:MessageEventDefinition"
1721
1865
  },
1866
+ "category": {
1867
+ "id": "connectors",
1868
+ "name": "Connectors"
1869
+ },
1722
1870
  "groups": [
1723
1871
  {
1724
1872
  "id": "authentication",
1725
1873
  "label": "Authentication"
1726
1874
  },
1727
- {
1728
- "id": "configuration",
1729
- "label": "Configuration"
1730
- },
1731
1875
  {
1732
1876
  "id": "queueProperties",
1733
1877
  "label": "Queue properties"
@@ -1745,380 +1889,207 @@
1745
1889
  "label": "Activation"
1746
1890
  },
1747
1891
  {
1748
- "id": "correlation",
1749
- "label": "Correlation",
1750
- "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
1751
- },
1752
- {
1753
- "id": "deduplication",
1754
- "label": "Deduplication",
1755
- "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
1756
- },
1757
- {
1758
- "id": "output",
1759
- "label": "Output mapping"
1892
+ "id": "variable-mapping",
1893
+ "label": "Variable mapping"
1760
1894
  }
1761
1895
  ],
1762
1896
  "properties": [
1763
1897
  {
1898
+ "type": "Hidden",
1764
1899
  "value": "io.camunda:aws-sqs-inbound:1",
1765
1900
  "binding": {
1766
- "name": "inbound.type",
1767
- "type": "zeebe:property"
1768
- },
1769
- "type": "Hidden"
1901
+ "type": "zeebe:property",
1902
+ "name": "inbound.type"
1903
+ }
1770
1904
  },
1771
1905
  {
1772
- "id": "authentication.type",
1773
- "label": "Authentication",
1774
- "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>",
1775
- "value": "credentials",
1776
- "group": "authentication",
1777
- "binding": {
1778
- "name": "authentication.type",
1779
- "type": "zeebe:property"
1906
+ "type": "Hidden",
1907
+ "generatedValue": {
1908
+ "type": "uuid"
1780
1909
  },
1781
- "type": "Dropdown",
1782
- "choices": [
1783
- {
1784
- "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
1785
- "value": "defaultCredentialsChain"
1786
- },
1787
- {
1788
- "name": "Credentials",
1789
- "value": "credentials"
1790
- }
1791
- ]
1910
+ "binding": {
1911
+ "type": "bpmn:Message#property",
1912
+ "name": "name"
1913
+ }
1792
1914
  },
1793
1915
  {
1794
- "id": "authentication.accessKey",
1795
1916
  "label": "Access key",
1796
- "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
1797
- "optional": false,
1798
- "constraints": {
1799
- "notEmpty": true
1800
- },
1917
+ "description": "Provide AWS IAM access key that has permission to send to desired SQS",
1801
1918
  "group": "authentication",
1919
+ "type": "String",
1802
1920
  "binding": {
1803
- "name": "authentication.accessKey",
1804
- "type": "zeebe:property"
1805
- },
1806
- "condition": {
1807
- "property": "authentication.type",
1808
- "equals": "credentials",
1809
- "type": "simple"
1921
+ "type": "zeebe:property",
1922
+ "name": "authentication.accessKey"
1810
1923
  },
1811
- "type": "String"
1924
+ "constraints": {
1925
+ "notEmpty": true
1926
+ }
1812
1927
  },
1813
1928
  {
1814
- "id": "authentication.secretKey",
1815
1929
  "label": "Secret key",
1816
- "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
1817
- "optional": false,
1818
- "constraints": {
1819
- "notEmpty": true
1820
- },
1930
+ "description": "Provide AWS IAM secret key that has permission to send to desired SQS",
1821
1931
  "group": "authentication",
1932
+ "type": "String",
1822
1933
  "binding": {
1823
- "name": "authentication.secretKey",
1824
- "type": "zeebe:property"
1825
- },
1826
- "condition": {
1827
- "property": "authentication.type",
1828
- "equals": "credentials",
1829
- "type": "simple"
1934
+ "type": "zeebe:property",
1935
+ "name": "authentication.secretKey"
1830
1936
  },
1831
- "type": "String"
1832
- },
1833
- {
1834
- "id": "configuration.region",
1835
- "label": "Region",
1836
- "description": "Specify the AWS region",
1837
- "optional": false,
1838
1937
  "constraints": {
1839
1938
  "notEmpty": true
1840
- },
1841
- "group": "configuration",
1842
- "binding": {
1843
- "name": "configuration.region",
1844
- "type": "zeebe:property"
1845
- },
1846
- "type": "String"
1847
- },
1848
- {
1849
- "id": "configuration.endpoint",
1850
- "label": "Endpoint",
1851
- "description": "Specify endpoint if need to use custom endpoint",
1852
- "optional": true,
1853
- "group": "configuration",
1854
- "binding": {
1855
- "name": "configuration.endpoint",
1856
- "type": "zeebe:property"
1857
- },
1858
- "type": "Hidden"
1939
+ }
1859
1940
  },
1860
1941
  {
1861
- "id": "queue.queue.url",
1862
1942
  "label": "Queue URL",
1863
- "description": "Specify the URL of the SQS queue where you would like to subscribe to",
1864
- "optional": false,
1865
- "constraints": {
1866
- "notEmpty": true
1867
- },
1943
+ "description": "Specify the URL of the SQS queue where you would like to send message to",
1868
1944
  "group": "queueProperties",
1945
+ "type": "String",
1869
1946
  "binding": {
1870
- "name": "queue.url",
1871
- "type": "zeebe:property"
1947
+ "type": "zeebe:property",
1948
+ "name": "queue.url"
1872
1949
  },
1873
- "type": "String"
1874
- },
1875
- {
1876
- "id": "queue.queue.pollingWaitTime",
1877
- "label": "Polling wait time",
1878
- "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",
1879
- "optional": false,
1880
- "value": "20",
1881
1950
  "constraints": {
1882
1951
  "notEmpty": true,
1883
1952
  "pattern": {
1884
- "value": "^([0-9]?|1[0-9]|20|secrets\\..+)$"
1953
+ "value": "^(https?://.+|arn:.+|secrets\\..+|\\{\\{secrets\\..+\\}\\}.*)$",
1954
+ "message": "Must be an queue URL or ARN"
1885
1955
  }
1886
- },
1887
- "group": "messagePollingProperties",
1888
- "binding": {
1889
- "name": "queue.pollingWaitTime",
1890
- "type": "zeebe:property"
1891
- },
1892
- "type": "String"
1893
- },
1894
- {
1895
- "id": "queue.queue.attributeNames",
1896
- "label": "Attribute names",
1897
- "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",
1898
- "optional": false,
1899
- "feel": "optional",
1900
- "group": "input",
1901
- "binding": {
1902
- "name": "queue.attributeNames",
1903
- "type": "zeebe:property"
1904
- },
1905
- "type": "String"
1906
- },
1907
- {
1908
- "id": "queue.queue.messageAttributeNames",
1909
- "label": "Message attribute names",
1910
- "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",
1911
- "optional": false,
1912
- "feel": "optional",
1913
- "group": "input",
1914
- "binding": {
1915
- "name": "queue.messageAttributeNames",
1916
- "type": "zeebe:property"
1917
- },
1918
- "type": "String"
1919
- },
1920
- {
1921
- "id": "activationCondition",
1922
- "label": "Activation condition",
1923
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
1924
- "optional": true,
1925
- "feel": "required",
1926
- "group": "activation",
1927
- "binding": {
1928
- "name": "activationCondition",
1929
- "type": "zeebe:property"
1930
- },
1931
- "type": "String"
1932
- },
1933
- {
1934
- "id": "consumeUnmatchedEvents",
1935
- "label": "Consume unmatched events",
1936
- "value": true,
1937
- "group": "activation",
1938
- "binding": {
1939
- "name": "consumeUnmatchedEvents",
1940
- "type": "zeebe:property"
1941
- },
1942
- "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",
1943
- "type": "Boolean"
1944
- },
1945
- {
1946
- "id": "correlationKeyProcess",
1947
- "label": "Correlation key (process)",
1948
- "description": "Sets up the correlation key from process variables",
1949
- "constraints": {
1950
- "notEmpty": true
1951
- },
1952
- "feel": "required",
1953
- "group": "correlation",
1954
- "binding": {
1955
- "name": "correlationKey",
1956
- "type": "bpmn:Message#zeebe:subscription#property"
1957
- },
1958
- "type": "String"
1959
- },
1960
- {
1961
- "id": "correlationKeyPayload",
1962
- "label": "Correlation key (payload)",
1963
- "description": "Extracts the correlation key from the incoming message payload",
1964
- "constraints": {
1965
- "notEmpty": true
1966
- },
1967
- "feel": "required",
1968
- "group": "correlation",
1969
- "binding": {
1970
- "name": "correlationKeyExpression",
1971
- "type": "zeebe:property"
1972
- },
1973
- "type": "String"
1956
+ }
1974
1957
  },
1975
1958
  {
1976
- "id": "messageIdExpression",
1977
- "label": "Message ID expression",
1978
- "description": "Expression to extract unique identifier of a message",
1979
- "optional": true,
1980
- "feel": "required",
1981
- "group": "correlation",
1959
+ "label": "Region",
1960
+ "description": "Specify the AWS region of your queue",
1961
+ "group": "queueProperties",
1962
+ "type": "String",
1982
1963
  "binding": {
1983
- "name": "messageIdExpression",
1984
- "type": "zeebe:property"
1964
+ "type": "zeebe:property",
1965
+ "name": "configuration.region"
1985
1966
  },
1986
- "type": "String"
1967
+ "constraints": {
1968
+ "notEmpty": true
1969
+ }
1987
1970
  },
1988
1971
  {
1989
- "id": "messageTtl",
1990
- "label": "Message TTL",
1991
- "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
1992
- "optional": true,
1993
- "constraints": {
1994
- "notEmpty": false,
1995
- "pattern": {
1996
- "value": "^(PT.*|)$",
1997
- "message": "must be an ISO-8601 duration"
1998
- }
1999
- },
1972
+ "label": "Polling wait time",
1973
+ "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",
1974
+ "group": "messagePollingProperties",
1975
+ "type": "String",
1976
+ "optional": false,
2000
1977
  "feel": "optional",
2001
- "group": "correlation",
1978
+ "value": "1",
2002
1979
  "binding": {
2003
- "name": "messageTtl",
2004
- "type": "zeebe:property"
1980
+ "type": "zeebe:property",
1981
+ "name": "queue.pollingWaitTime"
2005
1982
  },
2006
- "type": "String"
1983
+ "constraints": {
1984
+ "notEmpty": true,
1985
+ "pattern": {
1986
+ "value": "^([0-9]?|1[0-9]|20|secrets\\..+|\\{\\{secrets\\..+\\}\\}.*)$",
1987
+ "message": "Must be >= 0 and <= 20 or a FEEL expression"
1988
+ }
1989
+ }
2007
1990
  },
2008
1991
  {
2009
- "id": "messageNameUuid",
2010
- "generatedValue": {
2011
- "type": "uuid"
2012
- },
2013
- "group": "correlation",
1992
+ "label": "Attribute names",
1993
+ "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",
1994
+ "group": "input",
1995
+ "type": "String",
1996
+ "optional": true,
2014
1997
  "binding": {
2015
- "name": "name",
2016
- "type": "bpmn:Message#property"
1998
+ "type": "zeebe:property",
1999
+ "name": "queue.attributeNames"
2017
2000
  },
2018
- "type": "Hidden"
2001
+ "feel": "required"
2019
2002
  },
2020
2003
  {
2021
- "id": "deduplicationModeManualFlag",
2022
- "label": "Manual mode",
2023
- "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
2024
- "value": false,
2025
- "group": "deduplication",
2004
+ "label": "Message attribute names",
2005
+ "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",
2006
+ "group": "input",
2007
+ "type": "String",
2008
+ "optional": true,
2026
2009
  "binding": {
2027
- "name": "deduplicationModeManualFlag",
2028
- "type": "zeebe:property"
2010
+ "type": "zeebe:property",
2011
+ "name": "queue.messageAttributeNames"
2029
2012
  },
2030
- "type": "Boolean"
2013
+ "feel": "required"
2031
2014
  },
2032
2015
  {
2033
- "id": "deduplicationId",
2034
- "label": "Deduplication ID",
2035
- "constraints": {
2036
- "notEmpty": true,
2037
- "pattern": {
2038
- "value": "^[a-zA-Z0-9_-]+$",
2039
- "message": "can only contain alphanumeric characters, dashes, and underscores"
2040
- }
2041
- },
2042
- "group": "deduplication",
2016
+ "label": "Correlation key (process)",
2017
+ "type": "String",
2018
+ "group": "activation",
2019
+ "feel": "required",
2020
+ "description": "Sets up the correlation key from process variables",
2043
2021
  "binding": {
2044
- "name": "deduplicationId",
2045
- "type": "zeebe:property"
2046
- },
2047
- "condition": {
2048
- "property": "deduplicationModeManualFlag",
2049
- "equals": true,
2050
- "type": "simple"
2022
+ "type": "bpmn:Message#zeebe:subscription#property",
2023
+ "name": "correlationKey"
2051
2024
  },
2052
- "type": "String"
2025
+ "constraints": {
2026
+ "notEmpty": true
2027
+ }
2053
2028
  },
2054
2029
  {
2055
- "id": "deduplicationModeManual",
2056
- "value": "MANUAL",
2057
- "group": "deduplication",
2030
+ "label": "Correlation key (payload)",
2031
+ "type": "String",
2032
+ "group": "activation",
2033
+ "feel": "required",
2058
2034
  "binding": {
2059
- "name": "deduplicationMode",
2060
- "type": "zeebe:property"
2061
- },
2062
- "condition": {
2063
- "property": "deduplicationId",
2064
- "isActive": true,
2065
- "type": "simple"
2035
+ "type": "zeebe:property",
2036
+ "name": "correlationKeyExpression"
2066
2037
  },
2067
- "type": "Hidden"
2038
+ "description": "Extracts the correlation key from the incoming message payload",
2039
+ "constraints": {
2040
+ "notEmpty": true
2041
+ }
2068
2042
  },
2069
2043
  {
2070
- "id": "deduplicationModeAuto",
2071
- "value": "AUTO",
2072
- "group": "deduplication",
2044
+ "label": "Activation condition",
2045
+ "type": "String",
2046
+ "group": "activation",
2047
+ "feel": "required",
2048
+ "optional": true,
2073
2049
  "binding": {
2074
- "name": "deduplicationMode",
2075
- "type": "zeebe:property"
2076
- },
2077
- "condition": {
2078
- "property": "deduplicationId",
2079
- "isActive": false,
2080
- "type": "simple"
2050
+ "type": "zeebe:property",
2051
+ "name": "activationCondition"
2081
2052
  },
2082
- "type": "Hidden"
2053
+ "description": "Condition under which the connector triggers. Leave empty to catch all events"
2083
2054
  },
2084
2055
  {
2085
- "id": "resultVariable",
2086
2056
  "label": "Result variable",
2087
- "description": "Name of variable to store the response in",
2088
- "group": "output",
2057
+ "type": "String",
2058
+ "group": "variable-mapping",
2059
+ "optional": true,
2089
2060
  "binding": {
2090
- "name": "resultVariable",
2091
- "type": "zeebe:property"
2061
+ "type": "zeebe:property",
2062
+ "name": "resultVariable"
2092
2063
  },
2093
- "type": "String"
2064
+ "description": "Name of variable to store the result of the connector in"
2094
2065
  },
2095
2066
  {
2096
- "id": "resultExpression",
2097
2067
  "label": "Result expression",
2098
- "description": "Expression to map the response into process variables",
2068
+ "type": "String",
2069
+ "group": "variable-mapping",
2099
2070
  "feel": "required",
2100
- "group": "output",
2071
+ "optional": true,
2101
2072
  "binding": {
2102
- "name": "resultExpression",
2103
- "type": "zeebe:property"
2073
+ "type": "zeebe:property",
2074
+ "name": "resultExpression"
2104
2075
  },
2105
- "type": "Text"
2076
+ "description": "Expression to map the inbound payload to process variables"
2106
2077
  }
2107
2078
  ],
2108
2079
  "icon": {
2109
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
2080
+ "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"
2110
2081
  },
2111
2082
  "engines": {
2112
- "camunda": "^8.5"
2083
+ "camunda": "^8.2"
2113
2084
  }
2114
2085
  },
2115
2086
  {
2116
2087
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
2117
- "name": "Amazon SQS connector",
2088
+ "name": "Amazon SQS Intermediate Message Catch Event connector",
2118
2089
  "id": "io.camunda.connectors.AWSSQS.intermediate.v1",
2119
- "version": 3,
2090
+ "version": 8,
2120
2091
  "description": "Receive message from a queue",
2121
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
2092
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
2122
2093
  "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
2123
2094
  "elementType": {
2124
2095
  "value": "bpmn:IntermediateCatchEvent",
@@ -2173,9 +2144,35 @@
2173
2144
  "name": "name"
2174
2145
  }
2175
2146
  },
2147
+ {
2148
+ "id": "authenticationType",
2149
+ "label": "Authentication",
2150
+ "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>",
2151
+ "group": "authentication",
2152
+ "type": "Dropdown",
2153
+ "optional": false,
2154
+ "value": "credentials",
2155
+ "choices": [
2156
+ {
2157
+ "name": "Credentials",
2158
+ "value": "credentials"
2159
+ },
2160
+ {
2161
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
2162
+ "value": "defaultCredentialsChain"
2163
+ }
2164
+ ],
2165
+ "binding": {
2166
+ "type": "zeebe:property",
2167
+ "name": "authentication.type"
2168
+ },
2169
+ "constraints": {
2170
+ "notEmpty": true
2171
+ }
2172
+ },
2176
2173
  {
2177
2174
  "label": "Access key",
2178
- "description": "Provide AWS IAM access key that has permission to send to desired SQS",
2175
+ "description": "Provide AWS IAM access key that has permission to read from desired SQS",
2179
2176
  "group": "authentication",
2180
2177
  "type": "String",
2181
2178
  "binding": {
@@ -2184,11 +2181,15 @@
2184
2181
  },
2185
2182
  "constraints": {
2186
2183
  "notEmpty": true
2184
+ },
2185
+ "condition": {
2186
+ "property": "authenticationType",
2187
+ "equals": "credentials"
2187
2188
  }
2188
2189
  },
2189
2190
  {
2190
2191
  "label": "Secret key",
2191
- "description": "Provide AWS IAM secret key that has permission to send to desired SQS",
2192
+ "description": "Provide AWS IAM secret key that has permission to read from desired SQS",
2192
2193
  "group": "authentication",
2193
2194
  "type": "String",
2194
2195
  "binding": {
@@ -2197,20 +2198,15 @@
2197
2198
  },
2198
2199
  "constraints": {
2199
2200
  "notEmpty": true
2200
- }
2201
- },
2202
- {
2203
- "type": "Hidden",
2204
- "description": "This value forces to evaluate configuration first in order",
2205
- "value": "nonce",
2206
- "binding": {
2207
- "type": "zeebe:input",
2208
- "name": "configuration.nonce"
2201
+ },
2202
+ "condition": {
2203
+ "property": "authenticationType",
2204
+ "equals": "credentials"
2209
2205
  }
2210
2206
  },
2211
2207
  {
2212
2208
  "label": "Queue URL",
2213
- "description": "Specify the URL of the SQS queue where you would like to send message to",
2209
+ "description": "Specify the URL of the SQS queue where you would like to subscribe to",
2214
2210
  "group": "queueProperties",
2215
2211
  "type": "String",
2216
2212
  "binding": {
@@ -2220,8 +2216,8 @@
2220
2216
  "constraints": {
2221
2217
  "notEmpty": true,
2222
2218
  "pattern": {
2223
- "value": "(^https?://.+)|(^arn:.+)(^secrets\\..+)",
2224
- "message": "Must be an queue URL or ARN or a secret.XYZ"
2219
+ "value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
2220
+ "message": "Must be an queue URL or ARN"
2225
2221
  }
2226
2222
  }
2227
2223
  },
@@ -2238,17 +2234,9 @@
2238
2234
  "notEmpty": true
2239
2235
  }
2240
2236
  },
2241
- {
2242
- "description": "Backwards compatible region",
2243
- "type": "Hidden",
2244
- "binding": {
2245
- "type": "zeebe:property",
2246
- "name": "queue.region"
2247
- }
2248
- },
2249
2237
  {
2250
2238
  "label": "Polling wait time",
2251
- "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",
2239
+ "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",
2252
2240
  "group": "messagePollingProperties",
2253
2241
  "type": "String",
2254
2242
  "optional": false,
@@ -2261,14 +2249,14 @@
2261
2249
  "constraints": {
2262
2250
  "notEmpty": true,
2263
2251
  "pattern": {
2264
- "value": "^([0-9]?|1[0-9]|20|secrets\\..+)$",
2252
+ "value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\}.*)$",
2265
2253
  "message": "Must be >= 0 and <= 20 or a FEEL expression"
2266
2254
  }
2267
2255
  }
2268
2256
  },
2269
2257
  {
2270
2258
  "label": "Attribute names",
2271
- "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",
2259
+ "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",
2272
2260
  "group": "input",
2273
2261
  "type": "String",
2274
2262
  "optional": true,
@@ -2280,7 +2268,7 @@
2280
2268
  },
2281
2269
  {
2282
2270
  "label": "Message attribute names",
2283
- "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",
2271
+ "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",
2284
2272
  "group": "input",
2285
2273
  "type": "String",
2286
2274
  "optional": true,
@@ -2318,6 +2306,18 @@
2318
2306
  "notEmpty": true
2319
2307
  }
2320
2308
  },
2309
+ {
2310
+ "label": "Message ID expression",
2311
+ "feel": "required",
2312
+ "type": "String",
2313
+ "optional": true,
2314
+ "group": "activation",
2315
+ "binding": {
2316
+ "type": "zeebe:property",
2317
+ "name": "messageIdExpression"
2318
+ },
2319
+ "description": "Expression to extract unique identifier of a message"
2320
+ },
2321
2321
  {
2322
2322
  "label": "Activation condition",
2323
2323
  "type": "String",
@@ -2358,7 +2358,7 @@
2358
2358
  "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"
2359
2359
  },
2360
2360
  "engines": {
2361
- "camunda": "^8.2"
2361
+ "camunda": "^8.4"
2362
2362
  }
2363
2363
  },
2364
2364
  {