@camunda/connectors-element-templates 1.0.5 → 1.0.6

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 (84) hide show
  1. package/package.json +1 -1
  2. package/src/connectors.js +2 -0
  3. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +170 -13
  4. package/src/element-templates/agenticai-aiagent-outbound-connector.json +1596 -389
  5. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
  6. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -1
  7. package/src/element-templates/asana-connector.json +104 -104
  8. package/src/element-templates/automation-anywhere-outbound-connector.json +1207 -1201
  9. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  10. package/src/element-templates/aws-dynamodb-outbound-connector.json +1404 -1404
  11. package/src/element-templates/aws-eventbridge-connector-boundary.json +28 -28
  12. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  13. package/src/element-templates/aws-eventbridge-connector-start-event.json +13 -10
  14. package/src/element-templates/aws-eventbridge-outbound-connector.json +474 -474
  15. package/src/element-templates/aws-lambda-outbound-connector.json +51 -51
  16. package/src/element-templates/aws-s3-outbound-connector.json +30 -30
  17. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  18. package/src/element-templates/aws-sns-inbound-boundary.json +283 -283
  19. package/src/element-templates/aws-sns-inbound-intermediate.json +467 -467
  20. package/src/element-templates/aws-sns-inbound-message-start.json +98 -98
  21. package/src/element-templates/aws-sns-inbound-start-event.json +132 -132
  22. package/src/element-templates/aws-sns-outbound-connector.json +719 -719
  23. package/src/element-templates/aws-sqs-boundary-connector.json +420 -420
  24. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +958 -958
  25. package/src/element-templates/aws-sqs-outbound-connector.json +421 -421
  26. package/src/element-templates/aws-sqs-start-event-connector.json +388 -388
  27. package/src/element-templates/aws-sqs-start-message.json +463 -463
  28. package/src/element-templates/azure-blobstorage-outbound-connector.json +1 -1
  29. package/src/element-templates/azure-open-ai-connector.json +32 -32
  30. package/src/element-templates/blue-prism-connector.json +57 -57
  31. package/src/element-templates/box-outbound-connector.json +30 -30
  32. package/src/element-templates/csv-outbound-connector.json +392 -0
  33. package/src/element-templates/easy-post-connector.json +269 -269
  34. package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
  35. package/src/element-templates/email-outbound-connector.json +231 -231
  36. package/src/element-templates/embeddings-vector-database-outbound-connector.json +3473 -150
  37. package/src/element-templates/github-connector.json +2930 -2930
  38. package/src/element-templates/github-webhook-connector-boundary.json +21 -21
  39. package/src/element-templates/github-webhook-connector-intermediate.json +35 -35
  40. package/src/element-templates/github-webhook-connector-message-start.json +21 -21
  41. package/src/element-templates/github-webhook-connector-start-event.json +35 -32
  42. package/src/element-templates/gitlab-connector.json +1561 -1561
  43. package/src/element-templates/google-drive-outbound-connector.json +363 -363
  44. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  45. package/src/element-templates/google-maps-platform-connector.json +76 -76
  46. package/src/element-templates/google-sheets-outbound-connector.json +1177 -1177
  47. package/src/element-templates/graphql-outbound-connector.json +1182 -1182
  48. package/src/element-templates/http-json-connector.json +2332 -2332
  49. package/src/element-templates/http-polling-boundary-catch-event-connector.json +261 -558
  50. package/src/element-templates/http-polling-connector.json +259 -556
  51. package/src/element-templates/hugging-face-connector.json +34 -34
  52. package/src/element-templates/jdbc-outbound-connector.json +404 -2
  53. package/src/element-templates/kafka-inbound-connector-boundary.json +624 -624
  54. package/src/element-templates/kafka-inbound-connector-intermediate.json +1018 -1018
  55. package/src/element-templates/kafka-inbound-connector-start-message.json +532 -532
  56. package/src/element-templates/kafka-inbound-connector.json +240 -237
  57. package/src/element-templates/kafka-outbound-connector.json +588 -588
  58. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  59. package/src/element-templates/microsoft-teams-outbound-connector.json +3730 -3730
  60. package/src/element-templates/openai-connector.json +117 -117
  61. package/src/element-templates/operate-connector.json +68 -68
  62. package/src/element-templates/power-automate-connector.json +12 -12
  63. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +437 -437
  64. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +581 -581
  65. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +451 -451
  66. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +354 -354
  67. package/src/element-templates/rabbitmq-outbound-connector.json +666 -666
  68. package/src/element-templates/salesforce-connector.json +40 -40
  69. package/src/element-templates/sendgrid-outbound-connector.json +487 -487
  70. package/src/element-templates/slack-inbound-boundary.json +301 -301
  71. package/src/element-templates/slack-inbound-intermediate.json +307 -307
  72. package/src/element-templates/slack-inbound-message-start.json +350 -350
  73. package/src/element-templates/slack-inbound-start-event.json +213 -210
  74. package/src/element-templates/slack-outbound-connector.json +739 -739
  75. package/src/element-templates/twilio-connector.json +88 -88
  76. package/src/element-templates/twilio-webhook-connector.json +13 -10
  77. package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
  78. package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
  79. package/src/element-templates/uipath-connector.json +49 -49
  80. package/src/element-templates/webhook-connector-boundary.json +1644 -1644
  81. package/src/element-templates/webhook-connector-intermediate.json +972 -972
  82. package/src/element-templates/webhook-connector-start-event.json +556 -553
  83. package/src/element-templates/webhook-connector-start-message.json +33 -33
  84. package/src/element-templates/whatsapp-connector.json +6 -6
@@ -1,4 +1,244 @@
1
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
+ "version": 3,
7
+ "description": "Consume Kafka messages",
8
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
9
+ "category": {
10
+ "id": "connectors",
11
+ "name": "Connectors"
12
+ },
13
+ "deprecated": {
14
+ "message": "Migrate to Kafka Message Start Event Connector"
15
+ },
16
+ "appliesTo": ["bpmn:StartEvent"],
17
+ "elementType": {
18
+ "value": "bpmn:StartEvent"
19
+ },
20
+ "groups": [
21
+ {
22
+ "id": "authentication",
23
+ "label": "Authentication"
24
+ },
25
+ {
26
+ "id": "kafka",
27
+ "label": "Kafka"
28
+ },
29
+ {
30
+ "id": "activation",
31
+ "label": "Activation"
32
+ },
33
+ {
34
+ "id": "variable-mapping",
35
+ "label": "Variable mapping"
36
+ }
37
+ ],
38
+ "properties": [
39
+ {
40
+ "type": "Hidden",
41
+ "value": "io.camunda:connector-kafka-inbound:1",
42
+ "binding": {
43
+ "type": "zeebe:property",
44
+ "name": "inbound.type"
45
+ }
46
+ },
47
+ {
48
+ "label": "Authentication type",
49
+ "id": "authenticationType",
50
+ "description": "Username/password or custom",
51
+ "group": "authentication",
52
+ "type": "Dropdown",
53
+ "value": "credentials",
54
+ "choices": [
55
+ {
56
+ "name": "Credentials",
57
+ "value": "credentials"
58
+ },
59
+ {
60
+ "name": "Custom",
61
+ "value": "custom"
62
+ }
63
+ ],
64
+ "binding": {
65
+ "type": "zeebe:property",
66
+ "name": "authenticationType"
67
+ }
68
+ },
69
+ {
70
+ "label": "Username",
71
+ "id": "authentication.username",
72
+ "description": "Provide the username (must have permissions to produce message to the topic)",
73
+ "group": "authentication",
74
+ "type": "String",
75
+ "feel": "optional",
76
+ "optional": true,
77
+ "binding": {
78
+ "type": "zeebe:property",
79
+ "name": "authentication.username"
80
+ },
81
+ "condition": {
82
+ "property": "authenticationType",
83
+ "equals": "credentials"
84
+ }
85
+ },
86
+ {
87
+ "label": "Password",
88
+ "id": "authentication.password",
89
+ "description": "Provide a password for the user",
90
+ "group": "authentication",
91
+ "type": "String",
92
+ "feel": "optional",
93
+ "optional": true,
94
+ "binding": {
95
+ "type": "zeebe:property",
96
+ "name": "authentication.password"
97
+ },
98
+ "condition": {
99
+ "property": "authenticationType",
100
+ "equals": "credentials"
101
+ }
102
+ },
103
+ {
104
+ "label": "Bootstrap servers",
105
+ "id": "topic.bootstrapServers",
106
+ "description": "Provide bootstrap server(s), comma-delimited if there are multiple",
107
+ "group": "kafka",
108
+ "type": "String",
109
+ "feel": "optional",
110
+ "binding": {
111
+ "type": "zeebe:property",
112
+ "name": "topic.bootstrapServers"
113
+ },
114
+ "constraints": {
115
+ "notEmpty": true
116
+ }
117
+ },
118
+ {
119
+ "label": "Topic",
120
+ "id": "topic.topicName",
121
+ "description": "Provide the topic name",
122
+ "group": "kafka",
123
+ "type": "String",
124
+ "binding": {
125
+ "type": "zeebe:property",
126
+ "name": "topic.topicName"
127
+ },
128
+ "constraints": {
129
+ "notEmpty": true
130
+ }
131
+ },
132
+ {
133
+ "label": "Consumer Group ID",
134
+ "id": "groupId",
135
+ "description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
136
+ "group": "kafka",
137
+ "type": "String",
138
+ "optional": true,
139
+ "binding": {
140
+ "type": "zeebe:property",
141
+ "name": "groupId"
142
+ },
143
+ "constraints": {
144
+ "notEmpty": false,
145
+ "maxLength": 250
146
+ }
147
+ },
148
+ {
149
+ "label": "Additional properties",
150
+ "id": "additionalProperties",
151
+ "description": "Provide additional Kafka consumer properties in JSON",
152
+ "group": "kafka",
153
+ "type": "String",
154
+ "optional": true,
155
+ "feel": "required",
156
+ "binding": {
157
+ "type": "zeebe:property",
158
+ "name": "additionalProperties"
159
+ }
160
+ },
161
+ {
162
+ "label": "Offsets",
163
+ "id": "offsets",
164
+ "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",
165
+ "group": "kafka",
166
+ "type": "String",
167
+ "feel": "optional",
168
+ "optional": true,
169
+ "binding": {
170
+ "type": "zeebe:property",
171
+ "name": "offsets"
172
+ }
173
+ },
174
+ {
175
+ "label": "Auto offset reset",
176
+ "id": "autoOffsetReset",
177
+ "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",
178
+ "group": "kafka",
179
+ "type": "Dropdown",
180
+ "value": "latest",
181
+ "choices": [
182
+ {
183
+ "name": "Latest",
184
+ "value": "latest"
185
+ },
186
+ {
187
+ "name": "Earliest",
188
+ "value": "earliest"
189
+ },
190
+ {
191
+ "name": "None",
192
+ "value": "none"
193
+ }
194
+ ],
195
+ "binding": {
196
+ "type": "zeebe:property",
197
+ "name": "autoOffsetReset"
198
+ }
199
+ },
200
+ {
201
+ "label": "Activation condition",
202
+ "id": "activationCondition",
203
+ "type": "String",
204
+ "group": "activation",
205
+ "feel": "required",
206
+ "optional": true,
207
+ "binding": {
208
+ "type": "zeebe:property",
209
+ "name": "activationCondition"
210
+ },
211
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events"
212
+ },
213
+ {
214
+ "label": "Result variable",
215
+ "id": "resultVariable",
216
+ "type": "String",
217
+ "group": "variable-mapping",
218
+ "optional": true,
219
+ "binding": {
220
+ "type": "zeebe:property",
221
+ "name": "resultVariable"
222
+ },
223
+ "description": "Name of variable to store the result of the connector in"
224
+ },
225
+ {
226
+ "label": "Result expression",
227
+ "id": "resultExpression",
228
+ "description": "Expression to map the inbound payload to process variables",
229
+ "group": "variable-mapping",
230
+ "type": "Text",
231
+ "feel": "required",
232
+ "binding": {
233
+ "type": "zeebe:property",
234
+ "name": "resultExpression"
235
+ }
236
+ }
237
+ ],
238
+ "icon": {
239
+ "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"
240
+ }
241
+ },
2
242
  {
3
243
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
244
  "name": "Kafka Start Event Connector",
@@ -362,242 +602,5 @@
362
602
  "icon": {
363
603
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
364
604
  }
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
605
  }
603
606
  ]