@camunda/connectors-element-templates 1.0.6 → 1.0.8

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