@camunda/connectors-element-templates 1.0.5 → 1.0.6

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 (84) hide show
  1. package/package.json +1 -1
  2. package/src/connectors.js +2 -0
  3. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +170 -13
  4. package/src/element-templates/agenticai-aiagent-outbound-connector.json +1596 -389
  5. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
  6. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -1
  7. package/src/element-templates/asana-connector.json +104 -104
  8. package/src/element-templates/automation-anywhere-outbound-connector.json +1207 -1201
  9. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  10. package/src/element-templates/aws-dynamodb-outbound-connector.json +1404 -1404
  11. package/src/element-templates/aws-eventbridge-connector-boundary.json +28 -28
  12. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  13. package/src/element-templates/aws-eventbridge-connector-start-event.json +13 -10
  14. package/src/element-templates/aws-eventbridge-outbound-connector.json +474 -474
  15. package/src/element-templates/aws-lambda-outbound-connector.json +51 -51
  16. package/src/element-templates/aws-s3-outbound-connector.json +30 -30
  17. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  18. package/src/element-templates/aws-sns-inbound-boundary.json +283 -283
  19. package/src/element-templates/aws-sns-inbound-intermediate.json +467 -467
  20. package/src/element-templates/aws-sns-inbound-message-start.json +98 -98
  21. package/src/element-templates/aws-sns-inbound-start-event.json +132 -132
  22. package/src/element-templates/aws-sns-outbound-connector.json +719 -719
  23. package/src/element-templates/aws-sqs-boundary-connector.json +420 -420
  24. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +958 -958
  25. package/src/element-templates/aws-sqs-outbound-connector.json +421 -421
  26. package/src/element-templates/aws-sqs-start-event-connector.json +388 -388
  27. package/src/element-templates/aws-sqs-start-message.json +463 -463
  28. package/src/element-templates/azure-blobstorage-outbound-connector.json +1 -1
  29. package/src/element-templates/azure-open-ai-connector.json +32 -32
  30. package/src/element-templates/blue-prism-connector.json +57 -57
  31. package/src/element-templates/box-outbound-connector.json +30 -30
  32. package/src/element-templates/csv-outbound-connector.json +392 -0
  33. package/src/element-templates/easy-post-connector.json +269 -269
  34. package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
  35. package/src/element-templates/email-outbound-connector.json +231 -231
  36. package/src/element-templates/embeddings-vector-database-outbound-connector.json +3473 -150
  37. package/src/element-templates/github-connector.json +2930 -2930
  38. package/src/element-templates/github-webhook-connector-boundary.json +21 -21
  39. package/src/element-templates/github-webhook-connector-intermediate.json +35 -35
  40. package/src/element-templates/github-webhook-connector-message-start.json +21 -21
  41. package/src/element-templates/github-webhook-connector-start-event.json +35 -32
  42. package/src/element-templates/gitlab-connector.json +1561 -1561
  43. package/src/element-templates/google-drive-outbound-connector.json +363 -363
  44. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  45. package/src/element-templates/google-maps-platform-connector.json +76 -76
  46. package/src/element-templates/google-sheets-outbound-connector.json +1177 -1177
  47. package/src/element-templates/graphql-outbound-connector.json +1182 -1182
  48. package/src/element-templates/http-json-connector.json +2332 -2332
  49. package/src/element-templates/http-polling-boundary-catch-event-connector.json +261 -558
  50. package/src/element-templates/http-polling-connector.json +259 -556
  51. package/src/element-templates/hugging-face-connector.json +34 -34
  52. package/src/element-templates/jdbc-outbound-connector.json +404 -2
  53. package/src/element-templates/kafka-inbound-connector-boundary.json +624 -624
  54. package/src/element-templates/kafka-inbound-connector-intermediate.json +1018 -1018
  55. package/src/element-templates/kafka-inbound-connector-start-message.json +532 -532
  56. package/src/element-templates/kafka-inbound-connector.json +240 -237
  57. package/src/element-templates/kafka-outbound-connector.json +588 -588
  58. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  59. package/src/element-templates/microsoft-teams-outbound-connector.json +3730 -3730
  60. package/src/element-templates/openai-connector.json +117 -117
  61. package/src/element-templates/operate-connector.json +68 -68
  62. package/src/element-templates/power-automate-connector.json +12 -12
  63. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +437 -437
  64. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +581 -581
  65. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +451 -451
  66. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +354 -354
  67. package/src/element-templates/rabbitmq-outbound-connector.json +666 -666
  68. package/src/element-templates/salesforce-connector.json +40 -40
  69. package/src/element-templates/sendgrid-outbound-connector.json +487 -487
  70. package/src/element-templates/slack-inbound-boundary.json +301 -301
  71. package/src/element-templates/slack-inbound-intermediate.json +307 -307
  72. package/src/element-templates/slack-inbound-message-start.json +350 -350
  73. package/src/element-templates/slack-inbound-start-event.json +213 -210
  74. package/src/element-templates/slack-outbound-connector.json +739 -739
  75. package/src/element-templates/twilio-connector.json +88 -88
  76. package/src/element-templates/twilio-webhook-connector.json +13 -10
  77. package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
  78. package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
  79. package/src/element-templates/uipath-connector.json +49 -49
  80. package/src/element-templates/webhook-connector-boundary.json +1644 -1644
  81. package/src/element-templates/webhook-connector-intermediate.json +972 -972
  82. package/src/element-templates/webhook-connector-start-event.json +556 -553
  83. package/src/element-templates/webhook-connector-start-message.json +33 -33
  84. package/src/element-templates/whatsapp-connector.json +6 -6
@@ -5,7 +5,7 @@
5
5
  "id": "io.camunda.connectors.inbound.RabbitMQ.MessageStart.v1",
6
6
  "description": "Receive a message from RabbitMQ",
7
7
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
8
- "version": 7,
8
+ "version": 6,
9
9
  "category": {
10
10
  "id": "connectors",
11
11
  "name": "Connectors"
@@ -34,13 +34,7 @@
34
34
  },
35
35
  {
36
36
  "id": "correlation",
37
- "label": "Correlation",
38
- "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
39
- },
40
- {
41
- "id": "deduplication",
42
- "label": "Deduplication",
43
- "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
37
+ "label": "Correlation"
44
38
  },
45
39
  {
46
40
  "id": "output",
@@ -274,18 +268,6 @@
274
268
  },
275
269
  "type": "String"
276
270
  },
277
- {
278
- "id": "consumeUnmatchedEvents",
279
- "label": "Consume unmatched events",
280
- "value": true,
281
- "group": "activation",
282
- "binding": {
283
- "name": "consumeUnmatchedEvents",
284
- "type": "zeebe:property"
285
- },
286
- "tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
287
- "type": "Boolean"
288
- },
289
271
  {
290
272
  "id": "correlationRequired",
291
273
  "label": "Subprocess correlation required",
@@ -348,26 +330,6 @@
348
330
  },
349
331
  "type": "String"
350
332
  },
351
- {
352
- "id": "messageTtl",
353
- "label": "Message TTL",
354
- "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
355
- "optional": true,
356
- "constraints": {
357
- "notEmpty": false,
358
- "pattern": {
359
- "value": "^(PT.*|)$",
360
- "message": "must be an ISO-8601 duration"
361
- }
362
- },
363
- "feel": "optional",
364
- "group": "correlation",
365
- "binding": {
366
- "name": "messageTtl",
367
- "type": "zeebe:property"
368
- },
369
- "type": "String"
370
- },
371
333
  {
372
334
  "id": "messageIdExpression",
373
335
  "label": "Message ID expression",
@@ -393,70 +355,6 @@
393
355
  },
394
356
  "type": "Hidden"
395
357
  },
396
- {
397
- "id": "deduplicationModeManualFlag",
398
- "label": "Manual mode",
399
- "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
400
- "value": false,
401
- "group": "deduplication",
402
- "binding": {
403
- "name": "deduplicationModeManualFlag",
404
- "type": "zeebe:property"
405
- },
406
- "type": "Boolean"
407
- },
408
- {
409
- "id": "deduplicationId",
410
- "label": "Deduplication ID",
411
- "constraints": {
412
- "notEmpty": true,
413
- "pattern": {
414
- "value": "^[a-zA-Z0-9_-]+$",
415
- "message": "can only contain alphanumeric characters, dashes, and underscores"
416
- }
417
- },
418
- "group": "deduplication",
419
- "binding": {
420
- "name": "deduplicationId",
421
- "type": "zeebe:property"
422
- },
423
- "condition": {
424
- "property": "deduplicationModeManualFlag",
425
- "equals": true,
426
- "type": "simple"
427
- },
428
- "type": "String"
429
- },
430
- {
431
- "id": "deduplicationModeManual",
432
- "value": "MANUAL",
433
- "group": "deduplication",
434
- "binding": {
435
- "name": "deduplicationMode",
436
- "type": "zeebe:property"
437
- },
438
- "condition": {
439
- "property": "deduplicationId",
440
- "isActive": true,
441
- "type": "simple"
442
- },
443
- "type": "Hidden"
444
- },
445
- {
446
- "id": "deduplicationModeAuto",
447
- "value": "AUTO",
448
- "group": "deduplication",
449
- "binding": {
450
- "name": "deduplicationMode",
451
- "type": "zeebe:property"
452
- },
453
- "condition": {
454
- "property": "deduplicationId",
455
- "isActive": false,
456
- "type": "simple"
457
- },
458
- "type": "Hidden"
459
- },
460
358
  {
461
359
  "id": "resultVariable",
462
360
  "label": "Result variable",
@@ -485,16 +383,16 @@
485
383
  "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
486
384
  },
487
385
  "engines": {
488
- "camunda": "^8.6"
386
+ "camunda": "^8.5"
489
387
  }
490
388
  },
491
389
  {
492
390
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
493
391
  "name": "RabbitMQ Message Start Event Connector",
494
392
  "id": "io.camunda.connectors.inbound.RabbitMQ.MessageStart.v1",
495
- "version": 1,
496
393
  "description": "Receive a message from RabbitMQ",
497
394
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
395
+ "version": 7,
498
396
  "category": {
499
397
  "id": "connectors",
500
398
  "name": "Connectors"
@@ -523,42 +421,38 @@
523
421
  },
524
422
  {
525
423
  "id": "correlation",
526
- "label": "Subprocess correlation"
424
+ "label": "Correlation",
425
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
527
426
  },
528
427
  {
529
- "id": "variable-mapping",
530
- "label": "Variable mapping"
428
+ "id": "deduplication",
429
+ "label": "Deduplication",
430
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
431
+ },
432
+ {
433
+ "id": "output",
434
+ "label": "Output mapping"
531
435
  }
532
436
  ],
533
437
  "properties": [
534
438
  {
535
- "type": "Hidden",
536
439
  "value": "io.camunda:connector-rabbitmq-inbound:1",
537
440
  "binding": {
538
- "type": "zeebe:property",
539
- "name": "inbound.type"
540
- }
541
- },
542
- {
543
- "type": "Hidden",
544
- "generatedValue": {
545
- "type": "uuid"
441
+ "name": "inbound.type",
442
+ "type": "zeebe:property"
546
443
  },
547
- "binding": {
548
- "type": "bpmn:Message#property",
549
- "name": "name"
550
- }
444
+ "type": "Hidden"
551
445
  },
552
446
  {
553
- "id": "connectionType",
447
+ "id": "authentication.authType",
554
448
  "label": "Connection type",
555
- "group": "authentication",
556
- "type": "Dropdown",
557
449
  "value": "uri",
450
+ "group": "authentication",
558
451
  "binding": {
559
- "type": "zeebe:property",
560
- "name": "authentication.authType"
452
+ "name": "authentication.authType",
453
+ "type": "zeebe:property"
561
454
  },
455
+ "type": "Dropdown",
562
456
  "choices": [
563
457
  {
564
458
  "name": "URI",
@@ -571,154 +465,178 @@
571
465
  ]
572
466
  },
573
467
  {
468
+ "id": "authentication.uri",
574
469
  "label": "URI",
575
470
  "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
- },
471
+ "optional": false,
582
472
  "constraints": {
583
473
  "notEmpty": true,
584
474
  "pattern": {
585
- "value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*$",
475
+ "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
586
476
  "message": "Must start with amqp(s):// or contain a secret reference"
587
477
  }
588
478
  },
479
+ "group": "authentication",
480
+ "binding": {
481
+ "name": "authentication.uri",
482
+ "type": "zeebe:property"
483
+ },
589
484
  "condition": {
590
- "property": "connectionType",
591
- "equals": "uri"
592
- }
485
+ "property": "authentication.authType",
486
+ "equals": "uri",
487
+ "type": "simple"
488
+ },
489
+ "type": "String"
593
490
  },
594
491
  {
492
+ "id": "authentication.userName",
595
493
  "label": "Username",
596
- "group": "authentication",
597
- "type": "String",
598
- "binding": {
599
- "type": "zeebe:property",
600
- "name": "authentication.userName"
601
- },
494
+ "optional": false,
602
495
  "constraints": {
603
496
  "notEmpty": true
604
497
  },
498
+ "group": "authentication",
499
+ "binding": {
500
+ "name": "authentication.userName",
501
+ "type": "zeebe:property"
502
+ },
605
503
  "condition": {
606
- "property": "connectionType",
607
- "equals": "credentials"
608
- }
504
+ "property": "authentication.authType",
505
+ "equals": "credentials",
506
+ "type": "simple"
507
+ },
508
+ "type": "String"
609
509
  },
610
510
  {
511
+ "id": "authentication.password",
611
512
  "label": "Password",
513
+ "optional": false,
514
+ "constraints": {
515
+ "notEmpty": true
516
+ },
612
517
  "group": "authentication",
613
- "type": "String",
614
518
  "binding": {
615
- "type": "zeebe:property",
616
- "name": "authentication.password"
519
+ "name": "authentication.password",
520
+ "type": "zeebe:property"
521
+ },
522
+ "condition": {
523
+ "property": "authentication.authType",
524
+ "equals": "credentials",
525
+ "type": "simple"
617
526
  },
527
+ "type": "String"
528
+ },
529
+ {
530
+ "id": "routing.virtualHost",
531
+ "label": "Virtual host",
532
+ "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>",
533
+ "optional": false,
618
534
  "constraints": {
619
535
  "notEmpty": true
620
536
  },
537
+ "group": "routing",
538
+ "binding": {
539
+ "name": "routing.virtualHost",
540
+ "type": "zeebe:property"
541
+ },
621
542
  "condition": {
622
- "property": "connectionType",
623
- "equals": "credentials"
624
- }
543
+ "property": "authentication.authType",
544
+ "equals": "credentials",
545
+ "type": "simple"
546
+ },
547
+ "type": "String"
625
548
  },
626
549
  {
550
+ "id": "routing.hostName",
627
551
  "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
- },
552
+ "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>",
553
+ "optional": false,
635
554
  "constraints": {
636
555
  "notEmpty": true
637
556
  },
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
557
  "group": "routing",
647
- "type": "String",
648
558
  "binding": {
649
- "type": "zeebe:property",
650
- "name": "routing.virtualHost"
651
- },
652
- "constraints": {
653
- "notEmpty": true
559
+ "name": "routing.hostName",
560
+ "type": "zeebe:property"
654
561
  },
655
562
  "condition": {
656
- "property": "connectionType",
657
- "equals": "credentials"
658
- }
563
+ "property": "authentication.authType",
564
+ "equals": "credentials",
565
+ "type": "simple"
566
+ },
567
+ "type": "String"
659
568
  },
660
569
  {
570
+ "id": "routing.port",
661
571
  "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
- },
572
+ "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>",
573
+ "optional": false,
669
574
  "constraints": {
670
575
  "notEmpty": true
671
576
  },
577
+ "group": "routing",
578
+ "binding": {
579
+ "name": "routing.port",
580
+ "type": "zeebe:property"
581
+ },
672
582
  "condition": {
673
- "property": "connectionType",
674
- "equals": "credentials"
675
- }
583
+ "property": "authentication.authType",
584
+ "equals": "credentials",
585
+ "type": "simple"
586
+ },
587
+ "type": "String"
676
588
  },
677
589
  {
590
+ "id": "queueName",
678
591
  "label": "Queue name",
679
592
  "description": "Name of the queue to subscribe to",
593
+ "optional": false,
594
+ "constraints": {
595
+ "notEmpty": true
596
+ },
680
597
  "group": "subscription",
681
- "type": "String",
682
- "feel": "optional",
683
598
  "binding": {
684
- "type": "zeebe:property",
685
- "name": "queueName"
599
+ "name": "queueName",
600
+ "type": "zeebe:property"
686
601
  },
687
- "constraints": {
688
- "notEmpty": true
689
- }
602
+ "type": "String"
690
603
  },
691
604
  {
605
+ "id": "consumerTag",
692
606
  "label": "Consumer tag",
693
607
  "description": "Consumer tag to use for the subscription",
608
+ "optional": false,
694
609
  "group": "subscription",
695
- "type": "String",
696
- "feel": "optional",
697
610
  "binding": {
698
- "type": "zeebe:property",
699
- "name": "consumerTag"
700
- }
611
+ "name": "consumerTag",
612
+ "type": "zeebe:property"
613
+ },
614
+ "type": "String"
701
615
  },
702
616
  {
617
+ "id": "arguments",
703
618
  "label": "Arguments",
704
619
  "description": "Arguments to use for the subscription",
705
- "group": "subscription",
706
- "type": "String",
620
+ "optional": true,
707
621
  "feel": "required",
622
+ "group": "subscription",
708
623
  "binding": {
709
- "type": "zeebe:property",
710
- "name": "arguments"
711
- }
624
+ "name": "arguments",
625
+ "type": "zeebe:property"
626
+ },
627
+ "type": "String"
712
628
  },
713
629
  {
630
+ "id": "exclusive",
714
631
  "label": "Exclusive consumer",
715
- "group": "subscription",
716
- "type": "Dropdown",
632
+ "optional": false,
717
633
  "value": "false",
634
+ "group": "subscription",
718
635
  "binding": {
719
- "type": "zeebe:property",
720
- "name": "exclusive"
636
+ "name": "exclusive",
637
+ "type": "zeebe:property"
721
638
  },
639
+ "type": "Dropdown",
722
640
  "choices": [
723
641
  {
724
642
  "name": "Yes",
@@ -731,36 +649,41 @@
731
649
  ]
732
650
  },
733
651
  {
734
- "label": "Message ID expression",
735
- "feel": "required",
736
- "type": "String",
652
+ "id": "activationCondition",
653
+ "label": "Activation condition",
654
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
737
655
  "optional": true,
656
+ "feel": "required",
738
657
  "group": "activation",
739
658
  "binding": {
740
- "type": "zeebe:property",
741
- "name": "messageIdExpression"
659
+ "name": "activationCondition",
660
+ "type": "zeebe:property"
742
661
  },
743
- "description": "Expression to extract unique identifier of a message"
662
+ "type": "String"
744
663
  },
745
664
  {
746
- "label": "Activation condition",
747
- "type": "String",
665
+ "id": "consumeUnmatchedEvents",
666
+ "label": "Consume unmatched events",
667
+ "value": true,
748
668
  "group": "activation",
749
- "feel": "required",
750
- "optional": true,
751
669
  "binding": {
752
- "type": "zeebe:property",
753
- "name": "activationCondition"
670
+ "name": "consumeUnmatchedEvents",
671
+ "type": "zeebe:property"
754
672
  },
755
- "description": "Condition under which the connector triggers. Leave empty to catch all events"
673
+ "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",
674
+ "type": "Boolean"
756
675
  },
757
676
  {
758
- "label": "Correlation required",
759
- "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
760
677
  "id": "correlationRequired",
678
+ "label": "Subprocess correlation required",
679
+ "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
680
+ "value": "notRequired",
761
681
  "group": "correlation",
682
+ "binding": {
683
+ "name": "correlationRequired",
684
+ "type": "zeebe:property"
685
+ },
762
686
  "type": "Dropdown",
763
- "value": "notRequired",
764
687
  "choices": [
765
688
  {
766
689
  "name": "Correlation not required",
@@ -770,86 +693,195 @@
770
693
  "name": "Correlation required",
771
694
  "value": "required"
772
695
  }
773
- ],
774
- "binding": {
775
- "type": "zeebe:property",
776
- "name": "correlationRequired"
777
- }
696
+ ]
778
697
  },
779
698
  {
699
+ "id": "correlationKeyProcess",
780
700
  "label": "Correlation key (process)",
781
- "type": "String",
782
- "group": "correlation",
783
- "feel": "required",
784
701
  "description": "Sets up the correlation key from process variables",
702
+ "constraints": {
703
+ "notEmpty": true
704
+ },
705
+ "feel": "required",
706
+ "group": "correlation",
785
707
  "binding": {
786
- "type": "bpmn:Message#zeebe:subscription#property",
787
- "name": "correlationKey"
708
+ "name": "correlationKey",
709
+ "type": "bpmn:Message#zeebe:subscription#property"
710
+ },
711
+ "condition": {
712
+ "property": "correlationRequired",
713
+ "equals": "required",
714
+ "type": "simple"
788
715
  },
716
+ "type": "String"
717
+ },
718
+ {
719
+ "id": "correlationKeyPayload",
720
+ "label": "Correlation key (payload)",
721
+ "description": "Extracts the correlation key from the incoming message payload",
789
722
  "constraints": {
790
723
  "notEmpty": true
791
724
  },
725
+ "feel": "required",
726
+ "group": "correlation",
727
+ "binding": {
728
+ "name": "correlationKeyExpression",
729
+ "type": "zeebe:property"
730
+ },
792
731
  "condition": {
793
732
  "property": "correlationRequired",
794
- "equals": "required"
795
- }
733
+ "equals": "required",
734
+ "type": "simple"
735
+ },
736
+ "type": "String"
796
737
  },
797
738
  {
798
- "label": "Correlation key (payload)",
799
- "type": "String",
739
+ "id": "messageTtl",
740
+ "label": "Message TTL",
741
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
742
+ "optional": true,
743
+ "constraints": {
744
+ "notEmpty": false,
745
+ "pattern": {
746
+ "value": "^(PT.*|)$",
747
+ "message": "must be an ISO-8601 duration"
748
+ }
749
+ },
750
+ "feel": "optional",
800
751
  "group": "correlation",
752
+ "binding": {
753
+ "name": "messageTtl",
754
+ "type": "zeebe:property"
755
+ },
756
+ "type": "String"
757
+ },
758
+ {
759
+ "id": "messageIdExpression",
760
+ "label": "Message ID expression",
761
+ "description": "Expression to extract unique identifier of a message",
762
+ "optional": true,
801
763
  "feel": "required",
764
+ "group": "correlation",
802
765
  "binding": {
803
- "type": "zeebe:property",
804
- "name": "correlationKeyExpression"
766
+ "name": "messageIdExpression",
767
+ "type": "zeebe:property"
805
768
  },
806
- "description": "Extracts the correlation key from the incoming message payload",
769
+ "type": "String"
770
+ },
771
+ {
772
+ "id": "messageNameUuid",
773
+ "generatedValue": {
774
+ "type": "uuid"
775
+ },
776
+ "group": "correlation",
777
+ "binding": {
778
+ "name": "name",
779
+ "type": "bpmn:Message#property"
780
+ },
781
+ "type": "Hidden"
782
+ },
783
+ {
784
+ "id": "deduplicationModeManualFlag",
785
+ "label": "Manual mode",
786
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
787
+ "value": false,
788
+ "group": "deduplication",
789
+ "binding": {
790
+ "name": "deduplicationModeManualFlag",
791
+ "type": "zeebe:property"
792
+ },
793
+ "type": "Boolean"
794
+ },
795
+ {
796
+ "id": "deduplicationId",
797
+ "label": "Deduplication ID",
807
798
  "constraints": {
808
- "notEmpty": true
799
+ "notEmpty": true,
800
+ "pattern": {
801
+ "value": "^[a-zA-Z0-9_-]+$",
802
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
803
+ }
804
+ },
805
+ "group": "deduplication",
806
+ "binding": {
807
+ "name": "deduplicationId",
808
+ "type": "zeebe:property"
809
809
  },
810
810
  "condition": {
811
- "property": "correlationRequired",
812
- "equals": "required"
813
- }
811
+ "property": "deduplicationModeManualFlag",
812
+ "equals": true,
813
+ "type": "simple"
814
+ },
815
+ "type": "String"
816
+ },
817
+ {
818
+ "id": "deduplicationModeManual",
819
+ "value": "MANUAL",
820
+ "group": "deduplication",
821
+ "binding": {
822
+ "name": "deduplicationMode",
823
+ "type": "zeebe:property"
824
+ },
825
+ "condition": {
826
+ "property": "deduplicationId",
827
+ "isActive": true,
828
+ "type": "simple"
829
+ },
830
+ "type": "Hidden"
814
831
  },
815
832
  {
833
+ "id": "deduplicationModeAuto",
834
+ "value": "AUTO",
835
+ "group": "deduplication",
836
+ "binding": {
837
+ "name": "deduplicationMode",
838
+ "type": "zeebe:property"
839
+ },
840
+ "condition": {
841
+ "property": "deduplicationId",
842
+ "isActive": false,
843
+ "type": "simple"
844
+ },
845
+ "type": "Hidden"
846
+ },
847
+ {
848
+ "id": "resultVariable",
816
849
  "label": "Result variable",
817
- "type": "String",
818
- "group": "variable-mapping",
819
- "optional": true,
850
+ "description": "Name of variable to store the response in",
851
+ "group": "output",
820
852
  "binding": {
821
- "type": "zeebe:property",
822
- "name": "resultVariable"
853
+ "name": "resultVariable",
854
+ "type": "zeebe:property"
823
855
  },
824
- "description": "Name of variable to store the result of the connector in"
856
+ "type": "String"
825
857
  },
826
858
  {
859
+ "id": "resultExpression",
827
860
  "label": "Result expression",
828
- "type": "String",
829
- "group": "variable-mapping",
861
+ "description": "Expression to map the response into process variables",
830
862
  "feel": "required",
831
- "optional": true,
863
+ "group": "output",
832
864
  "binding": {
833
- "type": "zeebe:property",
834
- "name": "resultExpression"
865
+ "name": "resultExpression",
866
+ "type": "zeebe:property"
835
867
  },
836
- "description": "Expression to map the inbound payload to process variables"
868
+ "type": "Text"
837
869
  }
838
870
  ],
839
871
  "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"
872
+ "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
841
873
  },
842
874
  "engines": {
843
- "camunda": "^8.2"
875
+ "camunda": "^8.6"
844
876
  }
845
877
  },
846
878
  {
847
879
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
848
880
  "name": "RabbitMQ Message Start Event Connector",
849
881
  "id": "io.camunda.connectors.inbound.RabbitMQ.MessageStart.v1",
882
+ "version": 1,
850
883
  "description": "Receive a message from RabbitMQ",
851
884
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
852
- "version": 6,
853
885
  "category": {
854
886
  "id": "connectors",
855
887
  "name": "Connectors"
@@ -878,32 +910,42 @@
878
910
  },
879
911
  {
880
912
  "id": "correlation",
881
- "label": "Correlation"
913
+ "label": "Subprocess correlation"
882
914
  },
883
915
  {
884
- "id": "output",
885
- "label": "Output mapping"
916
+ "id": "variable-mapping",
917
+ "label": "Variable mapping"
886
918
  }
887
919
  ],
888
920
  "properties": [
889
921
  {
922
+ "type": "Hidden",
890
923
  "value": "io.camunda:connector-rabbitmq-inbound:1",
891
924
  "binding": {
892
- "name": "inbound.type",
893
- "type": "zeebe:property"
925
+ "type": "zeebe:property",
926
+ "name": "inbound.type"
927
+ }
928
+ },
929
+ {
930
+ "type": "Hidden",
931
+ "generatedValue": {
932
+ "type": "uuid"
894
933
  },
895
- "type": "Hidden"
934
+ "binding": {
935
+ "type": "bpmn:Message#property",
936
+ "name": "name"
937
+ }
896
938
  },
897
939
  {
898
- "id": "authentication.authType",
940
+ "id": "connectionType",
899
941
  "label": "Connection type",
900
- "value": "uri",
901
942
  "group": "authentication",
943
+ "type": "Dropdown",
944
+ "value": "uri",
902
945
  "binding": {
903
- "name": "authentication.authType",
904
- "type": "zeebe:property"
946
+ "type": "zeebe:property",
947
+ "name": "authentication.authType"
905
948
  },
906
- "type": "Dropdown",
907
949
  "choices": [
908
950
  {
909
951
  "name": "URI",
@@ -916,178 +958,154 @@
916
958
  ]
917
959
  },
918
960
  {
919
- "id": "authentication.uri",
920
961
  "label": "URI",
921
962
  "description": "URI should contain username, password, host name, port number, and virtual host",
922
- "optional": false,
963
+ "group": "authentication",
964
+ "type": "String",
965
+ "binding": {
966
+ "type": "zeebe:property",
967
+ "name": "authentication.uri"
968
+ },
923
969
  "constraints": {
924
970
  "notEmpty": true,
925
971
  "pattern": {
926
- "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
972
+ "value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*$",
927
973
  "message": "Must start with amqp(s):// or contain a secret reference"
928
974
  }
929
975
  },
930
- "group": "authentication",
931
- "binding": {
932
- "name": "authentication.uri",
933
- "type": "zeebe:property"
934
- },
935
976
  "condition": {
936
- "property": "authentication.authType",
937
- "equals": "uri",
938
- "type": "simple"
939
- },
940
- "type": "String"
977
+ "property": "connectionType",
978
+ "equals": "uri"
979
+ }
941
980
  },
942
981
  {
943
- "id": "authentication.userName",
944
982
  "label": "Username",
945
- "optional": false,
946
- "constraints": {
947
- "notEmpty": true
948
- },
949
983
  "group": "authentication",
984
+ "type": "String",
950
985
  "binding": {
951
- "name": "authentication.userName",
952
- "type": "zeebe:property"
953
- },
954
- "condition": {
955
- "property": "authentication.authType",
956
- "equals": "credentials",
957
- "type": "simple"
986
+ "type": "zeebe:property",
987
+ "name": "authentication.userName"
958
988
  },
959
- "type": "String"
960
- },
961
- {
962
- "id": "authentication.password",
963
- "label": "Password",
964
- "optional": false,
965
989
  "constraints": {
966
990
  "notEmpty": true
967
991
  },
968
- "group": "authentication",
969
- "binding": {
970
- "name": "authentication.password",
971
- "type": "zeebe:property"
972
- },
973
992
  "condition": {
974
- "property": "authentication.authType",
975
- "equals": "credentials",
976
- "type": "simple"
977
- },
978
- "type": "String"
993
+ "property": "connectionType",
994
+ "equals": "credentials"
995
+ }
979
996
  },
980
997
  {
981
- "id": "routing.virtualHost",
982
- "label": "Virtual host",
983
- "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>",
984
- "optional": false,
998
+ "label": "Password",
999
+ "group": "authentication",
1000
+ "type": "String",
1001
+ "binding": {
1002
+ "type": "zeebe:property",
1003
+ "name": "authentication.password"
1004
+ },
985
1005
  "constraints": {
986
1006
  "notEmpty": true
987
1007
  },
988
- "group": "routing",
989
- "binding": {
990
- "name": "routing.virtualHost",
991
- "type": "zeebe:property"
992
- },
993
1008
  "condition": {
994
- "property": "authentication.authType",
995
- "equals": "credentials",
996
- "type": "simple"
997
- },
998
- "type": "String"
1009
+ "property": "connectionType",
1010
+ "equals": "credentials"
1011
+ }
999
1012
  },
1000
1013
  {
1001
- "id": "routing.hostName",
1002
1014
  "label": "Host name",
1003
- "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>",
1004
- "optional": false,
1015
+ "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>",
1016
+ "group": "routing",
1017
+ "type": "String",
1018
+ "binding": {
1019
+ "type": "zeebe:property",
1020
+ "name": "routing.hostName"
1021
+ },
1005
1022
  "constraints": {
1006
1023
  "notEmpty": true
1007
1024
  },
1025
+ "condition": {
1026
+ "property": "connectionType",
1027
+ "equals": "credentials"
1028
+ }
1029
+ },
1030
+ {
1031
+ "label": "Virtual host",
1032
+ "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>",
1008
1033
  "group": "routing",
1034
+ "type": "String",
1009
1035
  "binding": {
1010
- "name": "routing.hostName",
1011
- "type": "zeebe:property"
1036
+ "type": "zeebe:property",
1037
+ "name": "routing.virtualHost"
1012
1038
  },
1013
- "condition": {
1014
- "property": "authentication.authType",
1015
- "equals": "credentials",
1016
- "type": "simple"
1039
+ "constraints": {
1040
+ "notEmpty": true
1017
1041
  },
1018
- "type": "String"
1042
+ "condition": {
1043
+ "property": "connectionType",
1044
+ "equals": "credentials"
1045
+ }
1019
1046
  },
1020
1047
  {
1021
- "id": "routing.port",
1022
1048
  "label": "Port",
1023
- "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>",
1024
- "optional": false,
1025
- "constraints": {
1026
- "notEmpty": true
1027
- },
1049
+ "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>",
1028
1050
  "group": "routing",
1051
+ "type": "String",
1029
1052
  "binding": {
1030
- "name": "routing.port",
1031
- "type": "zeebe:property"
1053
+ "type": "zeebe:property",
1054
+ "name": "routing.port"
1032
1055
  },
1033
- "condition": {
1034
- "property": "authentication.authType",
1035
- "equals": "credentials",
1036
- "type": "simple"
1056
+ "constraints": {
1057
+ "notEmpty": true
1037
1058
  },
1038
- "type": "String"
1059
+ "condition": {
1060
+ "property": "connectionType",
1061
+ "equals": "credentials"
1062
+ }
1039
1063
  },
1040
1064
  {
1041
- "id": "queueName",
1042
1065
  "label": "Queue name",
1043
1066
  "description": "Name of the queue to subscribe to",
1044
- "optional": false,
1045
- "constraints": {
1046
- "notEmpty": true
1047
- },
1048
1067
  "group": "subscription",
1068
+ "type": "String",
1069
+ "feel": "optional",
1049
1070
  "binding": {
1050
- "name": "queueName",
1051
- "type": "zeebe:property"
1071
+ "type": "zeebe:property",
1072
+ "name": "queueName"
1052
1073
  },
1053
- "type": "String"
1074
+ "constraints": {
1075
+ "notEmpty": true
1076
+ }
1054
1077
  },
1055
1078
  {
1056
- "id": "consumerTag",
1057
1079
  "label": "Consumer tag",
1058
1080
  "description": "Consumer tag to use for the subscription",
1059
- "optional": false,
1060
1081
  "group": "subscription",
1082
+ "type": "String",
1083
+ "feel": "optional",
1061
1084
  "binding": {
1062
- "name": "consumerTag",
1063
- "type": "zeebe:property"
1064
- },
1065
- "type": "String"
1085
+ "type": "zeebe:property",
1086
+ "name": "consumerTag"
1087
+ }
1066
1088
  },
1067
1089
  {
1068
- "id": "arguments",
1069
1090
  "label": "Arguments",
1070
1091
  "description": "Arguments to use for the subscription",
1071
- "optional": true,
1072
- "feel": "required",
1073
1092
  "group": "subscription",
1093
+ "type": "String",
1094
+ "feel": "required",
1074
1095
  "binding": {
1075
- "name": "arguments",
1076
- "type": "zeebe:property"
1077
- },
1078
- "type": "String"
1096
+ "type": "zeebe:property",
1097
+ "name": "arguments"
1098
+ }
1079
1099
  },
1080
1100
  {
1081
- "id": "exclusive",
1082
1101
  "label": "Exclusive consumer",
1083
- "optional": false,
1084
- "value": "false",
1085
1102
  "group": "subscription",
1103
+ "type": "Dropdown",
1104
+ "value": "false",
1086
1105
  "binding": {
1087
- "name": "exclusive",
1088
- "type": "zeebe:property"
1106
+ "type": "zeebe:property",
1107
+ "name": "exclusive"
1089
1108
  },
1090
- "type": "Dropdown",
1091
1109
  "choices": [
1092
1110
  {
1093
1111
  "name": "Yes",
@@ -1100,29 +1118,36 @@
1100
1118
  ]
1101
1119
  },
1102
1120
  {
1103
- "id": "activationCondition",
1104
- "label": "Activation condition",
1105
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
1106
- "optional": true,
1121
+ "label": "Message ID expression",
1107
1122
  "feel": "required",
1123
+ "type": "String",
1124
+ "optional": true,
1108
1125
  "group": "activation",
1109
1126
  "binding": {
1110
- "name": "activationCondition",
1111
- "type": "zeebe:property"
1127
+ "type": "zeebe:property",
1128
+ "name": "messageIdExpression"
1112
1129
  },
1113
- "type": "String"
1130
+ "description": "Expression to extract unique identifier of a message"
1114
1131
  },
1115
1132
  {
1116
- "id": "correlationRequired",
1117
- "label": "Subprocess correlation required",
1118
- "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
1119
- "value": "notRequired",
1120
- "group": "correlation",
1133
+ "label": "Activation condition",
1134
+ "type": "String",
1135
+ "group": "activation",
1136
+ "feel": "required",
1137
+ "optional": true,
1121
1138
  "binding": {
1122
- "name": "correlationRequired",
1123
- "type": "zeebe:property"
1139
+ "type": "zeebe:property",
1140
+ "name": "activationCondition"
1124
1141
  },
1142
+ "description": "Condition under which the connector triggers. Leave empty to catch all events"
1143
+ },
1144
+ {
1145
+ "label": "Correlation required",
1146
+ "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
1147
+ "id": "correlationRequired",
1148
+ "group": "correlation",
1125
1149
  "type": "Dropdown",
1150
+ "value": "notRequired",
1126
1151
  "choices": [
1127
1152
  {
1128
1153
  "name": "Correlation not required",
@@ -1132,102 +1157,77 @@
1132
1157
  "name": "Correlation required",
1133
1158
  "value": "required"
1134
1159
  }
1135
- ]
1160
+ ],
1161
+ "binding": {
1162
+ "type": "zeebe:property",
1163
+ "name": "correlationRequired"
1164
+ }
1136
1165
  },
1137
1166
  {
1138
- "id": "correlationKeyProcess",
1139
1167
  "label": "Correlation key (process)",
1168
+ "type": "String",
1169
+ "group": "correlation",
1170
+ "feel": "required",
1140
1171
  "description": "Sets up the correlation key from process variables",
1172
+ "binding": {
1173
+ "type": "bpmn:Message#zeebe:subscription#property",
1174
+ "name": "correlationKey"
1175
+ },
1141
1176
  "constraints": {
1142
1177
  "notEmpty": true
1143
1178
  },
1144
- "feel": "required",
1145
- "group": "correlation",
1146
- "binding": {
1147
- "name": "correlationKey",
1148
- "type": "bpmn:Message#zeebe:subscription#property"
1149
- },
1150
1179
  "condition": {
1151
1180
  "property": "correlationRequired",
1152
- "equals": "required",
1153
- "type": "simple"
1154
- },
1155
- "type": "String"
1181
+ "equals": "required"
1182
+ }
1156
1183
  },
1157
1184
  {
1158
- "id": "correlationKeyPayload",
1159
1185
  "label": "Correlation key (payload)",
1186
+ "type": "String",
1187
+ "group": "correlation",
1188
+ "feel": "required",
1189
+ "binding": {
1190
+ "type": "zeebe:property",
1191
+ "name": "correlationKeyExpression"
1192
+ },
1160
1193
  "description": "Extracts the correlation key from the incoming message payload",
1161
1194
  "constraints": {
1162
1195
  "notEmpty": true
1163
1196
  },
1164
- "feel": "required",
1165
- "group": "correlation",
1166
- "binding": {
1167
- "name": "correlationKeyExpression",
1168
- "type": "zeebe:property"
1169
- },
1170
1197
  "condition": {
1171
1198
  "property": "correlationRequired",
1172
- "equals": "required",
1173
- "type": "simple"
1174
- },
1175
- "type": "String"
1176
- },
1177
- {
1178
- "id": "messageIdExpression",
1179
- "label": "Message ID expression",
1180
- "description": "Expression to extract unique identifier of a message",
1181
- "optional": true,
1182
- "feel": "required",
1183
- "group": "correlation",
1184
- "binding": {
1185
- "name": "messageIdExpression",
1186
- "type": "zeebe:property"
1187
- },
1188
- "type": "String"
1189
- },
1190
- {
1191
- "id": "messageNameUuid",
1192
- "generatedValue": {
1193
- "type": "uuid"
1194
- },
1195
- "group": "correlation",
1196
- "binding": {
1197
- "name": "name",
1198
- "type": "bpmn:Message#property"
1199
- },
1200
- "type": "Hidden"
1199
+ "equals": "required"
1200
+ }
1201
1201
  },
1202
1202
  {
1203
- "id": "resultVariable",
1204
1203
  "label": "Result variable",
1205
- "description": "Name of variable to store the response in",
1206
- "group": "output",
1204
+ "type": "String",
1205
+ "group": "variable-mapping",
1206
+ "optional": true,
1207
1207
  "binding": {
1208
- "name": "resultVariable",
1209
- "type": "zeebe:property"
1208
+ "type": "zeebe:property",
1209
+ "name": "resultVariable"
1210
1210
  },
1211
- "type": "String"
1211
+ "description": "Name of variable to store the result of the connector in"
1212
1212
  },
1213
1213
  {
1214
- "id": "resultExpression",
1215
1214
  "label": "Result expression",
1216
- "description": "Expression to map the response into process variables",
1215
+ "type": "String",
1216
+ "group": "variable-mapping",
1217
1217
  "feel": "required",
1218
- "group": "output",
1218
+ "optional": true,
1219
1219
  "binding": {
1220
- "name": "resultExpression",
1221
- "type": "zeebe:property"
1220
+ "type": "zeebe:property",
1221
+ "name": "resultExpression"
1222
1222
  },
1223
- "type": "Text"
1223
+ "description": "Expression to map the inbound payload to process variables"
1224
1224
  }
1225
1225
  ],
1226
1226
  "icon": {
1227
- "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
1227
+ "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"
1228
1228
  },
1229
1229
  "engines": {
1230
- "camunda": "^8.5"
1230
+ "camunda": "^8.2"
1231
1231
  }
1232
1232
  },
1233
1233
  {