@camunda/connectors-element-templates 1.0.6 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/build_element_template_array_json_files.sh +9 -0
- package/src/connectors.js +26 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +32 -30
- package/src/element-templates/agenticai-aiagent-job-worker.json +3266 -0
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +3932 -760
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +1 -1
- package/src/element-templates/asana-connector.json +104 -104
- package/src/element-templates/automation-anywhere-outbound-connector.json +657 -657
- package/src/element-templates/aws-bedrock-outbound-connector.json +30 -30
- package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
- package/src/element-templates/aws-dynamodb-outbound-connector.json +107 -107
- package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +31 -31
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-receive.json +356 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
- package/src/element-templates/aws-eventbridge-outbound-connector.json +479 -479
- package/src/element-templates/aws-lambda-outbound-connector.json +92 -92
- package/src/element-templates/aws-s3-outbound-connector.json +30 -30
- package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
- package/src/element-templates/aws-sns-inbound-boundary.json +303 -303
- package/src/element-templates/aws-sns-inbound-intermediate.json +215 -215
- package/src/element-templates/aws-sns-inbound-message-start.json +343 -343
- package/src/element-templates/aws-sns-inbound-receive.json +304 -0
- package/src/element-templates/aws-sns-inbound-start-event.json +130 -130
- package/src/element-templates/aws-sns-outbound-connector.json +726 -726
- package/src/element-templates/aws-sqs-boundary-connector.json +629 -629
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +537 -537
- package/src/element-templates/aws-sqs-outbound-connector.json +440 -440
- package/src/element-templates/aws-sqs-receive-connector.json +418 -0
- package/src/element-templates/aws-sqs-start-event-connector.json +771 -771
- package/src/element-templates/aws-sqs-start-message.json +461 -461
- package/src/element-templates/azure-open-ai-connector.json +32 -32
- package/src/element-templates/blue-prism-connector.json +50 -50
- package/src/element-templates/box-outbound-connector.json +30 -30
- package/src/element-templates/csv-outbound-connector.json +412 -0
- package/src/element-templates/easy-post-connector.json +149 -149
- package/src/element-templates/email-inbound-connector-boundary.json +19 -19
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-outbound-connector.json +233 -233
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +473 -488
- package/src/element-templates/github-connector.json +2417 -2417
- package/src/element-templates/github-webhook-connector-boundary.json +21 -21
- package/src/element-templates/github-webhook-connector-intermediate.json +57 -57
- package/src/element-templates/github-webhook-connector-message-start.json +21 -21
- package/src/element-templates/github-webhook-connector-receive.json +202 -0
- package/src/element-templates/github-webhook-connector-start-event.json +57 -57
- package/src/element-templates/gitlab-connector.json +1103 -1103
- package/src/element-templates/google-drive-outbound-connector.json +846 -846
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +78 -78
- package/src/element-templates/google-sheets-outbound-connector.json +1067 -1067
- package/src/element-templates/graphql-outbound-connector.json +1181 -1181
- package/src/element-templates/http-json-connector.json +2471 -1866
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +635 -6
- package/src/element-templates/http-polling-connector.json +635 -6
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +43 -43
- package/src/element-templates/kafka-inbound-connector-boundary.json +1012 -1012
- package/src/element-templates/kafka-inbound-connector-intermediate.json +582 -582
- package/src/element-templates/kafka-inbound-connector-receive.json +498 -0
- package/src/element-templates/kafka-inbound-connector-start-message.json +608 -608
- package/src/element-templates/kafka-outbound-connector.json +385 -385
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +1643 -1643
- package/src/element-templates/openai-connector.json +122 -122
- package/src/element-templates/operate-connector.json +76 -72
- package/src/element-templates/power-automate-connector.json +10 -10
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +334 -334
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +861 -861
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +456 -456
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +461 -0
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +258 -258
- package/src/element-templates/rabbitmq-outbound-connector.json +322 -322
- package/src/element-templates/salesforce-connector.json +44 -44
- package/src/element-templates/sendgrid-outbound-connector.json +470 -470
- package/src/element-templates/servicenow-connector.json +942 -0
- package/src/element-templates/servicenow-flow-starter-connector.json +643 -0
- package/src/element-templates/servicenow-incident-connector.json +969 -0
- package/src/element-templates/slack-inbound-boundary.json +303 -303
- package/src/element-templates/slack-inbound-intermediate.json +277 -277
- package/src/element-templates/slack-inbound-message-start.json +11 -11
- package/src/element-templates/slack-inbound-receive.json +290 -0
- package/src/element-templates/slack-inbound-start-event.json +247 -247
- package/src/element-templates/slack-outbound-connector.json +966 -966
- package/src/element-templates/twilio-connector.json +52 -52
- package/src/element-templates/twilio-webhook-boundary-connector.json +20 -20
- package/src/element-templates/twilio-webhook-connector.json +11 -11
- package/src/element-templates/twilio-webhook-intermediate-connector.json +50 -50
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/twilio-webhook-receive-connector.json +262 -0
- package/src/element-templates/webhook-connector-boundary.json +1150 -1150
- package/src/element-templates/webhook-connector-intermediate.json +1834 -1834
- package/src/element-templates/webhook-connector-receive.json +609 -0
- package/src/element-templates/webhook-connector-start-event.json +1495 -1495
- package/src/element-templates/webhook-connector-start-message.json +586 -586
- package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
|
@@ -4,11 +4,8 @@
|
|
|
4
4
|
"name": "Kafka Intermediate Catch Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
|
|
6
6
|
"description": "Consume Kafka messages",
|
|
7
|
-
"metadata": {
|
|
8
|
-
"keywords": []
|
|
9
|
-
},
|
|
10
7
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
11
|
-
"version":
|
|
8
|
+
"version": 6,
|
|
12
9
|
"category": {
|
|
13
10
|
"id": "connectors",
|
|
14
11
|
"name": "Connectors"
|
|
@@ -18,9 +15,6 @@
|
|
|
18
15
|
"value": "bpmn:IntermediateCatchEvent",
|
|
19
16
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
20
17
|
},
|
|
21
|
-
"engines": {
|
|
22
|
-
"camunda": "^8.3"
|
|
23
|
-
},
|
|
24
18
|
"groups": [
|
|
25
19
|
{
|
|
26
20
|
"id": "authentication",
|
|
@@ -31,8 +25,8 @@
|
|
|
31
25
|
"label": "Kafka"
|
|
32
26
|
},
|
|
33
27
|
{
|
|
34
|
-
"id": "
|
|
35
|
-
"label": "
|
|
28
|
+
"id": "message",
|
|
29
|
+
"label": "Message deserialization"
|
|
36
30
|
},
|
|
37
31
|
{
|
|
38
32
|
"id": "activation",
|
|
@@ -214,7 +208,7 @@
|
|
|
214
208
|
"id": "schemaStrategy.type",
|
|
215
209
|
"label": "Schema strategy",
|
|
216
210
|
"value": "noSchema",
|
|
217
|
-
"group": "
|
|
211
|
+
"group": "kafka",
|
|
218
212
|
"binding": {
|
|
219
213
|
"name": "schemaStrategy.type",
|
|
220
214
|
"type": "zeebe:property"
|
|
@@ -226,43 +220,22 @@
|
|
|
226
220
|
"value": "noSchema"
|
|
227
221
|
},
|
|
228
222
|
{
|
|
229
|
-
"name": "
|
|
223
|
+
"name": "Inline schema",
|
|
230
224
|
"value": "inlineSchema"
|
|
231
225
|
},
|
|
232
226
|
{
|
|
233
|
-
"name": "
|
|
227
|
+
"name": "Schema registry",
|
|
234
228
|
"value": "schemaRegistry"
|
|
235
229
|
}
|
|
236
230
|
]
|
|
237
231
|
},
|
|
238
|
-
{
|
|
239
|
-
"id": "schemaStrategy.avro.schema",
|
|
240
|
-
"label": "Schema",
|
|
241
|
-
"description": "Avro inline schema for the message value",
|
|
242
|
-
"optional": false,
|
|
243
|
-
"constraints": {
|
|
244
|
-
"notEmpty": true
|
|
245
|
-
},
|
|
246
|
-
"feel": "required",
|
|
247
|
-
"group": "schema",
|
|
248
|
-
"binding": {
|
|
249
|
-
"name": "schemaStrategy.schema",
|
|
250
|
-
"type": "zeebe:property"
|
|
251
|
-
},
|
|
252
|
-
"condition": {
|
|
253
|
-
"property": "schemaStrategy.type",
|
|
254
|
-
"equals": "inlineSchema",
|
|
255
|
-
"type": "simple"
|
|
256
|
-
},
|
|
257
|
-
"type": "Text"
|
|
258
|
-
},
|
|
259
232
|
{
|
|
260
233
|
"id": "schemaStrategy.schemaType",
|
|
261
234
|
"label": "Schema type",
|
|
262
235
|
"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>",
|
|
263
236
|
"optional": false,
|
|
264
237
|
"value": "avro",
|
|
265
|
-
"group": "
|
|
238
|
+
"group": "kafka",
|
|
266
239
|
"binding": {
|
|
267
240
|
"name": "schemaStrategy.schemaType",
|
|
268
241
|
"type": "zeebe:property"
|
|
@@ -279,7 +252,7 @@
|
|
|
279
252
|
"value": "json"
|
|
280
253
|
},
|
|
281
254
|
{
|
|
282
|
-
"name": "Avro",
|
|
255
|
+
"name": "Avro (alpha)",
|
|
283
256
|
"value": "avro"
|
|
284
257
|
}
|
|
285
258
|
]
|
|
@@ -292,7 +265,7 @@
|
|
|
292
265
|
"constraints": {
|
|
293
266
|
"notEmpty": true
|
|
294
267
|
},
|
|
295
|
-
"group": "
|
|
268
|
+
"group": "kafka",
|
|
296
269
|
"binding": {
|
|
297
270
|
"name": "schemaStrategy.schemaRegistryUrl",
|
|
298
271
|
"type": "zeebe:property"
|
|
@@ -304,6 +277,27 @@
|
|
|
304
277
|
},
|
|
305
278
|
"type": "String"
|
|
306
279
|
},
|
|
280
|
+
{
|
|
281
|
+
"id": "schemaStrategy.avro.schema",
|
|
282
|
+
"label": "Schema",
|
|
283
|
+
"description": "Inline schema (Avro) for the message value",
|
|
284
|
+
"optional": false,
|
|
285
|
+
"constraints": {
|
|
286
|
+
"notEmpty": true
|
|
287
|
+
},
|
|
288
|
+
"feel": "required",
|
|
289
|
+
"group": "message",
|
|
290
|
+
"binding": {
|
|
291
|
+
"name": "schemaStrategy.schema",
|
|
292
|
+
"type": "zeebe:property"
|
|
293
|
+
},
|
|
294
|
+
"condition": {
|
|
295
|
+
"property": "schemaStrategy.type",
|
|
296
|
+
"equals": "inlineSchema",
|
|
297
|
+
"type": "simple"
|
|
298
|
+
},
|
|
299
|
+
"type": "Text"
|
|
300
|
+
},
|
|
307
301
|
{
|
|
308
302
|
"id": "activationCondition",
|
|
309
303
|
"label": "Activation condition",
|
|
@@ -494,15 +488,18 @@
|
|
|
494
488
|
],
|
|
495
489
|
"icon": {
|
|
496
490
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
491
|
+
},
|
|
492
|
+
"engines": {
|
|
493
|
+
"camunda": "^8.6"
|
|
497
494
|
}
|
|
498
495
|
},
|
|
499
496
|
{
|
|
500
497
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
501
498
|
"name": "Kafka Intermediate Catch Event Connector",
|
|
502
499
|
"id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
|
|
503
|
-
"version": 2,
|
|
504
500
|
"description": "Consume Kafka messages",
|
|
505
501
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
502
|
+
"version": 5,
|
|
506
503
|
"category": {
|
|
507
504
|
"id": "connectors",
|
|
508
505
|
"name": "Connectors"
|
|
@@ -521,41 +518,53 @@
|
|
|
521
518
|
"id": "kafka",
|
|
522
519
|
"label": "Kafka"
|
|
523
520
|
},
|
|
521
|
+
{
|
|
522
|
+
"id": "message",
|
|
523
|
+
"label": "Message deserialization"
|
|
524
|
+
},
|
|
524
525
|
{
|
|
525
526
|
"id": "activation",
|
|
526
527
|
"label": "Activation"
|
|
527
528
|
},
|
|
528
529
|
{
|
|
529
|
-
"id": "
|
|
530
|
-
"label": "
|
|
530
|
+
"id": "correlation",
|
|
531
|
+
"label": "Correlation",
|
|
532
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"id": "deduplication",
|
|
536
|
+
"label": "Deduplication",
|
|
537
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"id": "output",
|
|
541
|
+
"label": "Output mapping"
|
|
531
542
|
}
|
|
532
543
|
],
|
|
533
544
|
"properties": [
|
|
534
545
|
{
|
|
535
|
-
"type": "Hidden",
|
|
536
546
|
"value": "io.camunda:connector-kafka-inbound:1",
|
|
537
547
|
"binding": {
|
|
538
|
-
"
|
|
539
|
-
"
|
|
540
|
-
}
|
|
541
|
-
},
|
|
542
|
-
{
|
|
543
|
-
"type": "Hidden",
|
|
544
|
-
"generatedValue": {
|
|
545
|
-
"type": "uuid"
|
|
548
|
+
"name": "inbound.type",
|
|
549
|
+
"type": "zeebe:property"
|
|
546
550
|
},
|
|
547
|
-
"
|
|
548
|
-
"type": "bpmn:Message#property",
|
|
549
|
-
"name": "name"
|
|
550
|
-
}
|
|
551
|
+
"type": "Hidden"
|
|
551
552
|
},
|
|
552
553
|
{
|
|
554
|
+
"id": "authenticationType",
|
|
553
555
|
"label": "Authentication type",
|
|
554
556
|
"description": "Username/password or custom",
|
|
555
|
-
"
|
|
557
|
+
"optional": false,
|
|
558
|
+
"value": "credentials",
|
|
559
|
+
"constraints": {
|
|
560
|
+
"notEmpty": true
|
|
561
|
+
},
|
|
556
562
|
"group": "authentication",
|
|
563
|
+
"binding": {
|
|
564
|
+
"name": "authenticationType",
|
|
565
|
+
"type": "zeebe:property"
|
|
566
|
+
},
|
|
557
567
|
"type": "Dropdown",
|
|
558
|
-
"value": "credentials",
|
|
559
568
|
"choices": [
|
|
560
569
|
{
|
|
561
570
|
"name": "Credentials",
|
|
@@ -565,215 +574,376 @@
|
|
|
565
574
|
"name": "Custom",
|
|
566
575
|
"value": "custom"
|
|
567
576
|
}
|
|
568
|
-
]
|
|
569
|
-
"binding": {
|
|
570
|
-
"type": "zeebe:property",
|
|
571
|
-
"name": "authenticationType"
|
|
572
|
-
}
|
|
577
|
+
]
|
|
573
578
|
},
|
|
574
579
|
{
|
|
580
|
+
"id": "authentication.username",
|
|
575
581
|
"label": "Username",
|
|
576
582
|
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
577
|
-
"group": "authentication",
|
|
578
|
-
"type": "String",
|
|
579
|
-
"feel": "optional",
|
|
580
583
|
"optional": true,
|
|
584
|
+
"group": "authentication",
|
|
581
585
|
"binding": {
|
|
582
|
-
"
|
|
583
|
-
"
|
|
586
|
+
"name": "authentication.username",
|
|
587
|
+
"type": "zeebe:property"
|
|
584
588
|
},
|
|
585
|
-
"
|
|
586
|
-
"property": "authenticationType",
|
|
587
|
-
"equals": "credentials"
|
|
588
|
-
}
|
|
589
|
+
"type": "String"
|
|
589
590
|
},
|
|
590
591
|
{
|
|
592
|
+
"id": "authentication.password",
|
|
591
593
|
"label": "Password",
|
|
592
594
|
"description": "Provide a password for the user",
|
|
593
|
-
"group": "authentication",
|
|
594
|
-
"type": "String",
|
|
595
|
-
"feel": "optional",
|
|
596
595
|
"optional": true,
|
|
596
|
+
"group": "authentication",
|
|
597
597
|
"binding": {
|
|
598
|
-
"
|
|
599
|
-
"
|
|
598
|
+
"name": "authentication.password",
|
|
599
|
+
"type": "zeebe:property"
|
|
600
600
|
},
|
|
601
|
-
"
|
|
602
|
-
"property": "authenticationType",
|
|
603
|
-
"equals": "credentials"
|
|
604
|
-
}
|
|
601
|
+
"type": "String"
|
|
605
602
|
},
|
|
606
603
|
{
|
|
607
|
-
"
|
|
608
|
-
"
|
|
604
|
+
"id": "serializationType",
|
|
605
|
+
"label": "Deserialization type",
|
|
606
|
+
"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>",
|
|
607
|
+
"optional": false,
|
|
608
|
+
"value": "json",
|
|
609
609
|
"group": "kafka",
|
|
610
|
-
"type": "String",
|
|
611
|
-
"feel": "optional",
|
|
612
610
|
"binding": {
|
|
613
|
-
"
|
|
614
|
-
"
|
|
611
|
+
"name": "serializationType",
|
|
612
|
+
"type": "zeebe:property"
|
|
615
613
|
},
|
|
614
|
+
"type": "Dropdown",
|
|
615
|
+
"choices": [
|
|
616
|
+
{
|
|
617
|
+
"name": "Default (JSON)",
|
|
618
|
+
"value": "json"
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
"name": "Avro (experimental)",
|
|
622
|
+
"value": "avro"
|
|
623
|
+
}
|
|
624
|
+
]
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"id": "topic.bootstrapServers",
|
|
628
|
+
"label": "Bootstrap servers",
|
|
629
|
+
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
630
|
+
"optional": false,
|
|
616
631
|
"constraints": {
|
|
617
632
|
"notEmpty": true
|
|
618
|
-
}
|
|
633
|
+
},
|
|
634
|
+
"group": "kafka",
|
|
635
|
+
"binding": {
|
|
636
|
+
"name": "topic.bootstrapServers",
|
|
637
|
+
"type": "zeebe:property"
|
|
638
|
+
},
|
|
639
|
+
"type": "String"
|
|
619
640
|
},
|
|
620
641
|
{
|
|
642
|
+
"id": "topic.topicName",
|
|
621
643
|
"label": "Topic",
|
|
622
|
-
"description": "Provide
|
|
644
|
+
"description": "Provide topic name",
|
|
645
|
+
"optional": false,
|
|
646
|
+
"constraints": {
|
|
647
|
+
"notEmpty": true
|
|
648
|
+
},
|
|
623
649
|
"group": "kafka",
|
|
624
|
-
"type": "String",
|
|
625
|
-
"feel": "optional",
|
|
626
650
|
"binding": {
|
|
627
|
-
"
|
|
628
|
-
"
|
|
651
|
+
"name": "topic.topicName",
|
|
652
|
+
"type": "zeebe:property"
|
|
629
653
|
},
|
|
630
|
-
"
|
|
631
|
-
"notEmpty": true
|
|
632
|
-
}
|
|
654
|
+
"type": "String"
|
|
633
655
|
},
|
|
634
656
|
{
|
|
635
|
-
"
|
|
657
|
+
"id": "groupId",
|
|
658
|
+
"label": "Consumer group ID",
|
|
636
659
|
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
660
|
+
"optional": false,
|
|
637
661
|
"group": "kafka",
|
|
638
|
-
"type": "String",
|
|
639
|
-
"feel": "optional",
|
|
640
|
-
"optional": true,
|
|
641
662
|
"binding": {
|
|
642
|
-
"
|
|
643
|
-
"
|
|
663
|
+
"name": "groupId",
|
|
664
|
+
"type": "zeebe:property"
|
|
644
665
|
},
|
|
645
|
-
"
|
|
646
|
-
"notEmpty": false,
|
|
647
|
-
"maxLength": 250
|
|
648
|
-
}
|
|
666
|
+
"type": "String"
|
|
649
667
|
},
|
|
650
668
|
{
|
|
669
|
+
"id": "additionalProperties",
|
|
651
670
|
"label": "Additional properties",
|
|
652
671
|
"description": "Provide additional Kafka consumer properties in JSON",
|
|
653
|
-
"group": "kafka",
|
|
654
|
-
"type": "String",
|
|
655
672
|
"optional": true,
|
|
656
673
|
"feel": "required",
|
|
674
|
+
"group": "kafka",
|
|
657
675
|
"binding": {
|
|
658
|
-
"
|
|
659
|
-
"
|
|
660
|
-
}
|
|
676
|
+
"name": "additionalProperties",
|
|
677
|
+
"type": "zeebe:property"
|
|
678
|
+
},
|
|
679
|
+
"type": "String"
|
|
661
680
|
},
|
|
662
681
|
{
|
|
682
|
+
"id": "offsets",
|
|
663
683
|
"label": "Offsets",
|
|
664
684
|
"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",
|
|
665
|
-
"group": "kafka",
|
|
666
|
-
"type": "String",
|
|
667
|
-
"feel": "optional",
|
|
668
685
|
"optional": true,
|
|
686
|
+
"feel": "optional",
|
|
687
|
+
"group": "kafka",
|
|
669
688
|
"binding": {
|
|
670
|
-
"
|
|
671
|
-
"
|
|
672
|
-
}
|
|
689
|
+
"name": "offsets",
|
|
690
|
+
"type": "zeebe:property"
|
|
691
|
+
},
|
|
692
|
+
"type": "String"
|
|
673
693
|
},
|
|
674
694
|
{
|
|
695
|
+
"id": "autoOffsetReset",
|
|
675
696
|
"label": "Auto offset reset",
|
|
676
697
|
"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",
|
|
677
|
-
"
|
|
678
|
-
"group": "kafka",
|
|
679
|
-
"type": "Dropdown",
|
|
698
|
+
"optional": false,
|
|
680
699
|
"value": "latest",
|
|
681
|
-
"
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
700
|
+
"constraints": {
|
|
701
|
+
"notEmpty": true
|
|
702
|
+
},
|
|
703
|
+
"group": "kafka",
|
|
704
|
+
"binding": {
|
|
705
|
+
"name": "autoOffsetReset",
|
|
706
|
+
"type": "zeebe:property"
|
|
707
|
+
},
|
|
708
|
+
"type": "Dropdown",
|
|
709
|
+
"choices": [
|
|
690
710
|
{
|
|
691
711
|
"name": "None",
|
|
692
712
|
"value": "none"
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"name": "Latest",
|
|
716
|
+
"value": "latest"
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
"name": "Earliest",
|
|
720
|
+
"value": "earliest"
|
|
693
721
|
}
|
|
694
|
-
]
|
|
722
|
+
]
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
"id": "avro.schema",
|
|
726
|
+
"label": "Avro schema",
|
|
727
|
+
"description": "Avro schema for the message value",
|
|
728
|
+
"optional": false,
|
|
729
|
+
"constraints": {
|
|
730
|
+
"notEmpty": true
|
|
731
|
+
},
|
|
732
|
+
"feel": "required",
|
|
733
|
+
"group": "message",
|
|
695
734
|
"binding": {
|
|
696
|
-
"
|
|
697
|
-
"
|
|
698
|
-
}
|
|
735
|
+
"name": "avro.schema",
|
|
736
|
+
"type": "zeebe:property"
|
|
737
|
+
},
|
|
738
|
+
"condition": {
|
|
739
|
+
"property": "serializationType",
|
|
740
|
+
"equals": "avro",
|
|
741
|
+
"type": "simple"
|
|
742
|
+
},
|
|
743
|
+
"type": "Text"
|
|
699
744
|
},
|
|
700
745
|
{
|
|
701
|
-
"
|
|
702
|
-
"
|
|
703
|
-
"
|
|
746
|
+
"id": "activationCondition",
|
|
747
|
+
"label": "Activation condition",
|
|
748
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
749
|
+
"optional": true,
|
|
704
750
|
"feel": "required",
|
|
705
|
-
"
|
|
751
|
+
"group": "activation",
|
|
706
752
|
"binding": {
|
|
707
|
-
"
|
|
708
|
-
"
|
|
753
|
+
"name": "activationCondition",
|
|
754
|
+
"type": "zeebe:property"
|
|
709
755
|
},
|
|
710
|
-
"
|
|
711
|
-
"notEmpty": true
|
|
712
|
-
}
|
|
756
|
+
"type": "String"
|
|
713
757
|
},
|
|
714
758
|
{
|
|
715
|
-
"
|
|
716
|
-
"
|
|
759
|
+
"id": "consumeUnmatchedEvents",
|
|
760
|
+
"label": "Consume unmatched events",
|
|
761
|
+
"value": true,
|
|
717
762
|
"group": "activation",
|
|
763
|
+
"binding": {
|
|
764
|
+
"name": "consumeUnmatchedEvents",
|
|
765
|
+
"type": "zeebe:property"
|
|
766
|
+
},
|
|
767
|
+
"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",
|
|
768
|
+
"type": "Boolean"
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"id": "correlationKeyProcess",
|
|
772
|
+
"label": "Correlation key (process)",
|
|
773
|
+
"description": "Sets up the correlation key from process variables",
|
|
774
|
+
"constraints": {
|
|
775
|
+
"notEmpty": true
|
|
776
|
+
},
|
|
718
777
|
"feel": "required",
|
|
778
|
+
"group": "correlation",
|
|
719
779
|
"binding": {
|
|
720
|
-
"
|
|
721
|
-
"
|
|
780
|
+
"name": "correlationKey",
|
|
781
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
722
782
|
},
|
|
783
|
+
"type": "String"
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"id": "correlationKeyPayload",
|
|
787
|
+
"label": "Correlation key (payload)",
|
|
723
788
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
724
789
|
"constraints": {
|
|
725
790
|
"notEmpty": true
|
|
726
|
-
}
|
|
791
|
+
},
|
|
792
|
+
"feel": "required",
|
|
793
|
+
"group": "correlation",
|
|
794
|
+
"binding": {
|
|
795
|
+
"name": "correlationKeyExpression",
|
|
796
|
+
"type": "zeebe:property"
|
|
797
|
+
},
|
|
798
|
+
"type": "String"
|
|
727
799
|
},
|
|
728
800
|
{
|
|
729
|
-
"
|
|
730
|
-
"
|
|
731
|
-
"
|
|
801
|
+
"id": "messageIdExpression",
|
|
802
|
+
"label": "Message ID expression",
|
|
803
|
+
"description": "Expression to extract unique identifier of a message",
|
|
804
|
+
"optional": true,
|
|
732
805
|
"feel": "required",
|
|
806
|
+
"group": "correlation",
|
|
807
|
+
"binding": {
|
|
808
|
+
"name": "messageIdExpression",
|
|
809
|
+
"type": "zeebe:property"
|
|
810
|
+
},
|
|
811
|
+
"type": "String"
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
"id": "messageTtl",
|
|
815
|
+
"label": "Message TTL",
|
|
816
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
733
817
|
"optional": true,
|
|
818
|
+
"constraints": {
|
|
819
|
+
"notEmpty": false,
|
|
820
|
+
"pattern": {
|
|
821
|
+
"value": "^(PT.*|)$",
|
|
822
|
+
"message": "must be an ISO-8601 duration"
|
|
823
|
+
}
|
|
824
|
+
},
|
|
825
|
+
"feel": "optional",
|
|
826
|
+
"group": "correlation",
|
|
734
827
|
"binding": {
|
|
735
|
-
"
|
|
736
|
-
"
|
|
828
|
+
"name": "messageTtl",
|
|
829
|
+
"type": "zeebe:property"
|
|
737
830
|
},
|
|
738
|
-
"
|
|
831
|
+
"type": "String"
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"id": "messageNameUuid",
|
|
835
|
+
"generatedValue": {
|
|
836
|
+
"type": "uuid"
|
|
837
|
+
},
|
|
838
|
+
"group": "correlation",
|
|
839
|
+
"binding": {
|
|
840
|
+
"name": "name",
|
|
841
|
+
"type": "bpmn:Message#property"
|
|
842
|
+
},
|
|
843
|
+
"type": "Hidden"
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
"id": "deduplicationModeManualFlag",
|
|
847
|
+
"label": "Manual mode",
|
|
848
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
849
|
+
"value": false,
|
|
850
|
+
"group": "deduplication",
|
|
851
|
+
"binding": {
|
|
852
|
+
"name": "deduplicationModeManualFlag",
|
|
853
|
+
"type": "zeebe:property"
|
|
854
|
+
},
|
|
855
|
+
"type": "Boolean"
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
"id": "deduplicationId",
|
|
859
|
+
"label": "Deduplication ID",
|
|
860
|
+
"constraints": {
|
|
861
|
+
"notEmpty": true,
|
|
862
|
+
"pattern": {
|
|
863
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
864
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
865
|
+
}
|
|
866
|
+
},
|
|
867
|
+
"group": "deduplication",
|
|
868
|
+
"binding": {
|
|
869
|
+
"name": "deduplicationId",
|
|
870
|
+
"type": "zeebe:property"
|
|
871
|
+
},
|
|
872
|
+
"condition": {
|
|
873
|
+
"property": "deduplicationModeManualFlag",
|
|
874
|
+
"equals": true,
|
|
875
|
+
"type": "simple"
|
|
876
|
+
},
|
|
877
|
+
"type": "String"
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
"id": "deduplicationModeManual",
|
|
881
|
+
"value": "MANUAL",
|
|
882
|
+
"group": "deduplication",
|
|
883
|
+
"binding": {
|
|
884
|
+
"name": "deduplicationMode",
|
|
885
|
+
"type": "zeebe:property"
|
|
886
|
+
},
|
|
887
|
+
"condition": {
|
|
888
|
+
"property": "deduplicationId",
|
|
889
|
+
"isActive": true,
|
|
890
|
+
"type": "simple"
|
|
891
|
+
},
|
|
892
|
+
"type": "Hidden"
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
"id": "deduplicationModeAuto",
|
|
896
|
+
"value": "AUTO",
|
|
897
|
+
"group": "deduplication",
|
|
898
|
+
"binding": {
|
|
899
|
+
"name": "deduplicationMode",
|
|
900
|
+
"type": "zeebe:property"
|
|
901
|
+
},
|
|
902
|
+
"condition": {
|
|
903
|
+
"property": "deduplicationId",
|
|
904
|
+
"isActive": false,
|
|
905
|
+
"type": "simple"
|
|
906
|
+
},
|
|
907
|
+
"type": "Hidden"
|
|
739
908
|
},
|
|
740
909
|
{
|
|
910
|
+
"id": "resultVariable",
|
|
741
911
|
"label": "Result variable",
|
|
742
|
-
"
|
|
743
|
-
"group": "
|
|
744
|
-
"optional": true,
|
|
912
|
+
"description": "Name of variable to store the response in",
|
|
913
|
+
"group": "output",
|
|
745
914
|
"binding": {
|
|
746
|
-
"
|
|
747
|
-
"
|
|
915
|
+
"name": "resultVariable",
|
|
916
|
+
"type": "zeebe:property"
|
|
748
917
|
},
|
|
749
|
-
"
|
|
918
|
+
"type": "String"
|
|
750
919
|
},
|
|
751
920
|
{
|
|
921
|
+
"id": "resultExpression",
|
|
752
922
|
"label": "Result expression",
|
|
753
|
-
"description": "Expression to map the
|
|
754
|
-
"group": "variable-mapping",
|
|
755
|
-
"type": "Text",
|
|
923
|
+
"description": "Expression to map the response into process variables",
|
|
756
924
|
"feel": "required",
|
|
925
|
+
"group": "output",
|
|
757
926
|
"binding": {
|
|
758
|
-
"
|
|
759
|
-
"
|
|
760
|
-
}
|
|
927
|
+
"name": "resultExpression",
|
|
928
|
+
"type": "zeebe:property"
|
|
929
|
+
},
|
|
930
|
+
"type": "Text"
|
|
761
931
|
}
|
|
762
932
|
],
|
|
763
933
|
"icon": {
|
|
764
|
-
"contents": "data:image/svg+xml;
|
|
934
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
765
935
|
},
|
|
766
936
|
"engines": {
|
|
767
|
-
"camunda": "^8.
|
|
937
|
+
"camunda": "^8.5"
|
|
768
938
|
}
|
|
769
939
|
},
|
|
770
940
|
{
|
|
771
941
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
772
|
-
"name": "Kafka
|
|
942
|
+
"name": "Kafka Intermediate Catch Event Connector",
|
|
773
943
|
"id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
|
|
774
|
-
"version":
|
|
775
|
-
"description": "Consume Kafka
|
|
776
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka
|
|
944
|
+
"version": 2,
|
|
945
|
+
"description": "Consume Kafka messages",
|
|
946
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
777
947
|
"category": {
|
|
778
948
|
"id": "connectors",
|
|
779
949
|
"name": "Connectors"
|
|
@@ -903,20 +1073,36 @@
|
|
|
903
1073
|
}
|
|
904
1074
|
},
|
|
905
1075
|
{
|
|
906
|
-
"label": "
|
|
907
|
-
"description": "Provide
|
|
1076
|
+
"label": "Consumer Group ID",
|
|
1077
|
+
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
908
1078
|
"group": "kafka",
|
|
909
1079
|
"type": "String",
|
|
1080
|
+
"feel": "optional",
|
|
910
1081
|
"optional": true,
|
|
911
|
-
"feel": "required",
|
|
912
1082
|
"binding": {
|
|
913
1083
|
"type": "zeebe:property",
|
|
914
|
-
"name": "
|
|
915
|
-
}
|
|
1084
|
+
"name": "groupId"
|
|
1085
|
+
},
|
|
1086
|
+
"constraints": {
|
|
1087
|
+
"notEmpty": false,
|
|
1088
|
+
"maxLength": 250
|
|
1089
|
+
}
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"label": "Additional properties",
|
|
1093
|
+
"description": "Provide additional Kafka consumer properties in JSON",
|
|
1094
|
+
"group": "kafka",
|
|
1095
|
+
"type": "String",
|
|
1096
|
+
"optional": true,
|
|
1097
|
+
"feel": "required",
|
|
1098
|
+
"binding": {
|
|
1099
|
+
"type": "zeebe:property",
|
|
1100
|
+
"name": "additionalProperties"
|
|
1101
|
+
}
|
|
916
1102
|
},
|
|
917
1103
|
{
|
|
918
1104
|
"label": "Offsets",
|
|
919
|
-
"description": "
|
|
1105
|
+
"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",
|
|
920
1106
|
"group": "kafka",
|
|
921
1107
|
"type": "String",
|
|
922
1108
|
"feel": "optional",
|
|
@@ -1305,11 +1491,11 @@
|
|
|
1305
1491
|
},
|
|
1306
1492
|
{
|
|
1307
1493
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1308
|
-
"name": "Kafka
|
|
1494
|
+
"name": "Kafka consumer connector",
|
|
1309
1495
|
"id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
|
|
1310
|
-
"
|
|
1311
|
-
"
|
|
1312
|
-
"
|
|
1496
|
+
"version": 1,
|
|
1497
|
+
"description": "Consume Kafka message",
|
|
1498
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka-inbound/",
|
|
1313
1499
|
"category": {
|
|
1314
1500
|
"id": "connectors",
|
|
1315
1501
|
"name": "Connectors"
|
|
@@ -1328,53 +1514,41 @@
|
|
|
1328
1514
|
"id": "kafka",
|
|
1329
1515
|
"label": "Kafka"
|
|
1330
1516
|
},
|
|
1331
|
-
{
|
|
1332
|
-
"id": "message",
|
|
1333
|
-
"label": "Message deserialization"
|
|
1334
|
-
},
|
|
1335
1517
|
{
|
|
1336
1518
|
"id": "activation",
|
|
1337
1519
|
"label": "Activation"
|
|
1338
1520
|
},
|
|
1339
1521
|
{
|
|
1340
|
-
"id": "
|
|
1341
|
-
"label": "
|
|
1342
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
1343
|
-
},
|
|
1344
|
-
{
|
|
1345
|
-
"id": "deduplication",
|
|
1346
|
-
"label": "Deduplication",
|
|
1347
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
1348
|
-
},
|
|
1349
|
-
{
|
|
1350
|
-
"id": "output",
|
|
1351
|
-
"label": "Output mapping"
|
|
1522
|
+
"id": "variable-mapping",
|
|
1523
|
+
"label": "Variable mapping"
|
|
1352
1524
|
}
|
|
1353
1525
|
],
|
|
1354
1526
|
"properties": [
|
|
1355
1527
|
{
|
|
1528
|
+
"type": "Hidden",
|
|
1356
1529
|
"value": "io.camunda:connector-kafka-inbound:1",
|
|
1357
1530
|
"binding": {
|
|
1358
|
-
"
|
|
1359
|
-
"
|
|
1531
|
+
"type": "zeebe:property",
|
|
1532
|
+
"name": "inbound.type"
|
|
1533
|
+
}
|
|
1534
|
+
},
|
|
1535
|
+
{
|
|
1536
|
+
"type": "Hidden",
|
|
1537
|
+
"generatedValue": {
|
|
1538
|
+
"type": "uuid"
|
|
1360
1539
|
},
|
|
1361
|
-
"
|
|
1540
|
+
"binding": {
|
|
1541
|
+
"type": "bpmn:Message#property",
|
|
1542
|
+
"name": "name"
|
|
1543
|
+
}
|
|
1362
1544
|
},
|
|
1363
1545
|
{
|
|
1364
|
-
"id": "authenticationType",
|
|
1365
1546
|
"label": "Authentication type",
|
|
1366
1547
|
"description": "Username/password or custom",
|
|
1367
|
-
"
|
|
1368
|
-
"value": "credentials",
|
|
1369
|
-
"constraints": {
|
|
1370
|
-
"notEmpty": true
|
|
1371
|
-
},
|
|
1548
|
+
"id": "authenticationType",
|
|
1372
1549
|
"group": "authentication",
|
|
1373
|
-
"binding": {
|
|
1374
|
-
"name": "authenticationType",
|
|
1375
|
-
"type": "zeebe:property"
|
|
1376
|
-
},
|
|
1377
1550
|
"type": "Dropdown",
|
|
1551
|
+
"value": "credentials",
|
|
1378
1552
|
"choices": [
|
|
1379
1553
|
{
|
|
1380
1554
|
"name": "Credentials",
|
|
@@ -1384,417 +1558,190 @@
|
|
|
1384
1558
|
"name": "Custom",
|
|
1385
1559
|
"value": "custom"
|
|
1386
1560
|
}
|
|
1387
|
-
]
|
|
1561
|
+
],
|
|
1562
|
+
"binding": {
|
|
1563
|
+
"type": "zeebe:property",
|
|
1564
|
+
"name": "authenticationType"
|
|
1565
|
+
}
|
|
1388
1566
|
},
|
|
1389
1567
|
{
|
|
1390
|
-
"id": "authentication.username",
|
|
1391
1568
|
"label": "Username",
|
|
1392
1569
|
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
1393
|
-
"optional": true,
|
|
1394
1570
|
"group": "authentication",
|
|
1571
|
+
"type": "String",
|
|
1572
|
+
"feel": "optional",
|
|
1573
|
+
"optional": true,
|
|
1395
1574
|
"binding": {
|
|
1396
|
-
"
|
|
1397
|
-
"
|
|
1575
|
+
"type": "zeebe:property",
|
|
1576
|
+
"name": "authentication.username"
|
|
1398
1577
|
},
|
|
1399
|
-
"
|
|
1578
|
+
"condition": {
|
|
1579
|
+
"property": "authenticationType",
|
|
1580
|
+
"equals": "credentials"
|
|
1581
|
+
}
|
|
1400
1582
|
},
|
|
1401
1583
|
{
|
|
1402
|
-
"id": "authentication.password",
|
|
1403
1584
|
"label": "Password",
|
|
1404
1585
|
"description": "Provide a password for the user",
|
|
1405
|
-
"optional": true,
|
|
1406
1586
|
"group": "authentication",
|
|
1587
|
+
"type": "String",
|
|
1588
|
+
"feel": "optional",
|
|
1589
|
+
"optional": true,
|
|
1407
1590
|
"binding": {
|
|
1408
|
-
"
|
|
1409
|
-
"
|
|
1591
|
+
"type": "zeebe:property",
|
|
1592
|
+
"name": "authentication.password"
|
|
1410
1593
|
},
|
|
1411
|
-
"
|
|
1594
|
+
"condition": {
|
|
1595
|
+
"property": "authenticationType",
|
|
1596
|
+
"equals": "credentials"
|
|
1597
|
+
}
|
|
1412
1598
|
},
|
|
1413
1599
|
{
|
|
1414
|
-
"id": "topic.bootstrapServers",
|
|
1415
1600
|
"label": "Bootstrap servers",
|
|
1416
1601
|
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
1417
|
-
"optional": false,
|
|
1418
|
-
"constraints": {
|
|
1419
|
-
"notEmpty": true
|
|
1420
|
-
},
|
|
1421
1602
|
"group": "kafka",
|
|
1603
|
+
"type": "String",
|
|
1604
|
+
"feel": "optional",
|
|
1422
1605
|
"binding": {
|
|
1423
|
-
"
|
|
1424
|
-
"
|
|
1606
|
+
"type": "zeebe:property",
|
|
1607
|
+
"name": "topic.bootstrapServers"
|
|
1425
1608
|
},
|
|
1426
|
-
"type": "String"
|
|
1427
|
-
},
|
|
1428
|
-
{
|
|
1429
|
-
"id": "topic.topicName",
|
|
1430
|
-
"label": "Topic",
|
|
1431
|
-
"description": "Provide topic name",
|
|
1432
|
-
"optional": false,
|
|
1433
1609
|
"constraints": {
|
|
1434
1610
|
"notEmpty": true
|
|
1435
|
-
}
|
|
1436
|
-
"group": "kafka",
|
|
1437
|
-
"binding": {
|
|
1438
|
-
"name": "topic.topicName",
|
|
1439
|
-
"type": "zeebe:property"
|
|
1440
|
-
},
|
|
1441
|
-
"type": "String"
|
|
1442
|
-
},
|
|
1443
|
-
{
|
|
1444
|
-
"id": "groupId",
|
|
1445
|
-
"label": "Consumer group ID",
|
|
1446
|
-
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
1447
|
-
"optional": false,
|
|
1448
|
-
"group": "kafka",
|
|
1449
|
-
"binding": {
|
|
1450
|
-
"name": "groupId",
|
|
1451
|
-
"type": "zeebe:property"
|
|
1452
|
-
},
|
|
1453
|
-
"type": "String"
|
|
1611
|
+
}
|
|
1454
1612
|
},
|
|
1455
1613
|
{
|
|
1456
|
-
"
|
|
1457
|
-
"
|
|
1458
|
-
"description": "Provide additional Kafka consumer properties in JSON",
|
|
1459
|
-
"optional": true,
|
|
1460
|
-
"feel": "required",
|
|
1614
|
+
"label": "Topic",
|
|
1615
|
+
"description": "Provide the topic name",
|
|
1461
1616
|
"group": "kafka",
|
|
1462
|
-
"
|
|
1463
|
-
"name": "additionalProperties",
|
|
1464
|
-
"type": "zeebe:property"
|
|
1465
|
-
},
|
|
1466
|
-
"type": "String"
|
|
1467
|
-
},
|
|
1468
|
-
{
|
|
1469
|
-
"id": "offsets",
|
|
1470
|
-
"label": "Offsets",
|
|
1471
|
-
"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",
|
|
1472
|
-
"optional": true,
|
|
1617
|
+
"type": "String",
|
|
1473
1618
|
"feel": "optional",
|
|
1474
|
-
"group": "kafka",
|
|
1475
1619
|
"binding": {
|
|
1476
|
-
"
|
|
1477
|
-
"
|
|
1620
|
+
"type": "zeebe:property",
|
|
1621
|
+
"name": "topic.topicName"
|
|
1478
1622
|
},
|
|
1479
|
-
"type": "String"
|
|
1480
|
-
},
|
|
1481
|
-
{
|
|
1482
|
-
"id": "autoOffsetReset",
|
|
1483
|
-
"label": "Auto offset reset",
|
|
1484
|
-
"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",
|
|
1485
|
-
"optional": false,
|
|
1486
|
-
"value": "latest",
|
|
1487
1623
|
"constraints": {
|
|
1488
1624
|
"notEmpty": true
|
|
1489
|
-
}
|
|
1490
|
-
"group": "kafka",
|
|
1491
|
-
"binding": {
|
|
1492
|
-
"name": "autoOffsetReset",
|
|
1493
|
-
"type": "zeebe:property"
|
|
1494
|
-
},
|
|
1495
|
-
"type": "Dropdown",
|
|
1496
|
-
"choices": [
|
|
1497
|
-
{
|
|
1498
|
-
"name": "None",
|
|
1499
|
-
"value": "none"
|
|
1500
|
-
},
|
|
1501
|
-
{
|
|
1502
|
-
"name": "Latest",
|
|
1503
|
-
"value": "latest"
|
|
1504
|
-
},
|
|
1505
|
-
{
|
|
1506
|
-
"name": "Earliest",
|
|
1507
|
-
"value": "earliest"
|
|
1508
|
-
}
|
|
1509
|
-
]
|
|
1510
|
-
},
|
|
1511
|
-
{
|
|
1512
|
-
"id": "schemaStrategy.type",
|
|
1513
|
-
"label": "Schema strategy",
|
|
1514
|
-
"value": "noSchema",
|
|
1515
|
-
"group": "kafka",
|
|
1516
|
-
"binding": {
|
|
1517
|
-
"name": "schemaStrategy.type",
|
|
1518
|
-
"type": "zeebe:property"
|
|
1519
|
-
},
|
|
1520
|
-
"type": "Dropdown",
|
|
1521
|
-
"choices": [
|
|
1522
|
-
{
|
|
1523
|
-
"name": "No schema",
|
|
1524
|
-
"value": "noSchema"
|
|
1525
|
-
},
|
|
1526
|
-
{
|
|
1527
|
-
"name": "Inline schema",
|
|
1528
|
-
"value": "inlineSchema"
|
|
1529
|
-
},
|
|
1530
|
-
{
|
|
1531
|
-
"name": "Schema registry",
|
|
1532
|
-
"value": "schemaRegistry"
|
|
1533
|
-
}
|
|
1534
|
-
]
|
|
1535
|
-
},
|
|
1536
|
-
{
|
|
1537
|
-
"id": "schemaStrategy.schemaType",
|
|
1538
|
-
"label": "Schema type",
|
|
1539
|
-
"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>",
|
|
1540
|
-
"optional": false,
|
|
1541
|
-
"value": "avro",
|
|
1542
|
-
"group": "kafka",
|
|
1543
|
-
"binding": {
|
|
1544
|
-
"name": "schemaStrategy.schemaType",
|
|
1545
|
-
"type": "zeebe:property"
|
|
1546
|
-
},
|
|
1547
|
-
"condition": {
|
|
1548
|
-
"property": "schemaStrategy.type",
|
|
1549
|
-
"equals": "schemaRegistry",
|
|
1550
|
-
"type": "simple"
|
|
1551
|
-
},
|
|
1552
|
-
"type": "Dropdown",
|
|
1553
|
-
"choices": [
|
|
1554
|
-
{
|
|
1555
|
-
"name": "JSON",
|
|
1556
|
-
"value": "json"
|
|
1557
|
-
},
|
|
1558
|
-
{
|
|
1559
|
-
"name": "Avro (alpha)",
|
|
1560
|
-
"value": "avro"
|
|
1561
|
-
}
|
|
1562
|
-
]
|
|
1625
|
+
}
|
|
1563
1626
|
},
|
|
1564
1627
|
{
|
|
1565
|
-
"
|
|
1566
|
-
"
|
|
1567
|
-
"description": "Provide the schema registry URL",
|
|
1568
|
-
"optional": false,
|
|
1569
|
-
"constraints": {
|
|
1570
|
-
"notEmpty": true
|
|
1571
|
-
},
|
|
1628
|
+
"label": "Additional properties",
|
|
1629
|
+
"description": "Provide additional Kafka consumer properties in JSON",
|
|
1572
1630
|
"group": "kafka",
|
|
1573
|
-
"
|
|
1574
|
-
"name": "schemaStrategy.schemaRegistryUrl",
|
|
1575
|
-
"type": "zeebe:property"
|
|
1576
|
-
},
|
|
1577
|
-
"condition": {
|
|
1578
|
-
"property": "schemaStrategy.type",
|
|
1579
|
-
"equals": "schemaRegistry",
|
|
1580
|
-
"type": "simple"
|
|
1581
|
-
},
|
|
1582
|
-
"type": "String"
|
|
1583
|
-
},
|
|
1584
|
-
{
|
|
1585
|
-
"id": "schemaStrategy.avro.schema",
|
|
1586
|
-
"label": "Schema",
|
|
1587
|
-
"description": "Inline schema (Avro) for the message value",
|
|
1588
|
-
"optional": false,
|
|
1589
|
-
"constraints": {
|
|
1590
|
-
"notEmpty": true
|
|
1591
|
-
},
|
|
1592
|
-
"feel": "required",
|
|
1593
|
-
"group": "message",
|
|
1594
|
-
"binding": {
|
|
1595
|
-
"name": "schemaStrategy.schema",
|
|
1596
|
-
"type": "zeebe:property"
|
|
1597
|
-
},
|
|
1598
|
-
"condition": {
|
|
1599
|
-
"property": "schemaStrategy.type",
|
|
1600
|
-
"equals": "inlineSchema",
|
|
1601
|
-
"type": "simple"
|
|
1602
|
-
},
|
|
1603
|
-
"type": "Text"
|
|
1604
|
-
},
|
|
1605
|
-
{
|
|
1606
|
-
"id": "activationCondition",
|
|
1607
|
-
"label": "Activation condition",
|
|
1608
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1609
|
-
"optional": true,
|
|
1610
|
-
"feel": "required",
|
|
1611
|
-
"group": "activation",
|
|
1612
|
-
"binding": {
|
|
1613
|
-
"name": "activationCondition",
|
|
1614
|
-
"type": "zeebe:property"
|
|
1615
|
-
},
|
|
1616
|
-
"type": "String"
|
|
1617
|
-
},
|
|
1618
|
-
{
|
|
1619
|
-
"id": "consumeUnmatchedEvents",
|
|
1620
|
-
"label": "Consume unmatched events",
|
|
1621
|
-
"value": true,
|
|
1622
|
-
"group": "activation",
|
|
1623
|
-
"binding": {
|
|
1624
|
-
"name": "consumeUnmatchedEvents",
|
|
1625
|
-
"type": "zeebe:property"
|
|
1626
|
-
},
|
|
1627
|
-
"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",
|
|
1628
|
-
"type": "Boolean"
|
|
1629
|
-
},
|
|
1630
|
-
{
|
|
1631
|
-
"id": "correlationKeyProcess",
|
|
1632
|
-
"label": "Correlation key (process)",
|
|
1633
|
-
"description": "Sets up the correlation key from process variables",
|
|
1634
|
-
"constraints": {
|
|
1635
|
-
"notEmpty": true
|
|
1636
|
-
},
|
|
1637
|
-
"feel": "required",
|
|
1638
|
-
"group": "correlation",
|
|
1639
|
-
"binding": {
|
|
1640
|
-
"name": "correlationKey",
|
|
1641
|
-
"type": "bpmn:Message#zeebe:subscription#property"
|
|
1642
|
-
},
|
|
1643
|
-
"type": "String"
|
|
1644
|
-
},
|
|
1645
|
-
{
|
|
1646
|
-
"id": "correlationKeyPayload",
|
|
1647
|
-
"label": "Correlation key (payload)",
|
|
1648
|
-
"description": "Extracts the correlation key from the incoming message payload",
|
|
1649
|
-
"constraints": {
|
|
1650
|
-
"notEmpty": true
|
|
1651
|
-
},
|
|
1652
|
-
"feel": "required",
|
|
1653
|
-
"group": "correlation",
|
|
1654
|
-
"binding": {
|
|
1655
|
-
"name": "correlationKeyExpression",
|
|
1656
|
-
"type": "zeebe:property"
|
|
1657
|
-
},
|
|
1658
|
-
"type": "String"
|
|
1659
|
-
},
|
|
1660
|
-
{
|
|
1661
|
-
"id": "messageIdExpression",
|
|
1662
|
-
"label": "Message ID expression",
|
|
1663
|
-
"description": "Expression to extract unique identifier of a message",
|
|
1631
|
+
"type": "String",
|
|
1664
1632
|
"optional": true,
|
|
1665
1633
|
"feel": "required",
|
|
1666
|
-
"group": "correlation",
|
|
1667
1634
|
"binding": {
|
|
1668
|
-
"
|
|
1669
|
-
"
|
|
1670
|
-
}
|
|
1671
|
-
"type": "String"
|
|
1635
|
+
"type": "zeebe:property",
|
|
1636
|
+
"name": "additionalProperties"
|
|
1637
|
+
}
|
|
1672
1638
|
},
|
|
1673
1639
|
{
|
|
1674
|
-
"
|
|
1675
|
-
"
|
|
1676
|
-
"
|
|
1677
|
-
"
|
|
1678
|
-
"constraints": {
|
|
1679
|
-
"notEmpty": false,
|
|
1680
|
-
"pattern": {
|
|
1681
|
-
"value": "^(PT.*|)$",
|
|
1682
|
-
"message": "must be an ISO-8601 duration"
|
|
1683
|
-
}
|
|
1684
|
-
},
|
|
1640
|
+
"label": "Offsets",
|
|
1641
|
+
"description": "Comma-separated list of offsets, e.g., '10,23' or '=[ \"10\", \"23\"]'. If specified, it has to have the same number of values as the number of partitions",
|
|
1642
|
+
"group": "kafka",
|
|
1643
|
+
"type": "String",
|
|
1685
1644
|
"feel": "optional",
|
|
1686
|
-
"
|
|
1687
|
-
"binding": {
|
|
1688
|
-
"name": "messageTtl",
|
|
1689
|
-
"type": "zeebe:property"
|
|
1690
|
-
},
|
|
1691
|
-
"type": "String"
|
|
1692
|
-
},
|
|
1693
|
-
{
|
|
1694
|
-
"id": "messageNameUuid",
|
|
1695
|
-
"generatedValue": {
|
|
1696
|
-
"type": "uuid"
|
|
1697
|
-
},
|
|
1698
|
-
"group": "correlation",
|
|
1645
|
+
"optional": true,
|
|
1699
1646
|
"binding": {
|
|
1700
|
-
"
|
|
1701
|
-
"
|
|
1702
|
-
}
|
|
1703
|
-
"type": "Hidden"
|
|
1647
|
+
"type": "zeebe:property",
|
|
1648
|
+
"name": "offsets"
|
|
1649
|
+
}
|
|
1704
1650
|
},
|
|
1705
1651
|
{
|
|
1706
|
-
"
|
|
1707
|
-
"
|
|
1708
|
-
"
|
|
1709
|
-
"
|
|
1710
|
-
"
|
|
1652
|
+
"label": "Auto offset reset",
|
|
1653
|
+
"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",
|
|
1654
|
+
"id": "autoOffsetReset",
|
|
1655
|
+
"group": "kafka",
|
|
1656
|
+
"type": "Dropdown",
|
|
1657
|
+
"value": "latest",
|
|
1658
|
+
"choices": [
|
|
1659
|
+
{
|
|
1660
|
+
"name": "Latest",
|
|
1661
|
+
"value": "latest"
|
|
1662
|
+
},
|
|
1663
|
+
{
|
|
1664
|
+
"name": "Earliest",
|
|
1665
|
+
"value": "earliest"
|
|
1666
|
+
},
|
|
1667
|
+
{
|
|
1668
|
+
"name": "None",
|
|
1669
|
+
"value": "none"
|
|
1670
|
+
}
|
|
1671
|
+
],
|
|
1711
1672
|
"binding": {
|
|
1712
|
-
"
|
|
1713
|
-
"
|
|
1714
|
-
}
|
|
1715
|
-
"type": "Boolean"
|
|
1673
|
+
"type": "zeebe:property",
|
|
1674
|
+
"name": "autoOffsetReset"
|
|
1675
|
+
}
|
|
1716
1676
|
},
|
|
1717
1677
|
{
|
|
1718
|
-
"
|
|
1719
|
-
"
|
|
1720
|
-
"
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
1724
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1725
|
-
}
|
|
1726
|
-
},
|
|
1727
|
-
"group": "deduplication",
|
|
1678
|
+
"label": "Correlation key (process)",
|
|
1679
|
+
"type": "String",
|
|
1680
|
+
"group": "activation",
|
|
1681
|
+
"feel": "required",
|
|
1682
|
+
"description": "Sets up the correlation key from process variables",
|
|
1728
1683
|
"binding": {
|
|
1729
|
-
"
|
|
1730
|
-
"
|
|
1731
|
-
},
|
|
1732
|
-
"condition": {
|
|
1733
|
-
"property": "deduplicationModeManualFlag",
|
|
1734
|
-
"equals": true,
|
|
1735
|
-
"type": "simple"
|
|
1684
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
1685
|
+
"name": "correlationKey"
|
|
1736
1686
|
},
|
|
1737
|
-
"
|
|
1687
|
+
"constraints": {
|
|
1688
|
+
"notEmpty": true
|
|
1689
|
+
}
|
|
1738
1690
|
},
|
|
1739
1691
|
{
|
|
1740
|
-
"
|
|
1741
|
-
"
|
|
1742
|
-
"group": "
|
|
1692
|
+
"label": "Correlation key (payload)",
|
|
1693
|
+
"type": "String",
|
|
1694
|
+
"group": "activation",
|
|
1695
|
+
"feel": "required",
|
|
1743
1696
|
"binding": {
|
|
1744
|
-
"
|
|
1745
|
-
"
|
|
1746
|
-
},
|
|
1747
|
-
"condition": {
|
|
1748
|
-
"property": "deduplicationId",
|
|
1749
|
-
"isActive": true,
|
|
1750
|
-
"type": "simple"
|
|
1697
|
+
"type": "zeebe:property",
|
|
1698
|
+
"name": "correlationKeyExpression"
|
|
1751
1699
|
},
|
|
1752
|
-
"
|
|
1700
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
1701
|
+
"constraints": {
|
|
1702
|
+
"notEmpty": true
|
|
1703
|
+
}
|
|
1753
1704
|
},
|
|
1754
1705
|
{
|
|
1755
|
-
"
|
|
1756
|
-
"
|
|
1757
|
-
"group": "
|
|
1706
|
+
"label": "Activation condition",
|
|
1707
|
+
"type": "String",
|
|
1708
|
+
"group": "activation",
|
|
1709
|
+
"feel": "required",
|
|
1710
|
+
"optional": true,
|
|
1758
1711
|
"binding": {
|
|
1759
|
-
"
|
|
1760
|
-
"
|
|
1761
|
-
},
|
|
1762
|
-
"condition": {
|
|
1763
|
-
"property": "deduplicationId",
|
|
1764
|
-
"isActive": false,
|
|
1765
|
-
"type": "simple"
|
|
1712
|
+
"type": "zeebe:property",
|
|
1713
|
+
"name": "activationCondition"
|
|
1766
1714
|
},
|
|
1767
|
-
"
|
|
1715
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events"
|
|
1768
1716
|
},
|
|
1769
1717
|
{
|
|
1770
|
-
"id": "resultVariable",
|
|
1771
1718
|
"label": "Result variable",
|
|
1772
|
-
"
|
|
1773
|
-
"group": "
|
|
1719
|
+
"type": "String",
|
|
1720
|
+
"group": "variable-mapping",
|
|
1721
|
+
"optional": true,
|
|
1774
1722
|
"binding": {
|
|
1775
|
-
"
|
|
1776
|
-
"
|
|
1723
|
+
"type": "zeebe:property",
|
|
1724
|
+
"name": "resultVariable"
|
|
1777
1725
|
},
|
|
1778
|
-
"
|
|
1726
|
+
"description": "Name of variable to store the result of the connector in"
|
|
1779
1727
|
},
|
|
1780
1728
|
{
|
|
1781
|
-
"id": "resultExpression",
|
|
1782
1729
|
"label": "Result expression",
|
|
1783
|
-
"description": "Expression to map the
|
|
1730
|
+
"description": "Expression to map the inbound payload to process variables",
|
|
1731
|
+
"group": "variable-mapping",
|
|
1732
|
+
"type": "Text",
|
|
1784
1733
|
"feel": "required",
|
|
1785
|
-
"group": "output",
|
|
1786
1734
|
"binding": {
|
|
1787
|
-
"
|
|
1788
|
-
"
|
|
1789
|
-
}
|
|
1790
|
-
"type": "Text"
|
|
1735
|
+
"type": "zeebe:property",
|
|
1736
|
+
"name": "resultExpression"
|
|
1737
|
+
}
|
|
1791
1738
|
}
|
|
1792
1739
|
],
|
|
1793
1740
|
"icon": {
|
|
1794
|
-
"contents": "data:image/svg+xml;
|
|
1741
|
+
"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"
|
|
1795
1742
|
},
|
|
1796
1743
|
"engines": {
|
|
1797
|
-
"camunda": "^8.
|
|
1744
|
+
"camunda": "^8.2"
|
|
1798
1745
|
}
|
|
1799
1746
|
},
|
|
1800
1747
|
{
|
|
@@ -2085,8 +2032,11 @@
|
|
|
2085
2032
|
"name": "Kafka Intermediate Catch Event Connector",
|
|
2086
2033
|
"id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
|
|
2087
2034
|
"description": "Consume Kafka messages",
|
|
2035
|
+
"metadata": {
|
|
2036
|
+
"keywords": []
|
|
2037
|
+
},
|
|
2088
2038
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
2089
|
-
"version":
|
|
2039
|
+
"version": 7,
|
|
2090
2040
|
"category": {
|
|
2091
2041
|
"id": "connectors",
|
|
2092
2042
|
"name": "Connectors"
|
|
@@ -2096,6 +2046,9 @@
|
|
|
2096
2046
|
"value": "bpmn:IntermediateCatchEvent",
|
|
2097
2047
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
2098
2048
|
},
|
|
2049
|
+
"engines": {
|
|
2050
|
+
"camunda": "^8.3"
|
|
2051
|
+
},
|
|
2099
2052
|
"groups": [
|
|
2100
2053
|
{
|
|
2101
2054
|
"id": "authentication",
|
|
@@ -2106,8 +2059,8 @@
|
|
|
2106
2059
|
"label": "Kafka"
|
|
2107
2060
|
},
|
|
2108
2061
|
{
|
|
2109
|
-
"id": "
|
|
2110
|
-
"label": "
|
|
2062
|
+
"id": "schema",
|
|
2063
|
+
"label": "Schema"
|
|
2111
2064
|
},
|
|
2112
2065
|
{
|
|
2113
2066
|
"id": "activation",
|
|
@@ -2187,29 +2140,6 @@
|
|
|
2187
2140
|
},
|
|
2188
2141
|
"type": "String"
|
|
2189
2142
|
},
|
|
2190
|
-
{
|
|
2191
|
-
"id": "serializationType",
|
|
2192
|
-
"label": "Deserialization type",
|
|
2193
|
-
"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>",
|
|
2194
|
-
"optional": false,
|
|
2195
|
-
"value": "json",
|
|
2196
|
-
"group": "kafka",
|
|
2197
|
-
"binding": {
|
|
2198
|
-
"name": "serializationType",
|
|
2199
|
-
"type": "zeebe:property"
|
|
2200
|
-
},
|
|
2201
|
-
"type": "Dropdown",
|
|
2202
|
-
"choices": [
|
|
2203
|
-
{
|
|
2204
|
-
"name": "Default (JSON)",
|
|
2205
|
-
"value": "json"
|
|
2206
|
-
},
|
|
2207
|
-
{
|
|
2208
|
-
"name": "Avro (experimental)",
|
|
2209
|
-
"value": "avro"
|
|
2210
|
-
}
|
|
2211
|
-
]
|
|
2212
|
-
},
|
|
2213
2143
|
{
|
|
2214
2144
|
"id": "topic.bootstrapServers",
|
|
2215
2145
|
"label": "Bootstrap servers",
|
|
@@ -2309,26 +2239,99 @@
|
|
|
2309
2239
|
]
|
|
2310
2240
|
},
|
|
2311
2241
|
{
|
|
2312
|
-
"id": "
|
|
2313
|
-
"label": "
|
|
2314
|
-
"
|
|
2242
|
+
"id": "schemaStrategy.type",
|
|
2243
|
+
"label": "Schema strategy",
|
|
2244
|
+
"value": "noSchema",
|
|
2245
|
+
"group": "schema",
|
|
2246
|
+
"binding": {
|
|
2247
|
+
"name": "schemaStrategy.type",
|
|
2248
|
+
"type": "zeebe:property"
|
|
2249
|
+
},
|
|
2250
|
+
"type": "Dropdown",
|
|
2251
|
+
"choices": [
|
|
2252
|
+
{
|
|
2253
|
+
"name": "No schema",
|
|
2254
|
+
"value": "noSchema"
|
|
2255
|
+
},
|
|
2256
|
+
{
|
|
2257
|
+
"name": "Avro Inline schema",
|
|
2258
|
+
"value": "inlineSchema"
|
|
2259
|
+
},
|
|
2260
|
+
{
|
|
2261
|
+
"name": "Confluent Schema registry",
|
|
2262
|
+
"value": "schemaRegistry"
|
|
2263
|
+
}
|
|
2264
|
+
]
|
|
2265
|
+
},
|
|
2266
|
+
{
|
|
2267
|
+
"id": "schemaStrategy.avro.schema",
|
|
2268
|
+
"label": "Schema",
|
|
2269
|
+
"description": "Avro inline schema for the message value",
|
|
2315
2270
|
"optional": false,
|
|
2316
2271
|
"constraints": {
|
|
2317
2272
|
"notEmpty": true
|
|
2318
2273
|
},
|
|
2319
2274
|
"feel": "required",
|
|
2320
|
-
"group": "
|
|
2275
|
+
"group": "schema",
|
|
2321
2276
|
"binding": {
|
|
2322
|
-
"name": "
|
|
2277
|
+
"name": "schemaStrategy.schema",
|
|
2323
2278
|
"type": "zeebe:property"
|
|
2324
2279
|
},
|
|
2325
2280
|
"condition": {
|
|
2326
|
-
"property": "
|
|
2327
|
-
"equals": "
|
|
2281
|
+
"property": "schemaStrategy.type",
|
|
2282
|
+
"equals": "inlineSchema",
|
|
2328
2283
|
"type": "simple"
|
|
2329
2284
|
},
|
|
2330
2285
|
"type": "Text"
|
|
2331
2286
|
},
|
|
2287
|
+
{
|
|
2288
|
+
"id": "schemaStrategy.schemaType",
|
|
2289
|
+
"label": "Schema type",
|
|
2290
|
+
"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>",
|
|
2291
|
+
"optional": false,
|
|
2292
|
+
"value": "avro",
|
|
2293
|
+
"group": "schema",
|
|
2294
|
+
"binding": {
|
|
2295
|
+
"name": "schemaStrategy.schemaType",
|
|
2296
|
+
"type": "zeebe:property"
|
|
2297
|
+
},
|
|
2298
|
+
"condition": {
|
|
2299
|
+
"property": "schemaStrategy.type",
|
|
2300
|
+
"equals": "schemaRegistry",
|
|
2301
|
+
"type": "simple"
|
|
2302
|
+
},
|
|
2303
|
+
"type": "Dropdown",
|
|
2304
|
+
"choices": [
|
|
2305
|
+
{
|
|
2306
|
+
"name": "JSON",
|
|
2307
|
+
"value": "json"
|
|
2308
|
+
},
|
|
2309
|
+
{
|
|
2310
|
+
"name": "Avro",
|
|
2311
|
+
"value": "avro"
|
|
2312
|
+
}
|
|
2313
|
+
]
|
|
2314
|
+
},
|
|
2315
|
+
{
|
|
2316
|
+
"id": "schemaStrategy.schemaRegistryUrl",
|
|
2317
|
+
"label": "Schema registry URL",
|
|
2318
|
+
"description": "Provide the schema registry URL",
|
|
2319
|
+
"optional": false,
|
|
2320
|
+
"constraints": {
|
|
2321
|
+
"notEmpty": true
|
|
2322
|
+
},
|
|
2323
|
+
"group": "schema",
|
|
2324
|
+
"binding": {
|
|
2325
|
+
"name": "schemaStrategy.schemaRegistryUrl",
|
|
2326
|
+
"type": "zeebe:property"
|
|
2327
|
+
},
|
|
2328
|
+
"condition": {
|
|
2329
|
+
"property": "schemaStrategy.type",
|
|
2330
|
+
"equals": "schemaRegistry",
|
|
2331
|
+
"type": "simple"
|
|
2332
|
+
},
|
|
2333
|
+
"type": "String"
|
|
2334
|
+
},
|
|
2332
2335
|
{
|
|
2333
2336
|
"id": "activationCondition",
|
|
2334
2337
|
"label": "Activation condition",
|
|
@@ -2519,9 +2522,6 @@
|
|
|
2519
2522
|
],
|
|
2520
2523
|
"icon": {
|
|
2521
2524
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
2522
|
-
},
|
|
2523
|
-
"engines": {
|
|
2524
|
-
"camunda": "^8.5"
|
|
2525
2525
|
}
|
|
2526
2526
|
}
|
|
2527
2527
|
]
|