@camunda/connectors-element-templates 1.0.17 → 1.0.19
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 +4 -7
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +8 -8
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +8 -8
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +8 -8
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +8 -8
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +9 -12
- package/src/element-templates/agenticai-aiagent-job-worker.json +3770 -29
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +6274 -2594
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +549 -552
- package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +736 -739
- package/src/element-templates/asana-connector.json +759 -48
- package/src/element-templates/automation-anywhere-outbound-connector.json +1763 -1759
- 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 +747 -10
- package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1358 -1358
- package/src/element-templates/aws-eventbridge-connector-boundary.json +383 -18
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +377 -12
- package/src/element-templates/aws-eventbridge-connector-message-start.json +407 -8
- 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 +238 -234
- package/src/element-templates/aws-s3-outbound-connector.json +646 -5
- package/src/element-templates/aws-sagemaker-outbound-connector.json +13 -9
- package/src/element-templates/aws-sns-inbound-boundary.json +44 -37
- package/src/element-templates/aws-sns-inbound-intermediate.json +210 -203
- package/src/element-templates/aws-sns-inbound-message-start.json +125 -118
- package/src/element-templates/aws-sns-inbound-receive.json +13 -6
- package/src/element-templates/aws-sns-inbound-start-event.json +134 -127
- package/src/element-templates/aws-sns-outbound-connector.json +581 -577
- package/src/element-templates/aws-sqs-boundary-connector.json +453 -449
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +530 -526
- package/src/element-templates/aws-sqs-outbound-connector.json +711 -709
- package/src/element-templates/aws-sqs-receive-connector.json +15 -11
- package/src/element-templates/aws-sqs-start-event-connector.json +213 -205
- package/src/element-templates/aws-sqs-start-message.json +461 -457
- package/src/element-templates/aws-textract-outbound-connector.json +109 -105
- package/src/element-templates/azure-blobstorage-outbound-connector.json +676 -19
- package/src/element-templates/azure-open-ai-connector.json +1329 -4
- package/src/element-templates/blue-prism-connector.json +569 -24
- package/src/element-templates/box-outbound-connector.json +924 -12
- package/src/element-templates/csv-outbound-connector.json +13 -5
- package/src/element-templates/easy-post-connector.json +1077 -109
- package/src/element-templates/email-inbound-connector-boundary.json +32 -24
- package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
- package/src/element-templates/email-inbound-connector-receive.json +564 -0
- package/src/element-templates/email-message-start-event-connector.json +58 -50
- package/src/element-templates/email-outbound-connector.json +2116 -243
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +3 -6
- package/src/element-templates/github-connector.json +15257 -11722
- package/src/element-templates/github-webhook-connector-boundary.json +27 -29
- package/src/element-templates/github-webhook-connector-intermediate.json +36 -38
- package/src/element-templates/github-webhook-connector-message-start.json +11 -13
- package/src/element-templates/github-webhook-connector-receive.json +13 -15
- package/src/element-templates/github-webhook-connector-start-event.json +54 -56
- package/src/element-templates/gitlab-connector.json +4177 -2545
- package/src/element-templates/google-cloud-storage-outbound-connector.json +562 -13
- package/src/element-templates/google-drive-outbound-connector.json +1386 -766
- package/src/element-templates/google-gemini-outbound-connector.json +13 -5
- package/src/element-templates/google-maps-platform-connector.json +1059 -30
- package/src/element-templates/google-sheets-outbound-connector.json +2449 -1455
- package/src/element-templates/graphql-outbound-connector.json +1744 -1735
- package/src/element-templates/http-json-connector.json +2982 -2332
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +752 -741
- package/src/element-templates/http-polling-connector.json +1512 -1501
- package/src/element-templates/hubspot-outbound-connector.json +2371 -25
- package/src/element-templates/hugging-face-connector.json +234 -3
- package/src/element-templates/jdbc-outbound-connector.json +20 -6
- package/src/element-templates/kafka-inbound-connector-boundary.json +613 -604
- package/src/element-templates/kafka-inbound-connector-intermediate.json +528 -519
- package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
- package/src/element-templates/kafka-inbound-connector-start-message.json +530 -521
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +518 -512
- 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 +893 -10
- package/src/element-templates/microsoft-teams-outbound-connector.json +5971 -3807
- package/src/element-templates/openai-connector.json +550 -87
- package/src/element-templates/operate-connector.json +1198 -46
- package/src/element-templates/power-automate-connector.json +601 -9
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +444 -435
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +484 -475
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +367 -358
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +479 -470
- package/src/element-templates/rabbitmq-outbound-connector.json +356 -350
- package/src/element-templates/rpa-connector.json +346 -0
- package/src/element-templates/salesforce-connector.json +544 -0
- 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 +945 -337
- 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 +490 -192
- package/src/element-templates/slack-inbound-intermediate.json +421 -123
- package/src/element-templates/slack-inbound-message-start.json +469 -139
- package/src/element-templates/slack-inbound-receive.json +297 -0
- package/src/element-templates/slack-inbound-start-event.json +216 -211
- package/src/element-templates/slack-outbound-connector.json +2451 -753
- package/src/element-templates/soap-outbound-connector.json +812 -2
- package/src/element-templates/twilio-connector.json +1573 -93
- package/src/element-templates/twilio-webhook-boundary-connector.json +19 -10
- package/src/element-templates/twilio-webhook-connector.json +243 -13
- package/src/element-templates/twilio-webhook-intermediate-connector.json +34 -25
- 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 +594 -2
- package/src/element-templates/webhook-connector-boundary.json +580 -570
- package/src/element-templates/webhook-connector-intermediate.json +1390 -1380
- package/src/element-templates/webhook-connector-receive.json +16 -6
- package/src/element-templates/webhook-connector-start-event.json +1382 -1375
- package/src/element-templates/webhook-connector-start-message.json +1306 -1296
- package/src/element-templates/whatsapp-connector.json +343 -9
- package/src/element-templates/http-connector.json.json +0 -654
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "Kafka Boundary Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.inbound.KafkaBoundary.v1",
|
|
6
|
-
"version":
|
|
6
|
+
"version": 2,
|
|
7
7
|
"description": "Consume Kafka messages",
|
|
8
8
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
9
9
|
"category": {
|
|
@@ -125,6 +125,7 @@
|
|
|
125
125
|
"description": "Provide the topic name",
|
|
126
126
|
"group": "kafka",
|
|
127
127
|
"type": "String",
|
|
128
|
+
"feel": "optional",
|
|
128
129
|
"binding": {
|
|
129
130
|
"type": "zeebe:property",
|
|
130
131
|
"name": "topic.topicName"
|
|
@@ -138,6 +139,7 @@
|
|
|
138
139
|
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
139
140
|
"group": "kafka",
|
|
140
141
|
"type": "String",
|
|
142
|
+
"feel": "optional",
|
|
141
143
|
"optional": true,
|
|
142
144
|
"binding": {
|
|
143
145
|
"type": "zeebe:property",
|
|
@@ -277,7 +279,7 @@
|
|
|
277
279
|
"contents": "data:image/svg+xml;utf8,%3Csvg width='18' height='18' viewBox='0 0 256 416' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M201.816 230.216c-16.186 0-30.697 7.171-40.634 18.461l-25.463-18.026c2.703-7.442 4.255-15.433 4.255-23.797 0-8.219-1.498-16.076-4.112-23.408l25.406-17.835c9.936 11.233 24.409 18.365 40.548 18.365 29.875 0 54.184-24.305 54.184-54.184 0-29.879-24.309-54.184-54.184-54.184-29.875 0-54.184 24.305-54.184 54.184 0 5.348.808 10.505 2.258 15.389l-25.423 17.844c-10.62-13.175-25.911-22.374-43.333-25.182v-30.64c24.544-5.155 43.037-26.962 43.037-53.019C124.171 24.305 99.862 0 69.987 0 40.112 0 15.803 24.305 15.803 54.184c0 25.708 18.014 47.246 42.067 52.769v31.038C25.044 143.753 0 172.401 0 206.854c0 34.621 25.292 63.374 58.355 68.94v32.774c-24.299 5.341-42.552 27.011-42.552 52.894 0 29.879 24.309 54.184 54.184 54.184 29.875 0 54.184-24.305 54.184-54.184 0-25.883-18.253-47.553-42.552-52.894v-32.775a69.965 69.965 0 0 0 42.6-24.776l25.633 18.143c-1.423 4.84-2.22 9.946-2.22 15.24 0 29.879 24.309 54.184 54.184 54.184 29.875 0 54.184-24.305 54.184-54.184 0-29.879-24.309-54.184-54.184-54.184zm0-126.695c14.487 0 26.27 11.788 26.27 26.271s-11.783 26.27-26.27 26.27-26.27-11.787-26.27-26.27c0-14.483 11.783-26.271 26.27-26.271zm-158.1-49.337c0-14.483 11.784-26.27 26.271-26.27s26.27 11.787 26.27 26.27c0 14.483-11.783 26.27-26.27 26.27s-26.271-11.787-26.271-26.27zm52.541 307.278c0 14.483-11.783 26.27-26.27 26.27s-26.271-11.787-26.271-26.27c0-14.483 11.784-26.27 26.271-26.27s26.27 11.787 26.27 26.27zm-26.272-117.97c-20.205 0-36.642-16.434-36.642-36.638 0-20.205 16.437-36.642 36.642-36.642 20.204 0 36.641 16.437 36.641 36.642 0 20.204-16.437 36.638-36.641 36.638zm131.831 67.179c-14.487 0-26.27-11.788-26.27-26.271s11.783-26.27 26.27-26.27 26.27 11.787 26.27 26.27c0 14.483-11.783 26.271-26.27 26.271z' style='fill:%23231f20'/%3E%3C/svg%3E"
|
|
278
280
|
},
|
|
279
281
|
"engines": {
|
|
280
|
-
"camunda": "^8.
|
|
282
|
+
"camunda": "^8.4"
|
|
281
283
|
}
|
|
282
284
|
},
|
|
283
285
|
{
|
|
@@ -286,7 +288,7 @@
|
|
|
286
288
|
"id": "io.camunda.connectors.inbound.KafkaBoundary.v1",
|
|
287
289
|
"description": "Consume Kafka messages",
|
|
288
290
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
289
|
-
"version":
|
|
291
|
+
"version": 6,
|
|
290
292
|
"category": {
|
|
291
293
|
"id": "connectors",
|
|
292
294
|
"name": "Connectors"
|
|
@@ -387,29 +389,6 @@
|
|
|
387
389
|
},
|
|
388
390
|
"type": "String"
|
|
389
391
|
},
|
|
390
|
-
{
|
|
391
|
-
"id": "serializationType",
|
|
392
|
-
"label": "Deserialization type",
|
|
393
|
-
"description": "Select the deserialization type. For details, visit the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound\" target=\"_blank\">documentation</a>",
|
|
394
|
-
"optional": false,
|
|
395
|
-
"value": "json",
|
|
396
|
-
"group": "kafka",
|
|
397
|
-
"binding": {
|
|
398
|
-
"name": "serializationType",
|
|
399
|
-
"type": "zeebe:property"
|
|
400
|
-
},
|
|
401
|
-
"type": "Dropdown",
|
|
402
|
-
"choices": [
|
|
403
|
-
{
|
|
404
|
-
"name": "Default (JSON)",
|
|
405
|
-
"value": "json"
|
|
406
|
-
},
|
|
407
|
-
{
|
|
408
|
-
"name": "Avro (experimental)",
|
|
409
|
-
"value": "avro"
|
|
410
|
-
}
|
|
411
|
-
]
|
|
412
|
-
},
|
|
413
392
|
{
|
|
414
393
|
"id": "topic.bootstrapServers",
|
|
415
394
|
"label": "Bootstrap servers",
|
|
@@ -509,9 +488,82 @@
|
|
|
509
488
|
]
|
|
510
489
|
},
|
|
511
490
|
{
|
|
512
|
-
"id": "
|
|
513
|
-
"label": "
|
|
514
|
-
"
|
|
491
|
+
"id": "schemaStrategy.type",
|
|
492
|
+
"label": "Schema strategy",
|
|
493
|
+
"value": "noSchema",
|
|
494
|
+
"group": "kafka",
|
|
495
|
+
"binding": {
|
|
496
|
+
"name": "schemaStrategy.type",
|
|
497
|
+
"type": "zeebe:property"
|
|
498
|
+
},
|
|
499
|
+
"type": "Dropdown",
|
|
500
|
+
"choices": [
|
|
501
|
+
{
|
|
502
|
+
"name": "No schema",
|
|
503
|
+
"value": "noSchema"
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"name": "Inline schema",
|
|
507
|
+
"value": "inlineSchema"
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"name": "Schema registry",
|
|
511
|
+
"value": "schemaRegistry"
|
|
512
|
+
}
|
|
513
|
+
]
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"id": "schemaStrategy.schemaType",
|
|
517
|
+
"label": "Schema type",
|
|
518
|
+
"description": "Select the schema type. For details, visit the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound\" target=\"_blank\">documentation</a>",
|
|
519
|
+
"optional": false,
|
|
520
|
+
"value": "avro",
|
|
521
|
+
"group": "kafka",
|
|
522
|
+
"binding": {
|
|
523
|
+
"name": "schemaStrategy.schemaType",
|
|
524
|
+
"type": "zeebe:property"
|
|
525
|
+
},
|
|
526
|
+
"condition": {
|
|
527
|
+
"property": "schemaStrategy.type",
|
|
528
|
+
"equals": "schemaRegistry",
|
|
529
|
+
"type": "simple"
|
|
530
|
+
},
|
|
531
|
+
"type": "Dropdown",
|
|
532
|
+
"choices": [
|
|
533
|
+
{
|
|
534
|
+
"name": "JSON",
|
|
535
|
+
"value": "json"
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"name": "Avro (alpha)",
|
|
539
|
+
"value": "avro"
|
|
540
|
+
}
|
|
541
|
+
]
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"id": "schemaStrategy.schemaRegistryUrl",
|
|
545
|
+
"label": "Schema registry URL",
|
|
546
|
+
"description": "Provide the schema registry URL",
|
|
547
|
+
"optional": false,
|
|
548
|
+
"constraints": {
|
|
549
|
+
"notEmpty": true
|
|
550
|
+
},
|
|
551
|
+
"group": "kafka",
|
|
552
|
+
"binding": {
|
|
553
|
+
"name": "schemaStrategy.schemaRegistryUrl",
|
|
554
|
+
"type": "zeebe:property"
|
|
555
|
+
},
|
|
556
|
+
"condition": {
|
|
557
|
+
"property": "schemaStrategy.type",
|
|
558
|
+
"equals": "schemaRegistry",
|
|
559
|
+
"type": "simple"
|
|
560
|
+
},
|
|
561
|
+
"type": "String"
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"id": "schemaStrategy.avro.schema",
|
|
565
|
+
"label": "Schema",
|
|
566
|
+
"description": "Inline schema (Avro) for the message value",
|
|
515
567
|
"optional": false,
|
|
516
568
|
"constraints": {
|
|
517
569
|
"notEmpty": true
|
|
@@ -519,12 +571,12 @@
|
|
|
519
571
|
"feel": "required",
|
|
520
572
|
"group": "message",
|
|
521
573
|
"binding": {
|
|
522
|
-
"name": "
|
|
574
|
+
"name": "schemaStrategy.schema",
|
|
523
575
|
"type": "zeebe:property"
|
|
524
576
|
},
|
|
525
577
|
"condition": {
|
|
526
|
-
"property": "
|
|
527
|
-
"equals": "
|
|
578
|
+
"property": "schemaStrategy.type",
|
|
579
|
+
"equals": "inlineSchema",
|
|
528
580
|
"type": "simple"
|
|
529
581
|
},
|
|
530
582
|
"type": "Text"
|
|
@@ -721,16 +773,16 @@
|
|
|
721
773
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
722
774
|
},
|
|
723
775
|
"engines": {
|
|
724
|
-
"camunda": "^8.
|
|
776
|
+
"camunda": "^8.6"
|
|
725
777
|
}
|
|
726
778
|
},
|
|
727
779
|
{
|
|
728
780
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
729
781
|
"name": "Kafka Boundary Event Connector",
|
|
730
782
|
"id": "io.camunda.connectors.inbound.KafkaBoundary.v1",
|
|
731
|
-
"version": 2,
|
|
732
783
|
"description": "Consume Kafka messages",
|
|
733
784
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
785
|
+
"version": 5,
|
|
734
786
|
"category": {
|
|
735
787
|
"id": "connectors",
|
|
736
788
|
"name": "Connectors"
|
|
@@ -749,41 +801,53 @@
|
|
|
749
801
|
"id": "kafka",
|
|
750
802
|
"label": "Kafka"
|
|
751
803
|
},
|
|
804
|
+
{
|
|
805
|
+
"id": "message",
|
|
806
|
+
"label": "Message deserialization"
|
|
807
|
+
},
|
|
752
808
|
{
|
|
753
809
|
"id": "activation",
|
|
754
810
|
"label": "Activation"
|
|
755
811
|
},
|
|
756
812
|
{
|
|
757
|
-
"id": "
|
|
758
|
-
"label": "
|
|
813
|
+
"id": "correlation",
|
|
814
|
+
"label": "Correlation",
|
|
815
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
"id": "deduplication",
|
|
819
|
+
"label": "Deduplication",
|
|
820
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"id": "output",
|
|
824
|
+
"label": "Output mapping"
|
|
759
825
|
}
|
|
760
826
|
],
|
|
761
827
|
"properties": [
|
|
762
828
|
{
|
|
763
|
-
"type": "Hidden",
|
|
764
829
|
"value": "io.camunda:connector-kafka-inbound:1",
|
|
765
830
|
"binding": {
|
|
766
|
-
"
|
|
767
|
-
"
|
|
768
|
-
}
|
|
769
|
-
},
|
|
770
|
-
{
|
|
771
|
-
"type": "Hidden",
|
|
772
|
-
"generatedValue": {
|
|
773
|
-
"type": "uuid"
|
|
831
|
+
"name": "inbound.type",
|
|
832
|
+
"type": "zeebe:property"
|
|
774
833
|
},
|
|
775
|
-
"
|
|
776
|
-
"type": "bpmn:Message#property",
|
|
777
|
-
"name": "name"
|
|
778
|
-
}
|
|
834
|
+
"type": "Hidden"
|
|
779
835
|
},
|
|
780
836
|
{
|
|
837
|
+
"id": "authenticationType",
|
|
781
838
|
"label": "Authentication type",
|
|
782
839
|
"description": "Username/password or custom",
|
|
783
|
-
"
|
|
840
|
+
"optional": false,
|
|
841
|
+
"value": "credentials",
|
|
842
|
+
"constraints": {
|
|
843
|
+
"notEmpty": true
|
|
844
|
+
},
|
|
784
845
|
"group": "authentication",
|
|
846
|
+
"binding": {
|
|
847
|
+
"name": "authenticationType",
|
|
848
|
+
"type": "zeebe:property"
|
|
849
|
+
},
|
|
785
850
|
"type": "Dropdown",
|
|
786
|
-
"value": "credentials",
|
|
787
851
|
"choices": [
|
|
788
852
|
{
|
|
789
853
|
"name": "Credentials",
|
|
@@ -793,120 +857,143 @@
|
|
|
793
857
|
"name": "Custom",
|
|
794
858
|
"value": "custom"
|
|
795
859
|
}
|
|
796
|
-
]
|
|
797
|
-
"binding": {
|
|
798
|
-
"type": "zeebe:property",
|
|
799
|
-
"name": "authenticationType"
|
|
800
|
-
}
|
|
860
|
+
]
|
|
801
861
|
},
|
|
802
862
|
{
|
|
863
|
+
"id": "authentication.username",
|
|
803
864
|
"label": "Username",
|
|
804
865
|
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
805
|
-
"group": "authentication",
|
|
806
|
-
"type": "String",
|
|
807
|
-
"feel": "optional",
|
|
808
866
|
"optional": true,
|
|
867
|
+
"group": "authentication",
|
|
809
868
|
"binding": {
|
|
810
|
-
"
|
|
811
|
-
"
|
|
869
|
+
"name": "authentication.username",
|
|
870
|
+
"type": "zeebe:property"
|
|
812
871
|
},
|
|
813
|
-
"
|
|
814
|
-
"property": "authenticationType",
|
|
815
|
-
"equals": "credentials"
|
|
816
|
-
}
|
|
872
|
+
"type": "String"
|
|
817
873
|
},
|
|
818
874
|
{
|
|
875
|
+
"id": "authentication.password",
|
|
819
876
|
"label": "Password",
|
|
820
877
|
"description": "Provide a password for the user",
|
|
821
|
-
"group": "authentication",
|
|
822
|
-
"type": "String",
|
|
823
|
-
"feel": "optional",
|
|
824
878
|
"optional": true,
|
|
879
|
+
"group": "authentication",
|
|
825
880
|
"binding": {
|
|
826
|
-
"
|
|
827
|
-
"
|
|
881
|
+
"name": "authentication.password",
|
|
882
|
+
"type": "zeebe:property"
|
|
828
883
|
},
|
|
829
|
-
"
|
|
830
|
-
"property": "authenticationType",
|
|
831
|
-
"equals": "credentials"
|
|
832
|
-
}
|
|
884
|
+
"type": "String"
|
|
833
885
|
},
|
|
834
886
|
{
|
|
835
|
-
"
|
|
836
|
-
"
|
|
887
|
+
"id": "serializationType",
|
|
888
|
+
"label": "Deserialization type",
|
|
889
|
+
"description": "Select the deserialization type. For details, visit the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound\" target=\"_blank\">documentation</a>",
|
|
890
|
+
"optional": false,
|
|
891
|
+
"value": "json",
|
|
837
892
|
"group": "kafka",
|
|
838
|
-
"type": "String",
|
|
839
|
-
"feel": "optional",
|
|
840
893
|
"binding": {
|
|
841
|
-
"
|
|
842
|
-
"
|
|
894
|
+
"name": "serializationType",
|
|
895
|
+
"type": "zeebe:property"
|
|
843
896
|
},
|
|
897
|
+
"type": "Dropdown",
|
|
898
|
+
"choices": [
|
|
899
|
+
{
|
|
900
|
+
"name": "Default (JSON)",
|
|
901
|
+
"value": "json"
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
"name": "Avro (experimental)",
|
|
905
|
+
"value": "avro"
|
|
906
|
+
}
|
|
907
|
+
]
|
|
908
|
+
},
|
|
909
|
+
{
|
|
910
|
+
"id": "topic.bootstrapServers",
|
|
911
|
+
"label": "Bootstrap servers",
|
|
912
|
+
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
913
|
+
"optional": false,
|
|
844
914
|
"constraints": {
|
|
845
915
|
"notEmpty": true
|
|
846
|
-
}
|
|
916
|
+
},
|
|
917
|
+
"group": "kafka",
|
|
918
|
+
"binding": {
|
|
919
|
+
"name": "topic.bootstrapServers",
|
|
920
|
+
"type": "zeebe:property"
|
|
921
|
+
},
|
|
922
|
+
"type": "String"
|
|
847
923
|
},
|
|
848
924
|
{
|
|
925
|
+
"id": "topic.topicName",
|
|
849
926
|
"label": "Topic",
|
|
850
|
-
"description": "Provide
|
|
927
|
+
"description": "Provide topic name",
|
|
928
|
+
"optional": false,
|
|
929
|
+
"constraints": {
|
|
930
|
+
"notEmpty": true
|
|
931
|
+
},
|
|
851
932
|
"group": "kafka",
|
|
852
|
-
"type": "String",
|
|
853
|
-
"feel": "optional",
|
|
854
933
|
"binding": {
|
|
855
|
-
"
|
|
856
|
-
"
|
|
934
|
+
"name": "topic.topicName",
|
|
935
|
+
"type": "zeebe:property"
|
|
857
936
|
},
|
|
858
|
-
"
|
|
859
|
-
"notEmpty": true
|
|
860
|
-
}
|
|
937
|
+
"type": "String"
|
|
861
938
|
},
|
|
862
939
|
{
|
|
863
|
-
"
|
|
940
|
+
"id": "groupId",
|
|
941
|
+
"label": "Consumer group ID",
|
|
864
942
|
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
943
|
+
"optional": false,
|
|
865
944
|
"group": "kafka",
|
|
866
|
-
"type": "String",
|
|
867
|
-
"feel": "optional",
|
|
868
|
-
"optional": true,
|
|
869
945
|
"binding": {
|
|
870
|
-
"
|
|
871
|
-
"
|
|
946
|
+
"name": "groupId",
|
|
947
|
+
"type": "zeebe:property"
|
|
872
948
|
},
|
|
873
|
-
"
|
|
874
|
-
"notEmpty": false,
|
|
875
|
-
"maxLength": 250
|
|
876
|
-
}
|
|
949
|
+
"type": "String"
|
|
877
950
|
},
|
|
878
951
|
{
|
|
952
|
+
"id": "additionalProperties",
|
|
879
953
|
"label": "Additional properties",
|
|
880
954
|
"description": "Provide additional Kafka consumer properties in JSON",
|
|
881
|
-
"group": "kafka",
|
|
882
|
-
"type": "String",
|
|
883
955
|
"optional": true,
|
|
884
956
|
"feel": "required",
|
|
957
|
+
"group": "kafka",
|
|
885
958
|
"binding": {
|
|
886
|
-
"
|
|
887
|
-
"
|
|
888
|
-
}
|
|
959
|
+
"name": "additionalProperties",
|
|
960
|
+
"type": "zeebe:property"
|
|
961
|
+
},
|
|
962
|
+
"type": "String"
|
|
889
963
|
},
|
|
890
964
|
{
|
|
965
|
+
"id": "offsets",
|
|
891
966
|
"label": "Offsets",
|
|
892
967
|
"description": "List of offsets, e.g. '10' or '=[10, 23]'. If specified, it has to have the same number of values as the number of partitions",
|
|
893
|
-
"group": "kafka",
|
|
894
|
-
"type": "String",
|
|
895
|
-
"feel": "optional",
|
|
896
968
|
"optional": true,
|
|
969
|
+
"feel": "optional",
|
|
970
|
+
"group": "kafka",
|
|
897
971
|
"binding": {
|
|
898
|
-
"
|
|
899
|
-
"
|
|
900
|
-
}
|
|
972
|
+
"name": "offsets",
|
|
973
|
+
"type": "zeebe:property"
|
|
974
|
+
},
|
|
975
|
+
"type": "String"
|
|
901
976
|
},
|
|
902
977
|
{
|
|
978
|
+
"id": "autoOffsetReset",
|
|
903
979
|
"label": "Auto offset reset",
|
|
904
980
|
"description": "What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. You should only select none if you specified the offsets",
|
|
905
|
-
"
|
|
981
|
+
"optional": false,
|
|
982
|
+
"value": "latest",
|
|
983
|
+
"constraints": {
|
|
984
|
+
"notEmpty": true
|
|
985
|
+
},
|
|
906
986
|
"group": "kafka",
|
|
987
|
+
"binding": {
|
|
988
|
+
"name": "autoOffsetReset",
|
|
989
|
+
"type": "zeebe:property"
|
|
990
|
+
},
|
|
907
991
|
"type": "Dropdown",
|
|
908
|
-
"value": "latest",
|
|
909
992
|
"choices": [
|
|
993
|
+
{
|
|
994
|
+
"name": "None",
|
|
995
|
+
"value": "none"
|
|
996
|
+
},
|
|
910
997
|
{
|
|
911
998
|
"name": "Latest",
|
|
912
999
|
"value": "latest"
|
|
@@ -914,162 +1001,288 @@
|
|
|
914
1001
|
{
|
|
915
1002
|
"name": "Earliest",
|
|
916
1003
|
"value": "earliest"
|
|
917
|
-
},
|
|
918
|
-
{
|
|
919
|
-
"name": "None",
|
|
920
|
-
"value": "none"
|
|
921
1004
|
}
|
|
922
|
-
]
|
|
923
|
-
"binding": {
|
|
924
|
-
"type": "zeebe:property",
|
|
925
|
-
"name": "autoOffsetReset"
|
|
926
|
-
}
|
|
1005
|
+
]
|
|
927
1006
|
},
|
|
928
1007
|
{
|
|
929
|
-
"
|
|
930
|
-
"
|
|
931
|
-
"
|
|
932
|
-
"
|
|
933
|
-
"description": "Sets up the correlation key from process variables",
|
|
934
|
-
"binding": {
|
|
935
|
-
"type": "bpmn:Message#zeebe:subscription#property",
|
|
936
|
-
"name": "correlationKey"
|
|
937
|
-
},
|
|
1008
|
+
"id": "avro.schema",
|
|
1009
|
+
"label": "Avro schema",
|
|
1010
|
+
"description": "Avro schema for the message value",
|
|
1011
|
+
"optional": false,
|
|
938
1012
|
"constraints": {
|
|
939
1013
|
"notEmpty": true
|
|
940
|
-
}
|
|
941
|
-
},
|
|
942
|
-
{
|
|
943
|
-
"label": "Correlation key (payload)",
|
|
944
|
-
"type": "String",
|
|
945
|
-
"group": "activation",
|
|
1014
|
+
},
|
|
946
1015
|
"feel": "required",
|
|
1016
|
+
"group": "message",
|
|
947
1017
|
"binding": {
|
|
948
|
-
"
|
|
949
|
-
"
|
|
1018
|
+
"name": "avro.schema",
|
|
1019
|
+
"type": "zeebe:property"
|
|
950
1020
|
},
|
|
951
|
-
"
|
|
952
|
-
|
|
953
|
-
"
|
|
954
|
-
|
|
1021
|
+
"condition": {
|
|
1022
|
+
"property": "serializationType",
|
|
1023
|
+
"equals": "avro",
|
|
1024
|
+
"type": "simple"
|
|
1025
|
+
},
|
|
1026
|
+
"type": "Text"
|
|
955
1027
|
},
|
|
956
1028
|
{
|
|
957
|
-
"
|
|
958
|
-
"
|
|
959
|
-
"
|
|
1029
|
+
"id": "activationCondition",
|
|
1030
|
+
"label": "Activation condition",
|
|
1031
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
960
1032
|
"optional": true,
|
|
1033
|
+
"feel": "required",
|
|
961
1034
|
"group": "activation",
|
|
962
1035
|
"binding": {
|
|
963
|
-
"
|
|
964
|
-
"
|
|
1036
|
+
"name": "activationCondition",
|
|
1037
|
+
"type": "zeebe:property"
|
|
965
1038
|
},
|
|
966
|
-
"
|
|
1039
|
+
"type": "String"
|
|
967
1040
|
},
|
|
968
1041
|
{
|
|
969
|
-
"
|
|
970
|
-
"
|
|
1042
|
+
"id": "consumeUnmatchedEvents",
|
|
1043
|
+
"label": "Consume unmatched events",
|
|
1044
|
+
"value": true,
|
|
971
1045
|
"group": "activation",
|
|
972
|
-
"feel": "required",
|
|
973
|
-
"optional": true,
|
|
974
1046
|
"binding": {
|
|
975
|
-
"
|
|
976
|
-
"
|
|
1047
|
+
"name": "consumeUnmatchedEvents",
|
|
1048
|
+
"type": "zeebe:property"
|
|
977
1049
|
},
|
|
978
|
-
"
|
|
1050
|
+
"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",
|
|
1051
|
+
"type": "Boolean"
|
|
979
1052
|
},
|
|
980
1053
|
{
|
|
981
|
-
"
|
|
982
|
-
"
|
|
983
|
-
"
|
|
984
|
-
"
|
|
1054
|
+
"id": "correlationKeyProcess",
|
|
1055
|
+
"label": "Correlation key (process)",
|
|
1056
|
+
"description": "Sets up the correlation key from process variables",
|
|
1057
|
+
"constraints": {
|
|
1058
|
+
"notEmpty": true
|
|
1059
|
+
},
|
|
1060
|
+
"feel": "required",
|
|
1061
|
+
"group": "correlation",
|
|
985
1062
|
"binding": {
|
|
986
|
-
"
|
|
987
|
-
"
|
|
1063
|
+
"name": "correlationKey",
|
|
1064
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
988
1065
|
},
|
|
989
|
-
"
|
|
1066
|
+
"type": "String"
|
|
990
1067
|
},
|
|
991
1068
|
{
|
|
992
|
-
"
|
|
993
|
-
"
|
|
994
|
-
"
|
|
995
|
-
"
|
|
1069
|
+
"id": "correlationKeyPayload",
|
|
1070
|
+
"label": "Correlation key (payload)",
|
|
1071
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
1072
|
+
"constraints": {
|
|
1073
|
+
"notEmpty": true
|
|
1074
|
+
},
|
|
996
1075
|
"feel": "required",
|
|
1076
|
+
"group": "correlation",
|
|
997
1077
|
"binding": {
|
|
998
|
-
"
|
|
999
|
-
"
|
|
1000
|
-
}
|
|
1001
|
-
|
|
1002
|
-
],
|
|
1003
|
-
"icon": {
|
|
1004
|
-
"contents": "data:image/svg+xml;utf8,%3Csvg width='18' height='18' viewBox='0 0 256 416' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M201.816 230.216c-16.186 0-30.697 7.171-40.634 18.461l-25.463-18.026c2.703-7.442 4.255-15.433 4.255-23.797 0-8.219-1.498-16.076-4.112-23.408l25.406-17.835c9.936 11.233 24.409 18.365 40.548 18.365 29.875 0 54.184-24.305 54.184-54.184 0-29.879-24.309-54.184-54.184-54.184-29.875 0-54.184 24.305-54.184 54.184 0 5.348.808 10.505 2.258 15.389l-25.423 17.844c-10.62-13.175-25.911-22.374-43.333-25.182v-30.64c24.544-5.155 43.037-26.962 43.037-53.019C124.171 24.305 99.862 0 69.987 0 40.112 0 15.803 24.305 15.803 54.184c0 25.708 18.014 47.246 42.067 52.769v31.038C25.044 143.753 0 172.401 0 206.854c0 34.621 25.292 63.374 58.355 68.94v32.774c-24.299 5.341-42.552 27.011-42.552 52.894 0 29.879 24.309 54.184 54.184 54.184 29.875 0 54.184-24.305 54.184-54.184 0-25.883-18.253-47.553-42.552-52.894v-32.775a69.965 69.965 0 0 0 42.6-24.776l25.633 18.143c-1.423 4.84-2.22 9.946-2.22 15.24 0 29.879 24.309 54.184 54.184 54.184 29.875 0 54.184-24.305 54.184-54.184 0-29.879-24.309-54.184-54.184-54.184zm0-126.695c14.487 0 26.27 11.788 26.27 26.271s-11.783 26.27-26.27 26.27-26.27-11.787-26.27-26.27c0-14.483 11.783-26.271 26.27-26.271zm-158.1-49.337c0-14.483 11.784-26.27 26.271-26.27s26.27 11.787 26.27 26.27c0 14.483-11.783 26.27-26.27 26.27s-26.271-11.787-26.271-26.27zm52.541 307.278c0 14.483-11.783 26.27-26.27 26.27s-26.271-11.787-26.271-26.27c0-14.483 11.784-26.27 26.271-26.27s26.27 11.787 26.27 26.27zm-26.272-117.97c-20.205 0-36.642-16.434-36.642-36.638 0-20.205 16.437-36.642 36.642-36.642 20.204 0 36.641 16.437 36.641 36.642 0 20.204-16.437 36.638-36.641 36.638zm131.831 67.179c-14.487 0-26.27-11.788-26.27-26.271s11.783-26.27 26.27-26.27 26.27 11.787 26.27 26.27c0 14.483-11.783 26.271-26.27 26.271z' style='fill:%23231f20'/%3E%3C/svg%3E"
|
|
1005
|
-
},
|
|
1006
|
-
"engines": {
|
|
1007
|
-
"camunda": "^8.4"
|
|
1008
|
-
}
|
|
1009
|
-
},
|
|
1010
|
-
{
|
|
1011
|
-
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1012
|
-
"name": "Kafka Boundary Event Connector",
|
|
1013
|
-
"id": "io.camunda.connectors.inbound.KafkaBoundary.v1",
|
|
1014
|
-
"version": 1,
|
|
1015
|
-
"description": "Consume Kafka messages",
|
|
1016
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
1017
|
-
"category": {
|
|
1018
|
-
"id": "connectors",
|
|
1019
|
-
"name": "Connectors"
|
|
1020
|
-
},
|
|
1021
|
-
"appliesTo": ["bpmn:BoundaryEvent"],
|
|
1022
|
-
"elementType": {
|
|
1023
|
-
"value": "bpmn:BoundaryEvent",
|
|
1024
|
-
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
1025
|
-
},
|
|
1026
|
-
"groups": [
|
|
1027
|
-
{
|
|
1028
|
-
"id": "authentication",
|
|
1029
|
-
"label": "Authentication"
|
|
1030
|
-
},
|
|
1031
|
-
{
|
|
1032
|
-
"id": "kafka",
|
|
1033
|
-
"label": "Kafka"
|
|
1078
|
+
"name": "correlationKeyExpression",
|
|
1079
|
+
"type": "zeebe:property"
|
|
1080
|
+
},
|
|
1081
|
+
"type": "String"
|
|
1034
1082
|
},
|
|
1035
1083
|
{
|
|
1036
|
-
"id": "
|
|
1037
|
-
"label": "
|
|
1084
|
+
"id": "messageIdExpression",
|
|
1085
|
+
"label": "Message ID expression",
|
|
1086
|
+
"description": "Expression to extract unique identifier of a message",
|
|
1087
|
+
"optional": true,
|
|
1088
|
+
"feel": "required",
|
|
1089
|
+
"group": "correlation",
|
|
1090
|
+
"binding": {
|
|
1091
|
+
"name": "messageIdExpression",
|
|
1092
|
+
"type": "zeebe:property"
|
|
1093
|
+
},
|
|
1094
|
+
"type": "String"
|
|
1038
1095
|
},
|
|
1039
1096
|
{
|
|
1040
|
-
"id": "
|
|
1041
|
-
"label": "
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1097
|
+
"id": "messageTtl",
|
|
1098
|
+
"label": "Message TTL",
|
|
1099
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
1100
|
+
"optional": true,
|
|
1101
|
+
"constraints": {
|
|
1102
|
+
"notEmpty": false,
|
|
1103
|
+
"pattern": {
|
|
1104
|
+
"value": "^(PT.*|)$",
|
|
1105
|
+
"message": "must be an ISO-8601 duration"
|
|
1106
|
+
}
|
|
1107
|
+
},
|
|
1108
|
+
"feel": "optional",
|
|
1109
|
+
"group": "correlation",
|
|
1048
1110
|
"binding": {
|
|
1049
|
-
"
|
|
1050
|
-
"
|
|
1051
|
-
}
|
|
1111
|
+
"name": "messageTtl",
|
|
1112
|
+
"type": "zeebe:property"
|
|
1113
|
+
},
|
|
1114
|
+
"type": "String"
|
|
1052
1115
|
},
|
|
1053
1116
|
{
|
|
1054
|
-
"
|
|
1117
|
+
"id": "messageNameUuid",
|
|
1055
1118
|
"generatedValue": {
|
|
1056
1119
|
"type": "uuid"
|
|
1057
1120
|
},
|
|
1121
|
+
"group": "correlation",
|
|
1058
1122
|
"binding": {
|
|
1059
|
-
"
|
|
1060
|
-
"
|
|
1061
|
-
}
|
|
1123
|
+
"name": "name",
|
|
1124
|
+
"type": "bpmn:Message#property"
|
|
1125
|
+
},
|
|
1126
|
+
"type": "Hidden"
|
|
1062
1127
|
},
|
|
1063
1128
|
{
|
|
1064
|
-
"
|
|
1065
|
-
"
|
|
1066
|
-
"
|
|
1067
|
-
"
|
|
1068
|
-
"
|
|
1069
|
-
"
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1129
|
+
"id": "deduplicationModeManualFlag",
|
|
1130
|
+
"label": "Manual mode",
|
|
1131
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1132
|
+
"value": false,
|
|
1133
|
+
"group": "deduplication",
|
|
1134
|
+
"binding": {
|
|
1135
|
+
"name": "deduplicationModeManualFlag",
|
|
1136
|
+
"type": "zeebe:property"
|
|
1137
|
+
},
|
|
1138
|
+
"type": "Boolean"
|
|
1139
|
+
},
|
|
1140
|
+
{
|
|
1141
|
+
"id": "deduplicationId",
|
|
1142
|
+
"label": "Deduplication ID",
|
|
1143
|
+
"constraints": {
|
|
1144
|
+
"notEmpty": true,
|
|
1145
|
+
"pattern": {
|
|
1146
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
1147
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1148
|
+
}
|
|
1149
|
+
},
|
|
1150
|
+
"group": "deduplication",
|
|
1151
|
+
"binding": {
|
|
1152
|
+
"name": "deduplicationId",
|
|
1153
|
+
"type": "zeebe:property"
|
|
1154
|
+
},
|
|
1155
|
+
"condition": {
|
|
1156
|
+
"property": "deduplicationModeManualFlag",
|
|
1157
|
+
"equals": true,
|
|
1158
|
+
"type": "simple"
|
|
1159
|
+
},
|
|
1160
|
+
"type": "String"
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
"id": "deduplicationModeManual",
|
|
1164
|
+
"value": "MANUAL",
|
|
1165
|
+
"group": "deduplication",
|
|
1166
|
+
"binding": {
|
|
1167
|
+
"name": "deduplicationMode",
|
|
1168
|
+
"type": "zeebe:property"
|
|
1169
|
+
},
|
|
1170
|
+
"condition": {
|
|
1171
|
+
"property": "deduplicationId",
|
|
1172
|
+
"isActive": true,
|
|
1173
|
+
"type": "simple"
|
|
1174
|
+
},
|
|
1175
|
+
"type": "Hidden"
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
"id": "deduplicationModeAuto",
|
|
1179
|
+
"value": "AUTO",
|
|
1180
|
+
"group": "deduplication",
|
|
1181
|
+
"binding": {
|
|
1182
|
+
"name": "deduplicationMode",
|
|
1183
|
+
"type": "zeebe:property"
|
|
1184
|
+
},
|
|
1185
|
+
"condition": {
|
|
1186
|
+
"property": "deduplicationId",
|
|
1187
|
+
"isActive": false,
|
|
1188
|
+
"type": "simple"
|
|
1189
|
+
},
|
|
1190
|
+
"type": "Hidden"
|
|
1191
|
+
},
|
|
1192
|
+
{
|
|
1193
|
+
"id": "resultVariable",
|
|
1194
|
+
"label": "Result variable",
|
|
1195
|
+
"description": "Name of variable to store the response in",
|
|
1196
|
+
"group": "output",
|
|
1197
|
+
"binding": {
|
|
1198
|
+
"name": "resultVariable",
|
|
1199
|
+
"type": "zeebe:property"
|
|
1200
|
+
},
|
|
1201
|
+
"type": "String"
|
|
1202
|
+
},
|
|
1203
|
+
{
|
|
1204
|
+
"id": "resultExpression",
|
|
1205
|
+
"label": "Result expression",
|
|
1206
|
+
"description": "Expression to map the response into process variables",
|
|
1207
|
+
"feel": "required",
|
|
1208
|
+
"group": "output",
|
|
1209
|
+
"binding": {
|
|
1210
|
+
"name": "resultExpression",
|
|
1211
|
+
"type": "zeebe:property"
|
|
1212
|
+
},
|
|
1213
|
+
"type": "Text"
|
|
1214
|
+
}
|
|
1215
|
+
],
|
|
1216
|
+
"icon": {
|
|
1217
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
1218
|
+
},
|
|
1219
|
+
"engines": {
|
|
1220
|
+
"camunda": "^8.5"
|
|
1221
|
+
}
|
|
1222
|
+
},
|
|
1223
|
+
{
|
|
1224
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1225
|
+
"name": "Kafka Boundary Event Connector",
|
|
1226
|
+
"id": "io.camunda.connectors.inbound.KafkaBoundary.v1",
|
|
1227
|
+
"version": 1,
|
|
1228
|
+
"description": "Consume Kafka messages",
|
|
1229
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
1230
|
+
"category": {
|
|
1231
|
+
"id": "connectors",
|
|
1232
|
+
"name": "Connectors"
|
|
1233
|
+
},
|
|
1234
|
+
"appliesTo": ["bpmn:BoundaryEvent"],
|
|
1235
|
+
"elementType": {
|
|
1236
|
+
"value": "bpmn:BoundaryEvent",
|
|
1237
|
+
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
1238
|
+
},
|
|
1239
|
+
"groups": [
|
|
1240
|
+
{
|
|
1241
|
+
"id": "authentication",
|
|
1242
|
+
"label": "Authentication"
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"id": "kafka",
|
|
1246
|
+
"label": "Kafka"
|
|
1247
|
+
},
|
|
1248
|
+
{
|
|
1249
|
+
"id": "activation",
|
|
1250
|
+
"label": "Activation"
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
"id": "variable-mapping",
|
|
1254
|
+
"label": "Variable mapping"
|
|
1255
|
+
}
|
|
1256
|
+
],
|
|
1257
|
+
"properties": [
|
|
1258
|
+
{
|
|
1259
|
+
"type": "Hidden",
|
|
1260
|
+
"value": "io.camunda:connector-kafka-inbound:1",
|
|
1261
|
+
"binding": {
|
|
1262
|
+
"type": "zeebe:property",
|
|
1263
|
+
"name": "inbound.type"
|
|
1264
|
+
}
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
"type": "Hidden",
|
|
1268
|
+
"generatedValue": {
|
|
1269
|
+
"type": "uuid"
|
|
1270
|
+
},
|
|
1271
|
+
"binding": {
|
|
1272
|
+
"type": "bpmn:Message#property",
|
|
1273
|
+
"name": "name"
|
|
1274
|
+
}
|
|
1275
|
+
},
|
|
1276
|
+
{
|
|
1277
|
+
"label": "Authentication type",
|
|
1278
|
+
"description": "Username/password or custom",
|
|
1279
|
+
"id": "authenticationType",
|
|
1280
|
+
"group": "authentication",
|
|
1281
|
+
"type": "Dropdown",
|
|
1282
|
+
"value": "credentials",
|
|
1283
|
+
"choices": [
|
|
1284
|
+
{
|
|
1285
|
+
"name": "Credentials",
|
|
1073
1286
|
"value": "credentials"
|
|
1074
1287
|
},
|
|
1075
1288
|
{
|
|
@@ -1282,9 +1495,9 @@
|
|
|
1282
1495
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1283
1496
|
"name": "Kafka Boundary Event Connector",
|
|
1284
1497
|
"id": "io.camunda.connectors.inbound.KafkaBoundary.v1",
|
|
1498
|
+
"version": 3,
|
|
1285
1499
|
"description": "Consume Kafka messages",
|
|
1286
1500
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
1287
|
-
"version": 6,
|
|
1288
1501
|
"category": {
|
|
1289
1502
|
"id": "connectors",
|
|
1290
1503
|
"name": "Connectors"
|
|
@@ -1303,53 +1516,41 @@
|
|
|
1303
1516
|
"id": "kafka",
|
|
1304
1517
|
"label": "Kafka"
|
|
1305
1518
|
},
|
|
1306
|
-
{
|
|
1307
|
-
"id": "message",
|
|
1308
|
-
"label": "Message deserialization"
|
|
1309
|
-
},
|
|
1310
1519
|
{
|
|
1311
1520
|
"id": "activation",
|
|
1312
1521
|
"label": "Activation"
|
|
1313
1522
|
},
|
|
1314
1523
|
{
|
|
1315
|
-
"id": "
|
|
1316
|
-
"label": "
|
|
1317
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
1318
|
-
},
|
|
1319
|
-
{
|
|
1320
|
-
"id": "deduplication",
|
|
1321
|
-
"label": "Deduplication",
|
|
1322
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
1323
|
-
},
|
|
1324
|
-
{
|
|
1325
|
-
"id": "output",
|
|
1326
|
-
"label": "Output mapping"
|
|
1524
|
+
"id": "variable-mapping",
|
|
1525
|
+
"label": "Variable mapping"
|
|
1327
1526
|
}
|
|
1328
1527
|
],
|
|
1329
1528
|
"properties": [
|
|
1330
1529
|
{
|
|
1530
|
+
"type": "Hidden",
|
|
1331
1531
|
"value": "io.camunda:connector-kafka-inbound:1",
|
|
1332
1532
|
"binding": {
|
|
1333
|
-
"
|
|
1334
|
-
"
|
|
1533
|
+
"type": "zeebe:property",
|
|
1534
|
+
"name": "inbound.type"
|
|
1535
|
+
}
|
|
1536
|
+
},
|
|
1537
|
+
{
|
|
1538
|
+
"type": "Hidden",
|
|
1539
|
+
"generatedValue": {
|
|
1540
|
+
"type": "uuid"
|
|
1335
1541
|
},
|
|
1336
|
-
"
|
|
1542
|
+
"binding": {
|
|
1543
|
+
"type": "bpmn:Message#property",
|
|
1544
|
+
"name": "name"
|
|
1545
|
+
}
|
|
1337
1546
|
},
|
|
1338
1547
|
{
|
|
1339
|
-
"id": "authenticationType",
|
|
1340
1548
|
"label": "Authentication type",
|
|
1341
1549
|
"description": "Username/password or custom",
|
|
1342
|
-
"
|
|
1343
|
-
"value": "credentials",
|
|
1344
|
-
"constraints": {
|
|
1345
|
-
"notEmpty": true
|
|
1346
|
-
},
|
|
1550
|
+
"id": "authenticationType",
|
|
1347
1551
|
"group": "authentication",
|
|
1348
|
-
"binding": {
|
|
1349
|
-
"name": "authenticationType",
|
|
1350
|
-
"type": "zeebe:property"
|
|
1351
|
-
},
|
|
1352
1552
|
"type": "Dropdown",
|
|
1553
|
+
"value": "credentials",
|
|
1353
1554
|
"choices": [
|
|
1354
1555
|
{
|
|
1355
1556
|
"name": "Credentials",
|
|
@@ -1359,417 +1560,216 @@
|
|
|
1359
1560
|
"name": "Custom",
|
|
1360
1561
|
"value": "custom"
|
|
1361
1562
|
}
|
|
1362
|
-
]
|
|
1563
|
+
],
|
|
1564
|
+
"binding": {
|
|
1565
|
+
"type": "zeebe:property",
|
|
1566
|
+
"name": "authenticationType"
|
|
1567
|
+
}
|
|
1363
1568
|
},
|
|
1364
1569
|
{
|
|
1365
|
-
"id": "authentication.username",
|
|
1366
1570
|
"label": "Username",
|
|
1367
1571
|
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
1368
|
-
"optional": true,
|
|
1369
1572
|
"group": "authentication",
|
|
1573
|
+
"type": "String",
|
|
1574
|
+
"feel": "optional",
|
|
1575
|
+
"optional": true,
|
|
1370
1576
|
"binding": {
|
|
1371
|
-
"
|
|
1372
|
-
"
|
|
1577
|
+
"type": "zeebe:property",
|
|
1578
|
+
"name": "authentication.username"
|
|
1373
1579
|
},
|
|
1374
|
-
"
|
|
1580
|
+
"condition": {
|
|
1581
|
+
"property": "authenticationType",
|
|
1582
|
+
"equals": "credentials"
|
|
1583
|
+
}
|
|
1375
1584
|
},
|
|
1376
1585
|
{
|
|
1377
|
-
"id": "authentication.password",
|
|
1378
1586
|
"label": "Password",
|
|
1379
1587
|
"description": "Provide a password for the user",
|
|
1380
|
-
"optional": true,
|
|
1381
1588
|
"group": "authentication",
|
|
1382
|
-
"
|
|
1383
|
-
"name": "authentication.password",
|
|
1384
|
-
"type": "zeebe:property"
|
|
1385
|
-
},
|
|
1386
|
-
"type": "String"
|
|
1387
|
-
},
|
|
1388
|
-
{
|
|
1389
|
-
"id": "topic.bootstrapServers",
|
|
1390
|
-
"label": "Bootstrap servers",
|
|
1391
|
-
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
1392
|
-
"optional": false,
|
|
1393
|
-
"constraints": {
|
|
1394
|
-
"notEmpty": true
|
|
1395
|
-
},
|
|
1396
|
-
"group": "kafka",
|
|
1397
|
-
"binding": {
|
|
1398
|
-
"name": "topic.bootstrapServers",
|
|
1399
|
-
"type": "zeebe:property"
|
|
1400
|
-
},
|
|
1401
|
-
"type": "String"
|
|
1402
|
-
},
|
|
1403
|
-
{
|
|
1404
|
-
"id": "topic.topicName",
|
|
1405
|
-
"label": "Topic",
|
|
1406
|
-
"description": "Provide topic name",
|
|
1407
|
-
"optional": false,
|
|
1408
|
-
"constraints": {
|
|
1409
|
-
"notEmpty": true
|
|
1410
|
-
},
|
|
1411
|
-
"group": "kafka",
|
|
1412
|
-
"binding": {
|
|
1413
|
-
"name": "topic.topicName",
|
|
1414
|
-
"type": "zeebe:property"
|
|
1415
|
-
},
|
|
1416
|
-
"type": "String"
|
|
1417
|
-
},
|
|
1418
|
-
{
|
|
1419
|
-
"id": "groupId",
|
|
1420
|
-
"label": "Consumer group ID",
|
|
1421
|
-
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
1422
|
-
"optional": false,
|
|
1423
|
-
"group": "kafka",
|
|
1424
|
-
"binding": {
|
|
1425
|
-
"name": "groupId",
|
|
1426
|
-
"type": "zeebe:property"
|
|
1427
|
-
},
|
|
1428
|
-
"type": "String"
|
|
1429
|
-
},
|
|
1430
|
-
{
|
|
1431
|
-
"id": "additionalProperties",
|
|
1432
|
-
"label": "Additional properties",
|
|
1433
|
-
"description": "Provide additional Kafka consumer properties in JSON",
|
|
1434
|
-
"optional": true,
|
|
1435
|
-
"feel": "required",
|
|
1436
|
-
"group": "kafka",
|
|
1437
|
-
"binding": {
|
|
1438
|
-
"name": "additionalProperties",
|
|
1439
|
-
"type": "zeebe:property"
|
|
1440
|
-
},
|
|
1441
|
-
"type": "String"
|
|
1442
|
-
},
|
|
1443
|
-
{
|
|
1444
|
-
"id": "offsets",
|
|
1445
|
-
"label": "Offsets",
|
|
1446
|
-
"description": "List of offsets, e.g. '10' or '=[10, 23]'. If specified, it has to have the same number of values as the number of partitions",
|
|
1447
|
-
"optional": true,
|
|
1589
|
+
"type": "String",
|
|
1448
1590
|
"feel": "optional",
|
|
1449
|
-
"group": "kafka",
|
|
1450
|
-
"binding": {
|
|
1451
|
-
"name": "offsets",
|
|
1452
|
-
"type": "zeebe:property"
|
|
1453
|
-
},
|
|
1454
|
-
"type": "String"
|
|
1455
|
-
},
|
|
1456
|
-
{
|
|
1457
|
-
"id": "autoOffsetReset",
|
|
1458
|
-
"label": "Auto offset reset",
|
|
1459
|
-
"description": "What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. You should only select none if you specified the offsets",
|
|
1460
|
-
"optional": false,
|
|
1461
|
-
"value": "latest",
|
|
1462
|
-
"constraints": {
|
|
1463
|
-
"notEmpty": true
|
|
1464
|
-
},
|
|
1465
|
-
"group": "kafka",
|
|
1466
|
-
"binding": {
|
|
1467
|
-
"name": "autoOffsetReset",
|
|
1468
|
-
"type": "zeebe:property"
|
|
1469
|
-
},
|
|
1470
|
-
"type": "Dropdown",
|
|
1471
|
-
"choices": [
|
|
1472
|
-
{
|
|
1473
|
-
"name": "None",
|
|
1474
|
-
"value": "none"
|
|
1475
|
-
},
|
|
1476
|
-
{
|
|
1477
|
-
"name": "Latest",
|
|
1478
|
-
"value": "latest"
|
|
1479
|
-
},
|
|
1480
|
-
{
|
|
1481
|
-
"name": "Earliest",
|
|
1482
|
-
"value": "earliest"
|
|
1483
|
-
}
|
|
1484
|
-
]
|
|
1485
|
-
},
|
|
1486
|
-
{
|
|
1487
|
-
"id": "schemaStrategy.type",
|
|
1488
|
-
"label": "Schema strategy",
|
|
1489
|
-
"value": "noSchema",
|
|
1490
|
-
"group": "kafka",
|
|
1491
|
-
"binding": {
|
|
1492
|
-
"name": "schemaStrategy.type",
|
|
1493
|
-
"type": "zeebe:property"
|
|
1494
|
-
},
|
|
1495
|
-
"type": "Dropdown",
|
|
1496
|
-
"choices": [
|
|
1497
|
-
{
|
|
1498
|
-
"name": "No schema",
|
|
1499
|
-
"value": "noSchema"
|
|
1500
|
-
},
|
|
1501
|
-
{
|
|
1502
|
-
"name": "Inline schema",
|
|
1503
|
-
"value": "inlineSchema"
|
|
1504
|
-
},
|
|
1505
|
-
{
|
|
1506
|
-
"name": "Schema registry",
|
|
1507
|
-
"value": "schemaRegistry"
|
|
1508
|
-
}
|
|
1509
|
-
]
|
|
1510
|
-
},
|
|
1511
|
-
{
|
|
1512
|
-
"id": "schemaStrategy.schemaType",
|
|
1513
|
-
"label": "Schema type",
|
|
1514
|
-
"description": "Select the schema type. For details, visit the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound\" target=\"_blank\">documentation</a>",
|
|
1515
|
-
"optional": false,
|
|
1516
|
-
"value": "avro",
|
|
1517
|
-
"group": "kafka",
|
|
1518
|
-
"binding": {
|
|
1519
|
-
"name": "schemaStrategy.schemaType",
|
|
1520
|
-
"type": "zeebe:property"
|
|
1521
|
-
},
|
|
1522
|
-
"condition": {
|
|
1523
|
-
"property": "schemaStrategy.type",
|
|
1524
|
-
"equals": "schemaRegistry",
|
|
1525
|
-
"type": "simple"
|
|
1526
|
-
},
|
|
1527
|
-
"type": "Dropdown",
|
|
1528
|
-
"choices": [
|
|
1529
|
-
{
|
|
1530
|
-
"name": "JSON",
|
|
1531
|
-
"value": "json"
|
|
1532
|
-
},
|
|
1533
|
-
{
|
|
1534
|
-
"name": "Avro (alpha)",
|
|
1535
|
-
"value": "avro"
|
|
1536
|
-
}
|
|
1537
|
-
]
|
|
1538
|
-
},
|
|
1539
|
-
{
|
|
1540
|
-
"id": "schemaStrategy.schemaRegistryUrl",
|
|
1541
|
-
"label": "Schema registry URL",
|
|
1542
|
-
"description": "Provide the schema registry URL",
|
|
1543
|
-
"optional": false,
|
|
1544
|
-
"constraints": {
|
|
1545
|
-
"notEmpty": true
|
|
1546
|
-
},
|
|
1547
|
-
"group": "kafka",
|
|
1548
|
-
"binding": {
|
|
1549
|
-
"name": "schemaStrategy.schemaRegistryUrl",
|
|
1550
|
-
"type": "zeebe:property"
|
|
1551
|
-
},
|
|
1552
|
-
"condition": {
|
|
1553
|
-
"property": "schemaStrategy.type",
|
|
1554
|
-
"equals": "schemaRegistry",
|
|
1555
|
-
"type": "simple"
|
|
1556
|
-
},
|
|
1557
|
-
"type": "String"
|
|
1558
|
-
},
|
|
1559
|
-
{
|
|
1560
|
-
"id": "schemaStrategy.avro.schema",
|
|
1561
|
-
"label": "Schema",
|
|
1562
|
-
"description": "Inline schema (Avro) for the message value",
|
|
1563
|
-
"optional": false,
|
|
1564
|
-
"constraints": {
|
|
1565
|
-
"notEmpty": true
|
|
1566
|
-
},
|
|
1567
|
-
"feel": "required",
|
|
1568
|
-
"group": "message",
|
|
1569
|
-
"binding": {
|
|
1570
|
-
"name": "schemaStrategy.schema",
|
|
1571
|
-
"type": "zeebe:property"
|
|
1572
|
-
},
|
|
1573
|
-
"condition": {
|
|
1574
|
-
"property": "schemaStrategy.type",
|
|
1575
|
-
"equals": "inlineSchema",
|
|
1576
|
-
"type": "simple"
|
|
1577
|
-
},
|
|
1578
|
-
"type": "Text"
|
|
1579
|
-
},
|
|
1580
|
-
{
|
|
1581
|
-
"id": "activationCondition",
|
|
1582
|
-
"label": "Activation condition",
|
|
1583
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1584
1591
|
"optional": true,
|
|
1585
|
-
"feel": "required",
|
|
1586
|
-
"group": "activation",
|
|
1587
1592
|
"binding": {
|
|
1588
|
-
"
|
|
1589
|
-
"
|
|
1593
|
+
"type": "zeebe:property",
|
|
1594
|
+
"name": "authentication.password"
|
|
1590
1595
|
},
|
|
1591
|
-
"
|
|
1596
|
+
"condition": {
|
|
1597
|
+
"property": "authenticationType",
|
|
1598
|
+
"equals": "credentials"
|
|
1599
|
+
}
|
|
1592
1600
|
},
|
|
1593
1601
|
{
|
|
1594
|
-
"
|
|
1595
|
-
"
|
|
1596
|
-
"
|
|
1597
|
-
"
|
|
1602
|
+
"label": "Bootstrap servers",
|
|
1603
|
+
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
1604
|
+
"group": "kafka",
|
|
1605
|
+
"type": "String",
|
|
1606
|
+
"feel": "optional",
|
|
1598
1607
|
"binding": {
|
|
1599
|
-
"
|
|
1600
|
-
"
|
|
1608
|
+
"type": "zeebe:property",
|
|
1609
|
+
"name": "topic.bootstrapServers"
|
|
1601
1610
|
},
|
|
1602
|
-
"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",
|
|
1603
|
-
"type": "Boolean"
|
|
1604
|
-
},
|
|
1605
|
-
{
|
|
1606
|
-
"id": "correlationKeyProcess",
|
|
1607
|
-
"label": "Correlation key (process)",
|
|
1608
|
-
"description": "Sets up the correlation key from process variables",
|
|
1609
1611
|
"constraints": {
|
|
1610
1612
|
"notEmpty": true
|
|
1611
|
-
}
|
|
1612
|
-
"feel": "required",
|
|
1613
|
-
"group": "correlation",
|
|
1614
|
-
"binding": {
|
|
1615
|
-
"name": "correlationKey",
|
|
1616
|
-
"type": "bpmn:Message#zeebe:subscription#property"
|
|
1617
|
-
},
|
|
1618
|
-
"type": "String"
|
|
1613
|
+
}
|
|
1619
1614
|
},
|
|
1620
1615
|
{
|
|
1621
|
-
"
|
|
1622
|
-
"
|
|
1623
|
-
"
|
|
1616
|
+
"label": "Topic",
|
|
1617
|
+
"description": "Provide the topic name",
|
|
1618
|
+
"group": "kafka",
|
|
1619
|
+
"type": "String",
|
|
1620
|
+
"binding": {
|
|
1621
|
+
"type": "zeebe:property",
|
|
1622
|
+
"name": "topic.topicName"
|
|
1623
|
+
},
|
|
1624
1624
|
"constraints": {
|
|
1625
1625
|
"notEmpty": true
|
|
1626
|
-
}
|
|
1627
|
-
|
|
1628
|
-
|
|
1626
|
+
}
|
|
1627
|
+
},
|
|
1628
|
+
{
|
|
1629
|
+
"label": "Consumer Group ID",
|
|
1630
|
+
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
1631
|
+
"group": "kafka",
|
|
1632
|
+
"type": "String",
|
|
1633
|
+
"optional": true,
|
|
1629
1634
|
"binding": {
|
|
1630
|
-
"
|
|
1631
|
-
"
|
|
1635
|
+
"type": "zeebe:property",
|
|
1636
|
+
"name": "groupId"
|
|
1632
1637
|
},
|
|
1633
|
-
"
|
|
1638
|
+
"constraints": {
|
|
1639
|
+
"notEmpty": false,
|
|
1640
|
+
"maxLength": 250
|
|
1641
|
+
}
|
|
1634
1642
|
},
|
|
1635
1643
|
{
|
|
1636
|
-
"
|
|
1637
|
-
"
|
|
1638
|
-
"
|
|
1644
|
+
"label": "Additional properties",
|
|
1645
|
+
"description": "Provide additional Kafka consumer properties in JSON",
|
|
1646
|
+
"group": "kafka",
|
|
1647
|
+
"type": "String",
|
|
1639
1648
|
"optional": true,
|
|
1640
1649
|
"feel": "required",
|
|
1641
|
-
"group": "correlation",
|
|
1642
1650
|
"binding": {
|
|
1643
|
-
"
|
|
1644
|
-
"
|
|
1645
|
-
}
|
|
1646
|
-
"type": "String"
|
|
1651
|
+
"type": "zeebe:property",
|
|
1652
|
+
"name": "additionalProperties"
|
|
1653
|
+
}
|
|
1647
1654
|
},
|
|
1648
1655
|
{
|
|
1649
|
-
"
|
|
1650
|
-
"
|
|
1651
|
-
"
|
|
1652
|
-
"
|
|
1653
|
-
"constraints": {
|
|
1654
|
-
"notEmpty": false,
|
|
1655
|
-
"pattern": {
|
|
1656
|
-
"value": "^(PT.*|)$",
|
|
1657
|
-
"message": "must be an ISO-8601 duration"
|
|
1658
|
-
}
|
|
1659
|
-
},
|
|
1656
|
+
"label": "Offsets",
|
|
1657
|
+
"description": "List of offsets, e.g. '10' or '=[10, 23]'. If specified, it has to have the same number of values as the number of partitions",
|
|
1658
|
+
"group": "kafka",
|
|
1659
|
+
"type": "String",
|
|
1660
1660
|
"feel": "optional",
|
|
1661
|
-
"
|
|
1661
|
+
"optional": true,
|
|
1662
1662
|
"binding": {
|
|
1663
|
-
"
|
|
1664
|
-
"
|
|
1665
|
-
}
|
|
1666
|
-
"type": "String"
|
|
1663
|
+
"type": "zeebe:property",
|
|
1664
|
+
"name": "offsets"
|
|
1665
|
+
}
|
|
1667
1666
|
},
|
|
1668
1667
|
{
|
|
1669
|
-
"
|
|
1670
|
-
"
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
"
|
|
1668
|
+
"label": "Auto offset reset",
|
|
1669
|
+
"description": "What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. You should only select none if you specified the offsets",
|
|
1670
|
+
"id": "autoOffsetReset",
|
|
1671
|
+
"group": "kafka",
|
|
1672
|
+
"type": "Dropdown",
|
|
1673
|
+
"value": "latest",
|
|
1674
|
+
"choices": [
|
|
1675
|
+
{
|
|
1676
|
+
"name": "Latest",
|
|
1677
|
+
"value": "latest"
|
|
1678
|
+
},
|
|
1679
|
+
{
|
|
1680
|
+
"name": "Earliest",
|
|
1681
|
+
"value": "earliest"
|
|
1682
|
+
},
|
|
1683
|
+
{
|
|
1684
|
+
"name": "None",
|
|
1685
|
+
"value": "none"
|
|
1686
|
+
}
|
|
1687
|
+
],
|
|
1674
1688
|
"binding": {
|
|
1675
|
-
"
|
|
1676
|
-
"
|
|
1677
|
-
}
|
|
1678
|
-
"type": "Hidden"
|
|
1689
|
+
"type": "zeebe:property",
|
|
1690
|
+
"name": "autoOffsetReset"
|
|
1691
|
+
}
|
|
1679
1692
|
},
|
|
1680
1693
|
{
|
|
1681
|
-
"
|
|
1682
|
-
"
|
|
1683
|
-
"
|
|
1684
|
-
"
|
|
1685
|
-
"
|
|
1694
|
+
"label": "Correlation key (process)",
|
|
1695
|
+
"type": "String",
|
|
1696
|
+
"group": "activation",
|
|
1697
|
+
"feel": "required",
|
|
1698
|
+
"description": "Sets up the correlation key from process variables",
|
|
1686
1699
|
"binding": {
|
|
1687
|
-
"
|
|
1688
|
-
"
|
|
1700
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
1701
|
+
"name": "correlationKey"
|
|
1689
1702
|
},
|
|
1690
|
-
"
|
|
1703
|
+
"constraints": {
|
|
1704
|
+
"notEmpty": true
|
|
1705
|
+
}
|
|
1691
1706
|
},
|
|
1692
1707
|
{
|
|
1693
|
-
"
|
|
1694
|
-
"
|
|
1695
|
-
"
|
|
1696
|
-
|
|
1697
|
-
"pattern": {
|
|
1698
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
1699
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1700
|
-
}
|
|
1701
|
-
},
|
|
1702
|
-
"group": "deduplication",
|
|
1708
|
+
"label": "Correlation key (payload)",
|
|
1709
|
+
"type": "String",
|
|
1710
|
+
"group": "activation",
|
|
1711
|
+
"feel": "required",
|
|
1703
1712
|
"binding": {
|
|
1704
|
-
"
|
|
1705
|
-
"
|
|
1706
|
-
},
|
|
1707
|
-
"condition": {
|
|
1708
|
-
"property": "deduplicationModeManualFlag",
|
|
1709
|
-
"equals": true,
|
|
1710
|
-
"type": "simple"
|
|
1713
|
+
"type": "zeebe:property",
|
|
1714
|
+
"name": "correlationKeyExpression"
|
|
1711
1715
|
},
|
|
1712
|
-
"
|
|
1716
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
1717
|
+
"constraints": {
|
|
1718
|
+
"notEmpty": true
|
|
1719
|
+
}
|
|
1713
1720
|
},
|
|
1714
1721
|
{
|
|
1715
|
-
"
|
|
1716
|
-
"
|
|
1717
|
-
"
|
|
1722
|
+
"label": "Message ID expression",
|
|
1723
|
+
"feel": "required",
|
|
1724
|
+
"type": "String",
|
|
1725
|
+
"optional": true,
|
|
1726
|
+
"group": "activation",
|
|
1718
1727
|
"binding": {
|
|
1719
|
-
"
|
|
1720
|
-
"
|
|
1721
|
-
},
|
|
1722
|
-
"condition": {
|
|
1723
|
-
"property": "deduplicationId",
|
|
1724
|
-
"isActive": true,
|
|
1725
|
-
"type": "simple"
|
|
1728
|
+
"type": "zeebe:property",
|
|
1729
|
+
"name": "messageIdExpression"
|
|
1726
1730
|
},
|
|
1727
|
-
"
|
|
1731
|
+
"description": "Expression to extract unique identifier of a message"
|
|
1728
1732
|
},
|
|
1729
1733
|
{
|
|
1730
|
-
"
|
|
1731
|
-
"
|
|
1732
|
-
"group": "
|
|
1734
|
+
"label": "Activation condition",
|
|
1735
|
+
"type": "String",
|
|
1736
|
+
"group": "activation",
|
|
1737
|
+
"feel": "required",
|
|
1738
|
+
"optional": true,
|
|
1733
1739
|
"binding": {
|
|
1734
|
-
"
|
|
1735
|
-
"
|
|
1736
|
-
},
|
|
1737
|
-
"condition": {
|
|
1738
|
-
"property": "deduplicationId",
|
|
1739
|
-
"isActive": false,
|
|
1740
|
-
"type": "simple"
|
|
1740
|
+
"type": "zeebe:property",
|
|
1741
|
+
"name": "activationCondition"
|
|
1741
1742
|
},
|
|
1742
|
-
"
|
|
1743
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events"
|
|
1743
1744
|
},
|
|
1744
1745
|
{
|
|
1745
|
-
"id": "resultVariable",
|
|
1746
1746
|
"label": "Result variable",
|
|
1747
|
-
"
|
|
1748
|
-
"group": "
|
|
1747
|
+
"type": "String",
|
|
1748
|
+
"group": "variable-mapping",
|
|
1749
|
+
"optional": true,
|
|
1749
1750
|
"binding": {
|
|
1750
|
-
"
|
|
1751
|
-
"
|
|
1751
|
+
"type": "zeebe:property",
|
|
1752
|
+
"name": "resultVariable"
|
|
1752
1753
|
},
|
|
1753
|
-
"
|
|
1754
|
+
"description": "Name of variable to store the result of the connector in"
|
|
1754
1755
|
},
|
|
1755
1756
|
{
|
|
1756
|
-
"id": "resultExpression",
|
|
1757
1757
|
"label": "Result expression",
|
|
1758
|
-
"description": "Expression to map the
|
|
1758
|
+
"description": "Expression to map the inbound payload to process variables",
|
|
1759
|
+
"group": "variable-mapping",
|
|
1760
|
+
"type": "Text",
|
|
1759
1761
|
"feel": "required",
|
|
1760
|
-
"group": "output",
|
|
1761
1762
|
"binding": {
|
|
1762
|
-
"
|
|
1763
|
-
"
|
|
1764
|
-
}
|
|
1765
|
-
"type": "Text"
|
|
1763
|
+
"type": "zeebe:property",
|
|
1764
|
+
"name": "resultExpression"
|
|
1765
|
+
}
|
|
1766
1766
|
}
|
|
1767
1767
|
],
|
|
1768
1768
|
"icon": {
|
|
1769
|
-
"contents": "data:image/svg+xml;
|
|
1769
|
+
"contents": "data:image/svg+xml;utf8,%3Csvg width='18' height='18' viewBox='0 0 256 416' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M201.816 230.216c-16.186 0-30.697 7.171-40.634 18.461l-25.463-18.026c2.703-7.442 4.255-15.433 4.255-23.797 0-8.219-1.498-16.076-4.112-23.408l25.406-17.835c9.936 11.233 24.409 18.365 40.548 18.365 29.875 0 54.184-24.305 54.184-54.184 0-29.879-24.309-54.184-54.184-54.184-29.875 0-54.184 24.305-54.184 54.184 0 5.348.808 10.505 2.258 15.389l-25.423 17.844c-10.62-13.175-25.911-22.374-43.333-25.182v-30.64c24.544-5.155 43.037-26.962 43.037-53.019C124.171 24.305 99.862 0 69.987 0 40.112 0 15.803 24.305 15.803 54.184c0 25.708 18.014 47.246 42.067 52.769v31.038C25.044 143.753 0 172.401 0 206.854c0 34.621 25.292 63.374 58.355 68.94v32.774c-24.299 5.341-42.552 27.011-42.552 52.894 0 29.879 24.309 54.184 54.184 54.184 29.875 0 54.184-24.305 54.184-54.184 0-25.883-18.253-47.553-42.552-52.894v-32.775a69.965 69.965 0 0 0 42.6-24.776l25.633 18.143c-1.423 4.84-2.22 9.946-2.22 15.24 0 29.879 24.309 54.184 54.184 54.184 29.875 0 54.184-24.305 54.184-54.184 0-29.879-24.309-54.184-54.184-54.184zm0-126.695c14.487 0 26.27 11.788 26.27 26.271s-11.783 26.27-26.27 26.27-26.27-11.787-26.27-26.27c0-14.483 11.783-26.271 26.27-26.271zm-158.1-49.337c0-14.483 11.784-26.27 26.271-26.27s26.27 11.787 26.27 26.27c0 14.483-11.783 26.27-26.27 26.27s-26.271-11.787-26.271-26.27zm52.541 307.278c0 14.483-11.783 26.27-26.27 26.27s-26.271-11.787-26.271-26.27c0-14.483 11.784-26.27 26.271-26.27s26.27 11.787 26.27 26.27zm-26.272-117.97c-20.205 0-36.642-16.434-36.642-36.638 0-20.205 16.437-36.642 36.642-36.642 20.204 0 36.641 16.437 36.641 36.642 0 20.204-16.437 36.638-36.641 36.638zm131.831 67.179c-14.487 0-26.27-11.788-26.27-26.271s11.783-26.27 26.27-26.27 26.27 11.787 26.27 26.27c0 14.483-11.783 26.271-26.27 26.271z' style='fill:%23231f20'/%3E%3C/svg%3E"
|
|
1770
1770
|
},
|
|
1771
1771
|
"engines": {
|
|
1772
|
-
"camunda": "^8.
|
|
1772
|
+
"camunda": "^8.5"
|
|
1773
1773
|
}
|
|
1774
1774
|
},
|
|
1775
1775
|
{
|
|
@@ -1777,9 +1777,14 @@
|
|
|
1777
1777
|
"name": "Kafka Boundary Event Connector",
|
|
1778
1778
|
"id": "io.camunda.connectors.inbound.KafkaBoundary.v1",
|
|
1779
1779
|
"description": "Consume Kafka messages",
|
|
1780
|
-
"
|
|
1781
|
-
"
|
|
1782
|
-
|
|
1780
|
+
"keywords": [
|
|
1781
|
+
"receive message",
|
|
1782
|
+
"consume message",
|
|
1783
|
+
"event streaming",
|
|
1784
|
+
"subscribe to topic",
|
|
1785
|
+
"message queue",
|
|
1786
|
+
"stream data"
|
|
1787
|
+
],
|
|
1783
1788
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
1784
1789
|
"version": 7,
|
|
1785
1790
|
"category": {
|
|
@@ -1925,6 +1930,7 @@
|
|
|
1925
1930
|
"name": "groupId",
|
|
1926
1931
|
"type": "zeebe:property"
|
|
1927
1932
|
},
|
|
1933
|
+
"tooltip": "It is strongly recommended to provide an explicit consumer group ID. Use a stable, application-specific identifier that represents the logical consumer group in your application (for example, <code>my-app-order-processor</code>). Leaving this empty auto-generates an ID that may change across connector upgrades, causing message replay.",
|
|
1928
1934
|
"type": "String"
|
|
1929
1935
|
},
|
|
1930
1936
|
{
|
|
@@ -2167,15 +2173,18 @@
|
|
|
2167
2173
|
},
|
|
2168
2174
|
{
|
|
2169
2175
|
"id": "messageNameUuid",
|
|
2176
|
+
"label": "Message name",
|
|
2170
2177
|
"generatedValue": {
|
|
2171
2178
|
"type": "uuid"
|
|
2172
2179
|
},
|
|
2180
|
+
"feel": "optional",
|
|
2173
2181
|
"group": "correlation",
|
|
2174
2182
|
"binding": {
|
|
2175
2183
|
"name": "name",
|
|
2176
2184
|
"type": "bpmn:Message#property"
|
|
2177
2185
|
},
|
|
2178
|
-
"
|
|
2186
|
+
"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.",
|
|
2187
|
+
"type": "String"
|
|
2179
2188
|
},
|
|
2180
2189
|
{
|
|
2181
2190
|
"id": "deduplicationModeManualFlag",
|
|
@@ -2244,7 +2253,7 @@
|
|
|
2244
2253
|
{
|
|
2245
2254
|
"id": "resultVariable",
|
|
2246
2255
|
"label": "Result variable",
|
|
2247
|
-
"description": "Name of variable to store the response in",
|
|
2256
|
+
"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>.",
|
|
2248
2257
|
"group": "output",
|
|
2249
2258
|
"binding": {
|
|
2250
2259
|
"name": "resultVariable",
|
|
@@ -2255,7 +2264,7 @@
|
|
|
2255
2264
|
{
|
|
2256
2265
|
"id": "resultExpression",
|
|
2257
2266
|
"label": "Result expression",
|
|
2258
|
-
"description": "Expression to map the response into process variables",
|
|
2267
|
+
"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>.",
|
|
2259
2268
|
"feel": "required",
|
|
2260
2269
|
"group": "output",
|
|
2261
2270
|
"binding": {
|