@camunda/connectors-element-templates 1.0.15 → 1.0.17
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/connectors.js +8 -6
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +1 -0
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +30 -30
- package/src/element-templates/agenticai-aiagent-job-worker.json +175 -171
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +2144 -2144
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +467 -466
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +482 -481
- package/src/element-templates/automation-anywhere-outbound-connector.json +613 -613
- package/src/element-templates/aws-bedrock-outbound-connector.json +74 -74
- package/src/element-templates/aws-dynamodb-outbound-connector.json +80 -80
- package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +22 -22
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
- package/src/element-templates/aws-eventbridge-outbound-connector.json +188 -188
- package/src/element-templates/aws-lambda-outbound-connector.json +238 -238
- package/src/element-templates/aws-sns-inbound-boundary.json +193 -193
- package/src/element-templates/aws-sns-inbound-intermediate.json +332 -332
- package/src/element-templates/aws-sns-inbound-message-start.json +110 -110
- package/src/element-templates/aws-sns-outbound-connector.json +741 -741
- package/src/element-templates/aws-sqs-boundary-connector.json +232 -232
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +493 -493
- package/src/element-templates/aws-sqs-outbound-connector.json +753 -753
- package/src/element-templates/aws-sqs-start-event-connector.json +483 -483
- package/src/element-templates/aws-sqs-start-message.json +438 -438
- package/src/element-templates/aws-textract-outbound-connector.json +123 -123
- package/src/element-templates/azure-open-ai-connector.json +32 -32
- package/src/element-templates/blue-prism-connector.json +6 -6
- package/src/element-templates/easy-post-connector.json +114 -114
- package/src/element-templates/email-inbound-connector-boundary.json +19 -19
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-message-start-event-connector.json +32 -32
- package/src/element-templates/email-outbound-connector.json +233 -233
- package/src/element-templates/github-connector.json +11435 -7908
- package/src/element-templates/github-webhook-connector-boundary.json +16 -16
- package/src/element-templates/github-webhook-connector-intermediate.json +25 -25
- package/src/element-templates/github-webhook-connector-start-event.json +64 -64
- package/src/element-templates/gitlab-connector.json +3394 -3394
- package/src/element-templates/google-drive-outbound-connector.json +420 -420
- package/src/element-templates/google-gemini-outbound-connector.json +705 -0
- package/src/element-templates/google-maps-platform-connector.json +14 -14
- package/src/element-templates/google-sheets-outbound-connector.json +1055 -1055
- package/src/element-templates/graphql-outbound-connector.json +1341 -763
- package/src/element-templates/http-connector.json.json +654 -0
- package/src/element-templates/http-json-connector.json +1491 -1472
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +801 -136
- package/src/element-templates/http-polling-connector.json +1604 -939
- package/src/element-templates/hugging-face-connector.json +215 -10
- package/src/element-templates/kafka-inbound-connector-boundary.json +483 -483
- package/src/element-templates/kafka-inbound-connector-intermediate.json +466 -466
- package/src/element-templates/kafka-inbound-connector-start-message.json +529 -529
- package/src/element-templates/kafka-outbound-connector.json +360 -360
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +687 -0
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +687 -0
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +719 -0
- package/src/element-templates/microsoft-teams-outbound-connector.json +1892 -47
- package/src/element-templates/openai-connector.json +83 -83
- package/src/element-templates/operate-connector.json +21 -21
- package/src/element-templates/power-automate-connector.json +4 -4
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +422 -422
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +338 -338
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +463 -463
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +360 -360
- package/src/element-templates/rabbitmq-outbound-connector.json +354 -354
- package/src/element-templates/salesforce-connector.json +38 -38
- package/src/element-templates/sendgrid-outbound-connector.json +354 -354
- package/src/element-templates/slack-inbound-boundary.json +253 -253
- package/src/element-templates/slack-inbound-message-start.json +321 -321
- package/src/element-templates/slack-inbound-start-event.json +327 -327
- package/src/element-templates/slack-outbound-connector.json +1484 -717
- package/src/element-templates/twilio-connector.json +65 -65
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-intermediate-connector.json +25 -25
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +1192 -547
- package/src/element-templates/webhook-connector-intermediate.json +1258 -613
- package/src/element-templates/webhook-connector-receive.json +644 -0
- package/src/element-templates/webhook-connector-start-event.json +1690 -1136
- package/src/element-templates/webhook-connector-start-message.json +1601 -924
- package/src/element-templates/idp-classification-outbound-connector.json +0 -1141
- package/src/element-templates/idp-structured-extraction-outbound-connector.json +0 -656
- package/src/element-templates/idp-unstructured-extraction-outbound-connector.json +0 -1115
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "RabbitMQ
|
|
4
|
+
"name": "RabbitMQ Intermediate Catch Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
|
|
6
|
-
"version":
|
|
6
|
+
"version": 3,
|
|
7
7
|
"description": "Receive a message from RabbitMQ",
|
|
8
8
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
|
|
9
9
|
"category": {
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"constraints": {
|
|
90
90
|
"notEmpty": true,
|
|
91
91
|
"pattern": {
|
|
92
|
-
"value": "^(amqps?://)|(secrets)
|
|
92
|
+
"value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*$",
|
|
93
93
|
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
94
94
|
}
|
|
95
95
|
},
|
|
@@ -312,9 +312,9 @@
|
|
|
312
312
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
313
313
|
"name": "RabbitMQ Intermediate Catch Event Connector",
|
|
314
314
|
"id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
|
|
315
|
-
"version": 4,
|
|
316
315
|
"description": "Receive a message from RabbitMQ",
|
|
317
316
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
|
|
317
|
+
"version": 6,
|
|
318
318
|
"category": {
|
|
319
319
|
"id": "connectors",
|
|
320
320
|
"name": "Connectors"
|
|
@@ -342,39 +342,33 @@
|
|
|
342
342
|
"label": "Activation"
|
|
343
343
|
},
|
|
344
344
|
{
|
|
345
|
-
"id": "
|
|
346
|
-
"label": "
|
|
345
|
+
"id": "correlation",
|
|
346
|
+
"label": "Correlation"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"id": "output",
|
|
350
|
+
"label": "Output mapping"
|
|
347
351
|
}
|
|
348
352
|
],
|
|
349
353
|
"properties": [
|
|
350
354
|
{
|
|
351
|
-
"type": "Hidden",
|
|
352
355
|
"value": "io.camunda:connector-rabbitmq-inbound:1",
|
|
353
356
|
"binding": {
|
|
354
|
-
"
|
|
355
|
-
"
|
|
356
|
-
}
|
|
357
|
-
},
|
|
358
|
-
{
|
|
359
|
-
"type": "Hidden",
|
|
360
|
-
"generatedValue": {
|
|
361
|
-
"type": "uuid"
|
|
357
|
+
"name": "inbound.type",
|
|
358
|
+
"type": "zeebe:property"
|
|
362
359
|
},
|
|
363
|
-
"
|
|
364
|
-
"type": "bpmn:Message#property",
|
|
365
|
-
"name": "name"
|
|
366
|
-
}
|
|
360
|
+
"type": "Hidden"
|
|
367
361
|
},
|
|
368
362
|
{
|
|
369
|
-
"id": "
|
|
363
|
+
"id": "authentication.authType",
|
|
370
364
|
"label": "Connection type",
|
|
371
|
-
"group": "authentication",
|
|
372
|
-
"type": "Dropdown",
|
|
373
365
|
"value": "uri",
|
|
366
|
+
"group": "authentication",
|
|
374
367
|
"binding": {
|
|
375
|
-
"
|
|
376
|
-
"
|
|
368
|
+
"name": "authentication.authType",
|
|
369
|
+
"type": "zeebe:property"
|
|
377
370
|
},
|
|
371
|
+
"type": "Dropdown",
|
|
378
372
|
"choices": [
|
|
379
373
|
{
|
|
380
374
|
"name": "URI",
|
|
@@ -387,154 +381,178 @@
|
|
|
387
381
|
]
|
|
388
382
|
},
|
|
389
383
|
{
|
|
384
|
+
"id": "authentication.uri",
|
|
390
385
|
"label": "URI",
|
|
391
386
|
"description": "URI should contain username, password, host name, port number, and virtual host",
|
|
392
|
-
"
|
|
393
|
-
"type": "String",
|
|
394
|
-
"binding": {
|
|
395
|
-
"type": "zeebe:property",
|
|
396
|
-
"name": "authentication.uri"
|
|
397
|
-
},
|
|
387
|
+
"optional": false,
|
|
398
388
|
"constraints": {
|
|
399
389
|
"notEmpty": true,
|
|
400
390
|
"pattern": {
|
|
401
|
-
"value": "^(amqps
|
|
391
|
+
"value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
|
|
402
392
|
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
403
393
|
}
|
|
404
394
|
},
|
|
395
|
+
"group": "authentication",
|
|
396
|
+
"binding": {
|
|
397
|
+
"name": "authentication.uri",
|
|
398
|
+
"type": "zeebe:property"
|
|
399
|
+
},
|
|
405
400
|
"condition": {
|
|
406
|
-
"property": "
|
|
407
|
-
"equals": "uri"
|
|
408
|
-
|
|
401
|
+
"property": "authentication.authType",
|
|
402
|
+
"equals": "uri",
|
|
403
|
+
"type": "simple"
|
|
404
|
+
},
|
|
405
|
+
"type": "String"
|
|
409
406
|
},
|
|
410
407
|
{
|
|
408
|
+
"id": "authentication.userName",
|
|
411
409
|
"label": "Username",
|
|
412
|
-
"
|
|
413
|
-
"type": "String",
|
|
414
|
-
"binding": {
|
|
415
|
-
"type": "zeebe:property",
|
|
416
|
-
"name": "authentication.userName"
|
|
417
|
-
},
|
|
410
|
+
"optional": false,
|
|
418
411
|
"constraints": {
|
|
419
412
|
"notEmpty": true
|
|
420
413
|
},
|
|
414
|
+
"group": "authentication",
|
|
415
|
+
"binding": {
|
|
416
|
+
"name": "authentication.userName",
|
|
417
|
+
"type": "zeebe:property"
|
|
418
|
+
},
|
|
421
419
|
"condition": {
|
|
422
|
-
"property": "
|
|
423
|
-
"equals": "credentials"
|
|
424
|
-
|
|
420
|
+
"property": "authentication.authType",
|
|
421
|
+
"equals": "credentials",
|
|
422
|
+
"type": "simple"
|
|
423
|
+
},
|
|
424
|
+
"type": "String"
|
|
425
425
|
},
|
|
426
426
|
{
|
|
427
|
+
"id": "authentication.password",
|
|
427
428
|
"label": "Password",
|
|
429
|
+
"optional": false,
|
|
430
|
+
"constraints": {
|
|
431
|
+
"notEmpty": true
|
|
432
|
+
},
|
|
428
433
|
"group": "authentication",
|
|
429
|
-
"type": "String",
|
|
430
434
|
"binding": {
|
|
431
|
-
"
|
|
432
|
-
"
|
|
435
|
+
"name": "authentication.password",
|
|
436
|
+
"type": "zeebe:property"
|
|
433
437
|
},
|
|
438
|
+
"condition": {
|
|
439
|
+
"property": "authentication.authType",
|
|
440
|
+
"equals": "credentials",
|
|
441
|
+
"type": "simple"
|
|
442
|
+
},
|
|
443
|
+
"type": "String"
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"id": "routing.virtualHost",
|
|
447
|
+
"label": "Virtual host",
|
|
448
|
+
"description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
|
|
449
|
+
"optional": false,
|
|
434
450
|
"constraints": {
|
|
435
451
|
"notEmpty": true
|
|
436
452
|
},
|
|
453
|
+
"group": "routing",
|
|
454
|
+
"binding": {
|
|
455
|
+
"name": "routing.virtualHost",
|
|
456
|
+
"type": "zeebe:property"
|
|
457
|
+
},
|
|
437
458
|
"condition": {
|
|
438
|
-
"property": "
|
|
439
|
-
"equals": "credentials"
|
|
440
|
-
|
|
459
|
+
"property": "authentication.authType",
|
|
460
|
+
"equals": "credentials",
|
|
461
|
+
"type": "simple"
|
|
462
|
+
},
|
|
463
|
+
"type": "String"
|
|
441
464
|
},
|
|
442
465
|
{
|
|
466
|
+
"id": "routing.hostName",
|
|
443
467
|
"label": "Host name",
|
|
444
|
-
"description": "Host name: get from RabbitMQ external
|
|
445
|
-
"
|
|
446
|
-
"type": "String",
|
|
447
|
-
"binding": {
|
|
448
|
-
"type": "zeebe:property",
|
|
449
|
-
"name": "routing.hostName"
|
|
450
|
-
},
|
|
468
|
+
"description": "Host name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
|
|
469
|
+
"optional": false,
|
|
451
470
|
"constraints": {
|
|
452
471
|
"notEmpty": true
|
|
453
472
|
},
|
|
454
|
-
"condition": {
|
|
455
|
-
"property": "connectionType",
|
|
456
|
-
"equals": "credentials"
|
|
457
|
-
}
|
|
458
|
-
},
|
|
459
|
-
{
|
|
460
|
-
"label": "Virtual host",
|
|
461
|
-
"description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
|
|
462
473
|
"group": "routing",
|
|
463
|
-
"type": "String",
|
|
464
474
|
"binding": {
|
|
465
|
-
"
|
|
466
|
-
"
|
|
467
|
-
},
|
|
468
|
-
"constraints": {
|
|
469
|
-
"notEmpty": true
|
|
475
|
+
"name": "routing.hostName",
|
|
476
|
+
"type": "zeebe:property"
|
|
470
477
|
},
|
|
471
478
|
"condition": {
|
|
472
|
-
"property": "
|
|
473
|
-
"equals": "credentials"
|
|
474
|
-
|
|
479
|
+
"property": "authentication.authType",
|
|
480
|
+
"equals": "credentials",
|
|
481
|
+
"type": "simple"
|
|
482
|
+
},
|
|
483
|
+
"type": "String"
|
|
475
484
|
},
|
|
476
485
|
{
|
|
486
|
+
"id": "routing.port",
|
|
477
487
|
"label": "Port",
|
|
478
|
-
"description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=
|
|
479
|
-
"
|
|
480
|
-
"type": "String",
|
|
481
|
-
"binding": {
|
|
482
|
-
"type": "zeebe:property",
|
|
483
|
-
"name": "routing.port"
|
|
484
|
-
},
|
|
488
|
+
"description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
|
|
489
|
+
"optional": false,
|
|
485
490
|
"constraints": {
|
|
486
491
|
"notEmpty": true
|
|
487
492
|
},
|
|
493
|
+
"group": "routing",
|
|
494
|
+
"binding": {
|
|
495
|
+
"name": "routing.port",
|
|
496
|
+
"type": "zeebe:property"
|
|
497
|
+
},
|
|
488
498
|
"condition": {
|
|
489
|
-
"property": "
|
|
490
|
-
"equals": "credentials"
|
|
491
|
-
|
|
499
|
+
"property": "authentication.authType",
|
|
500
|
+
"equals": "credentials",
|
|
501
|
+
"type": "simple"
|
|
502
|
+
},
|
|
503
|
+
"type": "String"
|
|
492
504
|
},
|
|
493
505
|
{
|
|
506
|
+
"id": "queueName",
|
|
494
507
|
"label": "Queue name",
|
|
495
508
|
"description": "Name of the queue to subscribe to",
|
|
509
|
+
"optional": false,
|
|
510
|
+
"constraints": {
|
|
511
|
+
"notEmpty": true
|
|
512
|
+
},
|
|
496
513
|
"group": "subscription",
|
|
497
|
-
"type": "String",
|
|
498
|
-
"feel": "optional",
|
|
499
514
|
"binding": {
|
|
500
|
-
"
|
|
501
|
-
"
|
|
515
|
+
"name": "queueName",
|
|
516
|
+
"type": "zeebe:property"
|
|
502
517
|
},
|
|
503
|
-
"
|
|
504
|
-
"notEmpty": true
|
|
505
|
-
}
|
|
518
|
+
"type": "String"
|
|
506
519
|
},
|
|
507
520
|
{
|
|
521
|
+
"id": "consumerTag",
|
|
508
522
|
"label": "Consumer tag",
|
|
509
523
|
"description": "Consumer tag to use for the subscription",
|
|
524
|
+
"optional": false,
|
|
510
525
|
"group": "subscription",
|
|
511
|
-
"type": "String",
|
|
512
|
-
"feel": "optional",
|
|
513
526
|
"binding": {
|
|
514
|
-
"
|
|
515
|
-
"
|
|
516
|
-
}
|
|
527
|
+
"name": "consumerTag",
|
|
528
|
+
"type": "zeebe:property"
|
|
529
|
+
},
|
|
530
|
+
"type": "String"
|
|
517
531
|
},
|
|
518
532
|
{
|
|
533
|
+
"id": "arguments",
|
|
519
534
|
"label": "Arguments",
|
|
520
535
|
"description": "Arguments to use for the subscription",
|
|
521
|
-
"
|
|
522
|
-
"type": "String",
|
|
536
|
+
"optional": true,
|
|
523
537
|
"feel": "required",
|
|
538
|
+
"group": "subscription",
|
|
524
539
|
"binding": {
|
|
525
|
-
"
|
|
526
|
-
"
|
|
527
|
-
}
|
|
540
|
+
"name": "arguments",
|
|
541
|
+
"type": "zeebe:property"
|
|
542
|
+
},
|
|
543
|
+
"type": "String"
|
|
528
544
|
},
|
|
529
545
|
{
|
|
546
|
+
"id": "exclusive",
|
|
530
547
|
"label": "Exclusive consumer",
|
|
531
|
-
"
|
|
532
|
-
"type": "Dropdown",
|
|
548
|
+
"optional": false,
|
|
533
549
|
"value": "false",
|
|
550
|
+
"group": "subscription",
|
|
534
551
|
"binding": {
|
|
535
|
-
"
|
|
536
|
-
"
|
|
552
|
+
"name": "exclusive",
|
|
553
|
+
"type": "zeebe:property"
|
|
537
554
|
},
|
|
555
|
+
"type": "Dropdown",
|
|
538
556
|
"choices": [
|
|
539
557
|
{
|
|
540
558
|
"name": "Yes",
|
|
@@ -547,86 +565,102 @@
|
|
|
547
565
|
]
|
|
548
566
|
},
|
|
549
567
|
{
|
|
550
|
-
"
|
|
551
|
-
"
|
|
552
|
-
"
|
|
568
|
+
"id": "activationCondition",
|
|
569
|
+
"label": "Activation condition",
|
|
570
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
571
|
+
"optional": true,
|
|
553
572
|
"feel": "required",
|
|
554
|
-
"
|
|
573
|
+
"group": "activation",
|
|
555
574
|
"binding": {
|
|
556
|
-
"
|
|
557
|
-
"
|
|
575
|
+
"name": "activationCondition",
|
|
576
|
+
"type": "zeebe:property"
|
|
558
577
|
},
|
|
578
|
+
"type": "String"
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"id": "correlationKeyProcess",
|
|
582
|
+
"label": "Correlation key (process)",
|
|
583
|
+
"description": "Sets up the correlation key from process variables",
|
|
559
584
|
"constraints": {
|
|
560
585
|
"notEmpty": true
|
|
561
|
-
}
|
|
586
|
+
},
|
|
587
|
+
"feel": "required",
|
|
588
|
+
"group": "correlation",
|
|
589
|
+
"binding": {
|
|
590
|
+
"name": "correlationKey",
|
|
591
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
592
|
+
},
|
|
593
|
+
"type": "String"
|
|
562
594
|
},
|
|
563
595
|
{
|
|
596
|
+
"id": "correlationKeyPayload",
|
|
564
597
|
"label": "Correlation key (payload)",
|
|
565
|
-
"type": "String",
|
|
566
|
-
"group": "activation",
|
|
567
|
-
"feel": "required",
|
|
568
|
-
"binding": {
|
|
569
|
-
"type": "zeebe:property",
|
|
570
|
-
"name": "correlationKeyExpression"
|
|
571
|
-
},
|
|
572
598
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
573
599
|
"constraints": {
|
|
574
600
|
"notEmpty": true
|
|
575
|
-
}
|
|
601
|
+
},
|
|
602
|
+
"feel": "required",
|
|
603
|
+
"group": "correlation",
|
|
604
|
+
"binding": {
|
|
605
|
+
"name": "correlationKeyExpression",
|
|
606
|
+
"type": "zeebe:property"
|
|
607
|
+
},
|
|
608
|
+
"type": "String"
|
|
576
609
|
},
|
|
577
610
|
{
|
|
611
|
+
"id": "messageIdExpression",
|
|
578
612
|
"label": "Message ID expression",
|
|
579
|
-
"
|
|
580
|
-
"type": "String",
|
|
613
|
+
"description": "Expression to extract unique identifier of a message",
|
|
581
614
|
"optional": true,
|
|
582
|
-
"
|
|
615
|
+
"feel": "required",
|
|
616
|
+
"group": "correlation",
|
|
583
617
|
"binding": {
|
|
584
|
-
"
|
|
585
|
-
"
|
|
618
|
+
"name": "messageIdExpression",
|
|
619
|
+
"type": "zeebe:property"
|
|
586
620
|
},
|
|
587
|
-
"
|
|
621
|
+
"type": "String"
|
|
588
622
|
},
|
|
589
623
|
{
|
|
590
|
-
"
|
|
591
|
-
"
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
"
|
|
624
|
+
"id": "messageNameUuid",
|
|
625
|
+
"generatedValue": {
|
|
626
|
+
"type": "uuid"
|
|
627
|
+
},
|
|
628
|
+
"group": "correlation",
|
|
595
629
|
"binding": {
|
|
596
|
-
"
|
|
597
|
-
"
|
|
630
|
+
"name": "name",
|
|
631
|
+
"type": "bpmn:Message#property"
|
|
598
632
|
},
|
|
599
|
-
"
|
|
633
|
+
"type": "Hidden"
|
|
600
634
|
},
|
|
601
635
|
{
|
|
636
|
+
"id": "resultVariable",
|
|
602
637
|
"label": "Result variable",
|
|
603
|
-
"
|
|
604
|
-
"group": "
|
|
605
|
-
"optional": true,
|
|
638
|
+
"description": "Name of variable to store the response in",
|
|
639
|
+
"group": "output",
|
|
606
640
|
"binding": {
|
|
607
|
-
"
|
|
608
|
-
"
|
|
641
|
+
"name": "resultVariable",
|
|
642
|
+
"type": "zeebe:property"
|
|
609
643
|
},
|
|
610
|
-
"
|
|
644
|
+
"type": "String"
|
|
611
645
|
},
|
|
612
646
|
{
|
|
647
|
+
"id": "resultExpression",
|
|
613
648
|
"label": "Result expression",
|
|
614
|
-
"
|
|
615
|
-
"group": "variable-mapping",
|
|
649
|
+
"description": "Expression to map the response into process variables",
|
|
616
650
|
"feel": "required",
|
|
617
|
-
"
|
|
651
|
+
"group": "output",
|
|
618
652
|
"binding": {
|
|
619
|
-
"
|
|
620
|
-
"
|
|
653
|
+
"name": "resultExpression",
|
|
654
|
+
"type": "zeebe:property"
|
|
621
655
|
},
|
|
622
|
-
"
|
|
656
|
+
"type": "Text"
|
|
623
657
|
}
|
|
624
658
|
],
|
|
625
659
|
"icon": {
|
|
626
|
-
"contents": "data:image/svg+xml;
|
|
660
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
|
|
627
661
|
},
|
|
628
662
|
"engines": {
|
|
629
|
-
"camunda": "^8.
|
|
663
|
+
"camunda": "^8.5"
|
|
630
664
|
}
|
|
631
665
|
},
|
|
632
666
|
{
|
|
@@ -1088,11 +1122,11 @@
|
|
|
1088
1122
|
},
|
|
1089
1123
|
{
|
|
1090
1124
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1091
|
-
"name": "RabbitMQ
|
|
1125
|
+
"name": "RabbitMQ connector",
|
|
1092
1126
|
"id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
|
|
1127
|
+
"version": 1,
|
|
1093
1128
|
"description": "Receive a message from RabbitMQ",
|
|
1094
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq
|
|
1095
|
-
"version": 6,
|
|
1129
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
|
|
1096
1130
|
"category": {
|
|
1097
1131
|
"id": "connectors",
|
|
1098
1132
|
"name": "Connectors"
|
|
@@ -1120,33 +1154,39 @@
|
|
|
1120
1154
|
"label": "Activation"
|
|
1121
1155
|
},
|
|
1122
1156
|
{
|
|
1123
|
-
"id": "
|
|
1124
|
-
"label": "
|
|
1125
|
-
},
|
|
1126
|
-
{
|
|
1127
|
-
"id": "output",
|
|
1128
|
-
"label": "Output mapping"
|
|
1157
|
+
"id": "variable-mapping",
|
|
1158
|
+
"label": "Variable mapping"
|
|
1129
1159
|
}
|
|
1130
1160
|
],
|
|
1131
1161
|
"properties": [
|
|
1132
1162
|
{
|
|
1163
|
+
"type": "Hidden",
|
|
1133
1164
|
"value": "io.camunda:connector-rabbitmq-inbound:1",
|
|
1134
1165
|
"binding": {
|
|
1135
|
-
"
|
|
1136
|
-
"
|
|
1166
|
+
"type": "zeebe:property",
|
|
1167
|
+
"name": "inbound.type"
|
|
1168
|
+
}
|
|
1169
|
+
},
|
|
1170
|
+
{
|
|
1171
|
+
"type": "Hidden",
|
|
1172
|
+
"generatedValue": {
|
|
1173
|
+
"type": "uuid"
|
|
1137
1174
|
},
|
|
1138
|
-
"
|
|
1175
|
+
"binding": {
|
|
1176
|
+
"type": "bpmn:Message#property",
|
|
1177
|
+
"name": "name"
|
|
1178
|
+
}
|
|
1139
1179
|
},
|
|
1140
1180
|
{
|
|
1141
|
-
"id": "
|
|
1181
|
+
"id": "connectionType",
|
|
1142
1182
|
"label": "Connection type",
|
|
1143
|
-
"value": "uri",
|
|
1144
1183
|
"group": "authentication",
|
|
1184
|
+
"type": "Dropdown",
|
|
1185
|
+
"value": "uri",
|
|
1145
1186
|
"binding": {
|
|
1146
|
-
"
|
|
1147
|
-
"
|
|
1187
|
+
"type": "zeebe:property",
|
|
1188
|
+
"name": "authentication.authType"
|
|
1148
1189
|
},
|
|
1149
|
-
"type": "Dropdown",
|
|
1150
1190
|
"choices": [
|
|
1151
1191
|
{
|
|
1152
1192
|
"name": "URI",
|
|
@@ -1159,178 +1199,154 @@
|
|
|
1159
1199
|
]
|
|
1160
1200
|
},
|
|
1161
1201
|
{
|
|
1162
|
-
"id": "authentication.uri",
|
|
1163
1202
|
"label": "URI",
|
|
1164
1203
|
"description": "URI should contain username, password, host name, port number, and virtual host",
|
|
1165
|
-
"
|
|
1204
|
+
"group": "authentication",
|
|
1205
|
+
"type": "String",
|
|
1206
|
+
"binding": {
|
|
1207
|
+
"type": "zeebe:property",
|
|
1208
|
+
"name": "authentication.uri"
|
|
1209
|
+
},
|
|
1166
1210
|
"constraints": {
|
|
1167
1211
|
"notEmpty": true,
|
|
1168
1212
|
"pattern": {
|
|
1169
|
-
"value": "^(
|
|
1213
|
+
"value": "^(amqps?://)|(secrets).*",
|
|
1170
1214
|
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
1171
1215
|
}
|
|
1172
1216
|
},
|
|
1173
|
-
"group": "authentication",
|
|
1174
|
-
"binding": {
|
|
1175
|
-
"name": "authentication.uri",
|
|
1176
|
-
"type": "zeebe:property"
|
|
1177
|
-
},
|
|
1178
1217
|
"condition": {
|
|
1179
|
-
"property": "
|
|
1180
|
-
"equals": "uri"
|
|
1181
|
-
|
|
1182
|
-
},
|
|
1183
|
-
"type": "String"
|
|
1218
|
+
"property": "connectionType",
|
|
1219
|
+
"equals": "uri"
|
|
1220
|
+
}
|
|
1184
1221
|
},
|
|
1185
1222
|
{
|
|
1186
|
-
"id": "authentication.userName",
|
|
1187
1223
|
"label": "Username",
|
|
1188
|
-
"optional": false,
|
|
1189
|
-
"constraints": {
|
|
1190
|
-
"notEmpty": true
|
|
1191
|
-
},
|
|
1192
1224
|
"group": "authentication",
|
|
1225
|
+
"type": "String",
|
|
1193
1226
|
"binding": {
|
|
1194
|
-
"
|
|
1195
|
-
"
|
|
1227
|
+
"type": "zeebe:property",
|
|
1228
|
+
"name": "authentication.userName"
|
|
1196
1229
|
},
|
|
1197
|
-
"
|
|
1198
|
-
"
|
|
1199
|
-
"equals": "credentials",
|
|
1200
|
-
"type": "simple"
|
|
1230
|
+
"constraints": {
|
|
1231
|
+
"notEmpty": true
|
|
1201
1232
|
},
|
|
1202
|
-
"
|
|
1233
|
+
"condition": {
|
|
1234
|
+
"property": "connectionType",
|
|
1235
|
+
"equals": "credentials"
|
|
1236
|
+
}
|
|
1203
1237
|
},
|
|
1204
1238
|
{
|
|
1205
|
-
"id": "authentication.password",
|
|
1206
1239
|
"label": "Password",
|
|
1207
|
-
"optional": false,
|
|
1208
|
-
"constraints": {
|
|
1209
|
-
"notEmpty": true
|
|
1210
|
-
},
|
|
1211
1240
|
"group": "authentication",
|
|
1241
|
+
"type": "String",
|
|
1212
1242
|
"binding": {
|
|
1213
|
-
"
|
|
1214
|
-
"
|
|
1215
|
-
},
|
|
1216
|
-
"condition": {
|
|
1217
|
-
"property": "authentication.authType",
|
|
1218
|
-
"equals": "credentials",
|
|
1219
|
-
"type": "simple"
|
|
1243
|
+
"type": "zeebe:property",
|
|
1244
|
+
"name": "authentication.password"
|
|
1220
1245
|
},
|
|
1221
|
-
"type": "String"
|
|
1222
|
-
},
|
|
1223
|
-
{
|
|
1224
|
-
"id": "routing.virtualHost",
|
|
1225
|
-
"label": "Virtual host",
|
|
1226
|
-
"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>",
|
|
1227
|
-
"optional": false,
|
|
1228
1246
|
"constraints": {
|
|
1229
1247
|
"notEmpty": true
|
|
1230
1248
|
},
|
|
1231
|
-
"group": "routing",
|
|
1232
|
-
"binding": {
|
|
1233
|
-
"name": "routing.virtualHost",
|
|
1234
|
-
"type": "zeebe:property"
|
|
1235
|
-
},
|
|
1236
1249
|
"condition": {
|
|
1237
|
-
"property": "
|
|
1238
|
-
"equals": "credentials"
|
|
1239
|
-
|
|
1240
|
-
},
|
|
1241
|
-
"type": "String"
|
|
1250
|
+
"property": "connectionType",
|
|
1251
|
+
"equals": "credentials"
|
|
1252
|
+
}
|
|
1242
1253
|
},
|
|
1243
1254
|
{
|
|
1244
|
-
"id": "routing.hostName",
|
|
1245
1255
|
"label": "Host name",
|
|
1246
|
-
"description": "Host name: get from RabbitMQ external
|
|
1247
|
-
"
|
|
1256
|
+
"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>",
|
|
1257
|
+
"group": "routing",
|
|
1258
|
+
"type": "String",
|
|
1259
|
+
"binding": {
|
|
1260
|
+
"type": "zeebe:property",
|
|
1261
|
+
"name": "routing.hostName"
|
|
1262
|
+
},
|
|
1248
1263
|
"constraints": {
|
|
1249
1264
|
"notEmpty": true
|
|
1250
1265
|
},
|
|
1266
|
+
"condition": {
|
|
1267
|
+
"property": "connectionType",
|
|
1268
|
+
"equals": "credentials"
|
|
1269
|
+
}
|
|
1270
|
+
},
|
|
1271
|
+
{
|
|
1272
|
+
"label": "Virtual host",
|
|
1273
|
+
"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>",
|
|
1251
1274
|
"group": "routing",
|
|
1275
|
+
"type": "String",
|
|
1252
1276
|
"binding": {
|
|
1253
|
-
"
|
|
1254
|
-
"
|
|
1277
|
+
"type": "zeebe:property",
|
|
1278
|
+
"name": "routing.virtualHost"
|
|
1255
1279
|
},
|
|
1256
|
-
"
|
|
1257
|
-
"
|
|
1258
|
-
"equals": "credentials",
|
|
1259
|
-
"type": "simple"
|
|
1280
|
+
"constraints": {
|
|
1281
|
+
"notEmpty": true
|
|
1260
1282
|
},
|
|
1261
|
-
"
|
|
1283
|
+
"condition": {
|
|
1284
|
+
"property": "connectionType",
|
|
1285
|
+
"equals": "credentials"
|
|
1286
|
+
}
|
|
1262
1287
|
},
|
|
1263
1288
|
{
|
|
1264
|
-
"id": "routing.port",
|
|
1265
1289
|
"label": "Port",
|
|
1266
|
-
"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
|
|
1267
|
-
"optional": false,
|
|
1268
|
-
"constraints": {
|
|
1269
|
-
"notEmpty": true
|
|
1270
|
-
},
|
|
1290
|
+
"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>",
|
|
1271
1291
|
"group": "routing",
|
|
1292
|
+
"type": "String",
|
|
1272
1293
|
"binding": {
|
|
1273
|
-
"
|
|
1274
|
-
"
|
|
1294
|
+
"type": "zeebe:property",
|
|
1295
|
+
"name": "routing.port"
|
|
1275
1296
|
},
|
|
1276
|
-
"
|
|
1277
|
-
"
|
|
1278
|
-
"equals": "credentials",
|
|
1279
|
-
"type": "simple"
|
|
1297
|
+
"constraints": {
|
|
1298
|
+
"notEmpty": true
|
|
1280
1299
|
},
|
|
1281
|
-
"
|
|
1300
|
+
"condition": {
|
|
1301
|
+
"property": "connectionType",
|
|
1302
|
+
"equals": "credentials"
|
|
1303
|
+
}
|
|
1282
1304
|
},
|
|
1283
1305
|
{
|
|
1284
|
-
"id": "queueName",
|
|
1285
1306
|
"label": "Queue name",
|
|
1286
1307
|
"description": "Name of the queue to subscribe to",
|
|
1287
|
-
"optional": false,
|
|
1288
|
-
"constraints": {
|
|
1289
|
-
"notEmpty": true
|
|
1290
|
-
},
|
|
1291
1308
|
"group": "subscription",
|
|
1309
|
+
"type": "String",
|
|
1310
|
+
"feel": "optional",
|
|
1292
1311
|
"binding": {
|
|
1293
|
-
"
|
|
1294
|
-
"
|
|
1312
|
+
"type": "zeebe:property",
|
|
1313
|
+
"name": "queueName"
|
|
1295
1314
|
},
|
|
1296
|
-
"
|
|
1315
|
+
"constraints": {
|
|
1316
|
+
"notEmpty": true
|
|
1317
|
+
}
|
|
1297
1318
|
},
|
|
1298
1319
|
{
|
|
1299
|
-
"id": "consumerTag",
|
|
1300
1320
|
"label": "Consumer tag",
|
|
1301
1321
|
"description": "Consumer tag to use for the subscription",
|
|
1302
|
-
"optional": false,
|
|
1303
1322
|
"group": "subscription",
|
|
1323
|
+
"type": "String",
|
|
1324
|
+
"feel": "optional",
|
|
1304
1325
|
"binding": {
|
|
1305
|
-
"
|
|
1306
|
-
"
|
|
1307
|
-
}
|
|
1308
|
-
"type": "String"
|
|
1326
|
+
"type": "zeebe:property",
|
|
1327
|
+
"name": "consumerTag"
|
|
1328
|
+
}
|
|
1309
1329
|
},
|
|
1310
1330
|
{
|
|
1311
|
-
"id": "arguments",
|
|
1312
1331
|
"label": "Arguments",
|
|
1313
1332
|
"description": "Arguments to use for the subscription",
|
|
1314
|
-
"optional": true,
|
|
1315
|
-
"feel": "required",
|
|
1316
1333
|
"group": "subscription",
|
|
1334
|
+
"type": "String",
|
|
1335
|
+
"feel": "required",
|
|
1317
1336
|
"binding": {
|
|
1318
|
-
"
|
|
1319
|
-
"
|
|
1320
|
-
}
|
|
1321
|
-
"type": "String"
|
|
1337
|
+
"type": "zeebe:property",
|
|
1338
|
+
"name": "arguments"
|
|
1339
|
+
}
|
|
1322
1340
|
},
|
|
1323
1341
|
{
|
|
1324
|
-
"id": "exclusive",
|
|
1325
1342
|
"label": "Exclusive consumer",
|
|
1326
|
-
"optional": false,
|
|
1327
|
-
"value": "false",
|
|
1328
1343
|
"group": "subscription",
|
|
1344
|
+
"type": "Dropdown",
|
|
1345
|
+
"value": "false",
|
|
1329
1346
|
"binding": {
|
|
1330
|
-
"
|
|
1331
|
-
"
|
|
1347
|
+
"type": "zeebe:property",
|
|
1348
|
+
"name": "exclusive"
|
|
1332
1349
|
},
|
|
1333
|
-
"type": "Dropdown",
|
|
1334
1350
|
"choices": [
|
|
1335
1351
|
{
|
|
1336
1352
|
"name": "Yes",
|
|
@@ -1343,111 +1359,83 @@
|
|
|
1343
1359
|
]
|
|
1344
1360
|
},
|
|
1345
1361
|
{
|
|
1346
|
-
"
|
|
1347
|
-
"
|
|
1348
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1349
|
-
"optional": true,
|
|
1350
|
-
"feel": "required",
|
|
1362
|
+
"label": "Correlation key (process)",
|
|
1363
|
+
"type": "String",
|
|
1351
1364
|
"group": "activation",
|
|
1365
|
+
"feel": "required",
|
|
1366
|
+
"description": "Sets up the correlation key from process variables",
|
|
1352
1367
|
"binding": {
|
|
1353
|
-
"
|
|
1354
|
-
"
|
|
1368
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
1369
|
+
"name": "correlationKey"
|
|
1355
1370
|
},
|
|
1356
|
-
"type": "String"
|
|
1357
|
-
},
|
|
1358
|
-
{
|
|
1359
|
-
"id": "correlationKeyProcess",
|
|
1360
|
-
"label": "Correlation key (process)",
|
|
1361
|
-
"description": "Sets up the correlation key from process variables",
|
|
1362
1371
|
"constraints": {
|
|
1363
1372
|
"notEmpty": true
|
|
1364
|
-
}
|
|
1365
|
-
"feel": "required",
|
|
1366
|
-
"group": "correlation",
|
|
1367
|
-
"binding": {
|
|
1368
|
-
"name": "correlationKey",
|
|
1369
|
-
"type": "bpmn:Message#zeebe:subscription#property"
|
|
1370
|
-
},
|
|
1371
|
-
"type": "String"
|
|
1373
|
+
}
|
|
1372
1374
|
},
|
|
1373
1375
|
{
|
|
1374
|
-
"id": "correlationKeyPayload",
|
|
1375
1376
|
"label": "Correlation key (payload)",
|
|
1376
|
-
"
|
|
1377
|
-
"
|
|
1378
|
-
"notEmpty": true
|
|
1379
|
-
},
|
|
1377
|
+
"type": "String",
|
|
1378
|
+
"group": "activation",
|
|
1380
1379
|
"feel": "required",
|
|
1381
|
-
"group": "correlation",
|
|
1382
1380
|
"binding": {
|
|
1383
|
-
"
|
|
1384
|
-
"
|
|
1381
|
+
"type": "zeebe:property",
|
|
1382
|
+
"name": "correlationKeyExpression"
|
|
1385
1383
|
},
|
|
1386
|
-
"
|
|
1384
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
1385
|
+
"constraints": {
|
|
1386
|
+
"notEmpty": true
|
|
1387
|
+
}
|
|
1387
1388
|
},
|
|
1388
1389
|
{
|
|
1389
|
-
"
|
|
1390
|
-
"
|
|
1391
|
-
"
|
|
1392
|
-
"optional": true,
|
|
1390
|
+
"label": "Activation condition",
|
|
1391
|
+
"type": "String",
|
|
1392
|
+
"group": "activation",
|
|
1393
1393
|
"feel": "required",
|
|
1394
|
-
"
|
|
1395
|
-
"binding": {
|
|
1396
|
-
"name": "messageIdExpression",
|
|
1397
|
-
"type": "zeebe:property"
|
|
1398
|
-
},
|
|
1399
|
-
"type": "String"
|
|
1400
|
-
},
|
|
1401
|
-
{
|
|
1402
|
-
"id": "messageNameUuid",
|
|
1403
|
-
"generatedValue": {
|
|
1404
|
-
"type": "uuid"
|
|
1405
|
-
},
|
|
1406
|
-
"group": "correlation",
|
|
1394
|
+
"optional": true,
|
|
1407
1395
|
"binding": {
|
|
1408
|
-
"
|
|
1409
|
-
"
|
|
1396
|
+
"type": "zeebe:property",
|
|
1397
|
+
"name": "activationCondition"
|
|
1410
1398
|
},
|
|
1411
|
-
"
|
|
1399
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events"
|
|
1412
1400
|
},
|
|
1413
1401
|
{
|
|
1414
|
-
"id": "resultVariable",
|
|
1415
1402
|
"label": "Result variable",
|
|
1416
|
-
"
|
|
1417
|
-
"group": "
|
|
1403
|
+
"type": "String",
|
|
1404
|
+
"group": "variable-mapping",
|
|
1405
|
+
"optional": true,
|
|
1418
1406
|
"binding": {
|
|
1419
|
-
"
|
|
1420
|
-
"
|
|
1407
|
+
"type": "zeebe:property",
|
|
1408
|
+
"name": "resultVariable"
|
|
1421
1409
|
},
|
|
1422
|
-
"
|
|
1410
|
+
"description": "Name of variable to store the result of the connector in"
|
|
1423
1411
|
},
|
|
1424
1412
|
{
|
|
1425
|
-
"id": "resultExpression",
|
|
1426
1413
|
"label": "Result expression",
|
|
1427
|
-
"
|
|
1414
|
+
"type": "String",
|
|
1415
|
+
"group": "variable-mapping",
|
|
1428
1416
|
"feel": "required",
|
|
1429
|
-
"
|
|
1417
|
+
"optional": true,
|
|
1430
1418
|
"binding": {
|
|
1431
|
-
"
|
|
1432
|
-
"
|
|
1419
|
+
"type": "zeebe:property",
|
|
1420
|
+
"name": "resultExpression"
|
|
1433
1421
|
},
|
|
1434
|
-
"
|
|
1422
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
1435
1423
|
}
|
|
1436
1424
|
],
|
|
1437
1425
|
"icon": {
|
|
1438
|
-
"contents": "data:image/svg+xml;
|
|
1426
|
+
"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"
|
|
1439
1427
|
},
|
|
1440
1428
|
"engines": {
|
|
1441
|
-
"camunda": "^8.
|
|
1429
|
+
"camunda": "^8.2"
|
|
1442
1430
|
}
|
|
1443
1431
|
},
|
|
1444
1432
|
{
|
|
1445
1433
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1446
1434
|
"name": "RabbitMQ Intermediate Catch Event Connector",
|
|
1447
1435
|
"id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
|
|
1448
|
-
"version":
|
|
1436
|
+
"version": 4,
|
|
1449
1437
|
"description": "Receive a message from RabbitMQ",
|
|
1450
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq
|
|
1438
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
|
|
1451
1439
|
"category": {
|
|
1452
1440
|
"id": "connectors",
|
|
1453
1441
|
"name": "Connectors"
|
|
@@ -1574,7 +1562,7 @@
|
|
|
1574
1562
|
},
|
|
1575
1563
|
{
|
|
1576
1564
|
"label": "Host name",
|
|
1577
|
-
"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
|
|
1565
|
+
"description": "Host name: get from RabbitMQ external applocation configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
|
|
1578
1566
|
"group": "routing",
|
|
1579
1567
|
"type": "String",
|
|
1580
1568
|
"binding": {
|
|
@@ -1591,7 +1579,7 @@
|
|
|
1591
1579
|
},
|
|
1592
1580
|
{
|
|
1593
1581
|
"label": "Virtual host",
|
|
1594
|
-
"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
|
|
1582
|
+
"description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
|
|
1595
1583
|
"group": "routing",
|
|
1596
1584
|
"type": "String",
|
|
1597
1585
|
"binding": {
|
|
@@ -1608,7 +1596,7 @@
|
|
|
1608
1596
|
},
|
|
1609
1597
|
{
|
|
1610
1598
|
"label": "Port",
|
|
1611
|
-
"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
|
|
1599
|
+
"description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
|
|
1612
1600
|
"group": "routing",
|
|
1613
1601
|
"type": "String",
|
|
1614
1602
|
"binding": {
|
|
@@ -1707,6 +1695,18 @@
|
|
|
1707
1695
|
"notEmpty": true
|
|
1708
1696
|
}
|
|
1709
1697
|
},
|
|
1698
|
+
{
|
|
1699
|
+
"label": "Message ID expression",
|
|
1700
|
+
"feel": "required",
|
|
1701
|
+
"type": "String",
|
|
1702
|
+
"optional": true,
|
|
1703
|
+
"group": "activation",
|
|
1704
|
+
"binding": {
|
|
1705
|
+
"type": "zeebe:property",
|
|
1706
|
+
"name": "messageIdExpression"
|
|
1707
|
+
},
|
|
1708
|
+
"description": "Expression to extract unique identifier of a message"
|
|
1709
|
+
},
|
|
1710
1710
|
{
|
|
1711
1711
|
"label": "Activation condition",
|
|
1712
1712
|
"type": "String",
|
|
@@ -1747,7 +1747,7 @@
|
|
|
1747
1747
|
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='-7.5 0 271 271' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M245.44 108.308h-85.09a7.738 7.738 0 0 1-7.735-7.734v-88.68C152.615 5.327 147.29 0 140.726 0h-30.375c-6.568 0-11.89 5.327-11.89 11.894v88.143c0 4.573-3.697 8.29-8.27 8.31l-27.885.133c-4.612.025-8.359-3.717-8.35-8.325l.173-88.241C54.144 5.337 48.817 0 42.24 0H11.89C5.321 0 0 5.327 0 11.894V260.21c0 5.834 4.726 10.56 10.555 10.56H245.44c5.834 0 10.56-4.726 10.56-10.56V118.868c0-5.834-4.726-10.56-10.56-10.56zm-39.902 93.233c0 7.645-6.198 13.844-13.843 13.844H167.69c-7.646 0-13.844-6.199-13.844-13.844v-24.005c0-7.646 6.198-13.844 13.844-13.844h24.005c7.645 0 13.843 6.198 13.843 13.844v24.005z' fill='%23F60'/%3E%3C/svg%3E"
|
|
1748
1748
|
},
|
|
1749
1749
|
"engines": {
|
|
1750
|
-
"camunda": "^8.
|
|
1750
|
+
"camunda": "^8.4"
|
|
1751
1751
|
}
|
|
1752
1752
|
},
|
|
1753
1753
|
{
|