@camunda/connectors-element-templates 1.0.17 → 1.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/connectors.js +12 -2
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -5
- package/src/element-templates/asana-connector.json +718 -7
- package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
- package/src/element-templates/aws-bedrock-outbound-connector.json +775 -38
- package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
- package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
- package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
- package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
- package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
- package/src/element-templates/aws-lambda-outbound-connector.json +472 -468
- package/src/element-templates/aws-s3-outbound-connector.json +656 -15
- package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
- package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
- package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
- package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
- package/src/element-templates/aws-sns-inbound-receive.json +13 -6
- package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
- package/src/element-templates/aws-sns-outbound-connector.json +390 -386
- package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
- package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
- package/src/element-templates/aws-sqs-receive-connector.json +15 -11
- package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
- package/src/element-templates/aws-sqs-start-message.json +866 -862
- package/src/element-templates/aws-textract-outbound-connector.json +358 -354
- package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
- package/src/element-templates/azure-open-ai-connector.json +1325 -0
- package/src/element-templates/blue-prism-connector.json +595 -50
- package/src/element-templates/box-outbound-connector.json +924 -12
- package/src/element-templates/csv-outbound-connector.json +39 -31
- package/src/element-templates/easy-post-connector.json +1088 -120
- package/src/element-templates/email-inbound-connector-boundary.json +16 -8
- package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
- package/src/element-templates/email-inbound-connector-receive.json +564 -0
- package/src/element-templates/email-message-start-event-connector.json +16 -8
- package/src/element-templates/email-outbound-connector.json +2114 -241
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
- package/src/element-templates/github-connector.json +12587 -9052
- package/src/element-templates/github-webhook-connector-boundary.json +27 -29
- package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
- package/src/element-templates/github-webhook-connector-message-start.json +19 -21
- package/src/element-templates/github-webhook-connector-receive.json +13 -15
- package/src/element-templates/github-webhook-connector-start-event.json +11 -13
- package/src/element-templates/gitlab-connector.json +4756 -3124
- package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
- package/src/element-templates/google-drive-outbound-connector.json +1285 -665
- package/src/element-templates/google-gemini-outbound-connector.json +117 -109
- package/src/element-templates/google-maps-platform-connector.json +1055 -26
- package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
- package/src/element-templates/graphql-outbound-connector.json +1136 -1127
- package/src/element-templates/http-json-connector.json +2779 -2129
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
- package/src/element-templates/http-polling-connector.json +746 -735
- package/src/element-templates/hubspot-outbound-connector.json +2376 -30
- package/src/element-templates/hugging-face-connector.json +249 -18
- package/src/element-templates/jdbc-outbound-connector.json +62 -48
- package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
- package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
- package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
- package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +666 -660
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
- package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
- package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
- package/src/element-templates/openai-connector.json +579 -116
- package/src/element-templates/operate-connector.json +1219 -67
- package/src/element-templates/power-automate-connector.json +604 -12
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
- package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
- package/src/element-templates/rpa-connector.json +346 -0
- package/src/element-templates/salesforce-connector.json +553 -9
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
- package/src/element-templates/send-message-connector-message-end-event.json +10 -5
- package/src/element-templates/send-message-connector-send-task.json +10 -5
- package/src/element-templates/sendgrid-outbound-connector.json +1380 -772
- package/src/element-templates/servicenow-connector.json +971 -3
- package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
- package/src/element-templates/servicenow-incident-connector.json +980 -3
- package/src/element-templates/slack-inbound-boundary.json +389 -91
- package/src/element-templates/slack-inbound-intermediate.json +393 -95
- package/src/element-templates/slack-inbound-message-start.json +566 -236
- package/src/element-templates/slack-inbound-receive.json +297 -0
- package/src/element-templates/slack-inbound-start-event.json +127 -122
- package/src/element-templates/slack-outbound-connector.json +2613 -915
- package/src/element-templates/soap-outbound-connector.json +812 -2
- package/src/element-templates/twilio-connector.json +1514 -34
- package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
- package/src/element-templates/twilio-webhook-connector.json +238 -8
- package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
- package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
- package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
- package/src/element-templates/uipath-connector.json +607 -15
- package/src/element-templates/webhook-connector-boundary.json +1218 -1208
- package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
- package/src/element-templates/webhook-connector-receive.json +55 -45
- package/src/element-templates/webhook-connector-start-event.json +1299 -1292
- package/src/element-templates/webhook-connector-start-message.json +711 -701
- package/src/element-templates/whatsapp-connector.json +339 -5
- package/src/element-templates/http-connector.json.json +0 -654
|
@@ -4,8 +4,17 @@
|
|
|
4
4
|
"name": "RabbitMQ Message Start Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.inbound.RabbitMQ.MessageStart.v1",
|
|
6
6
|
"description": "Receive a message from RabbitMQ",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"receive message",
|
|
9
|
+
"consume message",
|
|
10
|
+
"message queue",
|
|
11
|
+
"AMQP",
|
|
12
|
+
"subscribe",
|
|
13
|
+
"message broker",
|
|
14
|
+
"queue"
|
|
15
|
+
],
|
|
7
16
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
|
|
8
|
-
"version":
|
|
17
|
+
"version": 8,
|
|
9
18
|
"category": {
|
|
10
19
|
"id": "connectors",
|
|
11
20
|
"name": "Connectors"
|
|
@@ -15,6 +24,9 @@
|
|
|
15
24
|
"value": "bpmn:StartEvent",
|
|
16
25
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
17
26
|
},
|
|
27
|
+
"engines": {
|
|
28
|
+
"camunda": "^8.3"
|
|
29
|
+
},
|
|
18
30
|
"groups": [
|
|
19
31
|
{
|
|
20
32
|
"id": "authentication",
|
|
@@ -34,7 +46,13 @@
|
|
|
34
46
|
},
|
|
35
47
|
{
|
|
36
48
|
"id": "correlation",
|
|
37
|
-
"label": "Correlation"
|
|
49
|
+
"label": "Correlation",
|
|
50
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"id": "deduplication",
|
|
54
|
+
"label": "Deduplication",
|
|
55
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
38
56
|
},
|
|
39
57
|
{
|
|
40
58
|
"id": "output",
|
|
@@ -268,6 +286,18 @@
|
|
|
268
286
|
},
|
|
269
287
|
"type": "String"
|
|
270
288
|
},
|
|
289
|
+
{
|
|
290
|
+
"id": "consumeUnmatchedEvents",
|
|
291
|
+
"label": "Consume unmatched events",
|
|
292
|
+
"value": true,
|
|
293
|
+
"group": "activation",
|
|
294
|
+
"binding": {
|
|
295
|
+
"name": "consumeUnmatchedEvents",
|
|
296
|
+
"type": "zeebe:property"
|
|
297
|
+
},
|
|
298
|
+
"tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
|
|
299
|
+
"type": "Boolean"
|
|
300
|
+
},
|
|
271
301
|
{
|
|
272
302
|
"id": "correlationRequired",
|
|
273
303
|
"label": "Subprocess correlation required",
|
|
@@ -343,22 +373,109 @@
|
|
|
343
373
|
},
|
|
344
374
|
"type": "String"
|
|
345
375
|
},
|
|
376
|
+
{
|
|
377
|
+
"id": "messageTtl",
|
|
378
|
+
"label": "Message TTL",
|
|
379
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
380
|
+
"optional": true,
|
|
381
|
+
"constraints": {
|
|
382
|
+
"notEmpty": false,
|
|
383
|
+
"pattern": {
|
|
384
|
+
"value": "^(PT.*|)$",
|
|
385
|
+
"message": "must be an ISO-8601 duration"
|
|
386
|
+
}
|
|
387
|
+
},
|
|
388
|
+
"feel": "optional",
|
|
389
|
+
"group": "correlation",
|
|
390
|
+
"binding": {
|
|
391
|
+
"name": "messageTtl",
|
|
392
|
+
"type": "zeebe:property"
|
|
393
|
+
},
|
|
394
|
+
"type": "String"
|
|
395
|
+
},
|
|
346
396
|
{
|
|
347
397
|
"id": "messageNameUuid",
|
|
398
|
+
"label": "Message name",
|
|
348
399
|
"generatedValue": {
|
|
349
400
|
"type": "uuid"
|
|
350
401
|
},
|
|
402
|
+
"feel": "optional",
|
|
351
403
|
"group": "correlation",
|
|
352
404
|
"binding": {
|
|
353
405
|
"name": "name",
|
|
354
406
|
"type": "bpmn:Message#property"
|
|
355
407
|
},
|
|
408
|
+
"tooltip": "By default, this is an auto-generated random UUID. We recommend using a unique message name for each connector element in the diagram. Override to set a custom message name. Learn more about <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-subscriptions\">message subscriptions</a> that power inbound connectors.",
|
|
409
|
+
"type": "String"
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"id": "deduplicationModeManualFlag",
|
|
413
|
+
"label": "Manual mode",
|
|
414
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
415
|
+
"value": false,
|
|
416
|
+
"group": "deduplication",
|
|
417
|
+
"binding": {
|
|
418
|
+
"name": "deduplicationModeManualFlag",
|
|
419
|
+
"type": "zeebe:property"
|
|
420
|
+
},
|
|
421
|
+
"type": "Boolean"
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"id": "deduplicationId",
|
|
425
|
+
"label": "Deduplication ID",
|
|
426
|
+
"constraints": {
|
|
427
|
+
"notEmpty": true,
|
|
428
|
+
"pattern": {
|
|
429
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
430
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
431
|
+
}
|
|
432
|
+
},
|
|
433
|
+
"group": "deduplication",
|
|
434
|
+
"binding": {
|
|
435
|
+
"name": "deduplicationId",
|
|
436
|
+
"type": "zeebe:property"
|
|
437
|
+
},
|
|
438
|
+
"condition": {
|
|
439
|
+
"property": "deduplicationModeManualFlag",
|
|
440
|
+
"equals": true,
|
|
441
|
+
"type": "simple"
|
|
442
|
+
},
|
|
443
|
+
"type": "String"
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"id": "deduplicationModeManual",
|
|
447
|
+
"value": "MANUAL",
|
|
448
|
+
"group": "deduplication",
|
|
449
|
+
"binding": {
|
|
450
|
+
"name": "deduplicationMode",
|
|
451
|
+
"type": "zeebe:property"
|
|
452
|
+
},
|
|
453
|
+
"condition": {
|
|
454
|
+
"property": "deduplicationId",
|
|
455
|
+
"isActive": true,
|
|
456
|
+
"type": "simple"
|
|
457
|
+
},
|
|
458
|
+
"type": "Hidden"
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"id": "deduplicationModeAuto",
|
|
462
|
+
"value": "AUTO",
|
|
463
|
+
"group": "deduplication",
|
|
464
|
+
"binding": {
|
|
465
|
+
"name": "deduplicationMode",
|
|
466
|
+
"type": "zeebe:property"
|
|
467
|
+
},
|
|
468
|
+
"condition": {
|
|
469
|
+
"property": "deduplicationId",
|
|
470
|
+
"isActive": false,
|
|
471
|
+
"type": "simple"
|
|
472
|
+
},
|
|
356
473
|
"type": "Hidden"
|
|
357
474
|
},
|
|
358
475
|
{
|
|
359
476
|
"id": "resultVariable",
|
|
360
477
|
"label": "Result variable",
|
|
361
|
-
"description": "Name of variable to store the response in",
|
|
478
|
+
"description": "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>.",
|
|
362
479
|
"group": "output",
|
|
363
480
|
"binding": {
|
|
364
481
|
"name": "resultVariable",
|
|
@@ -369,7 +486,7 @@
|
|
|
369
486
|
{
|
|
370
487
|
"id": "resultExpression",
|
|
371
488
|
"label": "Result expression",
|
|
372
|
-
"description": "Expression to map the response into process variables",
|
|
489
|
+
"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>.",
|
|
373
490
|
"feel": "required",
|
|
374
491
|
"group": "output",
|
|
375
492
|
"binding": {
|
|
@@ -381,9 +498,6 @@
|
|
|
381
498
|
],
|
|
382
499
|
"icon": {
|
|
383
500
|
"contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
|
|
384
|
-
},
|
|
385
|
-
"engines": {
|
|
386
|
-
"camunda": "^8.5"
|
|
387
501
|
}
|
|
388
502
|
},
|
|
389
503
|
{
|
|
@@ -879,9 +993,9 @@
|
|
|
879
993
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
880
994
|
"name": "RabbitMQ Message Start Event Connector",
|
|
881
995
|
"id": "io.camunda.connectors.inbound.RabbitMQ.MessageStart.v1",
|
|
882
|
-
"version": 1,
|
|
883
996
|
"description": "Receive a message from RabbitMQ",
|
|
884
997
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
|
|
998
|
+
"version": 6,
|
|
885
999
|
"category": {
|
|
886
1000
|
"id": "connectors",
|
|
887
1001
|
"name": "Connectors"
|
|
@@ -910,42 +1024,32 @@
|
|
|
910
1024
|
},
|
|
911
1025
|
{
|
|
912
1026
|
"id": "correlation",
|
|
913
|
-
"label": "
|
|
1027
|
+
"label": "Correlation"
|
|
914
1028
|
},
|
|
915
1029
|
{
|
|
916
|
-
"id": "
|
|
917
|
-
"label": "
|
|
1030
|
+
"id": "output",
|
|
1031
|
+
"label": "Output mapping"
|
|
918
1032
|
}
|
|
919
1033
|
],
|
|
920
1034
|
"properties": [
|
|
921
1035
|
{
|
|
922
|
-
"type": "Hidden",
|
|
923
1036
|
"value": "io.camunda:connector-rabbitmq-inbound:1",
|
|
924
1037
|
"binding": {
|
|
925
|
-
"
|
|
926
|
-
"
|
|
927
|
-
}
|
|
928
|
-
},
|
|
929
|
-
{
|
|
930
|
-
"type": "Hidden",
|
|
931
|
-
"generatedValue": {
|
|
932
|
-
"type": "uuid"
|
|
1038
|
+
"name": "inbound.type",
|
|
1039
|
+
"type": "zeebe:property"
|
|
933
1040
|
},
|
|
934
|
-
"
|
|
935
|
-
"type": "bpmn:Message#property",
|
|
936
|
-
"name": "name"
|
|
937
|
-
}
|
|
1041
|
+
"type": "Hidden"
|
|
938
1042
|
},
|
|
939
1043
|
{
|
|
940
|
-
"id": "
|
|
1044
|
+
"id": "authentication.authType",
|
|
941
1045
|
"label": "Connection type",
|
|
942
|
-
"group": "authentication",
|
|
943
|
-
"type": "Dropdown",
|
|
944
1046
|
"value": "uri",
|
|
1047
|
+
"group": "authentication",
|
|
945
1048
|
"binding": {
|
|
946
|
-
"
|
|
947
|
-
"
|
|
1049
|
+
"name": "authentication.authType",
|
|
1050
|
+
"type": "zeebe:property"
|
|
948
1051
|
},
|
|
1052
|
+
"type": "Dropdown",
|
|
949
1053
|
"choices": [
|
|
950
1054
|
{
|
|
951
1055
|
"name": "URI",
|
|
@@ -958,154 +1062,178 @@
|
|
|
958
1062
|
]
|
|
959
1063
|
},
|
|
960
1064
|
{
|
|
1065
|
+
"id": "authentication.uri",
|
|
961
1066
|
"label": "URI",
|
|
962
1067
|
"description": "URI should contain username, password, host name, port number, and virtual host",
|
|
963
|
-
"
|
|
964
|
-
"type": "String",
|
|
965
|
-
"binding": {
|
|
966
|
-
"type": "zeebe:property",
|
|
967
|
-
"name": "authentication.uri"
|
|
968
|
-
},
|
|
1068
|
+
"optional": false,
|
|
969
1069
|
"constraints": {
|
|
970
1070
|
"notEmpty": true,
|
|
971
1071
|
"pattern": {
|
|
972
|
-
"value": "^(amqps
|
|
1072
|
+
"value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
|
|
973
1073
|
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
974
1074
|
}
|
|
975
1075
|
},
|
|
1076
|
+
"group": "authentication",
|
|
1077
|
+
"binding": {
|
|
1078
|
+
"name": "authentication.uri",
|
|
1079
|
+
"type": "zeebe:property"
|
|
1080
|
+
},
|
|
976
1081
|
"condition": {
|
|
977
|
-
"property": "
|
|
978
|
-
"equals": "uri"
|
|
979
|
-
|
|
1082
|
+
"property": "authentication.authType",
|
|
1083
|
+
"equals": "uri",
|
|
1084
|
+
"type": "simple"
|
|
1085
|
+
},
|
|
1086
|
+
"type": "String"
|
|
980
1087
|
},
|
|
981
1088
|
{
|
|
1089
|
+
"id": "authentication.userName",
|
|
982
1090
|
"label": "Username",
|
|
983
|
-
"
|
|
984
|
-
"type": "String",
|
|
985
|
-
"binding": {
|
|
986
|
-
"type": "zeebe:property",
|
|
987
|
-
"name": "authentication.userName"
|
|
988
|
-
},
|
|
1091
|
+
"optional": false,
|
|
989
1092
|
"constraints": {
|
|
990
1093
|
"notEmpty": true
|
|
991
1094
|
},
|
|
1095
|
+
"group": "authentication",
|
|
1096
|
+
"binding": {
|
|
1097
|
+
"name": "authentication.userName",
|
|
1098
|
+
"type": "zeebe:property"
|
|
1099
|
+
},
|
|
992
1100
|
"condition": {
|
|
993
|
-
"property": "
|
|
994
|
-
"equals": "credentials"
|
|
995
|
-
|
|
1101
|
+
"property": "authentication.authType",
|
|
1102
|
+
"equals": "credentials",
|
|
1103
|
+
"type": "simple"
|
|
1104
|
+
},
|
|
1105
|
+
"type": "String"
|
|
996
1106
|
},
|
|
997
1107
|
{
|
|
1108
|
+
"id": "authentication.password",
|
|
998
1109
|
"label": "Password",
|
|
1110
|
+
"optional": false,
|
|
1111
|
+
"constraints": {
|
|
1112
|
+
"notEmpty": true
|
|
1113
|
+
},
|
|
999
1114
|
"group": "authentication",
|
|
1000
|
-
"type": "String",
|
|
1001
1115
|
"binding": {
|
|
1002
|
-
"
|
|
1003
|
-
"
|
|
1116
|
+
"name": "authentication.password",
|
|
1117
|
+
"type": "zeebe:property"
|
|
1118
|
+
},
|
|
1119
|
+
"condition": {
|
|
1120
|
+
"property": "authentication.authType",
|
|
1121
|
+
"equals": "credentials",
|
|
1122
|
+
"type": "simple"
|
|
1004
1123
|
},
|
|
1124
|
+
"type": "String"
|
|
1125
|
+
},
|
|
1126
|
+
{
|
|
1127
|
+
"id": "routing.virtualHost",
|
|
1128
|
+
"label": "Virtual host",
|
|
1129
|
+
"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>",
|
|
1130
|
+
"optional": false,
|
|
1005
1131
|
"constraints": {
|
|
1006
1132
|
"notEmpty": true
|
|
1007
1133
|
},
|
|
1134
|
+
"group": "routing",
|
|
1135
|
+
"binding": {
|
|
1136
|
+
"name": "routing.virtualHost",
|
|
1137
|
+
"type": "zeebe:property"
|
|
1138
|
+
},
|
|
1008
1139
|
"condition": {
|
|
1009
|
-
"property": "
|
|
1010
|
-
"equals": "credentials"
|
|
1011
|
-
|
|
1140
|
+
"property": "authentication.authType",
|
|
1141
|
+
"equals": "credentials",
|
|
1142
|
+
"type": "simple"
|
|
1143
|
+
},
|
|
1144
|
+
"type": "String"
|
|
1012
1145
|
},
|
|
1013
1146
|
{
|
|
1147
|
+
"id": "routing.hostName",
|
|
1014
1148
|
"label": "Host name",
|
|
1015
|
-
"description": "Host name: get from RabbitMQ external
|
|
1016
|
-
"
|
|
1017
|
-
"type": "String",
|
|
1018
|
-
"binding": {
|
|
1019
|
-
"type": "zeebe:property",
|
|
1020
|
-
"name": "routing.hostName"
|
|
1021
|
-
},
|
|
1149
|
+
"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>",
|
|
1150
|
+
"optional": false,
|
|
1022
1151
|
"constraints": {
|
|
1023
1152
|
"notEmpty": true
|
|
1024
1153
|
},
|
|
1025
|
-
"condition": {
|
|
1026
|
-
"property": "connectionType",
|
|
1027
|
-
"equals": "credentials"
|
|
1028
|
-
}
|
|
1029
|
-
},
|
|
1030
|
-
{
|
|
1031
|
-
"label": "Virtual host",
|
|
1032
|
-
"description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
|
|
1033
1154
|
"group": "routing",
|
|
1034
|
-
"type": "String",
|
|
1035
1155
|
"binding": {
|
|
1036
|
-
"
|
|
1037
|
-
"
|
|
1038
|
-
},
|
|
1039
|
-
"constraints": {
|
|
1040
|
-
"notEmpty": true
|
|
1156
|
+
"name": "routing.hostName",
|
|
1157
|
+
"type": "zeebe:property"
|
|
1041
1158
|
},
|
|
1042
1159
|
"condition": {
|
|
1043
|
-
"property": "
|
|
1044
|
-
"equals": "credentials"
|
|
1045
|
-
|
|
1160
|
+
"property": "authentication.authType",
|
|
1161
|
+
"equals": "credentials",
|
|
1162
|
+
"type": "simple"
|
|
1163
|
+
},
|
|
1164
|
+
"type": "String"
|
|
1046
1165
|
},
|
|
1047
1166
|
{
|
|
1167
|
+
"id": "routing.port",
|
|
1048
1168
|
"label": "Port",
|
|
1049
|
-
"description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=
|
|
1050
|
-
"
|
|
1051
|
-
"type": "String",
|
|
1052
|
-
"binding": {
|
|
1053
|
-
"type": "zeebe:property",
|
|
1054
|
-
"name": "routing.port"
|
|
1055
|
-
},
|
|
1169
|
+
"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>",
|
|
1170
|
+
"optional": false,
|
|
1056
1171
|
"constraints": {
|
|
1057
1172
|
"notEmpty": true
|
|
1058
1173
|
},
|
|
1174
|
+
"group": "routing",
|
|
1175
|
+
"binding": {
|
|
1176
|
+
"name": "routing.port",
|
|
1177
|
+
"type": "zeebe:property"
|
|
1178
|
+
},
|
|
1059
1179
|
"condition": {
|
|
1060
|
-
"property": "
|
|
1061
|
-
"equals": "credentials"
|
|
1062
|
-
|
|
1180
|
+
"property": "authentication.authType",
|
|
1181
|
+
"equals": "credentials",
|
|
1182
|
+
"type": "simple"
|
|
1183
|
+
},
|
|
1184
|
+
"type": "String"
|
|
1063
1185
|
},
|
|
1064
1186
|
{
|
|
1187
|
+
"id": "queueName",
|
|
1065
1188
|
"label": "Queue name",
|
|
1066
1189
|
"description": "Name of the queue to subscribe to",
|
|
1190
|
+
"optional": false,
|
|
1191
|
+
"constraints": {
|
|
1192
|
+
"notEmpty": true
|
|
1193
|
+
},
|
|
1067
1194
|
"group": "subscription",
|
|
1068
|
-
"type": "String",
|
|
1069
|
-
"feel": "optional",
|
|
1070
1195
|
"binding": {
|
|
1071
|
-
"
|
|
1072
|
-
"
|
|
1196
|
+
"name": "queueName",
|
|
1197
|
+
"type": "zeebe:property"
|
|
1073
1198
|
},
|
|
1074
|
-
"
|
|
1075
|
-
"notEmpty": true
|
|
1076
|
-
}
|
|
1199
|
+
"type": "String"
|
|
1077
1200
|
},
|
|
1078
1201
|
{
|
|
1202
|
+
"id": "consumerTag",
|
|
1079
1203
|
"label": "Consumer tag",
|
|
1080
1204
|
"description": "Consumer tag to use for the subscription",
|
|
1205
|
+
"optional": false,
|
|
1081
1206
|
"group": "subscription",
|
|
1082
|
-
"type": "String",
|
|
1083
|
-
"feel": "optional",
|
|
1084
1207
|
"binding": {
|
|
1085
|
-
"
|
|
1086
|
-
"
|
|
1087
|
-
}
|
|
1208
|
+
"name": "consumerTag",
|
|
1209
|
+
"type": "zeebe:property"
|
|
1210
|
+
},
|
|
1211
|
+
"type": "String"
|
|
1088
1212
|
},
|
|
1089
1213
|
{
|
|
1214
|
+
"id": "arguments",
|
|
1090
1215
|
"label": "Arguments",
|
|
1091
1216
|
"description": "Arguments to use for the subscription",
|
|
1092
|
-
"
|
|
1093
|
-
"type": "String",
|
|
1217
|
+
"optional": true,
|
|
1094
1218
|
"feel": "required",
|
|
1219
|
+
"group": "subscription",
|
|
1095
1220
|
"binding": {
|
|
1096
|
-
"
|
|
1097
|
-
"
|
|
1098
|
-
}
|
|
1221
|
+
"name": "arguments",
|
|
1222
|
+
"type": "zeebe:property"
|
|
1223
|
+
},
|
|
1224
|
+
"type": "String"
|
|
1099
1225
|
},
|
|
1100
1226
|
{
|
|
1227
|
+
"id": "exclusive",
|
|
1101
1228
|
"label": "Exclusive consumer",
|
|
1102
|
-
"
|
|
1103
|
-
"type": "Dropdown",
|
|
1229
|
+
"optional": false,
|
|
1104
1230
|
"value": "false",
|
|
1231
|
+
"group": "subscription",
|
|
1105
1232
|
"binding": {
|
|
1106
|
-
"
|
|
1107
|
-
"
|
|
1233
|
+
"name": "exclusive",
|
|
1234
|
+
"type": "zeebe:property"
|
|
1108
1235
|
},
|
|
1236
|
+
"type": "Dropdown",
|
|
1109
1237
|
"choices": [
|
|
1110
1238
|
{
|
|
1111
1239
|
"name": "Yes",
|
|
@@ -1118,36 +1246,29 @@
|
|
|
1118
1246
|
]
|
|
1119
1247
|
},
|
|
1120
1248
|
{
|
|
1121
|
-
"
|
|
1122
|
-
"feel": "required",
|
|
1123
|
-
"type": "String",
|
|
1124
|
-
"optional": true,
|
|
1125
|
-
"group": "activation",
|
|
1126
|
-
"binding": {
|
|
1127
|
-
"type": "zeebe:property",
|
|
1128
|
-
"name": "messageIdExpression"
|
|
1129
|
-
},
|
|
1130
|
-
"description": "Expression to extract unique identifier of a message"
|
|
1131
|
-
},
|
|
1132
|
-
{
|
|
1249
|
+
"id": "activationCondition",
|
|
1133
1250
|
"label": "Activation condition",
|
|
1134
|
-
"
|
|
1135
|
-
"group": "activation",
|
|
1136
|
-
"feel": "required",
|
|
1251
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1137
1252
|
"optional": true,
|
|
1253
|
+
"feel": "required",
|
|
1254
|
+
"group": "activation",
|
|
1138
1255
|
"binding": {
|
|
1139
|
-
"
|
|
1140
|
-
"
|
|
1256
|
+
"name": "activationCondition",
|
|
1257
|
+
"type": "zeebe:property"
|
|
1141
1258
|
},
|
|
1142
|
-
"
|
|
1259
|
+
"type": "String"
|
|
1143
1260
|
},
|
|
1144
1261
|
{
|
|
1145
|
-
"label": "Correlation required",
|
|
1146
|
-
"description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
|
|
1147
1262
|
"id": "correlationRequired",
|
|
1263
|
+
"label": "Subprocess correlation required",
|
|
1264
|
+
"description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
|
|
1265
|
+
"value": "notRequired",
|
|
1148
1266
|
"group": "correlation",
|
|
1267
|
+
"binding": {
|
|
1268
|
+
"name": "correlationRequired",
|
|
1269
|
+
"type": "zeebe:property"
|
|
1270
|
+
},
|
|
1149
1271
|
"type": "Dropdown",
|
|
1150
|
-
"value": "notRequired",
|
|
1151
1272
|
"choices": [
|
|
1152
1273
|
{
|
|
1153
1274
|
"name": "Correlation not required",
|
|
@@ -1157,89 +1278,111 @@
|
|
|
1157
1278
|
"name": "Correlation required",
|
|
1158
1279
|
"value": "required"
|
|
1159
1280
|
}
|
|
1160
|
-
]
|
|
1161
|
-
"binding": {
|
|
1162
|
-
"type": "zeebe:property",
|
|
1163
|
-
"name": "correlationRequired"
|
|
1164
|
-
}
|
|
1281
|
+
]
|
|
1165
1282
|
},
|
|
1166
1283
|
{
|
|
1284
|
+
"id": "correlationKeyProcess",
|
|
1167
1285
|
"label": "Correlation key (process)",
|
|
1168
|
-
"type": "String",
|
|
1169
|
-
"group": "correlation",
|
|
1170
|
-
"feel": "required",
|
|
1171
1286
|
"description": "Sets up the correlation key from process variables",
|
|
1172
|
-
"binding": {
|
|
1173
|
-
"type": "bpmn:Message#zeebe:subscription#property",
|
|
1174
|
-
"name": "correlationKey"
|
|
1175
|
-
},
|
|
1176
1287
|
"constraints": {
|
|
1177
1288
|
"notEmpty": true
|
|
1178
1289
|
},
|
|
1290
|
+
"feel": "required",
|
|
1291
|
+
"group": "correlation",
|
|
1292
|
+
"binding": {
|
|
1293
|
+
"name": "correlationKey",
|
|
1294
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
1295
|
+
},
|
|
1179
1296
|
"condition": {
|
|
1180
1297
|
"property": "correlationRequired",
|
|
1181
|
-
"equals": "required"
|
|
1182
|
-
|
|
1298
|
+
"equals": "required",
|
|
1299
|
+
"type": "simple"
|
|
1300
|
+
},
|
|
1301
|
+
"type": "String"
|
|
1183
1302
|
},
|
|
1184
1303
|
{
|
|
1304
|
+
"id": "correlationKeyPayload",
|
|
1185
1305
|
"label": "Correlation key (payload)",
|
|
1186
|
-
"type": "String",
|
|
1187
|
-
"group": "correlation",
|
|
1188
|
-
"feel": "required",
|
|
1189
|
-
"binding": {
|
|
1190
|
-
"type": "zeebe:property",
|
|
1191
|
-
"name": "correlationKeyExpression"
|
|
1192
|
-
},
|
|
1193
1306
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
1194
1307
|
"constraints": {
|
|
1195
1308
|
"notEmpty": true
|
|
1196
1309
|
},
|
|
1310
|
+
"feel": "required",
|
|
1311
|
+
"group": "correlation",
|
|
1312
|
+
"binding": {
|
|
1313
|
+
"name": "correlationKeyExpression",
|
|
1314
|
+
"type": "zeebe:property"
|
|
1315
|
+
},
|
|
1197
1316
|
"condition": {
|
|
1198
1317
|
"property": "correlationRequired",
|
|
1199
|
-
"equals": "required"
|
|
1200
|
-
|
|
1318
|
+
"equals": "required",
|
|
1319
|
+
"type": "simple"
|
|
1320
|
+
},
|
|
1321
|
+
"type": "String"
|
|
1201
1322
|
},
|
|
1202
1323
|
{
|
|
1203
|
-
"
|
|
1204
|
-
"
|
|
1205
|
-
"
|
|
1324
|
+
"id": "messageIdExpression",
|
|
1325
|
+
"label": "Message ID expression",
|
|
1326
|
+
"description": "Expression to extract unique identifier of a message",
|
|
1206
1327
|
"optional": true,
|
|
1328
|
+
"feel": "required",
|
|
1329
|
+
"group": "correlation",
|
|
1207
1330
|
"binding": {
|
|
1208
|
-
"
|
|
1209
|
-
"
|
|
1331
|
+
"name": "messageIdExpression",
|
|
1332
|
+
"type": "zeebe:property"
|
|
1210
1333
|
},
|
|
1211
|
-
"
|
|
1334
|
+
"type": "String"
|
|
1335
|
+
},
|
|
1336
|
+
{
|
|
1337
|
+
"id": "messageNameUuid",
|
|
1338
|
+
"generatedValue": {
|
|
1339
|
+
"type": "uuid"
|
|
1340
|
+
},
|
|
1341
|
+
"group": "correlation",
|
|
1342
|
+
"binding": {
|
|
1343
|
+
"name": "name",
|
|
1344
|
+
"type": "bpmn:Message#property"
|
|
1345
|
+
},
|
|
1346
|
+
"type": "Hidden"
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"id": "resultVariable",
|
|
1350
|
+
"label": "Result variable",
|
|
1351
|
+
"description": "Name of variable to store the response in",
|
|
1352
|
+
"group": "output",
|
|
1353
|
+
"binding": {
|
|
1354
|
+
"name": "resultVariable",
|
|
1355
|
+
"type": "zeebe:property"
|
|
1356
|
+
},
|
|
1357
|
+
"type": "String"
|
|
1212
1358
|
},
|
|
1213
1359
|
{
|
|
1360
|
+
"id": "resultExpression",
|
|
1214
1361
|
"label": "Result expression",
|
|
1215
|
-
"
|
|
1216
|
-
"group": "variable-mapping",
|
|
1362
|
+
"description": "Expression to map the response into process variables",
|
|
1217
1363
|
"feel": "required",
|
|
1218
|
-
"
|
|
1364
|
+
"group": "output",
|
|
1219
1365
|
"binding": {
|
|
1220
|
-
"
|
|
1221
|
-
"
|
|
1366
|
+
"name": "resultExpression",
|
|
1367
|
+
"type": "zeebe:property"
|
|
1222
1368
|
},
|
|
1223
|
-
"
|
|
1369
|
+
"type": "Text"
|
|
1224
1370
|
}
|
|
1225
1371
|
],
|
|
1226
1372
|
"icon": {
|
|
1227
|
-
"contents": "data:image/svg+xml;
|
|
1373
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
|
|
1228
1374
|
},
|
|
1229
1375
|
"engines": {
|
|
1230
|
-
"camunda": "^8.
|
|
1376
|
+
"camunda": "^8.5"
|
|
1231
1377
|
}
|
|
1232
1378
|
},
|
|
1233
1379
|
{
|
|
1234
1380
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1235
1381
|
"name": "RabbitMQ Message Start Event Connector",
|
|
1236
1382
|
"id": "io.camunda.connectors.inbound.RabbitMQ.MessageStart.v1",
|
|
1383
|
+
"version": 1,
|
|
1237
1384
|
"description": "Receive a message from RabbitMQ",
|
|
1238
|
-
"metadata": {
|
|
1239
|
-
"keywords": []
|
|
1240
|
-
},
|
|
1241
1385
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
|
|
1242
|
-
"version": 8,
|
|
1243
1386
|
"category": {
|
|
1244
1387
|
"id": "connectors",
|
|
1245
1388
|
"name": "Connectors"
|
|
@@ -1249,9 +1392,6 @@
|
|
|
1249
1392
|
"value": "bpmn:StartEvent",
|
|
1250
1393
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
1251
1394
|
},
|
|
1252
|
-
"engines": {
|
|
1253
|
-
"camunda": "^8.3"
|
|
1254
|
-
},
|
|
1255
1395
|
"groups": [
|
|
1256
1396
|
{
|
|
1257
1397
|
"id": "authentication",
|
|
@@ -1271,38 +1411,42 @@
|
|
|
1271
1411
|
},
|
|
1272
1412
|
{
|
|
1273
1413
|
"id": "correlation",
|
|
1274
|
-
"label": "
|
|
1275
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
1276
|
-
},
|
|
1277
|
-
{
|
|
1278
|
-
"id": "deduplication",
|
|
1279
|
-
"label": "Deduplication",
|
|
1280
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
1414
|
+
"label": "Subprocess correlation"
|
|
1281
1415
|
},
|
|
1282
1416
|
{
|
|
1283
|
-
"id": "
|
|
1284
|
-
"label": "
|
|
1417
|
+
"id": "variable-mapping",
|
|
1418
|
+
"label": "Variable mapping"
|
|
1285
1419
|
}
|
|
1286
1420
|
],
|
|
1287
1421
|
"properties": [
|
|
1288
1422
|
{
|
|
1423
|
+
"type": "Hidden",
|
|
1289
1424
|
"value": "io.camunda:connector-rabbitmq-inbound:1",
|
|
1290
1425
|
"binding": {
|
|
1291
|
-
"
|
|
1292
|
-
"
|
|
1426
|
+
"type": "zeebe:property",
|
|
1427
|
+
"name": "inbound.type"
|
|
1428
|
+
}
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
"type": "Hidden",
|
|
1432
|
+
"generatedValue": {
|
|
1433
|
+
"type": "uuid"
|
|
1293
1434
|
},
|
|
1294
|
-
"
|
|
1435
|
+
"binding": {
|
|
1436
|
+
"type": "bpmn:Message#property",
|
|
1437
|
+
"name": "name"
|
|
1438
|
+
}
|
|
1295
1439
|
},
|
|
1296
1440
|
{
|
|
1297
|
-
"id": "
|
|
1441
|
+
"id": "connectionType",
|
|
1298
1442
|
"label": "Connection type",
|
|
1299
|
-
"value": "uri",
|
|
1300
1443
|
"group": "authentication",
|
|
1444
|
+
"type": "Dropdown",
|
|
1445
|
+
"value": "uri",
|
|
1301
1446
|
"binding": {
|
|
1302
|
-
"
|
|
1303
|
-
"
|
|
1447
|
+
"type": "zeebe:property",
|
|
1448
|
+
"name": "authentication.authType"
|
|
1304
1449
|
},
|
|
1305
|
-
"type": "Dropdown",
|
|
1306
1450
|
"choices": [
|
|
1307
1451
|
{
|
|
1308
1452
|
"name": "URI",
|
|
@@ -1315,178 +1459,154 @@
|
|
|
1315
1459
|
]
|
|
1316
1460
|
},
|
|
1317
1461
|
{
|
|
1318
|
-
"id": "authentication.uri",
|
|
1319
1462
|
"label": "URI",
|
|
1320
1463
|
"description": "URI should contain username, password, host name, port number, and virtual host",
|
|
1321
|
-
"
|
|
1464
|
+
"group": "authentication",
|
|
1465
|
+
"type": "String",
|
|
1466
|
+
"binding": {
|
|
1467
|
+
"type": "zeebe:property",
|
|
1468
|
+
"name": "authentication.uri"
|
|
1469
|
+
},
|
|
1322
1470
|
"constraints": {
|
|
1323
1471
|
"notEmpty": true,
|
|
1324
1472
|
"pattern": {
|
|
1325
|
-
"value": "^(
|
|
1473
|
+
"value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*$",
|
|
1326
1474
|
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
1327
1475
|
}
|
|
1328
1476
|
},
|
|
1329
|
-
"group": "authentication",
|
|
1330
|
-
"binding": {
|
|
1331
|
-
"name": "authentication.uri",
|
|
1332
|
-
"type": "zeebe:property"
|
|
1333
|
-
},
|
|
1334
1477
|
"condition": {
|
|
1335
|
-
"property": "
|
|
1336
|
-
"equals": "uri"
|
|
1337
|
-
|
|
1338
|
-
},
|
|
1339
|
-
"type": "String"
|
|
1478
|
+
"property": "connectionType",
|
|
1479
|
+
"equals": "uri"
|
|
1480
|
+
}
|
|
1340
1481
|
},
|
|
1341
1482
|
{
|
|
1342
|
-
"id": "authentication.userName",
|
|
1343
1483
|
"label": "Username",
|
|
1344
|
-
"optional": false,
|
|
1345
|
-
"constraints": {
|
|
1346
|
-
"notEmpty": true
|
|
1347
|
-
},
|
|
1348
1484
|
"group": "authentication",
|
|
1485
|
+
"type": "String",
|
|
1349
1486
|
"binding": {
|
|
1350
|
-
"
|
|
1351
|
-
"
|
|
1487
|
+
"type": "zeebe:property",
|
|
1488
|
+
"name": "authentication.userName"
|
|
1352
1489
|
},
|
|
1353
|
-
"
|
|
1354
|
-
"
|
|
1355
|
-
"equals": "credentials",
|
|
1356
|
-
"type": "simple"
|
|
1490
|
+
"constraints": {
|
|
1491
|
+
"notEmpty": true
|
|
1357
1492
|
},
|
|
1358
|
-
"
|
|
1493
|
+
"condition": {
|
|
1494
|
+
"property": "connectionType",
|
|
1495
|
+
"equals": "credentials"
|
|
1496
|
+
}
|
|
1359
1497
|
},
|
|
1360
1498
|
{
|
|
1361
|
-
"id": "authentication.password",
|
|
1362
1499
|
"label": "Password",
|
|
1363
|
-
"optional": false,
|
|
1364
|
-
"constraints": {
|
|
1365
|
-
"notEmpty": true
|
|
1366
|
-
},
|
|
1367
1500
|
"group": "authentication",
|
|
1501
|
+
"type": "String",
|
|
1368
1502
|
"binding": {
|
|
1369
|
-
"
|
|
1370
|
-
"
|
|
1371
|
-
},
|
|
1372
|
-
"condition": {
|
|
1373
|
-
"property": "authentication.authType",
|
|
1374
|
-
"equals": "credentials",
|
|
1375
|
-
"type": "simple"
|
|
1503
|
+
"type": "zeebe:property",
|
|
1504
|
+
"name": "authentication.password"
|
|
1376
1505
|
},
|
|
1377
|
-
"type": "String"
|
|
1378
|
-
},
|
|
1379
|
-
{
|
|
1380
|
-
"id": "routing.virtualHost",
|
|
1381
|
-
"label": "Virtual host",
|
|
1382
|
-
"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>",
|
|
1383
|
-
"optional": false,
|
|
1384
1506
|
"constraints": {
|
|
1385
1507
|
"notEmpty": true
|
|
1386
1508
|
},
|
|
1387
|
-
"group": "routing",
|
|
1388
|
-
"binding": {
|
|
1389
|
-
"name": "routing.virtualHost",
|
|
1390
|
-
"type": "zeebe:property"
|
|
1391
|
-
},
|
|
1392
1509
|
"condition": {
|
|
1393
|
-
"property": "
|
|
1394
|
-
"equals": "credentials"
|
|
1395
|
-
|
|
1396
|
-
},
|
|
1397
|
-
"type": "String"
|
|
1510
|
+
"property": "connectionType",
|
|
1511
|
+
"equals": "credentials"
|
|
1512
|
+
}
|
|
1398
1513
|
},
|
|
1399
1514
|
{
|
|
1400
|
-
"id": "routing.hostName",
|
|
1401
1515
|
"label": "Host name",
|
|
1402
|
-
"description": "Host name: get from RabbitMQ external
|
|
1403
|
-
"
|
|
1516
|
+
"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>",
|
|
1517
|
+
"group": "routing",
|
|
1518
|
+
"type": "String",
|
|
1519
|
+
"binding": {
|
|
1520
|
+
"type": "zeebe:property",
|
|
1521
|
+
"name": "routing.hostName"
|
|
1522
|
+
},
|
|
1404
1523
|
"constraints": {
|
|
1405
1524
|
"notEmpty": true
|
|
1406
1525
|
},
|
|
1526
|
+
"condition": {
|
|
1527
|
+
"property": "connectionType",
|
|
1528
|
+
"equals": "credentials"
|
|
1529
|
+
}
|
|
1530
|
+
},
|
|
1531
|
+
{
|
|
1532
|
+
"label": "Virtual host",
|
|
1533
|
+
"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>",
|
|
1407
1534
|
"group": "routing",
|
|
1535
|
+
"type": "String",
|
|
1408
1536
|
"binding": {
|
|
1409
|
-
"
|
|
1410
|
-
"
|
|
1537
|
+
"type": "zeebe:property",
|
|
1538
|
+
"name": "routing.virtualHost"
|
|
1411
1539
|
},
|
|
1412
|
-
"
|
|
1413
|
-
"
|
|
1414
|
-
"equals": "credentials",
|
|
1415
|
-
"type": "simple"
|
|
1540
|
+
"constraints": {
|
|
1541
|
+
"notEmpty": true
|
|
1416
1542
|
},
|
|
1417
|
-
"
|
|
1543
|
+
"condition": {
|
|
1544
|
+
"property": "connectionType",
|
|
1545
|
+
"equals": "credentials"
|
|
1546
|
+
}
|
|
1418
1547
|
},
|
|
1419
1548
|
{
|
|
1420
|
-
"id": "routing.port",
|
|
1421
1549
|
"label": "Port",
|
|
1422
|
-
"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=
|
|
1423
|
-
"optional": false,
|
|
1424
|
-
"constraints": {
|
|
1425
|
-
"notEmpty": true
|
|
1426
|
-
},
|
|
1550
|
+
"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>",
|
|
1427
1551
|
"group": "routing",
|
|
1552
|
+
"type": "String",
|
|
1428
1553
|
"binding": {
|
|
1429
|
-
"
|
|
1430
|
-
"
|
|
1554
|
+
"type": "zeebe:property",
|
|
1555
|
+
"name": "routing.port"
|
|
1431
1556
|
},
|
|
1432
|
-
"
|
|
1433
|
-
"
|
|
1434
|
-
"equals": "credentials",
|
|
1435
|
-
"type": "simple"
|
|
1557
|
+
"constraints": {
|
|
1558
|
+
"notEmpty": true
|
|
1436
1559
|
},
|
|
1437
|
-
"
|
|
1560
|
+
"condition": {
|
|
1561
|
+
"property": "connectionType",
|
|
1562
|
+
"equals": "credentials"
|
|
1563
|
+
}
|
|
1438
1564
|
},
|
|
1439
1565
|
{
|
|
1440
|
-
"id": "queueName",
|
|
1441
1566
|
"label": "Queue name",
|
|
1442
1567
|
"description": "Name of the queue to subscribe to",
|
|
1443
|
-
"optional": false,
|
|
1444
|
-
"constraints": {
|
|
1445
|
-
"notEmpty": true
|
|
1446
|
-
},
|
|
1447
1568
|
"group": "subscription",
|
|
1569
|
+
"type": "String",
|
|
1570
|
+
"feel": "optional",
|
|
1448
1571
|
"binding": {
|
|
1449
|
-
"
|
|
1450
|
-
"
|
|
1572
|
+
"type": "zeebe:property",
|
|
1573
|
+
"name": "queueName"
|
|
1451
1574
|
},
|
|
1452
|
-
"
|
|
1575
|
+
"constraints": {
|
|
1576
|
+
"notEmpty": true
|
|
1577
|
+
}
|
|
1453
1578
|
},
|
|
1454
1579
|
{
|
|
1455
|
-
"id": "consumerTag",
|
|
1456
1580
|
"label": "Consumer tag",
|
|
1457
1581
|
"description": "Consumer tag to use for the subscription",
|
|
1458
|
-
"optional": false,
|
|
1459
1582
|
"group": "subscription",
|
|
1583
|
+
"type": "String",
|
|
1584
|
+
"feel": "optional",
|
|
1460
1585
|
"binding": {
|
|
1461
|
-
"
|
|
1462
|
-
"
|
|
1463
|
-
}
|
|
1464
|
-
"type": "String"
|
|
1586
|
+
"type": "zeebe:property",
|
|
1587
|
+
"name": "consumerTag"
|
|
1588
|
+
}
|
|
1465
1589
|
},
|
|
1466
1590
|
{
|
|
1467
|
-
"id": "arguments",
|
|
1468
1591
|
"label": "Arguments",
|
|
1469
1592
|
"description": "Arguments to use for the subscription",
|
|
1470
|
-
"optional": true,
|
|
1471
|
-
"feel": "required",
|
|
1472
1593
|
"group": "subscription",
|
|
1594
|
+
"type": "String",
|
|
1595
|
+
"feel": "required",
|
|
1473
1596
|
"binding": {
|
|
1474
|
-
"
|
|
1475
|
-
"
|
|
1476
|
-
}
|
|
1477
|
-
"type": "String"
|
|
1597
|
+
"type": "zeebe:property",
|
|
1598
|
+
"name": "arguments"
|
|
1599
|
+
}
|
|
1478
1600
|
},
|
|
1479
1601
|
{
|
|
1480
|
-
"id": "exclusive",
|
|
1481
1602
|
"label": "Exclusive consumer",
|
|
1482
|
-
"optional": false,
|
|
1483
|
-
"value": "false",
|
|
1484
1603
|
"group": "subscription",
|
|
1604
|
+
"type": "Dropdown",
|
|
1605
|
+
"value": "false",
|
|
1485
1606
|
"binding": {
|
|
1486
|
-
"
|
|
1487
|
-
"
|
|
1607
|
+
"type": "zeebe:property",
|
|
1608
|
+
"name": "exclusive"
|
|
1488
1609
|
},
|
|
1489
|
-
"type": "Dropdown",
|
|
1490
1610
|
"choices": [
|
|
1491
1611
|
{
|
|
1492
1612
|
"name": "Yes",
|
|
@@ -1499,41 +1619,36 @@
|
|
|
1499
1619
|
]
|
|
1500
1620
|
},
|
|
1501
1621
|
{
|
|
1502
|
-
"
|
|
1503
|
-
"label": "Activation condition",
|
|
1504
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1505
|
-
"optional": true,
|
|
1622
|
+
"label": "Message ID expression",
|
|
1506
1623
|
"feel": "required",
|
|
1624
|
+
"type": "String",
|
|
1625
|
+
"optional": true,
|
|
1507
1626
|
"group": "activation",
|
|
1508
1627
|
"binding": {
|
|
1509
|
-
"
|
|
1510
|
-
"
|
|
1628
|
+
"type": "zeebe:property",
|
|
1629
|
+
"name": "messageIdExpression"
|
|
1511
1630
|
},
|
|
1512
|
-
"
|
|
1631
|
+
"description": "Expression to extract unique identifier of a message"
|
|
1513
1632
|
},
|
|
1514
1633
|
{
|
|
1515
|
-
"
|
|
1516
|
-
"
|
|
1517
|
-
"value": true,
|
|
1634
|
+
"label": "Activation condition",
|
|
1635
|
+
"type": "String",
|
|
1518
1636
|
"group": "activation",
|
|
1637
|
+
"feel": "required",
|
|
1638
|
+
"optional": true,
|
|
1519
1639
|
"binding": {
|
|
1520
|
-
"
|
|
1521
|
-
"
|
|
1640
|
+
"type": "zeebe:property",
|
|
1641
|
+
"name": "activationCondition"
|
|
1522
1642
|
},
|
|
1523
|
-
"
|
|
1524
|
-
"type": "Boolean"
|
|
1643
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events"
|
|
1525
1644
|
},
|
|
1526
1645
|
{
|
|
1527
|
-
"
|
|
1528
|
-
"label": "Subprocess correlation required",
|
|
1646
|
+
"label": "Correlation required",
|
|
1529
1647
|
"description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
|
|
1530
|
-
"
|
|
1648
|
+
"id": "correlationRequired",
|
|
1531
1649
|
"group": "correlation",
|
|
1532
|
-
"binding": {
|
|
1533
|
-
"name": "correlationRequired",
|
|
1534
|
-
"type": "zeebe:property"
|
|
1535
|
-
},
|
|
1536
1650
|
"type": "Dropdown",
|
|
1651
|
+
"value": "notRequired",
|
|
1537
1652
|
"choices": [
|
|
1538
1653
|
{
|
|
1539
1654
|
"name": "Correlation not required",
|
|
@@ -1543,183 +1658,77 @@
|
|
|
1543
1658
|
"name": "Correlation required",
|
|
1544
1659
|
"value": "required"
|
|
1545
1660
|
}
|
|
1546
|
-
]
|
|
1661
|
+
],
|
|
1662
|
+
"binding": {
|
|
1663
|
+
"type": "zeebe:property",
|
|
1664
|
+
"name": "correlationRequired"
|
|
1665
|
+
}
|
|
1547
1666
|
},
|
|
1548
1667
|
{
|
|
1549
|
-
"id": "correlationKeyProcess",
|
|
1550
1668
|
"label": "Correlation key (process)",
|
|
1551
|
-
"
|
|
1552
|
-
"constraints": {
|
|
1553
|
-
"notEmpty": true
|
|
1554
|
-
},
|
|
1555
|
-
"feel": "required",
|
|
1669
|
+
"type": "String",
|
|
1556
1670
|
"group": "correlation",
|
|
1671
|
+
"feel": "required",
|
|
1672
|
+
"description": "Sets up the correlation key from process variables",
|
|
1557
1673
|
"binding": {
|
|
1558
|
-
"
|
|
1559
|
-
"
|
|
1560
|
-
},
|
|
1561
|
-
"condition": {
|
|
1562
|
-
"property": "correlationRequired",
|
|
1563
|
-
"equals": "required",
|
|
1564
|
-
"type": "simple"
|
|
1674
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
1675
|
+
"name": "correlationKey"
|
|
1565
1676
|
},
|
|
1566
|
-
"type": "String"
|
|
1567
|
-
},
|
|
1568
|
-
{
|
|
1569
|
-
"id": "correlationKeyPayload",
|
|
1570
|
-
"label": "Correlation key (payload)",
|
|
1571
|
-
"description": "Extracts the correlation key from the incoming message payload",
|
|
1572
1677
|
"constraints": {
|
|
1573
1678
|
"notEmpty": true
|
|
1574
1679
|
},
|
|
1575
|
-
"feel": "required",
|
|
1576
|
-
"group": "correlation",
|
|
1577
|
-
"binding": {
|
|
1578
|
-
"name": "correlationKeyExpression",
|
|
1579
|
-
"type": "zeebe:property"
|
|
1580
|
-
},
|
|
1581
1680
|
"condition": {
|
|
1582
1681
|
"property": "correlationRequired",
|
|
1583
|
-
"equals": "required"
|
|
1584
|
-
|
|
1585
|
-
},
|
|
1586
|
-
"type": "String"
|
|
1587
|
-
},
|
|
1588
|
-
{
|
|
1589
|
-
"id": "messageIdExpression",
|
|
1590
|
-
"label": "Message ID expression",
|
|
1591
|
-
"description": "Expression to extract unique identifier of a message",
|
|
1592
|
-
"optional": true,
|
|
1593
|
-
"feel": "required",
|
|
1594
|
-
"group": "correlation",
|
|
1595
|
-
"binding": {
|
|
1596
|
-
"name": "messageIdExpression",
|
|
1597
|
-
"type": "zeebe:property"
|
|
1598
|
-
},
|
|
1599
|
-
"type": "String"
|
|
1600
|
-
},
|
|
1601
|
-
{
|
|
1602
|
-
"id": "messageTtl",
|
|
1603
|
-
"label": "Message TTL",
|
|
1604
|
-
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
1605
|
-
"optional": true,
|
|
1606
|
-
"constraints": {
|
|
1607
|
-
"notEmpty": false,
|
|
1608
|
-
"pattern": {
|
|
1609
|
-
"value": "^(PT.*|)$",
|
|
1610
|
-
"message": "must be an ISO-8601 duration"
|
|
1611
|
-
}
|
|
1612
|
-
},
|
|
1613
|
-
"feel": "optional",
|
|
1614
|
-
"group": "correlation",
|
|
1615
|
-
"binding": {
|
|
1616
|
-
"name": "messageTtl",
|
|
1617
|
-
"type": "zeebe:property"
|
|
1618
|
-
},
|
|
1619
|
-
"type": "String"
|
|
1682
|
+
"equals": "required"
|
|
1683
|
+
}
|
|
1620
1684
|
},
|
|
1621
1685
|
{
|
|
1622
|
-
"
|
|
1623
|
-
"
|
|
1624
|
-
"type": "uuid"
|
|
1625
|
-
},
|
|
1686
|
+
"label": "Correlation key (payload)",
|
|
1687
|
+
"type": "String",
|
|
1626
1688
|
"group": "correlation",
|
|
1689
|
+
"feel": "required",
|
|
1627
1690
|
"binding": {
|
|
1628
|
-
"
|
|
1629
|
-
"
|
|
1630
|
-
},
|
|
1631
|
-
"type": "Hidden"
|
|
1632
|
-
},
|
|
1633
|
-
{
|
|
1634
|
-
"id": "deduplicationModeManualFlag",
|
|
1635
|
-
"label": "Manual mode",
|
|
1636
|
-
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1637
|
-
"value": false,
|
|
1638
|
-
"group": "deduplication",
|
|
1639
|
-
"binding": {
|
|
1640
|
-
"name": "deduplicationModeManualFlag",
|
|
1641
|
-
"type": "zeebe:property"
|
|
1691
|
+
"type": "zeebe:property",
|
|
1692
|
+
"name": "correlationKeyExpression"
|
|
1642
1693
|
},
|
|
1643
|
-
"
|
|
1644
|
-
},
|
|
1645
|
-
{
|
|
1646
|
-
"id": "deduplicationId",
|
|
1647
|
-
"label": "Deduplication ID",
|
|
1694
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
1648
1695
|
"constraints": {
|
|
1649
|
-
"notEmpty": true
|
|
1650
|
-
"pattern": {
|
|
1651
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
1652
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1653
|
-
}
|
|
1654
|
-
},
|
|
1655
|
-
"group": "deduplication",
|
|
1656
|
-
"binding": {
|
|
1657
|
-
"name": "deduplicationId",
|
|
1658
|
-
"type": "zeebe:property"
|
|
1659
|
-
},
|
|
1660
|
-
"condition": {
|
|
1661
|
-
"property": "deduplicationModeManualFlag",
|
|
1662
|
-
"equals": true,
|
|
1663
|
-
"type": "simple"
|
|
1664
|
-
},
|
|
1665
|
-
"type": "String"
|
|
1666
|
-
},
|
|
1667
|
-
{
|
|
1668
|
-
"id": "deduplicationModeManual",
|
|
1669
|
-
"value": "MANUAL",
|
|
1670
|
-
"group": "deduplication",
|
|
1671
|
-
"binding": {
|
|
1672
|
-
"name": "deduplicationMode",
|
|
1673
|
-
"type": "zeebe:property"
|
|
1674
|
-
},
|
|
1675
|
-
"condition": {
|
|
1676
|
-
"property": "deduplicationId",
|
|
1677
|
-
"isActive": true,
|
|
1678
|
-
"type": "simple"
|
|
1679
|
-
},
|
|
1680
|
-
"type": "Hidden"
|
|
1681
|
-
},
|
|
1682
|
-
{
|
|
1683
|
-
"id": "deduplicationModeAuto",
|
|
1684
|
-
"value": "AUTO",
|
|
1685
|
-
"group": "deduplication",
|
|
1686
|
-
"binding": {
|
|
1687
|
-
"name": "deduplicationMode",
|
|
1688
|
-
"type": "zeebe:property"
|
|
1696
|
+
"notEmpty": true
|
|
1689
1697
|
},
|
|
1690
1698
|
"condition": {
|
|
1691
|
-
"property": "
|
|
1692
|
-
"
|
|
1693
|
-
|
|
1694
|
-
},
|
|
1695
|
-
"type": "Hidden"
|
|
1699
|
+
"property": "correlationRequired",
|
|
1700
|
+
"equals": "required"
|
|
1701
|
+
}
|
|
1696
1702
|
},
|
|
1697
1703
|
{
|
|
1698
|
-
"id": "resultVariable",
|
|
1699
1704
|
"label": "Result variable",
|
|
1700
|
-
"
|
|
1701
|
-
"group": "
|
|
1705
|
+
"type": "String",
|
|
1706
|
+
"group": "variable-mapping",
|
|
1707
|
+
"optional": true,
|
|
1702
1708
|
"binding": {
|
|
1703
|
-
"
|
|
1704
|
-
"
|
|
1709
|
+
"type": "zeebe:property",
|
|
1710
|
+
"name": "resultVariable"
|
|
1705
1711
|
},
|
|
1706
|
-
"
|
|
1712
|
+
"description": "Name of variable to store the result of the connector in"
|
|
1707
1713
|
},
|
|
1708
1714
|
{
|
|
1709
|
-
"id": "resultExpression",
|
|
1710
1715
|
"label": "Result expression",
|
|
1711
|
-
"
|
|
1716
|
+
"type": "String",
|
|
1717
|
+
"group": "variable-mapping",
|
|
1712
1718
|
"feel": "required",
|
|
1713
|
-
"
|
|
1719
|
+
"optional": true,
|
|
1714
1720
|
"binding": {
|
|
1715
|
-
"
|
|
1716
|
-
"
|
|
1721
|
+
"type": "zeebe:property",
|
|
1722
|
+
"name": "resultExpression"
|
|
1717
1723
|
},
|
|
1718
|
-
"
|
|
1724
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
1719
1725
|
}
|
|
1720
1726
|
],
|
|
1721
1727
|
"icon": {
|
|
1722
|
-
"contents": "data:image/svg+xml;
|
|
1728
|
+
"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"
|
|
1729
|
+
},
|
|
1730
|
+
"engines": {
|
|
1731
|
+
"camunda": "^8.2"
|
|
1723
1732
|
}
|
|
1724
1733
|
}
|
|
1725
1734
|
]
|