@camunda/connectors-element-templates 1.0.16 → 1.0.17
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/connectors.js +2 -0
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +1 -0
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +30 -30
- package/src/element-templates/agenticai-aiagent-job-worker.json +163 -163
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +2144 -2144
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +467 -466
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +482 -481
- package/src/element-templates/automation-anywhere-outbound-connector.json +613 -613
- package/src/element-templates/aws-bedrock-outbound-connector.json +74 -74
- package/src/element-templates/aws-dynamodb-outbound-connector.json +80 -80
- package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +22 -22
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
- package/src/element-templates/aws-eventbridge-outbound-connector.json +188 -188
- package/src/element-templates/aws-lambda-outbound-connector.json +238 -238
- package/src/element-templates/aws-sns-inbound-boundary.json +193 -193
- package/src/element-templates/aws-sns-inbound-intermediate.json +332 -332
- package/src/element-templates/aws-sns-inbound-message-start.json +110 -110
- package/src/element-templates/aws-sns-outbound-connector.json +741 -741
- package/src/element-templates/aws-sqs-boundary-connector.json +232 -232
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +493 -493
- package/src/element-templates/aws-sqs-outbound-connector.json +753 -753
- package/src/element-templates/aws-sqs-start-event-connector.json +483 -483
- package/src/element-templates/aws-sqs-start-message.json +438 -438
- package/src/element-templates/aws-textract-outbound-connector.json +123 -123
- package/src/element-templates/azure-open-ai-connector.json +32 -32
- package/src/element-templates/blue-prism-connector.json +6 -6
- package/src/element-templates/easy-post-connector.json +114 -114
- 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-message-start-event-connector.json +32 -32
- package/src/element-templates/email-outbound-connector.json +233 -233
- package/src/element-templates/github-connector.json +11435 -7908
- package/src/element-templates/github-webhook-connector-boundary.json +16 -16
- package/src/element-templates/github-webhook-connector-intermediate.json +25 -25
- package/src/element-templates/github-webhook-connector-start-event.json +64 -64
- package/src/element-templates/gitlab-connector.json +3394 -3394
- package/src/element-templates/google-drive-outbound-connector.json +420 -420
- package/src/element-templates/google-maps-platform-connector.json +14 -14
- package/src/element-templates/google-sheets-outbound-connector.json +1055 -1055
- package/src/element-templates/graphql-outbound-connector.json +1341 -763
- package/src/element-templates/http-connector.json.json +654 -0
- package/src/element-templates/http-json-connector.json +1489 -1475
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +801 -136
- package/src/element-templates/http-polling-connector.json +1604 -939
- package/src/element-templates/hugging-face-connector.json +196 -0
- package/src/element-templates/kafka-inbound-connector-boundary.json +483 -483
- package/src/element-templates/kafka-inbound-connector-intermediate.json +466 -466
- package/src/element-templates/kafka-inbound-connector-start-message.json +529 -529
- package/src/element-templates/kafka-outbound-connector.json +360 -360
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +147 -7
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +147 -7
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +160 -20
- package/src/element-templates/microsoft-teams-outbound-connector.json +1892 -47
- package/src/element-templates/openai-connector.json +83 -83
- package/src/element-templates/operate-connector.json +21 -21
- package/src/element-templates/power-automate-connector.json +4 -4
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +422 -422
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +338 -338
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +463 -463
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +360 -360
- package/src/element-templates/rabbitmq-outbound-connector.json +354 -354
- package/src/element-templates/salesforce-connector.json +38 -38
- package/src/element-templates/sendgrid-outbound-connector.json +354 -354
- package/src/element-templates/slack-inbound-boundary.json +253 -253
- package/src/element-templates/slack-inbound-message-start.json +321 -321
- package/src/element-templates/slack-inbound-start-event.json +327 -327
- package/src/element-templates/slack-outbound-connector.json +1203 -507
- package/src/element-templates/twilio-connector.json +65 -65
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-intermediate-connector.json +25 -25
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +1192 -547
- package/src/element-templates/webhook-connector-intermediate.json +1258 -613
- package/src/element-templates/webhook-connector-receive.json +644 -0
- package/src/element-templates/webhook-connector-start-event.json +1690 -1136
- package/src/element-templates/webhook-connector-start-message.json +1601 -924
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "Kafka
|
|
4
|
+
"name": "Kafka producer connector",
|
|
5
5
|
"id": "io.camunda.connectors.KAFKA.v1",
|
|
6
|
-
"version":
|
|
6
|
+
"version": 1,
|
|
7
7
|
"description": "Produce Kafka message",
|
|
8
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka
|
|
8
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/",
|
|
9
9
|
"category": {
|
|
10
10
|
"id": "connectors",
|
|
11
11
|
"name": "Connectors"
|
|
@@ -47,7 +47,6 @@
|
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
49
|
"label": "Username",
|
|
50
|
-
"id": "authentication.username",
|
|
51
50
|
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
52
51
|
"group": "authentication",
|
|
53
52
|
"type": "String",
|
|
@@ -59,7 +58,6 @@
|
|
|
59
58
|
},
|
|
60
59
|
{
|
|
61
60
|
"label": "Password",
|
|
62
|
-
"id": "authentication.password",
|
|
63
61
|
"description": "Provide a password for the user",
|
|
64
62
|
"group": "authentication",
|
|
65
63
|
"type": "String",
|
|
@@ -71,7 +69,6 @@
|
|
|
71
69
|
},
|
|
72
70
|
{
|
|
73
71
|
"label": "Bootstrap servers",
|
|
74
|
-
"id": "topic.bootstrapServers",
|
|
75
72
|
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
76
73
|
"group": "kafka",
|
|
77
74
|
"type": "String",
|
|
@@ -86,7 +83,6 @@
|
|
|
86
83
|
},
|
|
87
84
|
{
|
|
88
85
|
"label": "Topic",
|
|
89
|
-
"id": "topic.topicName",
|
|
90
86
|
"description": "Provide topic name",
|
|
91
87
|
"group": "kafka",
|
|
92
88
|
"type": "String",
|
|
@@ -99,22 +95,8 @@
|
|
|
99
95
|
"notEmpty": true
|
|
100
96
|
}
|
|
101
97
|
},
|
|
102
|
-
{
|
|
103
|
-
"label": "Headers",
|
|
104
|
-
"id": "headers",
|
|
105
|
-
"description": "Provide Kafka producer headers in JSON",
|
|
106
|
-
"group": "kafka",
|
|
107
|
-
"type": "String",
|
|
108
|
-
"optional": true,
|
|
109
|
-
"feel": "required",
|
|
110
|
-
"binding": {
|
|
111
|
-
"type": "zeebe:input",
|
|
112
|
-
"name": "headers"
|
|
113
|
-
}
|
|
114
|
-
},
|
|
115
98
|
{
|
|
116
99
|
"label": "Additional properties",
|
|
117
|
-
"id": "additionalProperties",
|
|
118
100
|
"description": "Provide additional Kafka producer properties in JSON",
|
|
119
101
|
"group": "kafka",
|
|
120
102
|
"type": "String",
|
|
@@ -127,7 +109,6 @@
|
|
|
127
109
|
},
|
|
128
110
|
{
|
|
129
111
|
"label": "Key",
|
|
130
|
-
"id": "message.key",
|
|
131
112
|
"description": "Provide message key",
|
|
132
113
|
"group": "message",
|
|
133
114
|
"type": "String",
|
|
@@ -142,7 +123,6 @@
|
|
|
142
123
|
},
|
|
143
124
|
{
|
|
144
125
|
"label": "Value",
|
|
145
|
-
"id": "message.value",
|
|
146
126
|
"description": "Provide message value",
|
|
147
127
|
"group": "message",
|
|
148
128
|
"type": "String",
|
|
@@ -157,7 +137,6 @@
|
|
|
157
137
|
},
|
|
158
138
|
{
|
|
159
139
|
"label": "Result variable",
|
|
160
|
-
"id": "resultVariable",
|
|
161
140
|
"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>",
|
|
162
141
|
"group": "output",
|
|
163
142
|
"type": "String",
|
|
@@ -168,7 +147,6 @@
|
|
|
168
147
|
},
|
|
169
148
|
{
|
|
170
149
|
"label": "Result expression",
|
|
171
|
-
"id": "resultExpression",
|
|
172
150
|
"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>",
|
|
173
151
|
"group": "output",
|
|
174
152
|
"type": "Text",
|
|
@@ -180,7 +158,6 @@
|
|
|
180
158
|
},
|
|
181
159
|
{
|
|
182
160
|
"label": "Error expression",
|
|
183
|
-
"id": "errorExpression",
|
|
184
161
|
"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>",
|
|
185
162
|
"group": "errors",
|
|
186
163
|
"type": "Text",
|
|
@@ -195,16 +172,16 @@
|
|
|
195
172
|
"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"
|
|
196
173
|
},
|
|
197
174
|
"engines": {
|
|
198
|
-
"camunda": "^8.
|
|
175
|
+
"camunda": "^8.2"
|
|
199
176
|
}
|
|
200
177
|
},
|
|
201
178
|
{
|
|
202
179
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
203
180
|
"name": "Kafka Outbound Connector",
|
|
204
181
|
"id": "io.camunda.connectors.KAFKA.v1",
|
|
182
|
+
"version": 3,
|
|
205
183
|
"description": "Produce Kafka message",
|
|
206
184
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound",
|
|
207
|
-
"version": 5,
|
|
208
185
|
"category": {
|
|
209
186
|
"id": "connectors",
|
|
210
187
|
"name": "Connectors"
|
|
@@ -228,331 +205,182 @@
|
|
|
228
205
|
},
|
|
229
206
|
{
|
|
230
207
|
"id": "output",
|
|
231
|
-
"label": "
|
|
208
|
+
"label": "Response mapping"
|
|
232
209
|
},
|
|
233
210
|
{
|
|
234
|
-
"id": "
|
|
211
|
+
"id": "errors",
|
|
235
212
|
"label": "Error handling"
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
"id": "retries",
|
|
239
|
-
"label": "Retries"
|
|
240
213
|
}
|
|
241
214
|
],
|
|
242
215
|
"properties": [
|
|
243
216
|
{
|
|
217
|
+
"type": "Hidden",
|
|
244
218
|
"value": "io.camunda:connector-kafka:1",
|
|
245
219
|
"binding": {
|
|
246
|
-
"
|
|
247
|
-
"
|
|
248
|
-
}
|
|
249
|
-
"type": "Hidden"
|
|
220
|
+
"type": "zeebe:taskDefinition",
|
|
221
|
+
"property": "type"
|
|
222
|
+
}
|
|
250
223
|
},
|
|
251
224
|
{
|
|
252
|
-
"id": "authentication.username",
|
|
253
225
|
"label": "Username",
|
|
226
|
+
"id": "authentication.username",
|
|
254
227
|
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
255
|
-
"optional": true,
|
|
256
|
-
"feel": "optional",
|
|
257
228
|
"group": "authentication",
|
|
229
|
+
"type": "String",
|
|
230
|
+
"optional": true,
|
|
258
231
|
"binding": {
|
|
259
|
-
"
|
|
260
|
-
"
|
|
261
|
-
}
|
|
262
|
-
"type": "String"
|
|
232
|
+
"type": "zeebe:input",
|
|
233
|
+
"name": "authentication.username"
|
|
234
|
+
}
|
|
263
235
|
},
|
|
264
236
|
{
|
|
265
|
-
"id": "authentication.password",
|
|
266
237
|
"label": "Password",
|
|
238
|
+
"id": "authentication.password",
|
|
267
239
|
"description": "Provide a password for the user",
|
|
268
|
-
"optional": true,
|
|
269
|
-
"feel": "optional",
|
|
270
240
|
"group": "authentication",
|
|
241
|
+
"type": "String",
|
|
242
|
+
"optional": true,
|
|
271
243
|
"binding": {
|
|
272
|
-
"
|
|
273
|
-
"
|
|
274
|
-
}
|
|
275
|
-
"type": "String"
|
|
244
|
+
"type": "zeebe:input",
|
|
245
|
+
"name": "authentication.password"
|
|
246
|
+
}
|
|
276
247
|
},
|
|
277
248
|
{
|
|
278
|
-
"id": "topic.bootstrapServers",
|
|
279
249
|
"label": "Bootstrap servers",
|
|
250
|
+
"id": "topic.bootstrapServers",
|
|
280
251
|
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
281
|
-
"optional": false,
|
|
282
|
-
"constraints": {
|
|
283
|
-
"notEmpty": true
|
|
284
|
-
},
|
|
285
|
-
"feel": "optional",
|
|
286
252
|
"group": "kafka",
|
|
253
|
+
"type": "String",
|
|
254
|
+
"feel": "optional",
|
|
287
255
|
"binding": {
|
|
288
|
-
"
|
|
289
|
-
"
|
|
256
|
+
"type": "zeebe:input",
|
|
257
|
+
"name": "topic.bootstrapServers"
|
|
290
258
|
},
|
|
291
|
-
"type": "String"
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
"id": "topic.topicName",
|
|
295
|
-
"label": "Topic",
|
|
296
|
-
"description": "Provide topic name",
|
|
297
|
-
"optional": false,
|
|
298
259
|
"constraints": {
|
|
299
260
|
"notEmpty": true
|
|
300
|
-
}
|
|
301
|
-
"feel": "optional",
|
|
302
|
-
"group": "kafka",
|
|
303
|
-
"binding": {
|
|
304
|
-
"name": "topic.topicName",
|
|
305
|
-
"type": "zeebe:input"
|
|
306
|
-
},
|
|
307
|
-
"type": "String"
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
"id": "schemaStrategy.type",
|
|
311
|
-
"label": "Schema strategy",
|
|
312
|
-
"value": "noSchema",
|
|
313
|
-
"group": "kafka",
|
|
314
|
-
"binding": {
|
|
315
|
-
"name": "schemaStrategy.type",
|
|
316
|
-
"type": "zeebe:input"
|
|
317
|
-
},
|
|
318
|
-
"type": "Dropdown",
|
|
319
|
-
"choices": [
|
|
320
|
-
{
|
|
321
|
-
"name": "No schema",
|
|
322
|
-
"value": "noSchema"
|
|
323
|
-
},
|
|
324
|
-
{
|
|
325
|
-
"name": "Inline schema",
|
|
326
|
-
"value": "inlineSchema"
|
|
327
|
-
},
|
|
328
|
-
{
|
|
329
|
-
"name": "Schema registry",
|
|
330
|
-
"value": "schemaRegistry"
|
|
331
|
-
}
|
|
332
|
-
]
|
|
261
|
+
}
|
|
333
262
|
},
|
|
334
263
|
{
|
|
335
|
-
"
|
|
336
|
-
"
|
|
337
|
-
"description": "
|
|
338
|
-
"optional": false,
|
|
339
|
-
"value": "avro",
|
|
264
|
+
"label": "Topic",
|
|
265
|
+
"id": "topic.topicName",
|
|
266
|
+
"description": "Provide topic name",
|
|
340
267
|
"group": "kafka",
|
|
268
|
+
"type": "String",
|
|
269
|
+
"feel": "optional",
|
|
341
270
|
"binding": {
|
|
342
|
-
"
|
|
343
|
-
"
|
|
344
|
-
},
|
|
345
|
-
"condition": {
|
|
346
|
-
"property": "schemaStrategy.type",
|
|
347
|
-
"equals": "schemaRegistry",
|
|
348
|
-
"type": "simple"
|
|
271
|
+
"type": "zeebe:input",
|
|
272
|
+
"name": "topic.topicName"
|
|
349
273
|
},
|
|
350
|
-
"type": "Dropdown",
|
|
351
|
-
"choices": [
|
|
352
|
-
{
|
|
353
|
-
"name": "JSON",
|
|
354
|
-
"value": "json"
|
|
355
|
-
},
|
|
356
|
-
{
|
|
357
|
-
"name": "Avro (alpha)",
|
|
358
|
-
"value": "avro"
|
|
359
|
-
}
|
|
360
|
-
]
|
|
361
|
-
},
|
|
362
|
-
{
|
|
363
|
-
"id": "schemaStrategy.schemaRegistryUrl",
|
|
364
|
-
"label": "Schema registry URL",
|
|
365
|
-
"description": "Provide the schema registry URL",
|
|
366
|
-
"optional": false,
|
|
367
274
|
"constraints": {
|
|
368
275
|
"notEmpty": true
|
|
369
|
-
}
|
|
370
|
-
"feel": "optional",
|
|
371
|
-
"group": "kafka",
|
|
372
|
-
"binding": {
|
|
373
|
-
"name": "schemaStrategy.schemaRegistryUrl",
|
|
374
|
-
"type": "zeebe:input"
|
|
375
|
-
},
|
|
376
|
-
"condition": {
|
|
377
|
-
"property": "schemaStrategy.type",
|
|
378
|
-
"equals": "schemaRegistry",
|
|
379
|
-
"type": "simple"
|
|
380
|
-
},
|
|
381
|
-
"type": "String"
|
|
276
|
+
}
|
|
382
277
|
},
|
|
383
278
|
{
|
|
384
|
-
"id": "headers",
|
|
385
279
|
"label": "Headers",
|
|
280
|
+
"id": "headers",
|
|
386
281
|
"description": "Provide Kafka producer headers in JSON",
|
|
282
|
+
"group": "kafka",
|
|
283
|
+
"type": "String",
|
|
387
284
|
"optional": true,
|
|
388
285
|
"feel": "required",
|
|
389
|
-
"group": "kafka",
|
|
390
286
|
"binding": {
|
|
391
|
-
"
|
|
392
|
-
"
|
|
393
|
-
}
|
|
394
|
-
"type": "String"
|
|
287
|
+
"type": "zeebe:input",
|
|
288
|
+
"name": "headers"
|
|
289
|
+
}
|
|
395
290
|
},
|
|
396
291
|
{
|
|
397
|
-
"id": "additionalProperties",
|
|
398
292
|
"label": "Additional properties",
|
|
293
|
+
"id": "additionalProperties",
|
|
399
294
|
"description": "Provide additional Kafka producer properties in JSON",
|
|
295
|
+
"group": "kafka",
|
|
296
|
+
"type": "String",
|
|
400
297
|
"optional": true,
|
|
401
298
|
"feel": "required",
|
|
402
|
-
"group": "kafka",
|
|
403
299
|
"binding": {
|
|
404
|
-
"
|
|
405
|
-
"
|
|
406
|
-
}
|
|
407
|
-
"type": "String"
|
|
300
|
+
"type": "zeebe:input",
|
|
301
|
+
"name": "additionalProperties"
|
|
302
|
+
}
|
|
408
303
|
},
|
|
409
304
|
{
|
|
410
|
-
"id": "message.key",
|
|
411
305
|
"label": "Key",
|
|
306
|
+
"id": "message.key",
|
|
412
307
|
"description": "Provide message key",
|
|
413
|
-
"optional": false,
|
|
414
|
-
"feel": "optional",
|
|
415
308
|
"group": "message",
|
|
309
|
+
"type": "String",
|
|
310
|
+
"feel": "optional",
|
|
416
311
|
"binding": {
|
|
417
|
-
"
|
|
418
|
-
"
|
|
312
|
+
"type": "zeebe:input",
|
|
313
|
+
"name": "message.key"
|
|
419
314
|
},
|
|
420
|
-
"type": "String"
|
|
421
|
-
},
|
|
422
|
-
{
|
|
423
|
-
"id": "message.value",
|
|
424
|
-
"label": "Value",
|
|
425
|
-
"description": "Provide message value",
|
|
426
|
-
"optional": false,
|
|
427
315
|
"constraints": {
|
|
428
316
|
"notEmpty": true
|
|
429
|
-
}
|
|
430
|
-
"feel": "optional",
|
|
431
|
-
"group": "message",
|
|
432
|
-
"binding": {
|
|
433
|
-
"name": "message.value",
|
|
434
|
-
"type": "zeebe:input"
|
|
435
|
-
},
|
|
436
|
-
"type": "String"
|
|
317
|
+
}
|
|
437
318
|
},
|
|
438
319
|
{
|
|
439
|
-
"
|
|
440
|
-
"
|
|
441
|
-
"description": "
|
|
442
|
-
"optional": false,
|
|
443
|
-
"constraints": {
|
|
444
|
-
"notEmpty": true
|
|
445
|
-
},
|
|
446
|
-
"feel": "required",
|
|
320
|
+
"label": "Value",
|
|
321
|
+
"id": "message.value",
|
|
322
|
+
"description": "Provide message value",
|
|
447
323
|
"group": "message",
|
|
324
|
+
"type": "String",
|
|
325
|
+
"feel": "optional",
|
|
448
326
|
"binding": {
|
|
449
|
-
"
|
|
450
|
-
"
|
|
451
|
-
},
|
|
452
|
-
"condition": {
|
|
453
|
-
"property": "schemaStrategy.type",
|
|
454
|
-
"equals": "inlineSchema",
|
|
455
|
-
"type": "simple"
|
|
327
|
+
"type": "zeebe:input",
|
|
328
|
+
"name": "message.value"
|
|
456
329
|
},
|
|
457
|
-
"type": "Text"
|
|
458
|
-
},
|
|
459
|
-
{
|
|
460
|
-
"id": "schemaStrategy.schema",
|
|
461
|
-
"label": "Schema",
|
|
462
|
-
"description": "Schema (JSON or AVRO) for the message value",
|
|
463
|
-
"optional": false,
|
|
464
330
|
"constraints": {
|
|
465
331
|
"notEmpty": true
|
|
466
|
-
}
|
|
467
|
-
"feel": "required",
|
|
468
|
-
"group": "message",
|
|
469
|
-
"binding": {
|
|
470
|
-
"name": "schemaStrategy.schema",
|
|
471
|
-
"type": "zeebe:input"
|
|
472
|
-
},
|
|
473
|
-
"condition": {
|
|
474
|
-
"property": "schemaStrategy.type",
|
|
475
|
-
"equals": "schemaRegistry",
|
|
476
|
-
"type": "simple"
|
|
477
|
-
},
|
|
478
|
-
"type": "Text"
|
|
332
|
+
}
|
|
479
333
|
},
|
|
480
334
|
{
|
|
481
|
-
"id": "resultVariable",
|
|
482
335
|
"label": "Result variable",
|
|
483
|
-
"
|
|
336
|
+
"id": "resultVariable",
|
|
337
|
+
"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>",
|
|
484
338
|
"group": "output",
|
|
339
|
+
"type": "String",
|
|
485
340
|
"binding": {
|
|
486
|
-
"
|
|
487
|
-
"
|
|
488
|
-
}
|
|
489
|
-
"type": "String"
|
|
341
|
+
"type": "zeebe:taskHeader",
|
|
342
|
+
"key": "resultVariable"
|
|
343
|
+
}
|
|
490
344
|
},
|
|
491
345
|
{
|
|
492
|
-
"id": "resultExpression",
|
|
493
346
|
"label": "Result expression",
|
|
494
|
-
"
|
|
495
|
-
"
|
|
347
|
+
"id": "resultExpression",
|
|
348
|
+
"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>",
|
|
496
349
|
"group": "output",
|
|
350
|
+
"type": "Text",
|
|
351
|
+
"feel": "required",
|
|
497
352
|
"binding": {
|
|
498
|
-
"
|
|
499
|
-
"
|
|
500
|
-
}
|
|
501
|
-
"type": "Text"
|
|
353
|
+
"type": "zeebe:taskHeader",
|
|
354
|
+
"key": "resultExpression"
|
|
355
|
+
}
|
|
502
356
|
},
|
|
503
357
|
{
|
|
504
|
-
"id": "errorExpression",
|
|
505
358
|
"label": "Error expression",
|
|
506
|
-
"
|
|
359
|
+
"id": "errorExpression",
|
|
360
|
+
"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>",
|
|
361
|
+
"group": "errors",
|
|
362
|
+
"type": "Text",
|
|
507
363
|
"feel": "required",
|
|
508
|
-
"group": "error",
|
|
509
|
-
"binding": {
|
|
510
|
-
"key": "errorExpression",
|
|
511
|
-
"type": "zeebe:taskHeader"
|
|
512
|
-
},
|
|
513
|
-
"type": "Text"
|
|
514
|
-
},
|
|
515
|
-
{
|
|
516
|
-
"id": "retryCount",
|
|
517
|
-
"label": "Retries",
|
|
518
|
-
"description": "Number of retries",
|
|
519
|
-
"value": "3",
|
|
520
|
-
"feel": "optional",
|
|
521
|
-
"group": "retries",
|
|
522
|
-
"binding": {
|
|
523
|
-
"property": "retries",
|
|
524
|
-
"type": "zeebe:taskDefinition"
|
|
525
|
-
},
|
|
526
|
-
"type": "String"
|
|
527
|
-
},
|
|
528
|
-
{
|
|
529
|
-
"id": "retryBackoff",
|
|
530
|
-
"label": "Retry backoff",
|
|
531
|
-
"description": "ISO-8601 duration to wait between retries",
|
|
532
|
-
"value": "PT0S",
|
|
533
|
-
"feel": "optional",
|
|
534
|
-
"group": "retries",
|
|
535
364
|
"binding": {
|
|
536
|
-
"
|
|
537
|
-
"
|
|
538
|
-
}
|
|
539
|
-
"type": "String"
|
|
365
|
+
"type": "zeebe:taskHeader",
|
|
366
|
+
"key": "errorExpression"
|
|
367
|
+
}
|
|
540
368
|
}
|
|
541
369
|
],
|
|
542
370
|
"icon": {
|
|
543
|
-
"contents": "data:image/svg+xml;
|
|
371
|
+
"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"
|
|
544
372
|
},
|
|
545
373
|
"engines": {
|
|
546
|
-
"camunda": "^8.
|
|
374
|
+
"camunda": "^8.4"
|
|
547
375
|
}
|
|
548
376
|
},
|
|
549
377
|
{
|
|
550
378
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
551
379
|
"name": "Kafka Outbound Connector",
|
|
552
380
|
"id": "io.camunda.connectors.KAFKA.v1",
|
|
553
|
-
"version": 2,
|
|
554
381
|
"description": "Produce Kafka message",
|
|
555
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka
|
|
382
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound",
|
|
383
|
+
"version": 4,
|
|
556
384
|
"category": {
|
|
557
385
|
"id": "connectors",
|
|
558
386
|
"name": "Connectors"
|
|
@@ -576,157 +404,260 @@
|
|
|
576
404
|
},
|
|
577
405
|
{
|
|
578
406
|
"id": "output",
|
|
579
|
-
"label": "
|
|
407
|
+
"label": "Output mapping"
|
|
580
408
|
},
|
|
581
409
|
{
|
|
582
|
-
"id": "
|
|
410
|
+
"id": "error",
|
|
583
411
|
"label": "Error handling"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"id": "retries",
|
|
415
|
+
"label": "Retries"
|
|
584
416
|
}
|
|
585
417
|
],
|
|
586
418
|
"properties": [
|
|
587
419
|
{
|
|
588
|
-
"type": "Hidden",
|
|
589
420
|
"value": "io.camunda:connector-kafka:1",
|
|
590
421
|
"binding": {
|
|
591
|
-
"
|
|
592
|
-
"
|
|
593
|
-
}
|
|
422
|
+
"property": "type",
|
|
423
|
+
"type": "zeebe:taskDefinition"
|
|
424
|
+
},
|
|
425
|
+
"type": "Hidden"
|
|
594
426
|
},
|
|
595
427
|
{
|
|
428
|
+
"id": "authentication.username",
|
|
596
429
|
"label": "Username",
|
|
597
430
|
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
598
|
-
"group": "authentication",
|
|
599
|
-
"type": "String",
|
|
600
431
|
"optional": true,
|
|
432
|
+
"feel": "optional",
|
|
433
|
+
"group": "authentication",
|
|
601
434
|
"binding": {
|
|
602
|
-
"
|
|
603
|
-
"
|
|
604
|
-
}
|
|
435
|
+
"name": "authentication.username",
|
|
436
|
+
"type": "zeebe:input"
|
|
437
|
+
},
|
|
438
|
+
"type": "String"
|
|
605
439
|
},
|
|
606
440
|
{
|
|
441
|
+
"id": "authentication.password",
|
|
607
442
|
"label": "Password",
|
|
608
443
|
"description": "Provide a password for the user",
|
|
609
|
-
"group": "authentication",
|
|
610
|
-
"type": "String",
|
|
611
444
|
"optional": true,
|
|
445
|
+
"feel": "optional",
|
|
446
|
+
"group": "authentication",
|
|
612
447
|
"binding": {
|
|
613
|
-
"
|
|
614
|
-
"
|
|
615
|
-
}
|
|
448
|
+
"name": "authentication.password",
|
|
449
|
+
"type": "zeebe:input"
|
|
450
|
+
},
|
|
451
|
+
"type": "String"
|
|
616
452
|
},
|
|
617
453
|
{
|
|
618
|
-
"
|
|
619
|
-
"
|
|
454
|
+
"id": "serializationType",
|
|
455
|
+
"label": "Serialization type",
|
|
456
|
+
"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>",
|
|
457
|
+
"optional": false,
|
|
458
|
+
"value": "json",
|
|
620
459
|
"group": "kafka",
|
|
621
|
-
"type": "String",
|
|
622
|
-
"feel": "optional",
|
|
623
460
|
"binding": {
|
|
624
|
-
"
|
|
625
|
-
"
|
|
461
|
+
"name": "serializationType",
|
|
462
|
+
"type": "zeebe:input"
|
|
626
463
|
},
|
|
464
|
+
"type": "Dropdown",
|
|
465
|
+
"choices": [
|
|
466
|
+
{
|
|
467
|
+
"name": "Default (JSON)",
|
|
468
|
+
"value": "json"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"name": "AVRO (experimental)",
|
|
472
|
+
"value": "avro"
|
|
473
|
+
}
|
|
474
|
+
]
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"id": "topic.bootstrapServers",
|
|
478
|
+
"label": "Bootstrap servers",
|
|
479
|
+
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
480
|
+
"optional": false,
|
|
627
481
|
"constraints": {
|
|
628
482
|
"notEmpty": true
|
|
629
|
-
}
|
|
483
|
+
},
|
|
484
|
+
"feel": "optional",
|
|
485
|
+
"group": "kafka",
|
|
486
|
+
"binding": {
|
|
487
|
+
"name": "topic.bootstrapServers",
|
|
488
|
+
"type": "zeebe:input"
|
|
489
|
+
},
|
|
490
|
+
"type": "String"
|
|
630
491
|
},
|
|
631
492
|
{
|
|
493
|
+
"id": "topic.topicName",
|
|
632
494
|
"label": "Topic",
|
|
633
495
|
"description": "Provide topic name",
|
|
634
|
-
"
|
|
635
|
-
"
|
|
496
|
+
"optional": false,
|
|
497
|
+
"constraints": {
|
|
498
|
+
"notEmpty": true
|
|
499
|
+
},
|
|
636
500
|
"feel": "optional",
|
|
501
|
+
"group": "kafka",
|
|
637
502
|
"binding": {
|
|
638
|
-
"
|
|
639
|
-
"
|
|
503
|
+
"name": "topic.topicName",
|
|
504
|
+
"type": "zeebe:input"
|
|
640
505
|
},
|
|
641
|
-
"
|
|
642
|
-
"notEmpty": true
|
|
643
|
-
}
|
|
506
|
+
"type": "String"
|
|
644
507
|
},
|
|
645
508
|
{
|
|
509
|
+
"id": "headers",
|
|
510
|
+
"label": "Headers",
|
|
511
|
+
"description": "Provide Kafka producer headers in JSON",
|
|
512
|
+
"optional": true,
|
|
513
|
+
"feel": "required",
|
|
514
|
+
"group": "kafka",
|
|
515
|
+
"binding": {
|
|
516
|
+
"name": "headers",
|
|
517
|
+
"type": "zeebe:input"
|
|
518
|
+
},
|
|
519
|
+
"type": "String"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"id": "additionalProperties",
|
|
646
523
|
"label": "Additional properties",
|
|
647
524
|
"description": "Provide additional Kafka producer properties in JSON",
|
|
648
|
-
"group": "kafka",
|
|
649
|
-
"type": "String",
|
|
650
525
|
"optional": true,
|
|
651
526
|
"feel": "required",
|
|
527
|
+
"group": "kafka",
|
|
652
528
|
"binding": {
|
|
653
|
-
"
|
|
654
|
-
"
|
|
655
|
-
}
|
|
529
|
+
"name": "additionalProperties",
|
|
530
|
+
"type": "zeebe:input"
|
|
531
|
+
},
|
|
532
|
+
"type": "String"
|
|
656
533
|
},
|
|
657
534
|
{
|
|
535
|
+
"id": "message.key",
|
|
658
536
|
"label": "Key",
|
|
659
537
|
"description": "Provide message key",
|
|
660
|
-
"
|
|
661
|
-
"
|
|
538
|
+
"optional": false,
|
|
539
|
+
"constraints": {
|
|
540
|
+
"notEmpty": true
|
|
541
|
+
},
|
|
662
542
|
"feel": "optional",
|
|
543
|
+
"group": "message",
|
|
663
544
|
"binding": {
|
|
664
|
-
"
|
|
665
|
-
"
|
|
545
|
+
"name": "message.key",
|
|
546
|
+
"type": "zeebe:input"
|
|
666
547
|
},
|
|
667
|
-
"
|
|
668
|
-
"notEmpty": true
|
|
669
|
-
}
|
|
548
|
+
"type": "String"
|
|
670
549
|
},
|
|
671
550
|
{
|
|
551
|
+
"id": "message.value",
|
|
672
552
|
"label": "Value",
|
|
673
553
|
"description": "Provide message value",
|
|
674
|
-
"
|
|
675
|
-
"
|
|
554
|
+
"optional": false,
|
|
555
|
+
"constraints": {
|
|
556
|
+
"notEmpty": true
|
|
557
|
+
},
|
|
676
558
|
"feel": "optional",
|
|
559
|
+
"group": "message",
|
|
677
560
|
"binding": {
|
|
678
|
-
"
|
|
679
|
-
"
|
|
561
|
+
"name": "message.value",
|
|
562
|
+
"type": "zeebe:input"
|
|
680
563
|
},
|
|
564
|
+
"type": "String"
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"id": "avro.schema",
|
|
568
|
+
"label": "Avro schema",
|
|
569
|
+
"description": "Avro schema for the message value",
|
|
570
|
+
"optional": false,
|
|
681
571
|
"constraints": {
|
|
682
572
|
"notEmpty": true
|
|
683
|
-
}
|
|
573
|
+
},
|
|
574
|
+
"feel": "required",
|
|
575
|
+
"group": "message",
|
|
576
|
+
"binding": {
|
|
577
|
+
"name": "avro.schema",
|
|
578
|
+
"type": "zeebe:input"
|
|
579
|
+
},
|
|
580
|
+
"condition": {
|
|
581
|
+
"property": "serializationType",
|
|
582
|
+
"equals": "avro",
|
|
583
|
+
"type": "simple"
|
|
584
|
+
},
|
|
585
|
+
"type": "Text"
|
|
684
586
|
},
|
|
685
587
|
{
|
|
588
|
+
"id": "resultVariable",
|
|
686
589
|
"label": "Result variable",
|
|
687
|
-
"description": "Name of variable to store the response in
|
|
590
|
+
"description": "Name of variable to store the response in",
|
|
688
591
|
"group": "output",
|
|
689
|
-
"type": "String",
|
|
690
592
|
"binding": {
|
|
691
|
-
"
|
|
692
|
-
"
|
|
693
|
-
}
|
|
593
|
+
"key": "resultVariable",
|
|
594
|
+
"type": "zeebe:taskHeader"
|
|
595
|
+
},
|
|
596
|
+
"type": "String"
|
|
694
597
|
},
|
|
695
598
|
{
|
|
599
|
+
"id": "resultExpression",
|
|
696
600
|
"label": "Result expression",
|
|
697
|
-
"description": "Expression to map the response into process variables
|
|
698
|
-
"group": "output",
|
|
699
|
-
"type": "Text",
|
|
601
|
+
"description": "Expression to map the response into process variables",
|
|
700
602
|
"feel": "required",
|
|
603
|
+
"group": "output",
|
|
701
604
|
"binding": {
|
|
702
|
-
"
|
|
703
|
-
"
|
|
704
|
-
}
|
|
605
|
+
"key": "resultExpression",
|
|
606
|
+
"type": "zeebe:taskHeader"
|
|
607
|
+
},
|
|
608
|
+
"type": "Text"
|
|
705
609
|
},
|
|
706
610
|
{
|
|
611
|
+
"id": "errorExpression",
|
|
707
612
|
"label": "Error expression",
|
|
708
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
709
|
-
"group": "errors",
|
|
710
|
-
"type": "Text",
|
|
613
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
711
614
|
"feel": "required",
|
|
615
|
+
"group": "error",
|
|
712
616
|
"binding": {
|
|
713
|
-
"
|
|
714
|
-
"
|
|
715
|
-
}
|
|
617
|
+
"key": "errorExpression",
|
|
618
|
+
"type": "zeebe:taskHeader"
|
|
619
|
+
},
|
|
620
|
+
"type": "Text"
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"id": "retryCount",
|
|
624
|
+
"label": "Retries",
|
|
625
|
+
"description": "Number of retries",
|
|
626
|
+
"value": "3",
|
|
627
|
+
"feel": "optional",
|
|
628
|
+
"group": "retries",
|
|
629
|
+
"binding": {
|
|
630
|
+
"property": "retries",
|
|
631
|
+
"type": "zeebe:taskDefinition"
|
|
632
|
+
},
|
|
633
|
+
"type": "String"
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"id": "retryBackoff",
|
|
637
|
+
"label": "Retry backoff",
|
|
638
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
639
|
+
"value": "PT0S",
|
|
640
|
+
"feel": "optional",
|
|
641
|
+
"group": "retries",
|
|
642
|
+
"binding": {
|
|
643
|
+
"key": "retryBackoff",
|
|
644
|
+
"type": "zeebe:taskHeader"
|
|
645
|
+
},
|
|
646
|
+
"type": "String"
|
|
716
647
|
}
|
|
717
648
|
],
|
|
718
649
|
"icon": {
|
|
719
|
-
"contents": "data:image/svg+xml;
|
|
650
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
720
651
|
},
|
|
721
652
|
"engines": {
|
|
722
|
-
"camunda": "^8.
|
|
653
|
+
"camunda": "^8.5"
|
|
723
654
|
}
|
|
724
655
|
},
|
|
725
656
|
{
|
|
726
657
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
727
|
-
"name": "Kafka
|
|
658
|
+
"name": "Kafka Outbound Connector",
|
|
728
659
|
"id": "io.camunda.connectors.KAFKA.v1",
|
|
729
|
-
"version":
|
|
660
|
+
"version": 2,
|
|
730
661
|
"description": "Produce Kafka message",
|
|
731
662
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/",
|
|
732
663
|
"category": {
|
|
@@ -904,7 +835,7 @@
|
|
|
904
835
|
"id": "io.camunda.connectors.KAFKA.v1",
|
|
905
836
|
"description": "Produce Kafka message",
|
|
906
837
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound",
|
|
907
|
-
"version":
|
|
838
|
+
"version": 5,
|
|
908
839
|
"category": {
|
|
909
840
|
"id": "connectors",
|
|
910
841
|
"name": "Connectors"
|
|
@@ -975,48 +906,94 @@
|
|
|
975
906
|
"type": "String"
|
|
976
907
|
},
|
|
977
908
|
{
|
|
978
|
-
"id": "
|
|
979
|
-
"label": "
|
|
980
|
-
"description": "
|
|
909
|
+
"id": "topic.bootstrapServers",
|
|
910
|
+
"label": "Bootstrap servers",
|
|
911
|
+
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
981
912
|
"optional": false,
|
|
982
|
-
"
|
|
913
|
+
"constraints": {
|
|
914
|
+
"notEmpty": true
|
|
915
|
+
},
|
|
916
|
+
"feel": "optional",
|
|
983
917
|
"group": "kafka",
|
|
984
918
|
"binding": {
|
|
985
|
-
"name": "
|
|
919
|
+
"name": "topic.bootstrapServers",
|
|
920
|
+
"type": "zeebe:input"
|
|
921
|
+
},
|
|
922
|
+
"type": "String"
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
"id": "topic.topicName",
|
|
926
|
+
"label": "Topic",
|
|
927
|
+
"description": "Provide topic name",
|
|
928
|
+
"optional": false,
|
|
929
|
+
"constraints": {
|
|
930
|
+
"notEmpty": true
|
|
931
|
+
},
|
|
932
|
+
"feel": "optional",
|
|
933
|
+
"group": "kafka",
|
|
934
|
+
"binding": {
|
|
935
|
+
"name": "topic.topicName",
|
|
936
|
+
"type": "zeebe:input"
|
|
937
|
+
},
|
|
938
|
+
"type": "String"
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"id": "schemaStrategy.type",
|
|
942
|
+
"label": "Schema strategy",
|
|
943
|
+
"value": "noSchema",
|
|
944
|
+
"group": "kafka",
|
|
945
|
+
"binding": {
|
|
946
|
+
"name": "schemaStrategy.type",
|
|
986
947
|
"type": "zeebe:input"
|
|
987
948
|
},
|
|
988
949
|
"type": "Dropdown",
|
|
989
950
|
"choices": [
|
|
990
951
|
{
|
|
991
|
-
"name": "
|
|
992
|
-
"value": "
|
|
952
|
+
"name": "No schema",
|
|
953
|
+
"value": "noSchema"
|
|
993
954
|
},
|
|
994
955
|
{
|
|
995
|
-
"name": "
|
|
996
|
-
"value": "
|
|
956
|
+
"name": "Inline schema",
|
|
957
|
+
"value": "inlineSchema"
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
"name": "Schema registry",
|
|
961
|
+
"value": "schemaRegistry"
|
|
997
962
|
}
|
|
998
963
|
]
|
|
999
964
|
},
|
|
1000
965
|
{
|
|
1001
|
-
"id": "
|
|
1002
|
-
"label": "
|
|
1003
|
-
"description": "
|
|
966
|
+
"id": "schemaStrategy.schemaType",
|
|
967
|
+
"label": "Schema type",
|
|
968
|
+
"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>",
|
|
1004
969
|
"optional": false,
|
|
1005
|
-
"
|
|
1006
|
-
"notEmpty": true
|
|
1007
|
-
},
|
|
1008
|
-
"feel": "optional",
|
|
970
|
+
"value": "avro",
|
|
1009
971
|
"group": "kafka",
|
|
1010
972
|
"binding": {
|
|
1011
|
-
"name": "
|
|
973
|
+
"name": "schemaStrategy.schemaType",
|
|
1012
974
|
"type": "zeebe:input"
|
|
1013
975
|
},
|
|
1014
|
-
"
|
|
976
|
+
"condition": {
|
|
977
|
+
"property": "schemaStrategy.type",
|
|
978
|
+
"equals": "schemaRegistry",
|
|
979
|
+
"type": "simple"
|
|
980
|
+
},
|
|
981
|
+
"type": "Dropdown",
|
|
982
|
+
"choices": [
|
|
983
|
+
{
|
|
984
|
+
"name": "JSON",
|
|
985
|
+
"value": "json"
|
|
986
|
+
},
|
|
987
|
+
{
|
|
988
|
+
"name": "Avro (alpha)",
|
|
989
|
+
"value": "avro"
|
|
990
|
+
}
|
|
991
|
+
]
|
|
1015
992
|
},
|
|
1016
993
|
{
|
|
1017
|
-
"id": "
|
|
1018
|
-
"label": "
|
|
1019
|
-
"description": "Provide
|
|
994
|
+
"id": "schemaStrategy.schemaRegistryUrl",
|
|
995
|
+
"label": "Schema registry URL",
|
|
996
|
+
"description": "Provide the schema registry URL",
|
|
1020
997
|
"optional": false,
|
|
1021
998
|
"constraints": {
|
|
1022
999
|
"notEmpty": true
|
|
@@ -1024,9 +1001,14 @@
|
|
|
1024
1001
|
"feel": "optional",
|
|
1025
1002
|
"group": "kafka",
|
|
1026
1003
|
"binding": {
|
|
1027
|
-
"name": "
|
|
1004
|
+
"name": "schemaStrategy.schemaRegistryUrl",
|
|
1028
1005
|
"type": "zeebe:input"
|
|
1029
1006
|
},
|
|
1007
|
+
"condition": {
|
|
1008
|
+
"property": "schemaStrategy.type",
|
|
1009
|
+
"equals": "schemaRegistry",
|
|
1010
|
+
"type": "simple"
|
|
1011
|
+
},
|
|
1030
1012
|
"type": "String"
|
|
1031
1013
|
},
|
|
1032
1014
|
{
|
|
@@ -1060,9 +1042,6 @@
|
|
|
1060
1042
|
"label": "Key",
|
|
1061
1043
|
"description": "Provide message key",
|
|
1062
1044
|
"optional": false,
|
|
1063
|
-
"constraints": {
|
|
1064
|
-
"notEmpty": true
|
|
1065
|
-
},
|
|
1066
1045
|
"feel": "optional",
|
|
1067
1046
|
"group": "message",
|
|
1068
1047
|
"binding": {
|
|
@@ -1088,9 +1067,9 @@
|
|
|
1088
1067
|
"type": "String"
|
|
1089
1068
|
},
|
|
1090
1069
|
{
|
|
1091
|
-
"id": "avro.schema",
|
|
1092
|
-
"label": "
|
|
1093
|
-
"description": "
|
|
1070
|
+
"id": "schemaStrategy.avro.schema",
|
|
1071
|
+
"label": "Schema",
|
|
1072
|
+
"description": "Inline schema (Avro) for the message value",
|
|
1094
1073
|
"optional": false,
|
|
1095
1074
|
"constraints": {
|
|
1096
1075
|
"notEmpty": true
|
|
@@ -1098,12 +1077,33 @@
|
|
|
1098
1077
|
"feel": "required",
|
|
1099
1078
|
"group": "message",
|
|
1100
1079
|
"binding": {
|
|
1101
|
-
"name": "
|
|
1080
|
+
"name": "schemaStrategy.schema",
|
|
1102
1081
|
"type": "zeebe:input"
|
|
1103
1082
|
},
|
|
1104
1083
|
"condition": {
|
|
1105
|
-
"property": "
|
|
1106
|
-
"equals": "
|
|
1084
|
+
"property": "schemaStrategy.type",
|
|
1085
|
+
"equals": "inlineSchema",
|
|
1086
|
+
"type": "simple"
|
|
1087
|
+
},
|
|
1088
|
+
"type": "Text"
|
|
1089
|
+
},
|
|
1090
|
+
{
|
|
1091
|
+
"id": "schemaStrategy.schema",
|
|
1092
|
+
"label": "Schema",
|
|
1093
|
+
"description": "Schema (JSON or AVRO) for the message value",
|
|
1094
|
+
"optional": false,
|
|
1095
|
+
"constraints": {
|
|
1096
|
+
"notEmpty": true
|
|
1097
|
+
},
|
|
1098
|
+
"feel": "required",
|
|
1099
|
+
"group": "message",
|
|
1100
|
+
"binding": {
|
|
1101
|
+
"name": "schemaStrategy.schema",
|
|
1102
|
+
"type": "zeebe:input"
|
|
1103
|
+
},
|
|
1104
|
+
"condition": {
|
|
1105
|
+
"property": "schemaStrategy.type",
|
|
1106
|
+
"equals": "schemaRegistry",
|
|
1107
1107
|
"type": "simple"
|
|
1108
1108
|
},
|
|
1109
1109
|
"type": "Text"
|
|
@@ -1174,7 +1174,7 @@
|
|
|
1174
1174
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
1175
1175
|
},
|
|
1176
1176
|
"engines": {
|
|
1177
|
-
"camunda": "^8.
|
|
1177
|
+
"camunda": "^8.6"
|
|
1178
1178
|
}
|
|
1179
1179
|
},
|
|
1180
1180
|
{
|