@camunda/connectors-element-templates 1.0.17 → 1.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/connectors.js +12 -2
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -5
- package/src/element-templates/asana-connector.json +718 -7
- package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
- package/src/element-templates/aws-bedrock-outbound-connector.json +775 -38
- package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
- package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
- package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
- package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
- package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
- package/src/element-templates/aws-lambda-outbound-connector.json +472 -468
- package/src/element-templates/aws-s3-outbound-connector.json +656 -15
- package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
- package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
- package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
- package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
- package/src/element-templates/aws-sns-inbound-receive.json +13 -6
- package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
- package/src/element-templates/aws-sns-outbound-connector.json +390 -386
- package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
- package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
- package/src/element-templates/aws-sqs-receive-connector.json +15 -11
- package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
- package/src/element-templates/aws-sqs-start-message.json +866 -862
- package/src/element-templates/aws-textract-outbound-connector.json +358 -354
- package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
- package/src/element-templates/azure-open-ai-connector.json +1325 -0
- package/src/element-templates/blue-prism-connector.json +595 -50
- package/src/element-templates/box-outbound-connector.json +924 -12
- package/src/element-templates/csv-outbound-connector.json +39 -31
- package/src/element-templates/easy-post-connector.json +1088 -120
- package/src/element-templates/email-inbound-connector-boundary.json +16 -8
- package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
- package/src/element-templates/email-inbound-connector-receive.json +564 -0
- package/src/element-templates/email-message-start-event-connector.json +16 -8
- package/src/element-templates/email-outbound-connector.json +2114 -241
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
- package/src/element-templates/github-connector.json +12587 -9052
- package/src/element-templates/github-webhook-connector-boundary.json +27 -29
- package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
- package/src/element-templates/github-webhook-connector-message-start.json +19 -21
- package/src/element-templates/github-webhook-connector-receive.json +13 -15
- package/src/element-templates/github-webhook-connector-start-event.json +11 -13
- package/src/element-templates/gitlab-connector.json +4756 -3124
- package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
- package/src/element-templates/google-drive-outbound-connector.json +1285 -665
- package/src/element-templates/google-gemini-outbound-connector.json +117 -109
- package/src/element-templates/google-maps-platform-connector.json +1055 -26
- package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
- package/src/element-templates/graphql-outbound-connector.json +1136 -1127
- package/src/element-templates/http-json-connector.json +2779 -2129
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
- package/src/element-templates/http-polling-connector.json +746 -735
- package/src/element-templates/hubspot-outbound-connector.json +2376 -30
- package/src/element-templates/hugging-face-connector.json +249 -18
- package/src/element-templates/jdbc-outbound-connector.json +62 -48
- package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
- package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
- package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
- package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +666 -660
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
- package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
- package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
- package/src/element-templates/openai-connector.json +579 -116
- package/src/element-templates/operate-connector.json +1219 -67
- package/src/element-templates/power-automate-connector.json +604 -12
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
- package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
- package/src/element-templates/rpa-connector.json +346 -0
- package/src/element-templates/salesforce-connector.json +553 -9
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
- package/src/element-templates/send-message-connector-message-end-event.json +10 -5
- package/src/element-templates/send-message-connector-send-task.json +10 -5
- package/src/element-templates/sendgrid-outbound-connector.json +1380 -772
- package/src/element-templates/servicenow-connector.json +971 -3
- package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
- package/src/element-templates/servicenow-incident-connector.json +980 -3
- package/src/element-templates/slack-inbound-boundary.json +389 -91
- package/src/element-templates/slack-inbound-intermediate.json +393 -95
- package/src/element-templates/slack-inbound-message-start.json +566 -236
- package/src/element-templates/slack-inbound-receive.json +297 -0
- package/src/element-templates/slack-inbound-start-event.json +127 -122
- package/src/element-templates/slack-outbound-connector.json +2613 -915
- package/src/element-templates/soap-outbound-connector.json +812 -2
- package/src/element-templates/twilio-connector.json +1514 -34
- package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
- package/src/element-templates/twilio-webhook-connector.json +238 -8
- package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
- package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
- package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
- package/src/element-templates/uipath-connector.json +607 -15
- package/src/element-templates/webhook-connector-boundary.json +1218 -1208
- package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
- package/src/element-templates/webhook-connector-receive.json +55 -45
- package/src/element-templates/webhook-connector-start-event.json +1299 -1292
- package/src/element-templates/webhook-connector-start-message.json +711 -701
- package/src/element-templates/whatsapp-connector.json +339 -5
- package/src/element-templates/http-connector.json.json +0 -654
|
@@ -4,6 +4,15 @@
|
|
|
4
4
|
"name": "RabbitMQ Start Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.inbound.RabbitMQ.StartEvent.v1",
|
|
6
6
|
"description": "Receive a message from RabbitMQ",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"receive message",
|
|
9
|
+
"consume message",
|
|
10
|
+
"message queue",
|
|
11
|
+
"AMQP",
|
|
12
|
+
"subscribe",
|
|
13
|
+
"message broker",
|
|
14
|
+
"queue"
|
|
15
|
+
],
|
|
7
16
|
"deprecated": {
|
|
8
17
|
"message": "None Start Events are deprecated in favor of Message Start Events for message based Connectors.",
|
|
9
18
|
"documentationRef": "https://docs.camunda.io/docs/components/modeler/bpmn/none-events/"
|
|
@@ -381,15 +390,11 @@
|
|
|
381
390
|
},
|
|
382
391
|
{
|
|
383
392
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
384
|
-
"name": "RabbitMQ
|
|
393
|
+
"name": "RabbitMQ connector",
|
|
385
394
|
"id": "io.camunda.connectors.inbound.RabbitMQ.StartEvent.v1",
|
|
395
|
+
"version": 2,
|
|
386
396
|
"description": "Receive a message from RabbitMQ",
|
|
387
|
-
"
|
|
388
|
-
"message": "None Start Events are deprecated in favor of Message Start Events for message based Connectors.",
|
|
389
|
-
"documentationRef": "https://docs.camunda.io/docs/components/modeler/bpmn/none-events/"
|
|
390
|
-
},
|
|
391
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
|
|
392
|
-
"version": 7,
|
|
397
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
|
|
393
398
|
"category": {
|
|
394
399
|
"id": "connectors",
|
|
395
400
|
"name": "Connectors"
|
|
@@ -416,34 +421,29 @@
|
|
|
416
421
|
"label": "Activation"
|
|
417
422
|
},
|
|
418
423
|
{
|
|
419
|
-
"id": "
|
|
420
|
-
"label": "
|
|
421
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
422
|
-
},
|
|
423
|
-
{
|
|
424
|
-
"id": "output",
|
|
425
|
-
"label": "Output mapping"
|
|
424
|
+
"id": "variable-mapping",
|
|
425
|
+
"label": "Variable mapping"
|
|
426
426
|
}
|
|
427
427
|
],
|
|
428
428
|
"properties": [
|
|
429
429
|
{
|
|
430
|
+
"type": "Hidden",
|
|
430
431
|
"value": "io.camunda:connector-rabbitmq-inbound:1",
|
|
431
432
|
"binding": {
|
|
432
|
-
"
|
|
433
|
-
"
|
|
434
|
-
}
|
|
435
|
-
"type": "Hidden"
|
|
433
|
+
"type": "zeebe:property",
|
|
434
|
+
"name": "inbound.type"
|
|
435
|
+
}
|
|
436
436
|
},
|
|
437
437
|
{
|
|
438
|
-
"id": "
|
|
438
|
+
"id": "connectionType",
|
|
439
439
|
"label": "Connection type",
|
|
440
|
-
"value": "uri",
|
|
441
440
|
"group": "authentication",
|
|
441
|
+
"type": "Dropdown",
|
|
442
|
+
"value": "uri",
|
|
442
443
|
"binding": {
|
|
443
|
-
"
|
|
444
|
-
"
|
|
444
|
+
"type": "zeebe:property",
|
|
445
|
+
"name": "authentication.authType"
|
|
445
446
|
},
|
|
446
|
-
"type": "Dropdown",
|
|
447
447
|
"choices": [
|
|
448
448
|
{
|
|
449
449
|
"name": "URI",
|
|
@@ -456,178 +456,154 @@
|
|
|
456
456
|
]
|
|
457
457
|
},
|
|
458
458
|
{
|
|
459
|
-
"id": "authentication.uri",
|
|
460
459
|
"label": "URI",
|
|
461
460
|
"description": "URI should contain username, password, host name, port number, and virtual host",
|
|
462
|
-
"
|
|
461
|
+
"group": "authentication",
|
|
462
|
+
"type": "String",
|
|
463
|
+
"binding": {
|
|
464
|
+
"type": "zeebe:property",
|
|
465
|
+
"name": "authentication.uri"
|
|
466
|
+
},
|
|
463
467
|
"constraints": {
|
|
464
468
|
"notEmpty": true,
|
|
465
469
|
"pattern": {
|
|
466
|
-
"value": "^(
|
|
470
|
+
"value": "^(amqps?://)|secrets\\..+|(\\{\\{secrets\\..+\\}\\}).*",
|
|
467
471
|
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
468
472
|
}
|
|
469
473
|
},
|
|
470
|
-
"group": "authentication",
|
|
471
|
-
"binding": {
|
|
472
|
-
"name": "authentication.uri",
|
|
473
|
-
"type": "zeebe:property"
|
|
474
|
-
},
|
|
475
474
|
"condition": {
|
|
476
|
-
"property": "
|
|
477
|
-
"equals": "uri"
|
|
478
|
-
|
|
479
|
-
},
|
|
480
|
-
"type": "String"
|
|
475
|
+
"property": "connectionType",
|
|
476
|
+
"equals": "uri"
|
|
477
|
+
}
|
|
481
478
|
},
|
|
482
479
|
{
|
|
483
|
-
"id": "authentication.userName",
|
|
484
480
|
"label": "Username",
|
|
485
|
-
"optional": false,
|
|
486
|
-
"constraints": {
|
|
487
|
-
"notEmpty": true
|
|
488
|
-
},
|
|
489
481
|
"group": "authentication",
|
|
482
|
+
"type": "String",
|
|
490
483
|
"binding": {
|
|
491
|
-
"
|
|
492
|
-
"
|
|
484
|
+
"type": "zeebe:property",
|
|
485
|
+
"name": "authentication.userName"
|
|
493
486
|
},
|
|
494
|
-
"
|
|
495
|
-
"
|
|
496
|
-
"equals": "credentials",
|
|
497
|
-
"type": "simple"
|
|
487
|
+
"constraints": {
|
|
488
|
+
"notEmpty": true
|
|
498
489
|
},
|
|
499
|
-
"
|
|
490
|
+
"condition": {
|
|
491
|
+
"property": "connectionType",
|
|
492
|
+
"equals": "credentials"
|
|
493
|
+
}
|
|
500
494
|
},
|
|
501
495
|
{
|
|
502
|
-
"id": "authentication.password",
|
|
503
496
|
"label": "Password",
|
|
504
|
-
"optional": false,
|
|
505
|
-
"constraints": {
|
|
506
|
-
"notEmpty": true
|
|
507
|
-
},
|
|
508
497
|
"group": "authentication",
|
|
498
|
+
"type": "String",
|
|
509
499
|
"binding": {
|
|
510
|
-
"
|
|
511
|
-
"
|
|
512
|
-
},
|
|
513
|
-
"condition": {
|
|
514
|
-
"property": "authentication.authType",
|
|
515
|
-
"equals": "credentials",
|
|
516
|
-
"type": "simple"
|
|
500
|
+
"type": "zeebe:property",
|
|
501
|
+
"name": "authentication.password"
|
|
517
502
|
},
|
|
518
|
-
"type": "String"
|
|
519
|
-
},
|
|
520
|
-
{
|
|
521
|
-
"id": "routing.virtualHost",
|
|
522
|
-
"label": "Virtual host",
|
|
523
|
-
"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>",
|
|
524
|
-
"optional": false,
|
|
525
503
|
"constraints": {
|
|
526
504
|
"notEmpty": true
|
|
527
505
|
},
|
|
528
|
-
"group": "routing",
|
|
529
|
-
"binding": {
|
|
530
|
-
"name": "routing.virtualHost",
|
|
531
|
-
"type": "zeebe:property"
|
|
532
|
-
},
|
|
533
506
|
"condition": {
|
|
534
|
-
"property": "
|
|
535
|
-
"equals": "credentials"
|
|
536
|
-
|
|
537
|
-
},
|
|
538
|
-
"type": "String"
|
|
507
|
+
"property": "connectionType",
|
|
508
|
+
"equals": "credentials"
|
|
509
|
+
}
|
|
539
510
|
},
|
|
540
511
|
{
|
|
541
|
-
"id": "routing.hostName",
|
|
542
512
|
"label": "Host name",
|
|
543
|
-
"description": "Host name: get from RabbitMQ external
|
|
544
|
-
"
|
|
513
|
+
"description": "Host name: get from RabbitMQ external applocation configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
|
|
514
|
+
"group": "routing",
|
|
515
|
+
"type": "String",
|
|
516
|
+
"binding": {
|
|
517
|
+
"type": "zeebe:property",
|
|
518
|
+
"name": "routing.hostName"
|
|
519
|
+
},
|
|
545
520
|
"constraints": {
|
|
546
521
|
"notEmpty": true
|
|
547
522
|
},
|
|
523
|
+
"condition": {
|
|
524
|
+
"property": "connectionType",
|
|
525
|
+
"equals": "credentials"
|
|
526
|
+
}
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
"label": "Virtual host",
|
|
530
|
+
"description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
|
|
548
531
|
"group": "routing",
|
|
532
|
+
"type": "String",
|
|
549
533
|
"binding": {
|
|
550
|
-
"
|
|
551
|
-
"
|
|
534
|
+
"type": "zeebe:property",
|
|
535
|
+
"name": "routing.virtualHost"
|
|
552
536
|
},
|
|
553
|
-
"
|
|
554
|
-
"
|
|
555
|
-
"equals": "credentials",
|
|
556
|
-
"type": "simple"
|
|
537
|
+
"constraints": {
|
|
538
|
+
"notEmpty": true
|
|
557
539
|
},
|
|
558
|
-
"
|
|
540
|
+
"condition": {
|
|
541
|
+
"property": "connectionType",
|
|
542
|
+
"equals": "credentials"
|
|
543
|
+
}
|
|
559
544
|
},
|
|
560
545
|
{
|
|
561
|
-
"id": "routing.port",
|
|
562
546
|
"label": "Port",
|
|
563
|
-
"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
|
|
564
|
-
"optional": false,
|
|
565
|
-
"constraints": {
|
|
566
|
-
"notEmpty": true
|
|
567
|
-
},
|
|
547
|
+
"description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
|
|
568
548
|
"group": "routing",
|
|
549
|
+
"type": "String",
|
|
569
550
|
"binding": {
|
|
570
|
-
"
|
|
571
|
-
"
|
|
551
|
+
"type": "zeebe:property",
|
|
552
|
+
"name": "routing.port"
|
|
572
553
|
},
|
|
573
|
-
"
|
|
574
|
-
"
|
|
575
|
-
"equals": "credentials",
|
|
576
|
-
"type": "simple"
|
|
554
|
+
"constraints": {
|
|
555
|
+
"notEmpty": true
|
|
577
556
|
},
|
|
578
|
-
"
|
|
557
|
+
"condition": {
|
|
558
|
+
"property": "connectionType",
|
|
559
|
+
"equals": "credentials"
|
|
560
|
+
}
|
|
579
561
|
},
|
|
580
562
|
{
|
|
581
|
-
"id": "queueName",
|
|
582
563
|
"label": "Queue name",
|
|
583
564
|
"description": "Name of the queue to subscribe to",
|
|
584
|
-
"optional": false,
|
|
585
|
-
"constraints": {
|
|
586
|
-
"notEmpty": true
|
|
587
|
-
},
|
|
588
565
|
"group": "subscription",
|
|
566
|
+
"type": "String",
|
|
567
|
+
"feel": "optional",
|
|
589
568
|
"binding": {
|
|
590
|
-
"
|
|
591
|
-
"
|
|
569
|
+
"type": "zeebe:property",
|
|
570
|
+
"name": "queueName"
|
|
592
571
|
},
|
|
593
|
-
"
|
|
572
|
+
"constraints": {
|
|
573
|
+
"notEmpty": true
|
|
574
|
+
}
|
|
594
575
|
},
|
|
595
576
|
{
|
|
596
|
-
"id": "consumerTag",
|
|
597
577
|
"label": "Consumer tag",
|
|
598
578
|
"description": "Consumer tag to use for the subscription",
|
|
599
|
-
"optional": false,
|
|
600
579
|
"group": "subscription",
|
|
580
|
+
"type": "String",
|
|
581
|
+
"feel": "optional",
|
|
601
582
|
"binding": {
|
|
602
|
-
"
|
|
603
|
-
"
|
|
604
|
-
}
|
|
605
|
-
"type": "String"
|
|
583
|
+
"type": "zeebe:property",
|
|
584
|
+
"name": "consumerTag"
|
|
585
|
+
}
|
|
606
586
|
},
|
|
607
587
|
{
|
|
608
|
-
"id": "arguments",
|
|
609
588
|
"label": "Arguments",
|
|
610
589
|
"description": "Arguments to use for the subscription",
|
|
611
|
-
"optional": true,
|
|
612
|
-
"feel": "required",
|
|
613
590
|
"group": "subscription",
|
|
591
|
+
"type": "String",
|
|
592
|
+
"feel": "required",
|
|
614
593
|
"binding": {
|
|
615
|
-
"
|
|
616
|
-
"
|
|
617
|
-
}
|
|
618
|
-
"type": "String"
|
|
594
|
+
"type": "zeebe:property",
|
|
595
|
+
"name": "arguments"
|
|
596
|
+
}
|
|
619
597
|
},
|
|
620
598
|
{
|
|
621
|
-
"id": "exclusive",
|
|
622
599
|
"label": "Exclusive consumer",
|
|
623
|
-
"optional": false,
|
|
624
|
-
"value": "false",
|
|
625
600
|
"group": "subscription",
|
|
601
|
+
"type": "Dropdown",
|
|
602
|
+
"value": "false",
|
|
626
603
|
"binding": {
|
|
627
|
-
"
|
|
628
|
-
"
|
|
604
|
+
"type": "zeebe:property",
|
|
605
|
+
"name": "exclusive"
|
|
629
606
|
},
|
|
630
|
-
"type": "Dropdown",
|
|
631
607
|
"choices": [
|
|
632
608
|
{
|
|
633
609
|
"name": "Yes",
|
|
@@ -640,132 +616,59 @@
|
|
|
640
616
|
]
|
|
641
617
|
},
|
|
642
618
|
{
|
|
643
|
-
"id": "activationCondition",
|
|
644
619
|
"label": "Activation condition",
|
|
645
|
-
"
|
|
646
|
-
"optional": true,
|
|
647
|
-
"feel": "required",
|
|
620
|
+
"type": "String",
|
|
648
621
|
"group": "activation",
|
|
622
|
+
"feel": "required",
|
|
623
|
+
"optional": true,
|
|
649
624
|
"binding": {
|
|
650
|
-
"
|
|
651
|
-
"
|
|
625
|
+
"type": "zeebe:property",
|
|
626
|
+
"name": "activationCondition"
|
|
652
627
|
},
|
|
653
|
-
"
|
|
628
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events"
|
|
654
629
|
},
|
|
655
630
|
{
|
|
656
|
-
"
|
|
657
|
-
"
|
|
658
|
-
"
|
|
659
|
-
"
|
|
631
|
+
"label": "Result variable",
|
|
632
|
+
"type": "String",
|
|
633
|
+
"group": "variable-mapping",
|
|
634
|
+
"optional": true,
|
|
660
635
|
"binding": {
|
|
661
|
-
"
|
|
662
|
-
"
|
|
636
|
+
"type": "zeebe:property",
|
|
637
|
+
"name": "resultVariable"
|
|
663
638
|
},
|
|
664
|
-
"
|
|
665
|
-
"type": "Boolean"
|
|
639
|
+
"description": "Name of variable to store the result of the connector in"
|
|
666
640
|
},
|
|
667
641
|
{
|
|
668
|
-
"id": "deduplicationModeManualFlag",
|
|
669
|
-
"label": "Manual mode",
|
|
670
|
-
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
671
|
-
"value": false,
|
|
672
|
-
"group": "deduplication",
|
|
673
|
-
"binding": {
|
|
674
|
-
"name": "deduplicationModeManualFlag",
|
|
675
|
-
"type": "zeebe:property"
|
|
676
|
-
},
|
|
677
|
-
"type": "Boolean"
|
|
678
|
-
},
|
|
679
|
-
{
|
|
680
|
-
"id": "deduplicationId",
|
|
681
|
-
"label": "Deduplication ID",
|
|
682
|
-
"constraints": {
|
|
683
|
-
"notEmpty": true,
|
|
684
|
-
"pattern": {
|
|
685
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
686
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
687
|
-
}
|
|
688
|
-
},
|
|
689
|
-
"group": "deduplication",
|
|
690
|
-
"binding": {
|
|
691
|
-
"name": "deduplicationId",
|
|
692
|
-
"type": "zeebe:property"
|
|
693
|
-
},
|
|
694
|
-
"condition": {
|
|
695
|
-
"property": "deduplicationModeManualFlag",
|
|
696
|
-
"equals": true,
|
|
697
|
-
"type": "simple"
|
|
698
|
-
},
|
|
699
|
-
"type": "String"
|
|
700
|
-
},
|
|
701
|
-
{
|
|
702
|
-
"id": "deduplicationModeManual",
|
|
703
|
-
"value": "MANUAL",
|
|
704
|
-
"group": "deduplication",
|
|
705
|
-
"binding": {
|
|
706
|
-
"name": "deduplicationMode",
|
|
707
|
-
"type": "zeebe:property"
|
|
708
|
-
},
|
|
709
|
-
"condition": {
|
|
710
|
-
"property": "deduplicationId",
|
|
711
|
-
"isActive": true,
|
|
712
|
-
"type": "simple"
|
|
713
|
-
},
|
|
714
|
-
"type": "Hidden"
|
|
715
|
-
},
|
|
716
|
-
{
|
|
717
|
-
"id": "deduplicationModeAuto",
|
|
718
|
-
"value": "AUTO",
|
|
719
|
-
"group": "deduplication",
|
|
720
|
-
"binding": {
|
|
721
|
-
"name": "deduplicationMode",
|
|
722
|
-
"type": "zeebe:property"
|
|
723
|
-
},
|
|
724
|
-
"condition": {
|
|
725
|
-
"property": "deduplicationId",
|
|
726
|
-
"isActive": false,
|
|
727
|
-
"type": "simple"
|
|
728
|
-
},
|
|
729
|
-
"type": "Hidden"
|
|
730
|
-
},
|
|
731
|
-
{
|
|
732
|
-
"id": "resultVariable",
|
|
733
|
-
"label": "Result variable",
|
|
734
|
-
"description": "Name of variable to store the response in",
|
|
735
|
-
"group": "output",
|
|
736
|
-
"binding": {
|
|
737
|
-
"name": "resultVariable",
|
|
738
|
-
"type": "zeebe:property"
|
|
739
|
-
},
|
|
740
|
-
"type": "String"
|
|
741
|
-
},
|
|
742
|
-
{
|
|
743
|
-
"id": "resultExpression",
|
|
744
642
|
"label": "Result expression",
|
|
745
|
-
"
|
|
643
|
+
"type": "String",
|
|
644
|
+
"group": "variable-mapping",
|
|
746
645
|
"feel": "required",
|
|
747
|
-
"
|
|
646
|
+
"optional": true,
|
|
748
647
|
"binding": {
|
|
749
|
-
"
|
|
750
|
-
"
|
|
648
|
+
"type": "zeebe:property",
|
|
649
|
+
"name": "resultExpression"
|
|
751
650
|
},
|
|
752
|
-
"
|
|
651
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
753
652
|
}
|
|
754
653
|
],
|
|
755
654
|
"icon": {
|
|
756
|
-
"contents": "data:image/svg+xml;
|
|
655
|
+
"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"
|
|
757
656
|
},
|
|
758
657
|
"engines": {
|
|
759
|
-
"camunda": "^8.
|
|
658
|
+
"camunda": "^8.2"
|
|
760
659
|
}
|
|
761
660
|
},
|
|
762
661
|
{
|
|
763
662
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
764
|
-
"name": "RabbitMQ
|
|
663
|
+
"name": "RabbitMQ Start Event Connector",
|
|
765
664
|
"id": "io.camunda.connectors.inbound.RabbitMQ.StartEvent.v1",
|
|
766
|
-
"version": 2,
|
|
767
665
|
"description": "Receive a message from RabbitMQ",
|
|
768
|
-
"
|
|
666
|
+
"deprecated": {
|
|
667
|
+
"message": "None Start Events are deprecated in favor of Message Start Events for message based Connectors.",
|
|
668
|
+
"documentationRef": "https://docs.camunda.io/docs/components/modeler/bpmn/none-events/"
|
|
669
|
+
},
|
|
670
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
|
|
671
|
+
"version": 7,
|
|
769
672
|
"category": {
|
|
770
673
|
"id": "connectors",
|
|
771
674
|
"name": "Connectors"
|
|
@@ -792,29 +695,34 @@
|
|
|
792
695
|
"label": "Activation"
|
|
793
696
|
},
|
|
794
697
|
{
|
|
795
|
-
"id": "
|
|
796
|
-
"label": "
|
|
698
|
+
"id": "deduplication",
|
|
699
|
+
"label": "Deduplication",
|
|
700
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"id": "output",
|
|
704
|
+
"label": "Output mapping"
|
|
797
705
|
}
|
|
798
706
|
],
|
|
799
707
|
"properties": [
|
|
800
708
|
{
|
|
801
|
-
"type": "Hidden",
|
|
802
709
|
"value": "io.camunda:connector-rabbitmq-inbound:1",
|
|
803
710
|
"binding": {
|
|
804
|
-
"
|
|
805
|
-
"
|
|
806
|
-
}
|
|
711
|
+
"name": "inbound.type",
|
|
712
|
+
"type": "zeebe:property"
|
|
713
|
+
},
|
|
714
|
+
"type": "Hidden"
|
|
807
715
|
},
|
|
808
716
|
{
|
|
809
|
-
"id": "
|
|
717
|
+
"id": "authentication.authType",
|
|
810
718
|
"label": "Connection type",
|
|
811
|
-
"group": "authentication",
|
|
812
|
-
"type": "Dropdown",
|
|
813
719
|
"value": "uri",
|
|
720
|
+
"group": "authentication",
|
|
814
721
|
"binding": {
|
|
815
|
-
"
|
|
816
|
-
"
|
|
722
|
+
"name": "authentication.authType",
|
|
723
|
+
"type": "zeebe:property"
|
|
817
724
|
},
|
|
725
|
+
"type": "Dropdown",
|
|
818
726
|
"choices": [
|
|
819
727
|
{
|
|
820
728
|
"name": "URI",
|
|
@@ -827,154 +735,178 @@
|
|
|
827
735
|
]
|
|
828
736
|
},
|
|
829
737
|
{
|
|
738
|
+
"id": "authentication.uri",
|
|
830
739
|
"label": "URI",
|
|
831
740
|
"description": "URI should contain username, password, host name, port number, and virtual host",
|
|
832
|
-
"
|
|
833
|
-
"type": "String",
|
|
834
|
-
"binding": {
|
|
835
|
-
"type": "zeebe:property",
|
|
836
|
-
"name": "authentication.uri"
|
|
837
|
-
},
|
|
741
|
+
"optional": false,
|
|
838
742
|
"constraints": {
|
|
839
743
|
"notEmpty": true,
|
|
840
744
|
"pattern": {
|
|
841
|
-
"value": "^(amqps
|
|
745
|
+
"value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
|
|
842
746
|
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
843
747
|
}
|
|
844
748
|
},
|
|
749
|
+
"group": "authentication",
|
|
750
|
+
"binding": {
|
|
751
|
+
"name": "authentication.uri",
|
|
752
|
+
"type": "zeebe:property"
|
|
753
|
+
},
|
|
845
754
|
"condition": {
|
|
846
|
-
"property": "
|
|
847
|
-
"equals": "uri"
|
|
848
|
-
|
|
755
|
+
"property": "authentication.authType",
|
|
756
|
+
"equals": "uri",
|
|
757
|
+
"type": "simple"
|
|
758
|
+
},
|
|
759
|
+
"type": "String"
|
|
849
760
|
},
|
|
850
761
|
{
|
|
762
|
+
"id": "authentication.userName",
|
|
851
763
|
"label": "Username",
|
|
852
|
-
"
|
|
853
|
-
"type": "String",
|
|
854
|
-
"binding": {
|
|
855
|
-
"type": "zeebe:property",
|
|
856
|
-
"name": "authentication.userName"
|
|
857
|
-
},
|
|
764
|
+
"optional": false,
|
|
858
765
|
"constraints": {
|
|
859
766
|
"notEmpty": true
|
|
860
767
|
},
|
|
768
|
+
"group": "authentication",
|
|
769
|
+
"binding": {
|
|
770
|
+
"name": "authentication.userName",
|
|
771
|
+
"type": "zeebe:property"
|
|
772
|
+
},
|
|
861
773
|
"condition": {
|
|
862
|
-
"property": "
|
|
863
|
-
"equals": "credentials"
|
|
864
|
-
|
|
774
|
+
"property": "authentication.authType",
|
|
775
|
+
"equals": "credentials",
|
|
776
|
+
"type": "simple"
|
|
777
|
+
},
|
|
778
|
+
"type": "String"
|
|
865
779
|
},
|
|
866
780
|
{
|
|
781
|
+
"id": "authentication.password",
|
|
867
782
|
"label": "Password",
|
|
783
|
+
"optional": false,
|
|
784
|
+
"constraints": {
|
|
785
|
+
"notEmpty": true
|
|
786
|
+
},
|
|
868
787
|
"group": "authentication",
|
|
869
|
-
"type": "String",
|
|
870
788
|
"binding": {
|
|
871
|
-
"
|
|
872
|
-
"
|
|
789
|
+
"name": "authentication.password",
|
|
790
|
+
"type": "zeebe:property"
|
|
873
791
|
},
|
|
792
|
+
"condition": {
|
|
793
|
+
"property": "authentication.authType",
|
|
794
|
+
"equals": "credentials",
|
|
795
|
+
"type": "simple"
|
|
796
|
+
},
|
|
797
|
+
"type": "String"
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
"id": "routing.virtualHost",
|
|
801
|
+
"label": "Virtual host",
|
|
802
|
+
"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>",
|
|
803
|
+
"optional": false,
|
|
874
804
|
"constraints": {
|
|
875
805
|
"notEmpty": true
|
|
876
806
|
},
|
|
807
|
+
"group": "routing",
|
|
808
|
+
"binding": {
|
|
809
|
+
"name": "routing.virtualHost",
|
|
810
|
+
"type": "zeebe:property"
|
|
811
|
+
},
|
|
877
812
|
"condition": {
|
|
878
|
-
"property": "
|
|
879
|
-
"equals": "credentials"
|
|
880
|
-
|
|
813
|
+
"property": "authentication.authType",
|
|
814
|
+
"equals": "credentials",
|
|
815
|
+
"type": "simple"
|
|
816
|
+
},
|
|
817
|
+
"type": "String"
|
|
881
818
|
},
|
|
882
819
|
{
|
|
820
|
+
"id": "routing.hostName",
|
|
883
821
|
"label": "Host name",
|
|
884
|
-
"description": "Host name: get from RabbitMQ external
|
|
885
|
-
"
|
|
886
|
-
"type": "String",
|
|
887
|
-
"binding": {
|
|
888
|
-
"type": "zeebe:property",
|
|
889
|
-
"name": "routing.hostName"
|
|
890
|
-
},
|
|
822
|
+
"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>",
|
|
823
|
+
"optional": false,
|
|
891
824
|
"constraints": {
|
|
892
825
|
"notEmpty": true
|
|
893
826
|
},
|
|
894
|
-
"condition": {
|
|
895
|
-
"property": "connectionType",
|
|
896
|
-
"equals": "credentials"
|
|
897
|
-
}
|
|
898
|
-
},
|
|
899
|
-
{
|
|
900
|
-
"label": "Virtual host",
|
|
901
|
-
"description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
|
|
902
827
|
"group": "routing",
|
|
903
|
-
"type": "String",
|
|
904
828
|
"binding": {
|
|
905
|
-
"
|
|
906
|
-
"
|
|
907
|
-
},
|
|
908
|
-
"constraints": {
|
|
909
|
-
"notEmpty": true
|
|
829
|
+
"name": "routing.hostName",
|
|
830
|
+
"type": "zeebe:property"
|
|
910
831
|
},
|
|
911
832
|
"condition": {
|
|
912
|
-
"property": "
|
|
913
|
-
"equals": "credentials"
|
|
914
|
-
|
|
833
|
+
"property": "authentication.authType",
|
|
834
|
+
"equals": "credentials",
|
|
835
|
+
"type": "simple"
|
|
836
|
+
},
|
|
837
|
+
"type": "String"
|
|
915
838
|
},
|
|
916
839
|
{
|
|
840
|
+
"id": "routing.port",
|
|
917
841
|
"label": "Port",
|
|
918
|
-
"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
|
|
919
|
-
"
|
|
920
|
-
"type": "String",
|
|
921
|
-
"binding": {
|
|
922
|
-
"type": "zeebe:property",
|
|
923
|
-
"name": "routing.port"
|
|
924
|
-
},
|
|
842
|
+
"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>",
|
|
843
|
+
"optional": false,
|
|
925
844
|
"constraints": {
|
|
926
845
|
"notEmpty": true
|
|
927
846
|
},
|
|
847
|
+
"group": "routing",
|
|
848
|
+
"binding": {
|
|
849
|
+
"name": "routing.port",
|
|
850
|
+
"type": "zeebe:property"
|
|
851
|
+
},
|
|
928
852
|
"condition": {
|
|
929
|
-
"property": "
|
|
930
|
-
"equals": "credentials"
|
|
931
|
-
|
|
853
|
+
"property": "authentication.authType",
|
|
854
|
+
"equals": "credentials",
|
|
855
|
+
"type": "simple"
|
|
856
|
+
},
|
|
857
|
+
"type": "String"
|
|
932
858
|
},
|
|
933
859
|
{
|
|
860
|
+
"id": "queueName",
|
|
934
861
|
"label": "Queue name",
|
|
935
862
|
"description": "Name of the queue to subscribe to",
|
|
863
|
+
"optional": false,
|
|
864
|
+
"constraints": {
|
|
865
|
+
"notEmpty": true
|
|
866
|
+
},
|
|
936
867
|
"group": "subscription",
|
|
937
|
-
"type": "String",
|
|
938
|
-
"feel": "optional",
|
|
939
868
|
"binding": {
|
|
940
|
-
"
|
|
941
|
-
"
|
|
869
|
+
"name": "queueName",
|
|
870
|
+
"type": "zeebe:property"
|
|
942
871
|
},
|
|
943
|
-
"
|
|
944
|
-
"notEmpty": true
|
|
945
|
-
}
|
|
872
|
+
"type": "String"
|
|
946
873
|
},
|
|
947
874
|
{
|
|
875
|
+
"id": "consumerTag",
|
|
948
876
|
"label": "Consumer tag",
|
|
949
877
|
"description": "Consumer tag to use for the subscription",
|
|
878
|
+
"optional": false,
|
|
950
879
|
"group": "subscription",
|
|
951
|
-
"type": "String",
|
|
952
|
-
"feel": "optional",
|
|
953
880
|
"binding": {
|
|
954
|
-
"
|
|
955
|
-
"
|
|
956
|
-
}
|
|
881
|
+
"name": "consumerTag",
|
|
882
|
+
"type": "zeebe:property"
|
|
883
|
+
},
|
|
884
|
+
"type": "String"
|
|
957
885
|
},
|
|
958
886
|
{
|
|
887
|
+
"id": "arguments",
|
|
959
888
|
"label": "Arguments",
|
|
960
889
|
"description": "Arguments to use for the subscription",
|
|
961
|
-
"
|
|
962
|
-
"type": "String",
|
|
890
|
+
"optional": true,
|
|
963
891
|
"feel": "required",
|
|
892
|
+
"group": "subscription",
|
|
964
893
|
"binding": {
|
|
965
|
-
"
|
|
966
|
-
"
|
|
967
|
-
}
|
|
894
|
+
"name": "arguments",
|
|
895
|
+
"type": "zeebe:property"
|
|
896
|
+
},
|
|
897
|
+
"type": "String"
|
|
968
898
|
},
|
|
969
899
|
{
|
|
900
|
+
"id": "exclusive",
|
|
970
901
|
"label": "Exclusive consumer",
|
|
971
|
-
"
|
|
972
|
-
"type": "Dropdown",
|
|
902
|
+
"optional": false,
|
|
973
903
|
"value": "false",
|
|
904
|
+
"group": "subscription",
|
|
974
905
|
"binding": {
|
|
975
|
-
"
|
|
976
|
-
"
|
|
906
|
+
"name": "exclusive",
|
|
907
|
+
"type": "zeebe:property"
|
|
977
908
|
},
|
|
909
|
+
"type": "Dropdown",
|
|
978
910
|
"choices": [
|
|
979
911
|
{
|
|
980
912
|
"name": "Yes",
|
|
@@ -987,55 +919,132 @@
|
|
|
987
919
|
]
|
|
988
920
|
},
|
|
989
921
|
{
|
|
922
|
+
"id": "activationCondition",
|
|
990
923
|
"label": "Activation condition",
|
|
991
|
-
"
|
|
992
|
-
"group": "activation",
|
|
993
|
-
"feel": "required",
|
|
924
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
994
925
|
"optional": true,
|
|
926
|
+
"feel": "required",
|
|
927
|
+
"group": "activation",
|
|
995
928
|
"binding": {
|
|
996
|
-
"
|
|
997
|
-
"
|
|
929
|
+
"name": "activationCondition",
|
|
930
|
+
"type": "zeebe:property"
|
|
998
931
|
},
|
|
999
|
-
"
|
|
932
|
+
"type": "String"
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
"id": "consumeUnmatchedEvents",
|
|
936
|
+
"label": "Consume unmatched events",
|
|
937
|
+
"value": true,
|
|
938
|
+
"group": "activation",
|
|
939
|
+
"binding": {
|
|
940
|
+
"name": "consumeUnmatchedEvents",
|
|
941
|
+
"type": "zeebe:property"
|
|
942
|
+
},
|
|
943
|
+
"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",
|
|
944
|
+
"type": "Boolean"
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
"id": "deduplicationModeManualFlag",
|
|
948
|
+
"label": "Manual mode",
|
|
949
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
950
|
+
"value": false,
|
|
951
|
+
"group": "deduplication",
|
|
952
|
+
"binding": {
|
|
953
|
+
"name": "deduplicationModeManualFlag",
|
|
954
|
+
"type": "zeebe:property"
|
|
955
|
+
},
|
|
956
|
+
"type": "Boolean"
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"id": "deduplicationId",
|
|
960
|
+
"label": "Deduplication ID",
|
|
961
|
+
"constraints": {
|
|
962
|
+
"notEmpty": true,
|
|
963
|
+
"pattern": {
|
|
964
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
965
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
966
|
+
}
|
|
967
|
+
},
|
|
968
|
+
"group": "deduplication",
|
|
969
|
+
"binding": {
|
|
970
|
+
"name": "deduplicationId",
|
|
971
|
+
"type": "zeebe:property"
|
|
972
|
+
},
|
|
973
|
+
"condition": {
|
|
974
|
+
"property": "deduplicationModeManualFlag",
|
|
975
|
+
"equals": true,
|
|
976
|
+
"type": "simple"
|
|
977
|
+
},
|
|
978
|
+
"type": "String"
|
|
1000
979
|
},
|
|
1001
980
|
{
|
|
981
|
+
"id": "deduplicationModeManual",
|
|
982
|
+
"value": "MANUAL",
|
|
983
|
+
"group": "deduplication",
|
|
984
|
+
"binding": {
|
|
985
|
+
"name": "deduplicationMode",
|
|
986
|
+
"type": "zeebe:property"
|
|
987
|
+
},
|
|
988
|
+
"condition": {
|
|
989
|
+
"property": "deduplicationId",
|
|
990
|
+
"isActive": true,
|
|
991
|
+
"type": "simple"
|
|
992
|
+
},
|
|
993
|
+
"type": "Hidden"
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
"id": "deduplicationModeAuto",
|
|
997
|
+
"value": "AUTO",
|
|
998
|
+
"group": "deduplication",
|
|
999
|
+
"binding": {
|
|
1000
|
+
"name": "deduplicationMode",
|
|
1001
|
+
"type": "zeebe:property"
|
|
1002
|
+
},
|
|
1003
|
+
"condition": {
|
|
1004
|
+
"property": "deduplicationId",
|
|
1005
|
+
"isActive": false,
|
|
1006
|
+
"type": "simple"
|
|
1007
|
+
},
|
|
1008
|
+
"type": "Hidden"
|
|
1009
|
+
},
|
|
1010
|
+
{
|
|
1011
|
+
"id": "resultVariable",
|
|
1002
1012
|
"label": "Result variable",
|
|
1003
|
-
"
|
|
1004
|
-
"group": "
|
|
1005
|
-
"optional": true,
|
|
1013
|
+
"description": "Name of variable to store the response in",
|
|
1014
|
+
"group": "output",
|
|
1006
1015
|
"binding": {
|
|
1007
|
-
"
|
|
1008
|
-
"
|
|
1016
|
+
"name": "resultVariable",
|
|
1017
|
+
"type": "zeebe:property"
|
|
1009
1018
|
},
|
|
1010
|
-
"
|
|
1019
|
+
"type": "String"
|
|
1011
1020
|
},
|
|
1012
1021
|
{
|
|
1022
|
+
"id": "resultExpression",
|
|
1013
1023
|
"label": "Result expression",
|
|
1014
|
-
"
|
|
1015
|
-
"group": "variable-mapping",
|
|
1024
|
+
"description": "Expression to map the response into process variables",
|
|
1016
1025
|
"feel": "required",
|
|
1017
|
-
"
|
|
1026
|
+
"group": "output",
|
|
1018
1027
|
"binding": {
|
|
1019
|
-
"
|
|
1020
|
-
"
|
|
1028
|
+
"name": "resultExpression",
|
|
1029
|
+
"type": "zeebe:property"
|
|
1021
1030
|
},
|
|
1022
|
-
"
|
|
1031
|
+
"type": "Text"
|
|
1023
1032
|
}
|
|
1024
1033
|
],
|
|
1025
1034
|
"icon": {
|
|
1026
|
-
"contents": "data:image/svg+xml;
|
|
1035
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
|
|
1027
1036
|
},
|
|
1028
1037
|
"engines": {
|
|
1029
|
-
"camunda": "^8.
|
|
1038
|
+
"camunda": "^8.6"
|
|
1030
1039
|
}
|
|
1031
1040
|
},
|
|
1032
1041
|
{
|
|
1033
1042
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1034
|
-
"name": "RabbitMQ
|
|
1043
|
+
"name": "RabbitMQ Start Event Connector",
|
|
1035
1044
|
"id": "io.camunda.connectors.inbound.RabbitMQ.StartEvent.v1",
|
|
1036
|
-
"version": 1,
|
|
1037
1045
|
"description": "Receive a message from RabbitMQ",
|
|
1038
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq
|
|
1046
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
|
|
1047
|
+
"version": 6,
|
|
1039
1048
|
"category": {
|
|
1040
1049
|
"id": "connectors",
|
|
1041
1050
|
"name": "Connectors"
|
|
@@ -1062,29 +1071,29 @@
|
|
|
1062
1071
|
"label": "Activation"
|
|
1063
1072
|
},
|
|
1064
1073
|
{
|
|
1065
|
-
"id": "
|
|
1066
|
-
"label": "
|
|
1074
|
+
"id": "output",
|
|
1075
|
+
"label": "Output mapping"
|
|
1067
1076
|
}
|
|
1068
1077
|
],
|
|
1069
1078
|
"properties": [
|
|
1070
1079
|
{
|
|
1071
|
-
"type": "Hidden",
|
|
1072
1080
|
"value": "io.camunda:connector-rabbitmq-inbound:1",
|
|
1073
1081
|
"binding": {
|
|
1074
|
-
"
|
|
1075
|
-
"
|
|
1076
|
-
}
|
|
1082
|
+
"name": "inbound.type",
|
|
1083
|
+
"type": "zeebe:property"
|
|
1084
|
+
},
|
|
1085
|
+
"type": "Hidden"
|
|
1077
1086
|
},
|
|
1078
1087
|
{
|
|
1079
|
-
"id": "
|
|
1088
|
+
"id": "authentication.authType",
|
|
1080
1089
|
"label": "Connection type",
|
|
1081
|
-
"group": "authentication",
|
|
1082
|
-
"type": "Dropdown",
|
|
1083
1090
|
"value": "uri",
|
|
1091
|
+
"group": "authentication",
|
|
1084
1092
|
"binding": {
|
|
1085
|
-
"
|
|
1086
|
-
"
|
|
1093
|
+
"name": "authentication.authType",
|
|
1094
|
+
"type": "zeebe:property"
|
|
1087
1095
|
},
|
|
1096
|
+
"type": "Dropdown",
|
|
1088
1097
|
"choices": [
|
|
1089
1098
|
{
|
|
1090
1099
|
"name": "URI",
|
|
@@ -1097,154 +1106,178 @@
|
|
|
1097
1106
|
]
|
|
1098
1107
|
},
|
|
1099
1108
|
{
|
|
1109
|
+
"id": "authentication.uri",
|
|
1100
1110
|
"label": "URI",
|
|
1101
1111
|
"description": "URI should contain username, password, host name, port number, and virtual host",
|
|
1102
|
-
"
|
|
1103
|
-
"type": "String",
|
|
1104
|
-
"binding": {
|
|
1105
|
-
"type": "zeebe:property",
|
|
1106
|
-
"name": "authentication.uri"
|
|
1107
|
-
},
|
|
1112
|
+
"optional": false,
|
|
1108
1113
|
"constraints": {
|
|
1109
1114
|
"notEmpty": true,
|
|
1110
1115
|
"pattern": {
|
|
1111
|
-
"value": "^(amqps
|
|
1116
|
+
"value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
|
|
1112
1117
|
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
1113
1118
|
}
|
|
1114
1119
|
},
|
|
1120
|
+
"group": "authentication",
|
|
1121
|
+
"binding": {
|
|
1122
|
+
"name": "authentication.uri",
|
|
1123
|
+
"type": "zeebe:property"
|
|
1124
|
+
},
|
|
1115
1125
|
"condition": {
|
|
1116
|
-
"property": "
|
|
1117
|
-
"equals": "uri"
|
|
1118
|
-
|
|
1126
|
+
"property": "authentication.authType",
|
|
1127
|
+
"equals": "uri",
|
|
1128
|
+
"type": "simple"
|
|
1129
|
+
},
|
|
1130
|
+
"type": "String"
|
|
1119
1131
|
},
|
|
1120
1132
|
{
|
|
1133
|
+
"id": "authentication.userName",
|
|
1121
1134
|
"label": "Username",
|
|
1122
|
-
"
|
|
1123
|
-
"type": "String",
|
|
1124
|
-
"binding": {
|
|
1125
|
-
"type": "zeebe:property",
|
|
1126
|
-
"name": "authentication.userName"
|
|
1127
|
-
},
|
|
1135
|
+
"optional": false,
|
|
1128
1136
|
"constraints": {
|
|
1129
1137
|
"notEmpty": true
|
|
1130
1138
|
},
|
|
1139
|
+
"group": "authentication",
|
|
1140
|
+
"binding": {
|
|
1141
|
+
"name": "authentication.userName",
|
|
1142
|
+
"type": "zeebe:property"
|
|
1143
|
+
},
|
|
1131
1144
|
"condition": {
|
|
1132
|
-
"property": "
|
|
1133
|
-
"equals": "credentials"
|
|
1134
|
-
|
|
1145
|
+
"property": "authentication.authType",
|
|
1146
|
+
"equals": "credentials",
|
|
1147
|
+
"type": "simple"
|
|
1148
|
+
},
|
|
1149
|
+
"type": "String"
|
|
1135
1150
|
},
|
|
1136
1151
|
{
|
|
1152
|
+
"id": "authentication.password",
|
|
1137
1153
|
"label": "Password",
|
|
1154
|
+
"optional": false,
|
|
1155
|
+
"constraints": {
|
|
1156
|
+
"notEmpty": true
|
|
1157
|
+
},
|
|
1138
1158
|
"group": "authentication",
|
|
1139
|
-
"type": "String",
|
|
1140
1159
|
"binding": {
|
|
1141
|
-
"
|
|
1142
|
-
"
|
|
1160
|
+
"name": "authentication.password",
|
|
1161
|
+
"type": "zeebe:property"
|
|
1143
1162
|
},
|
|
1163
|
+
"condition": {
|
|
1164
|
+
"property": "authentication.authType",
|
|
1165
|
+
"equals": "credentials",
|
|
1166
|
+
"type": "simple"
|
|
1167
|
+
},
|
|
1168
|
+
"type": "String"
|
|
1169
|
+
},
|
|
1170
|
+
{
|
|
1171
|
+
"id": "routing.virtualHost",
|
|
1172
|
+
"label": "Virtual host",
|
|
1173
|
+
"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>",
|
|
1174
|
+
"optional": false,
|
|
1144
1175
|
"constraints": {
|
|
1145
1176
|
"notEmpty": true
|
|
1146
1177
|
},
|
|
1178
|
+
"group": "routing",
|
|
1179
|
+
"binding": {
|
|
1180
|
+
"name": "routing.virtualHost",
|
|
1181
|
+
"type": "zeebe:property"
|
|
1182
|
+
},
|
|
1147
1183
|
"condition": {
|
|
1148
|
-
"property": "
|
|
1149
|
-
"equals": "credentials"
|
|
1150
|
-
|
|
1184
|
+
"property": "authentication.authType",
|
|
1185
|
+
"equals": "credentials",
|
|
1186
|
+
"type": "simple"
|
|
1187
|
+
},
|
|
1188
|
+
"type": "String"
|
|
1151
1189
|
},
|
|
1152
1190
|
{
|
|
1191
|
+
"id": "routing.hostName",
|
|
1153
1192
|
"label": "Host name",
|
|
1154
|
-
"description": "Host name: get from RabbitMQ external
|
|
1155
|
-
"
|
|
1156
|
-
"type": "String",
|
|
1157
|
-
"binding": {
|
|
1158
|
-
"type": "zeebe:property",
|
|
1159
|
-
"name": "routing.hostName"
|
|
1160
|
-
},
|
|
1193
|
+
"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>",
|
|
1194
|
+
"optional": false,
|
|
1161
1195
|
"constraints": {
|
|
1162
1196
|
"notEmpty": true
|
|
1163
1197
|
},
|
|
1164
|
-
"condition": {
|
|
1165
|
-
"property": "connectionType",
|
|
1166
|
-
"equals": "credentials"
|
|
1167
|
-
}
|
|
1168
|
-
},
|
|
1169
|
-
{
|
|
1170
|
-
"label": "Virtual host",
|
|
1171
|
-
"description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
|
|
1172
1198
|
"group": "routing",
|
|
1173
|
-
"type": "String",
|
|
1174
1199
|
"binding": {
|
|
1175
|
-
"
|
|
1176
|
-
"
|
|
1177
|
-
},
|
|
1178
|
-
"constraints": {
|
|
1179
|
-
"notEmpty": true
|
|
1200
|
+
"name": "routing.hostName",
|
|
1201
|
+
"type": "zeebe:property"
|
|
1180
1202
|
},
|
|
1181
1203
|
"condition": {
|
|
1182
|
-
"property": "
|
|
1183
|
-
"equals": "credentials"
|
|
1184
|
-
|
|
1204
|
+
"property": "authentication.authType",
|
|
1205
|
+
"equals": "credentials",
|
|
1206
|
+
"type": "simple"
|
|
1207
|
+
},
|
|
1208
|
+
"type": "String"
|
|
1185
1209
|
},
|
|
1186
1210
|
{
|
|
1211
|
+
"id": "routing.port",
|
|
1187
1212
|
"label": "Port",
|
|
1188
|
-
"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
|
|
1189
|
-
"
|
|
1190
|
-
"type": "String",
|
|
1191
|
-
"binding": {
|
|
1192
|
-
"type": "zeebe:property",
|
|
1193
|
-
"name": "routing.port"
|
|
1194
|
-
},
|
|
1213
|
+
"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>",
|
|
1214
|
+
"optional": false,
|
|
1195
1215
|
"constraints": {
|
|
1196
1216
|
"notEmpty": true
|
|
1197
1217
|
},
|
|
1218
|
+
"group": "routing",
|
|
1219
|
+
"binding": {
|
|
1220
|
+
"name": "routing.port",
|
|
1221
|
+
"type": "zeebe:property"
|
|
1222
|
+
},
|
|
1198
1223
|
"condition": {
|
|
1199
|
-
"property": "
|
|
1200
|
-
"equals": "credentials"
|
|
1201
|
-
|
|
1224
|
+
"property": "authentication.authType",
|
|
1225
|
+
"equals": "credentials",
|
|
1226
|
+
"type": "simple"
|
|
1227
|
+
},
|
|
1228
|
+
"type": "String"
|
|
1202
1229
|
},
|
|
1203
1230
|
{
|
|
1231
|
+
"id": "queueName",
|
|
1204
1232
|
"label": "Queue name",
|
|
1205
1233
|
"description": "Name of the queue to subscribe to",
|
|
1234
|
+
"optional": false,
|
|
1235
|
+
"constraints": {
|
|
1236
|
+
"notEmpty": true
|
|
1237
|
+
},
|
|
1206
1238
|
"group": "subscription",
|
|
1207
|
-
"type": "String",
|
|
1208
|
-
"feel": "optional",
|
|
1209
1239
|
"binding": {
|
|
1210
|
-
"
|
|
1211
|
-
"
|
|
1240
|
+
"name": "queueName",
|
|
1241
|
+
"type": "zeebe:property"
|
|
1212
1242
|
},
|
|
1213
|
-
"
|
|
1214
|
-
"notEmpty": true
|
|
1215
|
-
}
|
|
1243
|
+
"type": "String"
|
|
1216
1244
|
},
|
|
1217
1245
|
{
|
|
1246
|
+
"id": "consumerTag",
|
|
1218
1247
|
"label": "Consumer tag",
|
|
1219
1248
|
"description": "Consumer tag to use for the subscription",
|
|
1249
|
+
"optional": false,
|
|
1220
1250
|
"group": "subscription",
|
|
1221
|
-
"type": "String",
|
|
1222
|
-
"feel": "optional",
|
|
1223
1251
|
"binding": {
|
|
1224
|
-
"
|
|
1225
|
-
"
|
|
1226
|
-
}
|
|
1252
|
+
"name": "consumerTag",
|
|
1253
|
+
"type": "zeebe:property"
|
|
1254
|
+
},
|
|
1255
|
+
"type": "String"
|
|
1227
1256
|
},
|
|
1228
1257
|
{
|
|
1258
|
+
"id": "arguments",
|
|
1229
1259
|
"label": "Arguments",
|
|
1230
1260
|
"description": "Arguments to use for the subscription",
|
|
1231
|
-
"
|
|
1232
|
-
"type": "String",
|
|
1261
|
+
"optional": true,
|
|
1233
1262
|
"feel": "required",
|
|
1263
|
+
"group": "subscription",
|
|
1234
1264
|
"binding": {
|
|
1235
|
-
"
|
|
1236
|
-
"
|
|
1237
|
-
}
|
|
1265
|
+
"name": "arguments",
|
|
1266
|
+
"type": "zeebe:property"
|
|
1267
|
+
},
|
|
1268
|
+
"type": "String"
|
|
1238
1269
|
},
|
|
1239
1270
|
{
|
|
1271
|
+
"id": "exclusive",
|
|
1240
1272
|
"label": "Exclusive consumer",
|
|
1241
|
-
"
|
|
1242
|
-
"type": "Dropdown",
|
|
1273
|
+
"optional": false,
|
|
1243
1274
|
"value": "false",
|
|
1275
|
+
"group": "subscription",
|
|
1244
1276
|
"binding": {
|
|
1245
|
-
"
|
|
1246
|
-
"
|
|
1277
|
+
"name": "exclusive",
|
|
1278
|
+
"type": "zeebe:property"
|
|
1247
1279
|
},
|
|
1280
|
+
"type": "Dropdown",
|
|
1248
1281
|
"choices": [
|
|
1249
1282
|
{
|
|
1250
1283
|
"name": "Yes",
|
|
@@ -1257,46 +1290,47 @@
|
|
|
1257
1290
|
]
|
|
1258
1291
|
},
|
|
1259
1292
|
{
|
|
1293
|
+
"id": "activationCondition",
|
|
1260
1294
|
"label": "Activation condition",
|
|
1261
|
-
"
|
|
1262
|
-
"group": "activation",
|
|
1263
|
-
"feel": "required",
|
|
1295
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1264
1296
|
"optional": true,
|
|
1297
|
+
"feel": "required",
|
|
1298
|
+
"group": "activation",
|
|
1265
1299
|
"binding": {
|
|
1266
|
-
"
|
|
1267
|
-
"
|
|
1300
|
+
"name": "activationCondition",
|
|
1301
|
+
"type": "zeebe:property"
|
|
1268
1302
|
},
|
|
1269
|
-
"
|
|
1303
|
+
"type": "String"
|
|
1270
1304
|
},
|
|
1271
1305
|
{
|
|
1306
|
+
"id": "resultVariable",
|
|
1272
1307
|
"label": "Result variable",
|
|
1273
|
-
"
|
|
1274
|
-
"group": "
|
|
1275
|
-
"optional": true,
|
|
1308
|
+
"description": "Name of variable to store the response in",
|
|
1309
|
+
"group": "output",
|
|
1276
1310
|
"binding": {
|
|
1277
|
-
"
|
|
1278
|
-
"
|
|
1311
|
+
"name": "resultVariable",
|
|
1312
|
+
"type": "zeebe:property"
|
|
1279
1313
|
},
|
|
1280
|
-
"
|
|
1314
|
+
"type": "String"
|
|
1281
1315
|
},
|
|
1282
1316
|
{
|
|
1317
|
+
"id": "resultExpression",
|
|
1283
1318
|
"label": "Result expression",
|
|
1284
|
-
"
|
|
1285
|
-
"group": "variable-mapping",
|
|
1319
|
+
"description": "Expression to map the response into process variables",
|
|
1286
1320
|
"feel": "required",
|
|
1287
|
-
"
|
|
1321
|
+
"group": "output",
|
|
1288
1322
|
"binding": {
|
|
1289
|
-
"
|
|
1290
|
-
"
|
|
1323
|
+
"name": "resultExpression",
|
|
1324
|
+
"type": "zeebe:property"
|
|
1291
1325
|
},
|
|
1292
|
-
"
|
|
1326
|
+
"type": "Text"
|
|
1293
1327
|
}
|
|
1294
1328
|
],
|
|
1295
1329
|
"icon": {
|
|
1296
|
-
"contents": "data:image/svg+xml;
|
|
1330
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
|
|
1297
1331
|
},
|
|
1298
1332
|
"engines": {
|
|
1299
|
-
"camunda": "^8.
|
|
1333
|
+
"camunda": "^8.5"
|
|
1300
1334
|
}
|
|
1301
1335
|
},
|
|
1302
1336
|
{
|
|
@@ -1571,11 +1605,11 @@
|
|
|
1571
1605
|
},
|
|
1572
1606
|
{
|
|
1573
1607
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1574
|
-
"name": "RabbitMQ
|
|
1608
|
+
"name": "RabbitMQ connector",
|
|
1575
1609
|
"id": "io.camunda.connectors.inbound.RabbitMQ.StartEvent.v1",
|
|
1610
|
+
"version": 1,
|
|
1576
1611
|
"description": "Receive a message from RabbitMQ",
|
|
1577
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq
|
|
1578
|
-
"version": 6,
|
|
1612
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
|
|
1579
1613
|
"category": {
|
|
1580
1614
|
"id": "connectors",
|
|
1581
1615
|
"name": "Connectors"
|
|
@@ -1602,29 +1636,29 @@
|
|
|
1602
1636
|
"label": "Activation"
|
|
1603
1637
|
},
|
|
1604
1638
|
{
|
|
1605
|
-
"id": "
|
|
1606
|
-
"label": "
|
|
1639
|
+
"id": "variable-mapping",
|
|
1640
|
+
"label": "Variable mapping"
|
|
1607
1641
|
}
|
|
1608
1642
|
],
|
|
1609
1643
|
"properties": [
|
|
1610
1644
|
{
|
|
1645
|
+
"type": "Hidden",
|
|
1611
1646
|
"value": "io.camunda:connector-rabbitmq-inbound:1",
|
|
1612
1647
|
"binding": {
|
|
1613
|
-
"
|
|
1614
|
-
"
|
|
1615
|
-
}
|
|
1616
|
-
"type": "Hidden"
|
|
1648
|
+
"type": "zeebe:property",
|
|
1649
|
+
"name": "inbound.type"
|
|
1650
|
+
}
|
|
1617
1651
|
},
|
|
1618
1652
|
{
|
|
1619
|
-
"id": "
|
|
1653
|
+
"id": "connectionType",
|
|
1620
1654
|
"label": "Connection type",
|
|
1621
|
-
"value": "uri",
|
|
1622
1655
|
"group": "authentication",
|
|
1656
|
+
"type": "Dropdown",
|
|
1657
|
+
"value": "uri",
|
|
1623
1658
|
"binding": {
|
|
1624
|
-
"
|
|
1625
|
-
"
|
|
1659
|
+
"type": "zeebe:property",
|
|
1660
|
+
"name": "authentication.authType"
|
|
1626
1661
|
},
|
|
1627
|
-
"type": "Dropdown",
|
|
1628
1662
|
"choices": [
|
|
1629
1663
|
{
|
|
1630
1664
|
"name": "URI",
|
|
@@ -1637,178 +1671,154 @@
|
|
|
1637
1671
|
]
|
|
1638
1672
|
},
|
|
1639
1673
|
{
|
|
1640
|
-
"id": "authentication.uri",
|
|
1641
1674
|
"label": "URI",
|
|
1642
1675
|
"description": "URI should contain username, password, host name, port number, and virtual host",
|
|
1643
|
-
"
|
|
1676
|
+
"group": "authentication",
|
|
1677
|
+
"type": "String",
|
|
1678
|
+
"binding": {
|
|
1679
|
+
"type": "zeebe:property",
|
|
1680
|
+
"name": "authentication.uri"
|
|
1681
|
+
},
|
|
1644
1682
|
"constraints": {
|
|
1645
1683
|
"notEmpty": true,
|
|
1646
1684
|
"pattern": {
|
|
1647
|
-
"value": "^(
|
|
1685
|
+
"value": "^(amqps?://)|(secrets).*",
|
|
1648
1686
|
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
1649
1687
|
}
|
|
1650
1688
|
},
|
|
1651
|
-
"group": "authentication",
|
|
1652
|
-
"binding": {
|
|
1653
|
-
"name": "authentication.uri",
|
|
1654
|
-
"type": "zeebe:property"
|
|
1655
|
-
},
|
|
1656
1689
|
"condition": {
|
|
1657
|
-
"property": "
|
|
1658
|
-
"equals": "uri"
|
|
1659
|
-
|
|
1660
|
-
},
|
|
1661
|
-
"type": "String"
|
|
1690
|
+
"property": "connectionType",
|
|
1691
|
+
"equals": "uri"
|
|
1692
|
+
}
|
|
1662
1693
|
},
|
|
1663
1694
|
{
|
|
1664
|
-
"id": "authentication.userName",
|
|
1665
1695
|
"label": "Username",
|
|
1666
|
-
"optional": false,
|
|
1667
|
-
"constraints": {
|
|
1668
|
-
"notEmpty": true
|
|
1669
|
-
},
|
|
1670
1696
|
"group": "authentication",
|
|
1697
|
+
"type": "String",
|
|
1671
1698
|
"binding": {
|
|
1672
|
-
"
|
|
1673
|
-
"
|
|
1699
|
+
"type": "zeebe:property",
|
|
1700
|
+
"name": "authentication.userName"
|
|
1674
1701
|
},
|
|
1675
|
-
"
|
|
1676
|
-
"
|
|
1677
|
-
"equals": "credentials",
|
|
1678
|
-
"type": "simple"
|
|
1702
|
+
"constraints": {
|
|
1703
|
+
"notEmpty": true
|
|
1679
1704
|
},
|
|
1680
|
-
"
|
|
1705
|
+
"condition": {
|
|
1706
|
+
"property": "connectionType",
|
|
1707
|
+
"equals": "credentials"
|
|
1708
|
+
}
|
|
1681
1709
|
},
|
|
1682
1710
|
{
|
|
1683
|
-
"id": "authentication.password",
|
|
1684
1711
|
"label": "Password",
|
|
1685
|
-
"optional": false,
|
|
1686
|
-
"constraints": {
|
|
1687
|
-
"notEmpty": true
|
|
1688
|
-
},
|
|
1689
1712
|
"group": "authentication",
|
|
1713
|
+
"type": "String",
|
|
1690
1714
|
"binding": {
|
|
1691
|
-
"
|
|
1692
|
-
"
|
|
1693
|
-
},
|
|
1694
|
-
"condition": {
|
|
1695
|
-
"property": "authentication.authType",
|
|
1696
|
-
"equals": "credentials",
|
|
1697
|
-
"type": "simple"
|
|
1715
|
+
"type": "zeebe:property",
|
|
1716
|
+
"name": "authentication.password"
|
|
1698
1717
|
},
|
|
1699
|
-
"type": "String"
|
|
1700
|
-
},
|
|
1701
|
-
{
|
|
1702
|
-
"id": "routing.virtualHost",
|
|
1703
|
-
"label": "Virtual host",
|
|
1704
|
-
"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>",
|
|
1705
|
-
"optional": false,
|
|
1706
1718
|
"constraints": {
|
|
1707
1719
|
"notEmpty": true
|
|
1708
1720
|
},
|
|
1709
|
-
"group": "routing",
|
|
1710
|
-
"binding": {
|
|
1711
|
-
"name": "routing.virtualHost",
|
|
1712
|
-
"type": "zeebe:property"
|
|
1713
|
-
},
|
|
1714
1721
|
"condition": {
|
|
1715
|
-
"property": "
|
|
1716
|
-
"equals": "credentials"
|
|
1717
|
-
|
|
1718
|
-
},
|
|
1719
|
-
"type": "String"
|
|
1722
|
+
"property": "connectionType",
|
|
1723
|
+
"equals": "credentials"
|
|
1724
|
+
}
|
|
1720
1725
|
},
|
|
1721
1726
|
{
|
|
1722
|
-
"id": "routing.hostName",
|
|
1723
1727
|
"label": "Host name",
|
|
1724
|
-
"description": "Host name: get from RabbitMQ external
|
|
1725
|
-
"
|
|
1728
|
+
"description": "Host name: get from RabbitMQ external applocation configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
|
|
1729
|
+
"group": "routing",
|
|
1730
|
+
"type": "String",
|
|
1731
|
+
"binding": {
|
|
1732
|
+
"type": "zeebe:property",
|
|
1733
|
+
"name": "routing.hostName"
|
|
1734
|
+
},
|
|
1726
1735
|
"constraints": {
|
|
1727
1736
|
"notEmpty": true
|
|
1728
1737
|
},
|
|
1738
|
+
"condition": {
|
|
1739
|
+
"property": "connectionType",
|
|
1740
|
+
"equals": "credentials"
|
|
1741
|
+
}
|
|
1742
|
+
},
|
|
1743
|
+
{
|
|
1744
|
+
"label": "Virtual host",
|
|
1745
|
+
"description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
|
|
1729
1746
|
"group": "routing",
|
|
1747
|
+
"type": "String",
|
|
1730
1748
|
"binding": {
|
|
1731
|
-
"
|
|
1732
|
-
"
|
|
1749
|
+
"type": "zeebe:property",
|
|
1750
|
+
"name": "routing.virtualHost"
|
|
1733
1751
|
},
|
|
1734
|
-
"
|
|
1735
|
-
"
|
|
1736
|
-
"equals": "credentials",
|
|
1737
|
-
"type": "simple"
|
|
1752
|
+
"constraints": {
|
|
1753
|
+
"notEmpty": true
|
|
1738
1754
|
},
|
|
1739
|
-
"
|
|
1755
|
+
"condition": {
|
|
1756
|
+
"property": "connectionType",
|
|
1757
|
+
"equals": "credentials"
|
|
1758
|
+
}
|
|
1740
1759
|
},
|
|
1741
1760
|
{
|
|
1742
|
-
"id": "routing.port",
|
|
1743
1761
|
"label": "Port",
|
|
1744
|
-
"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
|
|
1745
|
-
"optional": false,
|
|
1746
|
-
"constraints": {
|
|
1747
|
-
"notEmpty": true
|
|
1748
|
-
},
|
|
1762
|
+
"description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
|
|
1749
1763
|
"group": "routing",
|
|
1764
|
+
"type": "String",
|
|
1750
1765
|
"binding": {
|
|
1751
|
-
"
|
|
1752
|
-
"
|
|
1766
|
+
"type": "zeebe:property",
|
|
1767
|
+
"name": "routing.port"
|
|
1753
1768
|
},
|
|
1754
|
-
"
|
|
1755
|
-
"
|
|
1756
|
-
"equals": "credentials",
|
|
1757
|
-
"type": "simple"
|
|
1769
|
+
"constraints": {
|
|
1770
|
+
"notEmpty": true
|
|
1758
1771
|
},
|
|
1759
|
-
"
|
|
1772
|
+
"condition": {
|
|
1773
|
+
"property": "connectionType",
|
|
1774
|
+
"equals": "credentials"
|
|
1775
|
+
}
|
|
1760
1776
|
},
|
|
1761
1777
|
{
|
|
1762
|
-
"id": "queueName",
|
|
1763
1778
|
"label": "Queue name",
|
|
1764
1779
|
"description": "Name of the queue to subscribe to",
|
|
1765
|
-
"optional": false,
|
|
1766
|
-
"constraints": {
|
|
1767
|
-
"notEmpty": true
|
|
1768
|
-
},
|
|
1769
1780
|
"group": "subscription",
|
|
1781
|
+
"type": "String",
|
|
1782
|
+
"feel": "optional",
|
|
1770
1783
|
"binding": {
|
|
1771
|
-
"
|
|
1772
|
-
"
|
|
1784
|
+
"type": "zeebe:property",
|
|
1785
|
+
"name": "queueName"
|
|
1773
1786
|
},
|
|
1774
|
-
"
|
|
1787
|
+
"constraints": {
|
|
1788
|
+
"notEmpty": true
|
|
1789
|
+
}
|
|
1775
1790
|
},
|
|
1776
1791
|
{
|
|
1777
|
-
"id": "consumerTag",
|
|
1778
1792
|
"label": "Consumer tag",
|
|
1779
1793
|
"description": "Consumer tag to use for the subscription",
|
|
1780
|
-
"optional": false,
|
|
1781
1794
|
"group": "subscription",
|
|
1795
|
+
"type": "String",
|
|
1796
|
+
"feel": "optional",
|
|
1782
1797
|
"binding": {
|
|
1783
|
-
"
|
|
1784
|
-
"
|
|
1785
|
-
}
|
|
1786
|
-
"type": "String"
|
|
1798
|
+
"type": "zeebe:property",
|
|
1799
|
+
"name": "consumerTag"
|
|
1800
|
+
}
|
|
1787
1801
|
},
|
|
1788
1802
|
{
|
|
1789
|
-
"id": "arguments",
|
|
1790
1803
|
"label": "Arguments",
|
|
1791
1804
|
"description": "Arguments to use for the subscription",
|
|
1792
|
-
"optional": true,
|
|
1793
|
-
"feel": "required",
|
|
1794
1805
|
"group": "subscription",
|
|
1806
|
+
"type": "String",
|
|
1807
|
+
"feel": "required",
|
|
1795
1808
|
"binding": {
|
|
1796
|
-
"
|
|
1797
|
-
"
|
|
1798
|
-
}
|
|
1799
|
-
"type": "String"
|
|
1809
|
+
"type": "zeebe:property",
|
|
1810
|
+
"name": "arguments"
|
|
1811
|
+
}
|
|
1800
1812
|
},
|
|
1801
1813
|
{
|
|
1802
|
-
"id": "exclusive",
|
|
1803
1814
|
"label": "Exclusive consumer",
|
|
1804
|
-
"optional": false,
|
|
1805
|
-
"value": "false",
|
|
1806
1815
|
"group": "subscription",
|
|
1816
|
+
"type": "Dropdown",
|
|
1817
|
+
"value": "false",
|
|
1807
1818
|
"binding": {
|
|
1808
|
-
"
|
|
1809
|
-
"
|
|
1819
|
+
"type": "zeebe:property",
|
|
1820
|
+
"name": "exclusive"
|
|
1810
1821
|
},
|
|
1811
|
-
"type": "Dropdown",
|
|
1812
1822
|
"choices": [
|
|
1813
1823
|
{
|
|
1814
1824
|
"name": "Yes",
|
|
@@ -1821,47 +1831,46 @@
|
|
|
1821
1831
|
]
|
|
1822
1832
|
},
|
|
1823
1833
|
{
|
|
1824
|
-
"id": "activationCondition",
|
|
1825
1834
|
"label": "Activation condition",
|
|
1826
|
-
"
|
|
1827
|
-
"optional": true,
|
|
1828
|
-
"feel": "required",
|
|
1835
|
+
"type": "String",
|
|
1829
1836
|
"group": "activation",
|
|
1837
|
+
"feel": "required",
|
|
1838
|
+
"optional": true,
|
|
1830
1839
|
"binding": {
|
|
1831
|
-
"
|
|
1832
|
-
"
|
|
1840
|
+
"type": "zeebe:property",
|
|
1841
|
+
"name": "activationCondition"
|
|
1833
1842
|
},
|
|
1834
|
-
"
|
|
1843
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events"
|
|
1835
1844
|
},
|
|
1836
1845
|
{
|
|
1837
|
-
"id": "resultVariable",
|
|
1838
1846
|
"label": "Result variable",
|
|
1839
|
-
"
|
|
1840
|
-
"group": "
|
|
1847
|
+
"type": "String",
|
|
1848
|
+
"group": "variable-mapping",
|
|
1849
|
+
"optional": true,
|
|
1841
1850
|
"binding": {
|
|
1842
|
-
"
|
|
1843
|
-
"
|
|
1851
|
+
"type": "zeebe:property",
|
|
1852
|
+
"name": "resultVariable"
|
|
1844
1853
|
},
|
|
1845
|
-
"
|
|
1854
|
+
"description": "Name of variable to store the result of the connector in"
|
|
1846
1855
|
},
|
|
1847
1856
|
{
|
|
1848
|
-
"id": "resultExpression",
|
|
1849
1857
|
"label": "Result expression",
|
|
1850
|
-
"
|
|
1858
|
+
"type": "String",
|
|
1859
|
+
"group": "variable-mapping",
|
|
1851
1860
|
"feel": "required",
|
|
1852
|
-
"
|
|
1861
|
+
"optional": true,
|
|
1853
1862
|
"binding": {
|
|
1854
|
-
"
|
|
1855
|
-
"
|
|
1863
|
+
"type": "zeebe:property",
|
|
1864
|
+
"name": "resultExpression"
|
|
1856
1865
|
},
|
|
1857
|
-
"
|
|
1866
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
1858
1867
|
}
|
|
1859
1868
|
],
|
|
1860
1869
|
"icon": {
|
|
1861
|
-
"contents": "data:image/svg+xml;
|
|
1870
|
+
"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"
|
|
1862
1871
|
},
|
|
1863
1872
|
"engines": {
|
|
1864
|
-
"camunda": "^8.
|
|
1873
|
+
"camunda": "^8.2"
|
|
1865
1874
|
}
|
|
1866
1875
|
}
|
|
1867
1876
|
]
|