@camunda/connectors-element-templates 1.0.5 → 1.0.7
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 +4 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +171 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +1618 -0
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +3064 -300
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -1
- package/src/element-templates/asana-connector.json +8 -8
- package/src/element-templates/automation-anywhere-outbound-connector.json +1185 -1179
- package/src/element-templates/aws-dynamodb-outbound-connector.json +77 -77
- package/src/element-templates/aws-eventbridge-connector-boundary.json +20 -20
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +38 -38
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-start-event.json +18 -15
- package/src/element-templates/aws-eventbridge-outbound-connector.json +50 -50
- package/src/element-templates/aws-lambda-outbound-connector.json +279 -279
- 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 +486 -486
- package/src/element-templates/aws-sns-inbound-intermediate.json +491 -491
- package/src/element-templates/aws-sns-inbound-message-start.json +98 -98
- package/src/element-templates/aws-sns-inbound-start-event.json +133 -133
- package/src/element-templates/aws-sns-outbound-connector.json +423 -423
- package/src/element-templates/aws-sqs-boundary-connector.json +58 -58
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +523 -523
- package/src/element-templates/aws-sqs-outbound-connector.json +692 -692
- package/src/element-templates/aws-sqs-start-event-connector.json +709 -709
- package/src/element-templates/aws-sqs-start-message.json +460 -460
- package/src/element-templates/azure-blobstorage-outbound-connector.json +1 -1
- package/src/element-templates/blue-prism-connector.json +53 -53
- package/src/element-templates/csv-outbound-connector.json +804 -0
- package/src/element-templates/easy-post-connector.json +151 -151
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-message-start-event-connector.json +19 -19
- package/src/element-templates/email-outbound-connector.json +199 -199
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +3478 -170
- package/src/element-templates/github-connector.json +277 -277
- package/src/element-templates/github-webhook-connector-intermediate.json +44 -44
- package/src/element-templates/github-webhook-connector-start-event.json +29 -26
- package/src/element-templates/gitlab-connector.json +990 -990
- package/src/element-templates/google-drive-outbound-connector.json +423 -423
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +17 -17
- package/src/element-templates/google-sheets-outbound-connector.json +2550 -2550
- package/src/element-templates/graphql-outbound-connector.json +1179 -1179
- package/src/element-templates/http-json-connector.json +2280 -2280
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +256 -553
- package/src/element-templates/http-polling-connector.json +262 -559
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +402 -0
- package/src/element-templates/kafka-inbound-connector-boundary.json +1052 -1052
- package/src/element-templates/kafka-inbound-connector-intermediate.json +1088 -1088
- package/src/element-templates/kafka-inbound-connector-start-message.json +112 -112
- package/src/element-templates/kafka-inbound-connector.json +3 -0
- package/src/element-templates/kafka-outbound-connector.json +617 -617
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +1783 -1783
- package/src/element-templates/openai-connector.json +144 -144
- package/src/element-templates/operate-connector.json +66 -62
- package/src/element-templates/power-automate-connector.json +10 -10
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +439 -439
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +474 -474
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +11 -11
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +597 -597
- package/src/element-templates/rabbitmq-outbound-connector.json +622 -622
- package/src/element-templates/salesforce-connector.json +44 -44
- package/src/element-templates/sendgrid-outbound-connector.json +633 -633
- package/src/element-templates/slack-inbound-boundary.json +184 -184
- package/src/element-templates/slack-inbound-intermediate.json +168 -168
- package/src/element-templates/slack-inbound-message-start.json +201 -201
- package/src/element-templates/slack-inbound-start-event.json +320 -317
- package/src/element-templates/slack-outbound-connector.json +1185 -1185
- package/src/element-templates/twilio-connector.json +26 -26
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-connector.json +3 -0
- package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +629 -629
- package/src/element-templates/webhook-connector-intermediate.json +268 -268
- package/src/element-templates/webhook-connector-start-event.json +1563 -1560
- package/src/element-templates/webhook-connector-start-message.json +1258 -1258
- package/src/element-templates/whatsapp-connector.json +39 -39
- package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
|
@@ -4,11 +4,8 @@
|
|
|
4
4
|
"name": "Kafka Outbound Connector",
|
|
5
5
|
"id": "io.camunda.connectors.KAFKA.v1",
|
|
6
6
|
"description": "Produce Kafka message",
|
|
7
|
-
"metadata": {
|
|
8
|
-
"keywords": []
|
|
9
|
-
},
|
|
10
7
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound",
|
|
11
|
-
"version":
|
|
8
|
+
"version": 4,
|
|
12
9
|
"category": {
|
|
13
10
|
"id": "connectors",
|
|
14
11
|
"name": "Connectors"
|
|
@@ -17,9 +14,6 @@
|
|
|
17
14
|
"elementType": {
|
|
18
15
|
"value": "bpmn:ServiceTask"
|
|
19
16
|
},
|
|
20
|
-
"engines": {
|
|
21
|
-
"camunda": "^8.3"
|
|
22
|
-
},
|
|
23
17
|
"groups": [
|
|
24
18
|
{
|
|
25
19
|
"id": "authentication",
|
|
@@ -29,18 +23,10 @@
|
|
|
29
23
|
"id": "kafka",
|
|
30
24
|
"label": "Kafka"
|
|
31
25
|
},
|
|
32
|
-
{
|
|
33
|
-
"id": "schema",
|
|
34
|
-
"label": "Schema"
|
|
35
|
-
},
|
|
36
26
|
{
|
|
37
27
|
"id": "message",
|
|
38
28
|
"label": "Message"
|
|
39
29
|
},
|
|
40
|
-
{
|
|
41
|
-
"id": "connector",
|
|
42
|
-
"label": "Connector"
|
|
43
|
-
},
|
|
44
30
|
{
|
|
45
31
|
"id": "output",
|
|
46
32
|
"label": "Output mapping"
|
|
@@ -89,6 +75,29 @@
|
|
|
89
75
|
},
|
|
90
76
|
"type": "String"
|
|
91
77
|
},
|
|
78
|
+
{
|
|
79
|
+
"id": "serializationType",
|
|
80
|
+
"label": "Serialization type",
|
|
81
|
+
"description": "Select the serialization type. For details, visit the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound\" target=\"_blank\">documentation</a>",
|
|
82
|
+
"optional": false,
|
|
83
|
+
"value": "json",
|
|
84
|
+
"group": "kafka",
|
|
85
|
+
"binding": {
|
|
86
|
+
"name": "serializationType",
|
|
87
|
+
"type": "zeebe:input"
|
|
88
|
+
},
|
|
89
|
+
"type": "Dropdown",
|
|
90
|
+
"choices": [
|
|
91
|
+
{
|
|
92
|
+
"name": "Default (JSON)",
|
|
93
|
+
"value": "json"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"name": "AVRO (experimental)",
|
|
97
|
+
"value": "avro"
|
|
98
|
+
}
|
|
99
|
+
]
|
|
100
|
+
},
|
|
92
101
|
{
|
|
93
102
|
"id": "topic.bootstrapServers",
|
|
94
103
|
"label": "Bootstrap servers",
|
|
@@ -122,132 +131,29 @@
|
|
|
122
131
|
"type": "String"
|
|
123
132
|
},
|
|
124
133
|
{
|
|
125
|
-
"id": "
|
|
126
|
-
"label": "
|
|
127
|
-
"description": "Provide
|
|
134
|
+
"id": "headers",
|
|
135
|
+
"label": "Headers",
|
|
136
|
+
"description": "Provide Kafka producer headers in JSON",
|
|
128
137
|
"optional": true,
|
|
129
138
|
"feel": "required",
|
|
130
139
|
"group": "kafka",
|
|
131
140
|
"binding": {
|
|
132
|
-
"name": "
|
|
141
|
+
"name": "headers",
|
|
133
142
|
"type": "zeebe:input"
|
|
134
143
|
},
|
|
135
144
|
"type": "String"
|
|
136
145
|
},
|
|
137
146
|
{
|
|
138
|
-
"id": "
|
|
139
|
-
"label": "
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
"binding": {
|
|
143
|
-
"name": "schemaStrategy.type",
|
|
144
|
-
"type": "zeebe:input"
|
|
145
|
-
},
|
|
146
|
-
"type": "Dropdown",
|
|
147
|
-
"choices": [
|
|
148
|
-
{
|
|
149
|
-
"name": "No schema",
|
|
150
|
-
"value": "noSchema"
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"name": "Avro Inline schema",
|
|
154
|
-
"value": "inlineSchema"
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
"name": "Confluent Schema registry",
|
|
158
|
-
"value": "schemaRegistry"
|
|
159
|
-
}
|
|
160
|
-
]
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"id": "schemaStrategy.avro.schema",
|
|
164
|
-
"label": "Schema",
|
|
165
|
-
"description": "Avro inline schema for the message value",
|
|
166
|
-
"optional": false,
|
|
167
|
-
"constraints": {
|
|
168
|
-
"notEmpty": true
|
|
169
|
-
},
|
|
170
|
-
"feel": "required",
|
|
171
|
-
"group": "schema",
|
|
172
|
-
"binding": {
|
|
173
|
-
"name": "schemaStrategy.schema",
|
|
174
|
-
"type": "zeebe:input"
|
|
175
|
-
},
|
|
176
|
-
"condition": {
|
|
177
|
-
"property": "schemaStrategy.type",
|
|
178
|
-
"equals": "inlineSchema",
|
|
179
|
-
"type": "simple"
|
|
180
|
-
},
|
|
181
|
-
"type": "Text"
|
|
182
|
-
},
|
|
183
|
-
{
|
|
184
|
-
"id": "schemaStrategy.schema",
|
|
185
|
-
"label": "Schema",
|
|
186
|
-
"description": "Schema (JSON or AVRO) for the message value",
|
|
187
|
-
"optional": false,
|
|
188
|
-
"constraints": {
|
|
189
|
-
"notEmpty": true
|
|
190
|
-
},
|
|
147
|
+
"id": "additionalProperties",
|
|
148
|
+
"label": "Additional properties",
|
|
149
|
+
"description": "Provide additional Kafka producer properties in JSON",
|
|
150
|
+
"optional": true,
|
|
191
151
|
"feel": "required",
|
|
192
|
-
"group": "
|
|
193
|
-
"binding": {
|
|
194
|
-
"name": "schemaStrategy.schema",
|
|
195
|
-
"type": "zeebe:input"
|
|
196
|
-
},
|
|
197
|
-
"condition": {
|
|
198
|
-
"property": "schemaStrategy.type",
|
|
199
|
-
"equals": "schemaRegistry",
|
|
200
|
-
"type": "simple"
|
|
201
|
-
},
|
|
202
|
-
"type": "Text"
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"id": "schemaStrategy.schemaType",
|
|
206
|
-
"label": "Schema type",
|
|
207
|
-
"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>",
|
|
208
|
-
"optional": false,
|
|
209
|
-
"value": "avro",
|
|
210
|
-
"group": "schema",
|
|
211
|
-
"binding": {
|
|
212
|
-
"name": "schemaStrategy.schemaType",
|
|
213
|
-
"type": "zeebe:input"
|
|
214
|
-
},
|
|
215
|
-
"condition": {
|
|
216
|
-
"property": "schemaStrategy.type",
|
|
217
|
-
"equals": "schemaRegistry",
|
|
218
|
-
"type": "simple"
|
|
219
|
-
},
|
|
220
|
-
"type": "Dropdown",
|
|
221
|
-
"choices": [
|
|
222
|
-
{
|
|
223
|
-
"name": "JSON",
|
|
224
|
-
"value": "json"
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
"name": "Avro",
|
|
228
|
-
"value": "avro"
|
|
229
|
-
}
|
|
230
|
-
]
|
|
231
|
-
},
|
|
232
|
-
{
|
|
233
|
-
"id": "schemaStrategy.schemaRegistryUrl",
|
|
234
|
-
"label": "Schema registry URL",
|
|
235
|
-
"description": "Provide the schema registry URL",
|
|
236
|
-
"optional": false,
|
|
237
|
-
"constraints": {
|
|
238
|
-
"notEmpty": true
|
|
239
|
-
},
|
|
240
|
-
"feel": "optional",
|
|
241
|
-
"group": "schema",
|
|
152
|
+
"group": "kafka",
|
|
242
153
|
"binding": {
|
|
243
|
-
"name": "
|
|
154
|
+
"name": "additionalProperties",
|
|
244
155
|
"type": "zeebe:input"
|
|
245
156
|
},
|
|
246
|
-
"condition": {
|
|
247
|
-
"property": "schemaStrategy.type",
|
|
248
|
-
"equals": "schemaRegistry",
|
|
249
|
-
"type": "simple"
|
|
250
|
-
},
|
|
251
157
|
"type": "String"
|
|
252
158
|
},
|
|
253
159
|
{
|
|
@@ -255,6 +161,9 @@
|
|
|
255
161
|
"label": "Key",
|
|
256
162
|
"description": "Provide message key",
|
|
257
163
|
"optional": false,
|
|
164
|
+
"constraints": {
|
|
165
|
+
"notEmpty": true
|
|
166
|
+
},
|
|
258
167
|
"feel": "optional",
|
|
259
168
|
"group": "message",
|
|
260
169
|
"binding": {
|
|
@@ -280,41 +189,25 @@
|
|
|
280
189
|
"type": "String"
|
|
281
190
|
},
|
|
282
191
|
{
|
|
283
|
-
"id": "
|
|
284
|
-
"label": "
|
|
285
|
-
"description": "
|
|
286
|
-
"optional":
|
|
192
|
+
"id": "avro.schema",
|
|
193
|
+
"label": "Avro schema",
|
|
194
|
+
"description": "Avro schema for the message value",
|
|
195
|
+
"optional": false,
|
|
196
|
+
"constraints": {
|
|
197
|
+
"notEmpty": true
|
|
198
|
+
},
|
|
287
199
|
"feel": "required",
|
|
288
200
|
"group": "message",
|
|
289
201
|
"binding": {
|
|
290
|
-
"name": "
|
|
202
|
+
"name": "avro.schema",
|
|
291
203
|
"type": "zeebe:input"
|
|
292
204
|
},
|
|
293
|
-
"
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
"label": "Version",
|
|
298
|
-
"description": "Version of the element template",
|
|
299
|
-
"value": "6",
|
|
300
|
-
"group": "connector",
|
|
301
|
-
"binding": {
|
|
302
|
-
"key": "elementTemplateVersion",
|
|
303
|
-
"type": "zeebe:taskHeader"
|
|
304
|
-
},
|
|
305
|
-
"type": "Hidden"
|
|
306
|
-
},
|
|
307
|
-
{
|
|
308
|
-
"id": "id",
|
|
309
|
-
"label": "ID",
|
|
310
|
-
"description": "ID of the element template",
|
|
311
|
-
"value": "io.camunda.connectors.KAFKA.v1",
|
|
312
|
-
"group": "connector",
|
|
313
|
-
"binding": {
|
|
314
|
-
"key": "elementTemplateId",
|
|
315
|
-
"type": "zeebe:taskHeader"
|
|
205
|
+
"condition": {
|
|
206
|
+
"property": "serializationType",
|
|
207
|
+
"equals": "avro",
|
|
208
|
+
"type": "simple"
|
|
316
209
|
},
|
|
317
|
-
"type": "
|
|
210
|
+
"type": "Text"
|
|
318
211
|
},
|
|
319
212
|
{
|
|
320
213
|
"id": "resultVariable",
|
|
@@ -369,6 +262,7 @@
|
|
|
369
262
|
"label": "Retry backoff",
|
|
370
263
|
"description": "ISO-8601 duration to wait between retries",
|
|
371
264
|
"value": "PT0S",
|
|
265
|
+
"feel": "optional",
|
|
372
266
|
"group": "retries",
|
|
373
267
|
"binding": {
|
|
374
268
|
"key": "retryBackoff",
|
|
@@ -379,6 +273,9 @@
|
|
|
379
273
|
],
|
|
380
274
|
"icon": {
|
|
381
275
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
276
|
+
},
|
|
277
|
+
"engines": {
|
|
278
|
+
"camunda": "^8.5"
|
|
382
279
|
}
|
|
383
280
|
},
|
|
384
281
|
{
|
|
@@ -584,9 +481,9 @@
|
|
|
584
481
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
585
482
|
"name": "Kafka Outbound Connector",
|
|
586
483
|
"id": "io.camunda.connectors.KAFKA.v1",
|
|
587
|
-
"version": 2,
|
|
588
484
|
"description": "Produce Kafka message",
|
|
589
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka
|
|
485
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound",
|
|
486
|
+
"version": 5,
|
|
590
487
|
"category": {
|
|
591
488
|
"id": "connectors",
|
|
592
489
|
"name": "Connectors"
|
|
@@ -610,255 +507,141 @@
|
|
|
610
507
|
},
|
|
611
508
|
{
|
|
612
509
|
"id": "output",
|
|
613
|
-
"label": "
|
|
510
|
+
"label": "Output mapping"
|
|
614
511
|
},
|
|
615
512
|
{
|
|
616
|
-
"id": "
|
|
513
|
+
"id": "error",
|
|
617
514
|
"label": "Error handling"
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
"id": "retries",
|
|
518
|
+
"label": "Retries"
|
|
618
519
|
}
|
|
619
520
|
],
|
|
620
521
|
"properties": [
|
|
621
522
|
{
|
|
622
|
-
"type": "Hidden",
|
|
623
523
|
"value": "io.camunda:connector-kafka:1",
|
|
624
524
|
"binding": {
|
|
625
|
-
"
|
|
626
|
-
"
|
|
627
|
-
}
|
|
525
|
+
"property": "type",
|
|
526
|
+
"type": "zeebe:taskDefinition"
|
|
527
|
+
},
|
|
528
|
+
"type": "Hidden"
|
|
628
529
|
},
|
|
629
530
|
{
|
|
531
|
+
"id": "authentication.username",
|
|
630
532
|
"label": "Username",
|
|
631
533
|
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
632
|
-
"group": "authentication",
|
|
633
|
-
"type": "String",
|
|
634
534
|
"optional": true,
|
|
535
|
+
"feel": "optional",
|
|
536
|
+
"group": "authentication",
|
|
635
537
|
"binding": {
|
|
636
|
-
"
|
|
637
|
-
"
|
|
638
|
-
}
|
|
538
|
+
"name": "authentication.username",
|
|
539
|
+
"type": "zeebe:input"
|
|
540
|
+
},
|
|
541
|
+
"type": "String"
|
|
639
542
|
},
|
|
640
543
|
{
|
|
544
|
+
"id": "authentication.password",
|
|
641
545
|
"label": "Password",
|
|
642
546
|
"description": "Provide a password for the user",
|
|
643
|
-
"group": "authentication",
|
|
644
|
-
"type": "String",
|
|
645
547
|
"optional": true,
|
|
548
|
+
"feel": "optional",
|
|
549
|
+
"group": "authentication",
|
|
646
550
|
"binding": {
|
|
647
|
-
"
|
|
648
|
-
"
|
|
649
|
-
}
|
|
551
|
+
"name": "authentication.password",
|
|
552
|
+
"type": "zeebe:input"
|
|
553
|
+
},
|
|
554
|
+
"type": "String"
|
|
650
555
|
},
|
|
651
556
|
{
|
|
557
|
+
"id": "topic.bootstrapServers",
|
|
652
558
|
"label": "Bootstrap servers",
|
|
653
559
|
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
654
|
-
"
|
|
655
|
-
"type": "String",
|
|
656
|
-
"feel": "optional",
|
|
657
|
-
"binding": {
|
|
658
|
-
"type": "zeebe:input",
|
|
659
|
-
"name": "topic.bootstrapServers"
|
|
660
|
-
},
|
|
560
|
+
"optional": false,
|
|
661
561
|
"constraints": {
|
|
662
562
|
"notEmpty": true
|
|
663
|
-
}
|
|
664
|
-
},
|
|
665
|
-
{
|
|
666
|
-
"label": "Topic",
|
|
667
|
-
"description": "Provide topic name",
|
|
668
|
-
"group": "kafka",
|
|
669
|
-
"type": "String",
|
|
670
|
-
"feel": "optional",
|
|
671
|
-
"binding": {
|
|
672
|
-
"type": "zeebe:input",
|
|
673
|
-
"name": "topic.topicName"
|
|
674
563
|
},
|
|
675
|
-
"constraints": {
|
|
676
|
-
"notEmpty": true
|
|
677
|
-
}
|
|
678
|
-
},
|
|
679
|
-
{
|
|
680
|
-
"label": "Additional properties",
|
|
681
|
-
"description": "Provide additional Kafka producer properties in JSON",
|
|
682
|
-
"group": "kafka",
|
|
683
|
-
"type": "String",
|
|
684
|
-
"optional": true,
|
|
685
|
-
"feel": "required",
|
|
686
|
-
"binding": {
|
|
687
|
-
"type": "zeebe:input",
|
|
688
|
-
"name": "additionalProperties"
|
|
689
|
-
}
|
|
690
|
-
},
|
|
691
|
-
{
|
|
692
|
-
"label": "Key",
|
|
693
|
-
"description": "Provide message key",
|
|
694
|
-
"group": "message",
|
|
695
|
-
"type": "String",
|
|
696
564
|
"feel": "optional",
|
|
565
|
+
"group": "kafka",
|
|
697
566
|
"binding": {
|
|
698
|
-
"
|
|
699
|
-
"
|
|
567
|
+
"name": "topic.bootstrapServers",
|
|
568
|
+
"type": "zeebe:input"
|
|
700
569
|
},
|
|
701
|
-
"
|
|
702
|
-
"notEmpty": true
|
|
703
|
-
}
|
|
570
|
+
"type": "String"
|
|
704
571
|
},
|
|
705
572
|
{
|
|
706
|
-
"
|
|
707
|
-
"
|
|
708
|
-
"
|
|
709
|
-
"
|
|
710
|
-
"feel": "optional",
|
|
711
|
-
"binding": {
|
|
712
|
-
"type": "zeebe:input",
|
|
713
|
-
"name": "message.value"
|
|
714
|
-
},
|
|
573
|
+
"id": "topic.topicName",
|
|
574
|
+
"label": "Topic",
|
|
575
|
+
"description": "Provide topic name",
|
|
576
|
+
"optional": false,
|
|
715
577
|
"constraints": {
|
|
716
578
|
"notEmpty": true
|
|
717
|
-
}
|
|
718
|
-
},
|
|
719
|
-
{
|
|
720
|
-
"label": "Result variable",
|
|
721
|
-
"description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
|
|
722
|
-
"group": "output",
|
|
723
|
-
"type": "String",
|
|
724
|
-
"binding": {
|
|
725
|
-
"type": "zeebe:taskHeader",
|
|
726
|
-
"key": "resultVariable"
|
|
727
|
-
}
|
|
728
|
-
},
|
|
729
|
-
{
|
|
730
|
-
"label": "Result expression",
|
|
731
|
-
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
|
|
732
|
-
"group": "output",
|
|
733
|
-
"type": "Text",
|
|
734
|
-
"feel": "required",
|
|
735
|
-
"binding": {
|
|
736
|
-
"type": "zeebe:taskHeader",
|
|
737
|
-
"key": "resultExpression"
|
|
738
|
-
}
|
|
739
|
-
},
|
|
740
|
-
{
|
|
741
|
-
"label": "Error expression",
|
|
742
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
|
|
743
|
-
"group": "errors",
|
|
744
|
-
"type": "Text",
|
|
745
|
-
"feel": "required",
|
|
746
|
-
"binding": {
|
|
747
|
-
"type": "zeebe:taskHeader",
|
|
748
|
-
"key": "errorExpression"
|
|
749
|
-
}
|
|
750
|
-
}
|
|
751
|
-
],
|
|
752
|
-
"icon": {
|
|
753
|
-
"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"
|
|
754
|
-
},
|
|
755
|
-
"engines": {
|
|
756
|
-
"camunda": "^8.2"
|
|
757
|
-
}
|
|
758
|
-
},
|
|
759
|
-
{
|
|
760
|
-
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
761
|
-
"name": "Kafka Outbound Connector",
|
|
762
|
-
"id": "io.camunda.connectors.KAFKA.v1",
|
|
763
|
-
"description": "Produce Kafka message",
|
|
764
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound",
|
|
765
|
-
"version": 4,
|
|
766
|
-
"category": {
|
|
767
|
-
"id": "connectors",
|
|
768
|
-
"name": "Connectors"
|
|
769
|
-
},
|
|
770
|
-
"appliesTo": ["bpmn:Task"],
|
|
771
|
-
"elementType": {
|
|
772
|
-
"value": "bpmn:ServiceTask"
|
|
773
|
-
},
|
|
774
|
-
"groups": [
|
|
775
|
-
{
|
|
776
|
-
"id": "authentication",
|
|
777
|
-
"label": "Authentication"
|
|
778
|
-
},
|
|
779
|
-
{
|
|
780
|
-
"id": "kafka",
|
|
781
|
-
"label": "Kafka"
|
|
782
|
-
},
|
|
783
|
-
{
|
|
784
|
-
"id": "message",
|
|
785
|
-
"label": "Message"
|
|
786
|
-
},
|
|
787
|
-
{
|
|
788
|
-
"id": "output",
|
|
789
|
-
"label": "Output mapping"
|
|
790
|
-
},
|
|
791
|
-
{
|
|
792
|
-
"id": "error",
|
|
793
|
-
"label": "Error handling"
|
|
794
|
-
},
|
|
795
|
-
{
|
|
796
|
-
"id": "retries",
|
|
797
|
-
"label": "Retries"
|
|
798
|
-
}
|
|
799
|
-
],
|
|
800
|
-
"properties": [
|
|
801
|
-
{
|
|
802
|
-
"value": "io.camunda:connector-kafka:1",
|
|
803
|
-
"binding": {
|
|
804
|
-
"property": "type",
|
|
805
|
-
"type": "zeebe:taskDefinition"
|
|
806
579
|
},
|
|
807
|
-
"type": "Hidden"
|
|
808
|
-
},
|
|
809
|
-
{
|
|
810
|
-
"id": "authentication.username",
|
|
811
|
-
"label": "Username",
|
|
812
|
-
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
813
|
-
"optional": true,
|
|
814
580
|
"feel": "optional",
|
|
815
|
-
"group": "
|
|
581
|
+
"group": "kafka",
|
|
816
582
|
"binding": {
|
|
817
|
-
"name": "
|
|
583
|
+
"name": "topic.topicName",
|
|
818
584
|
"type": "zeebe:input"
|
|
819
585
|
},
|
|
820
586
|
"type": "String"
|
|
821
587
|
},
|
|
822
588
|
{
|
|
823
|
-
"id": "
|
|
824
|
-
"label": "
|
|
825
|
-
"
|
|
826
|
-
"
|
|
827
|
-
"feel": "optional",
|
|
828
|
-
"group": "authentication",
|
|
589
|
+
"id": "schemaStrategy.type",
|
|
590
|
+
"label": "Schema strategy",
|
|
591
|
+
"value": "noSchema",
|
|
592
|
+
"group": "kafka",
|
|
829
593
|
"binding": {
|
|
830
|
-
"name": "
|
|
594
|
+
"name": "schemaStrategy.type",
|
|
831
595
|
"type": "zeebe:input"
|
|
832
596
|
},
|
|
833
|
-
"type": "
|
|
597
|
+
"type": "Dropdown",
|
|
598
|
+
"choices": [
|
|
599
|
+
{
|
|
600
|
+
"name": "No schema",
|
|
601
|
+
"value": "noSchema"
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"name": "Inline schema",
|
|
605
|
+
"value": "inlineSchema"
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"name": "Schema registry",
|
|
609
|
+
"value": "schemaRegistry"
|
|
610
|
+
}
|
|
611
|
+
]
|
|
834
612
|
},
|
|
835
613
|
{
|
|
836
|
-
"id": "
|
|
837
|
-
"label": "
|
|
838
|
-
"description": "Select the
|
|
614
|
+
"id": "schemaStrategy.schemaType",
|
|
615
|
+
"label": "Schema type",
|
|
616
|
+
"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>",
|
|
839
617
|
"optional": false,
|
|
840
|
-
"value": "
|
|
618
|
+
"value": "avro",
|
|
841
619
|
"group": "kafka",
|
|
842
620
|
"binding": {
|
|
843
|
-
"name": "
|
|
621
|
+
"name": "schemaStrategy.schemaType",
|
|
844
622
|
"type": "zeebe:input"
|
|
845
623
|
},
|
|
624
|
+
"condition": {
|
|
625
|
+
"property": "schemaStrategy.type",
|
|
626
|
+
"equals": "schemaRegistry",
|
|
627
|
+
"type": "simple"
|
|
628
|
+
},
|
|
846
629
|
"type": "Dropdown",
|
|
847
630
|
"choices": [
|
|
848
631
|
{
|
|
849
|
-
"name": "
|
|
632
|
+
"name": "JSON",
|
|
850
633
|
"value": "json"
|
|
851
634
|
},
|
|
852
635
|
{
|
|
853
|
-
"name": "
|
|
636
|
+
"name": "Avro (alpha)",
|
|
854
637
|
"value": "avro"
|
|
855
638
|
}
|
|
856
639
|
]
|
|
857
640
|
},
|
|
858
641
|
{
|
|
859
|
-
"id": "
|
|
860
|
-
"label": "
|
|
861
|
-
"description": "Provide
|
|
642
|
+
"id": "schemaStrategy.schemaRegistryUrl",
|
|
643
|
+
"label": "Schema registry URL",
|
|
644
|
+
"description": "Provide the schema registry URL",
|
|
862
645
|
"optional": false,
|
|
863
646
|
"constraints": {
|
|
864
647
|
"notEmpty": true
|
|
@@ -866,24 +649,13 @@
|
|
|
866
649
|
"feel": "optional",
|
|
867
650
|
"group": "kafka",
|
|
868
651
|
"binding": {
|
|
869
|
-
"name": "
|
|
652
|
+
"name": "schemaStrategy.schemaRegistryUrl",
|
|
870
653
|
"type": "zeebe:input"
|
|
871
654
|
},
|
|
872
|
-
"
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
"label": "Topic",
|
|
877
|
-
"description": "Provide topic name",
|
|
878
|
-
"optional": false,
|
|
879
|
-
"constraints": {
|
|
880
|
-
"notEmpty": true
|
|
881
|
-
},
|
|
882
|
-
"feel": "optional",
|
|
883
|
-
"group": "kafka",
|
|
884
|
-
"binding": {
|
|
885
|
-
"name": "topic.topicName",
|
|
886
|
-
"type": "zeebe:input"
|
|
655
|
+
"condition": {
|
|
656
|
+
"property": "schemaStrategy.type",
|
|
657
|
+
"equals": "schemaRegistry",
|
|
658
|
+
"type": "simple"
|
|
887
659
|
},
|
|
888
660
|
"type": "String"
|
|
889
661
|
},
|
|
@@ -918,9 +690,6 @@
|
|
|
918
690
|
"label": "Key",
|
|
919
691
|
"description": "Provide message key",
|
|
920
692
|
"optional": false,
|
|
921
|
-
"constraints": {
|
|
922
|
-
"notEmpty": true
|
|
923
|
-
},
|
|
924
693
|
"feel": "optional",
|
|
925
694
|
"group": "message",
|
|
926
695
|
"binding": {
|
|
@@ -946,9 +715,9 @@
|
|
|
946
715
|
"type": "String"
|
|
947
716
|
},
|
|
948
717
|
{
|
|
949
|
-
"id": "avro.schema",
|
|
950
|
-
"label": "
|
|
951
|
-
"description": "
|
|
718
|
+
"id": "schemaStrategy.avro.schema",
|
|
719
|
+
"label": "Schema",
|
|
720
|
+
"description": "Inline schema (Avro) for the message value",
|
|
952
721
|
"optional": false,
|
|
953
722
|
"constraints": {
|
|
954
723
|
"notEmpty": true
|
|
@@ -956,22 +725,43 @@
|
|
|
956
725
|
"feel": "required",
|
|
957
726
|
"group": "message",
|
|
958
727
|
"binding": {
|
|
959
|
-
"name": "
|
|
728
|
+
"name": "schemaStrategy.schema",
|
|
960
729
|
"type": "zeebe:input"
|
|
961
730
|
},
|
|
962
731
|
"condition": {
|
|
963
|
-
"property": "
|
|
964
|
-
"equals": "
|
|
732
|
+
"property": "schemaStrategy.type",
|
|
733
|
+
"equals": "inlineSchema",
|
|
965
734
|
"type": "simple"
|
|
966
735
|
},
|
|
967
736
|
"type": "Text"
|
|
968
737
|
},
|
|
969
738
|
{
|
|
970
|
-
"id": "
|
|
971
|
-
"label": "
|
|
972
|
-
"description": "
|
|
973
|
-
"
|
|
974
|
-
"
|
|
739
|
+
"id": "schemaStrategy.schema",
|
|
740
|
+
"label": "Schema",
|
|
741
|
+
"description": "Schema (JSON or AVRO) for the message value",
|
|
742
|
+
"optional": false,
|
|
743
|
+
"constraints": {
|
|
744
|
+
"notEmpty": true
|
|
745
|
+
},
|
|
746
|
+
"feel": "required",
|
|
747
|
+
"group": "message",
|
|
748
|
+
"binding": {
|
|
749
|
+
"name": "schemaStrategy.schema",
|
|
750
|
+
"type": "zeebe:input"
|
|
751
|
+
},
|
|
752
|
+
"condition": {
|
|
753
|
+
"property": "schemaStrategy.type",
|
|
754
|
+
"equals": "schemaRegistry",
|
|
755
|
+
"type": "simple"
|
|
756
|
+
},
|
|
757
|
+
"type": "Text"
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
"id": "resultVariable",
|
|
761
|
+
"label": "Result variable",
|
|
762
|
+
"description": "Name of variable to store the response in",
|
|
763
|
+
"group": "output",
|
|
764
|
+
"binding": {
|
|
975
765
|
"key": "resultVariable",
|
|
976
766
|
"type": "zeebe:taskHeader"
|
|
977
767
|
},
|
|
@@ -1032,16 +822,16 @@
|
|
|
1032
822
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
1033
823
|
},
|
|
1034
824
|
"engines": {
|
|
1035
|
-
"camunda": "^8.
|
|
825
|
+
"camunda": "^8.6"
|
|
1036
826
|
}
|
|
1037
827
|
},
|
|
1038
828
|
{
|
|
1039
829
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1040
830
|
"name": "Kafka Outbound Connector",
|
|
1041
831
|
"id": "io.camunda.connectors.KAFKA.v1",
|
|
832
|
+
"version": 2,
|
|
1042
833
|
"description": "Produce Kafka message",
|
|
1043
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka
|
|
1044
|
-
"version": 5,
|
|
834
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/",
|
|
1045
835
|
"category": {
|
|
1046
836
|
"id": "connectors",
|
|
1047
837
|
"name": "Connectors"
|
|
@@ -1065,322 +855,150 @@
|
|
|
1065
855
|
},
|
|
1066
856
|
{
|
|
1067
857
|
"id": "output",
|
|
1068
|
-
"label": "
|
|
858
|
+
"label": "Response mapping"
|
|
1069
859
|
},
|
|
1070
860
|
{
|
|
1071
|
-
"id": "
|
|
861
|
+
"id": "errors",
|
|
1072
862
|
"label": "Error handling"
|
|
1073
|
-
},
|
|
1074
|
-
{
|
|
1075
|
-
"id": "retries",
|
|
1076
|
-
"label": "Retries"
|
|
1077
863
|
}
|
|
1078
864
|
],
|
|
1079
865
|
"properties": [
|
|
1080
866
|
{
|
|
867
|
+
"type": "Hidden",
|
|
1081
868
|
"value": "io.camunda:connector-kafka:1",
|
|
1082
869
|
"binding": {
|
|
1083
|
-
"
|
|
1084
|
-
"
|
|
1085
|
-
}
|
|
1086
|
-
"type": "Hidden"
|
|
870
|
+
"type": "zeebe:taskDefinition",
|
|
871
|
+
"property": "type"
|
|
872
|
+
}
|
|
1087
873
|
},
|
|
1088
874
|
{
|
|
1089
|
-
"id": "authentication.username",
|
|
1090
875
|
"label": "Username",
|
|
1091
876
|
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
1092
|
-
"optional": true,
|
|
1093
|
-
"feel": "optional",
|
|
1094
877
|
"group": "authentication",
|
|
878
|
+
"type": "String",
|
|
879
|
+
"optional": true,
|
|
1095
880
|
"binding": {
|
|
1096
|
-
"
|
|
1097
|
-
"
|
|
1098
|
-
}
|
|
1099
|
-
"type": "String"
|
|
881
|
+
"type": "zeebe:input",
|
|
882
|
+
"name": "authentication.username"
|
|
883
|
+
}
|
|
1100
884
|
},
|
|
1101
885
|
{
|
|
1102
|
-
"id": "authentication.password",
|
|
1103
886
|
"label": "Password",
|
|
1104
887
|
"description": "Provide a password for the user",
|
|
1105
|
-
"optional": true,
|
|
1106
|
-
"feel": "optional",
|
|
1107
888
|
"group": "authentication",
|
|
889
|
+
"type": "String",
|
|
890
|
+
"optional": true,
|
|
1108
891
|
"binding": {
|
|
1109
|
-
"
|
|
1110
|
-
"
|
|
1111
|
-
}
|
|
1112
|
-
"type": "String"
|
|
892
|
+
"type": "zeebe:input",
|
|
893
|
+
"name": "authentication.password"
|
|
894
|
+
}
|
|
1113
895
|
},
|
|
1114
896
|
{
|
|
1115
|
-
"id": "topic.bootstrapServers",
|
|
1116
897
|
"label": "Bootstrap servers",
|
|
1117
898
|
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
1118
|
-
"optional": false,
|
|
1119
|
-
"constraints": {
|
|
1120
|
-
"notEmpty": true
|
|
1121
|
-
},
|
|
1122
|
-
"feel": "optional",
|
|
1123
899
|
"group": "kafka",
|
|
900
|
+
"type": "String",
|
|
901
|
+
"feel": "optional",
|
|
1124
902
|
"binding": {
|
|
1125
|
-
"
|
|
1126
|
-
"
|
|
903
|
+
"type": "zeebe:input",
|
|
904
|
+
"name": "topic.bootstrapServers"
|
|
1127
905
|
},
|
|
1128
|
-
"type": "String"
|
|
1129
|
-
},
|
|
1130
|
-
{
|
|
1131
|
-
"id": "topic.topicName",
|
|
1132
|
-
"label": "Topic",
|
|
1133
|
-
"description": "Provide topic name",
|
|
1134
|
-
"optional": false,
|
|
1135
906
|
"constraints": {
|
|
1136
907
|
"notEmpty": true
|
|
1137
|
-
}
|
|
1138
|
-
"feel": "optional",
|
|
1139
|
-
"group": "kafka",
|
|
1140
|
-
"binding": {
|
|
1141
|
-
"name": "topic.topicName",
|
|
1142
|
-
"type": "zeebe:input"
|
|
1143
|
-
},
|
|
1144
|
-
"type": "String"
|
|
1145
|
-
},
|
|
1146
|
-
{
|
|
1147
|
-
"id": "schemaStrategy.type",
|
|
1148
|
-
"label": "Schema strategy",
|
|
1149
|
-
"value": "noSchema",
|
|
1150
|
-
"group": "kafka",
|
|
1151
|
-
"binding": {
|
|
1152
|
-
"name": "schemaStrategy.type",
|
|
1153
|
-
"type": "zeebe:input"
|
|
1154
|
-
},
|
|
1155
|
-
"type": "Dropdown",
|
|
1156
|
-
"choices": [
|
|
1157
|
-
{
|
|
1158
|
-
"name": "No schema",
|
|
1159
|
-
"value": "noSchema"
|
|
1160
|
-
},
|
|
1161
|
-
{
|
|
1162
|
-
"name": "Inline schema",
|
|
1163
|
-
"value": "inlineSchema"
|
|
1164
|
-
},
|
|
1165
|
-
{
|
|
1166
|
-
"name": "Schema registry",
|
|
1167
|
-
"value": "schemaRegistry"
|
|
1168
|
-
}
|
|
1169
|
-
]
|
|
908
|
+
}
|
|
1170
909
|
},
|
|
1171
910
|
{
|
|
1172
|
-
"
|
|
1173
|
-
"
|
|
1174
|
-
"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>",
|
|
1175
|
-
"optional": false,
|
|
1176
|
-
"value": "avro",
|
|
911
|
+
"label": "Topic",
|
|
912
|
+
"description": "Provide topic name",
|
|
1177
913
|
"group": "kafka",
|
|
914
|
+
"type": "String",
|
|
915
|
+
"feel": "optional",
|
|
1178
916
|
"binding": {
|
|
1179
|
-
"
|
|
1180
|
-
"
|
|
1181
|
-
},
|
|
1182
|
-
"condition": {
|
|
1183
|
-
"property": "schemaStrategy.type",
|
|
1184
|
-
"equals": "schemaRegistry",
|
|
1185
|
-
"type": "simple"
|
|
917
|
+
"type": "zeebe:input",
|
|
918
|
+
"name": "topic.topicName"
|
|
1186
919
|
},
|
|
1187
|
-
"type": "Dropdown",
|
|
1188
|
-
"choices": [
|
|
1189
|
-
{
|
|
1190
|
-
"name": "JSON",
|
|
1191
|
-
"value": "json"
|
|
1192
|
-
},
|
|
1193
|
-
{
|
|
1194
|
-
"name": "Avro (alpha)",
|
|
1195
|
-
"value": "avro"
|
|
1196
|
-
}
|
|
1197
|
-
]
|
|
1198
|
-
},
|
|
1199
|
-
{
|
|
1200
|
-
"id": "schemaStrategy.schemaRegistryUrl",
|
|
1201
|
-
"label": "Schema registry URL",
|
|
1202
|
-
"description": "Provide the schema registry URL",
|
|
1203
|
-
"optional": false,
|
|
1204
920
|
"constraints": {
|
|
1205
921
|
"notEmpty": true
|
|
1206
|
-
}
|
|
1207
|
-
"feel": "optional",
|
|
1208
|
-
"group": "kafka",
|
|
1209
|
-
"binding": {
|
|
1210
|
-
"name": "schemaStrategy.schemaRegistryUrl",
|
|
1211
|
-
"type": "zeebe:input"
|
|
1212
|
-
},
|
|
1213
|
-
"condition": {
|
|
1214
|
-
"property": "schemaStrategy.type",
|
|
1215
|
-
"equals": "schemaRegistry",
|
|
1216
|
-
"type": "simple"
|
|
1217
|
-
},
|
|
1218
|
-
"type": "String"
|
|
1219
|
-
},
|
|
1220
|
-
{
|
|
1221
|
-
"id": "headers",
|
|
1222
|
-
"label": "Headers",
|
|
1223
|
-
"description": "Provide Kafka producer headers in JSON",
|
|
1224
|
-
"optional": true,
|
|
1225
|
-
"feel": "required",
|
|
1226
|
-
"group": "kafka",
|
|
1227
|
-
"binding": {
|
|
1228
|
-
"name": "headers",
|
|
1229
|
-
"type": "zeebe:input"
|
|
1230
|
-
},
|
|
1231
|
-
"type": "String"
|
|
922
|
+
}
|
|
1232
923
|
},
|
|
1233
924
|
{
|
|
1234
|
-
"id": "additionalProperties",
|
|
1235
925
|
"label": "Additional properties",
|
|
1236
926
|
"description": "Provide additional Kafka producer properties in JSON",
|
|
927
|
+
"group": "kafka",
|
|
928
|
+
"type": "String",
|
|
1237
929
|
"optional": true,
|
|
1238
930
|
"feel": "required",
|
|
1239
|
-
"group": "kafka",
|
|
1240
931
|
"binding": {
|
|
1241
|
-
"
|
|
1242
|
-
"
|
|
1243
|
-
}
|
|
1244
|
-
"type": "String"
|
|
932
|
+
"type": "zeebe:input",
|
|
933
|
+
"name": "additionalProperties"
|
|
934
|
+
}
|
|
1245
935
|
},
|
|
1246
936
|
{
|
|
1247
|
-
"id": "message.key",
|
|
1248
937
|
"label": "Key",
|
|
1249
938
|
"description": "Provide message key",
|
|
1250
|
-
"optional": false,
|
|
1251
|
-
"feel": "optional",
|
|
1252
939
|
"group": "message",
|
|
940
|
+
"type": "String",
|
|
941
|
+
"feel": "optional",
|
|
1253
942
|
"binding": {
|
|
1254
|
-
"
|
|
1255
|
-
"
|
|
943
|
+
"type": "zeebe:input",
|
|
944
|
+
"name": "message.key"
|
|
1256
945
|
},
|
|
1257
|
-
"
|
|
946
|
+
"constraints": {
|
|
947
|
+
"notEmpty": true
|
|
948
|
+
}
|
|
1258
949
|
},
|
|
1259
950
|
{
|
|
1260
|
-
"id": "message.value",
|
|
1261
951
|
"label": "Value",
|
|
1262
952
|
"description": "Provide message value",
|
|
1263
|
-
"optional": false,
|
|
1264
|
-
"constraints": {
|
|
1265
|
-
"notEmpty": true
|
|
1266
|
-
},
|
|
1267
|
-
"feel": "optional",
|
|
1268
953
|
"group": "message",
|
|
954
|
+
"type": "String",
|
|
955
|
+
"feel": "optional",
|
|
1269
956
|
"binding": {
|
|
1270
|
-
"
|
|
1271
|
-
"
|
|
957
|
+
"type": "zeebe:input",
|
|
958
|
+
"name": "message.value"
|
|
1272
959
|
},
|
|
1273
|
-
"type": "String"
|
|
1274
|
-
},
|
|
1275
|
-
{
|
|
1276
|
-
"id": "schemaStrategy.avro.schema",
|
|
1277
|
-
"label": "Schema",
|
|
1278
|
-
"description": "Inline schema (Avro) for the message value",
|
|
1279
|
-
"optional": false,
|
|
1280
960
|
"constraints": {
|
|
1281
961
|
"notEmpty": true
|
|
1282
|
-
}
|
|
1283
|
-
|
|
1284
|
-
|
|
962
|
+
}
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"label": "Result variable",
|
|
966
|
+
"description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
|
|
967
|
+
"group": "output",
|
|
968
|
+
"type": "String",
|
|
1285
969
|
"binding": {
|
|
1286
|
-
"
|
|
1287
|
-
"
|
|
1288
|
-
}
|
|
1289
|
-
"condition": {
|
|
1290
|
-
"property": "schemaStrategy.type",
|
|
1291
|
-
"equals": "inlineSchema",
|
|
1292
|
-
"type": "simple"
|
|
1293
|
-
},
|
|
1294
|
-
"type": "Text"
|
|
970
|
+
"type": "zeebe:taskHeader",
|
|
971
|
+
"key": "resultVariable"
|
|
972
|
+
}
|
|
1295
973
|
},
|
|
1296
974
|
{
|
|
1297
|
-
"id": "schemaStrategy.schema",
|
|
1298
|
-
"label": "Schema",
|
|
1299
|
-
"description": "Schema (JSON or AVRO) for the message value",
|
|
1300
|
-
"optional": false,
|
|
1301
|
-
"constraints": {
|
|
1302
|
-
"notEmpty": true
|
|
1303
|
-
},
|
|
1304
|
-
"feel": "required",
|
|
1305
|
-
"group": "message",
|
|
1306
|
-
"binding": {
|
|
1307
|
-
"name": "schemaStrategy.schema",
|
|
1308
|
-
"type": "zeebe:input"
|
|
1309
|
-
},
|
|
1310
|
-
"condition": {
|
|
1311
|
-
"property": "schemaStrategy.type",
|
|
1312
|
-
"equals": "schemaRegistry",
|
|
1313
|
-
"type": "simple"
|
|
1314
|
-
},
|
|
1315
|
-
"type": "Text"
|
|
1316
|
-
},
|
|
1317
|
-
{
|
|
1318
|
-
"id": "resultVariable",
|
|
1319
|
-
"label": "Result variable",
|
|
1320
|
-
"description": "Name of variable to store the response in",
|
|
1321
|
-
"group": "output",
|
|
1322
|
-
"binding": {
|
|
1323
|
-
"key": "resultVariable",
|
|
1324
|
-
"type": "zeebe:taskHeader"
|
|
1325
|
-
},
|
|
1326
|
-
"type": "String"
|
|
1327
|
-
},
|
|
1328
|
-
{
|
|
1329
|
-
"id": "resultExpression",
|
|
1330
975
|
"label": "Result expression",
|
|
1331
|
-
"description": "Expression to map the response into process variables",
|
|
1332
|
-
"feel": "required",
|
|
976
|
+
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
|
|
1333
977
|
"group": "output",
|
|
978
|
+
"type": "Text",
|
|
979
|
+
"feel": "required",
|
|
1334
980
|
"binding": {
|
|
1335
|
-
"
|
|
1336
|
-
"
|
|
1337
|
-
}
|
|
1338
|
-
"type": "Text"
|
|
981
|
+
"type": "zeebe:taskHeader",
|
|
982
|
+
"key": "resultExpression"
|
|
983
|
+
}
|
|
1339
984
|
},
|
|
1340
985
|
{
|
|
1341
|
-
"id": "errorExpression",
|
|
1342
986
|
"label": "Error expression",
|
|
1343
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
987
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
|
|
988
|
+
"group": "errors",
|
|
989
|
+
"type": "Text",
|
|
1344
990
|
"feel": "required",
|
|
1345
|
-
"group": "error",
|
|
1346
991
|
"binding": {
|
|
1347
|
-
"
|
|
1348
|
-
"
|
|
1349
|
-
}
|
|
1350
|
-
"type": "Text"
|
|
1351
|
-
},
|
|
1352
|
-
{
|
|
1353
|
-
"id": "retryCount",
|
|
1354
|
-
"label": "Retries",
|
|
1355
|
-
"description": "Number of retries",
|
|
1356
|
-
"value": "3",
|
|
1357
|
-
"feel": "optional",
|
|
1358
|
-
"group": "retries",
|
|
1359
|
-
"binding": {
|
|
1360
|
-
"property": "retries",
|
|
1361
|
-
"type": "zeebe:taskDefinition"
|
|
1362
|
-
},
|
|
1363
|
-
"type": "String"
|
|
1364
|
-
},
|
|
1365
|
-
{
|
|
1366
|
-
"id": "retryBackoff",
|
|
1367
|
-
"label": "Retry backoff",
|
|
1368
|
-
"description": "ISO-8601 duration to wait between retries",
|
|
1369
|
-
"value": "PT0S",
|
|
1370
|
-
"feel": "optional",
|
|
1371
|
-
"group": "retries",
|
|
1372
|
-
"binding": {
|
|
1373
|
-
"key": "retryBackoff",
|
|
1374
|
-
"type": "zeebe:taskHeader"
|
|
1375
|
-
},
|
|
1376
|
-
"type": "String"
|
|
992
|
+
"type": "zeebe:taskHeader",
|
|
993
|
+
"key": "errorExpression"
|
|
994
|
+
}
|
|
1377
995
|
}
|
|
1378
996
|
],
|
|
1379
997
|
"icon": {
|
|
1380
|
-
"contents": "data:image/svg+xml;
|
|
998
|
+
"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"
|
|
1381
999
|
},
|
|
1382
1000
|
"engines": {
|
|
1383
|
-
"camunda": "^8.
|
|
1001
|
+
"camunda": "^8.2"
|
|
1384
1002
|
}
|
|
1385
1003
|
},
|
|
1386
1004
|
{
|
|
@@ -1558,5 +1176,387 @@
|
|
|
1558
1176
|
"engines": {
|
|
1559
1177
|
"camunda": "^8.2"
|
|
1560
1178
|
}
|
|
1179
|
+
},
|
|
1180
|
+
{
|
|
1181
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1182
|
+
"name": "Kafka Outbound Connector",
|
|
1183
|
+
"id": "io.camunda.connectors.KAFKA.v1",
|
|
1184
|
+
"description": "Produce Kafka message",
|
|
1185
|
+
"metadata": {
|
|
1186
|
+
"keywords": []
|
|
1187
|
+
},
|
|
1188
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound",
|
|
1189
|
+
"version": 6,
|
|
1190
|
+
"category": {
|
|
1191
|
+
"id": "connectors",
|
|
1192
|
+
"name": "Connectors"
|
|
1193
|
+
},
|
|
1194
|
+
"appliesTo": ["bpmn:Task"],
|
|
1195
|
+
"elementType": {
|
|
1196
|
+
"value": "bpmn:ServiceTask"
|
|
1197
|
+
},
|
|
1198
|
+
"engines": {
|
|
1199
|
+
"camunda": "^8.3"
|
|
1200
|
+
},
|
|
1201
|
+
"groups": [
|
|
1202
|
+
{
|
|
1203
|
+
"id": "authentication",
|
|
1204
|
+
"label": "Authentication"
|
|
1205
|
+
},
|
|
1206
|
+
{
|
|
1207
|
+
"id": "kafka",
|
|
1208
|
+
"label": "Kafka"
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"id": "schema",
|
|
1212
|
+
"label": "Schema"
|
|
1213
|
+
},
|
|
1214
|
+
{
|
|
1215
|
+
"id": "message",
|
|
1216
|
+
"label": "Message"
|
|
1217
|
+
},
|
|
1218
|
+
{
|
|
1219
|
+
"id": "connector",
|
|
1220
|
+
"label": "Connector"
|
|
1221
|
+
},
|
|
1222
|
+
{
|
|
1223
|
+
"id": "output",
|
|
1224
|
+
"label": "Output mapping"
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
"id": "error",
|
|
1228
|
+
"label": "Error handling"
|
|
1229
|
+
},
|
|
1230
|
+
{
|
|
1231
|
+
"id": "retries",
|
|
1232
|
+
"label": "Retries"
|
|
1233
|
+
}
|
|
1234
|
+
],
|
|
1235
|
+
"properties": [
|
|
1236
|
+
{
|
|
1237
|
+
"value": "io.camunda:connector-kafka:1",
|
|
1238
|
+
"binding": {
|
|
1239
|
+
"property": "type",
|
|
1240
|
+
"type": "zeebe:taskDefinition"
|
|
1241
|
+
},
|
|
1242
|
+
"type": "Hidden"
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"id": "authentication.username",
|
|
1246
|
+
"label": "Username",
|
|
1247
|
+
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
1248
|
+
"optional": true,
|
|
1249
|
+
"feel": "optional",
|
|
1250
|
+
"group": "authentication",
|
|
1251
|
+
"binding": {
|
|
1252
|
+
"name": "authentication.username",
|
|
1253
|
+
"type": "zeebe:input"
|
|
1254
|
+
},
|
|
1255
|
+
"type": "String"
|
|
1256
|
+
},
|
|
1257
|
+
{
|
|
1258
|
+
"id": "authentication.password",
|
|
1259
|
+
"label": "Password",
|
|
1260
|
+
"description": "Provide a password for the user",
|
|
1261
|
+
"optional": true,
|
|
1262
|
+
"feel": "optional",
|
|
1263
|
+
"group": "authentication",
|
|
1264
|
+
"binding": {
|
|
1265
|
+
"name": "authentication.password",
|
|
1266
|
+
"type": "zeebe:input"
|
|
1267
|
+
},
|
|
1268
|
+
"type": "String"
|
|
1269
|
+
},
|
|
1270
|
+
{
|
|
1271
|
+
"id": "topic.bootstrapServers",
|
|
1272
|
+
"label": "Bootstrap servers",
|
|
1273
|
+
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
1274
|
+
"optional": false,
|
|
1275
|
+
"constraints": {
|
|
1276
|
+
"notEmpty": true
|
|
1277
|
+
},
|
|
1278
|
+
"feel": "optional",
|
|
1279
|
+
"group": "kafka",
|
|
1280
|
+
"binding": {
|
|
1281
|
+
"name": "topic.bootstrapServers",
|
|
1282
|
+
"type": "zeebe:input"
|
|
1283
|
+
},
|
|
1284
|
+
"type": "String"
|
|
1285
|
+
},
|
|
1286
|
+
{
|
|
1287
|
+
"id": "topic.topicName",
|
|
1288
|
+
"label": "Topic",
|
|
1289
|
+
"description": "Provide topic name",
|
|
1290
|
+
"optional": false,
|
|
1291
|
+
"constraints": {
|
|
1292
|
+
"notEmpty": true
|
|
1293
|
+
},
|
|
1294
|
+
"feel": "optional",
|
|
1295
|
+
"group": "kafka",
|
|
1296
|
+
"binding": {
|
|
1297
|
+
"name": "topic.topicName",
|
|
1298
|
+
"type": "zeebe:input"
|
|
1299
|
+
},
|
|
1300
|
+
"type": "String"
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
"id": "additionalProperties",
|
|
1304
|
+
"label": "Additional properties",
|
|
1305
|
+
"description": "Provide additional Kafka producer properties in JSON",
|
|
1306
|
+
"optional": true,
|
|
1307
|
+
"feel": "required",
|
|
1308
|
+
"group": "kafka",
|
|
1309
|
+
"binding": {
|
|
1310
|
+
"name": "additionalProperties",
|
|
1311
|
+
"type": "zeebe:input"
|
|
1312
|
+
},
|
|
1313
|
+
"type": "String"
|
|
1314
|
+
},
|
|
1315
|
+
{
|
|
1316
|
+
"id": "schemaStrategy.type",
|
|
1317
|
+
"label": "Schema strategy",
|
|
1318
|
+
"value": "noSchema",
|
|
1319
|
+
"group": "schema",
|
|
1320
|
+
"binding": {
|
|
1321
|
+
"name": "schemaStrategy.type",
|
|
1322
|
+
"type": "zeebe:input"
|
|
1323
|
+
},
|
|
1324
|
+
"type": "Dropdown",
|
|
1325
|
+
"choices": [
|
|
1326
|
+
{
|
|
1327
|
+
"name": "No schema",
|
|
1328
|
+
"value": "noSchema"
|
|
1329
|
+
},
|
|
1330
|
+
{
|
|
1331
|
+
"name": "Avro Inline schema",
|
|
1332
|
+
"value": "inlineSchema"
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
"name": "Confluent Schema registry",
|
|
1336
|
+
"value": "schemaRegistry"
|
|
1337
|
+
}
|
|
1338
|
+
]
|
|
1339
|
+
},
|
|
1340
|
+
{
|
|
1341
|
+
"id": "schemaStrategy.avro.schema",
|
|
1342
|
+
"label": "Schema",
|
|
1343
|
+
"description": "Avro inline schema for the message value",
|
|
1344
|
+
"optional": false,
|
|
1345
|
+
"constraints": {
|
|
1346
|
+
"notEmpty": true
|
|
1347
|
+
},
|
|
1348
|
+
"feel": "required",
|
|
1349
|
+
"group": "schema",
|
|
1350
|
+
"binding": {
|
|
1351
|
+
"name": "schemaStrategy.schema",
|
|
1352
|
+
"type": "zeebe:input"
|
|
1353
|
+
},
|
|
1354
|
+
"condition": {
|
|
1355
|
+
"property": "schemaStrategy.type",
|
|
1356
|
+
"equals": "inlineSchema",
|
|
1357
|
+
"type": "simple"
|
|
1358
|
+
},
|
|
1359
|
+
"type": "Text"
|
|
1360
|
+
},
|
|
1361
|
+
{
|
|
1362
|
+
"id": "schemaStrategy.schema",
|
|
1363
|
+
"label": "Schema",
|
|
1364
|
+
"description": "Schema (JSON or AVRO) for the message value",
|
|
1365
|
+
"optional": false,
|
|
1366
|
+
"constraints": {
|
|
1367
|
+
"notEmpty": true
|
|
1368
|
+
},
|
|
1369
|
+
"feel": "required",
|
|
1370
|
+
"group": "schema",
|
|
1371
|
+
"binding": {
|
|
1372
|
+
"name": "schemaStrategy.schema",
|
|
1373
|
+
"type": "zeebe:input"
|
|
1374
|
+
},
|
|
1375
|
+
"condition": {
|
|
1376
|
+
"property": "schemaStrategy.type",
|
|
1377
|
+
"equals": "schemaRegistry",
|
|
1378
|
+
"type": "simple"
|
|
1379
|
+
},
|
|
1380
|
+
"type": "Text"
|
|
1381
|
+
},
|
|
1382
|
+
{
|
|
1383
|
+
"id": "schemaStrategy.schemaType",
|
|
1384
|
+
"label": "Schema type",
|
|
1385
|
+
"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>",
|
|
1386
|
+
"optional": false,
|
|
1387
|
+
"value": "avro",
|
|
1388
|
+
"group": "schema",
|
|
1389
|
+
"binding": {
|
|
1390
|
+
"name": "schemaStrategy.schemaType",
|
|
1391
|
+
"type": "zeebe:input"
|
|
1392
|
+
},
|
|
1393
|
+
"condition": {
|
|
1394
|
+
"property": "schemaStrategy.type",
|
|
1395
|
+
"equals": "schemaRegistry",
|
|
1396
|
+
"type": "simple"
|
|
1397
|
+
},
|
|
1398
|
+
"type": "Dropdown",
|
|
1399
|
+
"choices": [
|
|
1400
|
+
{
|
|
1401
|
+
"name": "JSON",
|
|
1402
|
+
"value": "json"
|
|
1403
|
+
},
|
|
1404
|
+
{
|
|
1405
|
+
"name": "Avro",
|
|
1406
|
+
"value": "avro"
|
|
1407
|
+
}
|
|
1408
|
+
]
|
|
1409
|
+
},
|
|
1410
|
+
{
|
|
1411
|
+
"id": "schemaStrategy.schemaRegistryUrl",
|
|
1412
|
+
"label": "Schema registry URL",
|
|
1413
|
+
"description": "Provide the schema registry URL",
|
|
1414
|
+
"optional": false,
|
|
1415
|
+
"constraints": {
|
|
1416
|
+
"notEmpty": true
|
|
1417
|
+
},
|
|
1418
|
+
"feel": "optional",
|
|
1419
|
+
"group": "schema",
|
|
1420
|
+
"binding": {
|
|
1421
|
+
"name": "schemaStrategy.schemaRegistryUrl",
|
|
1422
|
+
"type": "zeebe:input"
|
|
1423
|
+
},
|
|
1424
|
+
"condition": {
|
|
1425
|
+
"property": "schemaStrategy.type",
|
|
1426
|
+
"equals": "schemaRegistry",
|
|
1427
|
+
"type": "simple"
|
|
1428
|
+
},
|
|
1429
|
+
"type": "String"
|
|
1430
|
+
},
|
|
1431
|
+
{
|
|
1432
|
+
"id": "message.key",
|
|
1433
|
+
"label": "Key",
|
|
1434
|
+
"description": "Provide message key",
|
|
1435
|
+
"optional": false,
|
|
1436
|
+
"feel": "optional",
|
|
1437
|
+
"group": "message",
|
|
1438
|
+
"binding": {
|
|
1439
|
+
"name": "message.key",
|
|
1440
|
+
"type": "zeebe:input"
|
|
1441
|
+
},
|
|
1442
|
+
"type": "String"
|
|
1443
|
+
},
|
|
1444
|
+
{
|
|
1445
|
+
"id": "message.value",
|
|
1446
|
+
"label": "Value",
|
|
1447
|
+
"description": "Provide message value",
|
|
1448
|
+
"optional": false,
|
|
1449
|
+
"constraints": {
|
|
1450
|
+
"notEmpty": true
|
|
1451
|
+
},
|
|
1452
|
+
"feel": "optional",
|
|
1453
|
+
"group": "message",
|
|
1454
|
+
"binding": {
|
|
1455
|
+
"name": "message.value",
|
|
1456
|
+
"type": "zeebe:input"
|
|
1457
|
+
},
|
|
1458
|
+
"type": "String"
|
|
1459
|
+
},
|
|
1460
|
+
{
|
|
1461
|
+
"id": "headers",
|
|
1462
|
+
"label": "Headers",
|
|
1463
|
+
"description": "Provide Kafka producer headers in JSON",
|
|
1464
|
+
"optional": true,
|
|
1465
|
+
"feel": "required",
|
|
1466
|
+
"group": "message",
|
|
1467
|
+
"binding": {
|
|
1468
|
+
"name": "headers",
|
|
1469
|
+
"type": "zeebe:input"
|
|
1470
|
+
},
|
|
1471
|
+
"type": "String"
|
|
1472
|
+
},
|
|
1473
|
+
{
|
|
1474
|
+
"id": "version",
|
|
1475
|
+
"label": "Version",
|
|
1476
|
+
"description": "Version of the element template",
|
|
1477
|
+
"value": "6",
|
|
1478
|
+
"group": "connector",
|
|
1479
|
+
"binding": {
|
|
1480
|
+
"key": "elementTemplateVersion",
|
|
1481
|
+
"type": "zeebe:taskHeader"
|
|
1482
|
+
},
|
|
1483
|
+
"type": "Hidden"
|
|
1484
|
+
},
|
|
1485
|
+
{
|
|
1486
|
+
"id": "id",
|
|
1487
|
+
"label": "ID",
|
|
1488
|
+
"description": "ID of the element template",
|
|
1489
|
+
"value": "io.camunda.connectors.KAFKA.v1",
|
|
1490
|
+
"group": "connector",
|
|
1491
|
+
"binding": {
|
|
1492
|
+
"key": "elementTemplateId",
|
|
1493
|
+
"type": "zeebe:taskHeader"
|
|
1494
|
+
},
|
|
1495
|
+
"type": "Hidden"
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
"id": "resultVariable",
|
|
1499
|
+
"label": "Result variable",
|
|
1500
|
+
"description": "Name of variable to store the response in",
|
|
1501
|
+
"group": "output",
|
|
1502
|
+
"binding": {
|
|
1503
|
+
"key": "resultVariable",
|
|
1504
|
+
"type": "zeebe:taskHeader"
|
|
1505
|
+
},
|
|
1506
|
+
"type": "String"
|
|
1507
|
+
},
|
|
1508
|
+
{
|
|
1509
|
+
"id": "resultExpression",
|
|
1510
|
+
"label": "Result expression",
|
|
1511
|
+
"description": "Expression to map the response into process variables",
|
|
1512
|
+
"feel": "required",
|
|
1513
|
+
"group": "output",
|
|
1514
|
+
"binding": {
|
|
1515
|
+
"key": "resultExpression",
|
|
1516
|
+
"type": "zeebe:taskHeader"
|
|
1517
|
+
},
|
|
1518
|
+
"type": "Text"
|
|
1519
|
+
},
|
|
1520
|
+
{
|
|
1521
|
+
"id": "errorExpression",
|
|
1522
|
+
"label": "Error expression",
|
|
1523
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
1524
|
+
"feel": "required",
|
|
1525
|
+
"group": "error",
|
|
1526
|
+
"binding": {
|
|
1527
|
+
"key": "errorExpression",
|
|
1528
|
+
"type": "zeebe:taskHeader"
|
|
1529
|
+
},
|
|
1530
|
+
"type": "Text"
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
"id": "retryCount",
|
|
1534
|
+
"label": "Retries",
|
|
1535
|
+
"description": "Number of retries",
|
|
1536
|
+
"value": "3",
|
|
1537
|
+
"feel": "optional",
|
|
1538
|
+
"group": "retries",
|
|
1539
|
+
"binding": {
|
|
1540
|
+
"property": "retries",
|
|
1541
|
+
"type": "zeebe:taskDefinition"
|
|
1542
|
+
},
|
|
1543
|
+
"type": "String"
|
|
1544
|
+
},
|
|
1545
|
+
{
|
|
1546
|
+
"id": "retryBackoff",
|
|
1547
|
+
"label": "Retry backoff",
|
|
1548
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
1549
|
+
"value": "PT0S",
|
|
1550
|
+
"group": "retries",
|
|
1551
|
+
"binding": {
|
|
1552
|
+
"key": "retryBackoff",
|
|
1553
|
+
"type": "zeebe:taskHeader"
|
|
1554
|
+
},
|
|
1555
|
+
"type": "String"
|
|
1556
|
+
}
|
|
1557
|
+
],
|
|
1558
|
+
"icon": {
|
|
1559
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
1560
|
+
}
|
|
1561
1561
|
}
|
|
1562
1562
|
]
|