@camunda/connectors-element-templates 1.0.6 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/package.json +1 -1
  2. package/src/build_element_template_array_json_files.sh +9 -0
  3. package/src/connectors.js +26 -2
  4. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +32 -30
  5. package/src/element-templates/agenticai-aiagent-job-worker.json +3266 -0
  6. package/src/element-templates/agenticai-aiagent-outbound-connector.json +3932 -760
  7. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
  8. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +1 -1
  9. package/src/element-templates/asana-connector.json +104 -104
  10. package/src/element-templates/automation-anywhere-outbound-connector.json +657 -657
  11. package/src/element-templates/aws-bedrock-outbound-connector.json +30 -30
  12. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  13. package/src/element-templates/aws-dynamodb-outbound-connector.json +107 -107
  14. package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
  15. package/src/element-templates/aws-eventbridge-connector-intermediate.json +31 -31
  16. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  17. package/src/element-templates/aws-eventbridge-connector-receive.json +356 -0
  18. package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
  19. package/src/element-templates/aws-eventbridge-outbound-connector.json +479 -479
  20. package/src/element-templates/aws-lambda-outbound-connector.json +92 -92
  21. package/src/element-templates/aws-s3-outbound-connector.json +30 -30
  22. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  23. package/src/element-templates/aws-sns-inbound-boundary.json +303 -303
  24. package/src/element-templates/aws-sns-inbound-intermediate.json +215 -215
  25. package/src/element-templates/aws-sns-inbound-message-start.json +343 -343
  26. package/src/element-templates/aws-sns-inbound-receive.json +304 -0
  27. package/src/element-templates/aws-sns-inbound-start-event.json +130 -130
  28. package/src/element-templates/aws-sns-outbound-connector.json +726 -726
  29. package/src/element-templates/aws-sqs-boundary-connector.json +629 -629
  30. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +537 -537
  31. package/src/element-templates/aws-sqs-outbound-connector.json +440 -440
  32. package/src/element-templates/aws-sqs-receive-connector.json +418 -0
  33. package/src/element-templates/aws-sqs-start-event-connector.json +771 -771
  34. package/src/element-templates/aws-sqs-start-message.json +461 -461
  35. package/src/element-templates/azure-open-ai-connector.json +32 -32
  36. package/src/element-templates/blue-prism-connector.json +50 -50
  37. package/src/element-templates/box-outbound-connector.json +30 -30
  38. package/src/element-templates/csv-outbound-connector.json +412 -0
  39. package/src/element-templates/easy-post-connector.json +149 -149
  40. package/src/element-templates/email-inbound-connector-boundary.json +19 -19
  41. package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
  42. package/src/element-templates/email-outbound-connector.json +233 -233
  43. package/src/element-templates/embeddings-vector-database-outbound-connector.json +473 -488
  44. package/src/element-templates/github-connector.json +2417 -2417
  45. package/src/element-templates/github-webhook-connector-boundary.json +21 -21
  46. package/src/element-templates/github-webhook-connector-intermediate.json +57 -57
  47. package/src/element-templates/github-webhook-connector-message-start.json +21 -21
  48. package/src/element-templates/github-webhook-connector-receive.json +202 -0
  49. package/src/element-templates/github-webhook-connector-start-event.json +57 -57
  50. package/src/element-templates/gitlab-connector.json +1103 -1103
  51. package/src/element-templates/google-drive-outbound-connector.json +846 -846
  52. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  53. package/src/element-templates/google-maps-platform-connector.json +78 -78
  54. package/src/element-templates/google-sheets-outbound-connector.json +1067 -1067
  55. package/src/element-templates/graphql-outbound-connector.json +1181 -1181
  56. package/src/element-templates/http-json-connector.json +2471 -1866
  57. package/src/element-templates/http-polling-boundary-catch-event-connector.json +635 -6
  58. package/src/element-templates/http-polling-connector.json +635 -6
  59. package/src/element-templates/hugging-face-connector.json +34 -34
  60. package/src/element-templates/jdbc-outbound-connector.json +43 -43
  61. package/src/element-templates/kafka-inbound-connector-boundary.json +1012 -1012
  62. package/src/element-templates/kafka-inbound-connector-intermediate.json +582 -582
  63. package/src/element-templates/kafka-inbound-connector-receive.json +498 -0
  64. package/src/element-templates/kafka-inbound-connector-start-message.json +608 -608
  65. package/src/element-templates/kafka-outbound-connector.json +385 -385
  66. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  67. package/src/element-templates/microsoft-teams-outbound-connector.json +1643 -1643
  68. package/src/element-templates/openai-connector.json +122 -122
  69. package/src/element-templates/operate-connector.json +76 -72
  70. package/src/element-templates/power-automate-connector.json +10 -10
  71. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +334 -334
  72. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +861 -861
  73. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +456 -456
  74. package/src/element-templates/rabbitmq-inbound-connector-receive.json +461 -0
  75. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +258 -258
  76. package/src/element-templates/rabbitmq-outbound-connector.json +322 -322
  77. package/src/element-templates/salesforce-connector.json +44 -44
  78. package/src/element-templates/sendgrid-outbound-connector.json +470 -470
  79. package/src/element-templates/servicenow-connector.json +942 -0
  80. package/src/element-templates/servicenow-flow-starter-connector.json +643 -0
  81. package/src/element-templates/servicenow-incident-connector.json +969 -0
  82. package/src/element-templates/slack-inbound-boundary.json +303 -303
  83. package/src/element-templates/slack-inbound-intermediate.json +277 -277
  84. package/src/element-templates/slack-inbound-message-start.json +11 -11
  85. package/src/element-templates/slack-inbound-receive.json +290 -0
  86. package/src/element-templates/slack-inbound-start-event.json +247 -247
  87. package/src/element-templates/slack-outbound-connector.json +966 -966
  88. package/src/element-templates/twilio-connector.json +52 -52
  89. package/src/element-templates/twilio-webhook-boundary-connector.json +20 -20
  90. package/src/element-templates/twilio-webhook-connector.json +11 -11
  91. package/src/element-templates/twilio-webhook-intermediate-connector.json +50 -50
  92. package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
  93. package/src/element-templates/twilio-webhook-receive-connector.json +262 -0
  94. package/src/element-templates/webhook-connector-boundary.json +1150 -1150
  95. package/src/element-templates/webhook-connector-intermediate.json +1834 -1834
  96. package/src/element-templates/webhook-connector-receive.json +609 -0
  97. package/src/element-templates/webhook-connector-start-event.json +1495 -1495
  98. package/src/element-templates/webhook-connector-start-message.json +586 -586
  99. package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
@@ -226,8 +226,8 @@
226
226
  "name": "SNS HTTPS Intermediate Catch Event Connector",
227
227
  "id": "io.camunda.connectors.inbound.AWSSNS.IntermediateCatchEvent.v1",
228
228
  "description": "Receive events from AWS SNS",
229
- "version": 3,
230
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=inbound",
229
+ "version": 2,
230
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns-inbound/",
231
231
  "category": {
232
232
  "id": "connectors",
233
233
  "name": "Connectors"
@@ -359,18 +359,6 @@
359
359
  "notEmpty": true
360
360
  }
361
361
  },
362
- {
363
- "label": "Message ID expression",
364
- "feel": "required",
365
- "type": "String",
366
- "optional": true,
367
- "group": "activation",
368
- "binding": {
369
- "type": "zeebe:property",
370
- "name": "messageIdExpression"
371
- },
372
- "description": "Expression to extract unique identifier of a message"
373
- },
374
362
  {
375
363
  "label": "Condition",
376
364
  "type": "String",
@@ -411,7 +399,7 @@
411
399
  "contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 80 80' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 64 (93537) - https://sketch.com --%3E%3Ctitle%3EIcon-Architecture/64/Arch_AWS-Simple-Notification-Service_64%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3ClinearGradient x1='0%25' y1='100%25' x2='100%25' y2='0%25' id='linearGradient-1'%3E%3Cstop stop-color='%23B0084D' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23FF4F8B' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Icon-Architecture/64/Arch_AWS-Simple-Notification-Service_64' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon-Architecture-BG/64/Application-Integration' fill='url(%23linearGradient-1)'%3E%3Crect id='Rectangle' x='0' y='0' width='80' height='80'%3E%3C/rect%3E%3C/g%3E%3Cpath d='M17,38 C18.103,38 19,38.897 19,40 C19,41.103 18.103,42 17,42 C15.897,42 15,41.103 15,40 C15,38.897 15.897,38 17,38 L17,38 Z M41,64 C29.314,64 19.289,55.466 17.194,43.98 C18.965,43.894 20.427,42.659 20.857,41 L27,41 L27,39 L20.857,39 C20.427,37.342 18.966,36.107 17.195,36.02 C19.285,24.71 29.511,16 41,16 C45.313,16 49.832,17.622 54.429,20.821 L55.571,19.179 C50.633,15.743 45.73,14 41,14 C28.27,14 16.949,23.865 15.063,36.521 C13.839,37.207 13,38.5 13,40 C13,41.5 13.839,42.793 15.063,43.478 C16.97,56.341 28.056,66 41,66 C46.407,66 51.942,64.157 56.585,60.811 L55.415,59.189 C51.11,62.292 45.991,64 41,64 L41,64 Z M30.101,36.442 C31.955,36.895 34.275,37 36,37 C37.642,37 39.823,36.905 41.629,36.506 L37.105,45.553 C37.036,45.691 37,45.845 37,46 L37,50.453 C36.199,50.964 34.833,51.812 34,51.986 L34,46 C34,45.868 33.974,45.737 33.923,45.615 L30.101,36.442 Z M36,33 C40.025,33 42.174,33.604 42.841,34 C42.174,34.396 40.025,35 36,35 C31.975,35 29.826,34.396 29.159,34 C29.826,33.604 31.975,33 36,33 L36,33 Z M33,54 L34,54 C34.043,54 34.086,53.997 34.128,53.992 C35.352,53.833 36.909,52.887 38.272,52.013 L38.535,51.845 C38.824,51.661 39,51.342 39,51 L39,46.236 L44.559,35.12 C44.833,34.801 45,34.434 45,34 C45,31.39 39.361,31 36,31 C32.639,31 27,31.39 27,34 C27,34.366 27.12,34.684 27.32,34.967 L32,46.2 L32,53 C32,53.552 32.447,54 33,54 L33,54 Z M62,53 C63.103,53 64,53.897 64,55 C64,56.103 63.103,57 62,57 C60.897,57 60,56.103 60,55 C60,53.897 60.897,53 62,53 L62,53 Z M62,23 C63.103,23 64,23.897 64,25 C64,26.103 63.103,27 62,27 C60.897,27 60,26.103 60,25 C60,23.897 60.897,23 62,23 L62,23 Z M64,38 C65.103,38 66,38.897 66,40 C66,41.103 65.103,42 64,42 C62.897,42 62,41.103 62,40 C62,38.897 62.897,38 64,38 L64,38 Z M54,41 L60.143,41 C60.589,42.72 62.142,44 64,44 C66.206,44 68,42.206 68,40 C68,37.794 66.206,36 64,36 C62.142,36 60.589,37.28 60.143,39 L54,39 L54,26 L58.143,26 C58.589,27.72 60.142,29 62,29 C64.206,29 66,27.206 66,25 C66,22.794 64.206,21 62,21 C60.142,21 58.589,22.28 58.143,24 L53,24 C52.447,24 52,24.448 52,25 L52,39 L45,39 L45,41 L52,41 L52,55 C52,55.552 52.447,56 53,56 L58.143,56 C58.589,57.72 60.142,59 62,59 C64.206,59 66,57.206 66,55 C66,52.794 64.206,51 62,51 C60.142,51 58.589,52.28 58.143,54 L54,54 L54,41 Z' id='AWS-Simple-Notification-Service_Icon_64_Squid' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
412
400
  },
413
401
  "engines": {
414
- "camunda": "^8.4"
402
+ "camunda": "^8.2"
415
403
  }
416
404
  },
417
405
  {
@@ -419,8 +407,8 @@
419
407
  "name": "SNS HTTPS Intermediate Catch Event Connector",
420
408
  "id": "io.camunda.connectors.inbound.AWSSNS.IntermediateCatchEvent.v1",
421
409
  "description": "Receive events from AWS SNS",
410
+ "version": 3,
422
411
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=inbound",
423
- "version": 4,
424
412
  "category": {
425
413
  "id": "connectors",
426
414
  "name": "Connectors"
@@ -440,50 +428,56 @@
440
428
  "label": "Activation"
441
429
  },
442
430
  {
443
- "id": "correlation",
444
- "label": "Correlation",
445
- "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
446
- },
447
- {
448
- "id": "output",
449
- "label": "Output mapping"
431
+ "id": "variable-mapping",
432
+ "label": "Variable Mapping"
450
433
  }
451
434
  ],
452
435
  "properties": [
453
436
  {
437
+ "type": "Hidden",
454
438
  "value": "io.camunda:aws-sns-webhook:1",
455
439
  "binding": {
456
- "name": "inbound.type",
457
- "type": "zeebe:property"
440
+ "type": "zeebe:property",
441
+ "name": "inbound.type"
442
+ }
443
+ },
444
+ {
445
+ "type": "Hidden",
446
+ "generatedValue": {
447
+ "type": "uuid"
458
448
  },
459
- "type": "Hidden"
449
+ "binding": {
450
+ "type": "bpmn:Message#property",
451
+ "name": "name"
452
+ }
453
+ },
454
+ {
455
+ "type": "Hidden",
456
+ "value": "SnsHttpsSubscription",
457
+ "binding": {
458
+ "type": "zeebe:property",
459
+ "name": "inbound.subtype"
460
+ }
460
461
  },
461
462
  {
462
- "id": "inbound.context",
463
463
  "label": "Subscription ID",
464
- "description": "The subscription ID is a part of the URL endpoint",
465
- "optional": false,
466
- "constraints": {
467
- "notEmpty": true
468
- },
464
+ "type": "String",
469
465
  "group": "subscription",
470
466
  "binding": {
471
- "name": "inbound.context",
472
- "type": "zeebe:property"
467
+ "type": "zeebe:property",
468
+ "name": "inbound.context"
473
469
  },
474
- "type": "String"
470
+ "description": "The subscription ID is a part of the URL endpoint",
471
+ "constraints": {
472
+ "notEmpty": true
473
+ }
475
474
  },
476
475
  {
477
- "id": "inbound.securitySubscriptionAllowedFor",
476
+ "id": "securitySubscriptionAllowedFor",
478
477
  "label": "Allow to receive messages from topic(s)",
478
+ "group": "subscription",
479
479
  "description": "Control which topic(s) is allowed to start a process",
480
- "optional": false,
481
480
  "value": "any",
482
- "group": "subscription",
483
- "binding": {
484
- "name": "inbound.securitySubscriptionAllowedFor",
485
- "type": "zeebe:property"
486
- },
487
481
  "type": "Dropdown",
488
482
  "choices": [
489
483
  {
@@ -494,143 +488,111 @@
494
488
  "name": "Specific topic(s)",
495
489
  "value": "specific"
496
490
  }
497
- ]
491
+ ],
492
+ "binding": {
493
+ "type": "zeebe:property",
494
+ "name": "inbound.securitySubscriptionAllowedFor"
495
+ }
498
496
  },
499
497
  {
500
- "id": "inbound.topicsAllowList",
501
498
  "label": "Topic ARN(s)",
502
499
  "description": "Topics that allow to publish messages",
503
- "optional": true,
504
- "feel": "optional",
500
+ "type": "String",
505
501
  "group": "subscription",
502
+ "feel": "optional",
506
503
  "binding": {
507
- "name": "inbound.topicsAllowList",
508
- "type": "zeebe:property"
504
+ "type": "zeebe:property",
505
+ "name": "inbound.topicsAllowList"
509
506
  },
510
- "condition": {
511
- "property": "inbound.securitySubscriptionAllowedFor",
512
- "equals": "specific",
513
- "type": "simple"
507
+ "constraints": {
508
+ "notEmpty": true
514
509
  },
515
- "type": "String"
510
+ "condition": {
511
+ "property": "securitySubscriptionAllowedFor",
512
+ "equals": "specific"
513
+ }
516
514
  },
517
515
  {
518
- "id": "activationCondition",
519
- "label": "Activation condition",
520
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
521
- "optional": true,
522
- "feel": "required",
516
+ "label": "Correlation key (process)",
517
+ "type": "String",
523
518
  "group": "activation",
519
+ "feel": "required",
520
+ "description": "Sets up the correlation key from process variables",
524
521
  "binding": {
525
- "name": "activationCondition",
526
- "type": "zeebe:property"
522
+ "type": "bpmn:Message#zeebe:subscription#property",
523
+ "name": "correlationKey"
527
524
  },
528
- "type": "String"
529
- },
530
- {
531
- "id": "correlationKeyProcess",
532
- "label": "Correlation key (process)",
533
- "description": "Sets up the correlation key from process variables",
534
525
  "constraints": {
535
526
  "notEmpty": true
536
- },
537
- "feel": "required",
538
- "group": "correlation",
539
- "binding": {
540
- "name": "correlationKey",
541
- "type": "bpmn:Message#zeebe:subscription#property"
542
- },
543
- "type": "String"
527
+ }
544
528
  },
545
529
  {
546
- "id": "correlationKeyPayload",
547
530
  "label": "Correlation key (payload)",
548
- "description": "Extracts the correlation key from the incoming message payload",
549
- "constraints": {
550
- "notEmpty": true
551
- },
531
+ "type": "String",
532
+ "group": "activation",
552
533
  "feel": "required",
553
- "group": "correlation",
554
534
  "binding": {
555
- "name": "correlationKeyExpression",
556
- "type": "zeebe:property"
535
+ "type": "zeebe:property",
536
+ "name": "correlationKeyExpression"
557
537
  },
558
- "type": "String"
538
+ "description": "Extracts the correlation key from the incoming message payload",
539
+ "constraints": {
540
+ "notEmpty": true
541
+ }
559
542
  },
560
543
  {
561
- "id": "messageIdExpression",
562
544
  "label": "Message ID expression",
563
- "description": "Expression to extract unique identifier of a message",
564
- "optional": true,
565
545
  "feel": "required",
566
- "group": "correlation",
567
- "binding": {
568
- "name": "messageIdExpression",
569
- "type": "zeebe:property"
570
- },
571
- "type": "String"
572
- },
573
- {
574
- "id": "messageTtl",
575
- "label": "Message TTL",
576
- "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
546
+ "type": "String",
577
547
  "optional": true,
578
- "constraints": {
579
- "notEmpty": false,
580
- "pattern": {
581
- "value": "^(PT.*|)$",
582
- "message": "must be an ISO-8601 duration"
583
- }
584
- },
585
- "feel": "optional",
586
- "group": "correlation",
548
+ "group": "activation",
587
549
  "binding": {
588
- "name": "messageTtl",
589
- "type": "zeebe:property"
550
+ "type": "zeebe:property",
551
+ "name": "messageIdExpression"
590
552
  },
591
- "type": "String"
553
+ "description": "Expression to extract unique identifier of a message"
592
554
  },
593
555
  {
594
- "id": "messageNameUuid",
595
- "generatedValue": {
596
- "type": "uuid"
597
- },
598
- "group": "correlation",
556
+ "label": "Condition",
557
+ "type": "String",
558
+ "group": "activation",
559
+ "feel": "required",
560
+ "optional": true,
599
561
  "binding": {
600
- "name": "name",
601
- "type": "bpmn:Message#property"
562
+ "type": "zeebe:property",
563
+ "name": "activationCondition"
602
564
  },
603
- "type": "Hidden"
565
+ "description": "Condition under which the connector triggers. Leave empty to catch all events"
604
566
  },
605
567
  {
606
- "id": "resultVariable",
607
568
  "label": "Result variable",
608
- "description": "Name of variable to store the response in",
609
- "group": "output",
569
+ "type": "String",
570
+ "group": "variable-mapping",
571
+ "optional": true,
610
572
  "binding": {
611
- "name": "resultVariable",
612
- "type": "zeebe:property"
573
+ "type": "zeebe:property",
574
+ "name": "resultVariable"
613
575
  },
614
- "type": "String"
576
+ "description": "Name of variable to store the result of the Connector in"
615
577
  },
616
578
  {
617
- "id": "resultExpression",
618
579
  "label": "Result expression",
619
- "description": "Expression to map the response into process variables",
580
+ "type": "String",
581
+ "group": "variable-mapping",
620
582
  "feel": "required",
621
- "group": "output",
583
+ "optional": true,
622
584
  "binding": {
623
- "name": "resultExpression",
624
- "type": "zeebe:property"
585
+ "type": "zeebe:property",
586
+ "name": "resultExpression"
625
587
  },
626
- "type": "Text"
588
+ "description": "Expression to map the inbound payload to process variables"
627
589
  }
628
590
  ],
629
591
  "icon": {
630
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA4MCA4MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS82NC9BcmNoX0FXUy1TaW1wbGUtTm90aWZpY2F0aW9uLVNlcnZpY2VfNjQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9JzAlJyB5MT0nMTAwJScgeDI9JzEwMCUnIHkyPScwJScgaWQ9J2xpbmVhckdyYWRpZW50LTEnPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPScjQjAwODREJyBvZmZzZXQ9JzAlJz48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNGRjRGOEInIG9mZnNldD0nMTAwJSc+PC9zdG9wPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0nSWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BV1MtU2ltcGxlLU5vdGlmaWNhdGlvbi1TZXJ2aWNlXzY0JyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScKICAgICAgIGZpbGwtcnVsZT0nZXZlbm9kZCc+CiAgICAgICAgPGcgaWQ9J0ljb24tQXJjaGl0ZWN0dXJlLUJHLzY0L0FwcGxpY2F0aW9uLUludGVncmF0aW9uJyBmaWxsPSd1cmwoI2xpbmVhckdyYWRpZW50LTEpJz4KICAgICAgICAgICAgPHJlY3QgaWQ9J1JlY3RhbmdsZScgeD0nMCcgeT0nMCcgd2lkdGg9JzgwJyBoZWlnaHQ9JzgwJz48L3JlY3Q+CiAgICAgICAgPC9nPgogICAgICAgIDxwYXRoIGQ9J00xNywzOCBDMTguMTAzLDM4IDE5LDM4Ljg5NyAxOSw0MCBDMTksNDEuMTAzIDE4LjEwMyw0MiAxNyw0MiBDMTUuODk3LDQyIDE1LDQxLjEwMyAxNSw0MCBDMTUsMzguODk3IDE1Ljg5NywzOCAxNywzOCBMMTcsMzggWiBNNDEsNjQgQzI5LjMxNCw2NCAxOS4yODksNTUuNDY2IDE3LjE5NCw0My45OCBDMTguOTY1LDQzLjg5NCAyMC40MjcsNDIuNjU5IDIwLjg1Nyw0MSBMMjcsNDEgTDI3LDM5IEwyMC44NTcsMzkgQzIwLjQyNywzNy4zNDIgMTguOTY2LDM2LjEwNyAxNy4xOTUsMzYuMDIgQzE5LjI4NSwyNC43MSAyOS41MTEsMTYgNDEsMTYgQzQ1LjMxMywxNiA0OS44MzIsMTcuNjIyIDU0LjQyOSwyMC44MjEgTDU1LjU3MSwxOS4xNzkgQzUwLjYzMywxNS43NDMgNDUuNzMsMTQgNDEsMTQgQzI4LjI3LDE0IDE2Ljk0OSwyMy44NjUgMTUuMDYzLDM2LjUyMSBDMTMuODM5LDM3LjIwNyAxMywzOC41IDEzLDQwIEMxMyw0MS41IDEzLjgzOSw0Mi43OTMgMTUuMDYzLDQzLjQ3OCBDMTYuOTcsNTYuMzQxIDI4LjA1Niw2NiA0MSw2NiBDNDYuNDA3LDY2IDUxLjk0Miw2NC4xNTcgNTYuNTg1LDYwLjgxMSBMNTUuNDE1LDU5LjE4OSBDNTEuMTEsNjIuMjkyIDQ1Ljk5MSw2NCA0MSw2NCBMNDEsNjQgWiBNMzAuMTAxLDM2LjQ0MiBDMzEuOTU1LDM2Ljg5NSAzNC4yNzUsMzcgMzYsMzcgQzM3LjY0MiwzNyAzOS44MjMsMzYuOTA1IDQxLjYyOSwzNi41MDYgTDM3LjEwNSw0NS41NTMgQzM3LjAzNiw0NS42OTEgMzcsNDUuODQ1IDM3LDQ2IEwzNyw1MC40NTMgQzM2LjE5OSw1MC45NjQgMzQuODMzLDUxLjgxMiAzNCw1MS45ODYgTDM0LDQ2IEMzNCw0NS44NjggMzMuOTc0LDQ1LjczNyAzMy45MjMsNDUuNjE1IEwzMC4xMDEsMzYuNDQyIFogTTM2LDMzIEM0MC4wMjUsMzMgNDIuMTc0LDMzLjYwNCA0Mi44NDEsMzQgQzQyLjE3NCwzNC4zOTYgNDAuMDI1LDM1IDM2LDM1IEMzMS45NzUsMzUgMjkuODI2LDM0LjM5NiAyOS4xNTksMzQgQzI5LjgyNiwzMy42MDQgMzEuOTc1LDMzIDM2LDMzIEwzNiwzMyBaIE0zMyw1NCBMMzQsNTQgQzM0LjA0Myw1NCAzNC4wODYsNTMuOTk3IDM0LjEyOCw1My45OTIgQzM1LjM1Miw1My44MzMgMzYuOTA5LDUyLjg4NyAzOC4yNzIsNTIuMDEzIEwzOC41MzUsNTEuODQ1IEMzOC44MjQsNTEuNjYxIDM5LDUxLjM0MiAzOSw1MSBMMzksNDYuMjM2IEw0NC41NTksMzUuMTIgQzQ0LjgzMywzNC44MDEgNDUsMzQuNDM0IDQ1LDM0IEM0NSwzMS4zOSAzOS4zNjEsMzEgMzYsMzEgQzMyLjYzOSwzMSAyNywzMS4zOSAyNywzNCBDMjcsMzQuMzY2IDI3LjEyLDM0LjY4NCAyNy4zMiwzNC45NjcgTDMyLDQ2LjIgTDMyLDUzIEMzMiw1My41NTIgMzIuNDQ3LDU0IDMzLDU0IEwzMyw1NCBaIE02Miw1MyBDNjMuMTAzLDUzIDY0LDUzLjg5NyA2NCw1NSBDNjQsNTYuMTAzIDYzLjEwMyw1NyA2Miw1NyBDNjAuODk3LDU3IDYwLDU2LjEwMyA2MCw1NSBDNjAsNTMuODk3IDYwLjg5Nyw1MyA2Miw1MyBMNjIsNTMgWiBNNjIsMjMgQzYzLjEwMywyMyA2NCwyMy44OTcgNjQsMjUgQzY0LDI2LjEwMyA2My4xMDMsMjcgNjIsMjcgQzYwLjg5NywyNyA2MCwyNi4xMDMgNjAsMjUgQzYwLDIzLjg5NyA2MC44OTcsMjMgNjIsMjMgTDYyLDIzIFogTTY0LDM4IEM2NS4xMDMsMzggNjYsMzguODk3IDY2LDQwIEM2Niw0MS4xMDMgNjUuMTAzLDQyIDY0LDQyIEM2Mi44OTcsNDIgNjIsNDEuMTAzIDYyLDQwIEM2MiwzOC44OTcgNjIuODk3LDM4IDY0LDM4IEw2NCwzOCBaIE01NCw0MSBMNjAuMTQzLDQxIEM2MC41ODksNDIuNzIgNjIuMTQyLDQ0IDY0LDQ0IEM2Ni4yMDYsNDQgNjgsNDIuMjA2IDY4LDQwIEM2OCwzNy43OTQgNjYuMjA2LDM2IDY0LDM2IEM2Mi4xNDIsMzYgNjAuNTg5LDM3LjI4IDYwLjE0MywzOSBMNTQsMzkgTDU0LDI2IEw1OC4xNDMsMjYgQzU4LjU4OSwyNy43MiA2MC4xNDIsMjkgNjIsMjkgQzY0LjIwNiwyOSA2NiwyNy4yMDYgNjYsMjUgQzY2LDIyLjc5NCA2NC4yMDYsMjEgNjIsMjEgQzYwLjE0MiwyMSA1OC41ODksMjIuMjggNTguMTQzLDI0IEw1MywyNCBDNTIuNDQ3LDI0IDUyLDI0LjQ0OCA1MiwyNSBMNTIsMzkgTDQ1LDM5IEw0NSw0MSBMNTIsNDEgTDUyLDU1IEM1Miw1NS41NTIgNTIuNDQ3LDU2IDUzLDU2IEw1OC4xNDMsNTYgQzU4LjU4OSw1Ny43MiA2MC4xNDIsNTkgNjIsNTkgQzY0LjIwNiw1OSA2Niw1Ny4yMDYgNjYsNTUgQzY2LDUyLjc5NCA2NC4yMDYsNTEgNjIsNTEgQzYwLjE0Miw1MSA1OC41ODksNTIuMjggNTguMTQzLDU0IEw1NCw1NCBMNTQsNDEgWicKICAgICAgICAgICAgICBpZD0nQVdTLVNpbXBsZS1Ob3RpZmljYXRpb24tU2VydmljZV9JY29uXzY0X1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
592
+ "contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 80 80' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 64 (93537) - https://sketch.com --%3E%3Ctitle%3EIcon-Architecture/64/Arch_AWS-Simple-Notification-Service_64%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3ClinearGradient x1='0%25' y1='100%25' x2='100%25' y2='0%25' id='linearGradient-1'%3E%3Cstop stop-color='%23B0084D' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23FF4F8B' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Icon-Architecture/64/Arch_AWS-Simple-Notification-Service_64' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon-Architecture-BG/64/Application-Integration' fill='url(%23linearGradient-1)'%3E%3Crect id='Rectangle' x='0' y='0' width='80' height='80'%3E%3C/rect%3E%3C/g%3E%3Cpath d='M17,38 C18.103,38 19,38.897 19,40 C19,41.103 18.103,42 17,42 C15.897,42 15,41.103 15,40 C15,38.897 15.897,38 17,38 L17,38 Z M41,64 C29.314,64 19.289,55.466 17.194,43.98 C18.965,43.894 20.427,42.659 20.857,41 L27,41 L27,39 L20.857,39 C20.427,37.342 18.966,36.107 17.195,36.02 C19.285,24.71 29.511,16 41,16 C45.313,16 49.832,17.622 54.429,20.821 L55.571,19.179 C50.633,15.743 45.73,14 41,14 C28.27,14 16.949,23.865 15.063,36.521 C13.839,37.207 13,38.5 13,40 C13,41.5 13.839,42.793 15.063,43.478 C16.97,56.341 28.056,66 41,66 C46.407,66 51.942,64.157 56.585,60.811 L55.415,59.189 C51.11,62.292 45.991,64 41,64 L41,64 Z M30.101,36.442 C31.955,36.895 34.275,37 36,37 C37.642,37 39.823,36.905 41.629,36.506 L37.105,45.553 C37.036,45.691 37,45.845 37,46 L37,50.453 C36.199,50.964 34.833,51.812 34,51.986 L34,46 C34,45.868 33.974,45.737 33.923,45.615 L30.101,36.442 Z M36,33 C40.025,33 42.174,33.604 42.841,34 C42.174,34.396 40.025,35 36,35 C31.975,35 29.826,34.396 29.159,34 C29.826,33.604 31.975,33 36,33 L36,33 Z M33,54 L34,54 C34.043,54 34.086,53.997 34.128,53.992 C35.352,53.833 36.909,52.887 38.272,52.013 L38.535,51.845 C38.824,51.661 39,51.342 39,51 L39,46.236 L44.559,35.12 C44.833,34.801 45,34.434 45,34 C45,31.39 39.361,31 36,31 C32.639,31 27,31.39 27,34 C27,34.366 27.12,34.684 27.32,34.967 L32,46.2 L32,53 C32,53.552 32.447,54 33,54 L33,54 Z M62,53 C63.103,53 64,53.897 64,55 C64,56.103 63.103,57 62,57 C60.897,57 60,56.103 60,55 C60,53.897 60.897,53 62,53 L62,53 Z M62,23 C63.103,23 64,23.897 64,25 C64,26.103 63.103,27 62,27 C60.897,27 60,26.103 60,25 C60,23.897 60.897,23 62,23 L62,23 Z M64,38 C65.103,38 66,38.897 66,40 C66,41.103 65.103,42 64,42 C62.897,42 62,41.103 62,40 C62,38.897 62.897,38 64,38 L64,38 Z M54,41 L60.143,41 C60.589,42.72 62.142,44 64,44 C66.206,44 68,42.206 68,40 C68,37.794 66.206,36 64,36 C62.142,36 60.589,37.28 60.143,39 L54,39 L54,26 L58.143,26 C58.589,27.72 60.142,29 62,29 C64.206,29 66,27.206 66,25 C66,22.794 64.206,21 62,21 C60.142,21 58.589,22.28 58.143,24 L53,24 C52.447,24 52,24.448 52,25 L52,39 L45,39 L45,41 L52,41 L52,55 C52,55.552 52.447,56 53,56 L58.143,56 C58.589,57.72 60.142,59 62,59 C64.206,59 66,57.206 66,55 C66,52.794 64.206,51 62,51 C60.142,51 58.589,52.28 58.143,54 L54,54 L54,41 Z' id='AWS-Simple-Notification-Service_Icon_64_Squid' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
631
593
  },
632
594
  "engines": {
633
- "camunda": "^8.5"
595
+ "camunda": "^8.4"
634
596
  }
635
597
  },
636
598
  {
@@ -819,8 +781,8 @@
819
781
  "name": "SNS HTTPS Intermediate Catch Event Connector",
820
782
  "id": "io.camunda.connectors.inbound.AWSSNS.IntermediateCatchEvent.v1",
821
783
  "description": "Receive events from AWS SNS",
822
- "version": 2,
823
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns-inbound/",
784
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=inbound",
785
+ "version": 4,
824
786
  "category": {
825
787
  "id": "connectors",
826
788
  "name": "Connectors"
@@ -840,56 +802,50 @@
840
802
  "label": "Activation"
841
803
  },
842
804
  {
843
- "id": "variable-mapping",
844
- "label": "Variable Mapping"
805
+ "id": "correlation",
806
+ "label": "Correlation",
807
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
808
+ },
809
+ {
810
+ "id": "output",
811
+ "label": "Output mapping"
845
812
  }
846
813
  ],
847
814
  "properties": [
848
815
  {
849
- "type": "Hidden",
850
816
  "value": "io.camunda:aws-sns-webhook:1",
851
817
  "binding": {
852
- "type": "zeebe:property",
853
- "name": "inbound.type"
854
- }
855
- },
856
- {
857
- "type": "Hidden",
858
- "generatedValue": {
859
- "type": "uuid"
818
+ "name": "inbound.type",
819
+ "type": "zeebe:property"
860
820
  },
861
- "binding": {
862
- "type": "bpmn:Message#property",
863
- "name": "name"
864
- }
865
- },
866
- {
867
- "type": "Hidden",
868
- "value": "SnsHttpsSubscription",
869
- "binding": {
870
- "type": "zeebe:property",
871
- "name": "inbound.subtype"
872
- }
821
+ "type": "Hidden"
873
822
  },
874
823
  {
824
+ "id": "inbound.context",
875
825
  "label": "Subscription ID",
876
- "type": "String",
877
- "group": "subscription",
878
- "binding": {
879
- "type": "zeebe:property",
880
- "name": "inbound.context"
881
- },
882
826
  "description": "The subscription ID is a part of the URL endpoint",
827
+ "optional": false,
883
828
  "constraints": {
884
829
  "notEmpty": true
885
- }
830
+ },
831
+ "group": "subscription",
832
+ "binding": {
833
+ "name": "inbound.context",
834
+ "type": "zeebe:property"
835
+ },
836
+ "type": "String"
886
837
  },
887
838
  {
888
- "id": "securitySubscriptionAllowedFor",
839
+ "id": "inbound.securitySubscriptionAllowedFor",
889
840
  "label": "Allow to receive messages from topic(s)",
890
- "group": "subscription",
891
841
  "description": "Control which topic(s) is allowed to start a process",
842
+ "optional": false,
892
843
  "value": "any",
844
+ "group": "subscription",
845
+ "binding": {
846
+ "name": "inbound.securitySubscriptionAllowedFor",
847
+ "type": "zeebe:property"
848
+ },
893
849
  "type": "Dropdown",
894
850
  "choices": [
895
851
  {
@@ -900,99 +856,143 @@
900
856
  "name": "Specific topic(s)",
901
857
  "value": "specific"
902
858
  }
903
- ],
904
- "binding": {
905
- "type": "zeebe:property",
906
- "name": "inbound.securitySubscriptionAllowedFor"
907
- }
859
+ ]
908
860
  },
909
861
  {
862
+ "id": "inbound.topicsAllowList",
910
863
  "label": "Topic ARN(s)",
911
864
  "description": "Topics that allow to publish messages",
912
- "type": "String",
913
- "group": "subscription",
865
+ "optional": true,
914
866
  "feel": "optional",
867
+ "group": "subscription",
915
868
  "binding": {
916
- "type": "zeebe:property",
917
- "name": "inbound.topicsAllowList"
918
- },
919
- "constraints": {
920
- "notEmpty": true
869
+ "name": "inbound.topicsAllowList",
870
+ "type": "zeebe:property"
921
871
  },
922
872
  "condition": {
923
- "property": "securitySubscriptionAllowedFor",
924
- "equals": "specific"
925
- }
873
+ "property": "inbound.securitySubscriptionAllowedFor",
874
+ "equals": "specific",
875
+ "type": "simple"
876
+ },
877
+ "type": "String"
926
878
  },
927
879
  {
928
- "label": "Correlation key (process)",
929
- "type": "String",
930
- "group": "activation",
880
+ "id": "activationCondition",
881
+ "label": "Activation condition",
882
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
883
+ "optional": true,
931
884
  "feel": "required",
932
- "description": "Sets up the correlation key from process variables",
885
+ "group": "activation",
933
886
  "binding": {
934
- "type": "bpmn:Message#zeebe:subscription#property",
935
- "name": "correlationKey"
887
+ "name": "activationCondition",
888
+ "type": "zeebe:property"
936
889
  },
937
- "constraints": {
938
- "notEmpty": true
939
- }
890
+ "type": "String"
940
891
  },
941
892
  {
942
- "label": "Correlation key (payload)",
943
- "type": "String",
944
- "group": "activation",
893
+ "id": "correlationKeyProcess",
894
+ "label": "Correlation key (process)",
895
+ "description": "Sets up the correlation key from process variables",
896
+ "constraints": {
897
+ "notEmpty": true
898
+ },
945
899
  "feel": "required",
900
+ "group": "correlation",
946
901
  "binding": {
947
- "type": "zeebe:property",
948
- "name": "correlationKeyExpression"
902
+ "name": "correlationKey",
903
+ "type": "bpmn:Message#zeebe:subscription#property"
949
904
  },
905
+ "type": "String"
906
+ },
907
+ {
908
+ "id": "correlationKeyPayload",
909
+ "label": "Correlation key (payload)",
950
910
  "description": "Extracts the correlation key from the incoming message payload",
951
911
  "constraints": {
952
912
  "notEmpty": true
953
- }
913
+ },
914
+ "feel": "required",
915
+ "group": "correlation",
916
+ "binding": {
917
+ "name": "correlationKeyExpression",
918
+ "type": "zeebe:property"
919
+ },
920
+ "type": "String"
954
921
  },
955
922
  {
956
- "label": "Condition",
957
- "type": "String",
958
- "group": "activation",
923
+ "id": "messageIdExpression",
924
+ "label": "Message ID expression",
925
+ "description": "Expression to extract unique identifier of a message",
926
+ "optional": true,
959
927
  "feel": "required",
928
+ "group": "correlation",
929
+ "binding": {
930
+ "name": "messageIdExpression",
931
+ "type": "zeebe:property"
932
+ },
933
+ "type": "String"
934
+ },
935
+ {
936
+ "id": "messageTtl",
937
+ "label": "Message TTL",
938
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
960
939
  "optional": true,
940
+ "constraints": {
941
+ "notEmpty": false,
942
+ "pattern": {
943
+ "value": "^(PT.*|)$",
944
+ "message": "must be an ISO-8601 duration"
945
+ }
946
+ },
947
+ "feel": "optional",
948
+ "group": "correlation",
961
949
  "binding": {
962
- "type": "zeebe:property",
963
- "name": "activationCondition"
950
+ "name": "messageTtl",
951
+ "type": "zeebe:property"
964
952
  },
965
- "description": "Condition under which the connector triggers. Leave empty to catch all events"
953
+ "type": "String"
966
954
  },
967
955
  {
956
+ "id": "messageNameUuid",
957
+ "generatedValue": {
958
+ "type": "uuid"
959
+ },
960
+ "group": "correlation",
961
+ "binding": {
962
+ "name": "name",
963
+ "type": "bpmn:Message#property"
964
+ },
965
+ "type": "Hidden"
966
+ },
967
+ {
968
+ "id": "resultVariable",
968
969
  "label": "Result variable",
969
- "type": "String",
970
- "group": "variable-mapping",
971
- "optional": true,
970
+ "description": "Name of variable to store the response in",
971
+ "group": "output",
972
972
  "binding": {
973
- "type": "zeebe:property",
974
- "name": "resultVariable"
973
+ "name": "resultVariable",
974
+ "type": "zeebe:property"
975
975
  },
976
- "description": "Name of variable to store the result of the Connector in"
976
+ "type": "String"
977
977
  },
978
978
  {
979
+ "id": "resultExpression",
979
980
  "label": "Result expression",
980
- "type": "String",
981
- "group": "variable-mapping",
981
+ "description": "Expression to map the response into process variables",
982
982
  "feel": "required",
983
- "optional": true,
983
+ "group": "output",
984
984
  "binding": {
985
- "type": "zeebe:property",
986
- "name": "resultExpression"
985
+ "name": "resultExpression",
986
+ "type": "zeebe:property"
987
987
  },
988
- "description": "Expression to map the inbound payload to process variables"
988
+ "type": "Text"
989
989
  }
990
990
  ],
991
991
  "icon": {
992
- "contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 80 80' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 64 (93537) - https://sketch.com --%3E%3Ctitle%3EIcon-Architecture/64/Arch_AWS-Simple-Notification-Service_64%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3ClinearGradient x1='0%25' y1='100%25' x2='100%25' y2='0%25' id='linearGradient-1'%3E%3Cstop stop-color='%23B0084D' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23FF4F8B' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Icon-Architecture/64/Arch_AWS-Simple-Notification-Service_64' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon-Architecture-BG/64/Application-Integration' fill='url(%23linearGradient-1)'%3E%3Crect id='Rectangle' x='0' y='0' width='80' height='80'%3E%3C/rect%3E%3C/g%3E%3Cpath d='M17,38 C18.103,38 19,38.897 19,40 C19,41.103 18.103,42 17,42 C15.897,42 15,41.103 15,40 C15,38.897 15.897,38 17,38 L17,38 Z M41,64 C29.314,64 19.289,55.466 17.194,43.98 C18.965,43.894 20.427,42.659 20.857,41 L27,41 L27,39 L20.857,39 C20.427,37.342 18.966,36.107 17.195,36.02 C19.285,24.71 29.511,16 41,16 C45.313,16 49.832,17.622 54.429,20.821 L55.571,19.179 C50.633,15.743 45.73,14 41,14 C28.27,14 16.949,23.865 15.063,36.521 C13.839,37.207 13,38.5 13,40 C13,41.5 13.839,42.793 15.063,43.478 C16.97,56.341 28.056,66 41,66 C46.407,66 51.942,64.157 56.585,60.811 L55.415,59.189 C51.11,62.292 45.991,64 41,64 L41,64 Z M30.101,36.442 C31.955,36.895 34.275,37 36,37 C37.642,37 39.823,36.905 41.629,36.506 L37.105,45.553 C37.036,45.691 37,45.845 37,46 L37,50.453 C36.199,50.964 34.833,51.812 34,51.986 L34,46 C34,45.868 33.974,45.737 33.923,45.615 L30.101,36.442 Z M36,33 C40.025,33 42.174,33.604 42.841,34 C42.174,34.396 40.025,35 36,35 C31.975,35 29.826,34.396 29.159,34 C29.826,33.604 31.975,33 36,33 L36,33 Z M33,54 L34,54 C34.043,54 34.086,53.997 34.128,53.992 C35.352,53.833 36.909,52.887 38.272,52.013 L38.535,51.845 C38.824,51.661 39,51.342 39,51 L39,46.236 L44.559,35.12 C44.833,34.801 45,34.434 45,34 C45,31.39 39.361,31 36,31 C32.639,31 27,31.39 27,34 C27,34.366 27.12,34.684 27.32,34.967 L32,46.2 L32,53 C32,53.552 32.447,54 33,54 L33,54 Z M62,53 C63.103,53 64,53.897 64,55 C64,56.103 63.103,57 62,57 C60.897,57 60,56.103 60,55 C60,53.897 60.897,53 62,53 L62,53 Z M62,23 C63.103,23 64,23.897 64,25 C64,26.103 63.103,27 62,27 C60.897,27 60,26.103 60,25 C60,23.897 60.897,23 62,23 L62,23 Z M64,38 C65.103,38 66,38.897 66,40 C66,41.103 65.103,42 64,42 C62.897,42 62,41.103 62,40 C62,38.897 62.897,38 64,38 L64,38 Z M54,41 L60.143,41 C60.589,42.72 62.142,44 64,44 C66.206,44 68,42.206 68,40 C68,37.794 66.206,36 64,36 C62.142,36 60.589,37.28 60.143,39 L54,39 L54,26 L58.143,26 C58.589,27.72 60.142,29 62,29 C64.206,29 66,27.206 66,25 C66,22.794 64.206,21 62,21 C60.142,21 58.589,22.28 58.143,24 L53,24 C52.447,24 52,24.448 52,25 L52,39 L45,39 L45,41 L52,41 L52,55 C52,55.552 52.447,56 53,56 L58.143,56 C58.589,57.72 60.142,59 62,59 C64.206,59 66,57.206 66,55 C66,52.794 64.206,51 62,51 C60.142,51 58.589,52.28 58.143,54 L54,54 L54,41 Z' id='AWS-Simple-Notification-Service_Icon_64_Squid' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
992
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA4MCA4MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS82NC9BcmNoX0FXUy1TaW1wbGUtTm90aWZpY2F0aW9uLVNlcnZpY2VfNjQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9JzAlJyB5MT0nMTAwJScgeDI9JzEwMCUnIHkyPScwJScgaWQ9J2xpbmVhckdyYWRpZW50LTEnPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPScjQjAwODREJyBvZmZzZXQ9JzAlJz48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNGRjRGOEInIG9mZnNldD0nMTAwJSc+PC9zdG9wPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0nSWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BV1MtU2ltcGxlLU5vdGlmaWNhdGlvbi1TZXJ2aWNlXzY0JyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScKICAgICAgIGZpbGwtcnVsZT0nZXZlbm9kZCc+CiAgICAgICAgPGcgaWQ9J0ljb24tQXJjaGl0ZWN0dXJlLUJHLzY0L0FwcGxpY2F0aW9uLUludGVncmF0aW9uJyBmaWxsPSd1cmwoI2xpbmVhckdyYWRpZW50LTEpJz4KICAgICAgICAgICAgPHJlY3QgaWQ9J1JlY3RhbmdsZScgeD0nMCcgeT0nMCcgd2lkdGg9JzgwJyBoZWlnaHQ9JzgwJz48L3JlY3Q+CiAgICAgICAgPC9nPgogICAgICAgIDxwYXRoIGQ9J00xNywzOCBDMTguMTAzLDM4IDE5LDM4Ljg5NyAxOSw0MCBDMTksNDEuMTAzIDE4LjEwMyw0MiAxNyw0MiBDMTUuODk3LDQyIDE1LDQxLjEwMyAxNSw0MCBDMTUsMzguODk3IDE1Ljg5NywzOCAxNywzOCBMMTcsMzggWiBNNDEsNjQgQzI5LjMxNCw2NCAxOS4yODksNTUuNDY2IDE3LjE5NCw0My45OCBDMTguOTY1LDQzLjg5NCAyMC40MjcsNDIuNjU5IDIwLjg1Nyw0MSBMMjcsNDEgTDI3LDM5IEwyMC44NTcsMzkgQzIwLjQyNywzNy4zNDIgMTguOTY2LDM2LjEwNyAxNy4xOTUsMzYuMDIgQzE5LjI4NSwyNC43MSAyOS41MTEsMTYgNDEsMTYgQzQ1LjMxMywxNiA0OS44MzIsMTcuNjIyIDU0LjQyOSwyMC44MjEgTDU1LjU3MSwxOS4xNzkgQzUwLjYzMywxNS43NDMgNDUuNzMsMTQgNDEsMTQgQzI4LjI3LDE0IDE2Ljk0OSwyMy44NjUgMTUuMDYzLDM2LjUyMSBDMTMuODM5LDM3LjIwNyAxMywzOC41IDEzLDQwIEMxMyw0MS41IDEzLjgzOSw0Mi43OTMgMTUuMDYzLDQzLjQ3OCBDMTYuOTcsNTYuMzQxIDI4LjA1Niw2NiA0MSw2NiBDNDYuNDA3LDY2IDUxLjk0Miw2NC4xNTcgNTYuNTg1LDYwLjgxMSBMNTUuNDE1LDU5LjE4OSBDNTEuMTEsNjIuMjkyIDQ1Ljk5MSw2NCA0MSw2NCBMNDEsNjQgWiBNMzAuMTAxLDM2LjQ0MiBDMzEuOTU1LDM2Ljg5NSAzNC4yNzUsMzcgMzYsMzcgQzM3LjY0MiwzNyAzOS44MjMsMzYuOTA1IDQxLjYyOSwzNi41MDYgTDM3LjEwNSw0NS41NTMgQzM3LjAzNiw0NS42OTEgMzcsNDUuODQ1IDM3LDQ2IEwzNyw1MC40NTMgQzM2LjE5OSw1MC45NjQgMzQuODMzLDUxLjgxMiAzNCw1MS45ODYgTDM0LDQ2IEMzNCw0NS44NjggMzMuOTc0LDQ1LjczNyAzMy45MjMsNDUuNjE1IEwzMC4xMDEsMzYuNDQyIFogTTM2LDMzIEM0MC4wMjUsMzMgNDIuMTc0LDMzLjYwNCA0Mi44NDEsMzQgQzQyLjE3NCwzNC4zOTYgNDAuMDI1LDM1IDM2LDM1IEMzMS45NzUsMzUgMjkuODI2LDM0LjM5NiAyOS4xNTksMzQgQzI5LjgyNiwzMy42MDQgMzEuOTc1LDMzIDM2LDMzIEwzNiwzMyBaIE0zMyw1NCBMMzQsNTQgQzM0LjA0Myw1NCAzNC4wODYsNTMuOTk3IDM0LjEyOCw1My45OTIgQzM1LjM1Miw1My44MzMgMzYuOTA5LDUyLjg4NyAzOC4yNzIsNTIuMDEzIEwzOC41MzUsNTEuODQ1IEMzOC44MjQsNTEuNjYxIDM5LDUxLjM0MiAzOSw1MSBMMzksNDYuMjM2IEw0NC41NTksMzUuMTIgQzQ0LjgzMywzNC44MDEgNDUsMzQuNDM0IDQ1LDM0IEM0NSwzMS4zOSAzOS4zNjEsMzEgMzYsMzEgQzMyLjYzOSwzMSAyNywzMS4zOSAyNywzNCBDMjcsMzQuMzY2IDI3LjEyLDM0LjY4NCAyNy4zMiwzNC45NjcgTDMyLDQ2LjIgTDMyLDUzIEMzMiw1My41NTIgMzIuNDQ3LDU0IDMzLDU0IEwzMyw1NCBaIE02Miw1MyBDNjMuMTAzLDUzIDY0LDUzLjg5NyA2NCw1NSBDNjQsNTYuMTAzIDYzLjEwMyw1NyA2Miw1NyBDNjAuODk3LDU3IDYwLDU2LjEwMyA2MCw1NSBDNjAsNTMuODk3IDYwLjg5Nyw1MyA2Miw1MyBMNjIsNTMgWiBNNjIsMjMgQzYzLjEwMywyMyA2NCwyMy44OTcgNjQsMjUgQzY0LDI2LjEwMyA2My4xMDMsMjcgNjIsMjcgQzYwLjg5NywyNyA2MCwyNi4xMDMgNjAsMjUgQzYwLDIzLjg5NyA2MC44OTcsMjMgNjIsMjMgTDYyLDIzIFogTTY0LDM4IEM2NS4xMDMsMzggNjYsMzguODk3IDY2LDQwIEM2Niw0MS4xMDMgNjUuMTAzLDQyIDY0LDQyIEM2Mi44OTcsNDIgNjIsNDEuMTAzIDYyLDQwIEM2MiwzOC44OTcgNjIuODk3LDM4IDY0LDM4IEw2NCwzOCBaIE01NCw0MSBMNjAuMTQzLDQxIEM2MC41ODksNDIuNzIgNjIuMTQyLDQ0IDY0LDQ0IEM2Ni4yMDYsNDQgNjgsNDIuMjA2IDY4LDQwIEM2OCwzNy43OTQgNjYuMjA2LDM2IDY0LDM2IEM2Mi4xNDIsMzYgNjAuNTg5LDM3LjI4IDYwLjE0MywzOSBMNTQsMzkgTDU0LDI2IEw1OC4xNDMsMjYgQzU4LjU4OSwyNy43MiA2MC4xNDIsMjkgNjIsMjkgQzY0LjIwNiwyOSA2NiwyNy4yMDYgNjYsMjUgQzY2LDIyLjc5NCA2NC4yMDYsMjEgNjIsMjEgQzYwLjE0MiwyMSA1OC41ODksMjIuMjggNTguMTQzLDI0IEw1MywyNCBDNTIuNDQ3LDI0IDUyLDI0LjQ0OCA1MiwyNSBMNTIsMzkgTDQ1LDM5IEw0NSw0MSBMNTIsNDEgTDUyLDU1IEM1Miw1NS41NTIgNTIuNDQ3LDU2IDUzLDU2IEw1OC4xNDMsNTYgQzU4LjU4OSw1Ny43MiA2MC4xNDIsNTkgNjIsNTkgQzY0LjIwNiw1OSA2Niw1Ny4yMDYgNjYsNTUgQzY2LDUyLjc5NCA2NC4yMDYsNTEgNjIsNTEgQzYwLjE0Miw1MSA1OC41ODksNTIuMjggNTguMTQzLDU0IEw1NCw1NCBMNTQsNDEgWicKICAgICAgICAgICAgICBpZD0nQVdTLVNpbXBsZS1Ob3RpZmljYXRpb24tU2VydmljZV9JY29uXzY0X1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
993
993
  },
994
994
  "engines": {
995
- "camunda": "^8.2"
995
+ "camunda": "^8.5"
996
996
  }
997
997
  },
998
998
  {