@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 Message Start Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.inbound.KafkaMessageStart.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": 5,
|
|
12
9
|
"category": {
|
|
13
10
|
"id": "connectors",
|
|
14
11
|
"name": "Connectors"
|
|
@@ -18,9 +15,6 @@
|
|
|
18
15
|
"value": "bpmn:StartEvent",
|
|
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",
|
|
@@ -112,6 +106,29 @@
|
|
|
112
106
|
},
|
|
113
107
|
"type": "String"
|
|
114
108
|
},
|
|
109
|
+
{
|
|
110
|
+
"id": "serializationType",
|
|
111
|
+
"label": "Deserialization type",
|
|
112
|
+
"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>",
|
|
113
|
+
"optional": false,
|
|
114
|
+
"value": "json",
|
|
115
|
+
"group": "kafka",
|
|
116
|
+
"binding": {
|
|
117
|
+
"name": "serializationType",
|
|
118
|
+
"type": "zeebe:property"
|
|
119
|
+
},
|
|
120
|
+
"type": "Dropdown",
|
|
121
|
+
"choices": [
|
|
122
|
+
{
|
|
123
|
+
"name": "Default (JSON)",
|
|
124
|
+
"value": "json"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "Avro (experimental)",
|
|
128
|
+
"value": "avro"
|
|
129
|
+
}
|
|
130
|
+
]
|
|
131
|
+
},
|
|
115
132
|
{
|
|
116
133
|
"id": "topic.bootstrapServers",
|
|
117
134
|
"label": "Bootstrap servers",
|
|
@@ -211,99 +228,26 @@
|
|
|
211
228
|
]
|
|
212
229
|
},
|
|
213
230
|
{
|
|
214
|
-
"id": "
|
|
215
|
-
"label": "
|
|
216
|
-
"
|
|
217
|
-
"group": "schema",
|
|
218
|
-
"binding": {
|
|
219
|
-
"name": "schemaStrategy.type",
|
|
220
|
-
"type": "zeebe:property"
|
|
221
|
-
},
|
|
222
|
-
"type": "Dropdown",
|
|
223
|
-
"choices": [
|
|
224
|
-
{
|
|
225
|
-
"name": "No schema",
|
|
226
|
-
"value": "noSchema"
|
|
227
|
-
},
|
|
228
|
-
{
|
|
229
|
-
"name": "Avro Inline schema",
|
|
230
|
-
"value": "inlineSchema"
|
|
231
|
-
},
|
|
232
|
-
{
|
|
233
|
-
"name": "Confluent Schema registry",
|
|
234
|
-
"value": "schemaRegistry"
|
|
235
|
-
}
|
|
236
|
-
]
|
|
237
|
-
},
|
|
238
|
-
{
|
|
239
|
-
"id": "schemaStrategy.avro.schema",
|
|
240
|
-
"label": "Schema",
|
|
241
|
-
"description": "Avro inline schema for the message value",
|
|
231
|
+
"id": "avro.schema",
|
|
232
|
+
"label": "Avro schema",
|
|
233
|
+
"description": "Avro schema for the message value",
|
|
242
234
|
"optional": false,
|
|
243
235
|
"constraints": {
|
|
244
236
|
"notEmpty": true
|
|
245
237
|
},
|
|
246
238
|
"feel": "required",
|
|
247
|
-
"group": "
|
|
239
|
+
"group": "message",
|
|
248
240
|
"binding": {
|
|
249
|
-
"name": "
|
|
241
|
+
"name": "avro.schema",
|
|
250
242
|
"type": "zeebe:property"
|
|
251
243
|
},
|
|
252
244
|
"condition": {
|
|
253
|
-
"property": "
|
|
254
|
-
"equals": "
|
|
245
|
+
"property": "serializationType",
|
|
246
|
+
"equals": "avro",
|
|
255
247
|
"type": "simple"
|
|
256
248
|
},
|
|
257
249
|
"type": "Text"
|
|
258
250
|
},
|
|
259
|
-
{
|
|
260
|
-
"id": "schemaStrategy.schemaType",
|
|
261
|
-
"label": "Schema type",
|
|
262
|
-
"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
|
-
"optional": false,
|
|
264
|
-
"value": "avro",
|
|
265
|
-
"group": "schema",
|
|
266
|
-
"binding": {
|
|
267
|
-
"name": "schemaStrategy.schemaType",
|
|
268
|
-
"type": "zeebe:property"
|
|
269
|
-
},
|
|
270
|
-
"condition": {
|
|
271
|
-
"property": "schemaStrategy.type",
|
|
272
|
-
"equals": "schemaRegistry",
|
|
273
|
-
"type": "simple"
|
|
274
|
-
},
|
|
275
|
-
"type": "Dropdown",
|
|
276
|
-
"choices": [
|
|
277
|
-
{
|
|
278
|
-
"name": "JSON",
|
|
279
|
-
"value": "json"
|
|
280
|
-
},
|
|
281
|
-
{
|
|
282
|
-
"name": "Avro",
|
|
283
|
-
"value": "avro"
|
|
284
|
-
}
|
|
285
|
-
]
|
|
286
|
-
},
|
|
287
|
-
{
|
|
288
|
-
"id": "schemaStrategy.schemaRegistryUrl",
|
|
289
|
-
"label": "Schema registry URL",
|
|
290
|
-
"description": "Provide the schema registry URL",
|
|
291
|
-
"optional": false,
|
|
292
|
-
"constraints": {
|
|
293
|
-
"notEmpty": true
|
|
294
|
-
},
|
|
295
|
-
"group": "schema",
|
|
296
|
-
"binding": {
|
|
297
|
-
"name": "schemaStrategy.schemaRegistryUrl",
|
|
298
|
-
"type": "zeebe:property"
|
|
299
|
-
},
|
|
300
|
-
"condition": {
|
|
301
|
-
"property": "schemaStrategy.type",
|
|
302
|
-
"equals": "schemaRegistry",
|
|
303
|
-
"type": "simple"
|
|
304
|
-
},
|
|
305
|
-
"type": "String"
|
|
306
|
-
},
|
|
307
251
|
{
|
|
308
252
|
"id": "activationCondition",
|
|
309
253
|
"label": "Activation condition",
|
|
@@ -526,15 +470,18 @@
|
|
|
526
470
|
],
|
|
527
471
|
"icon": {
|
|
528
472
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
473
|
+
},
|
|
474
|
+
"engines": {
|
|
475
|
+
"camunda": "^8.5"
|
|
529
476
|
}
|
|
530
477
|
},
|
|
531
478
|
{
|
|
532
479
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
533
480
|
"name": "Kafka Message Start Event Connector",
|
|
534
481
|
"id": "io.camunda.connectors.inbound.KafkaMessageStart.v1",
|
|
482
|
+
"version": 1,
|
|
535
483
|
"description": "Consume Kafka messages",
|
|
536
484
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
537
|
-
"version": 6,
|
|
538
485
|
"category": {
|
|
539
486
|
"id": "connectors",
|
|
540
487
|
"name": "Connectors"
|
|
@@ -553,53 +500,45 @@
|
|
|
553
500
|
"id": "kafka",
|
|
554
501
|
"label": "Kafka"
|
|
555
502
|
},
|
|
556
|
-
{
|
|
557
|
-
"id": "message",
|
|
558
|
-
"label": "Message deserialization"
|
|
559
|
-
},
|
|
560
503
|
{
|
|
561
504
|
"id": "activation",
|
|
562
505
|
"label": "Activation"
|
|
563
506
|
},
|
|
564
507
|
{
|
|
565
508
|
"id": "correlation",
|
|
566
|
-
"label": "
|
|
567
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
568
|
-
},
|
|
569
|
-
{
|
|
570
|
-
"id": "deduplication",
|
|
571
|
-
"label": "Deduplication",
|
|
572
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
509
|
+
"label": "Subprocess correlation"
|
|
573
510
|
},
|
|
574
511
|
{
|
|
575
|
-
"id": "
|
|
576
|
-
"label": "
|
|
512
|
+
"id": "variable-mapping",
|
|
513
|
+
"label": "Variable mapping"
|
|
577
514
|
}
|
|
578
515
|
],
|
|
579
516
|
"properties": [
|
|
580
517
|
{
|
|
518
|
+
"type": "Hidden",
|
|
581
519
|
"value": "io.camunda:connector-kafka-inbound:1",
|
|
582
520
|
"binding": {
|
|
583
|
-
"
|
|
584
|
-
"
|
|
521
|
+
"type": "zeebe:property",
|
|
522
|
+
"name": "inbound.type"
|
|
523
|
+
}
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"type": "Hidden",
|
|
527
|
+
"generatedValue": {
|
|
528
|
+
"type": "uuid"
|
|
585
529
|
},
|
|
586
|
-
"
|
|
530
|
+
"binding": {
|
|
531
|
+
"type": "bpmn:Message#property",
|
|
532
|
+
"name": "name"
|
|
533
|
+
}
|
|
587
534
|
},
|
|
588
535
|
{
|
|
589
|
-
"id": "authenticationType",
|
|
590
536
|
"label": "Authentication type",
|
|
591
537
|
"description": "Username/password or custom",
|
|
592
|
-
"
|
|
593
|
-
"value": "credentials",
|
|
594
|
-
"constraints": {
|
|
595
|
-
"notEmpty": true
|
|
596
|
-
},
|
|
538
|
+
"id": "authenticationType",
|
|
597
539
|
"group": "authentication",
|
|
598
|
-
"binding": {
|
|
599
|
-
"name": "authenticationType",
|
|
600
|
-
"type": "zeebe:property"
|
|
601
|
-
},
|
|
602
540
|
"type": "Dropdown",
|
|
541
|
+
"value": "credentials",
|
|
603
542
|
"choices": [
|
|
604
543
|
{
|
|
605
544
|
"name": "Credentials",
|
|
@@ -609,120 +548,120 @@
|
|
|
609
548
|
"name": "Custom",
|
|
610
549
|
"value": "custom"
|
|
611
550
|
}
|
|
612
|
-
]
|
|
551
|
+
],
|
|
552
|
+
"binding": {
|
|
553
|
+
"type": "zeebe:property",
|
|
554
|
+
"name": "authenticationType"
|
|
555
|
+
}
|
|
613
556
|
},
|
|
614
557
|
{
|
|
615
|
-
"id": "authentication.username",
|
|
616
558
|
"label": "Username",
|
|
617
559
|
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
618
|
-
"optional": true,
|
|
619
560
|
"group": "authentication",
|
|
561
|
+
"type": "String",
|
|
562
|
+
"feel": "optional",
|
|
563
|
+
"optional": true,
|
|
620
564
|
"binding": {
|
|
621
|
-
"
|
|
622
|
-
"
|
|
565
|
+
"type": "zeebe:property",
|
|
566
|
+
"name": "authentication.username"
|
|
623
567
|
},
|
|
624
|
-
"
|
|
568
|
+
"condition": {
|
|
569
|
+
"property": "authenticationType",
|
|
570
|
+
"equals": "credentials"
|
|
571
|
+
}
|
|
625
572
|
},
|
|
626
573
|
{
|
|
627
|
-
"id": "authentication.password",
|
|
628
574
|
"label": "Password",
|
|
629
575
|
"description": "Provide a password for the user",
|
|
630
|
-
"optional": true,
|
|
631
576
|
"group": "authentication",
|
|
577
|
+
"type": "String",
|
|
578
|
+
"feel": "optional",
|
|
579
|
+
"optional": true,
|
|
632
580
|
"binding": {
|
|
633
|
-
"
|
|
634
|
-
"
|
|
581
|
+
"type": "zeebe:property",
|
|
582
|
+
"name": "authentication.password"
|
|
635
583
|
},
|
|
636
|
-
"
|
|
584
|
+
"condition": {
|
|
585
|
+
"property": "authenticationType",
|
|
586
|
+
"equals": "credentials"
|
|
587
|
+
}
|
|
637
588
|
},
|
|
638
589
|
{
|
|
639
|
-
"id": "topic.bootstrapServers",
|
|
640
590
|
"label": "Bootstrap servers",
|
|
641
591
|
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
642
|
-
"optional": false,
|
|
643
|
-
"constraints": {
|
|
644
|
-
"notEmpty": true
|
|
645
|
-
},
|
|
646
592
|
"group": "kafka",
|
|
593
|
+
"type": "String",
|
|
594
|
+
"feel": "optional",
|
|
647
595
|
"binding": {
|
|
648
|
-
"
|
|
649
|
-
"
|
|
596
|
+
"type": "zeebe:property",
|
|
597
|
+
"name": "topic.bootstrapServers"
|
|
650
598
|
},
|
|
651
|
-
"
|
|
599
|
+
"constraints": {
|
|
600
|
+
"notEmpty": true
|
|
601
|
+
}
|
|
652
602
|
},
|
|
653
603
|
{
|
|
654
|
-
"id": "topic.topicName",
|
|
655
604
|
"label": "Topic",
|
|
656
|
-
"description": "Provide topic name",
|
|
657
|
-
"optional": false,
|
|
658
|
-
"constraints": {
|
|
659
|
-
"notEmpty": true
|
|
660
|
-
},
|
|
605
|
+
"description": "Provide the topic name",
|
|
661
606
|
"group": "kafka",
|
|
607
|
+
"type": "String",
|
|
608
|
+
"feel": "optional",
|
|
662
609
|
"binding": {
|
|
663
|
-
"
|
|
664
|
-
"
|
|
610
|
+
"type": "zeebe:property",
|
|
611
|
+
"name": "topic.topicName"
|
|
665
612
|
},
|
|
666
|
-
"
|
|
613
|
+
"constraints": {
|
|
614
|
+
"notEmpty": true
|
|
615
|
+
}
|
|
667
616
|
},
|
|
668
617
|
{
|
|
669
|
-
"
|
|
670
|
-
"label": "Consumer group ID",
|
|
618
|
+
"label": "Consumer Group ID",
|
|
671
619
|
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
672
|
-
"optional": false,
|
|
673
620
|
"group": "kafka",
|
|
621
|
+
"type": "String",
|
|
622
|
+
"feel": "optional",
|
|
623
|
+
"optional": true,
|
|
674
624
|
"binding": {
|
|
675
|
-
"
|
|
676
|
-
"
|
|
625
|
+
"type": "zeebe:property",
|
|
626
|
+
"name": "groupId"
|
|
677
627
|
},
|
|
678
|
-
"
|
|
628
|
+
"constraints": {
|
|
629
|
+
"notEmpty": false,
|
|
630
|
+
"maxLength": 250
|
|
631
|
+
}
|
|
679
632
|
},
|
|
680
633
|
{
|
|
681
|
-
"id": "additionalProperties",
|
|
682
634
|
"label": "Additional properties",
|
|
683
635
|
"description": "Provide additional Kafka consumer properties in JSON",
|
|
636
|
+
"group": "kafka",
|
|
637
|
+
"type": "String",
|
|
684
638
|
"optional": true,
|
|
685
639
|
"feel": "required",
|
|
686
|
-
"group": "kafka",
|
|
687
640
|
"binding": {
|
|
688
|
-
"
|
|
689
|
-
"
|
|
690
|
-
}
|
|
691
|
-
"type": "String"
|
|
641
|
+
"type": "zeebe:property",
|
|
642
|
+
"name": "additionalProperties"
|
|
643
|
+
}
|
|
692
644
|
},
|
|
693
645
|
{
|
|
694
|
-
"id": "offsets",
|
|
695
646
|
"label": "Offsets",
|
|
696
647
|
"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",
|
|
697
|
-
"optional": true,
|
|
698
|
-
"feel": "optional",
|
|
699
648
|
"group": "kafka",
|
|
649
|
+
"type": "String",
|
|
650
|
+
"feel": "optional",
|
|
651
|
+
"optional": true,
|
|
700
652
|
"binding": {
|
|
701
|
-
"
|
|
702
|
-
"
|
|
703
|
-
}
|
|
704
|
-
"type": "String"
|
|
653
|
+
"type": "zeebe:property",
|
|
654
|
+
"name": "offsets"
|
|
655
|
+
}
|
|
705
656
|
},
|
|
706
657
|
{
|
|
707
|
-
"id": "autoOffsetReset",
|
|
708
658
|
"label": "Auto offset reset",
|
|
709
659
|
"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",
|
|
710
|
-
"
|
|
711
|
-
"value": "latest",
|
|
712
|
-
"constraints": {
|
|
713
|
-
"notEmpty": true
|
|
714
|
-
},
|
|
660
|
+
"id": "autoOffsetReset",
|
|
715
661
|
"group": "kafka",
|
|
716
|
-
"binding": {
|
|
717
|
-
"name": "autoOffsetReset",
|
|
718
|
-
"type": "zeebe:property"
|
|
719
|
-
},
|
|
720
662
|
"type": "Dropdown",
|
|
663
|
+
"value": "latest",
|
|
721
664
|
"choices": [
|
|
722
|
-
{
|
|
723
|
-
"name": "None",
|
|
724
|
-
"value": "none"
|
|
725
|
-
},
|
|
726
665
|
{
|
|
727
666
|
"name": "Latest",
|
|
728
667
|
"value": "latest"
|
|
@@ -730,139 +669,48 @@
|
|
|
730
669
|
{
|
|
731
670
|
"name": "Earliest",
|
|
732
671
|
"value": "earliest"
|
|
733
|
-
}
|
|
734
|
-
]
|
|
735
|
-
},
|
|
736
|
-
{
|
|
737
|
-
"id": "schemaStrategy.type",
|
|
738
|
-
"label": "Schema strategy",
|
|
739
|
-
"value": "noSchema",
|
|
740
|
-
"group": "kafka",
|
|
741
|
-
"binding": {
|
|
742
|
-
"name": "schemaStrategy.type",
|
|
743
|
-
"type": "zeebe:property"
|
|
744
|
-
},
|
|
745
|
-
"type": "Dropdown",
|
|
746
|
-
"choices": [
|
|
747
|
-
{
|
|
748
|
-
"name": "No schema",
|
|
749
|
-
"value": "noSchema"
|
|
750
|
-
},
|
|
751
|
-
{
|
|
752
|
-
"name": "Inline schema",
|
|
753
|
-
"value": "inlineSchema"
|
|
754
|
-
},
|
|
755
|
-
{
|
|
756
|
-
"name": "Schema registry",
|
|
757
|
-
"value": "schemaRegistry"
|
|
758
|
-
}
|
|
759
|
-
]
|
|
760
|
-
},
|
|
761
|
-
{
|
|
762
|
-
"id": "schemaStrategy.schemaType",
|
|
763
|
-
"label": "Schema type",
|
|
764
|
-
"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>",
|
|
765
|
-
"optional": false,
|
|
766
|
-
"value": "avro",
|
|
767
|
-
"group": "kafka",
|
|
768
|
-
"binding": {
|
|
769
|
-
"name": "schemaStrategy.schemaType",
|
|
770
|
-
"type": "zeebe:property"
|
|
771
|
-
},
|
|
772
|
-
"condition": {
|
|
773
|
-
"property": "schemaStrategy.type",
|
|
774
|
-
"equals": "schemaRegistry",
|
|
775
|
-
"type": "simple"
|
|
776
|
-
},
|
|
777
|
-
"type": "Dropdown",
|
|
778
|
-
"choices": [
|
|
779
|
-
{
|
|
780
|
-
"name": "JSON",
|
|
781
|
-
"value": "json"
|
|
782
672
|
},
|
|
783
673
|
{
|
|
784
|
-
"name": "
|
|
785
|
-
"value": "
|
|
674
|
+
"name": "None",
|
|
675
|
+
"value": "none"
|
|
786
676
|
}
|
|
787
|
-
]
|
|
788
|
-
},
|
|
789
|
-
{
|
|
790
|
-
"id": "schemaStrategy.schemaRegistryUrl",
|
|
791
|
-
"label": "Schema registry URL",
|
|
792
|
-
"description": "Provide the schema registry URL",
|
|
793
|
-
"optional": false,
|
|
794
|
-
"constraints": {
|
|
795
|
-
"notEmpty": true
|
|
796
|
-
},
|
|
797
|
-
"group": "kafka",
|
|
677
|
+
],
|
|
798
678
|
"binding": {
|
|
799
|
-
"
|
|
800
|
-
"
|
|
801
|
-
}
|
|
802
|
-
"condition": {
|
|
803
|
-
"property": "schemaStrategy.type",
|
|
804
|
-
"equals": "schemaRegistry",
|
|
805
|
-
"type": "simple"
|
|
806
|
-
},
|
|
807
|
-
"type": "String"
|
|
679
|
+
"type": "zeebe:property",
|
|
680
|
+
"name": "autoOffsetReset"
|
|
681
|
+
}
|
|
808
682
|
},
|
|
809
683
|
{
|
|
810
|
-
"
|
|
811
|
-
"label": "Schema",
|
|
812
|
-
"description": "Inline schema (Avro) for the message value",
|
|
813
|
-
"optional": false,
|
|
814
|
-
"constraints": {
|
|
815
|
-
"notEmpty": true
|
|
816
|
-
},
|
|
684
|
+
"label": "Message ID expression",
|
|
817
685
|
"feel": "required",
|
|
818
|
-
"
|
|
819
|
-
"binding": {
|
|
820
|
-
"name": "schemaStrategy.schema",
|
|
821
|
-
"type": "zeebe:property"
|
|
822
|
-
},
|
|
823
|
-
"condition": {
|
|
824
|
-
"property": "schemaStrategy.type",
|
|
825
|
-
"equals": "inlineSchema",
|
|
826
|
-
"type": "simple"
|
|
827
|
-
},
|
|
828
|
-
"type": "Text"
|
|
829
|
-
},
|
|
830
|
-
{
|
|
831
|
-
"id": "activationCondition",
|
|
832
|
-
"label": "Activation condition",
|
|
833
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
686
|
+
"type": "String",
|
|
834
687
|
"optional": true,
|
|
835
|
-
"feel": "required",
|
|
836
688
|
"group": "activation",
|
|
837
689
|
"binding": {
|
|
838
|
-
"
|
|
839
|
-
"
|
|
690
|
+
"type": "zeebe:property",
|
|
691
|
+
"name": "messageIdExpression"
|
|
840
692
|
},
|
|
841
|
-
"
|
|
693
|
+
"description": "Expression to extract unique identifier of a message"
|
|
842
694
|
},
|
|
843
695
|
{
|
|
844
|
-
"
|
|
845
|
-
"
|
|
846
|
-
"value": true,
|
|
696
|
+
"label": "Activation condition",
|
|
697
|
+
"type": "String",
|
|
847
698
|
"group": "activation",
|
|
699
|
+
"feel": "required",
|
|
700
|
+
"optional": true,
|
|
848
701
|
"binding": {
|
|
849
|
-
"
|
|
850
|
-
"
|
|
702
|
+
"type": "zeebe:property",
|
|
703
|
+
"name": "activationCondition"
|
|
851
704
|
},
|
|
852
|
-
"
|
|
853
|
-
"type": "Boolean"
|
|
705
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events"
|
|
854
706
|
},
|
|
855
707
|
{
|
|
856
|
-
"
|
|
857
|
-
"label": "Subprocess correlation required",
|
|
708
|
+
"label": "Correlation required",
|
|
858
709
|
"description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
|
|
859
|
-
"
|
|
710
|
+
"id": "correlationRequired",
|
|
860
711
|
"group": "correlation",
|
|
861
|
-
"binding": {
|
|
862
|
-
"name": "correlationRequired",
|
|
863
|
-
"type": "zeebe:property"
|
|
864
|
-
},
|
|
865
712
|
"type": "Dropdown",
|
|
713
|
+
"value": "notRequired",
|
|
866
714
|
"choices": [
|
|
867
715
|
{
|
|
868
716
|
"name": "Correlation not required",
|
|
@@ -872,186 +720,76 @@
|
|
|
872
720
|
"name": "Correlation required",
|
|
873
721
|
"value": "required"
|
|
874
722
|
}
|
|
875
|
-
]
|
|
723
|
+
],
|
|
724
|
+
"binding": {
|
|
725
|
+
"type": "zeebe:property",
|
|
726
|
+
"name": "correlationRequired"
|
|
727
|
+
}
|
|
876
728
|
},
|
|
877
729
|
{
|
|
878
|
-
"id": "correlationKeyProcess",
|
|
879
730
|
"label": "Correlation key (process)",
|
|
731
|
+
"type": "String",
|
|
732
|
+
"group": "correlation",
|
|
733
|
+
"feel": "required",
|
|
880
734
|
"description": "Sets up the correlation key from process variables",
|
|
735
|
+
"binding": {
|
|
736
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
737
|
+
"name": "correlationKey"
|
|
738
|
+
},
|
|
881
739
|
"constraints": {
|
|
882
740
|
"notEmpty": true
|
|
883
741
|
},
|
|
884
|
-
"feel": "required",
|
|
885
|
-
"group": "correlation",
|
|
886
|
-
"binding": {
|
|
887
|
-
"name": "correlationKey",
|
|
888
|
-
"type": "bpmn:Message#zeebe:subscription#property"
|
|
889
|
-
},
|
|
890
742
|
"condition": {
|
|
891
743
|
"property": "correlationRequired",
|
|
892
|
-
"equals": "required"
|
|
893
|
-
|
|
894
|
-
},
|
|
895
|
-
"type": "String"
|
|
744
|
+
"equals": "required"
|
|
745
|
+
}
|
|
896
746
|
},
|
|
897
747
|
{
|
|
898
|
-
"id": "correlationKeyPayload",
|
|
899
748
|
"label": "Correlation key (payload)",
|
|
749
|
+
"type": "String",
|
|
750
|
+
"group": "correlation",
|
|
751
|
+
"feel": "required",
|
|
752
|
+
"binding": {
|
|
753
|
+
"type": "zeebe:property",
|
|
754
|
+
"name": "correlationKeyExpression"
|
|
755
|
+
},
|
|
900
756
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
901
757
|
"constraints": {
|
|
902
758
|
"notEmpty": true
|
|
903
759
|
},
|
|
904
|
-
"feel": "required",
|
|
905
|
-
"group": "correlation",
|
|
906
|
-
"binding": {
|
|
907
|
-
"name": "correlationKeyExpression",
|
|
908
|
-
"type": "zeebe:property"
|
|
909
|
-
},
|
|
910
760
|
"condition": {
|
|
911
761
|
"property": "correlationRequired",
|
|
912
|
-
"equals": "required"
|
|
913
|
-
|
|
914
|
-
},
|
|
915
|
-
"type": "String"
|
|
762
|
+
"equals": "required"
|
|
763
|
+
}
|
|
916
764
|
},
|
|
917
765
|
{
|
|
918
|
-
"
|
|
919
|
-
"
|
|
920
|
-
"
|
|
766
|
+
"label": "Result variable",
|
|
767
|
+
"type": "String",
|
|
768
|
+
"group": "variable-mapping",
|
|
921
769
|
"optional": true,
|
|
922
|
-
"constraints": {
|
|
923
|
-
"notEmpty": false,
|
|
924
|
-
"pattern": {
|
|
925
|
-
"value": "^(PT.*|)$",
|
|
926
|
-
"message": "must be an ISO-8601 duration"
|
|
927
|
-
}
|
|
928
|
-
},
|
|
929
|
-
"feel": "optional",
|
|
930
|
-
"group": "correlation",
|
|
931
770
|
"binding": {
|
|
932
|
-
"
|
|
933
|
-
"
|
|
771
|
+
"type": "zeebe:property",
|
|
772
|
+
"name": "resultVariable"
|
|
934
773
|
},
|
|
935
|
-
"
|
|
774
|
+
"description": "Name of variable to store the result of the connector in"
|
|
936
775
|
},
|
|
937
776
|
{
|
|
938
|
-
"
|
|
939
|
-
"
|
|
940
|
-
"
|
|
941
|
-
"
|
|
777
|
+
"label": "Result expression",
|
|
778
|
+
"description": "Expression to map the inbound payload to process variables",
|
|
779
|
+
"group": "variable-mapping",
|
|
780
|
+
"type": "Text",
|
|
942
781
|
"feel": "required",
|
|
943
|
-
"group": "correlation",
|
|
944
782
|
"binding": {
|
|
945
|
-
"
|
|
946
|
-
"
|
|
947
|
-
}
|
|
948
|
-
"type": "String"
|
|
949
|
-
},
|
|
950
|
-
{
|
|
951
|
-
"id": "messageNameUuid",
|
|
952
|
-
"generatedValue": {
|
|
953
|
-
"type": "uuid"
|
|
954
|
-
},
|
|
955
|
-
"group": "correlation",
|
|
956
|
-
"binding": {
|
|
957
|
-
"name": "name",
|
|
958
|
-
"type": "bpmn:Message#property"
|
|
959
|
-
},
|
|
960
|
-
"type": "Hidden"
|
|
961
|
-
},
|
|
962
|
-
{
|
|
963
|
-
"id": "deduplicationModeManualFlag",
|
|
964
|
-
"label": "Manual mode",
|
|
965
|
-
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
966
|
-
"value": false,
|
|
967
|
-
"group": "deduplication",
|
|
968
|
-
"binding": {
|
|
969
|
-
"name": "deduplicationModeManualFlag",
|
|
970
|
-
"type": "zeebe:property"
|
|
971
|
-
},
|
|
972
|
-
"type": "Boolean"
|
|
973
|
-
},
|
|
974
|
-
{
|
|
975
|
-
"id": "deduplicationId",
|
|
976
|
-
"label": "Deduplication ID",
|
|
977
|
-
"constraints": {
|
|
978
|
-
"notEmpty": true,
|
|
979
|
-
"pattern": {
|
|
980
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
981
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
982
|
-
}
|
|
983
|
-
},
|
|
984
|
-
"group": "deduplication",
|
|
985
|
-
"binding": {
|
|
986
|
-
"name": "deduplicationId",
|
|
987
|
-
"type": "zeebe:property"
|
|
988
|
-
},
|
|
989
|
-
"condition": {
|
|
990
|
-
"property": "deduplicationModeManualFlag",
|
|
991
|
-
"equals": true,
|
|
992
|
-
"type": "simple"
|
|
993
|
-
},
|
|
994
|
-
"type": "String"
|
|
995
|
-
},
|
|
996
|
-
{
|
|
997
|
-
"id": "deduplicationModeManual",
|
|
998
|
-
"value": "MANUAL",
|
|
999
|
-
"group": "deduplication",
|
|
1000
|
-
"binding": {
|
|
1001
|
-
"name": "deduplicationMode",
|
|
1002
|
-
"type": "zeebe:property"
|
|
1003
|
-
},
|
|
1004
|
-
"condition": {
|
|
1005
|
-
"property": "deduplicationId",
|
|
1006
|
-
"isActive": true,
|
|
1007
|
-
"type": "simple"
|
|
1008
|
-
},
|
|
1009
|
-
"type": "Hidden"
|
|
1010
|
-
},
|
|
1011
|
-
{
|
|
1012
|
-
"id": "deduplicationModeAuto",
|
|
1013
|
-
"value": "AUTO",
|
|
1014
|
-
"group": "deduplication",
|
|
1015
|
-
"binding": {
|
|
1016
|
-
"name": "deduplicationMode",
|
|
1017
|
-
"type": "zeebe:property"
|
|
1018
|
-
},
|
|
1019
|
-
"condition": {
|
|
1020
|
-
"property": "deduplicationId",
|
|
1021
|
-
"isActive": false,
|
|
1022
|
-
"type": "simple"
|
|
1023
|
-
},
|
|
1024
|
-
"type": "Hidden"
|
|
1025
|
-
},
|
|
1026
|
-
{
|
|
1027
|
-
"id": "resultVariable",
|
|
1028
|
-
"label": "Result variable",
|
|
1029
|
-
"description": "Name of variable to store the response in",
|
|
1030
|
-
"group": "output",
|
|
1031
|
-
"binding": {
|
|
1032
|
-
"name": "resultVariable",
|
|
1033
|
-
"type": "zeebe:property"
|
|
1034
|
-
},
|
|
1035
|
-
"type": "String"
|
|
1036
|
-
},
|
|
1037
|
-
{
|
|
1038
|
-
"id": "resultExpression",
|
|
1039
|
-
"label": "Result expression",
|
|
1040
|
-
"description": "Expression to map the response into process variables",
|
|
1041
|
-
"feel": "required",
|
|
1042
|
-
"group": "output",
|
|
1043
|
-
"binding": {
|
|
1044
|
-
"name": "resultExpression",
|
|
1045
|
-
"type": "zeebe:property"
|
|
1046
|
-
},
|
|
1047
|
-
"type": "Text"
|
|
783
|
+
"type": "zeebe:property",
|
|
784
|
+
"name": "resultExpression"
|
|
785
|
+
}
|
|
1048
786
|
}
|
|
1049
787
|
],
|
|
1050
788
|
"icon": {
|
|
1051
|
-
"contents": "data:image/svg+xml;
|
|
789
|
+
"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"
|
|
1052
790
|
},
|
|
1053
791
|
"engines": {
|
|
1054
|
-
"camunda": "^8.
|
|
792
|
+
"camunda": "^8.2"
|
|
1055
793
|
}
|
|
1056
794
|
},
|
|
1057
795
|
{
|
|
@@ -1060,7 +798,7 @@
|
|
|
1060
798
|
"id": "io.camunda.connectors.inbound.KafkaMessageStart.v1",
|
|
1061
799
|
"description": "Consume Kafka messages",
|
|
1062
800
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
1063
|
-
"version":
|
|
801
|
+
"version": 6,
|
|
1064
802
|
"category": {
|
|
1065
803
|
"id": "connectors",
|
|
1066
804
|
"name": "Connectors"
|
|
@@ -1161,29 +899,6 @@
|
|
|
1161
899
|
},
|
|
1162
900
|
"type": "String"
|
|
1163
901
|
},
|
|
1164
|
-
{
|
|
1165
|
-
"id": "serializationType",
|
|
1166
|
-
"label": "Deserialization type",
|
|
1167
|
-
"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>",
|
|
1168
|
-
"optional": false,
|
|
1169
|
-
"value": "json",
|
|
1170
|
-
"group": "kafka",
|
|
1171
|
-
"binding": {
|
|
1172
|
-
"name": "serializationType",
|
|
1173
|
-
"type": "zeebe:property"
|
|
1174
|
-
},
|
|
1175
|
-
"type": "Dropdown",
|
|
1176
|
-
"choices": [
|
|
1177
|
-
{
|
|
1178
|
-
"name": "Default (JSON)",
|
|
1179
|
-
"value": "json"
|
|
1180
|
-
},
|
|
1181
|
-
{
|
|
1182
|
-
"name": "Avro (experimental)",
|
|
1183
|
-
"value": "avro"
|
|
1184
|
-
}
|
|
1185
|
-
]
|
|
1186
|
-
},
|
|
1187
902
|
{
|
|
1188
903
|
"id": "topic.bootstrapServers",
|
|
1189
904
|
"label": "Bootstrap servers",
|
|
@@ -1283,9 +998,82 @@
|
|
|
1283
998
|
]
|
|
1284
999
|
},
|
|
1285
1000
|
{
|
|
1286
|
-
"id": "
|
|
1287
|
-
"label": "
|
|
1288
|
-
"
|
|
1001
|
+
"id": "schemaStrategy.type",
|
|
1002
|
+
"label": "Schema strategy",
|
|
1003
|
+
"value": "noSchema",
|
|
1004
|
+
"group": "kafka",
|
|
1005
|
+
"binding": {
|
|
1006
|
+
"name": "schemaStrategy.type",
|
|
1007
|
+
"type": "zeebe:property"
|
|
1008
|
+
},
|
|
1009
|
+
"type": "Dropdown",
|
|
1010
|
+
"choices": [
|
|
1011
|
+
{
|
|
1012
|
+
"name": "No schema",
|
|
1013
|
+
"value": "noSchema"
|
|
1014
|
+
},
|
|
1015
|
+
{
|
|
1016
|
+
"name": "Inline schema",
|
|
1017
|
+
"value": "inlineSchema"
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
"name": "Schema registry",
|
|
1021
|
+
"value": "schemaRegistry"
|
|
1022
|
+
}
|
|
1023
|
+
]
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
"id": "schemaStrategy.schemaType",
|
|
1027
|
+
"label": "Schema type",
|
|
1028
|
+
"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>",
|
|
1029
|
+
"optional": false,
|
|
1030
|
+
"value": "avro",
|
|
1031
|
+
"group": "kafka",
|
|
1032
|
+
"binding": {
|
|
1033
|
+
"name": "schemaStrategy.schemaType",
|
|
1034
|
+
"type": "zeebe:property"
|
|
1035
|
+
},
|
|
1036
|
+
"condition": {
|
|
1037
|
+
"property": "schemaStrategy.type",
|
|
1038
|
+
"equals": "schemaRegistry",
|
|
1039
|
+
"type": "simple"
|
|
1040
|
+
},
|
|
1041
|
+
"type": "Dropdown",
|
|
1042
|
+
"choices": [
|
|
1043
|
+
{
|
|
1044
|
+
"name": "JSON",
|
|
1045
|
+
"value": "json"
|
|
1046
|
+
},
|
|
1047
|
+
{
|
|
1048
|
+
"name": "Avro (alpha)",
|
|
1049
|
+
"value": "avro"
|
|
1050
|
+
}
|
|
1051
|
+
]
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
"id": "schemaStrategy.schemaRegistryUrl",
|
|
1055
|
+
"label": "Schema registry URL",
|
|
1056
|
+
"description": "Provide the schema registry URL",
|
|
1057
|
+
"optional": false,
|
|
1058
|
+
"constraints": {
|
|
1059
|
+
"notEmpty": true
|
|
1060
|
+
},
|
|
1061
|
+
"group": "kafka",
|
|
1062
|
+
"binding": {
|
|
1063
|
+
"name": "schemaStrategy.schemaRegistryUrl",
|
|
1064
|
+
"type": "zeebe:property"
|
|
1065
|
+
},
|
|
1066
|
+
"condition": {
|
|
1067
|
+
"property": "schemaStrategy.type",
|
|
1068
|
+
"equals": "schemaRegistry",
|
|
1069
|
+
"type": "simple"
|
|
1070
|
+
},
|
|
1071
|
+
"type": "String"
|
|
1072
|
+
},
|
|
1073
|
+
{
|
|
1074
|
+
"id": "schemaStrategy.avro.schema",
|
|
1075
|
+
"label": "Schema",
|
|
1076
|
+
"description": "Inline schema (Avro) for the message value",
|
|
1289
1077
|
"optional": false,
|
|
1290
1078
|
"constraints": {
|
|
1291
1079
|
"notEmpty": true
|
|
@@ -1293,12 +1081,12 @@
|
|
|
1293
1081
|
"feel": "required",
|
|
1294
1082
|
"group": "message",
|
|
1295
1083
|
"binding": {
|
|
1296
|
-
"name": "
|
|
1084
|
+
"name": "schemaStrategy.schema",
|
|
1297
1085
|
"type": "zeebe:property"
|
|
1298
1086
|
},
|
|
1299
1087
|
"condition": {
|
|
1300
|
-
"property": "
|
|
1301
|
-
"equals": "
|
|
1088
|
+
"property": "schemaStrategy.type",
|
|
1089
|
+
"equals": "inlineSchema",
|
|
1302
1090
|
"type": "simple"
|
|
1303
1091
|
},
|
|
1304
1092
|
"type": "Text"
|
|
@@ -1527,16 +1315,19 @@
|
|
|
1527
1315
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
1528
1316
|
},
|
|
1529
1317
|
"engines": {
|
|
1530
|
-
"camunda": "^8.
|
|
1318
|
+
"camunda": "^8.6"
|
|
1531
1319
|
}
|
|
1532
1320
|
},
|
|
1533
1321
|
{
|
|
1534
1322
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1535
1323
|
"name": "Kafka Message Start Event Connector",
|
|
1536
1324
|
"id": "io.camunda.connectors.inbound.KafkaMessageStart.v1",
|
|
1537
|
-
"version": 1,
|
|
1538
1325
|
"description": "Consume Kafka messages",
|
|
1326
|
+
"metadata": {
|
|
1327
|
+
"keywords": []
|
|
1328
|
+
},
|
|
1539
1329
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
1330
|
+
"version": 7,
|
|
1540
1331
|
"category": {
|
|
1541
1332
|
"id": "connectors",
|
|
1542
1333
|
"name": "Connectors"
|
|
@@ -1546,6 +1337,9 @@
|
|
|
1546
1337
|
"value": "bpmn:StartEvent",
|
|
1547
1338
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
1548
1339
|
},
|
|
1340
|
+
"engines": {
|
|
1341
|
+
"camunda": "^8.3"
|
|
1342
|
+
},
|
|
1549
1343
|
"groups": [
|
|
1550
1344
|
{
|
|
1551
1345
|
"id": "authentication",
|
|
@@ -1555,45 +1349,53 @@
|
|
|
1555
1349
|
"id": "kafka",
|
|
1556
1350
|
"label": "Kafka"
|
|
1557
1351
|
},
|
|
1352
|
+
{
|
|
1353
|
+
"id": "schema",
|
|
1354
|
+
"label": "Schema"
|
|
1355
|
+
},
|
|
1558
1356
|
{
|
|
1559
1357
|
"id": "activation",
|
|
1560
1358
|
"label": "Activation"
|
|
1561
1359
|
},
|
|
1562
1360
|
{
|
|
1563
1361
|
"id": "correlation",
|
|
1564
|
-
"label": "
|
|
1362
|
+
"label": "Correlation",
|
|
1363
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
1565
1364
|
},
|
|
1566
1365
|
{
|
|
1567
|
-
"id": "
|
|
1568
|
-
"label": "
|
|
1366
|
+
"id": "deduplication",
|
|
1367
|
+
"label": "Deduplication",
|
|
1368
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
"id": "output",
|
|
1372
|
+
"label": "Output mapping"
|
|
1569
1373
|
}
|
|
1570
1374
|
],
|
|
1571
1375
|
"properties": [
|
|
1572
1376
|
{
|
|
1573
|
-
"type": "Hidden",
|
|
1574
1377
|
"value": "io.camunda:connector-kafka-inbound:1",
|
|
1575
1378
|
"binding": {
|
|
1576
|
-
"
|
|
1577
|
-
"
|
|
1578
|
-
}
|
|
1579
|
-
},
|
|
1580
|
-
{
|
|
1581
|
-
"type": "Hidden",
|
|
1582
|
-
"generatedValue": {
|
|
1583
|
-
"type": "uuid"
|
|
1379
|
+
"name": "inbound.type",
|
|
1380
|
+
"type": "zeebe:property"
|
|
1584
1381
|
},
|
|
1585
|
-
"
|
|
1586
|
-
"type": "bpmn:Message#property",
|
|
1587
|
-
"name": "name"
|
|
1588
|
-
}
|
|
1382
|
+
"type": "Hidden"
|
|
1589
1383
|
},
|
|
1590
1384
|
{
|
|
1385
|
+
"id": "authenticationType",
|
|
1591
1386
|
"label": "Authentication type",
|
|
1592
1387
|
"description": "Username/password or custom",
|
|
1593
|
-
"
|
|
1594
|
-
"group": "authentication",
|
|
1595
|
-
"type": "Dropdown",
|
|
1388
|
+
"optional": false,
|
|
1596
1389
|
"value": "credentials",
|
|
1390
|
+
"constraints": {
|
|
1391
|
+
"notEmpty": true
|
|
1392
|
+
},
|
|
1393
|
+
"group": "authentication",
|
|
1394
|
+
"binding": {
|
|
1395
|
+
"name": "authenticationType",
|
|
1396
|
+
"type": "zeebe:property"
|
|
1397
|
+
},
|
|
1398
|
+
"type": "Dropdown",
|
|
1597
1399
|
"choices": [
|
|
1598
1400
|
{
|
|
1599
1401
|
"name": "Credentials",
|
|
@@ -1603,120 +1405,120 @@
|
|
|
1603
1405
|
"name": "Custom",
|
|
1604
1406
|
"value": "custom"
|
|
1605
1407
|
}
|
|
1606
|
-
]
|
|
1607
|
-
"binding": {
|
|
1608
|
-
"type": "zeebe:property",
|
|
1609
|
-
"name": "authenticationType"
|
|
1610
|
-
}
|
|
1408
|
+
]
|
|
1611
1409
|
},
|
|
1612
1410
|
{
|
|
1411
|
+
"id": "authentication.username",
|
|
1613
1412
|
"label": "Username",
|
|
1614
1413
|
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
1615
|
-
"group": "authentication",
|
|
1616
|
-
"type": "String",
|
|
1617
|
-
"feel": "optional",
|
|
1618
1414
|
"optional": true,
|
|
1415
|
+
"group": "authentication",
|
|
1619
1416
|
"binding": {
|
|
1620
|
-
"
|
|
1621
|
-
"
|
|
1417
|
+
"name": "authentication.username",
|
|
1418
|
+
"type": "zeebe:property"
|
|
1622
1419
|
},
|
|
1623
|
-
"
|
|
1624
|
-
"property": "authenticationType",
|
|
1625
|
-
"equals": "credentials"
|
|
1626
|
-
}
|
|
1420
|
+
"type": "String"
|
|
1627
1421
|
},
|
|
1628
1422
|
{
|
|
1423
|
+
"id": "authentication.password",
|
|
1629
1424
|
"label": "Password",
|
|
1630
1425
|
"description": "Provide a password for the user",
|
|
1631
|
-
"group": "authentication",
|
|
1632
|
-
"type": "String",
|
|
1633
|
-
"feel": "optional",
|
|
1634
1426
|
"optional": true,
|
|
1427
|
+
"group": "authentication",
|
|
1635
1428
|
"binding": {
|
|
1636
|
-
"
|
|
1637
|
-
"
|
|
1429
|
+
"name": "authentication.password",
|
|
1430
|
+
"type": "zeebe:property"
|
|
1638
1431
|
},
|
|
1639
|
-
"
|
|
1640
|
-
"property": "authenticationType",
|
|
1641
|
-
"equals": "credentials"
|
|
1642
|
-
}
|
|
1432
|
+
"type": "String"
|
|
1643
1433
|
},
|
|
1644
1434
|
{
|
|
1435
|
+
"id": "topic.bootstrapServers",
|
|
1645
1436
|
"label": "Bootstrap servers",
|
|
1646
1437
|
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
1438
|
+
"optional": false,
|
|
1439
|
+
"constraints": {
|
|
1440
|
+
"notEmpty": true
|
|
1441
|
+
},
|
|
1647
1442
|
"group": "kafka",
|
|
1648
|
-
"type": "String",
|
|
1649
|
-
"feel": "optional",
|
|
1650
1443
|
"binding": {
|
|
1651
|
-
"
|
|
1652
|
-
"
|
|
1444
|
+
"name": "topic.bootstrapServers",
|
|
1445
|
+
"type": "zeebe:property"
|
|
1653
1446
|
},
|
|
1654
|
-
"
|
|
1655
|
-
"notEmpty": true
|
|
1656
|
-
}
|
|
1447
|
+
"type": "String"
|
|
1657
1448
|
},
|
|
1658
1449
|
{
|
|
1450
|
+
"id": "topic.topicName",
|
|
1659
1451
|
"label": "Topic",
|
|
1660
|
-
"description": "Provide
|
|
1452
|
+
"description": "Provide topic name",
|
|
1453
|
+
"optional": false,
|
|
1454
|
+
"constraints": {
|
|
1455
|
+
"notEmpty": true
|
|
1456
|
+
},
|
|
1661
1457
|
"group": "kafka",
|
|
1662
|
-
"type": "String",
|
|
1663
|
-
"feel": "optional",
|
|
1664
1458
|
"binding": {
|
|
1665
|
-
"
|
|
1666
|
-
"
|
|
1459
|
+
"name": "topic.topicName",
|
|
1460
|
+
"type": "zeebe:property"
|
|
1667
1461
|
},
|
|
1668
|
-
"
|
|
1669
|
-
"notEmpty": true
|
|
1670
|
-
}
|
|
1462
|
+
"type": "String"
|
|
1671
1463
|
},
|
|
1672
1464
|
{
|
|
1673
|
-
"
|
|
1465
|
+
"id": "groupId",
|
|
1466
|
+
"label": "Consumer group ID",
|
|
1674
1467
|
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
1468
|
+
"optional": false,
|
|
1675
1469
|
"group": "kafka",
|
|
1676
|
-
"type": "String",
|
|
1677
|
-
"feel": "optional",
|
|
1678
|
-
"optional": true,
|
|
1679
1470
|
"binding": {
|
|
1680
|
-
"
|
|
1681
|
-
"
|
|
1471
|
+
"name": "groupId",
|
|
1472
|
+
"type": "zeebe:property"
|
|
1682
1473
|
},
|
|
1683
|
-
"
|
|
1684
|
-
"notEmpty": false,
|
|
1685
|
-
"maxLength": 250
|
|
1686
|
-
}
|
|
1474
|
+
"type": "String"
|
|
1687
1475
|
},
|
|
1688
1476
|
{
|
|
1477
|
+
"id": "additionalProperties",
|
|
1689
1478
|
"label": "Additional properties",
|
|
1690
1479
|
"description": "Provide additional Kafka consumer properties in JSON",
|
|
1691
|
-
"group": "kafka",
|
|
1692
|
-
"type": "String",
|
|
1693
1480
|
"optional": true,
|
|
1694
1481
|
"feel": "required",
|
|
1482
|
+
"group": "kafka",
|
|
1695
1483
|
"binding": {
|
|
1696
|
-
"
|
|
1697
|
-
"
|
|
1698
|
-
}
|
|
1484
|
+
"name": "additionalProperties",
|
|
1485
|
+
"type": "zeebe:property"
|
|
1486
|
+
},
|
|
1487
|
+
"type": "String"
|
|
1699
1488
|
},
|
|
1700
1489
|
{
|
|
1490
|
+
"id": "offsets",
|
|
1701
1491
|
"label": "Offsets",
|
|
1702
1492
|
"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",
|
|
1703
|
-
"group": "kafka",
|
|
1704
|
-
"type": "String",
|
|
1705
|
-
"feel": "optional",
|
|
1706
1493
|
"optional": true,
|
|
1494
|
+
"feel": "optional",
|
|
1495
|
+
"group": "kafka",
|
|
1707
1496
|
"binding": {
|
|
1708
|
-
"
|
|
1709
|
-
"
|
|
1710
|
-
}
|
|
1497
|
+
"name": "offsets",
|
|
1498
|
+
"type": "zeebe:property"
|
|
1499
|
+
},
|
|
1500
|
+
"type": "String"
|
|
1711
1501
|
},
|
|
1712
1502
|
{
|
|
1503
|
+
"id": "autoOffsetReset",
|
|
1713
1504
|
"label": "Auto offset reset",
|
|
1714
1505
|
"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",
|
|
1715
|
-
"
|
|
1506
|
+
"optional": false,
|
|
1507
|
+
"value": "latest",
|
|
1508
|
+
"constraints": {
|
|
1509
|
+
"notEmpty": true
|
|
1510
|
+
},
|
|
1716
1511
|
"group": "kafka",
|
|
1512
|
+
"binding": {
|
|
1513
|
+
"name": "autoOffsetReset",
|
|
1514
|
+
"type": "zeebe:property"
|
|
1515
|
+
},
|
|
1717
1516
|
"type": "Dropdown",
|
|
1718
|
-
"value": "latest",
|
|
1719
1517
|
"choices": [
|
|
1518
|
+
{
|
|
1519
|
+
"name": "None",
|
|
1520
|
+
"value": "none"
|
|
1521
|
+
},
|
|
1720
1522
|
{
|
|
1721
1523
|
"name": "Latest",
|
|
1722
1524
|
"value": "latest"
|
|
@@ -1724,48 +1526,139 @@
|
|
|
1724
1526
|
{
|
|
1725
1527
|
"name": "Earliest",
|
|
1726
1528
|
"value": "earliest"
|
|
1529
|
+
}
|
|
1530
|
+
]
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
"id": "schemaStrategy.type",
|
|
1534
|
+
"label": "Schema strategy",
|
|
1535
|
+
"value": "noSchema",
|
|
1536
|
+
"group": "schema",
|
|
1537
|
+
"binding": {
|
|
1538
|
+
"name": "schemaStrategy.type",
|
|
1539
|
+
"type": "zeebe:property"
|
|
1540
|
+
},
|
|
1541
|
+
"type": "Dropdown",
|
|
1542
|
+
"choices": [
|
|
1543
|
+
{
|
|
1544
|
+
"name": "No schema",
|
|
1545
|
+
"value": "noSchema"
|
|
1727
1546
|
},
|
|
1728
1547
|
{
|
|
1729
|
-
"name": "
|
|
1730
|
-
"value": "
|
|
1548
|
+
"name": "Avro Inline schema",
|
|
1549
|
+
"value": "inlineSchema"
|
|
1550
|
+
},
|
|
1551
|
+
{
|
|
1552
|
+
"name": "Confluent Schema registry",
|
|
1553
|
+
"value": "schemaRegistry"
|
|
1731
1554
|
}
|
|
1732
|
-
]
|
|
1733
|
-
"binding": {
|
|
1734
|
-
"type": "zeebe:property",
|
|
1735
|
-
"name": "autoOffsetReset"
|
|
1736
|
-
}
|
|
1555
|
+
]
|
|
1737
1556
|
},
|
|
1738
1557
|
{
|
|
1739
|
-
"
|
|
1558
|
+
"id": "schemaStrategy.avro.schema",
|
|
1559
|
+
"label": "Schema",
|
|
1560
|
+
"description": "Avro inline schema for the message value",
|
|
1561
|
+
"optional": false,
|
|
1562
|
+
"constraints": {
|
|
1563
|
+
"notEmpty": true
|
|
1564
|
+
},
|
|
1740
1565
|
"feel": "required",
|
|
1741
|
-
"
|
|
1566
|
+
"group": "schema",
|
|
1567
|
+
"binding": {
|
|
1568
|
+
"name": "schemaStrategy.schema",
|
|
1569
|
+
"type": "zeebe:property"
|
|
1570
|
+
},
|
|
1571
|
+
"condition": {
|
|
1572
|
+
"property": "schemaStrategy.type",
|
|
1573
|
+
"equals": "inlineSchema",
|
|
1574
|
+
"type": "simple"
|
|
1575
|
+
},
|
|
1576
|
+
"type": "Text"
|
|
1577
|
+
},
|
|
1578
|
+
{
|
|
1579
|
+
"id": "schemaStrategy.schemaType",
|
|
1580
|
+
"label": "Schema type",
|
|
1581
|
+
"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>",
|
|
1582
|
+
"optional": false,
|
|
1583
|
+
"value": "avro",
|
|
1584
|
+
"group": "schema",
|
|
1585
|
+
"binding": {
|
|
1586
|
+
"name": "schemaStrategy.schemaType",
|
|
1587
|
+
"type": "zeebe:property"
|
|
1588
|
+
},
|
|
1589
|
+
"condition": {
|
|
1590
|
+
"property": "schemaStrategy.type",
|
|
1591
|
+
"equals": "schemaRegistry",
|
|
1592
|
+
"type": "simple"
|
|
1593
|
+
},
|
|
1594
|
+
"type": "Dropdown",
|
|
1595
|
+
"choices": [
|
|
1596
|
+
{
|
|
1597
|
+
"name": "JSON",
|
|
1598
|
+
"value": "json"
|
|
1599
|
+
},
|
|
1600
|
+
{
|
|
1601
|
+
"name": "Avro",
|
|
1602
|
+
"value": "avro"
|
|
1603
|
+
}
|
|
1604
|
+
]
|
|
1605
|
+
},
|
|
1606
|
+
{
|
|
1607
|
+
"id": "schemaStrategy.schemaRegistryUrl",
|
|
1608
|
+
"label": "Schema registry URL",
|
|
1609
|
+
"description": "Provide the schema registry URL",
|
|
1610
|
+
"optional": false,
|
|
1611
|
+
"constraints": {
|
|
1612
|
+
"notEmpty": true
|
|
1613
|
+
},
|
|
1614
|
+
"group": "schema",
|
|
1615
|
+
"binding": {
|
|
1616
|
+
"name": "schemaStrategy.schemaRegistryUrl",
|
|
1617
|
+
"type": "zeebe:property"
|
|
1618
|
+
},
|
|
1619
|
+
"condition": {
|
|
1620
|
+
"property": "schemaStrategy.type",
|
|
1621
|
+
"equals": "schemaRegistry",
|
|
1622
|
+
"type": "simple"
|
|
1623
|
+
},
|
|
1624
|
+
"type": "String"
|
|
1625
|
+
},
|
|
1626
|
+
{
|
|
1627
|
+
"id": "activationCondition",
|
|
1628
|
+
"label": "Activation condition",
|
|
1629
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1742
1630
|
"optional": true,
|
|
1631
|
+
"feel": "required",
|
|
1743
1632
|
"group": "activation",
|
|
1744
1633
|
"binding": {
|
|
1745
|
-
"
|
|
1746
|
-
"
|
|
1634
|
+
"name": "activationCondition",
|
|
1635
|
+
"type": "zeebe:property"
|
|
1747
1636
|
},
|
|
1748
|
-
"
|
|
1637
|
+
"type": "String"
|
|
1749
1638
|
},
|
|
1750
1639
|
{
|
|
1751
|
-
"
|
|
1752
|
-
"
|
|
1640
|
+
"id": "consumeUnmatchedEvents",
|
|
1641
|
+
"label": "Consume unmatched events",
|
|
1642
|
+
"value": true,
|
|
1753
1643
|
"group": "activation",
|
|
1754
|
-
"feel": "required",
|
|
1755
|
-
"optional": true,
|
|
1756
1644
|
"binding": {
|
|
1757
|
-
"
|
|
1758
|
-
"
|
|
1645
|
+
"name": "consumeUnmatchedEvents",
|
|
1646
|
+
"type": "zeebe:property"
|
|
1759
1647
|
},
|
|
1760
|
-
"
|
|
1648
|
+
"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",
|
|
1649
|
+
"type": "Boolean"
|
|
1761
1650
|
},
|
|
1762
1651
|
{
|
|
1763
|
-
"label": "Correlation required",
|
|
1764
|
-
"description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
|
|
1765
1652
|
"id": "correlationRequired",
|
|
1653
|
+
"label": "Subprocess correlation required",
|
|
1654
|
+
"description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
|
|
1655
|
+
"value": "notRequired",
|
|
1766
1656
|
"group": "correlation",
|
|
1657
|
+
"binding": {
|
|
1658
|
+
"name": "correlationRequired",
|
|
1659
|
+
"type": "zeebe:property"
|
|
1660
|
+
},
|
|
1767
1661
|
"type": "Dropdown",
|
|
1768
|
-
"value": "notRequired",
|
|
1769
1662
|
"choices": [
|
|
1770
1663
|
{
|
|
1771
1664
|
"name": "Correlation not required",
|
|
@@ -1775,76 +1668,183 @@
|
|
|
1775
1668
|
"name": "Correlation required",
|
|
1776
1669
|
"value": "required"
|
|
1777
1670
|
}
|
|
1778
|
-
]
|
|
1779
|
-
"binding": {
|
|
1780
|
-
"type": "zeebe:property",
|
|
1781
|
-
"name": "correlationRequired"
|
|
1782
|
-
}
|
|
1671
|
+
]
|
|
1783
1672
|
},
|
|
1784
1673
|
{
|
|
1674
|
+
"id": "correlationKeyProcess",
|
|
1785
1675
|
"label": "Correlation key (process)",
|
|
1786
|
-
"type": "String",
|
|
1787
|
-
"group": "correlation",
|
|
1788
|
-
"feel": "required",
|
|
1789
1676
|
"description": "Sets up the correlation key from process variables",
|
|
1677
|
+
"constraints": {
|
|
1678
|
+
"notEmpty": true
|
|
1679
|
+
},
|
|
1680
|
+
"feel": "required",
|
|
1681
|
+
"group": "correlation",
|
|
1790
1682
|
"binding": {
|
|
1791
|
-
"
|
|
1792
|
-
"
|
|
1683
|
+
"name": "correlationKey",
|
|
1684
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
1685
|
+
},
|
|
1686
|
+
"condition": {
|
|
1687
|
+
"property": "correlationRequired",
|
|
1688
|
+
"equals": "required",
|
|
1689
|
+
"type": "simple"
|
|
1793
1690
|
},
|
|
1691
|
+
"type": "String"
|
|
1692
|
+
},
|
|
1693
|
+
{
|
|
1694
|
+
"id": "correlationKeyPayload",
|
|
1695
|
+
"label": "Correlation key (payload)",
|
|
1696
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
1794
1697
|
"constraints": {
|
|
1795
1698
|
"notEmpty": true
|
|
1796
1699
|
},
|
|
1700
|
+
"feel": "required",
|
|
1701
|
+
"group": "correlation",
|
|
1702
|
+
"binding": {
|
|
1703
|
+
"name": "correlationKeyExpression",
|
|
1704
|
+
"type": "zeebe:property"
|
|
1705
|
+
},
|
|
1797
1706
|
"condition": {
|
|
1798
1707
|
"property": "correlationRequired",
|
|
1799
|
-
"equals": "required"
|
|
1800
|
-
|
|
1708
|
+
"equals": "required",
|
|
1709
|
+
"type": "simple"
|
|
1710
|
+
},
|
|
1711
|
+
"type": "String"
|
|
1801
1712
|
},
|
|
1802
1713
|
{
|
|
1803
|
-
"
|
|
1804
|
-
"
|
|
1714
|
+
"id": "messageTtl",
|
|
1715
|
+
"label": "Message TTL",
|
|
1716
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
1717
|
+
"optional": true,
|
|
1718
|
+
"constraints": {
|
|
1719
|
+
"notEmpty": false,
|
|
1720
|
+
"pattern": {
|
|
1721
|
+
"value": "^(PT.*|)$",
|
|
1722
|
+
"message": "must be an ISO-8601 duration"
|
|
1723
|
+
}
|
|
1724
|
+
},
|
|
1725
|
+
"feel": "optional",
|
|
1805
1726
|
"group": "correlation",
|
|
1727
|
+
"binding": {
|
|
1728
|
+
"name": "messageTtl",
|
|
1729
|
+
"type": "zeebe:property"
|
|
1730
|
+
},
|
|
1731
|
+
"type": "String"
|
|
1732
|
+
},
|
|
1733
|
+
{
|
|
1734
|
+
"id": "messageIdExpression",
|
|
1735
|
+
"label": "Message ID expression",
|
|
1736
|
+
"description": "Expression to extract unique identifier of a message",
|
|
1737
|
+
"optional": true,
|
|
1806
1738
|
"feel": "required",
|
|
1739
|
+
"group": "correlation",
|
|
1807
1740
|
"binding": {
|
|
1808
|
-
"
|
|
1809
|
-
"
|
|
1741
|
+
"name": "messageIdExpression",
|
|
1742
|
+
"type": "zeebe:property"
|
|
1810
1743
|
},
|
|
1811
|
-
"
|
|
1744
|
+
"type": "String"
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
"id": "messageNameUuid",
|
|
1748
|
+
"generatedValue": {
|
|
1749
|
+
"type": "uuid"
|
|
1750
|
+
},
|
|
1751
|
+
"group": "correlation",
|
|
1752
|
+
"binding": {
|
|
1753
|
+
"name": "name",
|
|
1754
|
+
"type": "bpmn:Message#property"
|
|
1755
|
+
},
|
|
1756
|
+
"type": "Hidden"
|
|
1757
|
+
},
|
|
1758
|
+
{
|
|
1759
|
+
"id": "deduplicationModeManualFlag",
|
|
1760
|
+
"label": "Manual mode",
|
|
1761
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1762
|
+
"value": false,
|
|
1763
|
+
"group": "deduplication",
|
|
1764
|
+
"binding": {
|
|
1765
|
+
"name": "deduplicationModeManualFlag",
|
|
1766
|
+
"type": "zeebe:property"
|
|
1767
|
+
},
|
|
1768
|
+
"type": "Boolean"
|
|
1769
|
+
},
|
|
1770
|
+
{
|
|
1771
|
+
"id": "deduplicationId",
|
|
1772
|
+
"label": "Deduplication ID",
|
|
1812
1773
|
"constraints": {
|
|
1813
|
-
"notEmpty": true
|
|
1774
|
+
"notEmpty": true,
|
|
1775
|
+
"pattern": {
|
|
1776
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
1777
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1778
|
+
}
|
|
1779
|
+
},
|
|
1780
|
+
"group": "deduplication",
|
|
1781
|
+
"binding": {
|
|
1782
|
+
"name": "deduplicationId",
|
|
1783
|
+
"type": "zeebe:property"
|
|
1814
1784
|
},
|
|
1815
1785
|
"condition": {
|
|
1816
|
-
"property": "
|
|
1817
|
-
"equals":
|
|
1818
|
-
|
|
1786
|
+
"property": "deduplicationModeManualFlag",
|
|
1787
|
+
"equals": true,
|
|
1788
|
+
"type": "simple"
|
|
1789
|
+
},
|
|
1790
|
+
"type": "String"
|
|
1791
|
+
},
|
|
1792
|
+
{
|
|
1793
|
+
"id": "deduplicationModeManual",
|
|
1794
|
+
"value": "MANUAL",
|
|
1795
|
+
"group": "deduplication",
|
|
1796
|
+
"binding": {
|
|
1797
|
+
"name": "deduplicationMode",
|
|
1798
|
+
"type": "zeebe:property"
|
|
1799
|
+
},
|
|
1800
|
+
"condition": {
|
|
1801
|
+
"property": "deduplicationId",
|
|
1802
|
+
"isActive": true,
|
|
1803
|
+
"type": "simple"
|
|
1804
|
+
},
|
|
1805
|
+
"type": "Hidden"
|
|
1806
|
+
},
|
|
1807
|
+
{
|
|
1808
|
+
"id": "deduplicationModeAuto",
|
|
1809
|
+
"value": "AUTO",
|
|
1810
|
+
"group": "deduplication",
|
|
1811
|
+
"binding": {
|
|
1812
|
+
"name": "deduplicationMode",
|
|
1813
|
+
"type": "zeebe:property"
|
|
1814
|
+
},
|
|
1815
|
+
"condition": {
|
|
1816
|
+
"property": "deduplicationId",
|
|
1817
|
+
"isActive": false,
|
|
1818
|
+
"type": "simple"
|
|
1819
|
+
},
|
|
1820
|
+
"type": "Hidden"
|
|
1819
1821
|
},
|
|
1820
1822
|
{
|
|
1823
|
+
"id": "resultVariable",
|
|
1821
1824
|
"label": "Result variable",
|
|
1822
|
-
"
|
|
1823
|
-
"group": "
|
|
1824
|
-
"optional": true,
|
|
1825
|
+
"description": "Name of variable to store the response in",
|
|
1826
|
+
"group": "output",
|
|
1825
1827
|
"binding": {
|
|
1826
|
-
"
|
|
1827
|
-
"
|
|
1828
|
+
"name": "resultVariable",
|
|
1829
|
+
"type": "zeebe:property"
|
|
1828
1830
|
},
|
|
1829
|
-
"
|
|
1831
|
+
"type": "String"
|
|
1830
1832
|
},
|
|
1831
1833
|
{
|
|
1834
|
+
"id": "resultExpression",
|
|
1832
1835
|
"label": "Result expression",
|
|
1833
|
-
"description": "Expression to map the
|
|
1834
|
-
"group": "variable-mapping",
|
|
1835
|
-
"type": "Text",
|
|
1836
|
+
"description": "Expression to map the response into process variables",
|
|
1836
1837
|
"feel": "required",
|
|
1838
|
+
"group": "output",
|
|
1837
1839
|
"binding": {
|
|
1838
|
-
"
|
|
1839
|
-
"
|
|
1840
|
-
}
|
|
1840
|
+
"name": "resultExpression",
|
|
1841
|
+
"type": "zeebe:property"
|
|
1842
|
+
},
|
|
1843
|
+
"type": "Text"
|
|
1841
1844
|
}
|
|
1842
1845
|
],
|
|
1843
1846
|
"icon": {
|
|
1844
|
-
"contents": "data:image/svg+xml;
|
|
1845
|
-
},
|
|
1846
|
-
"engines": {
|
|
1847
|
-
"camunda": "^8.2"
|
|
1847
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
1848
1848
|
}
|
|
1849
1849
|
}
|
|
1850
1850
|
]
|