@camunda/connectors-element-templates 1.0.5 → 1.0.7
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 +1 -1
- package/src/build_element_template_array_json_files.sh +9 -0
- package/src/connectors.js +4 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +171 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +1618 -0
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +3064 -300
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -1
- package/src/element-templates/asana-connector.json +8 -8
- package/src/element-templates/automation-anywhere-outbound-connector.json +1185 -1179
- package/src/element-templates/aws-dynamodb-outbound-connector.json +77 -77
- package/src/element-templates/aws-eventbridge-connector-boundary.json +20 -20
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +38 -38
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-start-event.json +18 -15
- package/src/element-templates/aws-eventbridge-outbound-connector.json +50 -50
- package/src/element-templates/aws-lambda-outbound-connector.json +279 -279
- package/src/element-templates/aws-s3-outbound-connector.json +30 -30
- package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
- package/src/element-templates/aws-sns-inbound-boundary.json +486 -486
- package/src/element-templates/aws-sns-inbound-intermediate.json +491 -491
- package/src/element-templates/aws-sns-inbound-message-start.json +98 -98
- package/src/element-templates/aws-sns-inbound-start-event.json +133 -133
- package/src/element-templates/aws-sns-outbound-connector.json +423 -423
- package/src/element-templates/aws-sqs-boundary-connector.json +58 -58
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +523 -523
- package/src/element-templates/aws-sqs-outbound-connector.json +692 -692
- package/src/element-templates/aws-sqs-start-event-connector.json +709 -709
- package/src/element-templates/aws-sqs-start-message.json +460 -460
- package/src/element-templates/azure-blobstorage-outbound-connector.json +1 -1
- package/src/element-templates/blue-prism-connector.json +53 -53
- package/src/element-templates/csv-outbound-connector.json +804 -0
- package/src/element-templates/easy-post-connector.json +151 -151
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-message-start-event-connector.json +19 -19
- package/src/element-templates/email-outbound-connector.json +199 -199
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +3478 -170
- package/src/element-templates/github-connector.json +277 -277
- package/src/element-templates/github-webhook-connector-intermediate.json +44 -44
- package/src/element-templates/github-webhook-connector-start-event.json +29 -26
- package/src/element-templates/gitlab-connector.json +990 -990
- package/src/element-templates/google-drive-outbound-connector.json +423 -423
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +17 -17
- package/src/element-templates/google-sheets-outbound-connector.json +2550 -2550
- package/src/element-templates/graphql-outbound-connector.json +1179 -1179
- package/src/element-templates/http-json-connector.json +2280 -2280
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +256 -553
- package/src/element-templates/http-polling-connector.json +262 -559
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +402 -0
- package/src/element-templates/kafka-inbound-connector-boundary.json +1052 -1052
- package/src/element-templates/kafka-inbound-connector-intermediate.json +1088 -1088
- package/src/element-templates/kafka-inbound-connector-start-message.json +112 -112
- package/src/element-templates/kafka-inbound-connector.json +3 -0
- package/src/element-templates/kafka-outbound-connector.json +617 -617
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +1783 -1783
- package/src/element-templates/openai-connector.json +144 -144
- package/src/element-templates/operate-connector.json +66 -62
- package/src/element-templates/power-automate-connector.json +10 -10
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +439 -439
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +474 -474
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +11 -11
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +597 -597
- package/src/element-templates/rabbitmq-outbound-connector.json +622 -622
- package/src/element-templates/salesforce-connector.json +44 -44
- package/src/element-templates/sendgrid-outbound-connector.json +633 -633
- package/src/element-templates/slack-inbound-boundary.json +184 -184
- package/src/element-templates/slack-inbound-intermediate.json +168 -168
- package/src/element-templates/slack-inbound-message-start.json +201 -201
- package/src/element-templates/slack-inbound-start-event.json +320 -317
- package/src/element-templates/slack-outbound-connector.json +1185 -1185
- package/src/element-templates/twilio-connector.json +26 -26
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-connector.json +3 -0
- package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +629 -629
- package/src/element-templates/webhook-connector-intermediate.json +268 -268
- package/src/element-templates/webhook-connector-start-event.json +1563 -1560
- package/src/element-templates/webhook-connector-start-message.json +1258 -1258
- package/src/element-templates/whatsapp-connector.json +39 -39
- package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
|
@@ -365,7 +365,7 @@
|
|
|
365
365
|
"id": "io.camunda.connectors.RabbitMQ.v1",
|
|
366
366
|
"description": "Send message to RabbitMQ",
|
|
367
367
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound",
|
|
368
|
-
"version":
|
|
368
|
+
"version": 3,
|
|
369
369
|
"category": {
|
|
370
370
|
"id": "connectors",
|
|
371
371
|
"name": "Connectors"
|
|
@@ -392,33 +392,29 @@
|
|
|
392
392
|
"label": "Output mapping"
|
|
393
393
|
},
|
|
394
394
|
{
|
|
395
|
-
"id": "
|
|
395
|
+
"id": "errors",
|
|
396
396
|
"label": "Error handling"
|
|
397
|
-
},
|
|
398
|
-
{
|
|
399
|
-
"id": "retries",
|
|
400
|
-
"label": "Retries"
|
|
401
397
|
}
|
|
402
398
|
],
|
|
403
399
|
"properties": [
|
|
404
400
|
{
|
|
401
|
+
"type": "Hidden",
|
|
405
402
|
"value": "io.camunda:connector-rabbitmq:1",
|
|
406
403
|
"binding": {
|
|
407
|
-
"
|
|
408
|
-
"
|
|
409
|
-
}
|
|
410
|
-
"type": "Hidden"
|
|
404
|
+
"type": "zeebe:taskDefinition",
|
|
405
|
+
"property": "type"
|
|
406
|
+
}
|
|
411
407
|
},
|
|
412
408
|
{
|
|
413
|
-
"id": "
|
|
409
|
+
"id": "connectionType",
|
|
414
410
|
"label": "Connection type",
|
|
415
|
-
"value": "uri",
|
|
416
411
|
"group": "authentication",
|
|
412
|
+
"type": "Dropdown",
|
|
413
|
+
"value": "uri",
|
|
417
414
|
"binding": {
|
|
418
|
-
"
|
|
419
|
-
"
|
|
415
|
+
"type": "zeebe:input",
|
|
416
|
+
"name": "authentication.authType"
|
|
420
417
|
},
|
|
421
|
-
"type": "Dropdown",
|
|
422
418
|
"choices": [
|
|
423
419
|
{
|
|
424
420
|
"name": "URI",
|
|
@@ -431,258 +427,201 @@
|
|
|
431
427
|
]
|
|
432
428
|
},
|
|
433
429
|
{
|
|
434
|
-
"id": "authentication.uri",
|
|
435
430
|
"label": "URI",
|
|
436
431
|
"description": "URI should contain username, password, host name, port number, and virtual host",
|
|
437
|
-
"optional": false,
|
|
438
|
-
"constraints": {
|
|
439
|
-
"notEmpty": true
|
|
440
|
-
},
|
|
441
|
-
"feel": "optional",
|
|
442
432
|
"group": "authentication",
|
|
433
|
+
"type": "String",
|
|
443
434
|
"binding": {
|
|
444
|
-
"
|
|
445
|
-
"
|
|
435
|
+
"type": "zeebe:input",
|
|
436
|
+
"name": "authentication.uri"
|
|
446
437
|
},
|
|
447
|
-
"
|
|
448
|
-
"
|
|
449
|
-
"
|
|
450
|
-
|
|
438
|
+
"constraints": {
|
|
439
|
+
"notEmpty": true,
|
|
440
|
+
"pattern": {
|
|
441
|
+
"value": "^(=|(amqps?://|\\{\\{secrets\\..+\\}\\}).*$)",
|
|
442
|
+
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
443
|
+
}
|
|
451
444
|
},
|
|
452
|
-
"
|
|
445
|
+
"condition": {
|
|
446
|
+
"property": "connectionType",
|
|
447
|
+
"equals": "uri"
|
|
448
|
+
}
|
|
453
449
|
},
|
|
454
450
|
{
|
|
455
|
-
"id": "authentication.userName",
|
|
456
451
|
"label": "Username",
|
|
457
|
-
"optional": false,
|
|
458
|
-
"constraints": {
|
|
459
|
-
"notEmpty": true
|
|
460
|
-
},
|
|
461
|
-
"feel": "optional",
|
|
462
452
|
"group": "authentication",
|
|
453
|
+
"type": "String",
|
|
463
454
|
"binding": {
|
|
464
|
-
"
|
|
465
|
-
"
|
|
455
|
+
"type": "zeebe:input",
|
|
456
|
+
"name": "authentication.userName"
|
|
466
457
|
},
|
|
467
|
-
"
|
|
468
|
-
"
|
|
469
|
-
"equals": "credentials",
|
|
470
|
-
"type": "simple"
|
|
458
|
+
"constraints": {
|
|
459
|
+
"notEmpty": true
|
|
471
460
|
},
|
|
472
|
-
"
|
|
461
|
+
"condition": {
|
|
462
|
+
"property": "connectionType",
|
|
463
|
+
"equals": "credentials"
|
|
464
|
+
}
|
|
473
465
|
},
|
|
474
466
|
{
|
|
475
|
-
"id": "authentication.password",
|
|
476
467
|
"label": "Password",
|
|
477
|
-
"optional": false,
|
|
478
|
-
"constraints": {
|
|
479
|
-
"notEmpty": true
|
|
480
|
-
},
|
|
481
|
-
"feel": "optional",
|
|
482
468
|
"group": "authentication",
|
|
469
|
+
"type": "String",
|
|
483
470
|
"binding": {
|
|
484
|
-
"
|
|
485
|
-
"
|
|
486
|
-
},
|
|
487
|
-
"condition": {
|
|
488
|
-
"property": "authentication.authType",
|
|
489
|
-
"equals": "credentials",
|
|
490
|
-
"type": "simple"
|
|
471
|
+
"type": "zeebe:input",
|
|
472
|
+
"name": "authentication.password"
|
|
491
473
|
},
|
|
492
|
-
"type": "String"
|
|
493
|
-
},
|
|
494
|
-
{
|
|
495
|
-
"id": "routing.exchange",
|
|
496
|
-
"label": "Exchange",
|
|
497
|
-
"description": "Topic exchange: 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>",
|
|
498
|
-
"optional": false,
|
|
499
474
|
"constraints": {
|
|
500
475
|
"notEmpty": true
|
|
501
476
|
},
|
|
477
|
+
"condition": {
|
|
478
|
+
"property": "connectionType",
|
|
479
|
+
"equals": "credentials"
|
|
480
|
+
}
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"label": "Host name",
|
|
484
|
+
"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>",
|
|
502
485
|
"feel": "optional",
|
|
503
486
|
"group": "routing",
|
|
487
|
+
"type": "String",
|
|
504
488
|
"binding": {
|
|
505
|
-
"
|
|
506
|
-
"
|
|
489
|
+
"type": "zeebe:input",
|
|
490
|
+
"name": "routing.hostName"
|
|
507
491
|
},
|
|
508
|
-
"type": "String"
|
|
509
|
-
},
|
|
510
|
-
{
|
|
511
|
-
"id": "routing.routingKey",
|
|
512
|
-
"label": "Routing key",
|
|
513
|
-
"description": "Routing key: a binding is a \"link\" that was set up to bind a queue to an exchange. 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>",
|
|
514
|
-
"optional": false,
|
|
515
492
|
"constraints": {
|
|
516
493
|
"notEmpty": true
|
|
517
494
|
},
|
|
518
|
-
"
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
"type": "zeebe:input"
|
|
523
|
-
},
|
|
524
|
-
"type": "String"
|
|
495
|
+
"condition": {
|
|
496
|
+
"property": "connectionType",
|
|
497
|
+
"equals": "credentials"
|
|
498
|
+
}
|
|
525
499
|
},
|
|
526
500
|
{
|
|
527
|
-
"id": "routing.virtualHost",
|
|
528
501
|
"label": "Virtual host",
|
|
529
502
|
"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>",
|
|
530
|
-
"optional": false,
|
|
531
|
-
"constraints": {
|
|
532
|
-
"notEmpty": true
|
|
533
|
-
},
|
|
534
503
|
"feel": "optional",
|
|
535
504
|
"group": "routing",
|
|
505
|
+
"type": "String",
|
|
536
506
|
"binding": {
|
|
537
|
-
"
|
|
538
|
-
"
|
|
507
|
+
"type": "zeebe:input",
|
|
508
|
+
"name": "routing.virtualHost"
|
|
539
509
|
},
|
|
540
|
-
"
|
|
541
|
-
"
|
|
542
|
-
"equals": "credentials",
|
|
543
|
-
"type": "simple"
|
|
510
|
+
"constraints": {
|
|
511
|
+
"notEmpty": true
|
|
544
512
|
},
|
|
545
|
-
"
|
|
513
|
+
"condition": {
|
|
514
|
+
"property": "connectionType",
|
|
515
|
+
"equals": "credentials"
|
|
516
|
+
}
|
|
546
517
|
},
|
|
547
518
|
{
|
|
548
|
-
"
|
|
549
|
-
"
|
|
550
|
-
"
|
|
551
|
-
"
|
|
519
|
+
"label": "Exchange",
|
|
520
|
+
"description": "Topic exchange: 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>",
|
|
521
|
+
"feel": "optional",
|
|
522
|
+
"group": "routing",
|
|
523
|
+
"type": "String",
|
|
524
|
+
"binding": {
|
|
525
|
+
"type": "zeebe:input",
|
|
526
|
+
"name": "routing.exchange"
|
|
527
|
+
},
|
|
552
528
|
"constraints": {
|
|
553
529
|
"notEmpty": true
|
|
554
|
-
}
|
|
530
|
+
}
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"label": "Routing key",
|
|
534
|
+
"description": "Routing key: a binding is a \"link\" that was set up to bind a queue to an exchange. 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>",
|
|
555
535
|
"feel": "optional",
|
|
556
536
|
"group": "routing",
|
|
537
|
+
"type": "String",
|
|
557
538
|
"binding": {
|
|
558
|
-
"
|
|
559
|
-
"
|
|
560
|
-
},
|
|
561
|
-
"condition": {
|
|
562
|
-
"property": "authentication.authType",
|
|
563
|
-
"equals": "credentials",
|
|
564
|
-
"type": "simple"
|
|
539
|
+
"type": "zeebe:input",
|
|
540
|
+
"name": "routing.routingKey"
|
|
565
541
|
},
|
|
566
|
-
"
|
|
542
|
+
"constraints": {
|
|
543
|
+
"notEmpty": true
|
|
544
|
+
}
|
|
567
545
|
},
|
|
568
546
|
{
|
|
569
|
-
"id": "routing.port",
|
|
570
547
|
"label": "Port",
|
|
571
548
|
"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>",
|
|
572
|
-
"optional": false,
|
|
573
|
-
"constraints": {
|
|
574
|
-
"notEmpty": true
|
|
575
|
-
},
|
|
576
549
|
"feel": "optional",
|
|
577
550
|
"group": "routing",
|
|
551
|
+
"type": "String",
|
|
578
552
|
"binding": {
|
|
579
|
-
"
|
|
580
|
-
"
|
|
553
|
+
"type": "zeebe:input",
|
|
554
|
+
"name": "routing.port"
|
|
581
555
|
},
|
|
582
|
-
"
|
|
583
|
-
"
|
|
584
|
-
"equals": "credentials",
|
|
585
|
-
"type": "simple"
|
|
556
|
+
"constraints": {
|
|
557
|
+
"notEmpty": true
|
|
586
558
|
},
|
|
587
|
-
"
|
|
559
|
+
"condition": {
|
|
560
|
+
"property": "connectionType",
|
|
561
|
+
"equals": "credentials"
|
|
562
|
+
}
|
|
588
563
|
},
|
|
589
564
|
{
|
|
590
|
-
"
|
|
591
|
-
"
|
|
592
|
-
"description": "Properties for the message, routing headers, etc",
|
|
593
|
-
"optional": true,
|
|
594
|
-
"value": "={}",
|
|
595
|
-
"feel": "required",
|
|
565
|
+
"label": "Message",
|
|
566
|
+
"description": "Data to send to RabbitMQ",
|
|
596
567
|
"group": "message",
|
|
568
|
+
"type": "Text",
|
|
569
|
+
"feel": "optional",
|
|
597
570
|
"binding": {
|
|
598
|
-
"
|
|
599
|
-
"
|
|
600
|
-
}
|
|
601
|
-
"type": "Text"
|
|
571
|
+
"type": "zeebe:input",
|
|
572
|
+
"name": "message.body"
|
|
573
|
+
}
|
|
602
574
|
},
|
|
603
575
|
{
|
|
604
|
-
"
|
|
605
|
-
"
|
|
606
|
-
"description": "Data to send to RabbitMQ",
|
|
607
|
-
"optional": false,
|
|
608
|
-
"constraints": {
|
|
609
|
-
"notEmpty": true
|
|
610
|
-
},
|
|
611
|
-
"feel": "optional",
|
|
576
|
+
"label": "Properties",
|
|
577
|
+
"description": "Properties for the message, routing headers, etc.",
|
|
612
578
|
"group": "message",
|
|
579
|
+
"type": "Text",
|
|
580
|
+
"feel": "required",
|
|
581
|
+
"value": "={}",
|
|
613
582
|
"binding": {
|
|
614
|
-
"
|
|
615
|
-
"
|
|
616
|
-
}
|
|
617
|
-
"type": "Text"
|
|
583
|
+
"type": "zeebe:input",
|
|
584
|
+
"name": "message.properties"
|
|
585
|
+
}
|
|
618
586
|
},
|
|
619
587
|
{
|
|
620
|
-
"id": "resultVariable",
|
|
621
588
|
"label": "Result variable",
|
|
622
|
-
"description": "
|
|
589
|
+
"description": "Enter name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
|
|
623
590
|
"group": "output",
|
|
591
|
+
"type": "String",
|
|
624
592
|
"binding": {
|
|
625
|
-
"
|
|
626
|
-
"
|
|
627
|
-
}
|
|
628
|
-
"type": "String"
|
|
593
|
+
"type": "zeebe:taskHeader",
|
|
594
|
+
"key": "resultVariable"
|
|
595
|
+
}
|
|
629
596
|
},
|
|
630
597
|
{
|
|
631
|
-
"id": "resultExpression",
|
|
632
598
|
"label": "Result expression",
|
|
633
|
-
"description": "Expression to map the response into process variables",
|
|
634
|
-
"feel": "required",
|
|
599
|
+
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
|
|
635
600
|
"group": "output",
|
|
636
|
-
"
|
|
637
|
-
"key": "resultExpression",
|
|
638
|
-
"type": "zeebe:taskHeader"
|
|
639
|
-
},
|
|
640
|
-
"type": "Text"
|
|
641
|
-
},
|
|
642
|
-
{
|
|
643
|
-
"id": "errorExpression",
|
|
644
|
-
"label": "Error expression",
|
|
645
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
601
|
+
"type": "Text",
|
|
646
602
|
"feel": "required",
|
|
647
|
-
"group": "error",
|
|
648
|
-
"binding": {
|
|
649
|
-
"key": "errorExpression",
|
|
650
|
-
"type": "zeebe:taskHeader"
|
|
651
|
-
},
|
|
652
|
-
"type": "Text"
|
|
653
|
-
},
|
|
654
|
-
{
|
|
655
|
-
"id": "retryCount",
|
|
656
|
-
"label": "Retries",
|
|
657
|
-
"description": "Number of retries",
|
|
658
|
-
"value": "3",
|
|
659
|
-
"feel": "optional",
|
|
660
|
-
"group": "retries",
|
|
661
603
|
"binding": {
|
|
662
|
-
"
|
|
663
|
-
"
|
|
664
|
-
}
|
|
665
|
-
"type": "String"
|
|
604
|
+
"type": "zeebe:taskHeader",
|
|
605
|
+
"key": "resultExpression"
|
|
606
|
+
}
|
|
666
607
|
},
|
|
667
608
|
{
|
|
668
|
-
"
|
|
669
|
-
"
|
|
670
|
-
"
|
|
671
|
-
"
|
|
672
|
-
"feel": "
|
|
673
|
-
"group": "retries",
|
|
609
|
+
"label": "Error expression",
|
|
610
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
|
|
611
|
+
"group": "errors",
|
|
612
|
+
"type": "Text",
|
|
613
|
+
"feel": "required",
|
|
674
614
|
"binding": {
|
|
675
|
-
"
|
|
676
|
-
"
|
|
677
|
-
}
|
|
678
|
-
"type": "String"
|
|
615
|
+
"type": "zeebe:taskHeader",
|
|
616
|
+
"key": "errorExpression"
|
|
617
|
+
}
|
|
679
618
|
}
|
|
680
619
|
],
|
|
681
620
|
"icon": {
|
|
682
|
-
"contents": "data:image/svg+xml;
|
|
621
|
+
"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"
|
|
683
622
|
},
|
|
684
623
|
"engines": {
|
|
685
|
-
"camunda": "^8.
|
|
624
|
+
"camunda": "^8.2"
|
|
686
625
|
}
|
|
687
626
|
},
|
|
688
627
|
{
|
|
@@ -691,7 +630,7 @@
|
|
|
691
630
|
"id": "io.camunda.connectors.RabbitMQ.v1",
|
|
692
631
|
"description": "Send message to RabbitMQ",
|
|
693
632
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/",
|
|
694
|
-
"version":
|
|
633
|
+
"version": 1,
|
|
695
634
|
"category": {
|
|
696
635
|
"id": "connectors",
|
|
697
636
|
"name": "Connectors"
|
|
@@ -764,7 +703,7 @@
|
|
|
764
703
|
"constraints": {
|
|
765
704
|
"notEmpty": true,
|
|
766
705
|
"pattern": {
|
|
767
|
-
"value": "^(
|
|
706
|
+
"value": "^(amqps?://)|(secrets).*",
|
|
768
707
|
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
769
708
|
}
|
|
770
709
|
},
|
|
@@ -952,11 +891,11 @@
|
|
|
952
891
|
},
|
|
953
892
|
{
|
|
954
893
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
955
|
-
"name": "RabbitMQ
|
|
894
|
+
"name": "RabbitMQ Outbound Connector",
|
|
956
895
|
"id": "io.camunda.connectors.RabbitMQ.v1",
|
|
957
896
|
"description": "Send message to RabbitMQ",
|
|
958
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq
|
|
959
|
-
"version":
|
|
897
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound",
|
|
898
|
+
"version": 5,
|
|
960
899
|
"category": {
|
|
961
900
|
"id": "connectors",
|
|
962
901
|
"name": "Connectors"
|
|
@@ -983,29 +922,33 @@
|
|
|
983
922
|
"label": "Output mapping"
|
|
984
923
|
},
|
|
985
924
|
{
|
|
986
|
-
"id": "
|
|
925
|
+
"id": "error",
|
|
987
926
|
"label": "Error handling"
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"id": "retries",
|
|
930
|
+
"label": "Retries"
|
|
988
931
|
}
|
|
989
932
|
],
|
|
990
933
|
"properties": [
|
|
991
934
|
{
|
|
992
|
-
"type": "Hidden",
|
|
993
935
|
"value": "io.camunda:connector-rabbitmq:1",
|
|
994
936
|
"binding": {
|
|
995
|
-
"
|
|
996
|
-
"
|
|
997
|
-
}
|
|
937
|
+
"property": "type",
|
|
938
|
+
"type": "zeebe:taskDefinition"
|
|
939
|
+
},
|
|
940
|
+
"type": "Hidden"
|
|
998
941
|
},
|
|
999
942
|
{
|
|
1000
|
-
"id": "
|
|
943
|
+
"id": "authentication.authType",
|
|
1001
944
|
"label": "Connection type",
|
|
1002
|
-
"group": "authentication",
|
|
1003
|
-
"type": "Dropdown",
|
|
1004
945
|
"value": "uri",
|
|
946
|
+
"group": "authentication",
|
|
1005
947
|
"binding": {
|
|
1006
|
-
"
|
|
1007
|
-
"
|
|
948
|
+
"name": "authentication.authType",
|
|
949
|
+
"type": "zeebe:input"
|
|
1008
950
|
},
|
|
951
|
+
"type": "Dropdown",
|
|
1009
952
|
"choices": [
|
|
1010
953
|
{
|
|
1011
954
|
"name": "URI",
|
|
@@ -1018,210 +961,271 @@
|
|
|
1018
961
|
]
|
|
1019
962
|
},
|
|
1020
963
|
{
|
|
964
|
+
"id": "authentication.uri",
|
|
1021
965
|
"label": "URI",
|
|
1022
966
|
"description": "URI should contain username, password, host name, port number, and virtual host",
|
|
1023
|
-
"
|
|
1024
|
-
"type": "String",
|
|
1025
|
-
"binding": {
|
|
1026
|
-
"type": "zeebe:input",
|
|
1027
|
-
"name": "authentication.uri"
|
|
1028
|
-
},
|
|
967
|
+
"optional": false,
|
|
1029
968
|
"constraints": {
|
|
1030
969
|
"notEmpty": true,
|
|
1031
970
|
"pattern": {
|
|
1032
|
-
"value": "^(amqps
|
|
971
|
+
"value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
|
|
1033
972
|
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
1034
973
|
}
|
|
1035
974
|
},
|
|
975
|
+
"feel": "optional",
|
|
976
|
+
"group": "authentication",
|
|
977
|
+
"binding": {
|
|
978
|
+
"name": "authentication.uri",
|
|
979
|
+
"type": "zeebe:input"
|
|
980
|
+
},
|
|
1036
981
|
"condition": {
|
|
1037
|
-
"property": "
|
|
1038
|
-
"equals": "uri"
|
|
1039
|
-
|
|
982
|
+
"property": "authentication.authType",
|
|
983
|
+
"equals": "uri",
|
|
984
|
+
"type": "simple"
|
|
985
|
+
},
|
|
986
|
+
"type": "String"
|
|
1040
987
|
},
|
|
1041
988
|
{
|
|
989
|
+
"id": "authentication.userName",
|
|
1042
990
|
"label": "Username",
|
|
1043
|
-
"
|
|
1044
|
-
"type": "String",
|
|
1045
|
-
"binding": {
|
|
1046
|
-
"type": "zeebe:input",
|
|
1047
|
-
"name": "authentication.userName"
|
|
1048
|
-
},
|
|
991
|
+
"optional": false,
|
|
1049
992
|
"constraints": {
|
|
1050
993
|
"notEmpty": true
|
|
1051
994
|
},
|
|
995
|
+
"feel": "optional",
|
|
996
|
+
"group": "authentication",
|
|
997
|
+
"binding": {
|
|
998
|
+
"name": "authentication.userName",
|
|
999
|
+
"type": "zeebe:input"
|
|
1000
|
+
},
|
|
1052
1001
|
"condition": {
|
|
1053
|
-
"property": "
|
|
1054
|
-
"equals": "credentials"
|
|
1055
|
-
|
|
1002
|
+
"property": "authentication.authType",
|
|
1003
|
+
"equals": "credentials",
|
|
1004
|
+
"type": "simple"
|
|
1005
|
+
},
|
|
1006
|
+
"type": "String"
|
|
1056
1007
|
},
|
|
1057
1008
|
{
|
|
1009
|
+
"id": "authentication.password",
|
|
1058
1010
|
"label": "Password",
|
|
1059
|
-
"
|
|
1060
|
-
"type": "String",
|
|
1061
|
-
"binding": {
|
|
1062
|
-
"type": "zeebe:input",
|
|
1063
|
-
"name": "authentication.password"
|
|
1064
|
-
},
|
|
1011
|
+
"optional": false,
|
|
1065
1012
|
"constraints": {
|
|
1066
1013
|
"notEmpty": true
|
|
1067
1014
|
},
|
|
1015
|
+
"feel": "optional",
|
|
1016
|
+
"group": "authentication",
|
|
1017
|
+
"binding": {
|
|
1018
|
+
"name": "authentication.password",
|
|
1019
|
+
"type": "zeebe:input"
|
|
1020
|
+
},
|
|
1068
1021
|
"condition": {
|
|
1069
|
-
"property": "
|
|
1070
|
-
"equals": "credentials"
|
|
1071
|
-
|
|
1022
|
+
"property": "authentication.authType",
|
|
1023
|
+
"equals": "credentials",
|
|
1024
|
+
"type": "simple"
|
|
1025
|
+
},
|
|
1026
|
+
"type": "String"
|
|
1072
1027
|
},
|
|
1073
1028
|
{
|
|
1074
|
-
"
|
|
1075
|
-
"
|
|
1029
|
+
"id": "routing.exchange",
|
|
1030
|
+
"label": "Exchange",
|
|
1031
|
+
"description": "Topic exchange: 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>",
|
|
1032
|
+
"optional": false,
|
|
1033
|
+
"constraints": {
|
|
1034
|
+
"notEmpty": true
|
|
1035
|
+
},
|
|
1076
1036
|
"feel": "optional",
|
|
1077
1037
|
"group": "routing",
|
|
1078
|
-
"type": "String",
|
|
1079
1038
|
"binding": {
|
|
1080
|
-
"
|
|
1081
|
-
"
|
|
1039
|
+
"name": "routing.exchange",
|
|
1040
|
+
"type": "zeebe:input"
|
|
1082
1041
|
},
|
|
1042
|
+
"type": "String"
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
"id": "routing.routingKey",
|
|
1046
|
+
"label": "Routing key",
|
|
1047
|
+
"description": "Routing key: a binding is a \"link\" that was set up to bind a queue to an exchange. 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>",
|
|
1048
|
+
"optional": false,
|
|
1083
1049
|
"constraints": {
|
|
1084
1050
|
"notEmpty": true
|
|
1085
1051
|
},
|
|
1086
|
-
"condition": {
|
|
1087
|
-
"property": "connectionType",
|
|
1088
|
-
"equals": "credentials"
|
|
1089
|
-
}
|
|
1090
|
-
},
|
|
1091
|
-
{
|
|
1092
|
-
"label": "Virtual host",
|
|
1093
|
-
"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>",
|
|
1094
1052
|
"feel": "optional",
|
|
1095
1053
|
"group": "routing",
|
|
1096
|
-
"type": "String",
|
|
1097
1054
|
"binding": {
|
|
1098
|
-
"
|
|
1099
|
-
"
|
|
1055
|
+
"name": "routing.routingKey",
|
|
1056
|
+
"type": "zeebe:input"
|
|
1100
1057
|
},
|
|
1058
|
+
"type": "String"
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"id": "routing.virtualHost",
|
|
1062
|
+
"label": "Virtual host",
|
|
1063
|
+
"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>",
|
|
1064
|
+
"optional": false,
|
|
1101
1065
|
"constraints": {
|
|
1102
1066
|
"notEmpty": true
|
|
1103
1067
|
},
|
|
1104
|
-
"condition": {
|
|
1105
|
-
"property": "connectionType",
|
|
1106
|
-
"equals": "credentials"
|
|
1107
|
-
}
|
|
1108
|
-
},
|
|
1109
|
-
{
|
|
1110
|
-
"label": "Exchange",
|
|
1111
|
-
"description": "Topic exchange: 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>",
|
|
1112
1068
|
"feel": "optional",
|
|
1113
1069
|
"group": "routing",
|
|
1114
|
-
"type": "String",
|
|
1115
1070
|
"binding": {
|
|
1116
|
-
"
|
|
1117
|
-
"
|
|
1071
|
+
"name": "routing.virtualHost",
|
|
1072
|
+
"type": "zeebe:input"
|
|
1118
1073
|
},
|
|
1119
|
-
"
|
|
1120
|
-
"
|
|
1121
|
-
|
|
1074
|
+
"condition": {
|
|
1075
|
+
"property": "authentication.authType",
|
|
1076
|
+
"equals": "credentials",
|
|
1077
|
+
"type": "simple"
|
|
1078
|
+
},
|
|
1079
|
+
"type": "String"
|
|
1122
1080
|
},
|
|
1123
1081
|
{
|
|
1124
|
-
"
|
|
1125
|
-
"
|
|
1082
|
+
"id": "routing.hostName",
|
|
1083
|
+
"label": "Host name",
|
|
1084
|
+
"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>",
|
|
1085
|
+
"optional": false,
|
|
1086
|
+
"constraints": {
|
|
1087
|
+
"notEmpty": true
|
|
1088
|
+
},
|
|
1126
1089
|
"feel": "optional",
|
|
1127
1090
|
"group": "routing",
|
|
1128
|
-
"type": "String",
|
|
1129
1091
|
"binding": {
|
|
1130
|
-
"
|
|
1131
|
-
"
|
|
1092
|
+
"name": "routing.hostName",
|
|
1093
|
+
"type": "zeebe:input"
|
|
1132
1094
|
},
|
|
1133
|
-
"
|
|
1134
|
-
"
|
|
1135
|
-
|
|
1095
|
+
"condition": {
|
|
1096
|
+
"property": "authentication.authType",
|
|
1097
|
+
"equals": "credentials",
|
|
1098
|
+
"type": "simple"
|
|
1099
|
+
},
|
|
1100
|
+
"type": "String"
|
|
1136
1101
|
},
|
|
1137
1102
|
{
|
|
1103
|
+
"id": "routing.port",
|
|
1138
1104
|
"label": "Port",
|
|
1139
|
-
"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
|
|
1105
|
+
"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>",
|
|
1106
|
+
"optional": false,
|
|
1107
|
+
"constraints": {
|
|
1108
|
+
"notEmpty": true
|
|
1109
|
+
},
|
|
1140
1110
|
"feel": "optional",
|
|
1141
1111
|
"group": "routing",
|
|
1142
|
-
"type": "String",
|
|
1143
1112
|
"binding": {
|
|
1144
|
-
"
|
|
1145
|
-
"
|
|
1146
|
-
},
|
|
1147
|
-
"constraints": {
|
|
1148
|
-
"notEmpty": true
|
|
1113
|
+
"name": "routing.port",
|
|
1114
|
+
"type": "zeebe:input"
|
|
1149
1115
|
},
|
|
1150
1116
|
"condition": {
|
|
1151
|
-
"property": "
|
|
1152
|
-
"equals": "credentials"
|
|
1153
|
-
|
|
1117
|
+
"property": "authentication.authType",
|
|
1118
|
+
"equals": "credentials",
|
|
1119
|
+
"type": "simple"
|
|
1120
|
+
},
|
|
1121
|
+
"type": "String"
|
|
1154
1122
|
},
|
|
1155
1123
|
{
|
|
1156
|
-
"
|
|
1157
|
-
"
|
|
1124
|
+
"id": "message.properties",
|
|
1125
|
+
"label": "Properties",
|
|
1126
|
+
"description": "Properties for the message, routing headers, etc",
|
|
1127
|
+
"optional": true,
|
|
1128
|
+
"value": "={}",
|
|
1129
|
+
"feel": "required",
|
|
1158
1130
|
"group": "message",
|
|
1159
|
-
"type": "Text",
|
|
1160
|
-
"feel": "optional",
|
|
1161
1131
|
"binding": {
|
|
1162
|
-
"
|
|
1163
|
-
"
|
|
1164
|
-
}
|
|
1132
|
+
"name": "message.properties",
|
|
1133
|
+
"type": "zeebe:input"
|
|
1134
|
+
},
|
|
1135
|
+
"type": "Text"
|
|
1165
1136
|
},
|
|
1166
1137
|
{
|
|
1167
|
-
"
|
|
1168
|
-
"
|
|
1138
|
+
"id": "message.body",
|
|
1139
|
+
"label": "Message",
|
|
1140
|
+
"description": "Data to send to RabbitMQ",
|
|
1141
|
+
"optional": false,
|
|
1142
|
+
"constraints": {
|
|
1143
|
+
"notEmpty": true
|
|
1144
|
+
},
|
|
1145
|
+
"feel": "optional",
|
|
1169
1146
|
"group": "message",
|
|
1170
|
-
"type": "Text",
|
|
1171
|
-
"feel": "required",
|
|
1172
|
-
"value": "={}",
|
|
1173
1147
|
"binding": {
|
|
1174
|
-
"
|
|
1175
|
-
"
|
|
1176
|
-
}
|
|
1148
|
+
"name": "message.body",
|
|
1149
|
+
"type": "zeebe:input"
|
|
1150
|
+
},
|
|
1151
|
+
"type": "Text"
|
|
1177
1152
|
},
|
|
1178
1153
|
{
|
|
1154
|
+
"id": "resultVariable",
|
|
1179
1155
|
"label": "Result variable",
|
|
1180
|
-
"description": "
|
|
1156
|
+
"description": "Name of variable to store the response in",
|
|
1181
1157
|
"group": "output",
|
|
1182
|
-
"type": "String",
|
|
1183
1158
|
"binding": {
|
|
1184
|
-
"
|
|
1185
|
-
"
|
|
1186
|
-
}
|
|
1159
|
+
"key": "resultVariable",
|
|
1160
|
+
"type": "zeebe:taskHeader"
|
|
1161
|
+
},
|
|
1162
|
+
"type": "String"
|
|
1187
1163
|
},
|
|
1188
1164
|
{
|
|
1165
|
+
"id": "resultExpression",
|
|
1189
1166
|
"label": "Result expression",
|
|
1190
|
-
"description": "Expression to map the response into process variables
|
|
1191
|
-
"group": "output",
|
|
1192
|
-
"type": "Text",
|
|
1167
|
+
"description": "Expression to map the response into process variables",
|
|
1193
1168
|
"feel": "required",
|
|
1169
|
+
"group": "output",
|
|
1194
1170
|
"binding": {
|
|
1195
|
-
"
|
|
1196
|
-
"
|
|
1197
|
-
}
|
|
1171
|
+
"key": "resultExpression",
|
|
1172
|
+
"type": "zeebe:taskHeader"
|
|
1173
|
+
},
|
|
1174
|
+
"type": "Text"
|
|
1198
1175
|
},
|
|
1199
1176
|
{
|
|
1177
|
+
"id": "errorExpression",
|
|
1200
1178
|
"label": "Error expression",
|
|
1201
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
1202
|
-
"group": "errors",
|
|
1203
|
-
"type": "Text",
|
|
1179
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
1204
1180
|
"feel": "required",
|
|
1181
|
+
"group": "error",
|
|
1205
1182
|
"binding": {
|
|
1206
|
-
"
|
|
1207
|
-
"
|
|
1208
|
-
}
|
|
1183
|
+
"key": "errorExpression",
|
|
1184
|
+
"type": "zeebe:taskHeader"
|
|
1185
|
+
},
|
|
1186
|
+
"type": "Text"
|
|
1187
|
+
},
|
|
1188
|
+
{
|
|
1189
|
+
"id": "retryCount",
|
|
1190
|
+
"label": "Retries",
|
|
1191
|
+
"description": "Number of retries",
|
|
1192
|
+
"value": "3",
|
|
1193
|
+
"feel": "optional",
|
|
1194
|
+
"group": "retries",
|
|
1195
|
+
"binding": {
|
|
1196
|
+
"property": "retries",
|
|
1197
|
+
"type": "zeebe:taskDefinition"
|
|
1198
|
+
},
|
|
1199
|
+
"type": "String"
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
"id": "retryBackoff",
|
|
1203
|
+
"label": "Retry backoff",
|
|
1204
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
1205
|
+
"value": "PT0S",
|
|
1206
|
+
"feel": "optional",
|
|
1207
|
+
"group": "retries",
|
|
1208
|
+
"binding": {
|
|
1209
|
+
"key": "retryBackoff",
|
|
1210
|
+
"type": "zeebe:taskHeader"
|
|
1211
|
+
},
|
|
1212
|
+
"type": "String"
|
|
1209
1213
|
}
|
|
1210
1214
|
],
|
|
1211
1215
|
"icon": {
|
|
1212
|
-
"contents": "data:image/svg+xml;
|
|
1216
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
|
|
1213
1217
|
},
|
|
1214
1218
|
"engines": {
|
|
1215
|
-
"camunda": "^8.
|
|
1219
|
+
"camunda": "^8.5"
|
|
1216
1220
|
}
|
|
1217
1221
|
},
|
|
1218
1222
|
{
|
|
1219
1223
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1220
|
-
"name": "RabbitMQ
|
|
1224
|
+
"name": "RabbitMQ connector",
|
|
1221
1225
|
"id": "io.camunda.connectors.RabbitMQ.v1",
|
|
1222
1226
|
"description": "Send message to RabbitMQ",
|
|
1223
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq
|
|
1224
|
-
"version":
|
|
1227
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/",
|
|
1228
|
+
"version": 2,
|
|
1225
1229
|
"category": {
|
|
1226
1230
|
"id": "connectors",
|
|
1227
1231
|
"name": "Connectors"
|
|
@@ -1248,33 +1252,29 @@
|
|
|
1248
1252
|
"label": "Output mapping"
|
|
1249
1253
|
},
|
|
1250
1254
|
{
|
|
1251
|
-
"id": "
|
|
1255
|
+
"id": "errors",
|
|
1252
1256
|
"label": "Error handling"
|
|
1253
|
-
},
|
|
1254
|
-
{
|
|
1255
|
-
"id": "retries",
|
|
1256
|
-
"label": "Retries"
|
|
1257
1257
|
}
|
|
1258
1258
|
],
|
|
1259
1259
|
"properties": [
|
|
1260
1260
|
{
|
|
1261
|
+
"type": "Hidden",
|
|
1261
1262
|
"value": "io.camunda:connector-rabbitmq:1",
|
|
1262
1263
|
"binding": {
|
|
1263
|
-
"
|
|
1264
|
-
"
|
|
1265
|
-
}
|
|
1266
|
-
"type": "Hidden"
|
|
1264
|
+
"type": "zeebe:taskDefinition",
|
|
1265
|
+
"property": "type"
|
|
1266
|
+
}
|
|
1267
1267
|
},
|
|
1268
1268
|
{
|
|
1269
|
-
"id": "
|
|
1269
|
+
"id": "connectionType",
|
|
1270
1270
|
"label": "Connection type",
|
|
1271
|
-
"value": "uri",
|
|
1272
1271
|
"group": "authentication",
|
|
1272
|
+
"type": "Dropdown",
|
|
1273
|
+
"value": "uri",
|
|
1273
1274
|
"binding": {
|
|
1274
|
-
"
|
|
1275
|
-
"
|
|
1275
|
+
"type": "zeebe:input",
|
|
1276
|
+
"name": "authentication.authType"
|
|
1276
1277
|
},
|
|
1277
|
-
"type": "Dropdown",
|
|
1278
1278
|
"choices": [
|
|
1279
1279
|
{
|
|
1280
1280
|
"name": "URI",
|
|
@@ -1287,262 +1287,201 @@
|
|
|
1287
1287
|
]
|
|
1288
1288
|
},
|
|
1289
1289
|
{
|
|
1290
|
-
"id": "authentication.uri",
|
|
1291
1290
|
"label": "URI",
|
|
1292
1291
|
"description": "URI should contain username, password, host name, port number, and virtual host",
|
|
1293
|
-
"
|
|
1292
|
+
"group": "authentication",
|
|
1293
|
+
"type": "String",
|
|
1294
|
+
"binding": {
|
|
1295
|
+
"type": "zeebe:input",
|
|
1296
|
+
"name": "authentication.uri"
|
|
1297
|
+
},
|
|
1294
1298
|
"constraints": {
|
|
1295
1299
|
"notEmpty": true,
|
|
1296
1300
|
"pattern": {
|
|
1297
|
-
"value": "^(=|(amqps?://|secrets
|
|
1301
|
+
"value": "^(=|(amqps?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
|
|
1298
1302
|
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
1299
1303
|
}
|
|
1300
1304
|
},
|
|
1301
|
-
"feel": "optional",
|
|
1302
|
-
"group": "authentication",
|
|
1303
|
-
"binding": {
|
|
1304
|
-
"name": "authentication.uri",
|
|
1305
|
-
"type": "zeebe:input"
|
|
1306
|
-
},
|
|
1307
1305
|
"condition": {
|
|
1308
|
-
"property": "
|
|
1309
|
-
"equals": "uri"
|
|
1310
|
-
|
|
1311
|
-
},
|
|
1312
|
-
"type": "String"
|
|
1306
|
+
"property": "connectionType",
|
|
1307
|
+
"equals": "uri"
|
|
1308
|
+
}
|
|
1313
1309
|
},
|
|
1314
1310
|
{
|
|
1315
|
-
"id": "authentication.userName",
|
|
1316
1311
|
"label": "Username",
|
|
1317
|
-
"optional": false,
|
|
1318
|
-
"constraints": {
|
|
1319
|
-
"notEmpty": true
|
|
1320
|
-
},
|
|
1321
|
-
"feel": "optional",
|
|
1322
1312
|
"group": "authentication",
|
|
1313
|
+
"type": "String",
|
|
1323
1314
|
"binding": {
|
|
1324
|
-
"
|
|
1325
|
-
"
|
|
1315
|
+
"type": "zeebe:input",
|
|
1316
|
+
"name": "authentication.userName"
|
|
1326
1317
|
},
|
|
1327
|
-
"
|
|
1328
|
-
"
|
|
1329
|
-
"equals": "credentials",
|
|
1330
|
-
"type": "simple"
|
|
1318
|
+
"constraints": {
|
|
1319
|
+
"notEmpty": true
|
|
1331
1320
|
},
|
|
1332
|
-
"
|
|
1321
|
+
"condition": {
|
|
1322
|
+
"property": "connectionType",
|
|
1323
|
+
"equals": "credentials"
|
|
1324
|
+
}
|
|
1333
1325
|
},
|
|
1334
1326
|
{
|
|
1335
|
-
"id": "authentication.password",
|
|
1336
1327
|
"label": "Password",
|
|
1337
|
-
"optional": false,
|
|
1338
|
-
"constraints": {
|
|
1339
|
-
"notEmpty": true
|
|
1340
|
-
},
|
|
1341
|
-
"feel": "optional",
|
|
1342
1328
|
"group": "authentication",
|
|
1329
|
+
"type": "String",
|
|
1343
1330
|
"binding": {
|
|
1344
|
-
"
|
|
1345
|
-
"
|
|
1346
|
-
},
|
|
1347
|
-
"condition": {
|
|
1348
|
-
"property": "authentication.authType",
|
|
1349
|
-
"equals": "credentials",
|
|
1350
|
-
"type": "simple"
|
|
1331
|
+
"type": "zeebe:input",
|
|
1332
|
+
"name": "authentication.password"
|
|
1351
1333
|
},
|
|
1352
|
-
"type": "String"
|
|
1353
|
-
},
|
|
1354
|
-
{
|
|
1355
|
-
"id": "routing.exchange",
|
|
1356
|
-
"label": "Exchange",
|
|
1357
|
-
"description": "Topic exchange: 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>",
|
|
1358
|
-
"optional": false,
|
|
1359
1334
|
"constraints": {
|
|
1360
1335
|
"notEmpty": true
|
|
1361
1336
|
},
|
|
1337
|
+
"condition": {
|
|
1338
|
+
"property": "connectionType",
|
|
1339
|
+
"equals": "credentials"
|
|
1340
|
+
}
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
"label": "Host name",
|
|
1344
|
+
"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/#routing-data\"target=\"_blank\">documentation</a>",
|
|
1362
1345
|
"feel": "optional",
|
|
1363
1346
|
"group": "routing",
|
|
1347
|
+
"type": "String",
|
|
1364
1348
|
"binding": {
|
|
1365
|
-
"
|
|
1366
|
-
"
|
|
1349
|
+
"type": "zeebe:input",
|
|
1350
|
+
"name": "routing.hostName"
|
|
1367
1351
|
},
|
|
1368
|
-
"type": "String"
|
|
1369
|
-
},
|
|
1370
|
-
{
|
|
1371
|
-
"id": "routing.routingKey",
|
|
1372
|
-
"label": "Routing key",
|
|
1373
|
-
"description": "Routing key: a binding is a \"link\" that was set up to bind a queue to an exchange. 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>",
|
|
1374
|
-
"optional": false,
|
|
1375
1352
|
"constraints": {
|
|
1376
1353
|
"notEmpty": true
|
|
1377
1354
|
},
|
|
1378
|
-
"
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
"type": "zeebe:input"
|
|
1383
|
-
},
|
|
1384
|
-
"type": "String"
|
|
1355
|
+
"condition": {
|
|
1356
|
+
"property": "connectionType",
|
|
1357
|
+
"equals": "credentials"
|
|
1358
|
+
}
|
|
1385
1359
|
},
|
|
1386
1360
|
{
|
|
1387
|
-
"id": "routing.virtualHost",
|
|
1388
1361
|
"label": "Virtual host",
|
|
1389
|
-
"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
|
|
1390
|
-
"optional": false,
|
|
1391
|
-
"constraints": {
|
|
1392
|
-
"notEmpty": true
|
|
1393
|
-
},
|
|
1362
|
+
"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>",
|
|
1394
1363
|
"feel": "optional",
|
|
1395
1364
|
"group": "routing",
|
|
1365
|
+
"type": "String",
|
|
1396
1366
|
"binding": {
|
|
1397
|
-
"
|
|
1398
|
-
"
|
|
1367
|
+
"type": "zeebe:input",
|
|
1368
|
+
"name": "routing.virtualHost"
|
|
1399
1369
|
},
|
|
1400
|
-
"
|
|
1401
|
-
"
|
|
1402
|
-
"equals": "credentials",
|
|
1403
|
-
"type": "simple"
|
|
1370
|
+
"constraints": {
|
|
1371
|
+
"notEmpty": true
|
|
1404
1372
|
},
|
|
1405
|
-
"
|
|
1373
|
+
"condition": {
|
|
1374
|
+
"property": "connectionType",
|
|
1375
|
+
"equals": "credentials"
|
|
1376
|
+
}
|
|
1406
1377
|
},
|
|
1407
1378
|
{
|
|
1408
|
-
"
|
|
1409
|
-
"
|
|
1410
|
-
"
|
|
1411
|
-
"
|
|
1379
|
+
"label": "Exchange",
|
|
1380
|
+
"description": "Topic exchange: 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>",
|
|
1381
|
+
"feel": "optional",
|
|
1382
|
+
"group": "routing",
|
|
1383
|
+
"type": "String",
|
|
1384
|
+
"binding": {
|
|
1385
|
+
"type": "zeebe:input",
|
|
1386
|
+
"name": "routing.exchange"
|
|
1387
|
+
},
|
|
1412
1388
|
"constraints": {
|
|
1413
1389
|
"notEmpty": true
|
|
1414
|
-
}
|
|
1390
|
+
}
|
|
1391
|
+
},
|
|
1392
|
+
{
|
|
1393
|
+
"label": "Routing key",
|
|
1394
|
+
"description": "Routing key: a binding is a \"link\" that was set up to bind a queue to an exchange. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
|
|
1415
1395
|
"feel": "optional",
|
|
1416
1396
|
"group": "routing",
|
|
1397
|
+
"type": "String",
|
|
1417
1398
|
"binding": {
|
|
1418
|
-
"
|
|
1419
|
-
"
|
|
1420
|
-
},
|
|
1421
|
-
"condition": {
|
|
1422
|
-
"property": "authentication.authType",
|
|
1423
|
-
"equals": "credentials",
|
|
1424
|
-
"type": "simple"
|
|
1399
|
+
"type": "zeebe:input",
|
|
1400
|
+
"name": "routing.routingKey"
|
|
1425
1401
|
},
|
|
1426
|
-
"
|
|
1402
|
+
"constraints": {
|
|
1403
|
+
"notEmpty": true
|
|
1404
|
+
}
|
|
1427
1405
|
},
|
|
1428
1406
|
{
|
|
1429
|
-
"id": "routing.port",
|
|
1430
1407
|
"label": "Port",
|
|
1431
|
-
"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
|
|
1432
|
-
"optional": false,
|
|
1433
|
-
"constraints": {
|
|
1434
|
-
"notEmpty": true
|
|
1435
|
-
},
|
|
1408
|
+
"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>",
|
|
1436
1409
|
"feel": "optional",
|
|
1437
1410
|
"group": "routing",
|
|
1411
|
+
"type": "String",
|
|
1438
1412
|
"binding": {
|
|
1439
|
-
"
|
|
1440
|
-
"
|
|
1413
|
+
"type": "zeebe:input",
|
|
1414
|
+
"name": "routing.port"
|
|
1441
1415
|
},
|
|
1442
|
-
"
|
|
1443
|
-
"
|
|
1444
|
-
"equals": "credentials",
|
|
1445
|
-
"type": "simple"
|
|
1416
|
+
"constraints": {
|
|
1417
|
+
"notEmpty": true
|
|
1446
1418
|
},
|
|
1447
|
-
"
|
|
1419
|
+
"condition": {
|
|
1420
|
+
"property": "connectionType",
|
|
1421
|
+
"equals": "credentials"
|
|
1422
|
+
}
|
|
1448
1423
|
},
|
|
1449
1424
|
{
|
|
1450
|
-
"
|
|
1451
|
-
"
|
|
1452
|
-
"description": "Properties for the message, routing headers, etc",
|
|
1453
|
-
"optional": true,
|
|
1454
|
-
"value": "={}",
|
|
1455
|
-
"feel": "required",
|
|
1425
|
+
"label": "Message",
|
|
1426
|
+
"description": "Data to send to RabbitMQ",
|
|
1456
1427
|
"group": "message",
|
|
1428
|
+
"type": "Text",
|
|
1429
|
+
"feel": "optional",
|
|
1457
1430
|
"binding": {
|
|
1458
|
-
"
|
|
1459
|
-
"
|
|
1460
|
-
}
|
|
1461
|
-
"type": "Text"
|
|
1431
|
+
"type": "zeebe:input",
|
|
1432
|
+
"name": "message.body"
|
|
1433
|
+
}
|
|
1462
1434
|
},
|
|
1463
1435
|
{
|
|
1464
|
-
"
|
|
1465
|
-
"
|
|
1466
|
-
"description": "Data to send to RabbitMQ",
|
|
1467
|
-
"optional": false,
|
|
1468
|
-
"constraints": {
|
|
1469
|
-
"notEmpty": true
|
|
1470
|
-
},
|
|
1471
|
-
"feel": "optional",
|
|
1436
|
+
"label": "Properties",
|
|
1437
|
+
"description": "Properties for the message, routing headers, etc.",
|
|
1472
1438
|
"group": "message",
|
|
1439
|
+
"type": "Text",
|
|
1440
|
+
"feel": "required",
|
|
1441
|
+
"value": "={}",
|
|
1473
1442
|
"binding": {
|
|
1474
|
-
"
|
|
1475
|
-
"
|
|
1476
|
-
}
|
|
1477
|
-
"type": "Text"
|
|
1443
|
+
"type": "zeebe:input",
|
|
1444
|
+
"name": "message.properties"
|
|
1445
|
+
}
|
|
1478
1446
|
},
|
|
1479
1447
|
{
|
|
1480
|
-
"id": "resultVariable",
|
|
1481
1448
|
"label": "Result variable",
|
|
1482
|
-
"description": "
|
|
1449
|
+
"description": "Enter name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
|
|
1483
1450
|
"group": "output",
|
|
1451
|
+
"type": "String",
|
|
1484
1452
|
"binding": {
|
|
1485
|
-
"
|
|
1486
|
-
"
|
|
1487
|
-
}
|
|
1488
|
-
"type": "String"
|
|
1453
|
+
"type": "zeebe:taskHeader",
|
|
1454
|
+
"key": "resultVariable"
|
|
1455
|
+
}
|
|
1489
1456
|
},
|
|
1490
1457
|
{
|
|
1491
|
-
"id": "resultExpression",
|
|
1492
1458
|
"label": "Result expression",
|
|
1493
|
-
"description": "Expression to map the response into process variables",
|
|
1494
|
-
"feel": "required",
|
|
1459
|
+
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
|
|
1495
1460
|
"group": "output",
|
|
1461
|
+
"type": "Text",
|
|
1462
|
+
"feel": "required",
|
|
1496
1463
|
"binding": {
|
|
1497
|
-
"
|
|
1498
|
-
"
|
|
1499
|
-
}
|
|
1500
|
-
"type": "Text"
|
|
1464
|
+
"type": "zeebe:taskHeader",
|
|
1465
|
+
"key": "resultExpression"
|
|
1466
|
+
}
|
|
1501
1467
|
},
|
|
1502
1468
|
{
|
|
1503
|
-
"id": "errorExpression",
|
|
1504
1469
|
"label": "Error expression",
|
|
1505
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
1470
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
|
|
1471
|
+
"group": "errors",
|
|
1472
|
+
"type": "Text",
|
|
1506
1473
|
"feel": "required",
|
|
1507
|
-
"group": "error",
|
|
1508
|
-
"binding": {
|
|
1509
|
-
"key": "errorExpression",
|
|
1510
|
-
"type": "zeebe:taskHeader"
|
|
1511
|
-
},
|
|
1512
|
-
"type": "Text"
|
|
1513
|
-
},
|
|
1514
|
-
{
|
|
1515
|
-
"id": "retryCount",
|
|
1516
|
-
"label": "Retries",
|
|
1517
|
-
"description": "Number of retries",
|
|
1518
|
-
"value": "3",
|
|
1519
|
-
"feel": "optional",
|
|
1520
|
-
"group": "retries",
|
|
1521
|
-
"binding": {
|
|
1522
|
-
"property": "retries",
|
|
1523
|
-
"type": "zeebe:taskDefinition"
|
|
1524
|
-
},
|
|
1525
|
-
"type": "String"
|
|
1526
|
-
},
|
|
1527
|
-
{
|
|
1528
|
-
"id": "retryBackoff",
|
|
1529
|
-
"label": "Retry backoff",
|
|
1530
|
-
"description": "ISO-8601 duration to wait between retries",
|
|
1531
|
-
"value": "PT0S",
|
|
1532
|
-
"feel": "optional",
|
|
1533
|
-
"group": "retries",
|
|
1534
1474
|
"binding": {
|
|
1535
|
-
"
|
|
1536
|
-
"
|
|
1537
|
-
}
|
|
1538
|
-
"type": "String"
|
|
1475
|
+
"type": "zeebe:taskHeader",
|
|
1476
|
+
"key": "errorExpression"
|
|
1477
|
+
}
|
|
1539
1478
|
}
|
|
1540
1479
|
],
|
|
1541
1480
|
"icon": {
|
|
1542
|
-
"contents": "data:image/svg+xml;
|
|
1481
|
+
"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"
|
|
1543
1482
|
},
|
|
1544
1483
|
"engines": {
|
|
1545
|
-
"camunda": "^8.
|
|
1484
|
+
"camunda": "^8.2"
|
|
1546
1485
|
}
|
|
1547
1486
|
},
|
|
1548
1487
|
{
|
|
@@ -1551,7 +1490,7 @@
|
|
|
1551
1490
|
"id": "io.camunda.connectors.RabbitMQ.v1",
|
|
1552
1491
|
"description": "Send message to RabbitMQ",
|
|
1553
1492
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound",
|
|
1554
|
-
"version":
|
|
1493
|
+
"version": 4,
|
|
1555
1494
|
"category": {
|
|
1556
1495
|
"id": "connectors",
|
|
1557
1496
|
"name": "Connectors"
|
|
@@ -1578,29 +1517,33 @@
|
|
|
1578
1517
|
"label": "Output mapping"
|
|
1579
1518
|
},
|
|
1580
1519
|
{
|
|
1581
|
-
"id": "
|
|
1520
|
+
"id": "error",
|
|
1582
1521
|
"label": "Error handling"
|
|
1522
|
+
},
|
|
1523
|
+
{
|
|
1524
|
+
"id": "retries",
|
|
1525
|
+
"label": "Retries"
|
|
1583
1526
|
}
|
|
1584
1527
|
],
|
|
1585
1528
|
"properties": [
|
|
1586
1529
|
{
|
|
1587
|
-
"type": "Hidden",
|
|
1588
1530
|
"value": "io.camunda:connector-rabbitmq:1",
|
|
1589
1531
|
"binding": {
|
|
1590
|
-
"
|
|
1591
|
-
"
|
|
1592
|
-
}
|
|
1532
|
+
"property": "type",
|
|
1533
|
+
"type": "zeebe:taskDefinition"
|
|
1534
|
+
},
|
|
1535
|
+
"type": "Hidden"
|
|
1593
1536
|
},
|
|
1594
1537
|
{
|
|
1595
|
-
"id": "
|
|
1538
|
+
"id": "authentication.authType",
|
|
1596
1539
|
"label": "Connection type",
|
|
1597
|
-
"group": "authentication",
|
|
1598
|
-
"type": "Dropdown",
|
|
1599
1540
|
"value": "uri",
|
|
1541
|
+
"group": "authentication",
|
|
1600
1542
|
"binding": {
|
|
1601
|
-
"
|
|
1602
|
-
"
|
|
1543
|
+
"name": "authentication.authType",
|
|
1544
|
+
"type": "zeebe:input"
|
|
1603
1545
|
},
|
|
1546
|
+
"type": "Dropdown",
|
|
1604
1547
|
"choices": [
|
|
1605
1548
|
{
|
|
1606
1549
|
"name": "URI",
|
|
@@ -1613,201 +1556,258 @@
|
|
|
1613
1556
|
]
|
|
1614
1557
|
},
|
|
1615
1558
|
{
|
|
1559
|
+
"id": "authentication.uri",
|
|
1616
1560
|
"label": "URI",
|
|
1617
1561
|
"description": "URI should contain username, password, host name, port number, and virtual host",
|
|
1562
|
+
"optional": false,
|
|
1563
|
+
"constraints": {
|
|
1564
|
+
"notEmpty": true
|
|
1565
|
+
},
|
|
1566
|
+
"feel": "optional",
|
|
1618
1567
|
"group": "authentication",
|
|
1619
|
-
"type": "String",
|
|
1620
1568
|
"binding": {
|
|
1621
|
-
"
|
|
1622
|
-
"
|
|
1623
|
-
},
|
|
1624
|
-
"constraints": {
|
|
1625
|
-
"notEmpty": true,
|
|
1626
|
-
"pattern": {
|
|
1627
|
-
"value": "^(=|(amqps?://|\\{\\{secrets\\..+\\}\\}).*$)",
|
|
1628
|
-
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
1629
|
-
}
|
|
1569
|
+
"name": "authentication.uri",
|
|
1570
|
+
"type": "zeebe:input"
|
|
1630
1571
|
},
|
|
1631
1572
|
"condition": {
|
|
1632
|
-
"property": "
|
|
1633
|
-
"equals": "uri"
|
|
1634
|
-
|
|
1573
|
+
"property": "authentication.authType",
|
|
1574
|
+
"equals": "uri",
|
|
1575
|
+
"type": "simple"
|
|
1576
|
+
},
|
|
1577
|
+
"type": "String"
|
|
1635
1578
|
},
|
|
1636
1579
|
{
|
|
1580
|
+
"id": "authentication.userName",
|
|
1637
1581
|
"label": "Username",
|
|
1638
|
-
"
|
|
1639
|
-
"type": "String",
|
|
1640
|
-
"binding": {
|
|
1641
|
-
"type": "zeebe:input",
|
|
1642
|
-
"name": "authentication.userName"
|
|
1643
|
-
},
|
|
1582
|
+
"optional": false,
|
|
1644
1583
|
"constraints": {
|
|
1645
1584
|
"notEmpty": true
|
|
1646
1585
|
},
|
|
1586
|
+
"feel": "optional",
|
|
1587
|
+
"group": "authentication",
|
|
1588
|
+
"binding": {
|
|
1589
|
+
"name": "authentication.userName",
|
|
1590
|
+
"type": "zeebe:input"
|
|
1591
|
+
},
|
|
1647
1592
|
"condition": {
|
|
1648
|
-
"property": "
|
|
1649
|
-
"equals": "credentials"
|
|
1650
|
-
|
|
1593
|
+
"property": "authentication.authType",
|
|
1594
|
+
"equals": "credentials",
|
|
1595
|
+
"type": "simple"
|
|
1596
|
+
},
|
|
1597
|
+
"type": "String"
|
|
1651
1598
|
},
|
|
1652
1599
|
{
|
|
1600
|
+
"id": "authentication.password",
|
|
1653
1601
|
"label": "Password",
|
|
1654
|
-
"
|
|
1655
|
-
"type": "String",
|
|
1656
|
-
"binding": {
|
|
1657
|
-
"type": "zeebe:input",
|
|
1658
|
-
"name": "authentication.password"
|
|
1659
|
-
},
|
|
1602
|
+
"optional": false,
|
|
1660
1603
|
"constraints": {
|
|
1661
1604
|
"notEmpty": true
|
|
1662
1605
|
},
|
|
1606
|
+
"feel": "optional",
|
|
1607
|
+
"group": "authentication",
|
|
1608
|
+
"binding": {
|
|
1609
|
+
"name": "authentication.password",
|
|
1610
|
+
"type": "zeebe:input"
|
|
1611
|
+
},
|
|
1663
1612
|
"condition": {
|
|
1664
|
-
"property": "
|
|
1665
|
-
"equals": "credentials"
|
|
1666
|
-
|
|
1613
|
+
"property": "authentication.authType",
|
|
1614
|
+
"equals": "credentials",
|
|
1615
|
+
"type": "simple"
|
|
1616
|
+
},
|
|
1617
|
+
"type": "String"
|
|
1667
1618
|
},
|
|
1668
1619
|
{
|
|
1669
|
-
"
|
|
1670
|
-
"
|
|
1620
|
+
"id": "routing.exchange",
|
|
1621
|
+
"label": "Exchange",
|
|
1622
|
+
"description": "Topic exchange: 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>",
|
|
1623
|
+
"optional": false,
|
|
1624
|
+
"constraints": {
|
|
1625
|
+
"notEmpty": true
|
|
1626
|
+
},
|
|
1671
1627
|
"feel": "optional",
|
|
1672
1628
|
"group": "routing",
|
|
1673
|
-
"type": "String",
|
|
1674
1629
|
"binding": {
|
|
1675
|
-
"
|
|
1676
|
-
"
|
|
1630
|
+
"name": "routing.exchange",
|
|
1631
|
+
"type": "zeebe:input"
|
|
1677
1632
|
},
|
|
1633
|
+
"type": "String"
|
|
1634
|
+
},
|
|
1635
|
+
{
|
|
1636
|
+
"id": "routing.routingKey",
|
|
1637
|
+
"label": "Routing key",
|
|
1638
|
+
"description": "Routing key: a binding is a \"link\" that was set up to bind a queue to an exchange. 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>",
|
|
1639
|
+
"optional": false,
|
|
1678
1640
|
"constraints": {
|
|
1679
1641
|
"notEmpty": true
|
|
1680
1642
|
},
|
|
1681
|
-
"condition": {
|
|
1682
|
-
"property": "connectionType",
|
|
1683
|
-
"equals": "credentials"
|
|
1684
|
-
}
|
|
1685
|
-
},
|
|
1686
|
-
{
|
|
1687
|
-
"label": "Virtual host",
|
|
1688
|
-
"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>",
|
|
1689
1643
|
"feel": "optional",
|
|
1690
1644
|
"group": "routing",
|
|
1691
|
-
"type": "String",
|
|
1692
1645
|
"binding": {
|
|
1693
|
-
"
|
|
1694
|
-
"
|
|
1646
|
+
"name": "routing.routingKey",
|
|
1647
|
+
"type": "zeebe:input"
|
|
1695
1648
|
},
|
|
1649
|
+
"type": "String"
|
|
1650
|
+
},
|
|
1651
|
+
{
|
|
1652
|
+
"id": "routing.virtualHost",
|
|
1653
|
+
"label": "Virtual host",
|
|
1654
|
+
"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>",
|
|
1655
|
+
"optional": false,
|
|
1696
1656
|
"constraints": {
|
|
1697
1657
|
"notEmpty": true
|
|
1698
1658
|
},
|
|
1699
|
-
"condition": {
|
|
1700
|
-
"property": "connectionType",
|
|
1701
|
-
"equals": "credentials"
|
|
1702
|
-
}
|
|
1703
|
-
},
|
|
1704
|
-
{
|
|
1705
|
-
"label": "Exchange",
|
|
1706
|
-
"description": "Topic exchange: 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>",
|
|
1707
1659
|
"feel": "optional",
|
|
1708
1660
|
"group": "routing",
|
|
1709
|
-
"type": "String",
|
|
1710
1661
|
"binding": {
|
|
1711
|
-
"
|
|
1712
|
-
"
|
|
1662
|
+
"name": "routing.virtualHost",
|
|
1663
|
+
"type": "zeebe:input"
|
|
1713
1664
|
},
|
|
1714
|
-
"
|
|
1715
|
-
"
|
|
1716
|
-
|
|
1665
|
+
"condition": {
|
|
1666
|
+
"property": "authentication.authType",
|
|
1667
|
+
"equals": "credentials",
|
|
1668
|
+
"type": "simple"
|
|
1669
|
+
},
|
|
1670
|
+
"type": "String"
|
|
1717
1671
|
},
|
|
1718
1672
|
{
|
|
1719
|
-
"
|
|
1720
|
-
"
|
|
1673
|
+
"id": "routing.hostName",
|
|
1674
|
+
"label": "Host name",
|
|
1675
|
+
"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>",
|
|
1676
|
+
"optional": false,
|
|
1677
|
+
"constraints": {
|
|
1678
|
+
"notEmpty": true
|
|
1679
|
+
},
|
|
1721
1680
|
"feel": "optional",
|
|
1722
1681
|
"group": "routing",
|
|
1723
|
-
"type": "String",
|
|
1724
1682
|
"binding": {
|
|
1725
|
-
"
|
|
1726
|
-
"
|
|
1683
|
+
"name": "routing.hostName",
|
|
1684
|
+
"type": "zeebe:input"
|
|
1727
1685
|
},
|
|
1728
|
-
"
|
|
1729
|
-
"
|
|
1730
|
-
|
|
1686
|
+
"condition": {
|
|
1687
|
+
"property": "authentication.authType",
|
|
1688
|
+
"equals": "credentials",
|
|
1689
|
+
"type": "simple"
|
|
1690
|
+
},
|
|
1691
|
+
"type": "String"
|
|
1731
1692
|
},
|
|
1732
1693
|
{
|
|
1694
|
+
"id": "routing.port",
|
|
1733
1695
|
"label": "Port",
|
|
1734
1696
|
"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>",
|
|
1697
|
+
"optional": false,
|
|
1698
|
+
"constraints": {
|
|
1699
|
+
"notEmpty": true
|
|
1700
|
+
},
|
|
1735
1701
|
"feel": "optional",
|
|
1736
1702
|
"group": "routing",
|
|
1737
|
-
"type": "String",
|
|
1738
1703
|
"binding": {
|
|
1739
|
-
"
|
|
1740
|
-
"
|
|
1741
|
-
},
|
|
1742
|
-
"constraints": {
|
|
1743
|
-
"notEmpty": true
|
|
1704
|
+
"name": "routing.port",
|
|
1705
|
+
"type": "zeebe:input"
|
|
1744
1706
|
},
|
|
1745
1707
|
"condition": {
|
|
1746
|
-
"property": "
|
|
1747
|
-
"equals": "credentials"
|
|
1748
|
-
|
|
1708
|
+
"property": "authentication.authType",
|
|
1709
|
+
"equals": "credentials",
|
|
1710
|
+
"type": "simple"
|
|
1711
|
+
},
|
|
1712
|
+
"type": "String"
|
|
1749
1713
|
},
|
|
1750
1714
|
{
|
|
1751
|
-
"
|
|
1752
|
-
"
|
|
1715
|
+
"id": "message.properties",
|
|
1716
|
+
"label": "Properties",
|
|
1717
|
+
"description": "Properties for the message, routing headers, etc",
|
|
1718
|
+
"optional": true,
|
|
1719
|
+
"value": "={}",
|
|
1720
|
+
"feel": "required",
|
|
1753
1721
|
"group": "message",
|
|
1754
|
-
"type": "Text",
|
|
1755
|
-
"feel": "optional",
|
|
1756
1722
|
"binding": {
|
|
1757
|
-
"
|
|
1758
|
-
"
|
|
1759
|
-
}
|
|
1723
|
+
"name": "message.properties",
|
|
1724
|
+
"type": "zeebe:input"
|
|
1725
|
+
},
|
|
1726
|
+
"type": "Text"
|
|
1760
1727
|
},
|
|
1761
1728
|
{
|
|
1762
|
-
"
|
|
1763
|
-
"
|
|
1729
|
+
"id": "message.body",
|
|
1730
|
+
"label": "Message",
|
|
1731
|
+
"description": "Data to send to RabbitMQ",
|
|
1732
|
+
"optional": false,
|
|
1733
|
+
"constraints": {
|
|
1734
|
+
"notEmpty": true
|
|
1735
|
+
},
|
|
1736
|
+
"feel": "optional",
|
|
1764
1737
|
"group": "message",
|
|
1765
|
-
"type": "Text",
|
|
1766
|
-
"feel": "required",
|
|
1767
|
-
"value": "={}",
|
|
1768
1738
|
"binding": {
|
|
1769
|
-
"
|
|
1770
|
-
"
|
|
1771
|
-
}
|
|
1739
|
+
"name": "message.body",
|
|
1740
|
+
"type": "zeebe:input"
|
|
1741
|
+
},
|
|
1742
|
+
"type": "Text"
|
|
1772
1743
|
},
|
|
1773
1744
|
{
|
|
1745
|
+
"id": "resultVariable",
|
|
1774
1746
|
"label": "Result variable",
|
|
1775
|
-
"description": "
|
|
1747
|
+
"description": "Name of variable to store the response in",
|
|
1776
1748
|
"group": "output",
|
|
1777
|
-
"type": "String",
|
|
1778
1749
|
"binding": {
|
|
1779
|
-
"
|
|
1780
|
-
"
|
|
1781
|
-
}
|
|
1750
|
+
"key": "resultVariable",
|
|
1751
|
+
"type": "zeebe:taskHeader"
|
|
1752
|
+
},
|
|
1753
|
+
"type": "String"
|
|
1782
1754
|
},
|
|
1783
1755
|
{
|
|
1756
|
+
"id": "resultExpression",
|
|
1784
1757
|
"label": "Result expression",
|
|
1785
|
-
"description": "Expression to map the response into process variables
|
|
1786
|
-
"group": "output",
|
|
1787
|
-
"type": "Text",
|
|
1758
|
+
"description": "Expression to map the response into process variables",
|
|
1788
1759
|
"feel": "required",
|
|
1760
|
+
"group": "output",
|
|
1789
1761
|
"binding": {
|
|
1790
|
-
"
|
|
1791
|
-
"
|
|
1792
|
-
}
|
|
1762
|
+
"key": "resultExpression",
|
|
1763
|
+
"type": "zeebe:taskHeader"
|
|
1764
|
+
},
|
|
1765
|
+
"type": "Text"
|
|
1793
1766
|
},
|
|
1794
1767
|
{
|
|
1768
|
+
"id": "errorExpression",
|
|
1795
1769
|
"label": "Error expression",
|
|
1796
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
1797
|
-
"group": "errors",
|
|
1798
|
-
"type": "Text",
|
|
1770
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
1799
1771
|
"feel": "required",
|
|
1772
|
+
"group": "error",
|
|
1800
1773
|
"binding": {
|
|
1801
|
-
"
|
|
1802
|
-
"
|
|
1803
|
-
}
|
|
1774
|
+
"key": "errorExpression",
|
|
1775
|
+
"type": "zeebe:taskHeader"
|
|
1776
|
+
},
|
|
1777
|
+
"type": "Text"
|
|
1778
|
+
},
|
|
1779
|
+
{
|
|
1780
|
+
"id": "retryCount",
|
|
1781
|
+
"label": "Retries",
|
|
1782
|
+
"description": "Number of retries",
|
|
1783
|
+
"value": "3",
|
|
1784
|
+
"feel": "optional",
|
|
1785
|
+
"group": "retries",
|
|
1786
|
+
"binding": {
|
|
1787
|
+
"property": "retries",
|
|
1788
|
+
"type": "zeebe:taskDefinition"
|
|
1789
|
+
},
|
|
1790
|
+
"type": "String"
|
|
1791
|
+
},
|
|
1792
|
+
{
|
|
1793
|
+
"id": "retryBackoff",
|
|
1794
|
+
"label": "Retry backoff",
|
|
1795
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
1796
|
+
"value": "PT0S",
|
|
1797
|
+
"feel": "optional",
|
|
1798
|
+
"group": "retries",
|
|
1799
|
+
"binding": {
|
|
1800
|
+
"key": "retryBackoff",
|
|
1801
|
+
"type": "zeebe:taskHeader"
|
|
1802
|
+
},
|
|
1803
|
+
"type": "String"
|
|
1804
1804
|
}
|
|
1805
1805
|
],
|
|
1806
1806
|
"icon": {
|
|
1807
|
-
"contents": "data:image/svg+xml;
|
|
1807
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
|
|
1808
1808
|
},
|
|
1809
1809
|
"engines": {
|
|
1810
|
-
"camunda": "^8.
|
|
1810
|
+
"camunda": "^8.5"
|
|
1811
1811
|
}
|
|
1812
1812
|
}
|
|
1813
1813
|
]
|