@camunda/connectors-element-templates 1.0.16 → 1.0.18

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 (124) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -0
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +3 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +9 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +9 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +9 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +9 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +36 -39
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3769 -28
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6979 -3299
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +469 -471
  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 +484 -486
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1756 -1752
  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 +788 -51
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1412 -1412
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +376 -11
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +408 -9
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +322 -5
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +316 -311
  29. package/src/element-templates/aws-lambda-outbound-connector.json +305 -301
  30. package/src/element-templates/aws-s3-outbound-connector.json +656 -15
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
  32. package/src/element-templates/aws-sns-inbound-boundary.json +422 -415
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +330 -323
  34. package/src/element-templates/aws-sns-inbound-message-start.json +348 -341
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
  37. package/src/element-templates/aws-sns-outbound-connector.json +593 -589
  38. package/src/element-templates/aws-sqs-boundary-connector.json +642 -638
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +588 -584
  40. package/src/element-templates/aws-sqs-outbound-connector.json +748 -746
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +408 -400
  43. package/src/element-templates/aws-sqs-start-message.json +465 -461
  44. package/src/element-templates/aws-textract-outbound-connector.json +298 -294
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +598 -53
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +39 -31
  50. package/src/element-templates/easy-post-connector.json +1017 -49
  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 +45 -37
  55. package/src/element-templates/email-outbound-connector.json +2129 -256
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12447 -5385
  58. package/src/element-templates/github-webhook-connector-boundary.json +11 -13
  59. package/src/element-templates/github-webhook-connector-intermediate.json +55 -57
  60. package/src/element-templates/github-webhook-connector-message-start.json +19 -21
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +62 -64
  63. package/src/element-templates/gitlab-connector.json +2974 -1342
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +882 -262
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1048 -19
  68. package/src/element-templates/google-sheets-outbound-connector.json +2961 -1967
  69. package/src/element-templates/graphql-outbound-connector.json +1780 -1193
  70. package/src/element-templates/http-json-connector.json +2832 -2168
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +953 -277
  72. package/src/element-templates/http-polling-connector.json +1642 -966
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +432 -5
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +21 -12
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +581 -572
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +150 -141
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +436 -430
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +165 -13
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +165 -13
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +178 -26
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5616 -1607
  87. package/src/element-templates/openai-connector.json +608 -145
  88. package/src/element-templates/operate-connector.json +1218 -66
  89. package/src/element-templates/power-automate-connector.json +602 -10
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +799 -790
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +914 -905
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +477 -468
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +754 -745
  95. package/src/element-templates/rabbitmq-outbound-connector.json +875 -869
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +583 -39
  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 +1406 -798
  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 +639 -341
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +678 -348
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +332 -327
  110. package/src/element-templates/slack-outbound-connector.json +3313 -919
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1521 -41
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +35 -26
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +38 -29
  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 +607 -15
  119. package/src/element-templates/webhook-connector-boundary.json +1986 -1331
  120. package/src/element-templates/webhook-connector-intermediate.json +2193 -1538
  121. package/src/element-templates/webhook-connector-receive.json +654 -0
  122. package/src/element-templates/webhook-connector-start-event.json +1261 -700
  123. package/src/element-templates/webhook-connector-start-message.json +1754 -1067
  124. package/src/element-templates/whatsapp-connector.json +339 -5
@@ -4,8 +4,17 @@
4
4
  "name": "RabbitMQ Message Start Event Connector",
5
5
  "id": "io.camunda.connectors.inbound.RabbitMQ.MessageStart.v1",
6
6
  "description": "Receive a message from RabbitMQ",
7
+ "keywords": [
8
+ "receive message",
9
+ "consume message",
10
+ "message queue",
11
+ "AMQP",
12
+ "subscribe",
13
+ "message broker",
14
+ "queue"
15
+ ],
7
16
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
8
- "version": 7,
17
+ "version": 8,
9
18
  "category": {
10
19
  "id": "connectors",
11
20
  "name": "Connectors"
@@ -15,6 +24,9 @@
15
24
  "value": "bpmn:StartEvent",
16
25
  "eventDefinition": "bpmn:MessageEventDefinition"
17
26
  },
27
+ "engines": {
28
+ "camunda": "^8.3"
29
+ },
18
30
  "groups": [
19
31
  {
20
32
  "id": "authentication",
@@ -348,6 +360,19 @@
348
360
  },
349
361
  "type": "String"
350
362
  },
363
+ {
364
+ "id": "messageIdExpression",
365
+ "label": "Message ID expression",
366
+ "description": "Expression to extract unique identifier of a message",
367
+ "optional": true,
368
+ "feel": "required",
369
+ "group": "correlation",
370
+ "binding": {
371
+ "name": "messageIdExpression",
372
+ "type": "zeebe:property"
373
+ },
374
+ "type": "String"
375
+ },
351
376
  {
352
377
  "id": "messageTtl",
353
378
  "label": "Message TTL",
@@ -368,30 +393,20 @@
368
393
  },
369
394
  "type": "String"
370
395
  },
371
- {
372
- "id": "messageIdExpression",
373
- "label": "Message ID expression",
374
- "description": "Expression to extract unique identifier of a message",
375
- "optional": true,
376
- "feel": "required",
377
- "group": "correlation",
378
- "binding": {
379
- "name": "messageIdExpression",
380
- "type": "zeebe:property"
381
- },
382
- "type": "String"
383
- },
384
396
  {
385
397
  "id": "messageNameUuid",
398
+ "label": "Message name",
386
399
  "generatedValue": {
387
400
  "type": "uuid"
388
401
  },
402
+ "feel": "optional",
389
403
  "group": "correlation",
390
404
  "binding": {
391
405
  "name": "name",
392
406
  "type": "bpmn:Message#property"
393
407
  },
394
- "type": "Hidden"
408
+ "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.",
409
+ "type": "String"
395
410
  },
396
411
  {
397
412
  "id": "deduplicationModeManualFlag",
@@ -460,7 +475,7 @@
460
475
  {
461
476
  "id": "resultVariable",
462
477
  "label": "Result variable",
463
- "description": "Name of variable to store the response in",
478
+ "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>.",
464
479
  "group": "output",
465
480
  "binding": {
466
481
  "name": "resultVariable",
@@ -471,7 +486,7 @@
471
486
  {
472
487
  "id": "resultExpression",
473
488
  "label": "Result expression",
474
- "description": "Expression to map the response into process variables",
489
+ "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>.",
475
490
  "feel": "required",
476
491
  "group": "output",
477
492
  "binding": {
@@ -483,18 +498,15 @@
483
498
  ],
484
499
  "icon": {
485
500
  "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
486
- },
487
- "engines": {
488
- "camunda": "^8.6"
489
501
  }
490
502
  },
491
503
  {
492
504
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
493
505
  "name": "RabbitMQ Message Start Event Connector",
494
506
  "id": "io.camunda.connectors.inbound.RabbitMQ.MessageStart.v1",
495
- "version": 1,
496
507
  "description": "Receive a message from RabbitMQ",
497
508
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
509
+ "version": 7,
498
510
  "category": {
499
511
  "id": "connectors",
500
512
  "name": "Connectors"
@@ -523,42 +535,38 @@
523
535
  },
524
536
  {
525
537
  "id": "correlation",
526
- "label": "Subprocess correlation"
538
+ "label": "Correlation",
539
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
527
540
  },
528
541
  {
529
- "id": "variable-mapping",
530
- "label": "Variable mapping"
542
+ "id": "deduplication",
543
+ "label": "Deduplication",
544
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
545
+ },
546
+ {
547
+ "id": "output",
548
+ "label": "Output mapping"
531
549
  }
532
550
  ],
533
551
  "properties": [
534
552
  {
535
- "type": "Hidden",
536
553
  "value": "io.camunda:connector-rabbitmq-inbound:1",
537
554
  "binding": {
538
- "type": "zeebe:property",
539
- "name": "inbound.type"
540
- }
541
- },
542
- {
543
- "type": "Hidden",
544
- "generatedValue": {
545
- "type": "uuid"
555
+ "name": "inbound.type",
556
+ "type": "zeebe:property"
546
557
  },
547
- "binding": {
548
- "type": "bpmn:Message#property",
549
- "name": "name"
550
- }
558
+ "type": "Hidden"
551
559
  },
552
560
  {
553
- "id": "connectionType",
561
+ "id": "authentication.authType",
554
562
  "label": "Connection type",
555
- "group": "authentication",
556
- "type": "Dropdown",
557
563
  "value": "uri",
564
+ "group": "authentication",
558
565
  "binding": {
559
- "type": "zeebe:property",
560
- "name": "authentication.authType"
566
+ "name": "authentication.authType",
567
+ "type": "zeebe:property"
561
568
  },
569
+ "type": "Dropdown",
562
570
  "choices": [
563
571
  {
564
572
  "name": "URI",
@@ -571,154 +579,178 @@
571
579
  ]
572
580
  },
573
581
  {
582
+ "id": "authentication.uri",
574
583
  "label": "URI",
575
584
  "description": "URI should contain username, password, host name, port number, and virtual host",
576
- "group": "authentication",
577
- "type": "String",
578
- "binding": {
579
- "type": "zeebe:property",
580
- "name": "authentication.uri"
581
- },
585
+ "optional": false,
582
586
  "constraints": {
583
587
  "notEmpty": true,
584
588
  "pattern": {
585
- "value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*$",
589
+ "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
586
590
  "message": "Must start with amqp(s):// or contain a secret reference"
587
591
  }
588
592
  },
593
+ "group": "authentication",
594
+ "binding": {
595
+ "name": "authentication.uri",
596
+ "type": "zeebe:property"
597
+ },
589
598
  "condition": {
590
- "property": "connectionType",
591
- "equals": "uri"
592
- }
599
+ "property": "authentication.authType",
600
+ "equals": "uri",
601
+ "type": "simple"
602
+ },
603
+ "type": "String"
593
604
  },
594
605
  {
606
+ "id": "authentication.userName",
595
607
  "label": "Username",
596
- "group": "authentication",
597
- "type": "String",
598
- "binding": {
599
- "type": "zeebe:property",
600
- "name": "authentication.userName"
601
- },
608
+ "optional": false,
602
609
  "constraints": {
603
610
  "notEmpty": true
604
611
  },
612
+ "group": "authentication",
613
+ "binding": {
614
+ "name": "authentication.userName",
615
+ "type": "zeebe:property"
616
+ },
605
617
  "condition": {
606
- "property": "connectionType",
607
- "equals": "credentials"
608
- }
618
+ "property": "authentication.authType",
619
+ "equals": "credentials",
620
+ "type": "simple"
621
+ },
622
+ "type": "String"
609
623
  },
610
624
  {
625
+ "id": "authentication.password",
611
626
  "label": "Password",
627
+ "optional": false,
628
+ "constraints": {
629
+ "notEmpty": true
630
+ },
612
631
  "group": "authentication",
613
- "type": "String",
614
632
  "binding": {
615
- "type": "zeebe:property",
616
- "name": "authentication.password"
633
+ "name": "authentication.password",
634
+ "type": "zeebe:property"
635
+ },
636
+ "condition": {
637
+ "property": "authentication.authType",
638
+ "equals": "credentials",
639
+ "type": "simple"
617
640
  },
641
+ "type": "String"
642
+ },
643
+ {
644
+ "id": "routing.virtualHost",
645
+ "label": "Virtual host",
646
+ "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=outbound#routing-data\"target=\"_blank\">documentation</a>",
647
+ "optional": false,
618
648
  "constraints": {
619
649
  "notEmpty": true
620
650
  },
651
+ "group": "routing",
652
+ "binding": {
653
+ "name": "routing.virtualHost",
654
+ "type": "zeebe:property"
655
+ },
621
656
  "condition": {
622
- "property": "connectionType",
623
- "equals": "credentials"
624
- }
657
+ "property": "authentication.authType",
658
+ "equals": "credentials",
659
+ "type": "simple"
660
+ },
661
+ "type": "String"
625
662
  },
626
663
  {
664
+ "id": "routing.hostName",
627
665
  "label": "Host name",
628
- "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>",
629
- "group": "routing",
630
- "type": "String",
631
- "binding": {
632
- "type": "zeebe:property",
633
- "name": "routing.hostName"
634
- },
666
+ "description": "Host 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=outbound#routing-data\"target=\"_blank\">documentation</a>",
667
+ "optional": false,
635
668
  "constraints": {
636
669
  "notEmpty": true
637
670
  },
638
- "condition": {
639
- "property": "connectionType",
640
- "equals": "credentials"
641
- }
642
- },
643
- {
644
- "label": "Virtual host",
645
- "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>",
646
671
  "group": "routing",
647
- "type": "String",
648
672
  "binding": {
649
- "type": "zeebe:property",
650
- "name": "routing.virtualHost"
651
- },
652
- "constraints": {
653
- "notEmpty": true
673
+ "name": "routing.hostName",
674
+ "type": "zeebe:property"
654
675
  },
655
676
  "condition": {
656
- "property": "connectionType",
657
- "equals": "credentials"
658
- }
677
+ "property": "authentication.authType",
678
+ "equals": "credentials",
679
+ "type": "simple"
680
+ },
681
+ "type": "String"
659
682
  },
660
683
  {
684
+ "id": "routing.port",
661
685
  "label": "Port",
662
- "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>",
663
- "group": "routing",
664
- "type": "String",
665
- "binding": {
666
- "type": "zeebe:property",
667
- "name": "routing.port"
668
- },
686
+ "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=outbound#routing-data\"target=\"_blank\">documentation</a>",
687
+ "optional": false,
669
688
  "constraints": {
670
689
  "notEmpty": true
671
690
  },
691
+ "group": "routing",
692
+ "binding": {
693
+ "name": "routing.port",
694
+ "type": "zeebe:property"
695
+ },
672
696
  "condition": {
673
- "property": "connectionType",
674
- "equals": "credentials"
675
- }
697
+ "property": "authentication.authType",
698
+ "equals": "credentials",
699
+ "type": "simple"
700
+ },
701
+ "type": "String"
676
702
  },
677
703
  {
704
+ "id": "queueName",
678
705
  "label": "Queue name",
679
706
  "description": "Name of the queue to subscribe to",
707
+ "optional": false,
708
+ "constraints": {
709
+ "notEmpty": true
710
+ },
680
711
  "group": "subscription",
681
- "type": "String",
682
- "feel": "optional",
683
712
  "binding": {
684
- "type": "zeebe:property",
685
- "name": "queueName"
713
+ "name": "queueName",
714
+ "type": "zeebe:property"
686
715
  },
687
- "constraints": {
688
- "notEmpty": true
689
- }
716
+ "type": "String"
690
717
  },
691
718
  {
719
+ "id": "consumerTag",
692
720
  "label": "Consumer tag",
693
721
  "description": "Consumer tag to use for the subscription",
722
+ "optional": false,
694
723
  "group": "subscription",
695
- "type": "String",
696
- "feel": "optional",
697
724
  "binding": {
698
- "type": "zeebe:property",
699
- "name": "consumerTag"
700
- }
725
+ "name": "consumerTag",
726
+ "type": "zeebe:property"
727
+ },
728
+ "type": "String"
701
729
  },
702
730
  {
731
+ "id": "arguments",
703
732
  "label": "Arguments",
704
733
  "description": "Arguments to use for the subscription",
705
- "group": "subscription",
706
- "type": "String",
734
+ "optional": true,
707
735
  "feel": "required",
736
+ "group": "subscription",
708
737
  "binding": {
709
- "type": "zeebe:property",
710
- "name": "arguments"
711
- }
738
+ "name": "arguments",
739
+ "type": "zeebe:property"
740
+ },
741
+ "type": "String"
712
742
  },
713
743
  {
744
+ "id": "exclusive",
714
745
  "label": "Exclusive consumer",
715
- "group": "subscription",
716
- "type": "Dropdown",
746
+ "optional": false,
717
747
  "value": "false",
748
+ "group": "subscription",
718
749
  "binding": {
719
- "type": "zeebe:property",
720
- "name": "exclusive"
750
+ "name": "exclusive",
751
+ "type": "zeebe:property"
721
752
  },
753
+ "type": "Dropdown",
722
754
  "choices": [
723
755
  {
724
756
  "name": "Yes",
@@ -731,36 +763,41 @@
731
763
  ]
732
764
  },
733
765
  {
734
- "label": "Message ID expression",
735
- "feel": "required",
736
- "type": "String",
766
+ "id": "activationCondition",
767
+ "label": "Activation condition",
768
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
737
769
  "optional": true,
770
+ "feel": "required",
738
771
  "group": "activation",
739
772
  "binding": {
740
- "type": "zeebe:property",
741
- "name": "messageIdExpression"
773
+ "name": "activationCondition",
774
+ "type": "zeebe:property"
742
775
  },
743
- "description": "Expression to extract unique identifier of a message"
776
+ "type": "String"
744
777
  },
745
778
  {
746
- "label": "Activation condition",
747
- "type": "String",
779
+ "id": "consumeUnmatchedEvents",
780
+ "label": "Consume unmatched events",
781
+ "value": true,
748
782
  "group": "activation",
749
- "feel": "required",
750
- "optional": true,
751
783
  "binding": {
752
- "type": "zeebe:property",
753
- "name": "activationCondition"
784
+ "name": "consumeUnmatchedEvents",
785
+ "type": "zeebe:property"
754
786
  },
755
- "description": "Condition under which the connector triggers. Leave empty to catch all events"
787
+ "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",
788
+ "type": "Boolean"
756
789
  },
757
790
  {
758
- "label": "Correlation required",
759
- "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
760
791
  "id": "correlationRequired",
792
+ "label": "Subprocess correlation required",
793
+ "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
794
+ "value": "notRequired",
761
795
  "group": "correlation",
796
+ "binding": {
797
+ "name": "correlationRequired",
798
+ "type": "zeebe:property"
799
+ },
762
800
  "type": "Dropdown",
763
- "value": "notRequired",
764
801
  "choices": [
765
802
  {
766
803
  "name": "Correlation not required",
@@ -770,77 +807,186 @@
770
807
  "name": "Correlation required",
771
808
  "value": "required"
772
809
  }
773
- ],
774
- "binding": {
775
- "type": "zeebe:property",
776
- "name": "correlationRequired"
777
- }
810
+ ]
778
811
  },
779
812
  {
813
+ "id": "correlationKeyProcess",
780
814
  "label": "Correlation key (process)",
781
- "type": "String",
782
- "group": "correlation",
783
- "feel": "required",
784
815
  "description": "Sets up the correlation key from process variables",
816
+ "constraints": {
817
+ "notEmpty": true
818
+ },
819
+ "feel": "required",
820
+ "group": "correlation",
785
821
  "binding": {
786
- "type": "bpmn:Message#zeebe:subscription#property",
787
- "name": "correlationKey"
822
+ "name": "correlationKey",
823
+ "type": "bpmn:Message#zeebe:subscription#property"
788
824
  },
825
+ "condition": {
826
+ "property": "correlationRequired",
827
+ "equals": "required",
828
+ "type": "simple"
829
+ },
830
+ "type": "String"
831
+ },
832
+ {
833
+ "id": "correlationKeyPayload",
834
+ "label": "Correlation key (payload)",
835
+ "description": "Extracts the correlation key from the incoming message payload",
789
836
  "constraints": {
790
837
  "notEmpty": true
791
838
  },
839
+ "feel": "required",
840
+ "group": "correlation",
841
+ "binding": {
842
+ "name": "correlationKeyExpression",
843
+ "type": "zeebe:property"
844
+ },
792
845
  "condition": {
793
846
  "property": "correlationRequired",
794
- "equals": "required"
795
- }
847
+ "equals": "required",
848
+ "type": "simple"
849
+ },
850
+ "type": "String"
796
851
  },
797
852
  {
798
- "label": "Correlation key (payload)",
799
- "type": "String",
853
+ "id": "messageTtl",
854
+ "label": "Message TTL",
855
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
856
+ "optional": true,
857
+ "constraints": {
858
+ "notEmpty": false,
859
+ "pattern": {
860
+ "value": "^(PT.*|)$",
861
+ "message": "must be an ISO-8601 duration"
862
+ }
863
+ },
864
+ "feel": "optional",
800
865
  "group": "correlation",
866
+ "binding": {
867
+ "name": "messageTtl",
868
+ "type": "zeebe:property"
869
+ },
870
+ "type": "String"
871
+ },
872
+ {
873
+ "id": "messageIdExpression",
874
+ "label": "Message ID expression",
875
+ "description": "Expression to extract unique identifier of a message",
876
+ "optional": true,
801
877
  "feel": "required",
878
+ "group": "correlation",
802
879
  "binding": {
803
- "type": "zeebe:property",
804
- "name": "correlationKeyExpression"
880
+ "name": "messageIdExpression",
881
+ "type": "zeebe:property"
805
882
  },
806
- "description": "Extracts the correlation key from the incoming message payload",
883
+ "type": "String"
884
+ },
885
+ {
886
+ "id": "messageNameUuid",
887
+ "generatedValue": {
888
+ "type": "uuid"
889
+ },
890
+ "group": "correlation",
891
+ "binding": {
892
+ "name": "name",
893
+ "type": "bpmn:Message#property"
894
+ },
895
+ "type": "Hidden"
896
+ },
897
+ {
898
+ "id": "deduplicationModeManualFlag",
899
+ "label": "Manual mode",
900
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
901
+ "value": false,
902
+ "group": "deduplication",
903
+ "binding": {
904
+ "name": "deduplicationModeManualFlag",
905
+ "type": "zeebe:property"
906
+ },
907
+ "type": "Boolean"
908
+ },
909
+ {
910
+ "id": "deduplicationId",
911
+ "label": "Deduplication ID",
807
912
  "constraints": {
808
- "notEmpty": true
913
+ "notEmpty": true,
914
+ "pattern": {
915
+ "value": "^[a-zA-Z0-9_-]+$",
916
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
917
+ }
918
+ },
919
+ "group": "deduplication",
920
+ "binding": {
921
+ "name": "deduplicationId",
922
+ "type": "zeebe:property"
809
923
  },
810
924
  "condition": {
811
- "property": "correlationRequired",
812
- "equals": "required"
813
- }
925
+ "property": "deduplicationModeManualFlag",
926
+ "equals": true,
927
+ "type": "simple"
928
+ },
929
+ "type": "String"
930
+ },
931
+ {
932
+ "id": "deduplicationModeManual",
933
+ "value": "MANUAL",
934
+ "group": "deduplication",
935
+ "binding": {
936
+ "name": "deduplicationMode",
937
+ "type": "zeebe:property"
938
+ },
939
+ "condition": {
940
+ "property": "deduplicationId",
941
+ "isActive": true,
942
+ "type": "simple"
943
+ },
944
+ "type": "Hidden"
945
+ },
946
+ {
947
+ "id": "deduplicationModeAuto",
948
+ "value": "AUTO",
949
+ "group": "deduplication",
950
+ "binding": {
951
+ "name": "deduplicationMode",
952
+ "type": "zeebe:property"
953
+ },
954
+ "condition": {
955
+ "property": "deduplicationId",
956
+ "isActive": false,
957
+ "type": "simple"
958
+ },
959
+ "type": "Hidden"
814
960
  },
815
961
  {
962
+ "id": "resultVariable",
816
963
  "label": "Result variable",
817
- "type": "String",
818
- "group": "variable-mapping",
819
- "optional": true,
964
+ "description": "Name of variable to store the response in",
965
+ "group": "output",
820
966
  "binding": {
821
- "type": "zeebe:property",
822
- "name": "resultVariable"
967
+ "name": "resultVariable",
968
+ "type": "zeebe:property"
823
969
  },
824
- "description": "Name of variable to store the result of the connector in"
970
+ "type": "String"
825
971
  },
826
972
  {
973
+ "id": "resultExpression",
827
974
  "label": "Result expression",
828
- "type": "String",
829
- "group": "variable-mapping",
975
+ "description": "Expression to map the response into process variables",
830
976
  "feel": "required",
831
- "optional": true,
977
+ "group": "output",
832
978
  "binding": {
833
- "type": "zeebe:property",
834
- "name": "resultExpression"
979
+ "name": "resultExpression",
980
+ "type": "zeebe:property"
835
981
  },
836
- "description": "Expression to map the inbound payload to process variables"
982
+ "type": "Text"
837
983
  }
838
984
  ],
839
985
  "icon": {
840
- "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"
986
+ "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
841
987
  },
842
988
  "engines": {
843
- "camunda": "^8.2"
989
+ "camunda": "^8.6"
844
990
  }
845
991
  },
846
992
  {
@@ -1234,12 +1380,9 @@
1234
1380
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1235
1381
  "name": "RabbitMQ Message Start Event Connector",
1236
1382
  "id": "io.camunda.connectors.inbound.RabbitMQ.MessageStart.v1",
1383
+ "version": 1,
1237
1384
  "description": "Receive a message from RabbitMQ",
1238
- "metadata": {
1239
- "keywords": []
1240
- },
1241
1385
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
1242
- "version": 8,
1243
1386
  "category": {
1244
1387
  "id": "connectors",
1245
1388
  "name": "Connectors"
@@ -1249,9 +1392,6 @@
1249
1392
  "value": "bpmn:StartEvent",
1250
1393
  "eventDefinition": "bpmn:MessageEventDefinition"
1251
1394
  },
1252
- "engines": {
1253
- "camunda": "^8.3"
1254
- },
1255
1395
  "groups": [
1256
1396
  {
1257
1397
  "id": "authentication",
@@ -1271,38 +1411,42 @@
1271
1411
  },
1272
1412
  {
1273
1413
  "id": "correlation",
1274
- "label": "Correlation",
1275
- "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
1276
- },
1277
- {
1278
- "id": "deduplication",
1279
- "label": "Deduplication",
1280
- "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
1414
+ "label": "Subprocess correlation"
1281
1415
  },
1282
1416
  {
1283
- "id": "output",
1284
- "label": "Output mapping"
1417
+ "id": "variable-mapping",
1418
+ "label": "Variable mapping"
1285
1419
  }
1286
1420
  ],
1287
1421
  "properties": [
1288
1422
  {
1423
+ "type": "Hidden",
1289
1424
  "value": "io.camunda:connector-rabbitmq-inbound:1",
1290
1425
  "binding": {
1291
- "name": "inbound.type",
1292
- "type": "zeebe:property"
1293
- },
1294
- "type": "Hidden"
1426
+ "type": "zeebe:property",
1427
+ "name": "inbound.type"
1428
+ }
1295
1429
  },
1296
1430
  {
1297
- "id": "authentication.authType",
1298
- "label": "Connection type",
1299
- "value": "uri",
1300
- "group": "authentication",
1301
- "binding": {
1302
- "name": "authentication.authType",
1303
- "type": "zeebe:property"
1431
+ "type": "Hidden",
1432
+ "generatedValue": {
1433
+ "type": "uuid"
1304
1434
  },
1435
+ "binding": {
1436
+ "type": "bpmn:Message#property",
1437
+ "name": "name"
1438
+ }
1439
+ },
1440
+ {
1441
+ "id": "connectionType",
1442
+ "label": "Connection type",
1443
+ "group": "authentication",
1305
1444
  "type": "Dropdown",
1445
+ "value": "uri",
1446
+ "binding": {
1447
+ "type": "zeebe:property",
1448
+ "name": "authentication.authType"
1449
+ },
1306
1450
  "choices": [
1307
1451
  {
1308
1452
  "name": "URI",
@@ -1315,178 +1459,154 @@
1315
1459
  ]
1316
1460
  },
1317
1461
  {
1318
- "id": "authentication.uri",
1319
1462
  "label": "URI",
1320
1463
  "description": "URI should contain username, password, host name, port number, and virtual host",
1321
- "optional": false,
1464
+ "group": "authentication",
1465
+ "type": "String",
1466
+ "binding": {
1467
+ "type": "zeebe:property",
1468
+ "name": "authentication.uri"
1469
+ },
1322
1470
  "constraints": {
1323
1471
  "notEmpty": true,
1324
1472
  "pattern": {
1325
- "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
1473
+ "value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*$",
1326
1474
  "message": "Must start with amqp(s):// or contain a secret reference"
1327
1475
  }
1328
1476
  },
1329
- "group": "authentication",
1330
- "binding": {
1331
- "name": "authentication.uri",
1332
- "type": "zeebe:property"
1333
- },
1334
1477
  "condition": {
1335
- "property": "authentication.authType",
1336
- "equals": "uri",
1337
- "type": "simple"
1338
- },
1339
- "type": "String"
1478
+ "property": "connectionType",
1479
+ "equals": "uri"
1480
+ }
1340
1481
  },
1341
1482
  {
1342
- "id": "authentication.userName",
1343
1483
  "label": "Username",
1344
- "optional": false,
1345
- "constraints": {
1346
- "notEmpty": true
1347
- },
1348
1484
  "group": "authentication",
1485
+ "type": "String",
1349
1486
  "binding": {
1350
- "name": "authentication.userName",
1351
- "type": "zeebe:property"
1487
+ "type": "zeebe:property",
1488
+ "name": "authentication.userName"
1352
1489
  },
1353
- "condition": {
1354
- "property": "authentication.authType",
1355
- "equals": "credentials",
1356
- "type": "simple"
1490
+ "constraints": {
1491
+ "notEmpty": true
1357
1492
  },
1358
- "type": "String"
1493
+ "condition": {
1494
+ "property": "connectionType",
1495
+ "equals": "credentials"
1496
+ }
1359
1497
  },
1360
1498
  {
1361
- "id": "authentication.password",
1362
1499
  "label": "Password",
1363
- "optional": false,
1364
- "constraints": {
1365
- "notEmpty": true
1366
- },
1367
1500
  "group": "authentication",
1501
+ "type": "String",
1368
1502
  "binding": {
1369
- "name": "authentication.password",
1370
- "type": "zeebe:property"
1371
- },
1372
- "condition": {
1373
- "property": "authentication.authType",
1374
- "equals": "credentials",
1375
- "type": "simple"
1503
+ "type": "zeebe:property",
1504
+ "name": "authentication.password"
1376
1505
  },
1377
- "type": "String"
1378
- },
1379
- {
1380
- "id": "routing.virtualHost",
1381
- "label": "Virtual host",
1382
- "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=outbound#routing-data\"target=\"_blank\">documentation</a>",
1383
- "optional": false,
1384
1506
  "constraints": {
1385
1507
  "notEmpty": true
1386
1508
  },
1387
- "group": "routing",
1388
- "binding": {
1389
- "name": "routing.virtualHost",
1390
- "type": "zeebe:property"
1391
- },
1392
1509
  "condition": {
1393
- "property": "authentication.authType",
1394
- "equals": "credentials",
1395
- "type": "simple"
1396
- },
1397
- "type": "String"
1510
+ "property": "connectionType",
1511
+ "equals": "credentials"
1512
+ }
1398
1513
  },
1399
1514
  {
1400
- "id": "routing.hostName",
1401
1515
  "label": "Host name",
1402
- "description": "Host 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=outbound#routing-data\"target=\"_blank\">documentation</a>",
1403
- "optional": false,
1516
+ "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>",
1517
+ "group": "routing",
1518
+ "type": "String",
1519
+ "binding": {
1520
+ "type": "zeebe:property",
1521
+ "name": "routing.hostName"
1522
+ },
1404
1523
  "constraints": {
1405
1524
  "notEmpty": true
1406
1525
  },
1526
+ "condition": {
1527
+ "property": "connectionType",
1528
+ "equals": "credentials"
1529
+ }
1530
+ },
1531
+ {
1532
+ "label": "Virtual host",
1533
+ "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>",
1407
1534
  "group": "routing",
1535
+ "type": "String",
1408
1536
  "binding": {
1409
- "name": "routing.hostName",
1410
- "type": "zeebe:property"
1537
+ "type": "zeebe:property",
1538
+ "name": "routing.virtualHost"
1411
1539
  },
1412
- "condition": {
1413
- "property": "authentication.authType",
1414
- "equals": "credentials",
1415
- "type": "simple"
1540
+ "constraints": {
1541
+ "notEmpty": true
1416
1542
  },
1417
- "type": "String"
1543
+ "condition": {
1544
+ "property": "connectionType",
1545
+ "equals": "credentials"
1546
+ }
1418
1547
  },
1419
1548
  {
1420
- "id": "routing.port",
1421
1549
  "label": "Port",
1422
- "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=outbound#routing-data\"target=\"_blank\">documentation</a>",
1423
- "optional": false,
1424
- "constraints": {
1425
- "notEmpty": true
1426
- },
1550
+ "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>",
1427
1551
  "group": "routing",
1552
+ "type": "String",
1428
1553
  "binding": {
1429
- "name": "routing.port",
1430
- "type": "zeebe:property"
1554
+ "type": "zeebe:property",
1555
+ "name": "routing.port"
1431
1556
  },
1432
- "condition": {
1433
- "property": "authentication.authType",
1434
- "equals": "credentials",
1435
- "type": "simple"
1557
+ "constraints": {
1558
+ "notEmpty": true
1436
1559
  },
1437
- "type": "String"
1560
+ "condition": {
1561
+ "property": "connectionType",
1562
+ "equals": "credentials"
1563
+ }
1438
1564
  },
1439
1565
  {
1440
- "id": "queueName",
1441
1566
  "label": "Queue name",
1442
1567
  "description": "Name of the queue to subscribe to",
1443
- "optional": false,
1444
- "constraints": {
1445
- "notEmpty": true
1446
- },
1447
1568
  "group": "subscription",
1569
+ "type": "String",
1570
+ "feel": "optional",
1448
1571
  "binding": {
1449
- "name": "queueName",
1450
- "type": "zeebe:property"
1572
+ "type": "zeebe:property",
1573
+ "name": "queueName"
1451
1574
  },
1452
- "type": "String"
1575
+ "constraints": {
1576
+ "notEmpty": true
1577
+ }
1453
1578
  },
1454
1579
  {
1455
- "id": "consumerTag",
1456
1580
  "label": "Consumer tag",
1457
1581
  "description": "Consumer tag to use for the subscription",
1458
- "optional": false,
1459
1582
  "group": "subscription",
1583
+ "type": "String",
1584
+ "feel": "optional",
1460
1585
  "binding": {
1461
- "name": "consumerTag",
1462
- "type": "zeebe:property"
1463
- },
1464
- "type": "String"
1586
+ "type": "zeebe:property",
1587
+ "name": "consumerTag"
1588
+ }
1465
1589
  },
1466
1590
  {
1467
- "id": "arguments",
1468
1591
  "label": "Arguments",
1469
1592
  "description": "Arguments to use for the subscription",
1470
- "optional": true,
1471
- "feel": "required",
1472
1593
  "group": "subscription",
1594
+ "type": "String",
1595
+ "feel": "required",
1473
1596
  "binding": {
1474
- "name": "arguments",
1475
- "type": "zeebe:property"
1476
- },
1477
- "type": "String"
1597
+ "type": "zeebe:property",
1598
+ "name": "arguments"
1599
+ }
1478
1600
  },
1479
1601
  {
1480
- "id": "exclusive",
1481
1602
  "label": "Exclusive consumer",
1482
- "optional": false,
1483
- "value": "false",
1484
1603
  "group": "subscription",
1604
+ "type": "Dropdown",
1605
+ "value": "false",
1485
1606
  "binding": {
1486
- "name": "exclusive",
1487
- "type": "zeebe:property"
1607
+ "type": "zeebe:property",
1608
+ "name": "exclusive"
1488
1609
  },
1489
- "type": "Dropdown",
1490
1610
  "choices": [
1491
1611
  {
1492
1612
  "name": "Yes",
@@ -1499,41 +1619,36 @@
1499
1619
  ]
1500
1620
  },
1501
1621
  {
1502
- "id": "activationCondition",
1503
- "label": "Activation condition",
1504
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
1505
- "optional": true,
1622
+ "label": "Message ID expression",
1506
1623
  "feel": "required",
1624
+ "type": "String",
1625
+ "optional": true,
1507
1626
  "group": "activation",
1508
1627
  "binding": {
1509
- "name": "activationCondition",
1510
- "type": "zeebe:property"
1628
+ "type": "zeebe:property",
1629
+ "name": "messageIdExpression"
1511
1630
  },
1512
- "type": "String"
1631
+ "description": "Expression to extract unique identifier of a message"
1513
1632
  },
1514
1633
  {
1515
- "id": "consumeUnmatchedEvents",
1516
- "label": "Consume unmatched events",
1517
- "value": true,
1634
+ "label": "Activation condition",
1635
+ "type": "String",
1518
1636
  "group": "activation",
1637
+ "feel": "required",
1638
+ "optional": true,
1519
1639
  "binding": {
1520
- "name": "consumeUnmatchedEvents",
1521
- "type": "zeebe:property"
1640
+ "type": "zeebe:property",
1641
+ "name": "activationCondition"
1522
1642
  },
1523
- "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",
1524
- "type": "Boolean"
1643
+ "description": "Condition under which the connector triggers. Leave empty to catch all events"
1525
1644
  },
1526
1645
  {
1527
- "id": "correlationRequired",
1528
- "label": "Subprocess correlation required",
1646
+ "label": "Correlation required",
1529
1647
  "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
1530
- "value": "notRequired",
1648
+ "id": "correlationRequired",
1531
1649
  "group": "correlation",
1532
- "binding": {
1533
- "name": "correlationRequired",
1534
- "type": "zeebe:property"
1535
- },
1536
1650
  "type": "Dropdown",
1651
+ "value": "notRequired",
1537
1652
  "choices": [
1538
1653
  {
1539
1654
  "name": "Correlation not required",
@@ -1543,183 +1658,77 @@
1543
1658
  "name": "Correlation required",
1544
1659
  "value": "required"
1545
1660
  }
1546
- ]
1661
+ ],
1662
+ "binding": {
1663
+ "type": "zeebe:property",
1664
+ "name": "correlationRequired"
1665
+ }
1547
1666
  },
1548
1667
  {
1549
- "id": "correlationKeyProcess",
1550
1668
  "label": "Correlation key (process)",
1551
- "description": "Sets up the correlation key from process variables",
1552
- "constraints": {
1553
- "notEmpty": true
1554
- },
1555
- "feel": "required",
1669
+ "type": "String",
1556
1670
  "group": "correlation",
1671
+ "feel": "required",
1672
+ "description": "Sets up the correlation key from process variables",
1557
1673
  "binding": {
1558
- "name": "correlationKey",
1559
- "type": "bpmn:Message#zeebe:subscription#property"
1560
- },
1561
- "condition": {
1562
- "property": "correlationRequired",
1563
- "equals": "required",
1564
- "type": "simple"
1674
+ "type": "bpmn:Message#zeebe:subscription#property",
1675
+ "name": "correlationKey"
1565
1676
  },
1566
- "type": "String"
1567
- },
1568
- {
1569
- "id": "correlationKeyPayload",
1570
- "label": "Correlation key (payload)",
1571
- "description": "Extracts the correlation key from the incoming message payload",
1572
1677
  "constraints": {
1573
1678
  "notEmpty": true
1574
1679
  },
1575
- "feel": "required",
1576
- "group": "correlation",
1577
- "binding": {
1578
- "name": "correlationKeyExpression",
1579
- "type": "zeebe:property"
1580
- },
1581
1680
  "condition": {
1582
1681
  "property": "correlationRequired",
1583
- "equals": "required",
1584
- "type": "simple"
1585
- },
1586
- "type": "String"
1682
+ "equals": "required"
1683
+ }
1587
1684
  },
1588
1685
  {
1589
- "id": "messageTtl",
1590
- "label": "Message TTL",
1591
- "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
1592
- "optional": true,
1593
- "constraints": {
1594
- "notEmpty": false,
1595
- "pattern": {
1596
- "value": "^(PT.*|)$",
1597
- "message": "must be an ISO-8601 duration"
1598
- }
1599
- },
1600
- "feel": "optional",
1686
+ "label": "Correlation key (payload)",
1687
+ "type": "String",
1601
1688
  "group": "correlation",
1602
- "binding": {
1603
- "name": "messageTtl",
1604
- "type": "zeebe:property"
1605
- },
1606
- "type": "String"
1607
- },
1608
- {
1609
- "id": "messageIdExpression",
1610
- "label": "Message ID expression",
1611
- "description": "Expression to extract unique identifier of a message",
1612
- "optional": true,
1613
1689
  "feel": "required",
1614
- "group": "correlation",
1615
1690
  "binding": {
1616
- "name": "messageIdExpression",
1617
- "type": "zeebe:property"
1618
- },
1619
- "type": "String"
1620
- },
1621
- {
1622
- "id": "messageNameUuid",
1623
- "generatedValue": {
1624
- "type": "uuid"
1625
- },
1626
- "group": "correlation",
1627
- "binding": {
1628
- "name": "name",
1629
- "type": "bpmn:Message#property"
1630
- },
1631
- "type": "Hidden"
1632
- },
1633
- {
1634
- "id": "deduplicationModeManualFlag",
1635
- "label": "Manual mode",
1636
- "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
1637
- "value": false,
1638
- "group": "deduplication",
1639
- "binding": {
1640
- "name": "deduplicationModeManualFlag",
1641
- "type": "zeebe:property"
1691
+ "type": "zeebe:property",
1692
+ "name": "correlationKeyExpression"
1642
1693
  },
1643
- "type": "Boolean"
1644
- },
1645
- {
1646
- "id": "deduplicationId",
1647
- "label": "Deduplication ID",
1694
+ "description": "Extracts the correlation key from the incoming message payload",
1648
1695
  "constraints": {
1649
- "notEmpty": true,
1650
- "pattern": {
1651
- "value": "^[a-zA-Z0-9_-]+$",
1652
- "message": "can only contain alphanumeric characters, dashes, and underscores"
1653
- }
1654
- },
1655
- "group": "deduplication",
1656
- "binding": {
1657
- "name": "deduplicationId",
1658
- "type": "zeebe:property"
1659
- },
1660
- "condition": {
1661
- "property": "deduplicationModeManualFlag",
1662
- "equals": true,
1663
- "type": "simple"
1664
- },
1665
- "type": "String"
1666
- },
1667
- {
1668
- "id": "deduplicationModeManual",
1669
- "value": "MANUAL",
1670
- "group": "deduplication",
1671
- "binding": {
1672
- "name": "deduplicationMode",
1673
- "type": "zeebe:property"
1674
- },
1675
- "condition": {
1676
- "property": "deduplicationId",
1677
- "isActive": true,
1678
- "type": "simple"
1679
- },
1680
- "type": "Hidden"
1681
- },
1682
- {
1683
- "id": "deduplicationModeAuto",
1684
- "value": "AUTO",
1685
- "group": "deduplication",
1686
- "binding": {
1687
- "name": "deduplicationMode",
1688
- "type": "zeebe:property"
1696
+ "notEmpty": true
1689
1697
  },
1690
1698
  "condition": {
1691
- "property": "deduplicationId",
1692
- "isActive": false,
1693
- "type": "simple"
1694
- },
1695
- "type": "Hidden"
1699
+ "property": "correlationRequired",
1700
+ "equals": "required"
1701
+ }
1696
1702
  },
1697
1703
  {
1698
- "id": "resultVariable",
1699
1704
  "label": "Result variable",
1700
- "description": "Name of variable to store the response in",
1701
- "group": "output",
1705
+ "type": "String",
1706
+ "group": "variable-mapping",
1707
+ "optional": true,
1702
1708
  "binding": {
1703
- "name": "resultVariable",
1704
- "type": "zeebe:property"
1709
+ "type": "zeebe:property",
1710
+ "name": "resultVariable"
1705
1711
  },
1706
- "type": "String"
1712
+ "description": "Name of variable to store the result of the connector in"
1707
1713
  },
1708
1714
  {
1709
- "id": "resultExpression",
1710
1715
  "label": "Result expression",
1711
- "description": "Expression to map the response into process variables",
1716
+ "type": "String",
1717
+ "group": "variable-mapping",
1712
1718
  "feel": "required",
1713
- "group": "output",
1719
+ "optional": true,
1714
1720
  "binding": {
1715
- "name": "resultExpression",
1716
- "type": "zeebe:property"
1721
+ "type": "zeebe:property",
1722
+ "name": "resultExpression"
1717
1723
  },
1718
- "type": "Text"
1724
+ "description": "Expression to map the inbound payload to process variables"
1719
1725
  }
1720
1726
  ],
1721
1727
  "icon": {
1722
- "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
1728
+ "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"
1729
+ },
1730
+ "engines": {
1731
+ "camunda": "^8.2"
1723
1732
  }
1724
1733
  }
1725
1734
  ]