@camunda/connectors-element-templates 1.0.3 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/package.json +1 -1
  2. package/src/connectors.js +8 -2
  3. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +30 -30
  4. package/src/element-templates/agenticai-aiagent-outbound-connector.json +323 -9
  5. package/src/element-templates/asana-connector.json +101 -101
  6. package/src/element-templates/automation-anywhere-outbound-connector.json +1777 -961
  7. package/src/element-templates/aws-bedrock-outbound-connector.json +74 -74
  8. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  9. package/src/element-templates/aws-dynamodb-outbound-connector.json +1373 -1373
  10. package/src/element-templates/aws-eventbridge-connector-boundary.json +28 -28
  11. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  12. package/src/element-templates/aws-eventbridge-connector-start-event.json +23 -23
  13. package/src/element-templates/aws-eventbridge-outbound-connector.json +326 -326
  14. package/src/element-templates/aws-lambda-outbound-connector.json +231 -231
  15. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  16. package/src/element-templates/aws-sns-inbound-boundary.json +285 -285
  17. package/src/element-templates/aws-sns-inbound-intermediate.json +33 -33
  18. package/src/element-templates/aws-sns-inbound-message-start.json +227 -227
  19. package/src/element-templates/aws-sns-inbound-start-event.json +132 -132
  20. package/src/element-templates/aws-sns-outbound-connector.json +370 -370
  21. package/src/element-templates/aws-sqs-boundary-connector.json +232 -232
  22. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +532 -532
  23. package/src/element-templates/aws-sqs-outbound-connector.json +396 -396
  24. package/src/element-templates/aws-sqs-start-event-connector.json +389 -389
  25. package/src/element-templates/aws-textract-outbound-connector.json +123 -123
  26. package/src/element-templates/azure-blobstorage-outbound-connector.json +349 -0
  27. package/src/element-templates/blue-prism-connector.json +13 -13
  28. package/src/element-templates/box-outbound-connector.json +30 -30
  29. package/src/element-templates/easy-post-connector.json +121 -121
  30. package/src/element-templates/email-outbound-connector.json +233 -233
  31. package/src/element-templates/github-connector.json +1259 -1259
  32. package/src/element-templates/github-webhook-connector-boundary.json +35 -35
  33. package/src/element-templates/github-webhook-connector-intermediate.json +31 -31
  34. package/src/element-templates/github-webhook-connector-start-event.json +34 -34
  35. package/src/element-templates/gitlab-connector.json +3333 -3333
  36. package/src/element-templates/google-cloud-storage-outbound-connector.json +357 -0
  37. package/src/element-templates/google-drive-outbound-connector.json +414 -101
  38. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  39. package/src/element-templates/google-maps-platform-connector.json +489 -0
  40. package/src/element-templates/google-sheets-outbound-connector.json +2468 -2468
  41. package/src/element-templates/graphql-outbound-connector.json +1113 -1113
  42. package/src/element-templates/http-json-connector.json +2202 -1290
  43. package/src/element-templates/http-polling-boundary-catch-event-connector.json +6 -6
  44. package/src/element-templates/http-polling-connector.json +6 -6
  45. package/src/element-templates/hugging-face-connector.json +34 -34
  46. package/src/element-templates/idp-extraction-outbound-connector.json +115 -0
  47. package/src/element-templates/jdbc-outbound-connector.json +36 -36
  48. package/src/element-templates/kafka-inbound-connector-boundary.json +540 -540
  49. package/src/element-templates/kafka-inbound-connector-intermediate.json +585 -585
  50. package/src/element-templates/kafka-inbound-connector.json +603 -0
  51. package/src/element-templates/kafka-outbound-connector.json +261 -261
  52. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  53. package/src/element-templates/microsoft-teams-outbound-connector.json +98 -98
  54. package/src/element-templates/openai-connector.json +517 -159
  55. package/src/element-templates/operate-connector.json +569 -53
  56. package/src/element-templates/power-automate-connector.json +1724 -0
  57. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +132 -132
  58. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +941 -941
  59. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +459 -459
  60. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +269 -269
  61. package/src/element-templates/rabbitmq-outbound-connector.json +631 -631
  62. package/src/element-templates/salesforce-connector.json +44 -44
  63. package/src/element-templates/sendgrid-outbound-connector.json +787 -255
  64. package/src/element-templates/slack-inbound-boundary.json +215 -215
  65. package/src/element-templates/slack-inbound-intermediate.json +178 -178
  66. package/src/element-templates/slack-inbound-message-start.json +323 -323
  67. package/src/element-templates/slack-inbound-start-event.json +212 -212
  68. package/src/element-templates/slack-outbound-connector.json +777 -522
  69. package/src/element-templates/twilio-connector.json +29 -29
  70. package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
  71. package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
  72. package/src/element-templates/uipath-connector.json +8 -8
  73. package/src/element-templates/webhook-connector-boundary.json +1133 -1133
  74. package/src/element-templates/webhook-connector-intermediate.json +1380 -1380
  75. package/src/element-templates/webhook-connector-start-event.json +1370 -1370
  76. package/src/element-templates/webhook-connector-start-message.json +1171 -1171
  77. package/src/element-templates/agenticai-aiagent-outbound-connector-8.8.0-alpha4.json +0 -843
@@ -5,7 +5,7 @@
5
5
  "id": "io.camunda.connectors.inbound.RabbitMQ.Boundary.v1",
6
6
  "description": "Receive a message from RabbitMQ",
7
7
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
8
- "version": 7,
8
+ "version": 6,
9
9
  "category": {
10
10
  "id": "connectors",
11
11
  "name": "Connectors"
@@ -34,13 +34,7 @@
34
34
  },
35
35
  {
36
36
  "id": "correlation",
37
- "label": "Correlation",
38
- "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
39
- },
40
- {
41
- "id": "deduplication",
42
- "label": "Deduplication",
43
- "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
37
+ "label": "Correlation"
44
38
  },
45
39
  {
46
40
  "id": "output",
@@ -274,18 +268,6 @@
274
268
  },
275
269
  "type": "String"
276
270
  },
277
- {
278
- "id": "consumeUnmatchedEvents",
279
- "label": "Consume unmatched events",
280
- "value": true,
281
- "group": "activation",
282
- "binding": {
283
- "name": "consumeUnmatchedEvents",
284
- "type": "zeebe:property"
285
- },
286
- "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",
287
- "type": "Boolean"
288
- },
289
271
  {
290
272
  "id": "correlationKeyProcess",
291
273
  "label": "Correlation key (process)",
@@ -329,26 +311,6 @@
329
311
  },
330
312
  "type": "String"
331
313
  },
332
- {
333
- "id": "messageTtl",
334
- "label": "Message TTL",
335
- "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
336
- "optional": true,
337
- "constraints": {
338
- "notEmpty": false,
339
- "pattern": {
340
- "value": "^(PT.*|)$",
341
- "message": "must be an ISO-8601 duration"
342
- }
343
- },
344
- "feel": "optional",
345
- "group": "correlation",
346
- "binding": {
347
- "name": "messageTtl",
348
- "type": "zeebe:property"
349
- },
350
- "type": "String"
351
- },
352
314
  {
353
315
  "id": "messageNameUuid",
354
316
  "generatedValue": {
@@ -361,70 +323,6 @@
361
323
  },
362
324
  "type": "Hidden"
363
325
  },
364
- {
365
- "id": "deduplicationModeManualFlag",
366
- "label": "Manual mode",
367
- "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
368
- "value": false,
369
- "group": "deduplication",
370
- "binding": {
371
- "name": "deduplicationModeManualFlag",
372
- "type": "zeebe:property"
373
- },
374
- "type": "Boolean"
375
- },
376
- {
377
- "id": "deduplicationId",
378
- "label": "Deduplication ID",
379
- "constraints": {
380
- "notEmpty": true,
381
- "pattern": {
382
- "value": "^[a-zA-Z0-9_-]+$",
383
- "message": "can only contain alphanumeric characters, dashes, and underscores"
384
- }
385
- },
386
- "group": "deduplication",
387
- "binding": {
388
- "name": "deduplicationId",
389
- "type": "zeebe:property"
390
- },
391
- "condition": {
392
- "property": "deduplicationModeManualFlag",
393
- "equals": true,
394
- "type": "simple"
395
- },
396
- "type": "String"
397
- },
398
- {
399
- "id": "deduplicationModeManual",
400
- "value": "MANUAL",
401
- "group": "deduplication",
402
- "binding": {
403
- "name": "deduplicationMode",
404
- "type": "zeebe:property"
405
- },
406
- "condition": {
407
- "property": "deduplicationId",
408
- "isActive": true,
409
- "type": "simple"
410
- },
411
- "type": "Hidden"
412
- },
413
- {
414
- "id": "deduplicationModeAuto",
415
- "value": "AUTO",
416
- "group": "deduplication",
417
- "binding": {
418
- "name": "deduplicationMode",
419
- "type": "zeebe:property"
420
- },
421
- "condition": {
422
- "property": "deduplicationId",
423
- "isActive": false,
424
- "type": "simple"
425
- },
426
- "type": "Hidden"
427
- },
428
326
  {
429
327
  "id": "resultVariable",
430
328
  "label": "Result variable",
@@ -453,16 +351,16 @@
453
351
  "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
454
352
  },
455
353
  "engines": {
456
- "camunda": "^8.6"
354
+ "camunda": "^8.5"
457
355
  }
458
356
  },
459
357
  {
460
358
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
461
359
  "name": "RabbitMQ Boundary Event Connector",
462
360
  "id": "io.camunda.connectors.inbound.RabbitMQ.Boundary.v1",
463
- "version": 2,
361
+ "version": 1,
464
362
  "description": "Receive a message from RabbitMQ",
465
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
363
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
466
364
  "category": {
467
365
  "id": "connectors",
468
366
  "name": "Connectors"
@@ -589,7 +487,7 @@
589
487
  },
590
488
  {
591
489
  "label": "Host name",
592
- "description": "Host name: get from RabbitMQ external applocation configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
490
+ "description": "Host name: get from RabbitMQ external applocation configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
593
491
  "group": "routing",
594
492
  "type": "String",
595
493
  "binding": {
@@ -606,7 +504,7 @@
606
504
  },
607
505
  {
608
506
  "label": "Virtual host",
609
- "description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
507
+ "description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
610
508
  "group": "routing",
611
509
  "type": "String",
612
510
  "binding": {
@@ -623,7 +521,7 @@
623
521
  },
624
522
  {
625
523
  "label": "Port",
626
- "description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
524
+ "description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
627
525
  "group": "routing",
628
526
  "type": "String",
629
527
  "binding": {
@@ -722,18 +620,6 @@
722
620
  "notEmpty": true
723
621
  }
724
622
  },
725
- {
726
- "label": "Message ID expression",
727
- "feel": "required",
728
- "type": "String",
729
- "optional": true,
730
- "group": "activation",
731
- "binding": {
732
- "type": "zeebe:property",
733
- "name": "messageIdExpression"
734
- },
735
- "description": "Expression to extract unique identifier of a message"
736
- },
737
623
  {
738
624
  "label": "Activation condition",
739
625
  "type": "String",
@@ -774,7 +660,7 @@
774
660
  "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='-7.5 0 271 271' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M245.44 108.308h-85.09a7.738 7.738 0 0 1-7.735-7.734v-88.68C152.615 5.327 147.29 0 140.726 0h-30.375c-6.568 0-11.89 5.327-11.89 11.894v88.143c0 4.573-3.697 8.29-8.27 8.31l-27.885.133c-4.612.025-8.359-3.717-8.35-8.325l.173-88.241C54.144 5.337 48.817 0 42.24 0H11.89C5.321 0 0 5.327 0 11.894V260.21c0 5.834 4.726 10.56 10.555 10.56H245.44c5.834 0 10.56-4.726 10.56-10.56V118.868c0-5.834-4.726-10.56-10.56-10.56zm-39.902 93.233c0 7.645-6.198 13.844-13.843 13.844H167.69c-7.646 0-13.844-6.199-13.844-13.844v-24.005c0-7.646 6.198-13.844 13.844-13.844h24.005c7.645 0 13.843 6.198 13.843 13.844v24.005z' fill='%23F60'/%3E%3C/svg%3E"
775
661
  },
776
662
  "engines": {
777
- "camunda": "^8.4"
663
+ "camunda": "^8.2"
778
664
  }
779
665
  },
780
666
  {
@@ -783,7 +669,7 @@
783
669
  "id": "io.camunda.connectors.inbound.RabbitMQ.Boundary.v1",
784
670
  "description": "Receive a message from RabbitMQ",
785
671
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
786
- "version": 6,
672
+ "version": 7,
787
673
  "category": {
788
674
  "id": "connectors",
789
675
  "name": "Connectors"
@@ -812,7 +698,13 @@
812
698
  },
813
699
  {
814
700
  "id": "correlation",
815
- "label": "Correlation"
701
+ "label": "Correlation",
702
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
703
+ },
704
+ {
705
+ "id": "deduplication",
706
+ "label": "Deduplication",
707
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
816
708
  },
817
709
  {
818
710
  "id": "output",
@@ -1046,6 +938,18 @@
1046
938
  },
1047
939
  "type": "String"
1048
940
  },
941
+ {
942
+ "id": "consumeUnmatchedEvents",
943
+ "label": "Consume unmatched events",
944
+ "value": true,
945
+ "group": "activation",
946
+ "binding": {
947
+ "name": "consumeUnmatchedEvents",
948
+ "type": "zeebe:property"
949
+ },
950
+ "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",
951
+ "type": "Boolean"
952
+ },
1049
953
  {
1050
954
  "id": "correlationKeyProcess",
1051
955
  "label": "Correlation key (process)",
@@ -1089,6 +993,26 @@
1089
993
  },
1090
994
  "type": "String"
1091
995
  },
996
+ {
997
+ "id": "messageTtl",
998
+ "label": "Message TTL",
999
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
1000
+ "optional": true,
1001
+ "constraints": {
1002
+ "notEmpty": false,
1003
+ "pattern": {
1004
+ "value": "^(PT.*|)$",
1005
+ "message": "must be an ISO-8601 duration"
1006
+ }
1007
+ },
1008
+ "feel": "optional",
1009
+ "group": "correlation",
1010
+ "binding": {
1011
+ "name": "messageTtl",
1012
+ "type": "zeebe:property"
1013
+ },
1014
+ "type": "String"
1015
+ },
1092
1016
  {
1093
1017
  "id": "messageNameUuid",
1094
1018
  "generatedValue": {
@@ -1101,6 +1025,70 @@
1101
1025
  },
1102
1026
  "type": "Hidden"
1103
1027
  },
1028
+ {
1029
+ "id": "deduplicationModeManualFlag",
1030
+ "label": "Manual mode",
1031
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
1032
+ "value": false,
1033
+ "group": "deduplication",
1034
+ "binding": {
1035
+ "name": "deduplicationModeManualFlag",
1036
+ "type": "zeebe:property"
1037
+ },
1038
+ "type": "Boolean"
1039
+ },
1040
+ {
1041
+ "id": "deduplicationId",
1042
+ "label": "Deduplication ID",
1043
+ "constraints": {
1044
+ "notEmpty": true,
1045
+ "pattern": {
1046
+ "value": "^[a-zA-Z0-9_-]+$",
1047
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
1048
+ }
1049
+ },
1050
+ "group": "deduplication",
1051
+ "binding": {
1052
+ "name": "deduplicationId",
1053
+ "type": "zeebe:property"
1054
+ },
1055
+ "condition": {
1056
+ "property": "deduplicationModeManualFlag",
1057
+ "equals": true,
1058
+ "type": "simple"
1059
+ },
1060
+ "type": "String"
1061
+ },
1062
+ {
1063
+ "id": "deduplicationModeManual",
1064
+ "value": "MANUAL",
1065
+ "group": "deduplication",
1066
+ "binding": {
1067
+ "name": "deduplicationMode",
1068
+ "type": "zeebe:property"
1069
+ },
1070
+ "condition": {
1071
+ "property": "deduplicationId",
1072
+ "isActive": true,
1073
+ "type": "simple"
1074
+ },
1075
+ "type": "Hidden"
1076
+ },
1077
+ {
1078
+ "id": "deduplicationModeAuto",
1079
+ "value": "AUTO",
1080
+ "group": "deduplication",
1081
+ "binding": {
1082
+ "name": "deduplicationMode",
1083
+ "type": "zeebe:property"
1084
+ },
1085
+ "condition": {
1086
+ "property": "deduplicationId",
1087
+ "isActive": false,
1088
+ "type": "simple"
1089
+ },
1090
+ "type": "Hidden"
1091
+ },
1104
1092
  {
1105
1093
  "id": "resultVariable",
1106
1094
  "label": "Result variable",
@@ -1129,16 +1117,16 @@
1129
1117
  "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
1130
1118
  },
1131
1119
  "engines": {
1132
- "camunda": "^8.5"
1120
+ "camunda": "^8.6"
1133
1121
  }
1134
1122
  },
1135
1123
  {
1136
1124
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1137
1125
  "name": "RabbitMQ Boundary Event Connector",
1138
1126
  "id": "io.camunda.connectors.inbound.RabbitMQ.Boundary.v1",
1139
- "version": 1,
1127
+ "version": 2,
1140
1128
  "description": "Receive a message from RabbitMQ",
1141
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
1129
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
1142
1130
  "category": {
1143
1131
  "id": "connectors",
1144
1132
  "name": "Connectors"
@@ -1265,7 +1253,7 @@
1265
1253
  },
1266
1254
  {
1267
1255
  "label": "Host name",
1268
- "description": "Host name: get from RabbitMQ external applocation configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
1256
+ "description": "Host name: get from RabbitMQ external applocation configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
1269
1257
  "group": "routing",
1270
1258
  "type": "String",
1271
1259
  "binding": {
@@ -1282,7 +1270,7 @@
1282
1270
  },
1283
1271
  {
1284
1272
  "label": "Virtual host",
1285
- "description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
1273
+ "description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
1286
1274
  "group": "routing",
1287
1275
  "type": "String",
1288
1276
  "binding": {
@@ -1299,7 +1287,7 @@
1299
1287
  },
1300
1288
  {
1301
1289
  "label": "Port",
1302
- "description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
1290
+ "description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
1303
1291
  "group": "routing",
1304
1292
  "type": "String",
1305
1293
  "binding": {
@@ -1398,6 +1386,18 @@
1398
1386
  "notEmpty": true
1399
1387
  }
1400
1388
  },
1389
+ {
1390
+ "label": "Message ID expression",
1391
+ "feel": "required",
1392
+ "type": "String",
1393
+ "optional": true,
1394
+ "group": "activation",
1395
+ "binding": {
1396
+ "type": "zeebe:property",
1397
+ "name": "messageIdExpression"
1398
+ },
1399
+ "description": "Expression to extract unique identifier of a message"
1400
+ },
1401
1401
  {
1402
1402
  "label": "Activation condition",
1403
1403
  "type": "String",
@@ -1438,7 +1438,7 @@
1438
1438
  "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='-7.5 0 271 271' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M245.44 108.308h-85.09a7.738 7.738 0 0 1-7.735-7.734v-88.68C152.615 5.327 147.29 0 140.726 0h-30.375c-6.568 0-11.89 5.327-11.89 11.894v88.143c0 4.573-3.697 8.29-8.27 8.31l-27.885.133c-4.612.025-8.359-3.717-8.35-8.325l.173-88.241C54.144 5.337 48.817 0 42.24 0H11.89C5.321 0 0 5.327 0 11.894V260.21c0 5.834 4.726 10.56 10.555 10.56H245.44c5.834 0 10.56-4.726 10.56-10.56V118.868c0-5.834-4.726-10.56-10.56-10.56zm-39.902 93.233c0 7.645-6.198 13.844-13.843 13.844H167.69c-7.646 0-13.844-6.199-13.844-13.844v-24.005c0-7.646 6.198-13.844 13.844-13.844h24.005c7.645 0 13.843 6.198 13.843 13.844v24.005z' fill='%23F60'/%3E%3C/svg%3E"
1439
1439
  },
1440
1440
  "engines": {
1441
- "camunda": "^8.2"
1441
+ "camunda": "^8.4"
1442
1442
  }
1443
1443
  },
1444
1444
  {