@camunda/connectors-element-templates 1.0.20 → 1.0.21

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 (115) hide show
  1. package/package.json +2 -2
  2. package/src/connectors-template.js +1 -3
  3. package/src/connectors.js +4 -0
  4. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +40 -40
  5. package/src/element-templates/agenticai-aiagent-job-worker.json +2483 -475
  6. package/src/element-templates/agenticai-aiagent-outbound-connector.json +5352 -3427
  7. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +717 -35
  8. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2254 -809
  9. package/src/element-templates/app-integrations-connector.json +1047 -0
  10. package/src/element-templates/asana-connector.json +1050 -216
  11. package/src/element-templates/automation-anywhere-outbound-connector.json +2046 -1553
  12. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +1067 -29
  13. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +385 -4
  14. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +441 -4
  15. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +416 -4
  16. package/src/element-templates/aws-bedrock-outbound-connector.json +2274 -624
  17. package/src/element-templates/aws-comprehend-outbound-connector.json +1572 -0
  18. package/src/element-templates/aws-dynamodb-outbound-connector.json +2385 -949
  19. package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
  20. package/src/element-templates/aws-eventbridge-connector-intermediate.json +62 -62
  21. package/src/element-templates/aws-eventbridge-connector-start-event.json +20 -20
  22. package/src/element-templates/aws-eventbridge-outbound-connector.json +680 -266
  23. package/src/element-templates/aws-lambda-outbound-connector.json +462 -63
  24. package/src/element-templates/aws-s3-outbound-connector.json +1850 -329
  25. package/src/element-templates/aws-sagemaker-outbound-connector.json +680 -51
  26. package/src/element-templates/aws-sns-inbound-boundary.json +207 -206
  27. package/src/element-templates/aws-sns-inbound-intermediate.json +410 -409
  28. package/src/element-templates/aws-sns-inbound-message-start.json +4 -3
  29. package/src/element-templates/aws-sns-inbound-receive.json +4 -3
  30. package/src/element-templates/aws-sns-inbound-start-event.json +138 -138
  31. package/src/element-templates/aws-sns-outbound-connector.json +643 -186
  32. package/src/element-templates/aws-sqs-boundary-connector.json +1059 -540
  33. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +1046 -527
  34. package/src/element-templates/aws-sqs-outbound-connector.json +596 -143
  35. package/src/element-templates/aws-sqs-receive-connector.json +525 -7
  36. package/src/element-templates/aws-sqs-start-event-connector.json +401 -401
  37. package/src/element-templates/aws-sqs-start-message.json +736 -185
  38. package/src/element-templates/aws-textract-outbound-connector.json +925 -190
  39. package/src/element-templates/azure-blobstorage-outbound-connector.json +1648 -225
  40. package/src/element-templates/azure-open-ai-connector.json +1372 -9
  41. package/src/element-templates/blue-prism-connector.json +655 -76
  42. package/src/element-templates/box-outbound-connector.json +2331 -247
  43. package/src/element-templates/csv-outbound-connector.json +44 -44
  44. package/src/element-templates/easy-post-connector.json +1178 -97
  45. package/src/element-templates/email-outbound-connector.json +3087 -1013
  46. package/src/element-templates/embeddings-vector-database-outbound-connector.json +2160 -0
  47. package/src/element-templates/github-connector.json +14049 -9863
  48. package/src/element-templates/github-webhook-connector-boundary.json +24 -24
  49. package/src/element-templates/github-webhook-connector-intermediate.json +33 -33
  50. package/src/element-templates/github-webhook-connector-message-start.json +8 -8
  51. package/src/element-templates/github-webhook-connector-receive.json +8 -8
  52. package/src/element-templates/github-webhook-connector-start-event.json +54 -54
  53. package/src/element-templates/gitlab-connector.json +2110 -208
  54. package/src/element-templates/google-cloud-storage-outbound-connector.json +1448 -241
  55. package/src/element-templates/google-drive-outbound-connector.json +2246 -694
  56. package/src/element-templates/google-gemini-outbound-connector.json +8 -22
  57. package/src/element-templates/google-maps-platform-connector.json +688 -137
  58. package/src/element-templates/google-sheets-outbound-connector.json +3631 -2475
  59. package/src/element-templates/graphql-outbound-connector.json +3346 -789
  60. package/src/element-templates/http-json-connector.json +5295 -2803
  61. package/src/element-templates/http-polling-boundary-catch-event-connector.json +2550 -590
  62. package/src/element-templates/http-polling-connector.json +2886 -926
  63. package/src/element-templates/hubspot-outbound-connector.json +2786 -36
  64. package/src/element-templates/hugging-face-connector.json +44 -43
  65. package/src/element-templates/jdbc-outbound-connector.json +505 -8
  66. package/src/element-templates/kafka-inbound-connector-boundary.json +29 -32
  67. package/src/element-templates/kafka-inbound-connector-intermediate.json +615 -618
  68. package/src/element-templates/kafka-inbound-connector-receive.json +9 -12
  69. package/src/element-templates/kafka-inbound-connector-start-message.json +9 -12
  70. package/src/element-templates/kafka-inbound-connector.json +240 -240
  71. package/src/element-templates/kafka-outbound-connector.json +494 -498
  72. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +7 -10
  73. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +7 -10
  74. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +7 -10
  75. package/src/element-templates/microsoft-office365-mail-connector.json +1095 -39
  76. package/src/element-templates/microsoft-teams-outbound-connector.json +7335 -4894
  77. package/src/element-templates/openai-connector.json +596 -102
  78. package/src/element-templates/operate-connector.json +167 -170
  79. package/src/element-templates/orchestration-connector.json +1843 -0
  80. package/src/element-templates/power-automate-connector.json +64 -64
  81. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +449 -451
  82. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +770 -772
  83. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +576 -578
  84. package/src/element-templates/rabbitmq-inbound-connector-receive.json +5 -7
  85. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +105 -105
  86. package/src/element-templates/rabbitmq-outbound-connector.json +319 -319
  87. package/src/element-templates/rpa-connector.json +6 -6
  88. package/src/element-templates/salesforce-connector.json +690 -56
  89. package/src/element-templates/send-message-connector-intermediate-throw-event.json +300 -0
  90. package/src/element-templates/send-message-connector-message-end-event.json +300 -0
  91. package/src/element-templates/send-message-connector-send-task.json +299 -0
  92. package/src/element-templates/sendgrid-outbound-connector.json +597 -597
  93. package/src/element-templates/servicenow-connector.json +1365 -8
  94. package/src/element-templates/servicenow-flow-starter-connector.json +15 -15
  95. package/src/element-templates/servicenow-incident-connector.json +1076 -30
  96. package/src/element-templates/slack-inbound-boundary.json +374 -374
  97. package/src/element-templates/slack-inbound-intermediate.json +766 -766
  98. package/src/element-templates/slack-inbound-message-start.json +145 -145
  99. package/src/element-templates/slack-inbound-receive.json +2 -2
  100. package/src/element-templates/slack-inbound-start-event.json +211 -211
  101. package/src/element-templates/slack-outbound-connector.json +2154 -1051
  102. package/src/element-templates/soap-outbound-connector.json +114 -118
  103. package/src/element-templates/twilio-connector.json +1181 -368
  104. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -30
  105. package/src/element-templates/twilio-webhook-connector.json +56 -57
  106. package/src/element-templates/twilio-webhook-intermediate-connector.json +33 -34
  107. package/src/element-templates/twilio-webhook-message-start-connector.json +27 -28
  108. package/src/element-templates/twilio-webhook-receive-connector.json +9 -10
  109. package/src/element-templates/uipath-connector.json +681 -63
  110. package/src/element-templates/webhook-connector-boundary.json +1242 -587
  111. package/src/element-templates/webhook-connector-intermediate.json +1339 -684
  112. package/src/element-templates/webhook-connector-receive.json +659 -5
  113. package/src/element-templates/webhook-connector-start-event.json +1736 -1175
  114. package/src/element-templates/webhook-connector-start-message.json +1791 -1104
  115. package/src/element-templates/whatsapp-connector.json +386 -16
@@ -3,9 +3,330 @@
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
4
  "name": "Amazon SQS Message Start Event Connector",
5
5
  "id": "io.camunda.connectors.AWSSQS.startmessage.v1",
6
+ "version": 2,
6
7
  "description": "Receive message from a queue",
7
8
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
8
- "version": 9,
9
+ "appliesTo": ["bpmn:StartEvent"],
10
+ "elementType": {
11
+ "value": "bpmn:StartEvent",
12
+ "eventDefinition": "bpmn:MessageEventDefinition"
13
+ },
14
+ "category": {
15
+ "id": "connectors",
16
+ "name": "Connectors"
17
+ },
18
+ "groups": [
19
+ {
20
+ "id": "authentication",
21
+ "label": "Authentication"
22
+ },
23
+ {
24
+ "id": "queueProperties",
25
+ "label": "Queue properties"
26
+ },
27
+ {
28
+ "id": "messagePollingProperties",
29
+ "label": "Message polling properties"
30
+ },
31
+ {
32
+ "id": "input",
33
+ "label": "Use next attribute names for activation condition"
34
+ },
35
+ {
36
+ "id": "activation",
37
+ "label": "Activation"
38
+ },
39
+ {
40
+ "id": "correlation",
41
+ "label": "Subprocess correlation"
42
+ },
43
+ {
44
+ "id": "variable-mapping",
45
+ "label": "Variable mapping"
46
+ }
47
+ ],
48
+ "properties": [
49
+ {
50
+ "type": "Hidden",
51
+ "value": "io.camunda:aws-sqs-inbound:1",
52
+ "binding": {
53
+ "type": "zeebe:property",
54
+ "name": "inbound.type"
55
+ }
56
+ },
57
+ {
58
+ "type": "Hidden",
59
+ "generatedValue": {
60
+ "type": "uuid"
61
+ },
62
+ "binding": {
63
+ "type": "bpmn:Message#property",
64
+ "name": "name"
65
+ }
66
+ },
67
+ {
68
+ "id": "authenticationType",
69
+ "label": "Authentication",
70
+ "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>",
71
+ "group": "authentication",
72
+ "type": "Dropdown",
73
+ "optional": false,
74
+ "value": "credentials",
75
+ "choices": [
76
+ {
77
+ "name": "Credentials",
78
+ "value": "credentials"
79
+ },
80
+ {
81
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
82
+ "value": "defaultCredentialsChain"
83
+ }
84
+ ],
85
+ "binding": {
86
+ "type": "zeebe:property",
87
+ "name": "authentication.type"
88
+ },
89
+ "constraints": {
90
+ "notEmpty": true
91
+ }
92
+ },
93
+ {
94
+ "label": "Access key",
95
+ "description": "Provide AWS IAM access key that has permission to read from desired SQS",
96
+ "group": "authentication",
97
+ "type": "String",
98
+ "binding": {
99
+ "type": "zeebe:property",
100
+ "name": "authentication.accessKey"
101
+ },
102
+ "constraints": {
103
+ "notEmpty": true
104
+ },
105
+ "condition": {
106
+ "property": "authenticationType",
107
+ "equals": "credentials"
108
+ }
109
+ },
110
+ {
111
+ "label": "Secret key",
112
+ "description": "Provide AWS IAM secret key that has permission to read from desired SQS",
113
+ "group": "authentication",
114
+ "type": "String",
115
+ "binding": {
116
+ "type": "zeebe:property",
117
+ "name": "authentication.secretKey"
118
+ },
119
+ "constraints": {
120
+ "notEmpty": true
121
+ },
122
+ "condition": {
123
+ "property": "authenticationType",
124
+ "equals": "credentials"
125
+ }
126
+ },
127
+ {
128
+ "label": "Queue URL",
129
+ "description": "Specify the URL of the SQS queue where you would like to subscribe to",
130
+ "group": "queueProperties",
131
+ "type": "String",
132
+ "binding": {
133
+ "type": "zeebe:property",
134
+ "name": "queue.url"
135
+ },
136
+ "constraints": {
137
+ "notEmpty": true,
138
+ "pattern": {
139
+ "value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
140
+ "message": "Must be an queue URL or ARN"
141
+ }
142
+ }
143
+ },
144
+ {
145
+ "label": "Region",
146
+ "description": "Specify the AWS region of your queue",
147
+ "group": "queueProperties",
148
+ "type": "String",
149
+ "binding": {
150
+ "type": "zeebe:property",
151
+ "name": "configuration.region"
152
+ },
153
+ "constraints": {
154
+ "notEmpty": true
155
+ }
156
+ },
157
+ {
158
+ "label": "Polling wait time",
159
+ "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",
160
+ "group": "messagePollingProperties",
161
+ "type": "String",
162
+ "optional": false,
163
+ "feel": "optional",
164
+ "value": "1",
165
+ "binding": {
166
+ "type": "zeebe:property",
167
+ "name": "queue.pollingWaitTime"
168
+ },
169
+ "constraints": {
170
+ "notEmpty": true,
171
+ "pattern": {
172
+ "value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\}.*)$",
173
+ "message": "Must be >= 0 and <= 20 or a FEEL expression"
174
+ }
175
+ }
176
+ },
177
+ {
178
+ "label": "Attribute names",
179
+ "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",
180
+ "group": "input",
181
+ "type": "String",
182
+ "optional": true,
183
+ "binding": {
184
+ "type": "zeebe:property",
185
+ "name": "queue.attributeNames"
186
+ },
187
+ "feel": "required"
188
+ },
189
+ {
190
+ "label": "Message attribute names",
191
+ "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",
192
+ "group": "input",
193
+ "type": "String",
194
+ "optional": true,
195
+ "binding": {
196
+ "type": "zeebe:property",
197
+ "name": "queue.messageAttributeNames"
198
+ },
199
+ "feel": "required"
200
+ },
201
+ {
202
+ "label": "Message ID expression",
203
+ "feel": "required",
204
+ "type": "String",
205
+ "optional": true,
206
+ "group": "activation",
207
+ "binding": {
208
+ "type": "zeebe:property",
209
+ "name": "messageIdExpression"
210
+ },
211
+ "description": "Expression to extract unique identifier of a message"
212
+ },
213
+ {
214
+ "label": "Activation condition",
215
+ "type": "String",
216
+ "group": "activation",
217
+ "feel": "required",
218
+ "optional": true,
219
+ "binding": {
220
+ "type": "zeebe:property",
221
+ "name": "activationCondition"
222
+ },
223
+ "description": "Condition under which the connector triggers. Leave empty to catch all events"
224
+ },
225
+ {
226
+ "label": "Correlation required",
227
+ "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
228
+ "id": "correlationRequired",
229
+ "group": "correlation",
230
+ "type": "Dropdown",
231
+ "value": "notRequired",
232
+ "choices": [
233
+ {
234
+ "name": "Correlation not required",
235
+ "value": "notRequired"
236
+ },
237
+ {
238
+ "name": "Correlation required",
239
+ "value": "required"
240
+ }
241
+ ],
242
+ "binding": {
243
+ "type": "zeebe:property",
244
+ "name": "correlationRequired"
245
+ }
246
+ },
247
+ {
248
+ "label": "Correlation key (process)",
249
+ "type": "String",
250
+ "group": "correlation",
251
+ "feel": "required",
252
+ "description": "Sets up the correlation key from process variables",
253
+ "binding": {
254
+ "type": "bpmn:Message#zeebe:subscription#property",
255
+ "name": "correlationKey"
256
+ },
257
+ "constraints": {
258
+ "notEmpty": true
259
+ },
260
+ "condition": {
261
+ "property": "correlationRequired",
262
+ "equals": "required"
263
+ }
264
+ },
265
+ {
266
+ "label": "Correlation key (payload)",
267
+ "type": "String",
268
+ "group": "correlation",
269
+ "feel": "required",
270
+ "binding": {
271
+ "type": "zeebe:property",
272
+ "name": "correlationKeyExpression"
273
+ },
274
+ "description": "Extracts the correlation key from the incoming message payload",
275
+ "constraints": {
276
+ "notEmpty": true
277
+ },
278
+ "condition": {
279
+ "property": "correlationRequired",
280
+ "equals": "required"
281
+ }
282
+ },
283
+ {
284
+ "label": "Result variable",
285
+ "type": "String",
286
+ "group": "variable-mapping",
287
+ "optional": true,
288
+ "binding": {
289
+ "type": "zeebe:property",
290
+ "name": "resultVariable"
291
+ },
292
+ "description": "Name of variable to store the result of the connector in"
293
+ },
294
+ {
295
+ "label": "Result expression",
296
+ "type": "String",
297
+ "group": "variable-mapping",
298
+ "feel": "required",
299
+ "optional": true,
300
+ "binding": {
301
+ "type": "zeebe:property",
302
+ "name": "resultExpression"
303
+ },
304
+ "description": "Expression to map the inbound payload to process variables"
305
+ }
306
+ ],
307
+ "icon": {
308
+ "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"
309
+ },
310
+ "engines": {
311
+ "camunda": "^8.4"
312
+ }
313
+ },
314
+ {
315
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
316
+ "name": "Amazon SQS Message Start Event Connector",
317
+ "id": "io.camunda.connectors.AWSSQS.startmessage.v1",
318
+ "description": "Receive messages from Amazon SQS.",
319
+ "keywords": [
320
+ "receive message",
321
+ "receive event",
322
+ "receive message from queue",
323
+ "receive event from queue",
324
+ "event driven",
325
+ "queue",
326
+ "dequeue"
327
+ ],
328
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
329
+ "version": 10,
9
330
  "category": {
10
331
  "id": "connectors",
11
332
  "name": "Connectors"
@@ -15,6 +336,9 @@
15
336
  "value": "bpmn:StartEvent",
16
337
  "eventDefinition": "bpmn:MessageEventDefinition"
17
338
  },
339
+ "engines": {
340
+ "camunda": "^8.3"
341
+ },
18
342
  "groups": [
19
343
  {
20
344
  "id": "authentication",
@@ -89,7 +413,6 @@
89
413
  {
90
414
  "id": "authentication.accessKey",
91
415
  "label": "Access key",
92
- "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
93
416
  "optional": false,
94
417
  "constraints": {
95
418
  "notEmpty": true
@@ -104,12 +427,12 @@
104
427
  "equals": "credentials",
105
428
  "type": "simple"
106
429
  },
430
+ "tooltip": "IAM access key of a user with the necessary permissions for this connector",
107
431
  "type": "String"
108
432
  },
109
433
  {
110
434
  "id": "authentication.secretKey",
111
435
  "label": "Secret key",
112
- "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
113
436
  "optional": false,
114
437
  "constraints": {
115
438
  "notEmpty": true
@@ -124,12 +447,12 @@
124
447
  "equals": "credentials",
125
448
  "type": "simple"
126
449
  },
450
+ "tooltip": "IAM secret key of a user with the necessary permissions for this connector",
127
451
  "type": "String"
128
452
  },
129
453
  {
130
454
  "id": "configuration.region",
131
455
  "label": "Region",
132
- "description": "Specify the AWS region",
133
456
  "optional": false,
134
457
  "constraints": {
135
458
  "notEmpty": true
@@ -156,7 +479,6 @@
156
479
  {
157
480
  "id": "queue.queue.url",
158
481
  "label": "Queue URL",
159
- "description": "Specify the URL of the SQS queue where you would like to subscribe to",
160
482
  "optional": false,
161
483
  "constraints": {
162
484
  "notEmpty": true
@@ -166,12 +488,12 @@
166
488
  "name": "queue.url",
167
489
  "type": "zeebe:property"
168
490
  },
491
+ "tooltip": "URL of the SQS queue to subscribe to.",
169
492
  "type": "String"
170
493
  },
171
494
  {
172
495
  "id": "queue.queue.pollingWaitTime",
173
496
  "label": "Polling wait time",
174
- "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",
175
497
  "optional": false,
176
498
  "value": "20",
177
499
  "constraints": {
@@ -185,12 +507,12 @@
185
507
  "name": "queue.pollingWaitTime",
186
508
  "type": "zeebe:property"
187
509
  },
510
+ "tooltip": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">Amazon SQS connector guide</a>. A value of 0 is automatically overridden to 1.",
188
511
  "type": "String"
189
512
  },
190
513
  {
191
514
  "id": "queue.queue.attributeNames",
192
515
  "label": "Attribute names",
193
- "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",
194
516
  "optional": false,
195
517
  "feel": "optional",
196
518
  "group": "input",
@@ -198,12 +520,12 @@
198
520
  "name": "queue.attributeNames",
199
521
  "type": "zeebe:property"
200
522
  },
523
+ "tooltip": "Array of queue attribute names. See the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">Amazon SQS connector guide</a>.",
201
524
  "type": "String"
202
525
  },
203
526
  {
204
527
  "id": "queue.queue.messageAttributeNames",
205
528
  "label": "Message attribute names",
206
- "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",
207
529
  "optional": false,
208
530
  "feel": "optional",
209
531
  "group": "input",
@@ -211,6 +533,7 @@
211
533
  "name": "queue.messageAttributeNames",
212
534
  "type": "zeebe:property"
213
535
  },
536
+ "tooltip": "Array of message attribute names. See the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">Amazon SQS connector guide</a>.",
214
537
  "type": "String"
215
538
  },
216
539
  {
@@ -300,6 +623,19 @@
300
623
  },
301
624
  "type": "String"
302
625
  },
626
+ {
627
+ "id": "messageIdExpression",
628
+ "label": "Message ID expression",
629
+ "description": "Expression to extract unique identifier of a message",
630
+ "optional": true,
631
+ "feel": "required",
632
+ "group": "correlation",
633
+ "binding": {
634
+ "name": "messageIdExpression",
635
+ "type": "zeebe:property"
636
+ },
637
+ "type": "String"
638
+ },
303
639
  {
304
640
  "id": "messageTtl",
305
641
  "label": "Message TTL",
@@ -320,30 +656,20 @@
320
656
  },
321
657
  "type": "String"
322
658
  },
323
- {
324
- "id": "messageIdExpression",
325
- "label": "Message ID expression",
326
- "description": "Expression to extract unique identifier of a message",
327
- "optional": true,
328
- "feel": "required",
329
- "group": "correlation",
330
- "binding": {
331
- "name": "messageIdExpression",
332
- "type": "zeebe:property"
333
- },
334
- "type": "String"
335
- },
336
659
  {
337
660
  "id": "messageNameUuid",
661
+ "label": "Message name",
338
662
  "generatedValue": {
339
663
  "type": "uuid"
340
664
  },
665
+ "feel": "optional",
341
666
  "group": "correlation",
342
667
  "binding": {
343
668
  "name": "name",
344
669
  "type": "bpmn:Message#property"
345
670
  },
346
- "type": "Hidden"
671
+ "tooltip": "By default, this is an auto-generated random UUID. We recommend using a unique message name for each connector element in the diagram. Override to set a custom message name. Learn more about <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-subscriptions\">message subscriptions</a> that power inbound connectors.",
672
+ "type": "String"
347
673
  },
348
674
  {
349
675
  "id": "deduplicationModeManualFlag",
@@ -412,7 +738,7 @@
412
738
  {
413
739
  "id": "resultVariable",
414
740
  "label": "Result variable",
415
- "description": "Name of variable to store the response in",
741
+ "description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>.",
416
742
  "group": "output",
417
743
  "binding": {
418
744
  "name": "resultVariable",
@@ -423,7 +749,7 @@
423
749
  {
424
750
  "id": "resultExpression",
425
751
  "label": "Result expression",
426
- "description": "Expression to map the response into process variables",
752
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>.",
427
753
  "feel": "required",
428
754
  "group": "output",
429
755
  "binding": {
@@ -435,32 +761,33 @@
435
761
  ],
436
762
  "icon": {
437
763
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
438
- },
439
- "engines": {
440
- "camunda": "^8.5"
441
764
  }
442
765
  },
443
766
  {
444
767
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
445
768
  "name": "Amazon SQS Message Start Event Connector",
446
769
  "id": "io.camunda.connectors.AWSSQS.startmessage.v1",
447
- "version": 2,
448
770
  "description": "Receive message from a queue",
449
771
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
772
+ "version": 9,
773
+ "category": {
774
+ "id": "connectors",
775
+ "name": "Connectors"
776
+ },
450
777
  "appliesTo": ["bpmn:StartEvent"],
451
778
  "elementType": {
452
779
  "value": "bpmn:StartEvent",
453
780
  "eventDefinition": "bpmn:MessageEventDefinition"
454
781
  },
455
- "category": {
456
- "id": "connectors",
457
- "name": "Connectors"
458
- },
459
782
  "groups": [
460
783
  {
461
784
  "id": "authentication",
462
785
  "label": "Authentication"
463
786
  },
787
+ {
788
+ "id": "configuration",
789
+ "label": "Configuration"
790
+ },
464
791
  {
465
792
  "id": "queueProperties",
466
793
  "label": "Queue properties"
@@ -479,197 +806,213 @@
479
806
  },
480
807
  {
481
808
  "id": "correlation",
482
- "label": "Subprocess correlation"
809
+ "label": "Correlation",
810
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
483
811
  },
484
812
  {
485
- "id": "variable-mapping",
486
- "label": "Variable mapping"
813
+ "id": "deduplication",
814
+ "label": "Deduplication",
815
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
816
+ },
817
+ {
818
+ "id": "output",
819
+ "label": "Output mapping"
487
820
  }
488
821
  ],
489
822
  "properties": [
490
823
  {
491
- "type": "Hidden",
492
824
  "value": "io.camunda:aws-sqs-inbound:1",
493
825
  "binding": {
494
- "type": "zeebe:property",
495
- "name": "inbound.type"
496
- }
497
- },
498
- {
499
- "type": "Hidden",
500
- "generatedValue": {
501
- "type": "uuid"
826
+ "name": "inbound.type",
827
+ "type": "zeebe:property"
502
828
  },
503
- "binding": {
504
- "type": "bpmn:Message#property",
505
- "name": "name"
506
- }
829
+ "type": "Hidden"
507
830
  },
508
831
  {
509
- "id": "authenticationType",
832
+ "id": "authentication.type",
510
833
  "label": "Authentication",
511
- "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>",
834
+ "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>",
835
+ "value": "credentials",
512
836
  "group": "authentication",
837
+ "binding": {
838
+ "name": "authentication.type",
839
+ "type": "zeebe:property"
840
+ },
513
841
  "type": "Dropdown",
514
- "optional": false,
515
- "value": "credentials",
516
842
  "choices": [
517
- {
518
- "name": "Credentials",
519
- "value": "credentials"
520
- },
521
843
  {
522
844
  "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
523
845
  "value": "defaultCredentialsChain"
846
+ },
847
+ {
848
+ "name": "Credentials",
849
+ "value": "credentials"
524
850
  }
525
- ],
526
- "binding": {
527
- "type": "zeebe:property",
528
- "name": "authentication.type"
529
- },
530
- "constraints": {
531
- "notEmpty": true
532
- }
851
+ ]
533
852
  },
534
853
  {
854
+ "id": "authentication.accessKey",
535
855
  "label": "Access key",
536
- "description": "Provide AWS IAM access key that has permission to read from desired SQS",
537
- "group": "authentication",
538
- "type": "String",
539
- "binding": {
540
- "type": "zeebe:property",
541
- "name": "authentication.accessKey"
542
- },
856
+ "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
857
+ "optional": false,
543
858
  "constraints": {
544
859
  "notEmpty": true
545
860
  },
861
+ "group": "authentication",
862
+ "binding": {
863
+ "name": "authentication.accessKey",
864
+ "type": "zeebe:property"
865
+ },
546
866
  "condition": {
547
- "property": "authenticationType",
548
- "equals": "credentials"
549
- }
867
+ "property": "authentication.type",
868
+ "equals": "credentials",
869
+ "type": "simple"
870
+ },
871
+ "type": "String"
550
872
  },
551
873
  {
874
+ "id": "authentication.secretKey",
552
875
  "label": "Secret key",
553
- "description": "Provide AWS IAM secret key that has permission to read from desired SQS",
876
+ "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
877
+ "optional": false,
878
+ "constraints": {
879
+ "notEmpty": true
880
+ },
554
881
  "group": "authentication",
555
- "type": "String",
556
882
  "binding": {
557
- "type": "zeebe:property",
558
- "name": "authentication.secretKey"
883
+ "name": "authentication.secretKey",
884
+ "type": "zeebe:property"
885
+ },
886
+ "condition": {
887
+ "property": "authentication.type",
888
+ "equals": "credentials",
889
+ "type": "simple"
559
890
  },
891
+ "type": "String"
892
+ },
893
+ {
894
+ "id": "configuration.region",
895
+ "label": "Region",
896
+ "description": "Specify the AWS region",
897
+ "optional": false,
560
898
  "constraints": {
561
899
  "notEmpty": true
562
900
  },
563
- "condition": {
564
- "property": "authenticationType",
565
- "equals": "credentials"
566
- }
901
+ "group": "configuration",
902
+ "binding": {
903
+ "name": "configuration.region",
904
+ "type": "zeebe:property"
905
+ },
906
+ "type": "String"
567
907
  },
568
908
  {
569
- "label": "Queue URL",
570
- "description": "Specify the URL of the SQS queue where you would like to subscribe to",
571
- "group": "queueProperties",
572
- "type": "String",
909
+ "id": "configuration.endpoint",
910
+ "label": "Endpoint",
911
+ "description": "Specify endpoint if need to use custom endpoint",
912
+ "optional": true,
913
+ "group": "configuration",
573
914
  "binding": {
574
- "type": "zeebe:property",
575
- "name": "queue.url"
915
+ "name": "configuration.endpoint",
916
+ "type": "zeebe:property"
576
917
  },
577
- "constraints": {
578
- "notEmpty": true,
579
- "pattern": {
580
- "value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
581
- "message": "Must be an queue URL or ARN"
582
- }
583
- }
918
+ "type": "Hidden"
584
919
  },
585
920
  {
586
- "label": "Region",
587
- "description": "Specify the AWS region of your queue",
921
+ "id": "queue.queue.url",
922
+ "label": "Queue URL",
923
+ "description": "Specify the URL of the SQS queue where you would like to subscribe to",
924
+ "optional": false,
925
+ "constraints": {
926
+ "notEmpty": true
927
+ },
588
928
  "group": "queueProperties",
589
- "type": "String",
590
929
  "binding": {
591
- "type": "zeebe:property",
592
- "name": "configuration.region"
930
+ "name": "queue.url",
931
+ "type": "zeebe:property"
593
932
  },
594
- "constraints": {
595
- "notEmpty": true
596
- }
933
+ "type": "String"
597
934
  },
598
935
  {
936
+ "id": "queue.queue.pollingWaitTime",
599
937
  "label": "Polling wait time",
600
938
  "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",
601
- "group": "messagePollingProperties",
602
- "type": "String",
603
939
  "optional": false,
604
- "feel": "optional",
605
- "value": "1",
606
- "binding": {
607
- "type": "zeebe:property",
608
- "name": "queue.pollingWaitTime"
609
- },
940
+ "value": "20",
610
941
  "constraints": {
611
942
  "notEmpty": true,
612
943
  "pattern": {
613
- "value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\}.*)$",
614
- "message": "Must be >= 0 and <= 20 or a FEEL expression"
944
+ "value": "^([0-9]?|1[0-9]|20|secrets\\..+)$"
615
945
  }
616
- }
946
+ },
947
+ "group": "messagePollingProperties",
948
+ "binding": {
949
+ "name": "queue.pollingWaitTime",
950
+ "type": "zeebe:property"
951
+ },
952
+ "type": "String"
617
953
  },
618
954
  {
955
+ "id": "queue.queue.attributeNames",
619
956
  "label": "Attribute names",
620
957
  "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",
958
+ "optional": false,
959
+ "feel": "optional",
621
960
  "group": "input",
622
- "type": "String",
623
- "optional": true,
624
961
  "binding": {
625
- "type": "zeebe:property",
626
- "name": "queue.attributeNames"
962
+ "name": "queue.attributeNames",
963
+ "type": "zeebe:property"
627
964
  },
628
- "feel": "required"
965
+ "type": "String"
629
966
  },
630
967
  {
968
+ "id": "queue.queue.messageAttributeNames",
631
969
  "label": "Message attribute names",
632
970
  "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",
971
+ "optional": false,
972
+ "feel": "optional",
633
973
  "group": "input",
634
- "type": "String",
635
- "optional": true,
636
974
  "binding": {
637
- "type": "zeebe:property",
638
- "name": "queue.messageAttributeNames"
975
+ "name": "queue.messageAttributeNames",
976
+ "type": "zeebe:property"
639
977
  },
640
- "feel": "required"
978
+ "type": "String"
641
979
  },
642
980
  {
643
- "label": "Message ID expression",
644
- "feel": "required",
645
- "type": "String",
981
+ "id": "activationCondition",
982
+ "label": "Activation condition",
983
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
646
984
  "optional": true,
985
+ "feel": "required",
647
986
  "group": "activation",
648
987
  "binding": {
649
- "type": "zeebe:property",
650
- "name": "messageIdExpression"
988
+ "name": "activationCondition",
989
+ "type": "zeebe:property"
651
990
  },
652
- "description": "Expression to extract unique identifier of a message"
991
+ "type": "String"
653
992
  },
654
993
  {
655
- "label": "Activation condition",
656
- "type": "String",
994
+ "id": "consumeUnmatchedEvents",
995
+ "label": "Consume unmatched events",
996
+ "value": true,
657
997
  "group": "activation",
658
- "feel": "required",
659
- "optional": true,
660
998
  "binding": {
661
- "type": "zeebe:property",
662
- "name": "activationCondition"
999
+ "name": "consumeUnmatchedEvents",
1000
+ "type": "zeebe:property"
663
1001
  },
664
- "description": "Condition under which the connector triggers. Leave empty to catch all events"
1002
+ "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",
1003
+ "type": "Boolean"
665
1004
  },
666
1005
  {
667
- "label": "Correlation required",
668
- "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
669
1006
  "id": "correlationRequired",
1007
+ "label": "Subprocess correlation required",
1008
+ "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
1009
+ "value": "notRequired",
670
1010
  "group": "correlation",
1011
+ "binding": {
1012
+ "name": "correlationRequired",
1013
+ "type": "zeebe:property"
1014
+ },
671
1015
  "type": "Dropdown",
672
- "value": "notRequired",
673
1016
  "choices": [
674
1017
  {
675
1018
  "name": "Correlation not required",
@@ -679,77 +1022,186 @@
679
1022
  "name": "Correlation required",
680
1023
  "value": "required"
681
1024
  }
682
- ],
683
- "binding": {
684
- "type": "zeebe:property",
685
- "name": "correlationRequired"
686
- }
1025
+ ]
687
1026
  },
688
1027
  {
1028
+ "id": "correlationKeyProcess",
689
1029
  "label": "Correlation key (process)",
690
- "type": "String",
691
- "group": "correlation",
692
- "feel": "required",
693
1030
  "description": "Sets up the correlation key from process variables",
1031
+ "constraints": {
1032
+ "notEmpty": true
1033
+ },
1034
+ "feel": "required",
1035
+ "group": "correlation",
694
1036
  "binding": {
695
- "type": "bpmn:Message#zeebe:subscription#property",
696
- "name": "correlationKey"
1037
+ "name": "correlationKey",
1038
+ "type": "bpmn:Message#zeebe:subscription#property"
1039
+ },
1040
+ "condition": {
1041
+ "property": "correlationRequired",
1042
+ "equals": "required",
1043
+ "type": "simple"
697
1044
  },
1045
+ "type": "String"
1046
+ },
1047
+ {
1048
+ "id": "correlationKeyPayload",
1049
+ "label": "Correlation key (payload)",
1050
+ "description": "Extracts the correlation key from the incoming message payload",
698
1051
  "constraints": {
699
1052
  "notEmpty": true
700
1053
  },
1054
+ "feel": "required",
1055
+ "group": "correlation",
1056
+ "binding": {
1057
+ "name": "correlationKeyExpression",
1058
+ "type": "zeebe:property"
1059
+ },
701
1060
  "condition": {
702
1061
  "property": "correlationRequired",
703
- "equals": "required"
704
- }
1062
+ "equals": "required",
1063
+ "type": "simple"
1064
+ },
1065
+ "type": "String"
705
1066
  },
706
1067
  {
707
- "label": "Correlation key (payload)",
708
- "type": "String",
1068
+ "id": "messageTtl",
1069
+ "label": "Message TTL",
1070
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
1071
+ "optional": true,
1072
+ "constraints": {
1073
+ "notEmpty": false,
1074
+ "pattern": {
1075
+ "value": "^(PT.*|)$",
1076
+ "message": "must be an ISO-8601 duration"
1077
+ }
1078
+ },
1079
+ "feel": "optional",
709
1080
  "group": "correlation",
1081
+ "binding": {
1082
+ "name": "messageTtl",
1083
+ "type": "zeebe:property"
1084
+ },
1085
+ "type": "String"
1086
+ },
1087
+ {
1088
+ "id": "messageIdExpression",
1089
+ "label": "Message ID expression",
1090
+ "description": "Expression to extract unique identifier of a message",
1091
+ "optional": true,
710
1092
  "feel": "required",
1093
+ "group": "correlation",
711
1094
  "binding": {
712
- "type": "zeebe:property",
713
- "name": "correlationKeyExpression"
1095
+ "name": "messageIdExpression",
1096
+ "type": "zeebe:property"
714
1097
  },
715
- "description": "Extracts the correlation key from the incoming message payload",
1098
+ "type": "String"
1099
+ },
1100
+ {
1101
+ "id": "messageNameUuid",
1102
+ "generatedValue": {
1103
+ "type": "uuid"
1104
+ },
1105
+ "group": "correlation",
1106
+ "binding": {
1107
+ "name": "name",
1108
+ "type": "bpmn:Message#property"
1109
+ },
1110
+ "type": "Hidden"
1111
+ },
1112
+ {
1113
+ "id": "deduplicationModeManualFlag",
1114
+ "label": "Manual mode",
1115
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
1116
+ "value": false,
1117
+ "group": "deduplication",
1118
+ "binding": {
1119
+ "name": "deduplicationModeManualFlag",
1120
+ "type": "zeebe:property"
1121
+ },
1122
+ "type": "Boolean"
1123
+ },
1124
+ {
1125
+ "id": "deduplicationId",
1126
+ "label": "Deduplication ID",
716
1127
  "constraints": {
717
- "notEmpty": true
1128
+ "notEmpty": true,
1129
+ "pattern": {
1130
+ "value": "^[a-zA-Z0-9_-]+$",
1131
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
1132
+ }
1133
+ },
1134
+ "group": "deduplication",
1135
+ "binding": {
1136
+ "name": "deduplicationId",
1137
+ "type": "zeebe:property"
718
1138
  },
719
1139
  "condition": {
720
- "property": "correlationRequired",
721
- "equals": "required"
722
- }
1140
+ "property": "deduplicationModeManualFlag",
1141
+ "equals": true,
1142
+ "type": "simple"
1143
+ },
1144
+ "type": "String"
1145
+ },
1146
+ {
1147
+ "id": "deduplicationModeManual",
1148
+ "value": "MANUAL",
1149
+ "group": "deduplication",
1150
+ "binding": {
1151
+ "name": "deduplicationMode",
1152
+ "type": "zeebe:property"
1153
+ },
1154
+ "condition": {
1155
+ "property": "deduplicationId",
1156
+ "isActive": true,
1157
+ "type": "simple"
1158
+ },
1159
+ "type": "Hidden"
1160
+ },
1161
+ {
1162
+ "id": "deduplicationModeAuto",
1163
+ "value": "AUTO",
1164
+ "group": "deduplication",
1165
+ "binding": {
1166
+ "name": "deduplicationMode",
1167
+ "type": "zeebe:property"
1168
+ },
1169
+ "condition": {
1170
+ "property": "deduplicationId",
1171
+ "isActive": false,
1172
+ "type": "simple"
1173
+ },
1174
+ "type": "Hidden"
723
1175
  },
724
1176
  {
1177
+ "id": "resultVariable",
725
1178
  "label": "Result variable",
726
- "type": "String",
727
- "group": "variable-mapping",
728
- "optional": true,
1179
+ "description": "Name of variable to store the response in",
1180
+ "group": "output",
729
1181
  "binding": {
730
- "type": "zeebe:property",
731
- "name": "resultVariable"
1182
+ "name": "resultVariable",
1183
+ "type": "zeebe:property"
732
1184
  },
733
- "description": "Name of variable to store the result of the connector in"
1185
+ "type": "String"
734
1186
  },
735
1187
  {
1188
+ "id": "resultExpression",
736
1189
  "label": "Result expression",
737
- "type": "String",
738
- "group": "variable-mapping",
1190
+ "description": "Expression to map the response into process variables",
739
1191
  "feel": "required",
740
- "optional": true,
1192
+ "group": "output",
741
1193
  "binding": {
742
- "type": "zeebe:property",
743
- "name": "resultExpression"
1194
+ "name": "resultExpression",
1195
+ "type": "zeebe:property"
744
1196
  },
745
- "description": "Expression to map the inbound payload to process variables"
1197
+ "type": "Text"
746
1198
  }
747
1199
  ],
748
1200
  "icon": {
749
- "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"
1201
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
750
1202
  },
751
1203
  "engines": {
752
- "camunda": "^8.4"
1204
+ "camunda": "^8.5"
753
1205
  }
754
1206
  },
755
1207
  {
@@ -1045,7 +1497,7 @@
1045
1497
  "dequeue"
1046
1498
  ],
1047
1499
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
1048
- "version": 10,
1500
+ "version": 11,
1049
1501
  "category": {
1050
1502
  "id": "connectors",
1051
1503
  "name": "Connectors"
@@ -1132,7 +1584,6 @@
1132
1584
  {
1133
1585
  "id": "authentication.accessKey",
1134
1586
  "label": "Access key",
1135
- "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
1136
1587
  "optional": false,
1137
1588
  "constraints": {
1138
1589
  "notEmpty": true
@@ -1147,12 +1598,13 @@
1147
1598
  "equals": "credentials",
1148
1599
  "type": "simple"
1149
1600
  },
1150
- "type": "String"
1601
+ "tooltip": "IAM access key of a user with the necessary permissions for this connector",
1602
+ "type": "String",
1603
+ "secret": true
1151
1604
  },
1152
1605
  {
1153
1606
  "id": "authentication.secretKey",
1154
1607
  "label": "Secret key",
1155
- "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
1156
1608
  "optional": false,
1157
1609
  "constraints": {
1158
1610
  "notEmpty": true
@@ -1167,12 +1619,26 @@
1167
1619
  "equals": "credentials",
1168
1620
  "type": "simple"
1169
1621
  },
1170
- "type": "String"
1622
+ "tooltip": "IAM secret key of a user with the necessary permissions for this connector",
1623
+ "type": "String",
1624
+ "secret": true
1625
+ },
1626
+ {
1627
+ "id": "awsCredential",
1628
+ "label": "AWS credential",
1629
+ "description": "Choose a reusable AWS credential. When set, it is bound as a whole to the connector's 'awsCredential' input.",
1630
+ "optional": true,
1631
+ "group": "authentication",
1632
+ "binding": {
1633
+ "name": "awsCredential",
1634
+ "type": "zeebe:property"
1635
+ },
1636
+ "type": "Configuration",
1637
+ "configurationTemplate": "io.camunda:aws-credential:1"
1171
1638
  },
1172
1639
  {
1173
1640
  "id": "configuration.region",
1174
1641
  "label": "Region",
1175
- "description": "Specify the AWS region",
1176
1642
  "optional": false,
1177
1643
  "constraints": {
1178
1644
  "notEmpty": true
@@ -1199,7 +1665,6 @@
1199
1665
  {
1200
1666
  "id": "queue.queue.url",
1201
1667
  "label": "Queue URL",
1202
- "description": "Specify the URL of the SQS queue where you would like to subscribe to",
1203
1668
  "optional": false,
1204
1669
  "constraints": {
1205
1670
  "notEmpty": true
@@ -1209,12 +1674,12 @@
1209
1674
  "name": "queue.url",
1210
1675
  "type": "zeebe:property"
1211
1676
  },
1677
+ "tooltip": "URL of the SQS queue to subscribe to.",
1212
1678
  "type": "String"
1213
1679
  },
1214
1680
  {
1215
1681
  "id": "queue.queue.pollingWaitTime",
1216
1682
  "label": "Polling wait time",
1217
- "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. A value of 0 will automatically be overridden to 1",
1218
1683
  "optional": false,
1219
1684
  "value": "20",
1220
1685
  "constraints": {
@@ -1228,12 +1693,12 @@
1228
1693
  "name": "queue.pollingWaitTime",
1229
1694
  "type": "zeebe:property"
1230
1695
  },
1696
+ "tooltip": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">Amazon SQS connector guide</a>. A value of 0 is automatically overridden to 1.",
1231
1697
  "type": "String"
1232
1698
  },
1233
1699
  {
1234
1700
  "id": "queue.queue.attributeNames",
1235
1701
  "label": "Attribute names",
1236
- "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",
1237
1702
  "optional": false,
1238
1703
  "feel": "optional",
1239
1704
  "group": "input",
@@ -1241,12 +1706,12 @@
1241
1706
  "name": "queue.attributeNames",
1242
1707
  "type": "zeebe:property"
1243
1708
  },
1709
+ "tooltip": "Array of queue attribute names. See the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">Amazon SQS connector guide</a>.",
1244
1710
  "type": "String"
1245
1711
  },
1246
1712
  {
1247
1713
  "id": "queue.queue.messageAttributeNames",
1248
1714
  "label": "Message attribute names",
1249
- "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",
1250
1715
  "optional": false,
1251
1716
  "feel": "optional",
1252
1717
  "group": "input",
@@ -1254,6 +1719,7 @@
1254
1719
  "name": "queue.messageAttributeNames",
1255
1720
  "type": "zeebe:property"
1256
1721
  },
1722
+ "tooltip": "Array of message attribute names. See the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">Amazon SQS connector guide</a>.",
1257
1723
  "type": "String"
1258
1724
  },
1259
1725
  {
@@ -1479,6 +1945,91 @@
1479
1945
  "type": "Text"
1480
1946
  }
1481
1947
  ],
1948
+ "configurationTemplates": [
1949
+ {
1950
+ "id": "io.camunda:aws-credential:1",
1951
+ "kind": "CREDENTIAL",
1952
+ "version": 1,
1953
+ "name": "AWS Credential",
1954
+ "properties": [
1955
+ {
1956
+ "id": "authentication.type",
1957
+ "label": "Authentication",
1958
+ "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>",
1959
+ "value": "credentials",
1960
+ "group": "authentication",
1961
+ "binding": {
1962
+ "name": "authentication.type",
1963
+ "type": "property"
1964
+ },
1965
+ "type": "Dropdown",
1966
+ "choices": [
1967
+ {
1968
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
1969
+ "value": "defaultCredentialsChain"
1970
+ },
1971
+ {
1972
+ "name": "Credentials",
1973
+ "value": "credentials"
1974
+ }
1975
+ ]
1976
+ },
1977
+ {
1978
+ "id": "authentication.accessKey",
1979
+ "label": "Access key",
1980
+ "constraints": {
1981
+ "notEmpty": true
1982
+ },
1983
+ "group": "authentication",
1984
+ "binding": {
1985
+ "name": "authentication.accessKey",
1986
+ "type": "property"
1987
+ },
1988
+ "condition": {
1989
+ "property": "authentication.type",
1990
+ "equals": "credentials",
1991
+ "type": "simple"
1992
+ },
1993
+ "tooltip": "IAM access key of a user with the necessary permissions for this connector",
1994
+ "type": "String",
1995
+ "secret": true
1996
+ },
1997
+ {
1998
+ "id": "authentication.secretKey",
1999
+ "label": "Secret key",
2000
+ "constraints": {
2001
+ "notEmpty": true
2002
+ },
2003
+ "group": "authentication",
2004
+ "binding": {
2005
+ "name": "authentication.secretKey",
2006
+ "type": "property"
2007
+ },
2008
+ "condition": {
2009
+ "property": "authentication.type",
2010
+ "equals": "credentials",
2011
+ "type": "simple"
2012
+ },
2013
+ "tooltip": "IAM secret key of a user with the necessary permissions for this connector",
2014
+ "type": "String",
2015
+ "secret": true
2016
+ },
2017
+ {
2018
+ "id": "region",
2019
+ "label": "Region",
2020
+ "constraints": {
2021
+ "notEmpty": true
2022
+ },
2023
+ "group": "configuration",
2024
+ "binding": {
2025
+ "name": "region",
2026
+ "type": "property"
2027
+ },
2028
+ "type": "String"
2029
+ }
2030
+ ]
2031
+ }
2032
+ ],
1482
2033
  "icon": {
1483
2034
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
1484
2035
  }