@camunda/connectors-element-templates 1.0.4 → 1.0.5

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.
Files changed (77) hide show
  1. package/package.json +1 -1
  2. package/src/connectors.js +8 -2
  3. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +30 -30
  4. package/src/element-templates/agenticai-aiagent-outbound-connector.json +323 -9
  5. package/src/element-templates/asana-connector.json +101 -101
  6. package/src/element-templates/automation-anywhere-outbound-connector.json +1777 -961
  7. package/src/element-templates/aws-bedrock-outbound-connector.json +74 -74
  8. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  9. package/src/element-templates/aws-dynamodb-outbound-connector.json +1373 -1373
  10. package/src/element-templates/aws-eventbridge-connector-boundary.json +28 -28
  11. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  12. package/src/element-templates/aws-eventbridge-connector-start-event.json +23 -23
  13. package/src/element-templates/aws-eventbridge-outbound-connector.json +326 -326
  14. package/src/element-templates/aws-lambda-outbound-connector.json +231 -231
  15. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  16. package/src/element-templates/aws-sns-inbound-boundary.json +285 -285
  17. package/src/element-templates/aws-sns-inbound-intermediate.json +33 -33
  18. package/src/element-templates/aws-sns-inbound-message-start.json +227 -227
  19. package/src/element-templates/aws-sns-inbound-start-event.json +132 -132
  20. package/src/element-templates/aws-sns-outbound-connector.json +370 -370
  21. package/src/element-templates/aws-sqs-boundary-connector.json +232 -232
  22. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +532 -532
  23. package/src/element-templates/aws-sqs-outbound-connector.json +396 -396
  24. package/src/element-templates/aws-sqs-start-event-connector.json +389 -389
  25. package/src/element-templates/aws-textract-outbound-connector.json +123 -123
  26. package/src/element-templates/azure-blobstorage-outbound-connector.json +349 -0
  27. package/src/element-templates/blue-prism-connector.json +13 -13
  28. package/src/element-templates/box-outbound-connector.json +30 -30
  29. package/src/element-templates/easy-post-connector.json +121 -121
  30. package/src/element-templates/email-outbound-connector.json +233 -233
  31. package/src/element-templates/github-connector.json +1259 -1259
  32. package/src/element-templates/github-webhook-connector-boundary.json +35 -35
  33. package/src/element-templates/github-webhook-connector-intermediate.json +31 -31
  34. package/src/element-templates/github-webhook-connector-start-event.json +34 -34
  35. package/src/element-templates/gitlab-connector.json +3333 -3333
  36. package/src/element-templates/google-cloud-storage-outbound-connector.json +357 -0
  37. package/src/element-templates/google-drive-outbound-connector.json +414 -101
  38. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  39. package/src/element-templates/google-maps-platform-connector.json +489 -0
  40. package/src/element-templates/google-sheets-outbound-connector.json +2468 -2468
  41. package/src/element-templates/graphql-outbound-connector.json +1113 -1113
  42. package/src/element-templates/http-json-connector.json +2202 -1290
  43. package/src/element-templates/http-polling-boundary-catch-event-connector.json +6 -6
  44. package/src/element-templates/http-polling-connector.json +6 -6
  45. package/src/element-templates/hugging-face-connector.json +34 -34
  46. package/src/element-templates/idp-extraction-outbound-connector.json +115 -0
  47. package/src/element-templates/jdbc-outbound-connector.json +36 -36
  48. package/src/element-templates/kafka-inbound-connector-boundary.json +540 -540
  49. package/src/element-templates/kafka-inbound-connector-intermediate.json +585 -585
  50. package/src/element-templates/kafka-inbound-connector.json +603 -0
  51. package/src/element-templates/kafka-outbound-connector.json +261 -261
  52. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  53. package/src/element-templates/microsoft-teams-outbound-connector.json +97 -97
  54. package/src/element-templates/openai-connector.json +517 -159
  55. package/src/element-templates/operate-connector.json +569 -53
  56. package/src/element-templates/power-automate-connector.json +1724 -0
  57. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +132 -132
  58. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +941 -941
  59. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +459 -459
  60. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +269 -269
  61. package/src/element-templates/rabbitmq-outbound-connector.json +631 -631
  62. package/src/element-templates/salesforce-connector.json +44 -44
  63. package/src/element-templates/sendgrid-outbound-connector.json +787 -255
  64. package/src/element-templates/slack-inbound-boundary.json +215 -215
  65. package/src/element-templates/slack-inbound-intermediate.json +178 -178
  66. package/src/element-templates/slack-inbound-message-start.json +323 -323
  67. package/src/element-templates/slack-inbound-start-event.json +212 -212
  68. package/src/element-templates/slack-outbound-connector.json +777 -522
  69. package/src/element-templates/twilio-connector.json +29 -29
  70. package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
  71. package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
  72. package/src/element-templates/uipath-connector.json +8 -8
  73. package/src/element-templates/webhook-connector-boundary.json +1133 -1133
  74. package/src/element-templates/webhook-connector-intermediate.json +1380 -1380
  75. package/src/element-templates/webhook-connector-start-event.json +1370 -1370
  76. package/src/element-templates/webhook-connector-start-message.json +1171 -1171
  77. package/src/element-templates/agenticai-aiagent-outbound-connector-8.8.0-alpha4.json +0 -843
@@ -0,0 +1,603 @@
1
+ [
2
+ {
3
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
+ "name": "Kafka Start Event Connector",
5
+ "id": "io.camunda.connectors.inbound.KAFKA.v1",
6
+ "description": "Consume Kafka messages",
7
+ "deprecated": {
8
+ "message": "None Start Events are deprecated in favor of Message Start Events for message based Connectors.",
9
+ "documentationRef": "https://docs.camunda.io/docs/components/modeler/bpmn/none-events/"
10
+ },
11
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
12
+ "version": 5,
13
+ "category": {
14
+ "id": "connectors",
15
+ "name": "Connectors"
16
+ },
17
+ "appliesTo": ["bpmn:StartEvent"],
18
+ "elementType": {
19
+ "value": "bpmn:StartEvent"
20
+ },
21
+ "groups": [
22
+ {
23
+ "id": "authentication",
24
+ "label": "Authentication"
25
+ },
26
+ {
27
+ "id": "kafka",
28
+ "label": "Kafka"
29
+ },
30
+ {
31
+ "id": "message",
32
+ "label": "Message deserialization"
33
+ },
34
+ {
35
+ "id": "activation",
36
+ "label": "Activation"
37
+ },
38
+ {
39
+ "id": "deduplication",
40
+ "label": "Deduplication",
41
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
42
+ },
43
+ {
44
+ "id": "output",
45
+ "label": "Output mapping"
46
+ }
47
+ ],
48
+ "properties": [
49
+ {
50
+ "value": "io.camunda:connector-kafka-inbound:1",
51
+ "binding": {
52
+ "name": "inbound.type",
53
+ "type": "zeebe:property"
54
+ },
55
+ "type": "Hidden"
56
+ },
57
+ {
58
+ "id": "authenticationType",
59
+ "label": "Authentication type",
60
+ "description": "Username/password or custom",
61
+ "optional": false,
62
+ "value": "credentials",
63
+ "constraints": {
64
+ "notEmpty": true
65
+ },
66
+ "group": "authentication",
67
+ "binding": {
68
+ "name": "authenticationType",
69
+ "type": "zeebe:property"
70
+ },
71
+ "type": "Dropdown",
72
+ "choices": [
73
+ {
74
+ "name": "Credentials",
75
+ "value": "credentials"
76
+ },
77
+ {
78
+ "name": "Custom",
79
+ "value": "custom"
80
+ }
81
+ ]
82
+ },
83
+ {
84
+ "id": "authentication.username",
85
+ "label": "Username",
86
+ "description": "Provide the username (must have permissions to produce message to the topic)",
87
+ "optional": true,
88
+ "group": "authentication",
89
+ "binding": {
90
+ "name": "authentication.username",
91
+ "type": "zeebe:property"
92
+ },
93
+ "type": "String"
94
+ },
95
+ {
96
+ "id": "authentication.password",
97
+ "label": "Password",
98
+ "description": "Provide a password for the user",
99
+ "optional": true,
100
+ "group": "authentication",
101
+ "binding": {
102
+ "name": "authentication.password",
103
+ "type": "zeebe:property"
104
+ },
105
+ "type": "String"
106
+ },
107
+ {
108
+ "id": "serializationType",
109
+ "label": "Deserialization type",
110
+ "description": "Select the deserialization type. For details, visit the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound\" target=\"_blank\">documentation</a>",
111
+ "optional": false,
112
+ "value": "json",
113
+ "group": "kafka",
114
+ "binding": {
115
+ "name": "serializationType",
116
+ "type": "zeebe:property"
117
+ },
118
+ "type": "Dropdown",
119
+ "choices": [
120
+ {
121
+ "name": "Default (JSON)",
122
+ "value": "json"
123
+ },
124
+ {
125
+ "name": "Avro (experimental)",
126
+ "value": "avro"
127
+ }
128
+ ]
129
+ },
130
+ {
131
+ "id": "topic.bootstrapServers",
132
+ "label": "Bootstrap servers",
133
+ "description": "Provide bootstrap server(s), comma-delimited if there are multiple",
134
+ "optional": false,
135
+ "constraints": {
136
+ "notEmpty": true
137
+ },
138
+ "group": "kafka",
139
+ "binding": {
140
+ "name": "topic.bootstrapServers",
141
+ "type": "zeebe:property"
142
+ },
143
+ "type": "String"
144
+ },
145
+ {
146
+ "id": "topic.topicName",
147
+ "label": "Topic",
148
+ "description": "Provide topic name",
149
+ "optional": false,
150
+ "constraints": {
151
+ "notEmpty": true
152
+ },
153
+ "group": "kafka",
154
+ "binding": {
155
+ "name": "topic.topicName",
156
+ "type": "zeebe:property"
157
+ },
158
+ "type": "String"
159
+ },
160
+ {
161
+ "id": "groupId",
162
+ "label": "Consumer group ID",
163
+ "description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
164
+ "optional": false,
165
+ "group": "kafka",
166
+ "binding": {
167
+ "name": "groupId",
168
+ "type": "zeebe:property"
169
+ },
170
+ "type": "String"
171
+ },
172
+ {
173
+ "id": "additionalProperties",
174
+ "label": "Additional properties",
175
+ "description": "Provide additional Kafka consumer properties in JSON",
176
+ "optional": true,
177
+ "feel": "required",
178
+ "group": "kafka",
179
+ "binding": {
180
+ "name": "additionalProperties",
181
+ "type": "zeebe:property"
182
+ },
183
+ "type": "String"
184
+ },
185
+ {
186
+ "id": "offsets",
187
+ "label": "Offsets",
188
+ "description": "List of offsets, e.g. '10' or '=[10, 23]'. If specified, it has to have the same number of values as the number of partitions",
189
+ "optional": true,
190
+ "feel": "optional",
191
+ "group": "kafka",
192
+ "binding": {
193
+ "name": "offsets",
194
+ "type": "zeebe:property"
195
+ },
196
+ "type": "String"
197
+ },
198
+ {
199
+ "id": "autoOffsetReset",
200
+ "label": "Auto offset reset",
201
+ "description": "What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. You should only select none if you specified the offsets",
202
+ "optional": false,
203
+ "value": "latest",
204
+ "constraints": {
205
+ "notEmpty": true
206
+ },
207
+ "group": "kafka",
208
+ "binding": {
209
+ "name": "autoOffsetReset",
210
+ "type": "zeebe:property"
211
+ },
212
+ "type": "Dropdown",
213
+ "choices": [
214
+ {
215
+ "name": "None",
216
+ "value": "none"
217
+ },
218
+ {
219
+ "name": "Latest",
220
+ "value": "latest"
221
+ },
222
+ {
223
+ "name": "Earliest",
224
+ "value": "earliest"
225
+ }
226
+ ]
227
+ },
228
+ {
229
+ "id": "avro.schema",
230
+ "label": "Avro schema",
231
+ "description": "Avro schema for the message value",
232
+ "optional": false,
233
+ "constraints": {
234
+ "notEmpty": true
235
+ },
236
+ "feel": "required",
237
+ "group": "message",
238
+ "binding": {
239
+ "name": "avro.schema",
240
+ "type": "zeebe:property"
241
+ },
242
+ "condition": {
243
+ "property": "serializationType",
244
+ "equals": "avro",
245
+ "type": "simple"
246
+ },
247
+ "type": "Text"
248
+ },
249
+ {
250
+ "id": "activationCondition",
251
+ "label": "Activation condition",
252
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
253
+ "optional": true,
254
+ "feel": "required",
255
+ "group": "activation",
256
+ "binding": {
257
+ "name": "activationCondition",
258
+ "type": "zeebe:property"
259
+ },
260
+ "type": "String"
261
+ },
262
+ {
263
+ "id": "consumeUnmatchedEvents",
264
+ "label": "Consume unmatched events",
265
+ "value": true,
266
+ "group": "activation",
267
+ "binding": {
268
+ "name": "consumeUnmatchedEvents",
269
+ "type": "zeebe:property"
270
+ },
271
+ "tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
272
+ "type": "Boolean"
273
+ },
274
+ {
275
+ "id": "deduplicationModeManualFlag",
276
+ "label": "Manual mode",
277
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
278
+ "value": false,
279
+ "group": "deduplication",
280
+ "binding": {
281
+ "name": "deduplicationModeManualFlag",
282
+ "type": "zeebe:property"
283
+ },
284
+ "type": "Boolean"
285
+ },
286
+ {
287
+ "id": "deduplicationId",
288
+ "label": "Deduplication ID",
289
+ "constraints": {
290
+ "notEmpty": true,
291
+ "pattern": {
292
+ "value": "^[a-zA-Z0-9_-]+$",
293
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
294
+ }
295
+ },
296
+ "group": "deduplication",
297
+ "binding": {
298
+ "name": "deduplicationId",
299
+ "type": "zeebe:property"
300
+ },
301
+ "condition": {
302
+ "property": "deduplicationModeManualFlag",
303
+ "equals": true,
304
+ "type": "simple"
305
+ },
306
+ "type": "String"
307
+ },
308
+ {
309
+ "id": "deduplicationModeManual",
310
+ "value": "MANUAL",
311
+ "group": "deduplication",
312
+ "binding": {
313
+ "name": "deduplicationMode",
314
+ "type": "zeebe:property"
315
+ },
316
+ "condition": {
317
+ "property": "deduplicationId",
318
+ "isActive": true,
319
+ "type": "simple"
320
+ },
321
+ "type": "Hidden"
322
+ },
323
+ {
324
+ "id": "deduplicationModeAuto",
325
+ "value": "AUTO",
326
+ "group": "deduplication",
327
+ "binding": {
328
+ "name": "deduplicationMode",
329
+ "type": "zeebe:property"
330
+ },
331
+ "condition": {
332
+ "property": "deduplicationId",
333
+ "isActive": false,
334
+ "type": "simple"
335
+ },
336
+ "type": "Hidden"
337
+ },
338
+ {
339
+ "id": "resultVariable",
340
+ "label": "Result variable",
341
+ "description": "Name of variable to store the response in",
342
+ "group": "output",
343
+ "binding": {
344
+ "name": "resultVariable",
345
+ "type": "zeebe:property"
346
+ },
347
+ "type": "String"
348
+ },
349
+ {
350
+ "id": "resultExpression",
351
+ "label": "Result expression",
352
+ "description": "Expression to map the response into process variables",
353
+ "feel": "required",
354
+ "group": "output",
355
+ "binding": {
356
+ "name": "resultExpression",
357
+ "type": "zeebe:property"
358
+ },
359
+ "type": "Text"
360
+ }
361
+ ],
362
+ "icon": {
363
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
364
+ }
365
+ },
366
+ {
367
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
368
+ "name": "Kafka Start Event Connector",
369
+ "id": "io.camunda.connectors.inbound.KAFKA.v1",
370
+ "version": 3,
371
+ "description": "Consume Kafka messages",
372
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
373
+ "category": {
374
+ "id": "connectors",
375
+ "name": "Connectors"
376
+ },
377
+ "appliesTo": ["bpmn:StartEvent"],
378
+ "elementType": {
379
+ "value": "bpmn:StartEvent"
380
+ },
381
+ "groups": [
382
+ {
383
+ "id": "authentication",
384
+ "label": "Authentication"
385
+ },
386
+ {
387
+ "id": "kafka",
388
+ "label": "Kafka"
389
+ },
390
+ {
391
+ "id": "activation",
392
+ "label": "Activation"
393
+ },
394
+ {
395
+ "id": "variable-mapping",
396
+ "label": "Variable mapping"
397
+ }
398
+ ],
399
+ "properties": [
400
+ {
401
+ "type": "Hidden",
402
+ "value": "io.camunda:connector-kafka-inbound:1",
403
+ "binding": {
404
+ "type": "zeebe:property",
405
+ "name": "inbound.type"
406
+ }
407
+ },
408
+ {
409
+ "label": "Authentication type",
410
+ "id": "authenticationType",
411
+ "description": "Username/password or custom",
412
+ "group": "authentication",
413
+ "type": "Dropdown",
414
+ "value": "credentials",
415
+ "choices": [
416
+ {
417
+ "name": "Credentials",
418
+ "value": "credentials"
419
+ },
420
+ {
421
+ "name": "Custom",
422
+ "value": "custom"
423
+ }
424
+ ],
425
+ "binding": {
426
+ "type": "zeebe:property",
427
+ "name": "authenticationType"
428
+ }
429
+ },
430
+ {
431
+ "label": "Username",
432
+ "id": "authentication.username",
433
+ "description": "Provide the username (must have permissions to produce message to the topic)",
434
+ "group": "authentication",
435
+ "type": "String",
436
+ "feel": "optional",
437
+ "optional": true,
438
+ "binding": {
439
+ "type": "zeebe:property",
440
+ "name": "authentication.username"
441
+ },
442
+ "condition": {
443
+ "property": "authenticationType",
444
+ "equals": "credentials"
445
+ }
446
+ },
447
+ {
448
+ "label": "Password",
449
+ "id": "authentication.password",
450
+ "description": "Provide a password for the user",
451
+ "group": "authentication",
452
+ "type": "String",
453
+ "feel": "optional",
454
+ "optional": true,
455
+ "binding": {
456
+ "type": "zeebe:property",
457
+ "name": "authentication.password"
458
+ },
459
+ "condition": {
460
+ "property": "authenticationType",
461
+ "equals": "credentials"
462
+ }
463
+ },
464
+ {
465
+ "label": "Bootstrap servers",
466
+ "id": "topic.bootstrapServers",
467
+ "description": "Provide bootstrap server(s), comma-delimited if there are multiple",
468
+ "group": "kafka",
469
+ "type": "String",
470
+ "feel": "optional",
471
+ "binding": {
472
+ "type": "zeebe:property",
473
+ "name": "topic.bootstrapServers"
474
+ },
475
+ "constraints": {
476
+ "notEmpty": true
477
+ }
478
+ },
479
+ {
480
+ "label": "Topic",
481
+ "id": "topic.topicName",
482
+ "description": "Provide the topic name",
483
+ "group": "kafka",
484
+ "type": "String",
485
+ "binding": {
486
+ "type": "zeebe:property",
487
+ "name": "topic.topicName"
488
+ },
489
+ "constraints": {
490
+ "notEmpty": true
491
+ }
492
+ },
493
+ {
494
+ "label": "Consumer Group ID",
495
+ "id": "groupId",
496
+ "description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
497
+ "group": "kafka",
498
+ "type": "String",
499
+ "optional": true,
500
+ "binding": {
501
+ "type": "zeebe:property",
502
+ "name": "groupId"
503
+ },
504
+ "constraints": {
505
+ "notEmpty": false,
506
+ "maxLength": 250
507
+ }
508
+ },
509
+ {
510
+ "label": "Additional properties",
511
+ "id": "additionalProperties",
512
+ "description": "Provide additional Kafka consumer properties in JSON",
513
+ "group": "kafka",
514
+ "type": "String",
515
+ "optional": true,
516
+ "feel": "required",
517
+ "binding": {
518
+ "type": "zeebe:property",
519
+ "name": "additionalProperties"
520
+ }
521
+ },
522
+ {
523
+ "label": "Offsets",
524
+ "id": "offsets",
525
+ "description": "List of offsets, e.g. '10' or '=[10, 23]'. If specified, it has to have the same number of values as the number of partitions",
526
+ "group": "kafka",
527
+ "type": "String",
528
+ "feel": "optional",
529
+ "optional": true,
530
+ "binding": {
531
+ "type": "zeebe:property",
532
+ "name": "offsets"
533
+ }
534
+ },
535
+ {
536
+ "label": "Auto offset reset",
537
+ "id": "autoOffsetReset",
538
+ "description": "What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. You should only select none if you specified the offsets",
539
+ "group": "kafka",
540
+ "type": "Dropdown",
541
+ "value": "latest",
542
+ "choices": [
543
+ {
544
+ "name": "Latest",
545
+ "value": "latest"
546
+ },
547
+ {
548
+ "name": "Earliest",
549
+ "value": "earliest"
550
+ },
551
+ {
552
+ "name": "None",
553
+ "value": "none"
554
+ }
555
+ ],
556
+ "binding": {
557
+ "type": "zeebe:property",
558
+ "name": "autoOffsetReset"
559
+ }
560
+ },
561
+ {
562
+ "label": "Activation condition",
563
+ "id": "activationCondition",
564
+ "type": "String",
565
+ "group": "activation",
566
+ "feel": "required",
567
+ "optional": true,
568
+ "binding": {
569
+ "type": "zeebe:property",
570
+ "name": "activationCondition"
571
+ },
572
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events"
573
+ },
574
+ {
575
+ "label": "Result variable",
576
+ "id": "resultVariable",
577
+ "type": "String",
578
+ "group": "variable-mapping",
579
+ "optional": true,
580
+ "binding": {
581
+ "type": "zeebe:property",
582
+ "name": "resultVariable"
583
+ },
584
+ "description": "Name of variable to store the result of the connector in"
585
+ },
586
+ {
587
+ "label": "Result expression",
588
+ "id": "resultExpression",
589
+ "description": "Expression to map the inbound payload to process variables",
590
+ "group": "variable-mapping",
591
+ "type": "Text",
592
+ "feel": "required",
593
+ "binding": {
594
+ "type": "zeebe:property",
595
+ "name": "resultExpression"
596
+ }
597
+ }
598
+ ],
599
+ "icon": {
600
+ "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"
601
+ }
602
+ }
603
+ ]