@camunda/connectors-element-templates 1.0.17 → 1.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -2
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +4 -7
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +8 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +8 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +8 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +8 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +9 -12
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3770 -29
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6274 -2594
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +549 -552
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +736 -739
  14. package/src/element-templates/asana-connector.json +759 -48
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1763 -1759
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +747 -10
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1358 -1358
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +383 -18
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +377 -12
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +407 -8
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
  29. package/src/element-templates/aws-lambda-outbound-connector.json +238 -234
  30. package/src/element-templates/aws-s3-outbound-connector.json +646 -5
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +13 -9
  32. package/src/element-templates/aws-sns-inbound-boundary.json +44 -37
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +210 -203
  34. package/src/element-templates/aws-sns-inbound-message-start.json +125 -118
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +134 -127
  37. package/src/element-templates/aws-sns-outbound-connector.json +581 -577
  38. package/src/element-templates/aws-sqs-boundary-connector.json +453 -449
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +530 -526
  40. package/src/element-templates/aws-sqs-outbound-connector.json +711 -709
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +213 -205
  43. package/src/element-templates/aws-sqs-start-message.json +461 -457
  44. package/src/element-templates/aws-textract-outbound-connector.json +109 -105
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +676 -19
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +569 -24
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +13 -5
  50. package/src/element-templates/easy-post-connector.json +1077 -109
  51. package/src/element-templates/email-inbound-connector-boundary.json +32 -24
  52. package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +58 -50
  55. package/src/element-templates/email-outbound-connector.json +2116 -243
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +3 -6
  57. package/src/element-templates/github-connector.json +15257 -11722
  58. package/src/element-templates/github-webhook-connector-boundary.json +27 -29
  59. package/src/element-templates/github-webhook-connector-intermediate.json +36 -38
  60. package/src/element-templates/github-webhook-connector-message-start.json +11 -13
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +54 -56
  63. package/src/element-templates/gitlab-connector.json +4177 -2545
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +562 -13
  65. package/src/element-templates/google-drive-outbound-connector.json +1386 -766
  66. package/src/element-templates/google-gemini-outbound-connector.json +13 -5
  67. package/src/element-templates/google-maps-platform-connector.json +1059 -30
  68. package/src/element-templates/google-sheets-outbound-connector.json +2449 -1455
  69. package/src/element-templates/graphql-outbound-connector.json +1744 -1735
  70. package/src/element-templates/http-json-connector.json +2982 -2332
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +752 -741
  72. package/src/element-templates/http-polling-connector.json +1512 -1501
  73. package/src/element-templates/hubspot-outbound-connector.json +2371 -25
  74. package/src/element-templates/hugging-face-connector.json +234 -3
  75. package/src/element-templates/jdbc-outbound-connector.json +20 -6
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +613 -604
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +528 -519
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +530 -521
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +518 -512
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
  85. package/src/element-templates/microsoft-office365-mail-connector.json +893 -10
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5971 -3807
  87. package/src/element-templates/openai-connector.json +550 -87
  88. package/src/element-templates/operate-connector.json +1198 -46
  89. package/src/element-templates/power-automate-connector.json +601 -9
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +444 -435
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +484 -475
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +367 -358
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +479 -470
  95. package/src/element-templates/rabbitmq-outbound-connector.json +356 -350
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +544 -0
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +945 -337
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +490 -192
  106. package/src/element-templates/slack-inbound-intermediate.json +421 -123
  107. package/src/element-templates/slack-inbound-message-start.json +469 -139
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +216 -211
  110. package/src/element-templates/slack-outbound-connector.json +2451 -753
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1573 -93
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +19 -10
  114. package/src/element-templates/twilio-webhook-connector.json +243 -13
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +34 -25
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +594 -2
  119. package/src/element-templates/webhook-connector-boundary.json +580 -570
  120. package/src/element-templates/webhook-connector-intermediate.json +1390 -1380
  121. package/src/element-templates/webhook-connector-receive.json +16 -6
  122. package/src/element-templates/webhook-connector-start-event.json +1382 -1375
  123. package/src/element-templates/webhook-connector-start-message.json +1306 -1296
  124. package/src/element-templates/whatsapp-connector.json +343 -9
  125. package/src/element-templates/http-connector.json.json +0 -654
@@ -3,9 +3,9 @@
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
4
  "name": "Amazon SQS Intermediate Message Catch Event connector",
5
5
  "id": "io.camunda.connectors.AWSSQS.intermediate.v1",
6
- "version": 7,
6
+ "version": 8,
7
7
  "description": "Receive message from a queue",
8
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
8
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
9
9
  "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
10
10
  "elementType": {
11
11
  "value": "bpmn:IntermediateCatchEvent",
@@ -152,7 +152,7 @@
152
152
  },
153
153
  {
154
154
  "label": "Polling wait time",
155
- "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",
155
+ "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",
156
156
  "group": "messagePollingProperties",
157
157
  "type": "String",
158
158
  "optional": false,
@@ -172,7 +172,7 @@
172
172
  },
173
173
  {
174
174
  "label": "Attribute names",
175
- "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",
175
+ "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",
176
176
  "group": "input",
177
177
  "type": "String",
178
178
  "optional": true,
@@ -184,7 +184,7 @@
184
184
  },
185
185
  {
186
186
  "label": "Message attribute names",
187
- "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",
187
+ "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",
188
188
  "group": "input",
189
189
  "type": "String",
190
190
  "optional": true,
@@ -222,6 +222,18 @@
222
222
  "notEmpty": true
223
223
  }
224
224
  },
225
+ {
226
+ "label": "Message ID expression",
227
+ "feel": "required",
228
+ "type": "String",
229
+ "optional": true,
230
+ "group": "activation",
231
+ "binding": {
232
+ "type": "zeebe:property",
233
+ "name": "messageIdExpression"
234
+ },
235
+ "description": "Expression to extract unique identifier of a message"
236
+ },
225
237
  {
226
238
  "label": "Activation condition",
227
239
  "type": "String",
@@ -269,27 +281,23 @@
269
281
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
270
282
  "name": "Amazon SQS Intermediate Message Catch Event connector",
271
283
  "id": "io.camunda.connectors.AWSSQS.intermediate.v1",
284
+ "version": 6,
272
285
  "description": "Receive message from a queue",
273
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
274
- "version": 9,
275
- "category": {
276
- "id": "connectors",
277
- "name": "Connectors"
278
- },
286
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
279
287
  "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
280
288
  "elementType": {
281
289
  "value": "bpmn:IntermediateCatchEvent",
282
290
  "eventDefinition": "bpmn:MessageEventDefinition"
283
291
  },
292
+ "category": {
293
+ "id": "connectors",
294
+ "name": "Connectors"
295
+ },
284
296
  "groups": [
285
297
  {
286
298
  "id": "authentication",
287
299
  "label": "Authentication"
288
300
  },
289
- {
290
- "id": "configuration",
291
- "label": "Configuration"
292
- },
293
301
  {
294
302
  "id": "queueProperties",
295
303
  "label": "Queue properties"
@@ -307,378 +315,205 @@
307
315
  "label": "Activation"
308
316
  },
309
317
  {
310
- "id": "correlation",
311
- "label": "Correlation",
312
- "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
313
- },
314
- {
315
- "id": "deduplication",
316
- "label": "Deduplication",
317
- "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
318
- },
319
- {
320
- "id": "output",
321
- "label": "Output mapping"
318
+ "id": "variable-mapping",
319
+ "label": "Variable mapping"
322
320
  }
323
321
  ],
324
322
  "properties": [
325
323
  {
324
+ "type": "Hidden",
326
325
  "value": "io.camunda:aws-sqs-inbound:1",
327
326
  "binding": {
328
- "name": "inbound.type",
329
- "type": "zeebe:property"
330
- },
331
- "type": "Hidden"
327
+ "type": "zeebe:property",
328
+ "name": "inbound.type"
329
+ }
332
330
  },
333
331
  {
334
- "id": "authentication.type",
335
- "label": "Authentication",
336
- "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>",
337
- "value": "credentials",
338
- "group": "authentication",
339
- "binding": {
340
- "name": "authentication.type",
341
- "type": "zeebe:property"
332
+ "type": "Hidden",
333
+ "generatedValue": {
334
+ "type": "uuid"
342
335
  },
343
- "type": "Dropdown",
344
- "choices": [
345
- {
346
- "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
347
- "value": "defaultCredentialsChain"
348
- },
349
- {
350
- "name": "Credentials",
351
- "value": "credentials"
352
- }
353
- ]
336
+ "binding": {
337
+ "type": "bpmn:Message#property",
338
+ "name": "name"
339
+ }
354
340
  },
355
341
  {
356
- "id": "authentication.accessKey",
357
342
  "label": "Access key",
358
- "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
359
- "optional": false,
360
- "constraints": {
361
- "notEmpty": true
362
- },
343
+ "description": "Provide AWS IAM access key that has permission to read from desired SQS",
363
344
  "group": "authentication",
345
+ "type": "String",
364
346
  "binding": {
365
- "name": "authentication.accessKey",
366
- "type": "zeebe:property"
367
- },
368
- "condition": {
369
- "property": "authentication.type",
370
- "equals": "credentials",
371
- "type": "simple"
347
+ "type": "zeebe:property",
348
+ "name": "authentication.accessKey"
372
349
  },
373
- "type": "String"
350
+ "constraints": {
351
+ "notEmpty": true
352
+ }
374
353
  },
375
354
  {
376
- "id": "authentication.secretKey",
377
355
  "label": "Secret key",
378
- "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
379
- "optional": false,
380
- "constraints": {
381
- "notEmpty": true
382
- },
356
+ "description": "Provide AWS IAM secret key that has permission to read from desired SQS",
383
357
  "group": "authentication",
358
+ "type": "String",
384
359
  "binding": {
385
- "name": "authentication.secretKey",
386
- "type": "zeebe:property"
387
- },
388
- "condition": {
389
- "property": "authentication.type",
390
- "equals": "credentials",
391
- "type": "simple"
360
+ "type": "zeebe:property",
361
+ "name": "authentication.secretKey"
392
362
  },
393
- "type": "String"
394
- },
395
- {
396
- "id": "configuration.region",
397
- "label": "Region",
398
- "description": "Specify the AWS region",
399
- "optional": false,
400
363
  "constraints": {
401
364
  "notEmpty": true
402
- },
403
- "group": "configuration",
404
- "binding": {
405
- "name": "configuration.region",
406
- "type": "zeebe:property"
407
- },
408
- "type": "String"
365
+ }
409
366
  },
410
367
  {
411
- "id": "configuration.endpoint",
412
- "label": "Endpoint",
413
- "description": "Specify endpoint if need to use custom endpoint",
414
- "optional": true,
415
- "group": "configuration",
368
+ "label": "Queue URL",
369
+ "description": "Specify the URL of the SQS queue where you would like to subscribe to",
370
+ "group": "queueProperties",
371
+ "type": "String",
416
372
  "binding": {
417
- "name": "configuration.endpoint",
418
- "type": "zeebe:property"
373
+ "type": "zeebe:property",
374
+ "name": "queue.url"
419
375
  },
420
- "type": "Hidden"
376
+ "constraints": {
377
+ "notEmpty": true,
378
+ "pattern": {
379
+ "value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
380
+ "message": "Must be an queue URL or ARN"
381
+ }
382
+ }
421
383
  },
422
384
  {
423
- "id": "queue.queue.url",
424
- "label": "Queue URL",
425
- "description": "Specify the URL of the SQS queue where you would like to subscribe to",
426
- "optional": false,
427
- "constraints": {
428
- "notEmpty": true
429
- },
385
+ "label": "Region",
386
+ "description": "Specify the AWS region of your queue",
430
387
  "group": "queueProperties",
388
+ "type": "String",
431
389
  "binding": {
432
- "name": "queue.url",
433
- "type": "zeebe:property"
390
+ "type": "zeebe:property",
391
+ "name": "configuration.region"
434
392
  },
435
- "type": "String"
393
+ "constraints": {
394
+ "notEmpty": true
395
+ }
436
396
  },
437
397
  {
438
- "id": "queue.queue.pollingWaitTime",
439
398
  "label": "Polling wait time",
440
- "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",
399
+ "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",
400
+ "group": "messagePollingProperties",
401
+ "type": "String",
441
402
  "optional": false,
442
- "value": "20",
403
+ "feel": "optional",
404
+ "value": "1",
405
+ "binding": {
406
+ "type": "zeebe:property",
407
+ "name": "queue.pollingWaitTime"
408
+ },
443
409
  "constraints": {
444
410
  "notEmpty": true,
445
411
  "pattern": {
446
- "value": "^([0-9]?|1[0-9]|20|secrets\\..+)$"
412
+ "value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\}.*)$",
413
+ "message": "Must be >= 0 and <= 20 or a FEEL expression"
447
414
  }
448
- },
449
- "group": "messagePollingProperties",
450
- "binding": {
451
- "name": "queue.pollingWaitTime",
452
- "type": "zeebe:property"
453
- },
454
- "type": "String"
415
+ }
455
416
  },
456
417
  {
457
- "id": "queue.queue.attributeNames",
458
418
  "label": "Attribute names",
459
- "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",
460
- "optional": false,
461
- "feel": "optional",
419
+ "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",
462
420
  "group": "input",
421
+ "type": "String",
422
+ "optional": true,
463
423
  "binding": {
464
- "name": "queue.attributeNames",
465
- "type": "zeebe:property"
424
+ "type": "zeebe:property",
425
+ "name": "queue.attributeNames"
466
426
  },
467
- "type": "String"
427
+ "feel": "required"
468
428
  },
469
429
  {
470
- "id": "queue.queue.messageAttributeNames",
471
430
  "label": "Message attribute names",
472
- "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",
473
- "optional": false,
474
- "feel": "optional",
431
+ "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",
475
432
  "group": "input",
433
+ "type": "String",
434
+ "optional": true,
476
435
  "binding": {
477
- "name": "queue.messageAttributeNames",
478
- "type": "zeebe:property"
436
+ "type": "zeebe:property",
437
+ "name": "queue.messageAttributeNames"
479
438
  },
480
- "type": "String"
439
+ "feel": "required"
481
440
  },
482
441
  {
483
- "id": "activationCondition",
484
- "label": "Activation condition",
485
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
486
- "optional": true,
487
- "feel": "required",
442
+ "label": "Correlation key (process)",
443
+ "type": "String",
488
444
  "group": "activation",
445
+ "feel": "required",
446
+ "description": "Sets up the correlation key from process variables",
489
447
  "binding": {
490
- "name": "activationCondition",
491
- "type": "zeebe:property"
448
+ "type": "bpmn:Message#zeebe:subscription#property",
449
+ "name": "correlationKey"
492
450
  },
493
- "type": "String"
451
+ "constraints": {
452
+ "notEmpty": true
453
+ }
494
454
  },
495
455
  {
496
- "id": "consumeUnmatchedEvents",
497
- "label": "Consume unmatched events",
498
- "value": true,
456
+ "label": "Correlation key (payload)",
457
+ "type": "String",
499
458
  "group": "activation",
459
+ "feel": "required",
500
460
  "binding": {
501
- "name": "consumeUnmatchedEvents",
502
- "type": "zeebe:property"
461
+ "type": "zeebe:property",
462
+ "name": "correlationKeyExpression"
503
463
  },
504
- "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",
505
- "type": "Boolean"
506
- },
507
- {
508
- "id": "correlationKeyProcess",
509
- "label": "Correlation key (process)",
510
- "description": "Sets up the correlation key from process variables",
511
- "constraints": {
512
- "notEmpty": true
513
- },
514
- "feel": "required",
515
- "group": "correlation",
516
- "binding": {
517
- "name": "correlationKey",
518
- "type": "bpmn:Message#zeebe:subscription#property"
519
- },
520
- "type": "String"
521
- },
522
- {
523
- "id": "correlationKeyPayload",
524
- "label": "Correlation key (payload)",
525
464
  "description": "Extracts the correlation key from the incoming message payload",
526
465
  "constraints": {
527
466
  "notEmpty": true
528
- },
529
- "feel": "required",
530
- "group": "correlation",
531
- "binding": {
532
- "name": "correlationKeyExpression",
533
- "type": "zeebe:property"
534
- },
535
- "type": "String"
467
+ }
536
468
  },
537
469
  {
538
- "id": "messageIdExpression",
539
- "label": "Message ID expression",
540
- "description": "Expression to extract unique identifier of a message",
541
- "optional": true,
470
+ "label": "Activation condition",
471
+ "type": "String",
472
+ "group": "activation",
542
473
  "feel": "required",
543
- "group": "correlation",
544
- "binding": {
545
- "name": "messageIdExpression",
546
- "type": "zeebe:property"
547
- },
548
- "type": "String"
549
- },
550
- {
551
- "id": "messageTtl",
552
- "label": "Message TTL",
553
- "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
554
474
  "optional": true,
555
- "constraints": {
556
- "notEmpty": false,
557
- "pattern": {
558
- "value": "^(PT.*|)$",
559
- "message": "must be an ISO-8601 duration"
560
- }
561
- },
562
- "feel": "optional",
563
- "group": "correlation",
564
- "binding": {
565
- "name": "messageTtl",
566
- "type": "zeebe:property"
567
- },
568
- "type": "String"
569
- },
570
- {
571
- "id": "messageNameUuid",
572
- "generatedValue": {
573
- "type": "uuid"
574
- },
575
- "group": "correlation",
576
- "binding": {
577
- "name": "name",
578
- "type": "bpmn:Message#property"
579
- },
580
- "type": "Hidden"
581
- },
582
- {
583
- "id": "deduplicationModeManualFlag",
584
- "label": "Manual mode",
585
- "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
586
- "value": false,
587
- "group": "deduplication",
588
- "binding": {
589
- "name": "deduplicationModeManualFlag",
590
- "type": "zeebe:property"
591
- },
592
- "type": "Boolean"
593
- },
594
- {
595
- "id": "deduplicationId",
596
- "label": "Deduplication ID",
597
- "constraints": {
598
- "notEmpty": true,
599
- "pattern": {
600
- "value": "^[a-zA-Z0-9_-]+$",
601
- "message": "can only contain alphanumeric characters, dashes, and underscores"
602
- }
603
- },
604
- "group": "deduplication",
605
475
  "binding": {
606
- "name": "deduplicationId",
607
- "type": "zeebe:property"
608
- },
609
- "condition": {
610
- "property": "deduplicationModeManualFlag",
611
- "equals": true,
612
- "type": "simple"
613
- },
614
- "type": "String"
615
- },
616
- {
617
- "id": "deduplicationModeManual",
618
- "value": "MANUAL",
619
- "group": "deduplication",
620
- "binding": {
621
- "name": "deduplicationMode",
622
- "type": "zeebe:property"
623
- },
624
- "condition": {
625
- "property": "deduplicationId",
626
- "isActive": true,
627
- "type": "simple"
628
- },
629
- "type": "Hidden"
630
- },
631
- {
632
- "id": "deduplicationModeAuto",
633
- "value": "AUTO",
634
- "group": "deduplication",
635
- "binding": {
636
- "name": "deduplicationMode",
637
- "type": "zeebe:property"
638
- },
639
- "condition": {
640
- "property": "deduplicationId",
641
- "isActive": false,
642
- "type": "simple"
476
+ "type": "zeebe:property",
477
+ "name": "activationCondition"
643
478
  },
644
- "type": "Hidden"
479
+ "description": "Condition under which the connector triggers. Leave empty to catch all events"
645
480
  },
646
481
  {
647
- "id": "resultVariable",
648
482
  "label": "Result variable",
649
- "description": "Name of variable to store the response in",
650
- "group": "output",
483
+ "type": "String",
484
+ "group": "variable-mapping",
485
+ "optional": true,
651
486
  "binding": {
652
- "name": "resultVariable",
653
- "type": "zeebe:property"
487
+ "type": "zeebe:property",
488
+ "name": "resultVariable"
654
489
  },
655
- "type": "String"
490
+ "description": "Name of variable to store the result of the connector in"
656
491
  },
657
492
  {
658
- "id": "resultExpression",
659
493
  "label": "Result expression",
660
- "description": "Expression to map the response into process variables",
494
+ "type": "String",
495
+ "group": "variable-mapping",
661
496
  "feel": "required",
662
- "group": "output",
497
+ "optional": true,
663
498
  "binding": {
664
- "name": "resultExpression",
665
- "type": "zeebe:property"
499
+ "type": "zeebe:property",
500
+ "name": "resultExpression"
666
501
  },
667
- "type": "Text"
502
+ "description": "Expression to map the inbound payload to process variables"
668
503
  }
669
504
  ],
670
505
  "icon": {
671
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
506
+ "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"
672
507
  },
673
508
  "engines": {
674
- "camunda": "^8.5"
509
+ "camunda": "^8.2"
675
510
  }
676
511
  },
677
512
  {
678
513
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
679
- "name": "Amazon SQS Intermediate Message Catch Event connector",
514
+ "name": "Amazon SQS connector",
680
515
  "id": "io.camunda.connectors.AWSSQS.intermediate.v1",
681
- "version": 6,
516
+ "version": 2,
682
517
  "description": "Receive message from a queue",
683
518
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
684
519
  "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
@@ -737,7 +572,7 @@
737
572
  },
738
573
  {
739
574
  "label": "Access key",
740
- "description": "Provide AWS IAM access key that has permission to read from desired SQS",
575
+ "description": "Provide AWS IAM access key that has permission to send to desired SQS",
741
576
  "group": "authentication",
742
577
  "type": "String",
743
578
  "binding": {
@@ -750,7 +585,7 @@
750
585
  },
751
586
  {
752
587
  "label": "Secret key",
753
- "description": "Provide AWS IAM secret key that has permission to read from desired SQS",
588
+ "description": "Provide AWS IAM secret key that has permission to send to desired SQS",
754
589
  "group": "authentication",
755
590
  "type": "String",
756
591
  "binding": {
@@ -763,7 +598,7 @@
763
598
  },
764
599
  {
765
600
  "label": "Queue URL",
766
- "description": "Specify the URL of the SQS queue where you would like to subscribe to",
601
+ "description": "Specify the URL of the SQS queue where you would like to send message to",
767
602
  "group": "queueProperties",
768
603
  "type": "String",
769
604
  "binding": {
@@ -773,8 +608,8 @@
773
608
  "constraints": {
774
609
  "notEmpty": true,
775
610
  "pattern": {
776
- "value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
777
- "message": "Must be an queue URL or ARN"
611
+ "value": "(^https?://.+)|(^arn:.+)(^secrets\\..+)",
612
+ "message": "Must be an queue URL or ARN or a secret.XYZ"
778
613
  }
779
614
  }
780
615
  },
@@ -806,7 +641,7 @@
806
641
  "constraints": {
807
642
  "notEmpty": true,
808
643
  "pattern": {
809
- "value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\}.*)$",
644
+ "value": "^([0-9]?|1[0-9]|20|secrets\\..+)$",
810
645
  "message": "Must be >= 0 and <= 20 or a FEEL expression"
811
646
  }
812
647
  }
@@ -908,9 +743,9 @@
908
743
  },
909
744
  {
910
745
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
911
- "name": "Amazon SQS connector",
746
+ "name": "Amazon SQS Intermediate Message Catch Event connector",
912
747
  "id": "io.camunda.connectors.AWSSQS.intermediate.v1",
913
- "version": 3,
748
+ "version": 7,
914
749
  "description": "Receive message from a queue",
915
750
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
916
751
  "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
@@ -967,9 +802,35 @@
967
802
  "name": "name"
968
803
  }
969
804
  },
805
+ {
806
+ "id": "authenticationType",
807
+ "label": "Authentication",
808
+ "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>",
809
+ "group": "authentication",
810
+ "type": "Dropdown",
811
+ "optional": false,
812
+ "value": "credentials",
813
+ "choices": [
814
+ {
815
+ "name": "Credentials",
816
+ "value": "credentials"
817
+ },
818
+ {
819
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
820
+ "value": "defaultCredentialsChain"
821
+ }
822
+ ],
823
+ "binding": {
824
+ "type": "zeebe:property",
825
+ "name": "authentication.type"
826
+ },
827
+ "constraints": {
828
+ "notEmpty": true
829
+ }
830
+ },
970
831
  {
971
832
  "label": "Access key",
972
- "description": "Provide AWS IAM access key that has permission to send to desired SQS",
833
+ "description": "Provide AWS IAM access key that has permission to read from desired SQS",
973
834
  "group": "authentication",
974
835
  "type": "String",
975
836
  "binding": {
@@ -978,11 +839,15 @@
978
839
  },
979
840
  "constraints": {
980
841
  "notEmpty": true
842
+ },
843
+ "condition": {
844
+ "property": "authenticationType",
845
+ "equals": "credentials"
981
846
  }
982
847
  },
983
848
  {
984
849
  "label": "Secret key",
985
- "description": "Provide AWS IAM secret key that has permission to send to desired SQS",
850
+ "description": "Provide AWS IAM secret key that has permission to read from desired SQS",
986
851
  "group": "authentication",
987
852
  "type": "String",
988
853
  "binding": {
@@ -991,20 +856,15 @@
991
856
  },
992
857
  "constraints": {
993
858
  "notEmpty": true
994
- }
995
- },
996
- {
997
- "type": "Hidden",
998
- "description": "This value forces to evaluate configuration first in order",
999
- "value": "nonce",
1000
- "binding": {
1001
- "type": "zeebe:input",
1002
- "name": "configuration.nonce"
859
+ },
860
+ "condition": {
861
+ "property": "authenticationType",
862
+ "equals": "credentials"
1003
863
  }
1004
864
  },
1005
865
  {
1006
866
  "label": "Queue URL",
1007
- "description": "Specify the URL of the SQS queue where you would like to send message to",
867
+ "description": "Specify the URL of the SQS queue where you would like to subscribe to",
1008
868
  "group": "queueProperties",
1009
869
  "type": "String",
1010
870
  "binding": {
@@ -1014,8 +874,8 @@
1014
874
  "constraints": {
1015
875
  "notEmpty": true,
1016
876
  "pattern": {
1017
- "value": "(^https?://.+)|(^arn:.+)(^secrets\\..+)",
1018
- "message": "Must be an queue URL or ARN or a secret.XYZ"
877
+ "value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
878
+ "message": "Must be an queue URL or ARN"
1019
879
  }
1020
880
  }
1021
881
  },
@@ -1032,14 +892,6 @@
1032
892
  "notEmpty": true
1033
893
  }
1034
894
  },
1035
- {
1036
- "description": "Backwards compatible region",
1037
- "type": "Hidden",
1038
- "binding": {
1039
- "type": "zeebe:property",
1040
- "name": "queue.region"
1041
- }
1042
- },
1043
895
  {
1044
896
  "label": "Polling wait time",
1045
897
  "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",
@@ -1055,7 +907,7 @@
1055
907
  "constraints": {
1056
908
  "notEmpty": true,
1057
909
  "pattern": {
1058
- "value": "^([0-9]?|1[0-9]|20|secrets\\..+)$",
910
+ "value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\}.*)$",
1059
911
  "message": "Must be >= 0 and <= 20 or a FEEL expression"
1060
912
  }
1061
913
  }
@@ -1152,30 +1004,34 @@
1152
1004
  "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"
1153
1005
  },
1154
1006
  "engines": {
1155
- "camunda": "^8.2"
1007
+ "camunda": "^8.4"
1156
1008
  }
1157
1009
  },
1158
1010
  {
1159
1011
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1160
- "name": "Amazon SQS connector",
1012
+ "name": "Amazon SQS Intermediate Message Catch Event connector",
1161
1013
  "id": "io.camunda.connectors.AWSSQS.intermediate.v1",
1162
- "version": 2,
1163
1014
  "description": "Receive message from a queue",
1164
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
1165
- "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
1166
- "elementType": {
1167
- "value": "bpmn:IntermediateCatchEvent",
1168
- "eventDefinition": "bpmn:MessageEventDefinition"
1169
- },
1015
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
1016
+ "version": 9,
1170
1017
  "category": {
1171
1018
  "id": "connectors",
1172
1019
  "name": "Connectors"
1173
1020
  },
1021
+ "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
1022
+ "elementType": {
1023
+ "value": "bpmn:IntermediateCatchEvent",
1024
+ "eventDefinition": "bpmn:MessageEventDefinition"
1025
+ },
1174
1026
  "groups": [
1175
1027
  {
1176
1028
  "id": "authentication",
1177
1029
  "label": "Authentication"
1178
1030
  },
1031
+ {
1032
+ "id": "configuration",
1033
+ "label": "Configuration"
1034
+ },
1179
1035
  {
1180
1036
  "id": "queueProperties",
1181
1037
  "label": "Queue properties"
@@ -1193,205 +1049,378 @@
1193
1049
  "label": "Activation"
1194
1050
  },
1195
1051
  {
1196
- "id": "variable-mapping",
1197
- "label": "Variable mapping"
1052
+ "id": "correlation",
1053
+ "label": "Correlation",
1054
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
1055
+ },
1056
+ {
1057
+ "id": "deduplication",
1058
+ "label": "Deduplication",
1059
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
1060
+ },
1061
+ {
1062
+ "id": "output",
1063
+ "label": "Output mapping"
1198
1064
  }
1199
1065
  ],
1200
1066
  "properties": [
1201
1067
  {
1202
- "type": "Hidden",
1203
1068
  "value": "io.camunda:aws-sqs-inbound:1",
1204
1069
  "binding": {
1205
- "type": "zeebe:property",
1206
- "name": "inbound.type"
1207
- }
1070
+ "name": "inbound.type",
1071
+ "type": "zeebe:property"
1072
+ },
1073
+ "type": "Hidden"
1208
1074
  },
1209
1075
  {
1210
- "type": "Hidden",
1211
- "generatedValue": {
1212
- "type": "uuid"
1213
- },
1076
+ "id": "authentication.type",
1077
+ "label": "Authentication",
1078
+ "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>",
1079
+ "value": "credentials",
1080
+ "group": "authentication",
1214
1081
  "binding": {
1215
- "type": "bpmn:Message#property",
1216
- "name": "name"
1217
- }
1082
+ "name": "authentication.type",
1083
+ "type": "zeebe:property"
1084
+ },
1085
+ "type": "Dropdown",
1086
+ "choices": [
1087
+ {
1088
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
1089
+ "value": "defaultCredentialsChain"
1090
+ },
1091
+ {
1092
+ "name": "Credentials",
1093
+ "value": "credentials"
1094
+ }
1095
+ ]
1218
1096
  },
1219
1097
  {
1098
+ "id": "authentication.accessKey",
1220
1099
  "label": "Access key",
1221
- "description": "Provide AWS IAM access key that has permission to send to desired SQS",
1100
+ "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
1101
+ "optional": false,
1102
+ "constraints": {
1103
+ "notEmpty": true
1104
+ },
1222
1105
  "group": "authentication",
1223
- "type": "String",
1224
1106
  "binding": {
1225
- "type": "zeebe:property",
1226
- "name": "authentication.accessKey"
1107
+ "name": "authentication.accessKey",
1108
+ "type": "zeebe:property"
1227
1109
  },
1228
- "constraints": {
1229
- "notEmpty": true
1230
- }
1110
+ "condition": {
1111
+ "property": "authentication.type",
1112
+ "equals": "credentials",
1113
+ "type": "simple"
1114
+ },
1115
+ "type": "String"
1231
1116
  },
1232
1117
  {
1118
+ "id": "authentication.secretKey",
1233
1119
  "label": "Secret key",
1234
- "description": "Provide AWS IAM secret key that has permission to send to desired SQS",
1120
+ "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
1121
+ "optional": false,
1122
+ "constraints": {
1123
+ "notEmpty": true
1124
+ },
1235
1125
  "group": "authentication",
1236
- "type": "String",
1237
1126
  "binding": {
1238
- "type": "zeebe:property",
1239
- "name": "authentication.secretKey"
1127
+ "name": "authentication.secretKey",
1128
+ "type": "zeebe:property"
1129
+ },
1130
+ "condition": {
1131
+ "property": "authentication.type",
1132
+ "equals": "credentials",
1133
+ "type": "simple"
1240
1134
  },
1135
+ "type": "String"
1136
+ },
1137
+ {
1138
+ "id": "configuration.region",
1139
+ "label": "Region",
1140
+ "description": "Specify the AWS region",
1141
+ "optional": false,
1241
1142
  "constraints": {
1242
1143
  "notEmpty": true
1243
- }
1144
+ },
1145
+ "group": "configuration",
1146
+ "binding": {
1147
+ "name": "configuration.region",
1148
+ "type": "zeebe:property"
1149
+ },
1150
+ "type": "String"
1244
1151
  },
1245
1152
  {
1153
+ "id": "configuration.endpoint",
1154
+ "label": "Endpoint",
1155
+ "description": "Specify endpoint if need to use custom endpoint",
1156
+ "optional": true,
1157
+ "group": "configuration",
1158
+ "binding": {
1159
+ "name": "configuration.endpoint",
1160
+ "type": "zeebe:property"
1161
+ },
1162
+ "type": "Hidden"
1163
+ },
1164
+ {
1165
+ "id": "queue.queue.url",
1246
1166
  "label": "Queue URL",
1247
- "description": "Specify the URL of the SQS queue where you would like to send message to",
1167
+ "description": "Specify the URL of the SQS queue where you would like to subscribe to",
1168
+ "optional": false,
1169
+ "constraints": {
1170
+ "notEmpty": true
1171
+ },
1248
1172
  "group": "queueProperties",
1249
- "type": "String",
1250
1173
  "binding": {
1251
- "type": "zeebe:property",
1252
- "name": "queue.url"
1174
+ "name": "queue.url",
1175
+ "type": "zeebe:property"
1253
1176
  },
1177
+ "type": "String"
1178
+ },
1179
+ {
1180
+ "id": "queue.queue.pollingWaitTime",
1181
+ "label": "Polling wait time",
1182
+ "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",
1183
+ "optional": false,
1184
+ "value": "20",
1254
1185
  "constraints": {
1255
1186
  "notEmpty": true,
1256
1187
  "pattern": {
1257
- "value": "(^https?://.+)|(^arn:.+)(^secrets\\..+)",
1258
- "message": "Must be an queue URL or ARN or a secret.XYZ"
1188
+ "value": "^([0-9]?|1[0-9]|20|secrets\\..+)$"
1259
1189
  }
1260
- }
1190
+ },
1191
+ "group": "messagePollingProperties",
1192
+ "binding": {
1193
+ "name": "queue.pollingWaitTime",
1194
+ "type": "zeebe:property"
1195
+ },
1196
+ "type": "String"
1261
1197
  },
1262
1198
  {
1263
- "label": "Region",
1264
- "description": "Specify the AWS region of your queue",
1265
- "group": "queueProperties",
1266
- "type": "String",
1199
+ "id": "queue.queue.attributeNames",
1200
+ "label": "Attribute names",
1201
+ "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",
1202
+ "optional": false,
1203
+ "feel": "optional",
1204
+ "group": "input",
1267
1205
  "binding": {
1268
- "type": "zeebe:property",
1269
- "name": "configuration.region"
1206
+ "name": "queue.attributeNames",
1207
+ "type": "zeebe:property"
1270
1208
  },
1271
- "constraints": {
1272
- "notEmpty": true
1273
- }
1209
+ "type": "String"
1274
1210
  },
1275
1211
  {
1276
- "label": "Polling wait time",
1277
- "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",
1278
- "group": "messagePollingProperties",
1279
- "type": "String",
1212
+ "id": "queue.queue.messageAttributeNames",
1213
+ "label": "Message attribute names",
1214
+ "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",
1280
1215
  "optional": false,
1281
1216
  "feel": "optional",
1282
- "value": "1",
1217
+ "group": "input",
1283
1218
  "binding": {
1284
- "type": "zeebe:property",
1285
- "name": "queue.pollingWaitTime"
1219
+ "name": "queue.messageAttributeNames",
1220
+ "type": "zeebe:property"
1221
+ },
1222
+ "type": "String"
1223
+ },
1224
+ {
1225
+ "id": "activationCondition",
1226
+ "label": "Activation condition",
1227
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
1228
+ "optional": true,
1229
+ "feel": "required",
1230
+ "group": "activation",
1231
+ "binding": {
1232
+ "name": "activationCondition",
1233
+ "type": "zeebe:property"
1286
1234
  },
1235
+ "type": "String"
1236
+ },
1237
+ {
1238
+ "id": "consumeUnmatchedEvents",
1239
+ "label": "Consume unmatched events",
1240
+ "value": true,
1241
+ "group": "activation",
1242
+ "binding": {
1243
+ "name": "consumeUnmatchedEvents",
1244
+ "type": "zeebe:property"
1245
+ },
1246
+ "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",
1247
+ "type": "Boolean"
1248
+ },
1249
+ {
1250
+ "id": "correlationKeyProcess",
1251
+ "label": "Correlation key (process)",
1252
+ "description": "Sets up the correlation key from process variables",
1287
1253
  "constraints": {
1288
- "notEmpty": true,
1254
+ "notEmpty": true
1255
+ },
1256
+ "feel": "required",
1257
+ "group": "correlation",
1258
+ "binding": {
1259
+ "name": "correlationKey",
1260
+ "type": "bpmn:Message#zeebe:subscription#property"
1261
+ },
1262
+ "type": "String"
1263
+ },
1264
+ {
1265
+ "id": "correlationKeyPayload",
1266
+ "label": "Correlation key (payload)",
1267
+ "description": "Extracts the correlation key from the incoming message payload",
1268
+ "constraints": {
1269
+ "notEmpty": true
1270
+ },
1271
+ "feel": "required",
1272
+ "group": "correlation",
1273
+ "binding": {
1274
+ "name": "correlationKeyExpression",
1275
+ "type": "zeebe:property"
1276
+ },
1277
+ "type": "String"
1278
+ },
1279
+ {
1280
+ "id": "messageIdExpression",
1281
+ "label": "Message ID expression",
1282
+ "description": "Expression to extract unique identifier of a message",
1283
+ "optional": true,
1284
+ "feel": "required",
1285
+ "group": "correlation",
1286
+ "binding": {
1287
+ "name": "messageIdExpression",
1288
+ "type": "zeebe:property"
1289
+ },
1290
+ "type": "String"
1291
+ },
1292
+ {
1293
+ "id": "messageTtl",
1294
+ "label": "Message TTL",
1295
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
1296
+ "optional": true,
1297
+ "constraints": {
1298
+ "notEmpty": false,
1289
1299
  "pattern": {
1290
- "value": "^([0-9]?|1[0-9]|20|secrets\\..+)$",
1291
- "message": "Must be >= 0 and <= 20 or a FEEL expression"
1300
+ "value": "^(PT.*|)$",
1301
+ "message": "must be an ISO-8601 duration"
1292
1302
  }
1293
- }
1303
+ },
1304
+ "feel": "optional",
1305
+ "group": "correlation",
1306
+ "binding": {
1307
+ "name": "messageTtl",
1308
+ "type": "zeebe:property"
1309
+ },
1310
+ "type": "String"
1294
1311
  },
1295
1312
  {
1296
- "label": "Attribute names",
1297
- "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",
1298
- "group": "input",
1299
- "type": "String",
1300
- "optional": true,
1313
+ "id": "messageNameUuid",
1314
+ "generatedValue": {
1315
+ "type": "uuid"
1316
+ },
1317
+ "group": "correlation",
1301
1318
  "binding": {
1302
- "type": "zeebe:property",
1303
- "name": "queue.attributeNames"
1319
+ "name": "name",
1320
+ "type": "bpmn:Message#property"
1304
1321
  },
1305
- "feel": "required"
1322
+ "type": "Hidden"
1306
1323
  },
1307
1324
  {
1308
- "label": "Message attribute names",
1309
- "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",
1310
- "group": "input",
1311
- "type": "String",
1312
- "optional": true,
1325
+ "id": "deduplicationModeManualFlag",
1326
+ "label": "Manual mode",
1327
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
1328
+ "value": false,
1329
+ "group": "deduplication",
1313
1330
  "binding": {
1314
- "type": "zeebe:property",
1315
- "name": "queue.messageAttributeNames"
1331
+ "name": "deduplicationModeManualFlag",
1332
+ "type": "zeebe:property"
1316
1333
  },
1317
- "feel": "required"
1334
+ "type": "Boolean"
1318
1335
  },
1319
1336
  {
1320
- "label": "Correlation key (process)",
1321
- "type": "String",
1322
- "group": "activation",
1323
- "feel": "required",
1324
- "description": "Sets up the correlation key from process variables",
1337
+ "id": "deduplicationId",
1338
+ "label": "Deduplication ID",
1339
+ "constraints": {
1340
+ "notEmpty": true,
1341
+ "pattern": {
1342
+ "value": "^[a-zA-Z0-9_-]+$",
1343
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
1344
+ }
1345
+ },
1346
+ "group": "deduplication",
1325
1347
  "binding": {
1326
- "type": "bpmn:Message#zeebe:subscription#property",
1327
- "name": "correlationKey"
1348
+ "name": "deduplicationId",
1349
+ "type": "zeebe:property"
1328
1350
  },
1329
- "constraints": {
1330
- "notEmpty": true
1331
- }
1351
+ "condition": {
1352
+ "property": "deduplicationModeManualFlag",
1353
+ "equals": true,
1354
+ "type": "simple"
1355
+ },
1356
+ "type": "String"
1332
1357
  },
1333
1358
  {
1334
- "label": "Correlation key (payload)",
1335
- "type": "String",
1336
- "group": "activation",
1337
- "feel": "required",
1359
+ "id": "deduplicationModeManual",
1360
+ "value": "MANUAL",
1361
+ "group": "deduplication",
1338
1362
  "binding": {
1339
- "type": "zeebe:property",
1340
- "name": "correlationKeyExpression"
1363
+ "name": "deduplicationMode",
1364
+ "type": "zeebe:property"
1341
1365
  },
1342
- "description": "Extracts the correlation key from the incoming message payload",
1343
- "constraints": {
1344
- "notEmpty": true
1345
- }
1366
+ "condition": {
1367
+ "property": "deduplicationId",
1368
+ "isActive": true,
1369
+ "type": "simple"
1370
+ },
1371
+ "type": "Hidden"
1346
1372
  },
1347
1373
  {
1348
- "label": "Activation condition",
1349
- "type": "String",
1350
- "group": "activation",
1351
- "feel": "required",
1352
- "optional": true,
1374
+ "id": "deduplicationModeAuto",
1375
+ "value": "AUTO",
1376
+ "group": "deduplication",
1353
1377
  "binding": {
1354
- "type": "zeebe:property",
1355
- "name": "activationCondition"
1378
+ "name": "deduplicationMode",
1379
+ "type": "zeebe:property"
1356
1380
  },
1357
- "description": "Condition under which the connector triggers. Leave empty to catch all events"
1381
+ "condition": {
1382
+ "property": "deduplicationId",
1383
+ "isActive": false,
1384
+ "type": "simple"
1385
+ },
1386
+ "type": "Hidden"
1358
1387
  },
1359
1388
  {
1389
+ "id": "resultVariable",
1360
1390
  "label": "Result variable",
1361
- "type": "String",
1362
- "group": "variable-mapping",
1363
- "optional": true,
1391
+ "description": "Name of variable to store the response in",
1392
+ "group": "output",
1364
1393
  "binding": {
1365
- "type": "zeebe:property",
1366
- "name": "resultVariable"
1394
+ "name": "resultVariable",
1395
+ "type": "zeebe:property"
1367
1396
  },
1368
- "description": "Name of variable to store the result of the connector in"
1397
+ "type": "String"
1369
1398
  },
1370
1399
  {
1400
+ "id": "resultExpression",
1371
1401
  "label": "Result expression",
1372
- "type": "String",
1373
- "group": "variable-mapping",
1402
+ "description": "Expression to map the response into process variables",
1374
1403
  "feel": "required",
1375
- "optional": true,
1404
+ "group": "output",
1376
1405
  "binding": {
1377
- "type": "zeebe:property",
1378
- "name": "resultExpression"
1406
+ "name": "resultExpression",
1407
+ "type": "zeebe:property"
1379
1408
  },
1380
- "description": "Expression to map the inbound payload to process variables"
1409
+ "type": "Text"
1381
1410
  }
1382
1411
  ],
1383
1412
  "icon": {
1384
- "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"
1413
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
1385
1414
  },
1386
1415
  "engines": {
1387
- "camunda": "^8.2"
1416
+ "camunda": "^8.5"
1388
1417
  }
1389
1418
  },
1390
1419
  {
1391
1420
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1392
1421
  "name": "Amazon SQS connector",
1393
1422
  "id": "io.camunda.connectors.AWSSQS.intermediate.v1",
1394
- "version": 1,
1423
+ "version": 3,
1395
1424
  "description": "Receive message from a queue",
1396
1425
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
1397
1426
  "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
@@ -1474,6 +1503,15 @@
1474
1503
  "notEmpty": true
1475
1504
  }
1476
1505
  },
1506
+ {
1507
+ "type": "Hidden",
1508
+ "description": "This value forces to evaluate configuration first in order",
1509
+ "value": "nonce",
1510
+ "binding": {
1511
+ "type": "zeebe:input",
1512
+ "name": "configuration.nonce"
1513
+ }
1514
+ },
1477
1515
  {
1478
1516
  "label": "Queue URL",
1479
1517
  "description": "Specify the URL of the SQS queue where you would like to send message to",
@@ -1498,12 +1536,20 @@
1498
1536
  "type": "String",
1499
1537
  "binding": {
1500
1538
  "type": "zeebe:property",
1501
- "name": "queue.region"
1539
+ "name": "configuration.region"
1502
1540
  },
1503
1541
  "constraints": {
1504
1542
  "notEmpty": true
1505
1543
  }
1506
1544
  },
1545
+ {
1546
+ "description": "Backwards compatible region",
1547
+ "type": "Hidden",
1548
+ "binding": {
1549
+ "type": "zeebe:property",
1550
+ "name": "queue.region"
1551
+ }
1552
+ },
1507
1553
  {
1508
1554
  "label": "Polling wait time",
1509
1555
  "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",
@@ -1623,7 +1669,7 @@
1623
1669
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1624
1670
  "name": "Amazon SQS connector",
1625
1671
  "id": "io.camunda.connectors.AWSSQS.intermediate.v1",
1626
- "version": 4,
1672
+ "version": 5,
1627
1673
  "description": "Receive message from a queue",
1628
1674
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
1629
1675
  "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
@@ -1718,8 +1764,8 @@
1718
1764
  "constraints": {
1719
1765
  "notEmpty": true,
1720
1766
  "pattern": {
1721
- "value": "(^https?://.+)|(^arn:.+)(^secrets\\..+)",
1722
- "message": "Must be an queue URL or ARN or a secret.XYZ"
1767
+ "value": "^(https?://.+|arn:.+|secrets\\..+|\\{\\{secrets\\..+\\}\\}.*)$",
1768
+ "message": "Must be an queue URL or ARN"
1723
1769
  }
1724
1770
  }
1725
1771
  },
@@ -1751,7 +1797,7 @@
1751
1797
  "constraints": {
1752
1798
  "notEmpty": true,
1753
1799
  "pattern": {
1754
- "value": "^([0-9]?|1[0-9]|20|secrets\\..+)$",
1800
+ "value": "^([0-9]?|1[0-9]|20|secrets\\..+|\\{\\{secrets\\..+\\}\\}.*)$",
1755
1801
  "message": "Must be >= 0 and <= 20 or a FEEL expression"
1756
1802
  }
1757
1803
  }
@@ -1855,7 +1901,7 @@
1855
1901
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1856
1902
  "name": "Amazon SQS connector",
1857
1903
  "id": "io.camunda.connectors.AWSSQS.intermediate.v1",
1858
- "version": 5,
1904
+ "version": 4,
1859
1905
  "description": "Receive message from a queue",
1860
1906
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
1861
1907
  "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
@@ -1950,8 +1996,8 @@
1950
1996
  "constraints": {
1951
1997
  "notEmpty": true,
1952
1998
  "pattern": {
1953
- "value": "^(https?://.+|arn:.+|secrets\\..+|\\{\\{secrets\\..+\\}\\}.*)$",
1954
- "message": "Must be an queue URL or ARN"
1999
+ "value": "(^https?://.+)|(^arn:.+)(^secrets\\..+)",
2000
+ "message": "Must be an queue URL or ARN or a secret.XYZ"
1955
2001
  }
1956
2002
  }
1957
2003
  },
@@ -1983,7 +2029,7 @@
1983
2029
  "constraints": {
1984
2030
  "notEmpty": true,
1985
2031
  "pattern": {
1986
- "value": "^([0-9]?|1[0-9]|20|secrets\\..+|\\{\\{secrets\\..+\\}\\}.*)$",
2032
+ "value": "^([0-9]?|1[0-9]|20|secrets\\..+)$",
1987
2033
  "message": "Must be >= 0 and <= 20 or a FEEL expression"
1988
2034
  }
1989
2035
  }
@@ -2085,11 +2131,11 @@
2085
2131
  },
2086
2132
  {
2087
2133
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
2088
- "name": "Amazon SQS Intermediate Message Catch Event connector",
2134
+ "name": "Amazon SQS connector",
2089
2135
  "id": "io.camunda.connectors.AWSSQS.intermediate.v1",
2090
- "version": 8,
2136
+ "version": 1,
2091
2137
  "description": "Receive message from a queue",
2092
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
2138
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
2093
2139
  "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
2094
2140
  "elementType": {
2095
2141
  "value": "bpmn:IntermediateCatchEvent",
@@ -2144,35 +2190,9 @@
2144
2190
  "name": "name"
2145
2191
  }
2146
2192
  },
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
- },
2173
2193
  {
2174
2194
  "label": "Access key",
2175
- "description": "Provide AWS IAM access key that has permission to read from desired SQS",
2195
+ "description": "Provide AWS IAM access key that has permission to send to desired SQS",
2176
2196
  "group": "authentication",
2177
2197
  "type": "String",
2178
2198
  "binding": {
@@ -2181,15 +2201,11 @@
2181
2201
  },
2182
2202
  "constraints": {
2183
2203
  "notEmpty": true
2184
- },
2185
- "condition": {
2186
- "property": "authenticationType",
2187
- "equals": "credentials"
2188
2204
  }
2189
2205
  },
2190
2206
  {
2191
2207
  "label": "Secret key",
2192
- "description": "Provide AWS IAM secret key that has permission to read from desired SQS",
2208
+ "description": "Provide AWS IAM secret key that has permission to send to desired SQS",
2193
2209
  "group": "authentication",
2194
2210
  "type": "String",
2195
2211
  "binding": {
@@ -2198,15 +2214,11 @@
2198
2214
  },
2199
2215
  "constraints": {
2200
2216
  "notEmpty": true
2201
- },
2202
- "condition": {
2203
- "property": "authenticationType",
2204
- "equals": "credentials"
2205
2217
  }
2206
2218
  },
2207
2219
  {
2208
2220
  "label": "Queue URL",
2209
- "description": "Specify the URL of the SQS queue where you would like to subscribe to",
2221
+ "description": "Specify the URL of the SQS queue where you would like to send message to",
2210
2222
  "group": "queueProperties",
2211
2223
  "type": "String",
2212
2224
  "binding": {
@@ -2216,8 +2228,8 @@
2216
2228
  "constraints": {
2217
2229
  "notEmpty": true,
2218
2230
  "pattern": {
2219
- "value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
2220
- "message": "Must be an queue URL or ARN"
2231
+ "value": "(^https?://.+)|(^arn:.+)(^secrets\\..+)",
2232
+ "message": "Must be an queue URL or ARN or a secret.XYZ"
2221
2233
  }
2222
2234
  }
2223
2235
  },
@@ -2228,7 +2240,7 @@
2228
2240
  "type": "String",
2229
2241
  "binding": {
2230
2242
  "type": "zeebe:property",
2231
- "name": "configuration.region"
2243
+ "name": "queue.region"
2232
2244
  },
2233
2245
  "constraints": {
2234
2246
  "notEmpty": true
@@ -2236,7 +2248,7 @@
2236
2248
  },
2237
2249
  {
2238
2250
  "label": "Polling wait time",
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",
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",
2240
2252
  "group": "messagePollingProperties",
2241
2253
  "type": "String",
2242
2254
  "optional": false,
@@ -2249,14 +2261,14 @@
2249
2261
  "constraints": {
2250
2262
  "notEmpty": true,
2251
2263
  "pattern": {
2252
- "value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\}.*)$",
2264
+ "value": "^([0-9]?|1[0-9]|20|secrets\\..+)$",
2253
2265
  "message": "Must be >= 0 and <= 20 or a FEEL expression"
2254
2266
  }
2255
2267
  }
2256
2268
  },
2257
2269
  {
2258
2270
  "label": "Attribute names",
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",
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",
2260
2272
  "group": "input",
2261
2273
  "type": "String",
2262
2274
  "optional": true,
@@ -2268,7 +2280,7 @@
2268
2280
  },
2269
2281
  {
2270
2282
  "label": "Message attribute names",
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",
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",
2272
2284
  "group": "input",
2273
2285
  "type": "String",
2274
2286
  "optional": true,
@@ -2306,18 +2318,6 @@
2306
2318
  "notEmpty": true
2307
2319
  }
2308
2320
  },
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.4"
2361
+ "camunda": "^8.2"
2362
2362
  }
2363
2363
  },
2364
2364
  {
@@ -2366,14 +2366,15 @@
2366
2366
  "name": "Amazon SQS Intermediate Message Catch Event connector",
2367
2367
  "id": "io.camunda.connectors.AWSSQS.intermediate.v1",
2368
2368
  "description": "Receive messages from Amazon SQS.",
2369
- "metadata": {
2370
- "keywords": [
2371
- "receive message",
2372
- "receive event",
2373
- "receive message from queue",
2374
- "receive event from queue"
2375
- ]
2376
- },
2369
+ "keywords": [
2370
+ "receive message",
2371
+ "receive event",
2372
+ "receive message from queue",
2373
+ "receive event from queue",
2374
+ "event driven",
2375
+ "queue",
2376
+ "dequeue"
2377
+ ],
2377
2378
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
2378
2379
  "version": 10,
2379
2380
  "category": {
@@ -2676,15 +2677,18 @@
2676
2677
  },
2677
2678
  {
2678
2679
  "id": "messageNameUuid",
2680
+ "label": "Message name",
2679
2681
  "generatedValue": {
2680
2682
  "type": "uuid"
2681
2683
  },
2684
+ "feel": "optional",
2682
2685
  "group": "correlation",
2683
2686
  "binding": {
2684
2687
  "name": "name",
2685
2688
  "type": "bpmn:Message#property"
2686
2689
  },
2687
- "type": "Hidden"
2690
+ "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.",
2691
+ "type": "String"
2688
2692
  },
2689
2693
  {
2690
2694
  "id": "deduplicationModeManualFlag",
@@ -2753,7 +2757,7 @@
2753
2757
  {
2754
2758
  "id": "resultVariable",
2755
2759
  "label": "Result variable",
2756
- "description": "Name of variable to store the response in",
2760
+ "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>.",
2757
2761
  "group": "output",
2758
2762
  "binding": {
2759
2763
  "name": "resultVariable",
@@ -2764,7 +2768,7 @@
2764
2768
  {
2765
2769
  "id": "resultExpression",
2766
2770
  "label": "Result expression",
2767
- "description": "Expression to map the response into process variables",
2771
+ "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>.",
2768
2772
  "feel": "required",
2769
2773
  "group": "output",
2770
2774
  "binding": {