@camunda/connectors-element-templates 1.0.16 → 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 (124) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -0
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +3 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +9 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +9 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +9 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +9 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +36 -39
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3769 -28
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6979 -3299
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +469 -471
  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 +484 -486
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1756 -1752
  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 +788 -51
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1412 -1412
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +376 -11
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +408 -9
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +322 -5
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +316 -311
  29. package/src/element-templates/aws-lambda-outbound-connector.json +305 -301
  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 +422 -415
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +330 -323
  34. package/src/element-templates/aws-sns-inbound-message-start.json +348 -341
  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 +593 -589
  38. package/src/element-templates/aws-sqs-boundary-connector.json +642 -638
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +588 -584
  40. package/src/element-templates/aws-sqs-outbound-connector.json +748 -746
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +408 -400
  43. package/src/element-templates/aws-sqs-start-message.json +465 -461
  44. package/src/element-templates/aws-textract-outbound-connector.json +298 -294
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +598 -53
  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 +1017 -49
  51. package/src/element-templates/email-inbound-connector-boundary.json +32 -24
  52. package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +45 -37
  55. package/src/element-templates/email-outbound-connector.json +2129 -256
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12447 -5385
  58. package/src/element-templates/github-webhook-connector-boundary.json +11 -13
  59. package/src/element-templates/github-webhook-connector-intermediate.json +55 -57
  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 +62 -64
  63. package/src/element-templates/gitlab-connector.json +2974 -1342
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +882 -262
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1048 -19
  68. package/src/element-templates/google-sheets-outbound-connector.json +2961 -1967
  69. package/src/element-templates/graphql-outbound-connector.json +1780 -1193
  70. package/src/element-templates/http-json-connector.json +2832 -2168
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +953 -277
  72. package/src/element-templates/http-polling-connector.json +1642 -966
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +432 -5
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +21 -12
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +581 -572
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +150 -141
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +436 -430
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +165 -13
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +165 -13
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +178 -26
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5616 -1607
  87. package/src/element-templates/openai-connector.json +608 -145
  88. package/src/element-templates/operate-connector.json +1218 -66
  89. package/src/element-templates/power-automate-connector.json +602 -10
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +799 -790
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +914 -905
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +477 -468
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +754 -745
  95. package/src/element-templates/rabbitmq-outbound-connector.json +875 -869
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +583 -39
  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 +1406 -798
  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 +639 -341
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +678 -348
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +332 -327
  110. package/src/element-templates/slack-outbound-connector.json +3313 -919
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1521 -41
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +35 -26
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +38 -29
  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 +1986 -1331
  120. package/src/element-templates/webhook-connector-intermediate.json +2193 -1538
  121. package/src/element-templates/webhook-connector-receive.json +654 -0
  122. package/src/element-templates/webhook-connector-start-event.json +1261 -700
  123. package/src/element-templates/webhook-connector-start-message.json +1754 -1067
  124. package/src/element-templates/whatsapp-connector.json +339 -5
@@ -3,9 +3,18 @@
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
4
  "name": "Kafka Outbound Connector",
5
5
  "id": "io.camunda.connectors.KAFKA.v1",
6
- "version": 3,
7
6
  "description": "Produce Kafka message",
7
+ "keywords": [
8
+ "publish message",
9
+ "send message",
10
+ "message queue",
11
+ "event streaming",
12
+ "produce event",
13
+ "stream data",
14
+ "kafka topic"
15
+ ],
8
16
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound",
17
+ "version": 6,
9
18
  "category": {
10
19
  "id": "connectors",
11
20
  "name": "Connectors"
@@ -14,6 +23,9 @@
14
23
  "elementType": {
15
24
  "value": "bpmn:ServiceTask"
16
25
  },
26
+ "engines": {
27
+ "camunda": "^8.3"
28
+ },
17
29
  "groups": [
18
30
  {
19
31
  "id": "authentication",
@@ -23,179 +35,356 @@
23
35
  "id": "kafka",
24
36
  "label": "Kafka"
25
37
  },
38
+ {
39
+ "id": "schema",
40
+ "label": "Schema"
41
+ },
26
42
  {
27
43
  "id": "message",
28
44
  "label": "Message"
29
45
  },
46
+ {
47
+ "id": "connector",
48
+ "label": "Connector"
49
+ },
30
50
  {
31
51
  "id": "output",
32
- "label": "Response mapping"
52
+ "label": "Output mapping"
33
53
  },
34
54
  {
35
- "id": "errors",
55
+ "id": "error",
36
56
  "label": "Error handling"
57
+ },
58
+ {
59
+ "id": "retries",
60
+ "label": "Retries"
37
61
  }
38
62
  ],
39
63
  "properties": [
40
64
  {
41
- "type": "Hidden",
42
65
  "value": "io.camunda:connector-kafka:1",
43
66
  "binding": {
44
- "type": "zeebe:taskDefinition",
45
- "property": "type"
46
- }
67
+ "property": "type",
68
+ "type": "zeebe:taskDefinition"
69
+ },
70
+ "type": "Hidden"
47
71
  },
48
72
  {
49
- "label": "Username",
50
73
  "id": "authentication.username",
74
+ "label": "Username",
51
75
  "description": "Provide the username (must have permissions to produce message to the topic)",
52
- "group": "authentication",
53
- "type": "String",
54
76
  "optional": true,
77
+ "feel": "optional",
78
+ "group": "authentication",
55
79
  "binding": {
56
- "type": "zeebe:input",
57
- "name": "authentication.username"
58
- }
80
+ "name": "authentication.username",
81
+ "type": "zeebe:input"
82
+ },
83
+ "type": "String"
59
84
  },
60
85
  {
61
- "label": "Password",
62
86
  "id": "authentication.password",
87
+ "label": "Password",
63
88
  "description": "Provide a password for the user",
64
- "group": "authentication",
65
- "type": "String",
66
89
  "optional": true,
90
+ "feel": "optional",
91
+ "group": "authentication",
67
92
  "binding": {
68
- "type": "zeebe:input",
69
- "name": "authentication.password"
70
- }
93
+ "name": "authentication.password",
94
+ "type": "zeebe:input"
95
+ },
96
+ "type": "String"
71
97
  },
72
98
  {
73
- "label": "Bootstrap servers",
74
99
  "id": "topic.bootstrapServers",
100
+ "label": "Bootstrap servers",
75
101
  "description": "Provide bootstrap server(s), comma-delimited if there are multiple",
76
- "group": "kafka",
77
- "type": "String",
102
+ "optional": false,
103
+ "constraints": {
104
+ "notEmpty": true
105
+ },
78
106
  "feel": "optional",
107
+ "group": "kafka",
79
108
  "binding": {
80
- "type": "zeebe:input",
81
- "name": "topic.bootstrapServers"
109
+ "name": "topic.bootstrapServers",
110
+ "type": "zeebe:input"
82
111
  },
83
- "constraints": {
84
- "notEmpty": true
85
- }
112
+ "type": "String"
86
113
  },
87
114
  {
88
- "label": "Topic",
89
115
  "id": "topic.topicName",
116
+ "label": "Topic",
90
117
  "description": "Provide topic name",
91
- "group": "kafka",
92
- "type": "String",
118
+ "optional": false,
119
+ "constraints": {
120
+ "notEmpty": true
121
+ },
93
122
  "feel": "optional",
123
+ "group": "kafka",
94
124
  "binding": {
95
- "type": "zeebe:input",
96
- "name": "topic.topicName"
125
+ "name": "topic.topicName",
126
+ "type": "zeebe:input"
97
127
  },
98
- "constraints": {
99
- "notEmpty": true
100
- }
128
+ "type": "String"
101
129
  },
102
130
  {
103
- "label": "Headers",
104
- "id": "headers",
105
- "description": "Provide Kafka producer headers in JSON",
106
- "group": "kafka",
107
- "type": "String",
131
+ "id": "additionalProperties",
132
+ "label": "Additional properties",
133
+ "description": "Provide additional Kafka producer properties in JSON",
108
134
  "optional": true,
109
135
  "feel": "required",
136
+ "group": "kafka",
110
137
  "binding": {
111
- "type": "zeebe:input",
112
- "name": "headers"
113
- }
138
+ "name": "additionalProperties",
139
+ "type": "zeebe:input"
140
+ },
141
+ "type": "String"
114
142
  },
115
143
  {
116
- "label": "Additional properties",
117
- "id": "additionalProperties",
118
- "description": "Provide additional Kafka producer properties in JSON",
119
- "group": "kafka",
120
- "type": "String",
121
- "optional": true,
144
+ "id": "schemaStrategy.type",
145
+ "label": "Schema strategy",
146
+ "value": "noSchema",
147
+ "group": "schema",
148
+ "binding": {
149
+ "name": "schemaStrategy.type",
150
+ "type": "zeebe:input"
151
+ },
152
+ "type": "Dropdown",
153
+ "choices": [
154
+ {
155
+ "name": "No schema",
156
+ "value": "noSchema"
157
+ },
158
+ {
159
+ "name": "Avro Inline schema",
160
+ "value": "inlineSchema"
161
+ },
162
+ {
163
+ "name": "Confluent Schema registry",
164
+ "value": "schemaRegistry"
165
+ }
166
+ ]
167
+ },
168
+ {
169
+ "id": "schemaStrategy.avro.schema",
170
+ "label": "Schema",
171
+ "description": "Avro inline schema for the message value",
172
+ "optional": false,
173
+ "constraints": {
174
+ "notEmpty": true
175
+ },
122
176
  "feel": "required",
177
+ "group": "schema",
123
178
  "binding": {
124
- "type": "zeebe:input",
125
- "name": "additionalProperties"
126
- }
179
+ "name": "schemaStrategy.schema",
180
+ "type": "zeebe:input"
181
+ },
182
+ "condition": {
183
+ "property": "schemaStrategy.type",
184
+ "equals": "inlineSchema",
185
+ "type": "simple"
186
+ },
187
+ "type": "Text"
188
+ },
189
+ {
190
+ "id": "schemaStrategy.schema",
191
+ "label": "Schema",
192
+ "description": "Schema (JSON or AVRO) for the message value",
193
+ "optional": false,
194
+ "constraints": {
195
+ "notEmpty": true
196
+ },
197
+ "feel": "required",
198
+ "group": "schema",
199
+ "binding": {
200
+ "name": "schemaStrategy.schema",
201
+ "type": "zeebe:input"
202
+ },
203
+ "condition": {
204
+ "property": "schemaStrategy.type",
205
+ "equals": "schemaRegistry",
206
+ "type": "simple"
207
+ },
208
+ "type": "Text"
209
+ },
210
+ {
211
+ "id": "schemaStrategy.schemaType",
212
+ "label": "Schema type",
213
+ "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>",
214
+ "optional": false,
215
+ "value": "avro",
216
+ "group": "schema",
217
+ "binding": {
218
+ "name": "schemaStrategy.schemaType",
219
+ "type": "zeebe:input"
220
+ },
221
+ "condition": {
222
+ "property": "schemaStrategy.type",
223
+ "equals": "schemaRegistry",
224
+ "type": "simple"
225
+ },
226
+ "type": "Dropdown",
227
+ "choices": [
228
+ {
229
+ "name": "JSON",
230
+ "value": "json"
231
+ },
232
+ {
233
+ "name": "Avro",
234
+ "value": "avro"
235
+ }
236
+ ]
237
+ },
238
+ {
239
+ "id": "schemaStrategy.schemaRegistryUrl",
240
+ "label": "Schema registry URL",
241
+ "description": "Provide the schema registry URL",
242
+ "optional": false,
243
+ "constraints": {
244
+ "notEmpty": true
245
+ },
246
+ "feel": "optional",
247
+ "group": "schema",
248
+ "binding": {
249
+ "name": "schemaStrategy.schemaRegistryUrl",
250
+ "type": "zeebe:input"
251
+ },
252
+ "condition": {
253
+ "property": "schemaStrategy.type",
254
+ "equals": "schemaRegistry",
255
+ "type": "simple"
256
+ },
257
+ "type": "String"
127
258
  },
128
259
  {
129
- "label": "Key",
130
260
  "id": "message.key",
261
+ "label": "Key",
131
262
  "description": "Provide message key",
132
- "group": "message",
133
- "type": "String",
263
+ "optional": false,
134
264
  "feel": "optional",
265
+ "group": "message",
135
266
  "binding": {
136
- "type": "zeebe:input",
137
- "name": "message.key"
267
+ "name": "message.key",
268
+ "type": "zeebe:input"
138
269
  },
139
- "constraints": {
140
- "notEmpty": true
141
- }
270
+ "type": "String"
142
271
  },
143
272
  {
144
- "label": "Value",
145
273
  "id": "message.value",
274
+ "label": "Value",
146
275
  "description": "Provide message value",
147
- "group": "message",
148
- "type": "String",
276
+ "optional": false,
277
+ "constraints": {
278
+ "notEmpty": true
279
+ },
149
280
  "feel": "optional",
281
+ "group": "message",
150
282
  "binding": {
151
- "type": "zeebe:input",
152
- "name": "message.value"
283
+ "name": "message.value",
284
+ "type": "zeebe:input"
153
285
  },
154
- "constraints": {
155
- "notEmpty": true
156
- }
286
+ "type": "String"
287
+ },
288
+ {
289
+ "id": "headers",
290
+ "label": "Headers",
291
+ "description": "Provide Kafka producer headers in JSON",
292
+ "optional": true,
293
+ "feel": "required",
294
+ "group": "message",
295
+ "binding": {
296
+ "name": "headers",
297
+ "type": "zeebe:input"
298
+ },
299
+ "type": "String"
300
+ },
301
+ {
302
+ "id": "version",
303
+ "label": "Version",
304
+ "description": "Version of the element template",
305
+ "value": "6",
306
+ "group": "connector",
307
+ "binding": {
308
+ "key": "elementTemplateVersion",
309
+ "type": "zeebe:taskHeader"
310
+ },
311
+ "type": "Hidden"
312
+ },
313
+ {
314
+ "id": "id",
315
+ "label": "ID",
316
+ "description": "ID of the element template",
317
+ "value": "io.camunda.connectors.KAFKA.v1",
318
+ "group": "connector",
319
+ "binding": {
320
+ "key": "elementTemplateId",
321
+ "type": "zeebe:taskHeader"
322
+ },
323
+ "type": "Hidden"
157
324
  },
158
325
  {
159
- "label": "Result variable",
160
326
  "id": "resultVariable",
161
- "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>",
327
+ "label": "Result variable",
328
+ "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
329
  "group": "output",
163
- "type": "String",
164
330
  "binding": {
165
- "type": "zeebe:taskHeader",
166
- "key": "resultVariable"
167
- }
331
+ "key": "resultVariable",
332
+ "type": "zeebe:taskHeader"
333
+ },
334
+ "type": "String"
168
335
  },
169
336
  {
170
- "label": "Result expression",
171
337
  "id": "resultExpression",
172
- "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
- "group": "output",
174
- "type": "Text",
338
+ "label": "Result expression",
339
+ "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>.",
175
340
  "feel": "required",
341
+ "group": "output",
176
342
  "binding": {
177
- "type": "zeebe:taskHeader",
178
- "key": "resultExpression"
179
- }
343
+ "key": "resultExpression",
344
+ "type": "zeebe:taskHeader"
345
+ },
346
+ "type": "Text"
180
347
  },
181
348
  {
182
- "label": "Error expression",
183
349
  "id": "errorExpression",
184
- "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
- "group": "errors",
186
- "type": "Text",
350
+ "label": "Error expression",
351
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
187
352
  "feel": "required",
353
+ "group": "error",
354
+ "binding": {
355
+ "key": "errorExpression",
356
+ "type": "zeebe:taskHeader"
357
+ },
358
+ "type": "Text"
359
+ },
360
+ {
361
+ "id": "retryCount",
362
+ "label": "Retries",
363
+ "description": "Number of retries",
364
+ "value": "3",
365
+ "feel": "optional",
366
+ "group": "retries",
367
+ "binding": {
368
+ "property": "retries",
369
+ "type": "zeebe:taskDefinition"
370
+ },
371
+ "type": "String"
372
+ },
373
+ {
374
+ "id": "retryBackoff",
375
+ "label": "Retry backoff",
376
+ "description": "ISO-8601 duration to wait between retries",
377
+ "value": "PT0S",
378
+ "group": "retries",
188
379
  "binding": {
189
- "type": "zeebe:taskHeader",
190
- "key": "errorExpression"
191
- }
380
+ "key": "retryBackoff",
381
+ "type": "zeebe:taskHeader"
382
+ },
383
+ "type": "String"
192
384
  }
193
385
  ],
194
386
  "icon": {
195
- "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
- },
197
- "engines": {
198
- "camunda": "^8.4"
387
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
199
388
  }
200
389
  },
201
390
  {
@@ -548,9 +737,9 @@
548
737
  },
549
738
  {
550
739
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
551
- "name": "Kafka Outbound Connector",
740
+ "name": "Kafka producer connector",
552
741
  "id": "io.camunda.connectors.KAFKA.v1",
553
- "version": 2,
742
+ "version": 1,
554
743
  "description": "Produce Kafka message",
555
744
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/",
556
745
  "category": {
@@ -724,11 +913,11 @@
724
913
  },
725
914
  {
726
915
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
727
- "name": "Kafka producer connector",
916
+ "name": "Kafka Outbound Connector",
728
917
  "id": "io.camunda.connectors.KAFKA.v1",
729
- "version": 1,
918
+ "version": 3,
730
919
  "description": "Produce Kafka message",
731
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/",
920
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound",
732
921
  "category": {
733
922
  "id": "connectors",
734
923
  "name": "Connectors"
@@ -770,6 +959,7 @@
770
959
  },
771
960
  {
772
961
  "label": "Username",
962
+ "id": "authentication.username",
773
963
  "description": "Provide the username (must have permissions to produce message to the topic)",
774
964
  "group": "authentication",
775
965
  "type": "String",
@@ -781,6 +971,7 @@
781
971
  },
782
972
  {
783
973
  "label": "Password",
974
+ "id": "authentication.password",
784
975
  "description": "Provide a password for the user",
785
976
  "group": "authentication",
786
977
  "type": "String",
@@ -792,6 +983,7 @@
792
983
  },
793
984
  {
794
985
  "label": "Bootstrap servers",
986
+ "id": "topic.bootstrapServers",
795
987
  "description": "Provide bootstrap server(s), comma-delimited if there are multiple",
796
988
  "group": "kafka",
797
989
  "type": "String",
@@ -806,6 +998,7 @@
806
998
  },
807
999
  {
808
1000
  "label": "Topic",
1001
+ "id": "topic.topicName",
809
1002
  "description": "Provide topic name",
810
1003
  "group": "kafka",
811
1004
  "type": "String",
@@ -818,8 +1011,22 @@
818
1011
  "notEmpty": true
819
1012
  }
820
1013
  },
1014
+ {
1015
+ "label": "Headers",
1016
+ "id": "headers",
1017
+ "description": "Provide Kafka producer headers in JSON",
1018
+ "group": "kafka",
1019
+ "type": "String",
1020
+ "optional": true,
1021
+ "feel": "required",
1022
+ "binding": {
1023
+ "type": "zeebe:input",
1024
+ "name": "headers"
1025
+ }
1026
+ },
821
1027
  {
822
1028
  "label": "Additional properties",
1029
+ "id": "additionalProperties",
823
1030
  "description": "Provide additional Kafka producer properties in JSON",
824
1031
  "group": "kafka",
825
1032
  "type": "String",
@@ -832,6 +1039,7 @@
832
1039
  },
833
1040
  {
834
1041
  "label": "Key",
1042
+ "id": "message.key",
835
1043
  "description": "Provide message key",
836
1044
  "group": "message",
837
1045
  "type": "String",
@@ -846,6 +1054,7 @@
846
1054
  },
847
1055
  {
848
1056
  "label": "Value",
1057
+ "id": "message.value",
849
1058
  "description": "Provide message value",
850
1059
  "group": "message",
851
1060
  "type": "String",
@@ -860,6 +1069,7 @@
860
1069
  },
861
1070
  {
862
1071
  "label": "Result variable",
1072
+ "id": "resultVariable",
863
1073
  "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>",
864
1074
  "group": "output",
865
1075
  "type": "String",
@@ -870,6 +1080,7 @@
870
1080
  },
871
1081
  {
872
1082
  "label": "Result expression",
1083
+ "id": "resultExpression",
873
1084
  "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>",
874
1085
  "group": "output",
875
1086
  "type": "Text",
@@ -881,6 +1092,7 @@
881
1092
  },
882
1093
  {
883
1094
  "label": "Error expression",
1095
+ "id": "errorExpression",
884
1096
  "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>",
885
1097
  "group": "errors",
886
1098
  "type": "Text",
@@ -895,16 +1107,16 @@
895
1107
  "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"
896
1108
  },
897
1109
  "engines": {
898
- "camunda": "^8.2"
1110
+ "camunda": "^8.4"
899
1111
  }
900
1112
  },
901
1113
  {
902
1114
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
903
1115
  "name": "Kafka Outbound Connector",
904
1116
  "id": "io.camunda.connectors.KAFKA.v1",
1117
+ "version": 2,
905
1118
  "description": "Produce Kafka message",
906
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound",
907
- "version": 4,
1119
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/",
908
1120
  "category": {
909
1121
  "id": "connectors",
910
1122
  "name": "Connectors"
@@ -928,253 +1140,150 @@
928
1140
  },
929
1141
  {
930
1142
  "id": "output",
931
- "label": "Output mapping"
1143
+ "label": "Response mapping"
932
1144
  },
933
1145
  {
934
- "id": "error",
1146
+ "id": "errors",
935
1147
  "label": "Error handling"
936
- },
937
- {
938
- "id": "retries",
939
- "label": "Retries"
940
1148
  }
941
1149
  ],
942
1150
  "properties": [
943
1151
  {
1152
+ "type": "Hidden",
944
1153
  "value": "io.camunda:connector-kafka:1",
945
1154
  "binding": {
946
- "property": "type",
947
- "type": "zeebe:taskDefinition"
948
- },
949
- "type": "Hidden"
1155
+ "type": "zeebe:taskDefinition",
1156
+ "property": "type"
1157
+ }
950
1158
  },
951
1159
  {
952
- "id": "authentication.username",
953
1160
  "label": "Username",
954
1161
  "description": "Provide the username (must have permissions to produce message to the topic)",
955
- "optional": true,
956
- "feel": "optional",
957
1162
  "group": "authentication",
1163
+ "type": "String",
1164
+ "optional": true,
958
1165
  "binding": {
959
- "name": "authentication.username",
960
- "type": "zeebe:input"
961
- },
962
- "type": "String"
1166
+ "type": "zeebe:input",
1167
+ "name": "authentication.username"
1168
+ }
963
1169
  },
964
1170
  {
965
- "id": "authentication.password",
966
1171
  "label": "Password",
967
1172
  "description": "Provide a password for the user",
968
- "optional": true,
969
- "feel": "optional",
970
1173
  "group": "authentication",
1174
+ "type": "String",
1175
+ "optional": true,
971
1176
  "binding": {
972
- "name": "authentication.password",
973
- "type": "zeebe:input"
974
- },
975
- "type": "String"
976
- },
977
- {
978
- "id": "serializationType",
979
- "label": "Serialization type",
980
- "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>",
981
- "optional": false,
982
- "value": "json",
983
- "group": "kafka",
984
- "binding": {
985
- "name": "serializationType",
986
- "type": "zeebe:input"
987
- },
988
- "type": "Dropdown",
989
- "choices": [
990
- {
991
- "name": "Default (JSON)",
992
- "value": "json"
993
- },
994
- {
995
- "name": "AVRO (experimental)",
996
- "value": "avro"
997
- }
998
- ]
1177
+ "type": "zeebe:input",
1178
+ "name": "authentication.password"
1179
+ }
999
1180
  },
1000
1181
  {
1001
- "id": "topic.bootstrapServers",
1002
1182
  "label": "Bootstrap servers",
1003
1183
  "description": "Provide bootstrap server(s), comma-delimited if there are multiple",
1004
- "optional": false,
1005
- "constraints": {
1006
- "notEmpty": true
1007
- },
1008
- "feel": "optional",
1009
1184
  "group": "kafka",
1185
+ "type": "String",
1186
+ "feel": "optional",
1010
1187
  "binding": {
1011
- "name": "topic.bootstrapServers",
1012
- "type": "zeebe:input"
1188
+ "type": "zeebe:input",
1189
+ "name": "topic.bootstrapServers"
1013
1190
  },
1014
- "type": "String"
1015
- },
1016
- {
1017
- "id": "topic.topicName",
1018
- "label": "Topic",
1019
- "description": "Provide topic name",
1020
- "optional": false,
1021
1191
  "constraints": {
1022
1192
  "notEmpty": true
1023
- },
1024
- "feel": "optional",
1025
- "group": "kafka",
1026
- "binding": {
1027
- "name": "topic.topicName",
1028
- "type": "zeebe:input"
1029
- },
1030
- "type": "String"
1193
+ }
1031
1194
  },
1032
1195
  {
1033
- "id": "headers",
1034
- "label": "Headers",
1035
- "description": "Provide Kafka producer headers in JSON",
1036
- "optional": true,
1037
- "feel": "required",
1196
+ "label": "Topic",
1197
+ "description": "Provide topic name",
1038
1198
  "group": "kafka",
1199
+ "type": "String",
1200
+ "feel": "optional",
1039
1201
  "binding": {
1040
- "name": "headers",
1041
- "type": "zeebe:input"
1202
+ "type": "zeebe:input",
1203
+ "name": "topic.topicName"
1042
1204
  },
1043
- "type": "String"
1205
+ "constraints": {
1206
+ "notEmpty": true
1207
+ }
1044
1208
  },
1045
1209
  {
1046
- "id": "additionalProperties",
1047
1210
  "label": "Additional properties",
1048
1211
  "description": "Provide additional Kafka producer properties in JSON",
1212
+ "group": "kafka",
1213
+ "type": "String",
1049
1214
  "optional": true,
1050
1215
  "feel": "required",
1051
- "group": "kafka",
1052
1216
  "binding": {
1053
- "name": "additionalProperties",
1054
- "type": "zeebe:input"
1055
- },
1056
- "type": "String"
1217
+ "type": "zeebe:input",
1218
+ "name": "additionalProperties"
1219
+ }
1057
1220
  },
1058
1221
  {
1059
- "id": "message.key",
1060
1222
  "label": "Key",
1061
1223
  "description": "Provide message key",
1062
- "optional": false,
1063
- "constraints": {
1064
- "notEmpty": true
1065
- },
1066
- "feel": "optional",
1067
1224
  "group": "message",
1225
+ "type": "String",
1226
+ "feel": "optional",
1068
1227
  "binding": {
1069
- "name": "message.key",
1070
- "type": "zeebe:input"
1228
+ "type": "zeebe:input",
1229
+ "name": "message.key"
1071
1230
  },
1072
- "type": "String"
1231
+ "constraints": {
1232
+ "notEmpty": true
1233
+ }
1073
1234
  },
1074
1235
  {
1075
- "id": "message.value",
1076
1236
  "label": "Value",
1077
1237
  "description": "Provide message value",
1078
- "optional": false,
1079
- "constraints": {
1080
- "notEmpty": true
1081
- },
1082
- "feel": "optional",
1083
1238
  "group": "message",
1239
+ "type": "String",
1240
+ "feel": "optional",
1084
1241
  "binding": {
1085
- "name": "message.value",
1086
- "type": "zeebe:input"
1242
+ "type": "zeebe:input",
1243
+ "name": "message.value"
1087
1244
  },
1088
- "type": "String"
1089
- },
1090
- {
1091
- "id": "avro.schema",
1092
- "label": "Avro schema",
1093
- "description": "Avro schema for the message value",
1094
- "optional": false,
1095
1245
  "constraints": {
1096
1246
  "notEmpty": true
1097
- },
1098
- "feel": "required",
1099
- "group": "message",
1100
- "binding": {
1101
- "name": "avro.schema",
1102
- "type": "zeebe:input"
1103
- },
1104
- "condition": {
1105
- "property": "serializationType",
1106
- "equals": "avro",
1107
- "type": "simple"
1108
- },
1109
- "type": "Text"
1247
+ }
1110
1248
  },
1111
1249
  {
1112
- "id": "resultVariable",
1113
1250
  "label": "Result variable",
1114
- "description": "Name of variable to store the response in",
1115
- "group": "output",
1116
- "binding": {
1117
- "key": "resultVariable",
1118
- "type": "zeebe:taskHeader"
1119
- },
1120
- "type": "String"
1121
- },
1122
- {
1123
- "id": "resultExpression",
1124
- "label": "Result expression",
1125
- "description": "Expression to map the response into process variables",
1126
- "feel": "required",
1251
+ "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>",
1127
1252
  "group": "output",
1253
+ "type": "String",
1128
1254
  "binding": {
1129
- "key": "resultExpression",
1130
- "type": "zeebe:taskHeader"
1131
- },
1132
- "type": "Text"
1133
- },
1134
- {
1135
- "id": "errorExpression",
1136
- "label": "Error expression",
1137
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1138
- "feel": "required",
1139
- "group": "error",
1140
- "binding": {
1141
- "key": "errorExpression",
1142
- "type": "zeebe:taskHeader"
1143
- },
1144
- "type": "Text"
1255
+ "type": "zeebe:taskHeader",
1256
+ "key": "resultVariable"
1257
+ }
1145
1258
  },
1146
1259
  {
1147
- "id": "retryCount",
1148
- "label": "Retries",
1149
- "description": "Number of retries",
1150
- "value": "3",
1151
- "feel": "optional",
1152
- "group": "retries",
1260
+ "label": "Result expression",
1261
+ "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>",
1262
+ "group": "output",
1263
+ "type": "Text",
1264
+ "feel": "required",
1153
1265
  "binding": {
1154
- "property": "retries",
1155
- "type": "zeebe:taskDefinition"
1156
- },
1157
- "type": "String"
1266
+ "type": "zeebe:taskHeader",
1267
+ "key": "resultExpression"
1268
+ }
1158
1269
  },
1159
1270
  {
1160
- "id": "retryBackoff",
1161
- "label": "Retry backoff",
1162
- "description": "ISO-8601 duration to wait between retries",
1163
- "value": "PT0S",
1164
- "feel": "optional",
1165
- "group": "retries",
1271
+ "label": "Error expression",
1272
+ "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>",
1273
+ "group": "errors",
1274
+ "type": "Text",
1275
+ "feel": "required",
1166
1276
  "binding": {
1167
- "key": "retryBackoff",
1168
- "type": "zeebe:taskHeader"
1169
- },
1170
- "type": "String"
1277
+ "type": "zeebe:taskHeader",
1278
+ "key": "errorExpression"
1279
+ }
1171
1280
  }
1172
1281
  ],
1173
1282
  "icon": {
1174
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
1283
+ "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"
1175
1284
  },
1176
1285
  "engines": {
1177
- "camunda": "^8.5"
1286
+ "camunda": "^8.2"
1178
1287
  }
1179
1288
  },
1180
1289
  {
@@ -1182,11 +1291,8 @@
1182
1291
  "name": "Kafka Outbound Connector",
1183
1292
  "id": "io.camunda.connectors.KAFKA.v1",
1184
1293
  "description": "Produce Kafka message",
1185
- "metadata": {
1186
- "keywords": []
1187
- },
1188
1294
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound",
1189
- "version": 6,
1295
+ "version": 4,
1190
1296
  "category": {
1191
1297
  "id": "connectors",
1192
1298
  "name": "Connectors"
@@ -1195,9 +1301,6 @@
1195
1301
  "elementType": {
1196
1302
  "value": "bpmn:ServiceTask"
1197
1303
  },
1198
- "engines": {
1199
- "camunda": "^8.3"
1200
- },
1201
1304
  "groups": [
1202
1305
  {
1203
1306
  "id": "authentication",
@@ -1207,18 +1310,10 @@
1207
1310
  "id": "kafka",
1208
1311
  "label": "Kafka"
1209
1312
  },
1210
- {
1211
- "id": "schema",
1212
- "label": "Schema"
1213
- },
1214
1313
  {
1215
1314
  "id": "message",
1216
1315
  "label": "Message"
1217
1316
  },
1218
- {
1219
- "id": "connector",
1220
- "label": "Connector"
1221
- },
1222
1317
  {
1223
1318
  "id": "output",
1224
1319
  "label": "Output mapping"
@@ -1267,6 +1362,29 @@
1267
1362
  },
1268
1363
  "type": "String"
1269
1364
  },
1365
+ {
1366
+ "id": "serializationType",
1367
+ "label": "Serialization type",
1368
+ "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>",
1369
+ "optional": false,
1370
+ "value": "json",
1371
+ "group": "kafka",
1372
+ "binding": {
1373
+ "name": "serializationType",
1374
+ "type": "zeebe:input"
1375
+ },
1376
+ "type": "Dropdown",
1377
+ "choices": [
1378
+ {
1379
+ "name": "Default (JSON)",
1380
+ "value": "json"
1381
+ },
1382
+ {
1383
+ "name": "AVRO (experimental)",
1384
+ "value": "avro"
1385
+ }
1386
+ ]
1387
+ },
1270
1388
  {
1271
1389
  "id": "topic.bootstrapServers",
1272
1390
  "label": "Bootstrap servers",
@@ -1300,132 +1418,29 @@
1300
1418
  "type": "String"
1301
1419
  },
1302
1420
  {
1303
- "id": "additionalProperties",
1304
- "label": "Additional properties",
1305
- "description": "Provide additional Kafka producer properties in JSON",
1421
+ "id": "headers",
1422
+ "label": "Headers",
1423
+ "description": "Provide Kafka producer headers in JSON",
1306
1424
  "optional": true,
1307
1425
  "feel": "required",
1308
1426
  "group": "kafka",
1309
1427
  "binding": {
1310
- "name": "additionalProperties",
1428
+ "name": "headers",
1311
1429
  "type": "zeebe:input"
1312
1430
  },
1313
1431
  "type": "String"
1314
1432
  },
1315
1433
  {
1316
- "id": "schemaStrategy.type",
1317
- "label": "Schema strategy",
1318
- "value": "noSchema",
1319
- "group": "schema",
1320
- "binding": {
1321
- "name": "schemaStrategy.type",
1322
- "type": "zeebe:input"
1323
- },
1324
- "type": "Dropdown",
1325
- "choices": [
1326
- {
1327
- "name": "No schema",
1328
- "value": "noSchema"
1329
- },
1330
- {
1331
- "name": "Avro Inline schema",
1332
- "value": "inlineSchema"
1333
- },
1334
- {
1335
- "name": "Confluent Schema registry",
1336
- "value": "schemaRegistry"
1337
- }
1338
- ]
1339
- },
1340
- {
1341
- "id": "schemaStrategy.avro.schema",
1342
- "label": "Schema",
1343
- "description": "Avro inline schema for the message value",
1344
- "optional": false,
1345
- "constraints": {
1346
- "notEmpty": true
1347
- },
1348
- "feel": "required",
1349
- "group": "schema",
1350
- "binding": {
1351
- "name": "schemaStrategy.schema",
1352
- "type": "zeebe:input"
1353
- },
1354
- "condition": {
1355
- "property": "schemaStrategy.type",
1356
- "equals": "inlineSchema",
1357
- "type": "simple"
1358
- },
1359
- "type": "Text"
1360
- },
1361
- {
1362
- "id": "schemaStrategy.schema",
1363
- "label": "Schema",
1364
- "description": "Schema (JSON or AVRO) for the message value",
1365
- "optional": false,
1366
- "constraints": {
1367
- "notEmpty": true
1368
- },
1434
+ "id": "additionalProperties",
1435
+ "label": "Additional properties",
1436
+ "description": "Provide additional Kafka producer properties in JSON",
1437
+ "optional": true,
1369
1438
  "feel": "required",
1370
- "group": "schema",
1371
- "binding": {
1372
- "name": "schemaStrategy.schema",
1373
- "type": "zeebe:input"
1374
- },
1375
- "condition": {
1376
- "property": "schemaStrategy.type",
1377
- "equals": "schemaRegistry",
1378
- "type": "simple"
1379
- },
1380
- "type": "Text"
1381
- },
1382
- {
1383
- "id": "schemaStrategy.schemaType",
1384
- "label": "Schema type",
1385
- "description": "Select the schema type. For details, visit the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound\" target=\"_blank\">documentation</a>",
1386
- "optional": false,
1387
- "value": "avro",
1388
- "group": "schema",
1389
- "binding": {
1390
- "name": "schemaStrategy.schemaType",
1391
- "type": "zeebe:input"
1392
- },
1393
- "condition": {
1394
- "property": "schemaStrategy.type",
1395
- "equals": "schemaRegistry",
1396
- "type": "simple"
1397
- },
1398
- "type": "Dropdown",
1399
- "choices": [
1400
- {
1401
- "name": "JSON",
1402
- "value": "json"
1403
- },
1404
- {
1405
- "name": "Avro",
1406
- "value": "avro"
1407
- }
1408
- ]
1409
- },
1410
- {
1411
- "id": "schemaStrategy.schemaRegistryUrl",
1412
- "label": "Schema registry URL",
1413
- "description": "Provide the schema registry URL",
1414
- "optional": false,
1415
- "constraints": {
1416
- "notEmpty": true
1417
- },
1418
- "feel": "optional",
1419
- "group": "schema",
1439
+ "group": "kafka",
1420
1440
  "binding": {
1421
- "name": "schemaStrategy.schemaRegistryUrl",
1441
+ "name": "additionalProperties",
1422
1442
  "type": "zeebe:input"
1423
1443
  },
1424
- "condition": {
1425
- "property": "schemaStrategy.type",
1426
- "equals": "schemaRegistry",
1427
- "type": "simple"
1428
- },
1429
1444
  "type": "String"
1430
1445
  },
1431
1446
  {
@@ -1433,6 +1448,9 @@
1433
1448
  "label": "Key",
1434
1449
  "description": "Provide message key",
1435
1450
  "optional": false,
1451
+ "constraints": {
1452
+ "notEmpty": true
1453
+ },
1436
1454
  "feel": "optional",
1437
1455
  "group": "message",
1438
1456
  "binding": {
@@ -1458,41 +1476,25 @@
1458
1476
  "type": "String"
1459
1477
  },
1460
1478
  {
1461
- "id": "headers",
1462
- "label": "Headers",
1463
- "description": "Provide Kafka producer headers in JSON",
1464
- "optional": true,
1479
+ "id": "avro.schema",
1480
+ "label": "Avro schema",
1481
+ "description": "Avro schema for the message value",
1482
+ "optional": false,
1483
+ "constraints": {
1484
+ "notEmpty": true
1485
+ },
1465
1486
  "feel": "required",
1466
1487
  "group": "message",
1467
1488
  "binding": {
1468
- "name": "headers",
1489
+ "name": "avro.schema",
1469
1490
  "type": "zeebe:input"
1470
1491
  },
1471
- "type": "String"
1472
- },
1473
- {
1474
- "id": "version",
1475
- "label": "Version",
1476
- "description": "Version of the element template",
1477
- "value": "6",
1478
- "group": "connector",
1479
- "binding": {
1480
- "key": "elementTemplateVersion",
1481
- "type": "zeebe:taskHeader"
1482
- },
1483
- "type": "Hidden"
1484
- },
1485
- {
1486
- "id": "id",
1487
- "label": "ID",
1488
- "description": "ID of the element template",
1489
- "value": "io.camunda.connectors.KAFKA.v1",
1490
- "group": "connector",
1491
- "binding": {
1492
- "key": "elementTemplateId",
1493
- "type": "zeebe:taskHeader"
1492
+ "condition": {
1493
+ "property": "serializationType",
1494
+ "equals": "avro",
1495
+ "type": "simple"
1494
1496
  },
1495
- "type": "Hidden"
1497
+ "type": "Text"
1496
1498
  },
1497
1499
  {
1498
1500
  "id": "resultVariable",
@@ -1547,6 +1549,7 @@
1547
1549
  "label": "Retry backoff",
1548
1550
  "description": "ISO-8601 duration to wait between retries",
1549
1551
  "value": "PT0S",
1552
+ "feel": "optional",
1550
1553
  "group": "retries",
1551
1554
  "binding": {
1552
1555
  "key": "retryBackoff",
@@ -1557,6 +1560,9 @@
1557
1560
  ],
1558
1561
  "icon": {
1559
1562
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
1563
+ },
1564
+ "engines": {
1565
+ "camunda": "^8.5"
1560
1566
  }
1561
1567
  }
1562
1568
  ]