@camunda/connectors-element-templates 1.0.17 → 1.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -2
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +4 -7
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +8 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +8 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +8 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +8 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +9 -12
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3770 -29
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6274 -2594
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +549 -552
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +736 -739
  14. package/src/element-templates/asana-connector.json +759 -48
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1763 -1759
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +747 -10
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1358 -1358
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +383 -18
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +377 -12
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +407 -8
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
  29. package/src/element-templates/aws-lambda-outbound-connector.json +238 -234
  30. package/src/element-templates/aws-s3-outbound-connector.json +646 -5
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +13 -9
  32. package/src/element-templates/aws-sns-inbound-boundary.json +44 -37
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +210 -203
  34. package/src/element-templates/aws-sns-inbound-message-start.json +125 -118
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +134 -127
  37. package/src/element-templates/aws-sns-outbound-connector.json +581 -577
  38. package/src/element-templates/aws-sqs-boundary-connector.json +453 -449
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +530 -526
  40. package/src/element-templates/aws-sqs-outbound-connector.json +711 -709
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +213 -205
  43. package/src/element-templates/aws-sqs-start-message.json +461 -457
  44. package/src/element-templates/aws-textract-outbound-connector.json +109 -105
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +676 -19
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +569 -24
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +13 -5
  50. package/src/element-templates/easy-post-connector.json +1077 -109
  51. package/src/element-templates/email-inbound-connector-boundary.json +32 -24
  52. package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +58 -50
  55. package/src/element-templates/email-outbound-connector.json +2116 -243
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +3 -6
  57. package/src/element-templates/github-connector.json +15257 -11722
  58. package/src/element-templates/github-webhook-connector-boundary.json +27 -29
  59. package/src/element-templates/github-webhook-connector-intermediate.json +36 -38
  60. package/src/element-templates/github-webhook-connector-message-start.json +11 -13
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +54 -56
  63. package/src/element-templates/gitlab-connector.json +4177 -2545
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +562 -13
  65. package/src/element-templates/google-drive-outbound-connector.json +1386 -766
  66. package/src/element-templates/google-gemini-outbound-connector.json +13 -5
  67. package/src/element-templates/google-maps-platform-connector.json +1059 -30
  68. package/src/element-templates/google-sheets-outbound-connector.json +2449 -1455
  69. package/src/element-templates/graphql-outbound-connector.json +1744 -1735
  70. package/src/element-templates/http-json-connector.json +2982 -2332
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +752 -741
  72. package/src/element-templates/http-polling-connector.json +1512 -1501
  73. package/src/element-templates/hubspot-outbound-connector.json +2371 -25
  74. package/src/element-templates/hugging-face-connector.json +234 -3
  75. package/src/element-templates/jdbc-outbound-connector.json +20 -6
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +613 -604
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +528 -519
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +530 -521
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +518 -512
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
  85. package/src/element-templates/microsoft-office365-mail-connector.json +893 -10
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5971 -3807
  87. package/src/element-templates/openai-connector.json +550 -87
  88. package/src/element-templates/operate-connector.json +1198 -46
  89. package/src/element-templates/power-automate-connector.json +601 -9
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +444 -435
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +484 -475
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +367 -358
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +479 -470
  95. package/src/element-templates/rabbitmq-outbound-connector.json +356 -350
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +544 -0
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +945 -337
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +490 -192
  106. package/src/element-templates/slack-inbound-intermediate.json +421 -123
  107. package/src/element-templates/slack-inbound-message-start.json +469 -139
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +216 -211
  110. package/src/element-templates/slack-outbound-connector.json +2451 -753
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1573 -93
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +19 -10
  114. package/src/element-templates/twilio-webhook-connector.json +243 -13
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +34 -25
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +594 -2
  119. package/src/element-templates/webhook-connector-boundary.json +580 -570
  120. package/src/element-templates/webhook-connector-intermediate.json +1390 -1380
  121. package/src/element-templates/webhook-connector-receive.json +16 -6
  122. package/src/element-templates/webhook-connector-start-event.json +1382 -1375
  123. package/src/element-templates/webhook-connector-start-message.json +1306 -1296
  124. package/src/element-templates/whatsapp-connector.json +343 -9
  125. package/src/element-templates/http-connector.json.json +0 -654
@@ -312,9 +312,9 @@
312
312
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
313
313
  "name": "RabbitMQ Intermediate Catch Event Connector",
314
314
  "id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
315
+ "version": 4,
315
316
  "description": "Receive a message from RabbitMQ",
316
317
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
317
- "version": 6,
318
318
  "category": {
319
319
  "id": "connectors",
320
320
  "name": "Connectors"
@@ -342,33 +342,39 @@
342
342
  "label": "Activation"
343
343
  },
344
344
  {
345
- "id": "correlation",
346
- "label": "Correlation"
347
- },
348
- {
349
- "id": "output",
350
- "label": "Output mapping"
345
+ "id": "variable-mapping",
346
+ "label": "Variable mapping"
351
347
  }
352
348
  ],
353
349
  "properties": [
354
350
  {
351
+ "type": "Hidden",
355
352
  "value": "io.camunda:connector-rabbitmq-inbound:1",
356
353
  "binding": {
357
- "name": "inbound.type",
358
- "type": "zeebe:property"
354
+ "type": "zeebe:property",
355
+ "name": "inbound.type"
356
+ }
357
+ },
358
+ {
359
+ "type": "Hidden",
360
+ "generatedValue": {
361
+ "type": "uuid"
359
362
  },
360
- "type": "Hidden"
363
+ "binding": {
364
+ "type": "bpmn:Message#property",
365
+ "name": "name"
366
+ }
361
367
  },
362
368
  {
363
- "id": "authentication.authType",
369
+ "id": "connectionType",
364
370
  "label": "Connection type",
365
- "value": "uri",
366
371
  "group": "authentication",
372
+ "type": "Dropdown",
373
+ "value": "uri",
367
374
  "binding": {
368
- "name": "authentication.authType",
369
- "type": "zeebe:property"
375
+ "type": "zeebe:property",
376
+ "name": "authentication.authType"
370
377
  },
371
- "type": "Dropdown",
372
378
  "choices": [
373
379
  {
374
380
  "name": "URI",
@@ -381,178 +387,154 @@
381
387
  ]
382
388
  },
383
389
  {
384
- "id": "authentication.uri",
385
390
  "label": "URI",
386
391
  "description": "URI should contain username, password, host name, port number, and virtual host",
387
- "optional": false,
392
+ "group": "authentication",
393
+ "type": "String",
394
+ "binding": {
395
+ "type": "zeebe:property",
396
+ "name": "authentication.uri"
397
+ },
388
398
  "constraints": {
389
399
  "notEmpty": true,
390
400
  "pattern": {
391
- "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
401
+ "value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*$",
392
402
  "message": "Must start with amqp(s):// or contain a secret reference"
393
403
  }
394
404
  },
395
- "group": "authentication",
396
- "binding": {
397
- "name": "authentication.uri",
398
- "type": "zeebe:property"
399
- },
400
405
  "condition": {
401
- "property": "authentication.authType",
402
- "equals": "uri",
403
- "type": "simple"
404
- },
405
- "type": "String"
406
+ "property": "connectionType",
407
+ "equals": "uri"
408
+ }
406
409
  },
407
410
  {
408
- "id": "authentication.userName",
409
411
  "label": "Username",
410
- "optional": false,
411
- "constraints": {
412
- "notEmpty": true
413
- },
414
412
  "group": "authentication",
413
+ "type": "String",
415
414
  "binding": {
416
- "name": "authentication.userName",
417
- "type": "zeebe:property"
415
+ "type": "zeebe:property",
416
+ "name": "authentication.userName"
418
417
  },
419
- "condition": {
420
- "property": "authentication.authType",
421
- "equals": "credentials",
422
- "type": "simple"
418
+ "constraints": {
419
+ "notEmpty": true
423
420
  },
424
- "type": "String"
421
+ "condition": {
422
+ "property": "connectionType",
423
+ "equals": "credentials"
424
+ }
425
425
  },
426
426
  {
427
- "id": "authentication.password",
428
427
  "label": "Password",
429
- "optional": false,
430
- "constraints": {
431
- "notEmpty": true
432
- },
433
428
  "group": "authentication",
429
+ "type": "String",
434
430
  "binding": {
435
- "name": "authentication.password",
436
- "type": "zeebe:property"
437
- },
438
- "condition": {
439
- "property": "authentication.authType",
440
- "equals": "credentials",
441
- "type": "simple"
431
+ "type": "zeebe:property",
432
+ "name": "authentication.password"
442
433
  },
443
- "type": "String"
444
- },
445
- {
446
- "id": "routing.virtualHost",
447
- "label": "Virtual host",
448
- "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>",
449
- "optional": false,
450
434
  "constraints": {
451
435
  "notEmpty": true
452
436
  },
453
- "group": "routing",
454
- "binding": {
455
- "name": "routing.virtualHost",
456
- "type": "zeebe:property"
457
- },
458
437
  "condition": {
459
- "property": "authentication.authType",
460
- "equals": "credentials",
461
- "type": "simple"
462
- },
463
- "type": "String"
438
+ "property": "connectionType",
439
+ "equals": "credentials"
440
+ }
464
441
  },
465
442
  {
466
- "id": "routing.hostName",
467
443
  "label": "Host name",
468
- "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>",
469
- "optional": false,
444
+ "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>",
445
+ "group": "routing",
446
+ "type": "String",
447
+ "binding": {
448
+ "type": "zeebe:property",
449
+ "name": "routing.hostName"
450
+ },
470
451
  "constraints": {
471
452
  "notEmpty": true
472
453
  },
454
+ "condition": {
455
+ "property": "connectionType",
456
+ "equals": "credentials"
457
+ }
458
+ },
459
+ {
460
+ "label": "Virtual host",
461
+ "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>",
473
462
  "group": "routing",
463
+ "type": "String",
474
464
  "binding": {
475
- "name": "routing.hostName",
476
- "type": "zeebe:property"
465
+ "type": "zeebe:property",
466
+ "name": "routing.virtualHost"
477
467
  },
478
- "condition": {
479
- "property": "authentication.authType",
480
- "equals": "credentials",
481
- "type": "simple"
468
+ "constraints": {
469
+ "notEmpty": true
482
470
  },
483
- "type": "String"
471
+ "condition": {
472
+ "property": "connectionType",
473
+ "equals": "credentials"
474
+ }
484
475
  },
485
476
  {
486
- "id": "routing.port",
487
477
  "label": "Port",
488
- "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>",
489
- "optional": false,
490
- "constraints": {
491
- "notEmpty": true
492
- },
478
+ "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>",
493
479
  "group": "routing",
480
+ "type": "String",
494
481
  "binding": {
495
- "name": "routing.port",
496
- "type": "zeebe:property"
482
+ "type": "zeebe:property",
483
+ "name": "routing.port"
497
484
  },
498
- "condition": {
499
- "property": "authentication.authType",
500
- "equals": "credentials",
501
- "type": "simple"
485
+ "constraints": {
486
+ "notEmpty": true
502
487
  },
503
- "type": "String"
488
+ "condition": {
489
+ "property": "connectionType",
490
+ "equals": "credentials"
491
+ }
504
492
  },
505
493
  {
506
- "id": "queueName",
507
494
  "label": "Queue name",
508
495
  "description": "Name of the queue to subscribe to",
509
- "optional": false,
510
- "constraints": {
511
- "notEmpty": true
512
- },
513
496
  "group": "subscription",
497
+ "type": "String",
498
+ "feel": "optional",
514
499
  "binding": {
515
- "name": "queueName",
516
- "type": "zeebe:property"
500
+ "type": "zeebe:property",
501
+ "name": "queueName"
517
502
  },
518
- "type": "String"
503
+ "constraints": {
504
+ "notEmpty": true
505
+ }
519
506
  },
520
507
  {
521
- "id": "consumerTag",
522
508
  "label": "Consumer tag",
523
509
  "description": "Consumer tag to use for the subscription",
524
- "optional": false,
525
510
  "group": "subscription",
511
+ "type": "String",
512
+ "feel": "optional",
526
513
  "binding": {
527
- "name": "consumerTag",
528
- "type": "zeebe:property"
529
- },
530
- "type": "String"
514
+ "type": "zeebe:property",
515
+ "name": "consumerTag"
516
+ }
531
517
  },
532
518
  {
533
- "id": "arguments",
534
519
  "label": "Arguments",
535
520
  "description": "Arguments to use for the subscription",
536
- "optional": true,
537
- "feel": "required",
538
521
  "group": "subscription",
522
+ "type": "String",
523
+ "feel": "required",
539
524
  "binding": {
540
- "name": "arguments",
541
- "type": "zeebe:property"
542
- },
543
- "type": "String"
525
+ "type": "zeebe:property",
526
+ "name": "arguments"
527
+ }
544
528
  },
545
529
  {
546
- "id": "exclusive",
547
530
  "label": "Exclusive consumer",
548
- "optional": false,
549
- "value": "false",
550
531
  "group": "subscription",
532
+ "type": "Dropdown",
533
+ "value": "false",
551
534
  "binding": {
552
- "name": "exclusive",
553
- "type": "zeebe:property"
535
+ "type": "zeebe:property",
536
+ "name": "exclusive"
554
537
  },
555
- "type": "Dropdown",
556
538
  "choices": [
557
539
  {
558
540
  "name": "Yes",
@@ -565,102 +547,86 @@
565
547
  ]
566
548
  },
567
549
  {
568
- "id": "activationCondition",
569
- "label": "Activation condition",
570
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
571
- "optional": true,
572
- "feel": "required",
550
+ "label": "Correlation key (process)",
551
+ "type": "String",
573
552
  "group": "activation",
553
+ "feel": "required",
554
+ "description": "Sets up the correlation key from process variables",
574
555
  "binding": {
575
- "name": "activationCondition",
576
- "type": "zeebe:property"
556
+ "type": "bpmn:Message#zeebe:subscription#property",
557
+ "name": "correlationKey"
577
558
  },
578
- "type": "String"
579
- },
580
- {
581
- "id": "correlationKeyProcess",
582
- "label": "Correlation key (process)",
583
- "description": "Sets up the correlation key from process variables",
584
559
  "constraints": {
585
560
  "notEmpty": true
586
- },
587
- "feel": "required",
588
- "group": "correlation",
589
- "binding": {
590
- "name": "correlationKey",
591
- "type": "bpmn:Message#zeebe:subscription#property"
592
- },
593
- "type": "String"
561
+ }
594
562
  },
595
563
  {
596
- "id": "correlationKeyPayload",
597
564
  "label": "Correlation key (payload)",
598
- "description": "Extracts the correlation key from the incoming message payload",
599
- "constraints": {
600
- "notEmpty": true
601
- },
565
+ "type": "String",
566
+ "group": "activation",
602
567
  "feel": "required",
603
- "group": "correlation",
604
568
  "binding": {
605
- "name": "correlationKeyExpression",
606
- "type": "zeebe:property"
569
+ "type": "zeebe:property",
570
+ "name": "correlationKeyExpression"
607
571
  },
608
- "type": "String"
572
+ "description": "Extracts the correlation key from the incoming message payload",
573
+ "constraints": {
574
+ "notEmpty": true
575
+ }
609
576
  },
610
577
  {
611
- "id": "messageIdExpression",
612
578
  "label": "Message ID expression",
613
- "description": "Expression to extract unique identifier of a message",
614
- "optional": true,
615
579
  "feel": "required",
616
- "group": "correlation",
580
+ "type": "String",
581
+ "optional": true,
582
+ "group": "activation",
617
583
  "binding": {
618
- "name": "messageIdExpression",
619
- "type": "zeebe:property"
584
+ "type": "zeebe:property",
585
+ "name": "messageIdExpression"
620
586
  },
621
- "type": "String"
587
+ "description": "Expression to extract unique identifier of a message"
622
588
  },
623
589
  {
624
- "id": "messageNameUuid",
625
- "generatedValue": {
626
- "type": "uuid"
627
- },
628
- "group": "correlation",
590
+ "label": "Activation condition",
591
+ "type": "String",
592
+ "group": "activation",
593
+ "feel": "required",
594
+ "optional": true,
629
595
  "binding": {
630
- "name": "name",
631
- "type": "bpmn:Message#property"
596
+ "type": "zeebe:property",
597
+ "name": "activationCondition"
632
598
  },
633
- "type": "Hidden"
599
+ "description": "Condition under which the connector triggers. Leave empty to catch all events"
634
600
  },
635
601
  {
636
- "id": "resultVariable",
637
602
  "label": "Result variable",
638
- "description": "Name of variable to store the response in",
639
- "group": "output",
603
+ "type": "String",
604
+ "group": "variable-mapping",
605
+ "optional": true,
640
606
  "binding": {
641
- "name": "resultVariable",
642
- "type": "zeebe:property"
607
+ "type": "zeebe:property",
608
+ "name": "resultVariable"
643
609
  },
644
- "type": "String"
610
+ "description": "Name of variable to store the result of the connector in"
645
611
  },
646
612
  {
647
- "id": "resultExpression",
648
613
  "label": "Result expression",
649
- "description": "Expression to map the response into process variables",
614
+ "type": "String",
615
+ "group": "variable-mapping",
650
616
  "feel": "required",
651
- "group": "output",
617
+ "optional": true,
652
618
  "binding": {
653
- "name": "resultExpression",
654
- "type": "zeebe:property"
619
+ "type": "zeebe:property",
620
+ "name": "resultExpression"
655
621
  },
656
- "type": "Text"
622
+ "description": "Expression to map the inbound payload to process variables"
657
623
  }
658
624
  ],
659
625
  "icon": {
660
- "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
626
+ "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"
661
627
  },
662
628
  "engines": {
663
- "camunda": "^8.5"
629
+ "camunda": "^8.4"
664
630
  }
665
631
  },
666
632
  {
@@ -669,7 +635,7 @@
669
635
  "id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
670
636
  "description": "Receive a message from RabbitMQ",
671
637
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
672
- "version": 7,
638
+ "version": 6,
673
639
  "category": {
674
640
  "id": "connectors",
675
641
  "name": "Connectors"
@@ -698,13 +664,7 @@
698
664
  },
699
665
  {
700
666
  "id": "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."
667
+ "label": "Correlation"
708
668
  },
709
669
  {
710
670
  "id": "output",
@@ -930,162 +890,66 @@
930
890
  "label": "Activation condition",
931
891
  "description": "Condition under which the Connector triggers. Leave empty to catch all events",
932
892
  "optional": true,
933
- "feel": "required",
934
- "group": "activation",
935
- "binding": {
936
- "name": "activationCondition",
937
- "type": "zeebe:property"
938
- },
939
- "type": "String"
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
- },
953
- {
954
- "id": "correlationKeyProcess",
955
- "label": "Correlation key (process)",
956
- "description": "Sets up the correlation key from process variables",
957
- "constraints": {
958
- "notEmpty": true
959
- },
960
- "feel": "required",
961
- "group": "correlation",
962
- "binding": {
963
- "name": "correlationKey",
964
- "type": "bpmn:Message#zeebe:subscription#property"
965
- },
966
- "type": "String"
967
- },
968
- {
969
- "id": "correlationKeyPayload",
970
- "label": "Correlation key (payload)",
971
- "description": "Extracts the correlation key from the incoming message payload",
972
- "constraints": {
973
- "notEmpty": true
974
- },
975
- "feel": "required",
976
- "group": "correlation",
977
- "binding": {
978
- "name": "correlationKeyExpression",
979
- "type": "zeebe:property"
980
- },
981
- "type": "String"
982
- },
983
- {
984
- "id": "messageIdExpression",
985
- "label": "Message ID expression",
986
- "description": "Expression to extract unique identifier of a message",
987
- "optional": true,
988
- "feel": "required",
989
- "group": "correlation",
990
- "binding": {
991
- "name": "messageIdExpression",
992
- "type": "zeebe:property"
993
- },
994
- "type": "String"
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
- },
1016
- {
1017
- "id": "messageNameUuid",
1018
- "generatedValue": {
1019
- "type": "uuid"
1020
- },
1021
- "group": "correlation",
1022
- "binding": {
1023
- "name": "name",
1024
- "type": "bpmn:Message#property"
1025
- },
1026
- "type": "Hidden"
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",
893
+ "feel": "required",
894
+ "group": "activation",
1034
895
  "binding": {
1035
- "name": "deduplicationModeManualFlag",
896
+ "name": "activationCondition",
1036
897
  "type": "zeebe:property"
1037
898
  },
1038
- "type": "Boolean"
899
+ "type": "String"
1039
900
  },
1040
901
  {
1041
- "id": "deduplicationId",
1042
- "label": "Deduplication ID",
902
+ "id": "correlationKeyProcess",
903
+ "label": "Correlation key (process)",
904
+ "description": "Sets up the correlation key from process variables",
1043
905
  "constraints": {
1044
- "notEmpty": true,
1045
- "pattern": {
1046
- "value": "^[a-zA-Z0-9_-]+$",
1047
- "message": "can only contain alphanumeric characters, dashes, and underscores"
1048
- }
906
+ "notEmpty": true
1049
907
  },
1050
- "group": "deduplication",
908
+ "feel": "required",
909
+ "group": "correlation",
1051
910
  "binding": {
1052
- "name": "deduplicationId",
1053
- "type": "zeebe:property"
1054
- },
1055
- "condition": {
1056
- "property": "deduplicationModeManualFlag",
1057
- "equals": true,
1058
- "type": "simple"
911
+ "name": "correlationKey",
912
+ "type": "bpmn:Message#zeebe:subscription#property"
1059
913
  },
1060
914
  "type": "String"
1061
915
  },
1062
916
  {
1063
- "id": "deduplicationModeManual",
1064
- "value": "MANUAL",
1065
- "group": "deduplication",
917
+ "id": "correlationKeyPayload",
918
+ "label": "Correlation key (payload)",
919
+ "description": "Extracts the correlation key from the incoming message payload",
920
+ "constraints": {
921
+ "notEmpty": true
922
+ },
923
+ "feel": "required",
924
+ "group": "correlation",
1066
925
  "binding": {
1067
- "name": "deduplicationMode",
926
+ "name": "correlationKeyExpression",
1068
927
  "type": "zeebe:property"
1069
928
  },
1070
- "condition": {
1071
- "property": "deduplicationId",
1072
- "isActive": true,
1073
- "type": "simple"
1074
- },
1075
- "type": "Hidden"
929
+ "type": "String"
1076
930
  },
1077
931
  {
1078
- "id": "deduplicationModeAuto",
1079
- "value": "AUTO",
1080
- "group": "deduplication",
932
+ "id": "messageIdExpression",
933
+ "label": "Message ID expression",
934
+ "description": "Expression to extract unique identifier of a message",
935
+ "optional": true,
936
+ "feel": "required",
937
+ "group": "correlation",
1081
938
  "binding": {
1082
- "name": "deduplicationMode",
939
+ "name": "messageIdExpression",
1083
940
  "type": "zeebe:property"
1084
941
  },
1085
- "condition": {
1086
- "property": "deduplicationId",
1087
- "isActive": false,
1088
- "type": "simple"
942
+ "type": "String"
943
+ },
944
+ {
945
+ "id": "messageNameUuid",
946
+ "generatedValue": {
947
+ "type": "uuid"
948
+ },
949
+ "group": "correlation",
950
+ "binding": {
951
+ "name": "name",
952
+ "type": "bpmn:Message#property"
1089
953
  },
1090
954
  "type": "Hidden"
1091
955
  },
@@ -1117,14 +981,14 @@
1117
981
  "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
1118
982
  },
1119
983
  "engines": {
1120
- "camunda": "^8.6"
984
+ "camunda": "^8.5"
1121
985
  }
1122
986
  },
1123
987
  {
1124
988
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1125
989
  "name": "RabbitMQ connector",
1126
990
  "id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
1127
- "version": 1,
991
+ "version": 2,
1128
992
  "description": "Receive a message from RabbitMQ",
1129
993
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
1130
994
  "category": {
@@ -1210,7 +1074,7 @@
1210
1074
  "constraints": {
1211
1075
  "notEmpty": true,
1212
1076
  "pattern": {
1213
- "value": "^(amqps?://)|(secrets).*",
1077
+ "value": "^(amqps?://)|secrets\\..+|(\\{\\{secrets\\..+\\}\\}).*$",
1214
1078
  "message": "Must start with amqp(s):// or contain a secret reference"
1215
1079
  }
1216
1080
  },
@@ -1433,9 +1297,9 @@
1433
1297
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1434
1298
  "name": "RabbitMQ Intermediate Catch Event Connector",
1435
1299
  "id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
1436
- "version": 4,
1437
1300
  "description": "Receive a message from RabbitMQ",
1438
1301
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
1302
+ "version": 7,
1439
1303
  "category": {
1440
1304
  "id": "connectors",
1441
1305
  "name": "Connectors"
@@ -1463,39 +1327,39 @@
1463
1327
  "label": "Activation"
1464
1328
  },
1465
1329
  {
1466
- "id": "variable-mapping",
1467
- "label": "Variable mapping"
1330
+ "id": "correlation",
1331
+ "label": "Correlation",
1332
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
1333
+ },
1334
+ {
1335
+ "id": "deduplication",
1336
+ "label": "Deduplication",
1337
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
1338
+ },
1339
+ {
1340
+ "id": "output",
1341
+ "label": "Output mapping"
1468
1342
  }
1469
1343
  ],
1470
1344
  "properties": [
1471
1345
  {
1472
- "type": "Hidden",
1473
1346
  "value": "io.camunda:connector-rabbitmq-inbound:1",
1474
1347
  "binding": {
1475
- "type": "zeebe:property",
1476
- "name": "inbound.type"
1477
- }
1478
- },
1479
- {
1480
- "type": "Hidden",
1481
- "generatedValue": {
1482
- "type": "uuid"
1348
+ "name": "inbound.type",
1349
+ "type": "zeebe:property"
1483
1350
  },
1484
- "binding": {
1485
- "type": "bpmn:Message#property",
1486
- "name": "name"
1487
- }
1351
+ "type": "Hidden"
1488
1352
  },
1489
1353
  {
1490
- "id": "connectionType",
1354
+ "id": "authentication.authType",
1491
1355
  "label": "Connection type",
1492
- "group": "authentication",
1493
- "type": "Dropdown",
1494
1356
  "value": "uri",
1357
+ "group": "authentication",
1495
1358
  "binding": {
1496
- "type": "zeebe:property",
1497
- "name": "authentication.authType"
1359
+ "name": "authentication.authType",
1360
+ "type": "zeebe:property"
1498
1361
  },
1362
+ "type": "Dropdown",
1499
1363
  "choices": [
1500
1364
  {
1501
1365
  "name": "URI",
@@ -1508,154 +1372,178 @@
1508
1372
  ]
1509
1373
  },
1510
1374
  {
1375
+ "id": "authentication.uri",
1511
1376
  "label": "URI",
1512
1377
  "description": "URI should contain username, password, host name, port number, and virtual host",
1513
- "group": "authentication",
1514
- "type": "String",
1515
- "binding": {
1516
- "type": "zeebe:property",
1517
- "name": "authentication.uri"
1518
- },
1378
+ "optional": false,
1519
1379
  "constraints": {
1520
1380
  "notEmpty": true,
1521
1381
  "pattern": {
1522
- "value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*$",
1382
+ "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
1523
1383
  "message": "Must start with amqp(s):// or contain a secret reference"
1524
1384
  }
1525
1385
  },
1386
+ "group": "authentication",
1387
+ "binding": {
1388
+ "name": "authentication.uri",
1389
+ "type": "zeebe:property"
1390
+ },
1526
1391
  "condition": {
1527
- "property": "connectionType",
1528
- "equals": "uri"
1529
- }
1392
+ "property": "authentication.authType",
1393
+ "equals": "uri",
1394
+ "type": "simple"
1395
+ },
1396
+ "type": "String"
1530
1397
  },
1531
1398
  {
1399
+ "id": "authentication.userName",
1532
1400
  "label": "Username",
1533
- "group": "authentication",
1534
- "type": "String",
1535
- "binding": {
1536
- "type": "zeebe:property",
1537
- "name": "authentication.userName"
1538
- },
1401
+ "optional": false,
1539
1402
  "constraints": {
1540
1403
  "notEmpty": true
1541
1404
  },
1405
+ "group": "authentication",
1406
+ "binding": {
1407
+ "name": "authentication.userName",
1408
+ "type": "zeebe:property"
1409
+ },
1542
1410
  "condition": {
1543
- "property": "connectionType",
1544
- "equals": "credentials"
1545
- }
1411
+ "property": "authentication.authType",
1412
+ "equals": "credentials",
1413
+ "type": "simple"
1414
+ },
1415
+ "type": "String"
1546
1416
  },
1547
1417
  {
1418
+ "id": "authentication.password",
1548
1419
  "label": "Password",
1420
+ "optional": false,
1421
+ "constraints": {
1422
+ "notEmpty": true
1423
+ },
1549
1424
  "group": "authentication",
1550
- "type": "String",
1551
1425
  "binding": {
1552
- "type": "zeebe:property",
1553
- "name": "authentication.password"
1426
+ "name": "authentication.password",
1427
+ "type": "zeebe:property"
1428
+ },
1429
+ "condition": {
1430
+ "property": "authentication.authType",
1431
+ "equals": "credentials",
1432
+ "type": "simple"
1554
1433
  },
1434
+ "type": "String"
1435
+ },
1436
+ {
1437
+ "id": "routing.virtualHost",
1438
+ "label": "Virtual host",
1439
+ "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>",
1440
+ "optional": false,
1555
1441
  "constraints": {
1556
1442
  "notEmpty": true
1557
1443
  },
1444
+ "group": "routing",
1445
+ "binding": {
1446
+ "name": "routing.virtualHost",
1447
+ "type": "zeebe:property"
1448
+ },
1558
1449
  "condition": {
1559
- "property": "connectionType",
1560
- "equals": "credentials"
1561
- }
1450
+ "property": "authentication.authType",
1451
+ "equals": "credentials",
1452
+ "type": "simple"
1453
+ },
1454
+ "type": "String"
1562
1455
  },
1563
1456
  {
1457
+ "id": "routing.hostName",
1564
1458
  "label": "Host name",
1565
- "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>",
1566
- "group": "routing",
1567
- "type": "String",
1568
- "binding": {
1569
- "type": "zeebe:property",
1570
- "name": "routing.hostName"
1571
- },
1459
+ "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>",
1460
+ "optional": false,
1572
1461
  "constraints": {
1573
1462
  "notEmpty": true
1574
1463
  },
1575
- "condition": {
1576
- "property": "connectionType",
1577
- "equals": "credentials"
1578
- }
1579
- },
1580
- {
1581
- "label": "Virtual host",
1582
- "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>",
1583
1464
  "group": "routing",
1584
- "type": "String",
1585
1465
  "binding": {
1586
- "type": "zeebe:property",
1587
- "name": "routing.virtualHost"
1588
- },
1589
- "constraints": {
1590
- "notEmpty": true
1466
+ "name": "routing.hostName",
1467
+ "type": "zeebe:property"
1591
1468
  },
1592
1469
  "condition": {
1593
- "property": "connectionType",
1594
- "equals": "credentials"
1595
- }
1470
+ "property": "authentication.authType",
1471
+ "equals": "credentials",
1472
+ "type": "simple"
1473
+ },
1474
+ "type": "String"
1596
1475
  },
1597
1476
  {
1477
+ "id": "routing.port",
1598
1478
  "label": "Port",
1599
- "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>",
1600
- "group": "routing",
1601
- "type": "String",
1602
- "binding": {
1603
- "type": "zeebe:property",
1604
- "name": "routing.port"
1605
- },
1479
+ "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>",
1480
+ "optional": false,
1606
1481
  "constraints": {
1607
1482
  "notEmpty": true
1608
1483
  },
1484
+ "group": "routing",
1485
+ "binding": {
1486
+ "name": "routing.port",
1487
+ "type": "zeebe:property"
1488
+ },
1609
1489
  "condition": {
1610
- "property": "connectionType",
1611
- "equals": "credentials"
1612
- }
1490
+ "property": "authentication.authType",
1491
+ "equals": "credentials",
1492
+ "type": "simple"
1493
+ },
1494
+ "type": "String"
1613
1495
  },
1614
1496
  {
1497
+ "id": "queueName",
1615
1498
  "label": "Queue name",
1616
1499
  "description": "Name of the queue to subscribe to",
1500
+ "optional": false,
1501
+ "constraints": {
1502
+ "notEmpty": true
1503
+ },
1617
1504
  "group": "subscription",
1618
- "type": "String",
1619
- "feel": "optional",
1620
1505
  "binding": {
1621
- "type": "zeebe:property",
1622
- "name": "queueName"
1506
+ "name": "queueName",
1507
+ "type": "zeebe:property"
1623
1508
  },
1624
- "constraints": {
1625
- "notEmpty": true
1626
- }
1509
+ "type": "String"
1627
1510
  },
1628
1511
  {
1512
+ "id": "consumerTag",
1629
1513
  "label": "Consumer tag",
1630
1514
  "description": "Consumer tag to use for the subscription",
1515
+ "optional": false,
1631
1516
  "group": "subscription",
1632
- "type": "String",
1633
- "feel": "optional",
1634
1517
  "binding": {
1635
- "type": "zeebe:property",
1636
- "name": "consumerTag"
1637
- }
1518
+ "name": "consumerTag",
1519
+ "type": "zeebe:property"
1520
+ },
1521
+ "type": "String"
1638
1522
  },
1639
1523
  {
1524
+ "id": "arguments",
1640
1525
  "label": "Arguments",
1641
1526
  "description": "Arguments to use for the subscription",
1642
- "group": "subscription",
1643
- "type": "String",
1527
+ "optional": true,
1644
1528
  "feel": "required",
1529
+ "group": "subscription",
1645
1530
  "binding": {
1646
- "type": "zeebe:property",
1647
- "name": "arguments"
1648
- }
1531
+ "name": "arguments",
1532
+ "type": "zeebe:property"
1533
+ },
1534
+ "type": "String"
1649
1535
  },
1650
1536
  {
1537
+ "id": "exclusive",
1651
1538
  "label": "Exclusive consumer",
1652
- "group": "subscription",
1653
- "type": "Dropdown",
1539
+ "optional": false,
1654
1540
  "value": "false",
1541
+ "group": "subscription",
1655
1542
  "binding": {
1656
- "type": "zeebe:property",
1657
- "name": "exclusive"
1543
+ "name": "exclusive",
1544
+ "type": "zeebe:property"
1658
1545
  },
1546
+ "type": "Dropdown",
1659
1547
  "choices": [
1660
1548
  {
1661
1549
  "name": "Yes",
@@ -1668,93 +1556,205 @@
1668
1556
  ]
1669
1557
  },
1670
1558
  {
1671
- "label": "Correlation key (process)",
1672
- "type": "String",
1673
- "group": "activation",
1559
+ "id": "activationCondition",
1560
+ "label": "Activation condition",
1561
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
1562
+ "optional": true,
1674
1563
  "feel": "required",
1675
- "description": "Sets up the correlation key from process variables",
1564
+ "group": "activation",
1676
1565
  "binding": {
1677
- "type": "bpmn:Message#zeebe:subscription#property",
1678
- "name": "correlationKey"
1566
+ "name": "activationCondition",
1567
+ "type": "zeebe:property"
1679
1568
  },
1680
- "constraints": {
1681
- "notEmpty": true
1682
- }
1569
+ "type": "String"
1683
1570
  },
1684
1571
  {
1685
- "label": "Correlation key (payload)",
1686
- "type": "String",
1572
+ "id": "consumeUnmatchedEvents",
1573
+ "label": "Consume unmatched events",
1574
+ "value": true,
1687
1575
  "group": "activation",
1576
+ "binding": {
1577
+ "name": "consumeUnmatchedEvents",
1578
+ "type": "zeebe:property"
1579
+ },
1580
+ "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",
1581
+ "type": "Boolean"
1582
+ },
1583
+ {
1584
+ "id": "correlationKeyProcess",
1585
+ "label": "Correlation key (process)",
1586
+ "description": "Sets up the correlation key from process variables",
1587
+ "constraints": {
1588
+ "notEmpty": true
1589
+ },
1688
1590
  "feel": "required",
1591
+ "group": "correlation",
1689
1592
  "binding": {
1690
- "type": "zeebe:property",
1691
- "name": "correlationKeyExpression"
1593
+ "name": "correlationKey",
1594
+ "type": "bpmn:Message#zeebe:subscription#property"
1692
1595
  },
1596
+ "type": "String"
1597
+ },
1598
+ {
1599
+ "id": "correlationKeyPayload",
1600
+ "label": "Correlation key (payload)",
1693
1601
  "description": "Extracts the correlation key from the incoming message payload",
1694
1602
  "constraints": {
1695
1603
  "notEmpty": true
1696
- }
1604
+ },
1605
+ "feel": "required",
1606
+ "group": "correlation",
1607
+ "binding": {
1608
+ "name": "correlationKeyExpression",
1609
+ "type": "zeebe:property"
1610
+ },
1611
+ "type": "String"
1697
1612
  },
1698
1613
  {
1614
+ "id": "messageIdExpression",
1699
1615
  "label": "Message ID expression",
1700
- "feel": "required",
1701
- "type": "String",
1616
+ "description": "Expression to extract unique identifier of a message",
1702
1617
  "optional": true,
1703
- "group": "activation",
1618
+ "feel": "required",
1619
+ "group": "correlation",
1704
1620
  "binding": {
1705
- "type": "zeebe:property",
1706
- "name": "messageIdExpression"
1621
+ "name": "messageIdExpression",
1622
+ "type": "zeebe:property"
1707
1623
  },
1708
- "description": "Expression to extract unique identifier of a message"
1624
+ "type": "String"
1709
1625
  },
1710
1626
  {
1711
- "label": "Activation condition",
1712
- "type": "String",
1713
- "group": "activation",
1714
- "feel": "required",
1627
+ "id": "messageTtl",
1628
+ "label": "Message TTL",
1629
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
1715
1630
  "optional": true,
1631
+ "constraints": {
1632
+ "notEmpty": false,
1633
+ "pattern": {
1634
+ "value": "^(PT.*|)$",
1635
+ "message": "must be an ISO-8601 duration"
1636
+ }
1637
+ },
1638
+ "feel": "optional",
1639
+ "group": "correlation",
1716
1640
  "binding": {
1717
- "type": "zeebe:property",
1718
- "name": "activationCondition"
1641
+ "name": "messageTtl",
1642
+ "type": "zeebe:property"
1719
1643
  },
1720
- "description": "Condition under which the connector triggers. Leave empty to catch all events"
1644
+ "type": "String"
1645
+ },
1646
+ {
1647
+ "id": "messageNameUuid",
1648
+ "generatedValue": {
1649
+ "type": "uuid"
1650
+ },
1651
+ "group": "correlation",
1652
+ "binding": {
1653
+ "name": "name",
1654
+ "type": "bpmn:Message#property"
1655
+ },
1656
+ "type": "Hidden"
1657
+ },
1658
+ {
1659
+ "id": "deduplicationModeManualFlag",
1660
+ "label": "Manual mode",
1661
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
1662
+ "value": false,
1663
+ "group": "deduplication",
1664
+ "binding": {
1665
+ "name": "deduplicationModeManualFlag",
1666
+ "type": "zeebe:property"
1667
+ },
1668
+ "type": "Boolean"
1669
+ },
1670
+ {
1671
+ "id": "deduplicationId",
1672
+ "label": "Deduplication ID",
1673
+ "constraints": {
1674
+ "notEmpty": true,
1675
+ "pattern": {
1676
+ "value": "^[a-zA-Z0-9_-]+$",
1677
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
1678
+ }
1679
+ },
1680
+ "group": "deduplication",
1681
+ "binding": {
1682
+ "name": "deduplicationId",
1683
+ "type": "zeebe:property"
1684
+ },
1685
+ "condition": {
1686
+ "property": "deduplicationModeManualFlag",
1687
+ "equals": true,
1688
+ "type": "simple"
1689
+ },
1690
+ "type": "String"
1691
+ },
1692
+ {
1693
+ "id": "deduplicationModeManual",
1694
+ "value": "MANUAL",
1695
+ "group": "deduplication",
1696
+ "binding": {
1697
+ "name": "deduplicationMode",
1698
+ "type": "zeebe:property"
1699
+ },
1700
+ "condition": {
1701
+ "property": "deduplicationId",
1702
+ "isActive": true,
1703
+ "type": "simple"
1704
+ },
1705
+ "type": "Hidden"
1706
+ },
1707
+ {
1708
+ "id": "deduplicationModeAuto",
1709
+ "value": "AUTO",
1710
+ "group": "deduplication",
1711
+ "binding": {
1712
+ "name": "deduplicationMode",
1713
+ "type": "zeebe:property"
1714
+ },
1715
+ "condition": {
1716
+ "property": "deduplicationId",
1717
+ "isActive": false,
1718
+ "type": "simple"
1719
+ },
1720
+ "type": "Hidden"
1721
1721
  },
1722
1722
  {
1723
+ "id": "resultVariable",
1723
1724
  "label": "Result variable",
1724
- "type": "String",
1725
- "group": "variable-mapping",
1726
- "optional": true,
1725
+ "description": "Name of variable to store the response in",
1726
+ "group": "output",
1727
1727
  "binding": {
1728
- "type": "zeebe:property",
1729
- "name": "resultVariable"
1728
+ "name": "resultVariable",
1729
+ "type": "zeebe:property"
1730
1730
  },
1731
- "description": "Name of variable to store the result of the connector in"
1731
+ "type": "String"
1732
1732
  },
1733
1733
  {
1734
+ "id": "resultExpression",
1734
1735
  "label": "Result expression",
1735
- "type": "String",
1736
- "group": "variable-mapping",
1736
+ "description": "Expression to map the response into process variables",
1737
1737
  "feel": "required",
1738
- "optional": true,
1738
+ "group": "output",
1739
1739
  "binding": {
1740
- "type": "zeebe:property",
1741
- "name": "resultExpression"
1740
+ "name": "resultExpression",
1741
+ "type": "zeebe:property"
1742
1742
  },
1743
- "description": "Expression to map the inbound payload to process variables"
1743
+ "type": "Text"
1744
1744
  }
1745
1745
  ],
1746
1746
  "icon": {
1747
- "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"
1747
+ "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
1748
1748
  },
1749
1749
  "engines": {
1750
- "camunda": "^8.4"
1750
+ "camunda": "^8.6"
1751
1751
  }
1752
1752
  },
1753
1753
  {
1754
1754
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1755
1755
  "name": "RabbitMQ connector",
1756
1756
  "id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
1757
- "version": 2,
1757
+ "version": 1,
1758
1758
  "description": "Receive a message from RabbitMQ",
1759
1759
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
1760
1760
  "category": {
@@ -1840,7 +1840,7 @@
1840
1840
  "constraints": {
1841
1841
  "notEmpty": true,
1842
1842
  "pattern": {
1843
- "value": "^(amqps?://)|secrets\\..+|(\\{\\{secrets\\..+\\}\\}).*$",
1843
+ "value": "^(amqps?://)|(secrets).*",
1844
1844
  "message": "Must start with amqp(s):// or contain a secret reference"
1845
1845
  }
1846
1846
  },
@@ -2064,9 +2064,15 @@
2064
2064
  "name": "RabbitMQ Intermediate Catch Event Connector",
2065
2065
  "id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
2066
2066
  "description": "Receive a message from RabbitMQ",
2067
- "metadata": {
2068
- "keywords": []
2069
- },
2067
+ "keywords": [
2068
+ "receive message",
2069
+ "consume message",
2070
+ "message queue",
2071
+ "AMQP",
2072
+ "subscribe",
2073
+ "message broker",
2074
+ "queue"
2075
+ ],
2070
2076
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
2071
2077
  "version": 8,
2072
2078
  "category": {
@@ -2417,15 +2423,18 @@
2417
2423
  },
2418
2424
  {
2419
2425
  "id": "messageNameUuid",
2426
+ "label": "Message name",
2420
2427
  "generatedValue": {
2421
2428
  "type": "uuid"
2422
2429
  },
2430
+ "feel": "optional",
2423
2431
  "group": "correlation",
2424
2432
  "binding": {
2425
2433
  "name": "name",
2426
2434
  "type": "bpmn:Message#property"
2427
2435
  },
2428
- "type": "Hidden"
2436
+ "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.",
2437
+ "type": "String"
2429
2438
  },
2430
2439
  {
2431
2440
  "id": "deduplicationModeManualFlag",
@@ -2494,7 +2503,7 @@
2494
2503
  {
2495
2504
  "id": "resultVariable",
2496
2505
  "label": "Result variable",
2497
- "description": "Name of variable to store the response in",
2506
+ "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>.",
2498
2507
  "group": "output",
2499
2508
  "binding": {
2500
2509
  "name": "resultVariable",
@@ -2505,7 +2514,7 @@
2505
2514
  {
2506
2515
  "id": "resultExpression",
2507
2516
  "label": "Result expression",
2508
- "description": "Expression to map the response into process variables",
2517
+ "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>.",
2509
2518
  "feel": "required",
2510
2519
  "group": "output",
2511
2520
  "binding": {