@camunda/connectors-element-templates 1.0.17 → 1.0.18

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 (125) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -2
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +2 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -5
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +775 -38
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
  29. package/src/element-templates/aws-lambda-outbound-connector.json +472 -468
  30. package/src/element-templates/aws-s3-outbound-connector.json +656 -15
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
  32. package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
  34. package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
  37. package/src/element-templates/aws-sns-outbound-connector.json +390 -386
  38. package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
  40. package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
  43. package/src/element-templates/aws-sqs-start-message.json +866 -862
  44. package/src/element-templates/aws-textract-outbound-connector.json +358 -354
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1325 -0
  47. package/src/element-templates/blue-prism-connector.json +595 -50
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +39 -31
  50. package/src/element-templates/easy-post-connector.json +1088 -120
  51. package/src/element-templates/email-inbound-connector-boundary.json +16 -8
  52. package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +16 -8
  55. package/src/element-templates/email-outbound-connector.json +2114 -241
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12587 -9052
  58. package/src/element-templates/github-webhook-connector-boundary.json +27 -29
  59. package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
  60. package/src/element-templates/github-webhook-connector-message-start.json +19 -21
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +11 -13
  63. package/src/element-templates/gitlab-connector.json +4756 -3124
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +1285 -665
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1055 -26
  68. package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
  69. package/src/element-templates/graphql-outbound-connector.json +1136 -1127
  70. package/src/element-templates/http-json-connector.json +2779 -2129
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
  72. package/src/element-templates/http-polling-connector.json +746 -735
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +249 -18
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +666 -660
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
  87. package/src/element-templates/openai-connector.json +579 -116
  88. package/src/element-templates/operate-connector.json +1219 -67
  89. package/src/element-templates/power-automate-connector.json +604 -12
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
  95. package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +553 -9
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +1380 -772
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +389 -91
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +566 -236
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +127 -122
  110. package/src/element-templates/slack-outbound-connector.json +2613 -915
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1514 -34
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +607 -15
  119. package/src/element-templates/webhook-connector-boundary.json +1218 -1208
  120. package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
  121. package/src/element-templates/webhook-connector-receive.json +55 -45
  122. package/src/element-templates/webhook-connector-start-event.json +1299 -1292
  123. package/src/element-templates/webhook-connector-start-message.json +711 -701
  124. package/src/element-templates/whatsapp-connector.json +339 -5
  125. package/src/element-templates/http-connector.json.json +0 -654
@@ -1,244 +1,4 @@
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
- },
242
2
  {
243
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
244
4
  "name": "Kafka Start Event Connector",
@@ -602,5 +362,245 @@
602
362
  "icon": {
603
363
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
604
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
+ "deprecated": {
378
+ "message": "Migrate to Kafka Message Start Event Connector"
379
+ },
380
+ "appliesTo": ["bpmn:StartEvent"],
381
+ "elementType": {
382
+ "value": "bpmn:StartEvent"
383
+ },
384
+ "groups": [
385
+ {
386
+ "id": "authentication",
387
+ "label": "Authentication"
388
+ },
389
+ {
390
+ "id": "kafka",
391
+ "label": "Kafka"
392
+ },
393
+ {
394
+ "id": "activation",
395
+ "label": "Activation"
396
+ },
397
+ {
398
+ "id": "variable-mapping",
399
+ "label": "Variable mapping"
400
+ }
401
+ ],
402
+ "properties": [
403
+ {
404
+ "type": "Hidden",
405
+ "value": "io.camunda:connector-kafka-inbound:1",
406
+ "binding": {
407
+ "type": "zeebe:property",
408
+ "name": "inbound.type"
409
+ }
410
+ },
411
+ {
412
+ "label": "Authentication type",
413
+ "id": "authenticationType",
414
+ "description": "Username/password or custom",
415
+ "group": "authentication",
416
+ "type": "Dropdown",
417
+ "value": "credentials",
418
+ "choices": [
419
+ {
420
+ "name": "Credentials",
421
+ "value": "credentials"
422
+ },
423
+ {
424
+ "name": "Custom",
425
+ "value": "custom"
426
+ }
427
+ ],
428
+ "binding": {
429
+ "type": "zeebe:property",
430
+ "name": "authenticationType"
431
+ }
432
+ },
433
+ {
434
+ "label": "Username",
435
+ "id": "authentication.username",
436
+ "description": "Provide the username (must have permissions to produce message to the topic)",
437
+ "group": "authentication",
438
+ "type": "String",
439
+ "feel": "optional",
440
+ "optional": true,
441
+ "binding": {
442
+ "type": "zeebe:property",
443
+ "name": "authentication.username"
444
+ },
445
+ "condition": {
446
+ "property": "authenticationType",
447
+ "equals": "credentials"
448
+ }
449
+ },
450
+ {
451
+ "label": "Password",
452
+ "id": "authentication.password",
453
+ "description": "Provide a password for the user",
454
+ "group": "authentication",
455
+ "type": "String",
456
+ "feel": "optional",
457
+ "optional": true,
458
+ "binding": {
459
+ "type": "zeebe:property",
460
+ "name": "authentication.password"
461
+ },
462
+ "condition": {
463
+ "property": "authenticationType",
464
+ "equals": "credentials"
465
+ }
466
+ },
467
+ {
468
+ "label": "Bootstrap servers",
469
+ "id": "topic.bootstrapServers",
470
+ "description": "Provide bootstrap server(s), comma-delimited if there are multiple",
471
+ "group": "kafka",
472
+ "type": "String",
473
+ "feel": "optional",
474
+ "binding": {
475
+ "type": "zeebe:property",
476
+ "name": "topic.bootstrapServers"
477
+ },
478
+ "constraints": {
479
+ "notEmpty": true
480
+ }
481
+ },
482
+ {
483
+ "label": "Topic",
484
+ "id": "topic.topicName",
485
+ "description": "Provide the topic name",
486
+ "group": "kafka",
487
+ "type": "String",
488
+ "binding": {
489
+ "type": "zeebe:property",
490
+ "name": "topic.topicName"
491
+ },
492
+ "constraints": {
493
+ "notEmpty": true
494
+ }
495
+ },
496
+ {
497
+ "label": "Consumer Group ID",
498
+ "id": "groupId",
499
+ "description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
500
+ "group": "kafka",
501
+ "type": "String",
502
+ "optional": true,
503
+ "binding": {
504
+ "type": "zeebe:property",
505
+ "name": "groupId"
506
+ },
507
+ "constraints": {
508
+ "notEmpty": false,
509
+ "maxLength": 250
510
+ }
511
+ },
512
+ {
513
+ "label": "Additional properties",
514
+ "id": "additionalProperties",
515
+ "description": "Provide additional Kafka consumer properties in JSON",
516
+ "group": "kafka",
517
+ "type": "String",
518
+ "optional": true,
519
+ "feel": "required",
520
+ "binding": {
521
+ "type": "zeebe:property",
522
+ "name": "additionalProperties"
523
+ }
524
+ },
525
+ {
526
+ "label": "Offsets",
527
+ "id": "offsets",
528
+ "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",
529
+ "group": "kafka",
530
+ "type": "String",
531
+ "feel": "optional",
532
+ "optional": true,
533
+ "binding": {
534
+ "type": "zeebe:property",
535
+ "name": "offsets"
536
+ }
537
+ },
538
+ {
539
+ "label": "Auto offset reset",
540
+ "id": "autoOffsetReset",
541
+ "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",
542
+ "group": "kafka",
543
+ "type": "Dropdown",
544
+ "value": "latest",
545
+ "choices": [
546
+ {
547
+ "name": "Latest",
548
+ "value": "latest"
549
+ },
550
+ {
551
+ "name": "Earliest",
552
+ "value": "earliest"
553
+ },
554
+ {
555
+ "name": "None",
556
+ "value": "none"
557
+ }
558
+ ],
559
+ "binding": {
560
+ "type": "zeebe:property",
561
+ "name": "autoOffsetReset"
562
+ }
563
+ },
564
+ {
565
+ "label": "Activation condition",
566
+ "id": "activationCondition",
567
+ "type": "String",
568
+ "group": "activation",
569
+ "feel": "required",
570
+ "optional": true,
571
+ "binding": {
572
+ "type": "zeebe:property",
573
+ "name": "activationCondition"
574
+ },
575
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events"
576
+ },
577
+ {
578
+ "label": "Result variable",
579
+ "id": "resultVariable",
580
+ "type": "String",
581
+ "group": "variable-mapping",
582
+ "optional": true,
583
+ "binding": {
584
+ "type": "zeebe:property",
585
+ "name": "resultVariable"
586
+ },
587
+ "description": "Name of variable to store the result of the connector in"
588
+ },
589
+ {
590
+ "label": "Result expression",
591
+ "id": "resultExpression",
592
+ "description": "Expression to map the inbound payload to process variables",
593
+ "group": "variable-mapping",
594
+ "type": "Text",
595
+ "feel": "required",
596
+ "binding": {
597
+ "type": "zeebe:property",
598
+ "name": "resultExpression"
599
+ }
600
+ }
601
+ ],
602
+ "icon": {
603
+ "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"
604
+ }
605
605
  }
606
606
  ]