@camunda/connectors-element-templates 1.0.7 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/connectors.js +24 -0
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +32 -31
- package/src/element-templates/agenticai-aiagent-job-worker.json +1655 -7
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +2906 -1291
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +1 -1
- package/src/element-templates/asana-connector.json +8 -8
- package/src/element-templates/automation-anywhere-outbound-connector.json +619 -619
- package/src/element-templates/aws-bedrock-outbound-connector.json +30 -30
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1325 -1325
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +38 -38
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-receive.json +356 -0
- package/src/element-templates/aws-eventbridge-outbound-connector.json +10 -10
- package/src/element-templates/aws-lambda-outbound-connector.json +256 -256
- package/src/element-templates/aws-s3-outbound-connector.json +30 -30
- package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
- package/src/element-templates/aws-sns-inbound-boundary.json +311 -311
- package/src/element-templates/aws-sns-inbound-intermediate.json +328 -328
- package/src/element-templates/aws-sns-inbound-message-start.json +343 -343
- package/src/element-templates/aws-sns-inbound-receive.json +304 -0
- package/src/element-templates/aws-sns-inbound-start-event.json +131 -131
- package/src/element-templates/aws-sns-outbound-connector.json +424 -424
- package/src/element-templates/aws-sqs-boundary-connector.json +305 -305
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +918 -918
- package/src/element-templates/aws-sqs-outbound-connector.json +743 -743
- package/src/element-templates/aws-sqs-receive-connector.json +418 -0
- package/src/element-templates/aws-sqs-start-event-connector.json +369 -369
- package/src/element-templates/aws-sqs-start-message.json +914 -914
- package/src/element-templates/blue-prism-connector.json +50 -50
- package/src/element-templates/csv-outbound-connector.json +26 -26
- package/src/element-templates/easy-post-connector.json +271 -271
- package/src/element-templates/email-inbound-connector-boundary.json +19 -19
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-message-start-event-connector.json +19 -19
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +503 -503
- package/src/element-templates/github-connector.json +2723 -2723
- package/src/element-templates/github-webhook-connector-intermediate.json +42 -42
- package/src/element-templates/github-webhook-connector-receive.json +202 -0
- package/src/element-templates/github-webhook-connector-start-event.json +32 -32
- package/src/element-templates/gitlab-connector.json +160 -160
- package/src/element-templates/google-drive-outbound-connector.json +438 -438
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +16 -16
- package/src/element-templates/google-sheets-outbound-connector.json +1059 -1059
- package/src/element-templates/graphql-outbound-connector.json +1179 -1179
- package/src/element-templates/http-json-connector.json +2662 -2057
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +635 -6
- package/src/element-templates/http-polling-connector.json +631 -2
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +41 -41
- package/src/element-templates/kafka-inbound-connector-boundary.json +958 -958
- package/src/element-templates/kafka-inbound-connector-intermediate.json +681 -681
- package/src/element-templates/kafka-inbound-connector-receive.json +498 -0
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +356 -356
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +4188 -4188
- package/src/element-templates/openai-connector.json +78 -78
- package/src/element-templates/operate-connector.json +79 -79
- package/src/element-templates/power-automate-connector.json +12 -12
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +747 -747
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +463 -463
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +11 -11
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +461 -0
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +681 -681
- package/src/element-templates/rabbitmq-outbound-connector.json +670 -670
- package/src/element-templates/salesforce-connector.json +38 -38
- package/src/element-templates/sendgrid-outbound-connector.json +397 -397
- package/src/element-templates/servicenow-connector.json +942 -0
- package/src/element-templates/servicenow-flow-starter-connector.json +643 -0
- package/src/element-templates/servicenow-incident-connector.json +969 -0
- package/src/element-templates/slack-inbound-boundary.json +173 -173
- package/src/element-templates/slack-inbound-intermediate.json +232 -232
- package/src/element-templates/slack-inbound-message-start.json +209 -209
- package/src/element-templates/slack-inbound-receive.json +290 -0
- package/src/element-templates/slack-inbound-start-event.json +218 -218
- package/src/element-templates/slack-outbound-connector.json +955 -955
- package/src/element-templates/twilio-connector.json +87 -87
- package/src/element-templates/twilio-webhook-boundary-connector.json +26 -26
- package/src/element-templates/twilio-webhook-connector.json +20 -20
- package/src/element-templates/twilio-webhook-intermediate-connector.json +50 -50
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/twilio-webhook-receive-connector.json +262 -0
- package/src/element-templates/uipath-connector.json +41 -41
- package/src/element-templates/webhook-connector-boundary.json +1050 -1050
- package/src/element-templates/webhook-connector-intermediate.json +1356 -1356
- package/src/element-templates/webhook-connector-receive.json +609 -0
- package/src/element-templates/webhook-connector-start-event.json +2280 -2280
- package/src/element-templates/webhook-connector-start-message.json +1205 -1205
- package/src/element-templates/whatsapp-connector.json +42 -42
|
@@ -1,283 +1,4 @@
|
|
|
1
1
|
[
|
|
2
|
-
{
|
|
3
|
-
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "Kafka Outbound Connector",
|
|
5
|
-
"id": "io.camunda.connectors.KAFKA.v1",
|
|
6
|
-
"description": "Produce Kafka message",
|
|
7
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound",
|
|
8
|
-
"version": 4,
|
|
9
|
-
"category": {
|
|
10
|
-
"id": "connectors",
|
|
11
|
-
"name": "Connectors"
|
|
12
|
-
},
|
|
13
|
-
"appliesTo": ["bpmn:Task"],
|
|
14
|
-
"elementType": {
|
|
15
|
-
"value": "bpmn:ServiceTask"
|
|
16
|
-
},
|
|
17
|
-
"groups": [
|
|
18
|
-
{
|
|
19
|
-
"id": "authentication",
|
|
20
|
-
"label": "Authentication"
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"id": "kafka",
|
|
24
|
-
"label": "Kafka"
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
"id": "message",
|
|
28
|
-
"label": "Message"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"id": "output",
|
|
32
|
-
"label": "Output mapping"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"id": "error",
|
|
36
|
-
"label": "Error handling"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"id": "retries",
|
|
40
|
-
"label": "Retries"
|
|
41
|
-
}
|
|
42
|
-
],
|
|
43
|
-
"properties": [
|
|
44
|
-
{
|
|
45
|
-
"value": "io.camunda:connector-kafka:1",
|
|
46
|
-
"binding": {
|
|
47
|
-
"property": "type",
|
|
48
|
-
"type": "zeebe:taskDefinition"
|
|
49
|
-
},
|
|
50
|
-
"type": "Hidden"
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"id": "authentication.username",
|
|
54
|
-
"label": "Username",
|
|
55
|
-
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
56
|
-
"optional": true,
|
|
57
|
-
"feel": "optional",
|
|
58
|
-
"group": "authentication",
|
|
59
|
-
"binding": {
|
|
60
|
-
"name": "authentication.username",
|
|
61
|
-
"type": "zeebe:input"
|
|
62
|
-
},
|
|
63
|
-
"type": "String"
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"id": "authentication.password",
|
|
67
|
-
"label": "Password",
|
|
68
|
-
"description": "Provide a password for the user",
|
|
69
|
-
"optional": true,
|
|
70
|
-
"feel": "optional",
|
|
71
|
-
"group": "authentication",
|
|
72
|
-
"binding": {
|
|
73
|
-
"name": "authentication.password",
|
|
74
|
-
"type": "zeebe:input"
|
|
75
|
-
},
|
|
76
|
-
"type": "String"
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"id": "serializationType",
|
|
80
|
-
"label": "Serialization type",
|
|
81
|
-
"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>",
|
|
82
|
-
"optional": false,
|
|
83
|
-
"value": "json",
|
|
84
|
-
"group": "kafka",
|
|
85
|
-
"binding": {
|
|
86
|
-
"name": "serializationType",
|
|
87
|
-
"type": "zeebe:input"
|
|
88
|
-
},
|
|
89
|
-
"type": "Dropdown",
|
|
90
|
-
"choices": [
|
|
91
|
-
{
|
|
92
|
-
"name": "Default (JSON)",
|
|
93
|
-
"value": "json"
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
"name": "AVRO (experimental)",
|
|
97
|
-
"value": "avro"
|
|
98
|
-
}
|
|
99
|
-
]
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
"id": "topic.bootstrapServers",
|
|
103
|
-
"label": "Bootstrap servers",
|
|
104
|
-
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
105
|
-
"optional": false,
|
|
106
|
-
"constraints": {
|
|
107
|
-
"notEmpty": true
|
|
108
|
-
},
|
|
109
|
-
"feel": "optional",
|
|
110
|
-
"group": "kafka",
|
|
111
|
-
"binding": {
|
|
112
|
-
"name": "topic.bootstrapServers",
|
|
113
|
-
"type": "zeebe:input"
|
|
114
|
-
},
|
|
115
|
-
"type": "String"
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
"id": "topic.topicName",
|
|
119
|
-
"label": "Topic",
|
|
120
|
-
"description": "Provide topic name",
|
|
121
|
-
"optional": false,
|
|
122
|
-
"constraints": {
|
|
123
|
-
"notEmpty": true
|
|
124
|
-
},
|
|
125
|
-
"feel": "optional",
|
|
126
|
-
"group": "kafka",
|
|
127
|
-
"binding": {
|
|
128
|
-
"name": "topic.topicName",
|
|
129
|
-
"type": "zeebe:input"
|
|
130
|
-
},
|
|
131
|
-
"type": "String"
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
"id": "headers",
|
|
135
|
-
"label": "Headers",
|
|
136
|
-
"description": "Provide Kafka producer headers in JSON",
|
|
137
|
-
"optional": true,
|
|
138
|
-
"feel": "required",
|
|
139
|
-
"group": "kafka",
|
|
140
|
-
"binding": {
|
|
141
|
-
"name": "headers",
|
|
142
|
-
"type": "zeebe:input"
|
|
143
|
-
},
|
|
144
|
-
"type": "String"
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"id": "additionalProperties",
|
|
148
|
-
"label": "Additional properties",
|
|
149
|
-
"description": "Provide additional Kafka producer properties in JSON",
|
|
150
|
-
"optional": true,
|
|
151
|
-
"feel": "required",
|
|
152
|
-
"group": "kafka",
|
|
153
|
-
"binding": {
|
|
154
|
-
"name": "additionalProperties",
|
|
155
|
-
"type": "zeebe:input"
|
|
156
|
-
},
|
|
157
|
-
"type": "String"
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
"id": "message.key",
|
|
161
|
-
"label": "Key",
|
|
162
|
-
"description": "Provide message key",
|
|
163
|
-
"optional": false,
|
|
164
|
-
"constraints": {
|
|
165
|
-
"notEmpty": true
|
|
166
|
-
},
|
|
167
|
-
"feel": "optional",
|
|
168
|
-
"group": "message",
|
|
169
|
-
"binding": {
|
|
170
|
-
"name": "message.key",
|
|
171
|
-
"type": "zeebe:input"
|
|
172
|
-
},
|
|
173
|
-
"type": "String"
|
|
174
|
-
},
|
|
175
|
-
{
|
|
176
|
-
"id": "message.value",
|
|
177
|
-
"label": "Value",
|
|
178
|
-
"description": "Provide message value",
|
|
179
|
-
"optional": false,
|
|
180
|
-
"constraints": {
|
|
181
|
-
"notEmpty": true
|
|
182
|
-
},
|
|
183
|
-
"feel": "optional",
|
|
184
|
-
"group": "message",
|
|
185
|
-
"binding": {
|
|
186
|
-
"name": "message.value",
|
|
187
|
-
"type": "zeebe:input"
|
|
188
|
-
},
|
|
189
|
-
"type": "String"
|
|
190
|
-
},
|
|
191
|
-
{
|
|
192
|
-
"id": "avro.schema",
|
|
193
|
-
"label": "Avro schema",
|
|
194
|
-
"description": "Avro schema for the message value",
|
|
195
|
-
"optional": false,
|
|
196
|
-
"constraints": {
|
|
197
|
-
"notEmpty": true
|
|
198
|
-
},
|
|
199
|
-
"feel": "required",
|
|
200
|
-
"group": "message",
|
|
201
|
-
"binding": {
|
|
202
|
-
"name": "avro.schema",
|
|
203
|
-
"type": "zeebe:input"
|
|
204
|
-
},
|
|
205
|
-
"condition": {
|
|
206
|
-
"property": "serializationType",
|
|
207
|
-
"equals": "avro",
|
|
208
|
-
"type": "simple"
|
|
209
|
-
},
|
|
210
|
-
"type": "Text"
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
"id": "resultVariable",
|
|
214
|
-
"label": "Result variable",
|
|
215
|
-
"description": "Name of variable to store the response in",
|
|
216
|
-
"group": "output",
|
|
217
|
-
"binding": {
|
|
218
|
-
"key": "resultVariable",
|
|
219
|
-
"type": "zeebe:taskHeader"
|
|
220
|
-
},
|
|
221
|
-
"type": "String"
|
|
222
|
-
},
|
|
223
|
-
{
|
|
224
|
-
"id": "resultExpression",
|
|
225
|
-
"label": "Result expression",
|
|
226
|
-
"description": "Expression to map the response into process variables",
|
|
227
|
-
"feel": "required",
|
|
228
|
-
"group": "output",
|
|
229
|
-
"binding": {
|
|
230
|
-
"key": "resultExpression",
|
|
231
|
-
"type": "zeebe:taskHeader"
|
|
232
|
-
},
|
|
233
|
-
"type": "Text"
|
|
234
|
-
},
|
|
235
|
-
{
|
|
236
|
-
"id": "errorExpression",
|
|
237
|
-
"label": "Error expression",
|
|
238
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
239
|
-
"feel": "required",
|
|
240
|
-
"group": "error",
|
|
241
|
-
"binding": {
|
|
242
|
-
"key": "errorExpression",
|
|
243
|
-
"type": "zeebe:taskHeader"
|
|
244
|
-
},
|
|
245
|
-
"type": "Text"
|
|
246
|
-
},
|
|
247
|
-
{
|
|
248
|
-
"id": "retryCount",
|
|
249
|
-
"label": "Retries",
|
|
250
|
-
"description": "Number of retries",
|
|
251
|
-
"value": "3",
|
|
252
|
-
"feel": "optional",
|
|
253
|
-
"group": "retries",
|
|
254
|
-
"binding": {
|
|
255
|
-
"property": "retries",
|
|
256
|
-
"type": "zeebe:taskDefinition"
|
|
257
|
-
},
|
|
258
|
-
"type": "String"
|
|
259
|
-
},
|
|
260
|
-
{
|
|
261
|
-
"id": "retryBackoff",
|
|
262
|
-
"label": "Retry backoff",
|
|
263
|
-
"description": "ISO-8601 duration to wait between retries",
|
|
264
|
-
"value": "PT0S",
|
|
265
|
-
"feel": "optional",
|
|
266
|
-
"group": "retries",
|
|
267
|
-
"binding": {
|
|
268
|
-
"key": "retryBackoff",
|
|
269
|
-
"type": "zeebe:taskHeader"
|
|
270
|
-
},
|
|
271
|
-
"type": "String"
|
|
272
|
-
}
|
|
273
|
-
],
|
|
274
|
-
"icon": {
|
|
275
|
-
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
276
|
-
},
|
|
277
|
-
"engines": {
|
|
278
|
-
"camunda": "^8.5"
|
|
279
|
-
}
|
|
280
|
-
},
|
|
281
2
|
{
|
|
282
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
283
4
|
"name": "Kafka Outbound Connector",
|
|
@@ -812,24 +533,200 @@
|
|
|
812
533
|
"feel": "optional",
|
|
813
534
|
"group": "retries",
|
|
814
535
|
"binding": {
|
|
815
|
-
"key": "retryBackoff",
|
|
816
|
-
"type": "zeebe:taskHeader"
|
|
817
|
-
},
|
|
818
|
-
"type": "String"
|
|
536
|
+
"key": "retryBackoff",
|
|
537
|
+
"type": "zeebe:taskHeader"
|
|
538
|
+
},
|
|
539
|
+
"type": "String"
|
|
540
|
+
}
|
|
541
|
+
],
|
|
542
|
+
"icon": {
|
|
543
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
544
|
+
},
|
|
545
|
+
"engines": {
|
|
546
|
+
"camunda": "^8.6"
|
|
547
|
+
}
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
551
|
+
"name": "Kafka Outbound Connector",
|
|
552
|
+
"id": "io.camunda.connectors.KAFKA.v1",
|
|
553
|
+
"version": 2,
|
|
554
|
+
"description": "Produce Kafka message",
|
|
555
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/",
|
|
556
|
+
"category": {
|
|
557
|
+
"id": "connectors",
|
|
558
|
+
"name": "Connectors"
|
|
559
|
+
},
|
|
560
|
+
"appliesTo": ["bpmn:Task"],
|
|
561
|
+
"elementType": {
|
|
562
|
+
"value": "bpmn:ServiceTask"
|
|
563
|
+
},
|
|
564
|
+
"groups": [
|
|
565
|
+
{
|
|
566
|
+
"id": "authentication",
|
|
567
|
+
"label": "Authentication"
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
"id": "kafka",
|
|
571
|
+
"label": "Kafka"
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"id": "message",
|
|
575
|
+
"label": "Message"
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"id": "output",
|
|
579
|
+
"label": "Response mapping"
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"id": "errors",
|
|
583
|
+
"label": "Error handling"
|
|
584
|
+
}
|
|
585
|
+
],
|
|
586
|
+
"properties": [
|
|
587
|
+
{
|
|
588
|
+
"type": "Hidden",
|
|
589
|
+
"value": "io.camunda:connector-kafka:1",
|
|
590
|
+
"binding": {
|
|
591
|
+
"type": "zeebe:taskDefinition",
|
|
592
|
+
"property": "type"
|
|
593
|
+
}
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"label": "Username",
|
|
597
|
+
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
598
|
+
"group": "authentication",
|
|
599
|
+
"type": "String",
|
|
600
|
+
"optional": true,
|
|
601
|
+
"binding": {
|
|
602
|
+
"type": "zeebe:input",
|
|
603
|
+
"name": "authentication.username"
|
|
604
|
+
}
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"label": "Password",
|
|
608
|
+
"description": "Provide a password for the user",
|
|
609
|
+
"group": "authentication",
|
|
610
|
+
"type": "String",
|
|
611
|
+
"optional": true,
|
|
612
|
+
"binding": {
|
|
613
|
+
"type": "zeebe:input",
|
|
614
|
+
"name": "authentication.password"
|
|
615
|
+
}
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"label": "Bootstrap servers",
|
|
619
|
+
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
620
|
+
"group": "kafka",
|
|
621
|
+
"type": "String",
|
|
622
|
+
"feel": "optional",
|
|
623
|
+
"binding": {
|
|
624
|
+
"type": "zeebe:input",
|
|
625
|
+
"name": "topic.bootstrapServers"
|
|
626
|
+
},
|
|
627
|
+
"constraints": {
|
|
628
|
+
"notEmpty": true
|
|
629
|
+
}
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"label": "Topic",
|
|
633
|
+
"description": "Provide topic name",
|
|
634
|
+
"group": "kafka",
|
|
635
|
+
"type": "String",
|
|
636
|
+
"feel": "optional",
|
|
637
|
+
"binding": {
|
|
638
|
+
"type": "zeebe:input",
|
|
639
|
+
"name": "topic.topicName"
|
|
640
|
+
},
|
|
641
|
+
"constraints": {
|
|
642
|
+
"notEmpty": true
|
|
643
|
+
}
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"label": "Additional properties",
|
|
647
|
+
"description": "Provide additional Kafka producer properties in JSON",
|
|
648
|
+
"group": "kafka",
|
|
649
|
+
"type": "String",
|
|
650
|
+
"optional": true,
|
|
651
|
+
"feel": "required",
|
|
652
|
+
"binding": {
|
|
653
|
+
"type": "zeebe:input",
|
|
654
|
+
"name": "additionalProperties"
|
|
655
|
+
}
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"label": "Key",
|
|
659
|
+
"description": "Provide message key",
|
|
660
|
+
"group": "message",
|
|
661
|
+
"type": "String",
|
|
662
|
+
"feel": "optional",
|
|
663
|
+
"binding": {
|
|
664
|
+
"type": "zeebe:input",
|
|
665
|
+
"name": "message.key"
|
|
666
|
+
},
|
|
667
|
+
"constraints": {
|
|
668
|
+
"notEmpty": true
|
|
669
|
+
}
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
"label": "Value",
|
|
673
|
+
"description": "Provide message value",
|
|
674
|
+
"group": "message",
|
|
675
|
+
"type": "String",
|
|
676
|
+
"feel": "optional",
|
|
677
|
+
"binding": {
|
|
678
|
+
"type": "zeebe:input",
|
|
679
|
+
"name": "message.value"
|
|
680
|
+
},
|
|
681
|
+
"constraints": {
|
|
682
|
+
"notEmpty": true
|
|
683
|
+
}
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"label": "Result variable",
|
|
687
|
+
"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>",
|
|
688
|
+
"group": "output",
|
|
689
|
+
"type": "String",
|
|
690
|
+
"binding": {
|
|
691
|
+
"type": "zeebe:taskHeader",
|
|
692
|
+
"key": "resultVariable"
|
|
693
|
+
}
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"label": "Result expression",
|
|
697
|
+
"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>",
|
|
698
|
+
"group": "output",
|
|
699
|
+
"type": "Text",
|
|
700
|
+
"feel": "required",
|
|
701
|
+
"binding": {
|
|
702
|
+
"type": "zeebe:taskHeader",
|
|
703
|
+
"key": "resultExpression"
|
|
704
|
+
}
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"label": "Error expression",
|
|
708
|
+
"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>",
|
|
709
|
+
"group": "errors",
|
|
710
|
+
"type": "Text",
|
|
711
|
+
"feel": "required",
|
|
712
|
+
"binding": {
|
|
713
|
+
"type": "zeebe:taskHeader",
|
|
714
|
+
"key": "errorExpression"
|
|
715
|
+
}
|
|
819
716
|
}
|
|
820
717
|
],
|
|
821
718
|
"icon": {
|
|
822
|
-
"contents": "data:image/svg+xml;
|
|
719
|
+
"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"
|
|
823
720
|
},
|
|
824
721
|
"engines": {
|
|
825
|
-
"camunda": "^8.
|
|
722
|
+
"camunda": "^8.2"
|
|
826
723
|
}
|
|
827
724
|
},
|
|
828
725
|
{
|
|
829
726
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
830
|
-
"name": "Kafka
|
|
727
|
+
"name": "Kafka producer connector",
|
|
831
728
|
"id": "io.camunda.connectors.KAFKA.v1",
|
|
832
|
-
"version":
|
|
729
|
+
"version": 1,
|
|
833
730
|
"description": "Produce Kafka message",
|
|
834
731
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/",
|
|
835
732
|
"category": {
|
|
@@ -1003,11 +900,11 @@
|
|
|
1003
900
|
},
|
|
1004
901
|
{
|
|
1005
902
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1006
|
-
"name": "Kafka
|
|
903
|
+
"name": "Kafka Outbound Connector",
|
|
1007
904
|
"id": "io.camunda.connectors.KAFKA.v1",
|
|
1008
|
-
"version": 1,
|
|
1009
905
|
"description": "Produce Kafka message",
|
|
1010
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka
|
|
906
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound",
|
|
907
|
+
"version": 4,
|
|
1011
908
|
"category": {
|
|
1012
909
|
"id": "connectors",
|
|
1013
910
|
"name": "Connectors"
|
|
@@ -1031,150 +928,253 @@
|
|
|
1031
928
|
},
|
|
1032
929
|
{
|
|
1033
930
|
"id": "output",
|
|
1034
|
-
"label": "
|
|
931
|
+
"label": "Output mapping"
|
|
1035
932
|
},
|
|
1036
933
|
{
|
|
1037
|
-
"id": "
|
|
934
|
+
"id": "error",
|
|
1038
935
|
"label": "Error handling"
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
"id": "retries",
|
|
939
|
+
"label": "Retries"
|
|
1039
940
|
}
|
|
1040
941
|
],
|
|
1041
942
|
"properties": [
|
|
1042
943
|
{
|
|
1043
|
-
"type": "Hidden",
|
|
1044
944
|
"value": "io.camunda:connector-kafka:1",
|
|
1045
945
|
"binding": {
|
|
1046
|
-
"
|
|
1047
|
-
"
|
|
1048
|
-
}
|
|
946
|
+
"property": "type",
|
|
947
|
+
"type": "zeebe:taskDefinition"
|
|
948
|
+
},
|
|
949
|
+
"type": "Hidden"
|
|
1049
950
|
},
|
|
1050
951
|
{
|
|
952
|
+
"id": "authentication.username",
|
|
1051
953
|
"label": "Username",
|
|
1052
954
|
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
1053
|
-
"group": "authentication",
|
|
1054
|
-
"type": "String",
|
|
1055
955
|
"optional": true,
|
|
956
|
+
"feel": "optional",
|
|
957
|
+
"group": "authentication",
|
|
1056
958
|
"binding": {
|
|
1057
|
-
"
|
|
1058
|
-
"
|
|
1059
|
-
}
|
|
959
|
+
"name": "authentication.username",
|
|
960
|
+
"type": "zeebe:input"
|
|
961
|
+
},
|
|
962
|
+
"type": "String"
|
|
1060
963
|
},
|
|
1061
964
|
{
|
|
965
|
+
"id": "authentication.password",
|
|
1062
966
|
"label": "Password",
|
|
1063
967
|
"description": "Provide a password for the user",
|
|
1064
|
-
"group": "authentication",
|
|
1065
|
-
"type": "String",
|
|
1066
968
|
"optional": true,
|
|
969
|
+
"feel": "optional",
|
|
970
|
+
"group": "authentication",
|
|
1067
971
|
"binding": {
|
|
1068
|
-
"
|
|
1069
|
-
"
|
|
1070
|
-
}
|
|
972
|
+
"name": "authentication.password",
|
|
973
|
+
"type": "zeebe:input"
|
|
974
|
+
},
|
|
975
|
+
"type": "String"
|
|
1071
976
|
},
|
|
1072
977
|
{
|
|
1073
|
-
"
|
|
1074
|
-
"
|
|
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",
|
|
1075
983
|
"group": "kafka",
|
|
1076
|
-
"type": "String",
|
|
1077
|
-
"feel": "optional",
|
|
1078
984
|
"binding": {
|
|
1079
|
-
"
|
|
1080
|
-
"
|
|
985
|
+
"name": "serializationType",
|
|
986
|
+
"type": "zeebe:input"
|
|
1081
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
|
+
]
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
"id": "topic.bootstrapServers",
|
|
1002
|
+
"label": "Bootstrap servers",
|
|
1003
|
+
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
1004
|
+
"optional": false,
|
|
1082
1005
|
"constraints": {
|
|
1083
1006
|
"notEmpty": true
|
|
1084
|
-
}
|
|
1007
|
+
},
|
|
1008
|
+
"feel": "optional",
|
|
1009
|
+
"group": "kafka",
|
|
1010
|
+
"binding": {
|
|
1011
|
+
"name": "topic.bootstrapServers",
|
|
1012
|
+
"type": "zeebe:input"
|
|
1013
|
+
},
|
|
1014
|
+
"type": "String"
|
|
1085
1015
|
},
|
|
1086
1016
|
{
|
|
1017
|
+
"id": "topic.topicName",
|
|
1087
1018
|
"label": "Topic",
|
|
1088
1019
|
"description": "Provide topic name",
|
|
1089
|
-
"
|
|
1090
|
-
"
|
|
1020
|
+
"optional": false,
|
|
1021
|
+
"constraints": {
|
|
1022
|
+
"notEmpty": true
|
|
1023
|
+
},
|
|
1091
1024
|
"feel": "optional",
|
|
1025
|
+
"group": "kafka",
|
|
1092
1026
|
"binding": {
|
|
1093
|
-
"
|
|
1094
|
-
"
|
|
1027
|
+
"name": "topic.topicName",
|
|
1028
|
+
"type": "zeebe:input"
|
|
1095
1029
|
},
|
|
1096
|
-
"
|
|
1097
|
-
|
|
1098
|
-
|
|
1030
|
+
"type": "String"
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
"id": "headers",
|
|
1034
|
+
"label": "Headers",
|
|
1035
|
+
"description": "Provide Kafka producer headers in JSON",
|
|
1036
|
+
"optional": true,
|
|
1037
|
+
"feel": "required",
|
|
1038
|
+
"group": "kafka",
|
|
1039
|
+
"binding": {
|
|
1040
|
+
"name": "headers",
|
|
1041
|
+
"type": "zeebe:input"
|
|
1042
|
+
},
|
|
1043
|
+
"type": "String"
|
|
1099
1044
|
},
|
|
1100
1045
|
{
|
|
1046
|
+
"id": "additionalProperties",
|
|
1101
1047
|
"label": "Additional properties",
|
|
1102
1048
|
"description": "Provide additional Kafka producer properties in JSON",
|
|
1103
|
-
"group": "kafka",
|
|
1104
|
-
"type": "String",
|
|
1105
1049
|
"optional": true,
|
|
1106
1050
|
"feel": "required",
|
|
1051
|
+
"group": "kafka",
|
|
1107
1052
|
"binding": {
|
|
1108
|
-
"
|
|
1109
|
-
"
|
|
1110
|
-
}
|
|
1053
|
+
"name": "additionalProperties",
|
|
1054
|
+
"type": "zeebe:input"
|
|
1055
|
+
},
|
|
1056
|
+
"type": "String"
|
|
1111
1057
|
},
|
|
1112
1058
|
{
|
|
1059
|
+
"id": "message.key",
|
|
1113
1060
|
"label": "Key",
|
|
1114
1061
|
"description": "Provide message key",
|
|
1115
|
-
"
|
|
1116
|
-
"
|
|
1062
|
+
"optional": false,
|
|
1063
|
+
"constraints": {
|
|
1064
|
+
"notEmpty": true
|
|
1065
|
+
},
|
|
1117
1066
|
"feel": "optional",
|
|
1067
|
+
"group": "message",
|
|
1118
1068
|
"binding": {
|
|
1119
|
-
"
|
|
1120
|
-
"
|
|
1069
|
+
"name": "message.key",
|
|
1070
|
+
"type": "zeebe:input"
|
|
1121
1071
|
},
|
|
1122
|
-
"
|
|
1123
|
-
"notEmpty": true
|
|
1124
|
-
}
|
|
1072
|
+
"type": "String"
|
|
1125
1073
|
},
|
|
1126
1074
|
{
|
|
1075
|
+
"id": "message.value",
|
|
1127
1076
|
"label": "Value",
|
|
1128
1077
|
"description": "Provide message value",
|
|
1129
|
-
"
|
|
1130
|
-
"
|
|
1078
|
+
"optional": false,
|
|
1079
|
+
"constraints": {
|
|
1080
|
+
"notEmpty": true
|
|
1081
|
+
},
|
|
1131
1082
|
"feel": "optional",
|
|
1083
|
+
"group": "message",
|
|
1132
1084
|
"binding": {
|
|
1133
|
-
"
|
|
1134
|
-
"
|
|
1085
|
+
"name": "message.value",
|
|
1086
|
+
"type": "zeebe:input"
|
|
1135
1087
|
},
|
|
1088
|
+
"type": "String"
|
|
1089
|
+
},
|
|
1090
|
+
{
|
|
1091
|
+
"id": "avro.schema",
|
|
1092
|
+
"label": "Avro schema",
|
|
1093
|
+
"description": "Avro schema for the message value",
|
|
1094
|
+
"optional": false,
|
|
1136
1095
|
"constraints": {
|
|
1137
1096
|
"notEmpty": true
|
|
1138
|
-
}
|
|
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"
|
|
1139
1110
|
},
|
|
1140
1111
|
{
|
|
1112
|
+
"id": "resultVariable",
|
|
1141
1113
|
"label": "Result variable",
|
|
1142
|
-
"description": "Name of variable to store the response in
|
|
1114
|
+
"description": "Name of variable to store the response in",
|
|
1143
1115
|
"group": "output",
|
|
1144
|
-
"type": "String",
|
|
1145
1116
|
"binding": {
|
|
1146
|
-
"
|
|
1147
|
-
"
|
|
1148
|
-
}
|
|
1117
|
+
"key": "resultVariable",
|
|
1118
|
+
"type": "zeebe:taskHeader"
|
|
1119
|
+
},
|
|
1120
|
+
"type": "String"
|
|
1149
1121
|
},
|
|
1150
1122
|
{
|
|
1123
|
+
"id": "resultExpression",
|
|
1151
1124
|
"label": "Result expression",
|
|
1152
|
-
"description": "Expression to map the response into process variables
|
|
1153
|
-
"group": "output",
|
|
1154
|
-
"type": "Text",
|
|
1125
|
+
"description": "Expression to map the response into process variables",
|
|
1155
1126
|
"feel": "required",
|
|
1127
|
+
"group": "output",
|
|
1156
1128
|
"binding": {
|
|
1157
|
-
"
|
|
1158
|
-
"
|
|
1159
|
-
}
|
|
1129
|
+
"key": "resultExpression",
|
|
1130
|
+
"type": "zeebe:taskHeader"
|
|
1131
|
+
},
|
|
1132
|
+
"type": "Text"
|
|
1160
1133
|
},
|
|
1161
1134
|
{
|
|
1135
|
+
"id": "errorExpression",
|
|
1162
1136
|
"label": "Error expression",
|
|
1163
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
1164
|
-
"group": "errors",
|
|
1165
|
-
"type": "Text",
|
|
1137
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
1166
1138
|
"feel": "required",
|
|
1139
|
+
"group": "error",
|
|
1167
1140
|
"binding": {
|
|
1168
|
-
"
|
|
1169
|
-
"
|
|
1170
|
-
}
|
|
1141
|
+
"key": "errorExpression",
|
|
1142
|
+
"type": "zeebe:taskHeader"
|
|
1143
|
+
},
|
|
1144
|
+
"type": "Text"
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"id": "retryCount",
|
|
1148
|
+
"label": "Retries",
|
|
1149
|
+
"description": "Number of retries",
|
|
1150
|
+
"value": "3",
|
|
1151
|
+
"feel": "optional",
|
|
1152
|
+
"group": "retries",
|
|
1153
|
+
"binding": {
|
|
1154
|
+
"property": "retries",
|
|
1155
|
+
"type": "zeebe:taskDefinition"
|
|
1156
|
+
},
|
|
1157
|
+
"type": "String"
|
|
1158
|
+
},
|
|
1159
|
+
{
|
|
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",
|
|
1166
|
+
"binding": {
|
|
1167
|
+
"key": "retryBackoff",
|
|
1168
|
+
"type": "zeebe:taskHeader"
|
|
1169
|
+
},
|
|
1170
|
+
"type": "String"
|
|
1171
1171
|
}
|
|
1172
1172
|
],
|
|
1173
1173
|
"icon": {
|
|
1174
|
-
"contents": "data:image/svg+xml;
|
|
1174
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
1175
1175
|
},
|
|
1176
1176
|
"engines": {
|
|
1177
|
-
"camunda": "^8.
|
|
1177
|
+
"camunda": "^8.5"
|
|
1178
1178
|
}
|
|
1179
1179
|
},
|
|
1180
1180
|
{
|