@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
|
@@ -3,12 +3,9 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "Kafka Boundary Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.inbound.KafkaBoundary.v1",
|
|
6
|
+
"version": 3,
|
|
6
7
|
"description": "Consume Kafka messages",
|
|
7
|
-
"metadata": {
|
|
8
|
-
"keywords": []
|
|
9
|
-
},
|
|
10
8
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
11
|
-
"version": 7,
|
|
12
9
|
"category": {
|
|
13
10
|
"id": "connectors",
|
|
14
11
|
"name": "Connectors"
|
|
@@ -18,9 +15,6 @@
|
|
|
18
15
|
"value": "bpmn:BoundaryEvent",
|
|
19
16
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
20
17
|
},
|
|
21
|
-
"engines": {
|
|
22
|
-
"camunda": "^8.3"
|
|
23
|
-
},
|
|
24
18
|
"groups": [
|
|
25
19
|
{
|
|
26
20
|
"id": "authentication",
|
|
@@ -30,53 +24,41 @@
|
|
|
30
24
|
"id": "kafka",
|
|
31
25
|
"label": "Kafka"
|
|
32
26
|
},
|
|
33
|
-
{
|
|
34
|
-
"id": "schema",
|
|
35
|
-
"label": "Schema"
|
|
36
|
-
},
|
|
37
27
|
{
|
|
38
28
|
"id": "activation",
|
|
39
29
|
"label": "Activation"
|
|
40
30
|
},
|
|
41
31
|
{
|
|
42
|
-
"id": "
|
|
43
|
-
"label": "
|
|
44
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"id": "deduplication",
|
|
48
|
-
"label": "Deduplication",
|
|
49
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"id": "output",
|
|
53
|
-
"label": "Output mapping"
|
|
32
|
+
"id": "variable-mapping",
|
|
33
|
+
"label": "Variable mapping"
|
|
54
34
|
}
|
|
55
35
|
],
|
|
56
36
|
"properties": [
|
|
57
37
|
{
|
|
38
|
+
"type": "Hidden",
|
|
58
39
|
"value": "io.camunda:connector-kafka-inbound:1",
|
|
59
40
|
"binding": {
|
|
60
|
-
"
|
|
61
|
-
"
|
|
41
|
+
"type": "zeebe:property",
|
|
42
|
+
"name": "inbound.type"
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"type": "Hidden",
|
|
47
|
+
"generatedValue": {
|
|
48
|
+
"type": "uuid"
|
|
62
49
|
},
|
|
63
|
-
"
|
|
50
|
+
"binding": {
|
|
51
|
+
"type": "bpmn:Message#property",
|
|
52
|
+
"name": "name"
|
|
53
|
+
}
|
|
64
54
|
},
|
|
65
55
|
{
|
|
66
|
-
"id": "authenticationType",
|
|
67
56
|
"label": "Authentication type",
|
|
68
57
|
"description": "Username/password or custom",
|
|
69
|
-
"
|
|
70
|
-
"value": "credentials",
|
|
71
|
-
"constraints": {
|
|
72
|
-
"notEmpty": true
|
|
73
|
-
},
|
|
58
|
+
"id": "authenticationType",
|
|
74
59
|
"group": "authentication",
|
|
75
|
-
"binding": {
|
|
76
|
-
"name": "authenticationType",
|
|
77
|
-
"type": "zeebe:property"
|
|
78
|
-
},
|
|
79
60
|
"type": "Dropdown",
|
|
61
|
+
"value": "credentials",
|
|
80
62
|
"choices": [
|
|
81
63
|
{
|
|
82
64
|
"name": "Credentials",
|
|
@@ -86,120 +68,118 @@
|
|
|
86
68
|
"name": "Custom",
|
|
87
69
|
"value": "custom"
|
|
88
70
|
}
|
|
89
|
-
]
|
|
71
|
+
],
|
|
72
|
+
"binding": {
|
|
73
|
+
"type": "zeebe:property",
|
|
74
|
+
"name": "authenticationType"
|
|
75
|
+
}
|
|
90
76
|
},
|
|
91
77
|
{
|
|
92
|
-
"id": "authentication.username",
|
|
93
78
|
"label": "Username",
|
|
94
79
|
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
95
|
-
"optional": true,
|
|
96
80
|
"group": "authentication",
|
|
81
|
+
"type": "String",
|
|
82
|
+
"feel": "optional",
|
|
83
|
+
"optional": true,
|
|
97
84
|
"binding": {
|
|
98
|
-
"
|
|
99
|
-
"
|
|
85
|
+
"type": "zeebe:property",
|
|
86
|
+
"name": "authentication.username"
|
|
100
87
|
},
|
|
101
|
-
"
|
|
88
|
+
"condition": {
|
|
89
|
+
"property": "authenticationType",
|
|
90
|
+
"equals": "credentials"
|
|
91
|
+
}
|
|
102
92
|
},
|
|
103
93
|
{
|
|
104
|
-
"id": "authentication.password",
|
|
105
94
|
"label": "Password",
|
|
106
95
|
"description": "Provide a password for the user",
|
|
107
|
-
"optional": true,
|
|
108
96
|
"group": "authentication",
|
|
97
|
+
"type": "String",
|
|
98
|
+
"feel": "optional",
|
|
99
|
+
"optional": true,
|
|
109
100
|
"binding": {
|
|
110
|
-
"
|
|
111
|
-
"
|
|
101
|
+
"type": "zeebe:property",
|
|
102
|
+
"name": "authentication.password"
|
|
112
103
|
},
|
|
113
|
-
"
|
|
104
|
+
"condition": {
|
|
105
|
+
"property": "authenticationType",
|
|
106
|
+
"equals": "credentials"
|
|
107
|
+
}
|
|
114
108
|
},
|
|
115
109
|
{
|
|
116
|
-
"id": "topic.bootstrapServers",
|
|
117
110
|
"label": "Bootstrap servers",
|
|
118
111
|
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
119
|
-
"optional": false,
|
|
120
|
-
"constraints": {
|
|
121
|
-
"notEmpty": true
|
|
122
|
-
},
|
|
123
112
|
"group": "kafka",
|
|
113
|
+
"type": "String",
|
|
114
|
+
"feel": "optional",
|
|
124
115
|
"binding": {
|
|
125
|
-
"
|
|
126
|
-
"
|
|
116
|
+
"type": "zeebe:property",
|
|
117
|
+
"name": "topic.bootstrapServers"
|
|
127
118
|
},
|
|
128
|
-
"
|
|
119
|
+
"constraints": {
|
|
120
|
+
"notEmpty": true
|
|
121
|
+
}
|
|
129
122
|
},
|
|
130
123
|
{
|
|
131
|
-
"id": "topic.topicName",
|
|
132
124
|
"label": "Topic",
|
|
133
|
-
"description": "Provide topic name",
|
|
134
|
-
"optional": false,
|
|
135
|
-
"constraints": {
|
|
136
|
-
"notEmpty": true
|
|
137
|
-
},
|
|
125
|
+
"description": "Provide the topic name",
|
|
138
126
|
"group": "kafka",
|
|
127
|
+
"type": "String",
|
|
139
128
|
"binding": {
|
|
140
|
-
"
|
|
141
|
-
"
|
|
129
|
+
"type": "zeebe:property",
|
|
130
|
+
"name": "topic.topicName"
|
|
142
131
|
},
|
|
143
|
-
"
|
|
132
|
+
"constraints": {
|
|
133
|
+
"notEmpty": true
|
|
134
|
+
}
|
|
144
135
|
},
|
|
145
136
|
{
|
|
146
|
-
"
|
|
147
|
-
"label": "Consumer group ID",
|
|
137
|
+
"label": "Consumer Group ID",
|
|
148
138
|
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
149
|
-
"optional": false,
|
|
150
139
|
"group": "kafka",
|
|
140
|
+
"type": "String",
|
|
141
|
+
"optional": true,
|
|
151
142
|
"binding": {
|
|
152
|
-
"
|
|
153
|
-
"
|
|
143
|
+
"type": "zeebe:property",
|
|
144
|
+
"name": "groupId"
|
|
154
145
|
},
|
|
155
|
-
"
|
|
146
|
+
"constraints": {
|
|
147
|
+
"notEmpty": false,
|
|
148
|
+
"maxLength": 250
|
|
149
|
+
}
|
|
156
150
|
},
|
|
157
151
|
{
|
|
158
|
-
"id": "additionalProperties",
|
|
159
152
|
"label": "Additional properties",
|
|
160
153
|
"description": "Provide additional Kafka consumer properties in JSON",
|
|
154
|
+
"group": "kafka",
|
|
155
|
+
"type": "String",
|
|
161
156
|
"optional": true,
|
|
162
157
|
"feel": "required",
|
|
163
|
-
"group": "kafka",
|
|
164
158
|
"binding": {
|
|
165
|
-
"
|
|
166
|
-
"
|
|
167
|
-
}
|
|
168
|
-
"type": "String"
|
|
159
|
+
"type": "zeebe:property",
|
|
160
|
+
"name": "additionalProperties"
|
|
161
|
+
}
|
|
169
162
|
},
|
|
170
163
|
{
|
|
171
|
-
"id": "offsets",
|
|
172
164
|
"label": "Offsets",
|
|
173
165
|
"description": "List of offsets, e.g. '10' or '=[10, 23]'. If specified, it has to have the same number of values as the number of partitions",
|
|
174
|
-
"optional": true,
|
|
175
|
-
"feel": "optional",
|
|
176
166
|
"group": "kafka",
|
|
167
|
+
"type": "String",
|
|
168
|
+
"feel": "optional",
|
|
169
|
+
"optional": true,
|
|
177
170
|
"binding": {
|
|
178
|
-
"
|
|
179
|
-
"
|
|
180
|
-
}
|
|
181
|
-
"type": "String"
|
|
171
|
+
"type": "zeebe:property",
|
|
172
|
+
"name": "offsets"
|
|
173
|
+
}
|
|
182
174
|
},
|
|
183
175
|
{
|
|
184
|
-
"id": "autoOffsetReset",
|
|
185
176
|
"label": "Auto offset reset",
|
|
186
177
|
"description": "What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. You should only select none if you specified the offsets",
|
|
187
|
-
"
|
|
188
|
-
"value": "latest",
|
|
189
|
-
"constraints": {
|
|
190
|
-
"notEmpty": true
|
|
191
|
-
},
|
|
178
|
+
"id": "autoOffsetReset",
|
|
192
179
|
"group": "kafka",
|
|
193
|
-
"binding": {
|
|
194
|
-
"name": "autoOffsetReset",
|
|
195
|
-
"type": "zeebe:property"
|
|
196
|
-
},
|
|
197
180
|
"type": "Dropdown",
|
|
181
|
+
"value": "latest",
|
|
198
182
|
"choices": [
|
|
199
|
-
{
|
|
200
|
-
"name": "None",
|
|
201
|
-
"value": "none"
|
|
202
|
-
},
|
|
203
183
|
{
|
|
204
184
|
"name": "Latest",
|
|
205
185
|
"value": "latest"
|
|
@@ -207,293 +187,97 @@
|
|
|
207
187
|
{
|
|
208
188
|
"name": "Earliest",
|
|
209
189
|
"value": "earliest"
|
|
210
|
-
}
|
|
211
|
-
]
|
|
212
|
-
},
|
|
213
|
-
{
|
|
214
|
-
"id": "schemaStrategy.type",
|
|
215
|
-
"label": "Schema strategy",
|
|
216
|
-
"value": "noSchema",
|
|
217
|
-
"group": "schema",
|
|
218
|
-
"binding": {
|
|
219
|
-
"name": "schemaStrategy.type",
|
|
220
|
-
"type": "zeebe:property"
|
|
221
|
-
},
|
|
222
|
-
"type": "Dropdown",
|
|
223
|
-
"choices": [
|
|
224
|
-
{
|
|
225
|
-
"name": "No schema",
|
|
226
|
-
"value": "noSchema"
|
|
227
|
-
},
|
|
228
|
-
{
|
|
229
|
-
"name": "Avro Inline schema",
|
|
230
|
-
"value": "inlineSchema"
|
|
231
190
|
},
|
|
232
191
|
{
|
|
233
|
-
"name": "
|
|
234
|
-
"value": "
|
|
192
|
+
"name": "None",
|
|
193
|
+
"value": "none"
|
|
235
194
|
}
|
|
236
|
-
]
|
|
195
|
+
],
|
|
196
|
+
"binding": {
|
|
197
|
+
"type": "zeebe:property",
|
|
198
|
+
"name": "autoOffsetReset"
|
|
199
|
+
}
|
|
237
200
|
},
|
|
238
201
|
{
|
|
239
|
-
"
|
|
240
|
-
"
|
|
241
|
-
"
|
|
242
|
-
"
|
|
202
|
+
"label": "Correlation key (process)",
|
|
203
|
+
"type": "String",
|
|
204
|
+
"group": "activation",
|
|
205
|
+
"feel": "required",
|
|
206
|
+
"description": "Sets up the correlation key from process variables",
|
|
207
|
+
"binding": {
|
|
208
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
209
|
+
"name": "correlationKey"
|
|
210
|
+
},
|
|
243
211
|
"constraints": {
|
|
244
212
|
"notEmpty": true
|
|
245
|
-
}
|
|
213
|
+
}
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"label": "Correlation key (payload)",
|
|
217
|
+
"type": "String",
|
|
218
|
+
"group": "activation",
|
|
246
219
|
"feel": "required",
|
|
247
|
-
"group": "schema",
|
|
248
220
|
"binding": {
|
|
249
|
-
"
|
|
250
|
-
"
|
|
251
|
-
},
|
|
252
|
-
"condition": {
|
|
253
|
-
"property": "schemaStrategy.type",
|
|
254
|
-
"equals": "inlineSchema",
|
|
255
|
-
"type": "simple"
|
|
221
|
+
"type": "zeebe:property",
|
|
222
|
+
"name": "correlationKeyExpression"
|
|
256
223
|
},
|
|
257
|
-
"
|
|
224
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
225
|
+
"constraints": {
|
|
226
|
+
"notEmpty": true
|
|
227
|
+
}
|
|
258
228
|
},
|
|
259
229
|
{
|
|
260
|
-
"
|
|
261
|
-
"
|
|
262
|
-
"
|
|
263
|
-
"optional":
|
|
264
|
-
"
|
|
265
|
-
"group": "schema",
|
|
230
|
+
"label": "Message ID expression",
|
|
231
|
+
"feel": "required",
|
|
232
|
+
"type": "String",
|
|
233
|
+
"optional": true,
|
|
234
|
+
"group": "activation",
|
|
266
235
|
"binding": {
|
|
267
|
-
"
|
|
268
|
-
"
|
|
236
|
+
"type": "zeebe:property",
|
|
237
|
+
"name": "messageIdExpression"
|
|
269
238
|
},
|
|
270
|
-
"
|
|
271
|
-
"property": "schemaStrategy.type",
|
|
272
|
-
"equals": "schemaRegistry",
|
|
273
|
-
"type": "simple"
|
|
274
|
-
},
|
|
275
|
-
"type": "Dropdown",
|
|
276
|
-
"choices": [
|
|
277
|
-
{
|
|
278
|
-
"name": "JSON",
|
|
279
|
-
"value": "json"
|
|
280
|
-
},
|
|
281
|
-
{
|
|
282
|
-
"name": "Avro",
|
|
283
|
-
"value": "avro"
|
|
284
|
-
}
|
|
285
|
-
]
|
|
286
|
-
},
|
|
287
|
-
{
|
|
288
|
-
"id": "schemaStrategy.schemaRegistryUrl",
|
|
289
|
-
"label": "Schema registry URL",
|
|
290
|
-
"description": "Provide the schema registry URL",
|
|
291
|
-
"optional": false,
|
|
292
|
-
"constraints": {
|
|
293
|
-
"notEmpty": true
|
|
294
|
-
},
|
|
295
|
-
"group": "schema",
|
|
296
|
-
"binding": {
|
|
297
|
-
"name": "schemaStrategy.schemaRegistryUrl",
|
|
298
|
-
"type": "zeebe:property"
|
|
299
|
-
},
|
|
300
|
-
"condition": {
|
|
301
|
-
"property": "schemaStrategy.type",
|
|
302
|
-
"equals": "schemaRegistry",
|
|
303
|
-
"type": "simple"
|
|
304
|
-
},
|
|
305
|
-
"type": "String"
|
|
239
|
+
"description": "Expression to extract unique identifier of a message"
|
|
306
240
|
},
|
|
307
241
|
{
|
|
308
|
-
"id": "activationCondition",
|
|
309
242
|
"label": "Activation condition",
|
|
310
|
-
"
|
|
311
|
-
"optional": true,
|
|
312
|
-
"feel": "required",
|
|
313
|
-
"group": "activation",
|
|
314
|
-
"binding": {
|
|
315
|
-
"name": "activationCondition",
|
|
316
|
-
"type": "zeebe:property"
|
|
317
|
-
},
|
|
318
|
-
"type": "String"
|
|
319
|
-
},
|
|
320
|
-
{
|
|
321
|
-
"id": "consumeUnmatchedEvents",
|
|
322
|
-
"label": "Consume unmatched events",
|
|
323
|
-
"value": true,
|
|
243
|
+
"type": "String",
|
|
324
244
|
"group": "activation",
|
|
325
|
-
"binding": {
|
|
326
|
-
"name": "consumeUnmatchedEvents",
|
|
327
|
-
"type": "zeebe:property"
|
|
328
|
-
},
|
|
329
|
-
"tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
|
|
330
|
-
"type": "Boolean"
|
|
331
|
-
},
|
|
332
|
-
{
|
|
333
|
-
"id": "correlationKeyProcess",
|
|
334
|
-
"label": "Correlation key (process)",
|
|
335
|
-
"description": "Sets up the correlation key from process variables",
|
|
336
|
-
"constraints": {
|
|
337
|
-
"notEmpty": true
|
|
338
|
-
},
|
|
339
|
-
"feel": "required",
|
|
340
|
-
"group": "correlation",
|
|
341
|
-
"binding": {
|
|
342
|
-
"name": "correlationKey",
|
|
343
|
-
"type": "bpmn:Message#zeebe:subscription#property"
|
|
344
|
-
},
|
|
345
|
-
"type": "String"
|
|
346
|
-
},
|
|
347
|
-
{
|
|
348
|
-
"id": "correlationKeyPayload",
|
|
349
|
-
"label": "Correlation key (payload)",
|
|
350
|
-
"description": "Extracts the correlation key from the incoming message payload",
|
|
351
|
-
"constraints": {
|
|
352
|
-
"notEmpty": true
|
|
353
|
-
},
|
|
354
|
-
"feel": "required",
|
|
355
|
-
"group": "correlation",
|
|
356
|
-
"binding": {
|
|
357
|
-
"name": "correlationKeyExpression",
|
|
358
|
-
"type": "zeebe:property"
|
|
359
|
-
},
|
|
360
|
-
"type": "String"
|
|
361
|
-
},
|
|
362
|
-
{
|
|
363
|
-
"id": "messageIdExpression",
|
|
364
|
-
"label": "Message ID expression",
|
|
365
|
-
"description": "Expression to extract unique identifier of a message",
|
|
366
|
-
"optional": true,
|
|
367
245
|
"feel": "required",
|
|
368
|
-
"group": "correlation",
|
|
369
|
-
"binding": {
|
|
370
|
-
"name": "messageIdExpression",
|
|
371
|
-
"type": "zeebe:property"
|
|
372
|
-
},
|
|
373
|
-
"type": "String"
|
|
374
|
-
},
|
|
375
|
-
{
|
|
376
|
-
"id": "messageTtl",
|
|
377
|
-
"label": "Message TTL",
|
|
378
|
-
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
379
246
|
"optional": true,
|
|
380
|
-
"constraints": {
|
|
381
|
-
"notEmpty": false,
|
|
382
|
-
"pattern": {
|
|
383
|
-
"value": "^(PT.*|)$",
|
|
384
|
-
"message": "must be an ISO-8601 duration"
|
|
385
|
-
}
|
|
386
|
-
},
|
|
387
|
-
"feel": "optional",
|
|
388
|
-
"group": "correlation",
|
|
389
|
-
"binding": {
|
|
390
|
-
"name": "messageTtl",
|
|
391
|
-
"type": "zeebe:property"
|
|
392
|
-
},
|
|
393
|
-
"type": "String"
|
|
394
|
-
},
|
|
395
|
-
{
|
|
396
|
-
"id": "messageNameUuid",
|
|
397
|
-
"generatedValue": {
|
|
398
|
-
"type": "uuid"
|
|
399
|
-
},
|
|
400
|
-
"group": "correlation",
|
|
401
|
-
"binding": {
|
|
402
|
-
"name": "name",
|
|
403
|
-
"type": "bpmn:Message#property"
|
|
404
|
-
},
|
|
405
|
-
"type": "Hidden"
|
|
406
|
-
},
|
|
407
|
-
{
|
|
408
|
-
"id": "deduplicationModeManualFlag",
|
|
409
|
-
"label": "Manual mode",
|
|
410
|
-
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
411
|
-
"value": false,
|
|
412
|
-
"group": "deduplication",
|
|
413
|
-
"binding": {
|
|
414
|
-
"name": "deduplicationModeManualFlag",
|
|
415
|
-
"type": "zeebe:property"
|
|
416
|
-
},
|
|
417
|
-
"type": "Boolean"
|
|
418
|
-
},
|
|
419
|
-
{
|
|
420
|
-
"id": "deduplicationId",
|
|
421
|
-
"label": "Deduplication ID",
|
|
422
|
-
"constraints": {
|
|
423
|
-
"notEmpty": true,
|
|
424
|
-
"pattern": {
|
|
425
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
426
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
427
|
-
}
|
|
428
|
-
},
|
|
429
|
-
"group": "deduplication",
|
|
430
|
-
"binding": {
|
|
431
|
-
"name": "deduplicationId",
|
|
432
|
-
"type": "zeebe:property"
|
|
433
|
-
},
|
|
434
|
-
"condition": {
|
|
435
|
-
"property": "deduplicationModeManualFlag",
|
|
436
|
-
"equals": true,
|
|
437
|
-
"type": "simple"
|
|
438
|
-
},
|
|
439
|
-
"type": "String"
|
|
440
|
-
},
|
|
441
|
-
{
|
|
442
|
-
"id": "deduplicationModeManual",
|
|
443
|
-
"value": "MANUAL",
|
|
444
|
-
"group": "deduplication",
|
|
445
|
-
"binding": {
|
|
446
|
-
"name": "deduplicationMode",
|
|
447
|
-
"type": "zeebe:property"
|
|
448
|
-
},
|
|
449
|
-
"condition": {
|
|
450
|
-
"property": "deduplicationId",
|
|
451
|
-
"isActive": true,
|
|
452
|
-
"type": "simple"
|
|
453
|
-
},
|
|
454
|
-
"type": "Hidden"
|
|
455
|
-
},
|
|
456
|
-
{
|
|
457
|
-
"id": "deduplicationModeAuto",
|
|
458
|
-
"value": "AUTO",
|
|
459
|
-
"group": "deduplication",
|
|
460
247
|
"binding": {
|
|
461
|
-
"
|
|
462
|
-
"
|
|
463
|
-
},
|
|
464
|
-
"condition": {
|
|
465
|
-
"property": "deduplicationId",
|
|
466
|
-
"isActive": false,
|
|
467
|
-
"type": "simple"
|
|
248
|
+
"type": "zeebe:property",
|
|
249
|
+
"name": "activationCondition"
|
|
468
250
|
},
|
|
469
|
-
"
|
|
251
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events"
|
|
470
252
|
},
|
|
471
253
|
{
|
|
472
|
-
"id": "resultVariable",
|
|
473
254
|
"label": "Result variable",
|
|
474
|
-
"
|
|
475
|
-
"group": "
|
|
255
|
+
"type": "String",
|
|
256
|
+
"group": "variable-mapping",
|
|
257
|
+
"optional": true,
|
|
476
258
|
"binding": {
|
|
477
|
-
"
|
|
478
|
-
"
|
|
259
|
+
"type": "zeebe:property",
|
|
260
|
+
"name": "resultVariable"
|
|
479
261
|
},
|
|
480
|
-
"
|
|
262
|
+
"description": "Name of variable to store the result of the connector in"
|
|
481
263
|
},
|
|
482
264
|
{
|
|
483
|
-
"id": "resultExpression",
|
|
484
265
|
"label": "Result expression",
|
|
485
|
-
"description": "Expression to map the
|
|
266
|
+
"description": "Expression to map the inbound payload to process variables",
|
|
267
|
+
"group": "variable-mapping",
|
|
268
|
+
"type": "Text",
|
|
486
269
|
"feel": "required",
|
|
487
|
-
"group": "output",
|
|
488
270
|
"binding": {
|
|
489
|
-
"
|
|
490
|
-
"
|
|
491
|
-
}
|
|
492
|
-
"type": "Text"
|
|
271
|
+
"type": "zeebe:property",
|
|
272
|
+
"name": "resultExpression"
|
|
273
|
+
}
|
|
493
274
|
}
|
|
494
275
|
],
|
|
495
276
|
"icon": {
|
|
496
|
-
"contents": "data:image/svg+xml;
|
|
277
|
+
"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"
|
|
278
|
+
},
|
|
279
|
+
"engines": {
|
|
280
|
+
"camunda": "^8.5"
|
|
497
281
|
}
|
|
498
282
|
},
|
|
499
283
|
{
|
|
@@ -944,9 +728,9 @@
|
|
|
944
728
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
945
729
|
"name": "Kafka Boundary Event Connector",
|
|
946
730
|
"id": "io.camunda.connectors.inbound.KafkaBoundary.v1",
|
|
947
|
-
"version": 1,
|
|
948
731
|
"description": "Consume Kafka messages",
|
|
949
732
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
733
|
+
"version": 6,
|
|
950
734
|
"category": {
|
|
951
735
|
"id": "connectors",
|
|
952
736
|
"name": "Connectors"
|
|
@@ -965,41 +749,53 @@
|
|
|
965
749
|
"id": "kafka",
|
|
966
750
|
"label": "Kafka"
|
|
967
751
|
},
|
|
752
|
+
{
|
|
753
|
+
"id": "message",
|
|
754
|
+
"label": "Message deserialization"
|
|
755
|
+
},
|
|
968
756
|
{
|
|
969
757
|
"id": "activation",
|
|
970
758
|
"label": "Activation"
|
|
971
759
|
},
|
|
972
760
|
{
|
|
973
|
-
"id": "
|
|
974
|
-
"label": "
|
|
761
|
+
"id": "correlation",
|
|
762
|
+
"label": "Correlation",
|
|
763
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"id": "deduplication",
|
|
767
|
+
"label": "Deduplication",
|
|
768
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"id": "output",
|
|
772
|
+
"label": "Output mapping"
|
|
975
773
|
}
|
|
976
774
|
],
|
|
977
775
|
"properties": [
|
|
978
776
|
{
|
|
979
|
-
"type": "Hidden",
|
|
980
777
|
"value": "io.camunda:connector-kafka-inbound:1",
|
|
981
778
|
"binding": {
|
|
982
|
-
"
|
|
983
|
-
"
|
|
984
|
-
}
|
|
985
|
-
|
|
986
|
-
{
|
|
987
|
-
"type": "Hidden",
|
|
988
|
-
"generatedValue": {
|
|
989
|
-
"type": "uuid"
|
|
990
|
-
},
|
|
991
|
-
"binding": {
|
|
992
|
-
"type": "bpmn:Message#property",
|
|
993
|
-
"name": "name"
|
|
994
|
-
}
|
|
779
|
+
"name": "inbound.type",
|
|
780
|
+
"type": "zeebe:property"
|
|
781
|
+
},
|
|
782
|
+
"type": "Hidden"
|
|
995
783
|
},
|
|
996
784
|
{
|
|
785
|
+
"id": "authenticationType",
|
|
997
786
|
"label": "Authentication type",
|
|
998
787
|
"description": "Username/password or custom",
|
|
999
|
-
"
|
|
788
|
+
"optional": false,
|
|
789
|
+
"value": "credentials",
|
|
790
|
+
"constraints": {
|
|
791
|
+
"notEmpty": true
|
|
792
|
+
},
|
|
1000
793
|
"group": "authentication",
|
|
794
|
+
"binding": {
|
|
795
|
+
"name": "authenticationType",
|
|
796
|
+
"type": "zeebe:property"
|
|
797
|
+
},
|
|
1001
798
|
"type": "Dropdown",
|
|
1002
|
-
"value": "credentials",
|
|
1003
799
|
"choices": [
|
|
1004
800
|
{
|
|
1005
801
|
"name": "Credentials",
|
|
@@ -1009,120 +805,120 @@
|
|
|
1009
805
|
"name": "Custom",
|
|
1010
806
|
"value": "custom"
|
|
1011
807
|
}
|
|
1012
|
-
]
|
|
1013
|
-
"binding": {
|
|
1014
|
-
"type": "zeebe:property",
|
|
1015
|
-
"name": "authenticationType"
|
|
1016
|
-
}
|
|
808
|
+
]
|
|
1017
809
|
},
|
|
1018
810
|
{
|
|
811
|
+
"id": "authentication.username",
|
|
1019
812
|
"label": "Username",
|
|
1020
813
|
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
1021
|
-
"group": "authentication",
|
|
1022
|
-
"type": "String",
|
|
1023
|
-
"feel": "optional",
|
|
1024
814
|
"optional": true,
|
|
815
|
+
"group": "authentication",
|
|
1025
816
|
"binding": {
|
|
1026
|
-
"
|
|
1027
|
-
"
|
|
817
|
+
"name": "authentication.username",
|
|
818
|
+
"type": "zeebe:property"
|
|
1028
819
|
},
|
|
1029
|
-
"
|
|
1030
|
-
"property": "authenticationType",
|
|
1031
|
-
"equals": "credentials"
|
|
1032
|
-
}
|
|
820
|
+
"type": "String"
|
|
1033
821
|
},
|
|
1034
822
|
{
|
|
823
|
+
"id": "authentication.password",
|
|
1035
824
|
"label": "Password",
|
|
1036
825
|
"description": "Provide a password for the user",
|
|
1037
|
-
"group": "authentication",
|
|
1038
|
-
"type": "String",
|
|
1039
|
-
"feel": "optional",
|
|
1040
826
|
"optional": true,
|
|
827
|
+
"group": "authentication",
|
|
1041
828
|
"binding": {
|
|
1042
|
-
"
|
|
1043
|
-
"
|
|
829
|
+
"name": "authentication.password",
|
|
830
|
+
"type": "zeebe:property"
|
|
1044
831
|
},
|
|
1045
|
-
"
|
|
1046
|
-
"property": "authenticationType",
|
|
1047
|
-
"equals": "credentials"
|
|
1048
|
-
}
|
|
832
|
+
"type": "String"
|
|
1049
833
|
},
|
|
1050
834
|
{
|
|
835
|
+
"id": "topic.bootstrapServers",
|
|
1051
836
|
"label": "Bootstrap servers",
|
|
1052
837
|
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
838
|
+
"optional": false,
|
|
839
|
+
"constraints": {
|
|
840
|
+
"notEmpty": true
|
|
841
|
+
},
|
|
1053
842
|
"group": "kafka",
|
|
1054
|
-
"type": "String",
|
|
1055
|
-
"feel": "optional",
|
|
1056
843
|
"binding": {
|
|
1057
|
-
"
|
|
1058
|
-
"
|
|
844
|
+
"name": "topic.bootstrapServers",
|
|
845
|
+
"type": "zeebe:property"
|
|
1059
846
|
},
|
|
1060
|
-
"
|
|
1061
|
-
"notEmpty": true
|
|
1062
|
-
}
|
|
847
|
+
"type": "String"
|
|
1063
848
|
},
|
|
1064
849
|
{
|
|
850
|
+
"id": "topic.topicName",
|
|
1065
851
|
"label": "Topic",
|
|
1066
|
-
"description": "Provide
|
|
852
|
+
"description": "Provide topic name",
|
|
853
|
+
"optional": false,
|
|
854
|
+
"constraints": {
|
|
855
|
+
"notEmpty": true
|
|
856
|
+
},
|
|
1067
857
|
"group": "kafka",
|
|
1068
|
-
"type": "String",
|
|
1069
|
-
"feel": "optional",
|
|
1070
858
|
"binding": {
|
|
1071
|
-
"
|
|
1072
|
-
"
|
|
859
|
+
"name": "topic.topicName",
|
|
860
|
+
"type": "zeebe:property"
|
|
1073
861
|
},
|
|
1074
|
-
"
|
|
1075
|
-
"notEmpty": true
|
|
1076
|
-
}
|
|
862
|
+
"type": "String"
|
|
1077
863
|
},
|
|
1078
864
|
{
|
|
1079
|
-
"
|
|
865
|
+
"id": "groupId",
|
|
866
|
+
"label": "Consumer group ID",
|
|
1080
867
|
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
868
|
+
"optional": false,
|
|
1081
869
|
"group": "kafka",
|
|
1082
|
-
"type": "String",
|
|
1083
|
-
"feel": "optional",
|
|
1084
|
-
"optional": true,
|
|
1085
870
|
"binding": {
|
|
1086
|
-
"
|
|
1087
|
-
"
|
|
871
|
+
"name": "groupId",
|
|
872
|
+
"type": "zeebe:property"
|
|
1088
873
|
},
|
|
1089
|
-
"
|
|
1090
|
-
"notEmpty": false,
|
|
1091
|
-
"maxLength": 250
|
|
1092
|
-
}
|
|
874
|
+
"type": "String"
|
|
1093
875
|
},
|
|
1094
876
|
{
|
|
877
|
+
"id": "additionalProperties",
|
|
1095
878
|
"label": "Additional properties",
|
|
1096
879
|
"description": "Provide additional Kafka consumer properties in JSON",
|
|
1097
|
-
"group": "kafka",
|
|
1098
|
-
"type": "String",
|
|
1099
880
|
"optional": true,
|
|
1100
881
|
"feel": "required",
|
|
882
|
+
"group": "kafka",
|
|
1101
883
|
"binding": {
|
|
1102
|
-
"
|
|
1103
|
-
"
|
|
1104
|
-
}
|
|
884
|
+
"name": "additionalProperties",
|
|
885
|
+
"type": "zeebe:property"
|
|
886
|
+
},
|
|
887
|
+
"type": "String"
|
|
1105
888
|
},
|
|
1106
889
|
{
|
|
890
|
+
"id": "offsets",
|
|
1107
891
|
"label": "Offsets",
|
|
1108
892
|
"description": "List of offsets, e.g. '10' or '=[10, 23]'. If specified, it has to have the same number of values as the number of partitions",
|
|
1109
|
-
"group": "kafka",
|
|
1110
|
-
"type": "String",
|
|
1111
|
-
"feel": "optional",
|
|
1112
893
|
"optional": true,
|
|
894
|
+
"feel": "optional",
|
|
895
|
+
"group": "kafka",
|
|
1113
896
|
"binding": {
|
|
1114
|
-
"
|
|
1115
|
-
"
|
|
1116
|
-
}
|
|
897
|
+
"name": "offsets",
|
|
898
|
+
"type": "zeebe:property"
|
|
899
|
+
},
|
|
900
|
+
"type": "String"
|
|
1117
901
|
},
|
|
1118
902
|
{
|
|
903
|
+
"id": "autoOffsetReset",
|
|
1119
904
|
"label": "Auto offset reset",
|
|
1120
905
|
"description": "What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. You should only select none if you specified the offsets",
|
|
1121
|
-
"
|
|
906
|
+
"optional": false,
|
|
907
|
+
"value": "latest",
|
|
908
|
+
"constraints": {
|
|
909
|
+
"notEmpty": true
|
|
910
|
+
},
|
|
1122
911
|
"group": "kafka",
|
|
912
|
+
"binding": {
|
|
913
|
+
"name": "autoOffsetReset",
|
|
914
|
+
"type": "zeebe:property"
|
|
915
|
+
},
|
|
1123
916
|
"type": "Dropdown",
|
|
1124
|
-
"value": "latest",
|
|
1125
917
|
"choices": [
|
|
918
|
+
{
|
|
919
|
+
"name": "None",
|
|
920
|
+
"value": "none"
|
|
921
|
+
},
|
|
1126
922
|
{
|
|
1127
923
|
"name": "Latest",
|
|
1128
924
|
"value": "latest"
|
|
@@ -1130,94 +926,305 @@
|
|
|
1130
926
|
{
|
|
1131
927
|
"name": "Earliest",
|
|
1132
928
|
"value": "earliest"
|
|
929
|
+
}
|
|
930
|
+
]
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
"id": "schemaStrategy.type",
|
|
934
|
+
"label": "Schema strategy",
|
|
935
|
+
"value": "noSchema",
|
|
936
|
+
"group": "kafka",
|
|
937
|
+
"binding": {
|
|
938
|
+
"name": "schemaStrategy.type",
|
|
939
|
+
"type": "zeebe:property"
|
|
940
|
+
},
|
|
941
|
+
"type": "Dropdown",
|
|
942
|
+
"choices": [
|
|
943
|
+
{
|
|
944
|
+
"name": "No schema",
|
|
945
|
+
"value": "noSchema"
|
|
1133
946
|
},
|
|
1134
947
|
{
|
|
1135
|
-
"name": "
|
|
1136
|
-
"value": "
|
|
948
|
+
"name": "Inline schema",
|
|
949
|
+
"value": "inlineSchema"
|
|
950
|
+
},
|
|
951
|
+
{
|
|
952
|
+
"name": "Schema registry",
|
|
953
|
+
"value": "schemaRegistry"
|
|
1137
954
|
}
|
|
1138
|
-
]
|
|
1139
|
-
"binding": {
|
|
1140
|
-
"type": "zeebe:property",
|
|
1141
|
-
"name": "autoOffsetReset"
|
|
1142
|
-
}
|
|
955
|
+
]
|
|
1143
956
|
},
|
|
1144
957
|
{
|
|
1145
|
-
"
|
|
1146
|
-
"
|
|
1147
|
-
"
|
|
1148
|
-
"
|
|
1149
|
-
"
|
|
958
|
+
"id": "schemaStrategy.schemaType",
|
|
959
|
+
"label": "Schema type",
|
|
960
|
+
"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>",
|
|
961
|
+
"optional": false,
|
|
962
|
+
"value": "avro",
|
|
963
|
+
"group": "kafka",
|
|
1150
964
|
"binding": {
|
|
1151
|
-
"
|
|
1152
|
-
"
|
|
965
|
+
"name": "schemaStrategy.schemaType",
|
|
966
|
+
"type": "zeebe:property"
|
|
967
|
+
},
|
|
968
|
+
"condition": {
|
|
969
|
+
"property": "schemaStrategy.type",
|
|
970
|
+
"equals": "schemaRegistry",
|
|
971
|
+
"type": "simple"
|
|
1153
972
|
},
|
|
973
|
+
"type": "Dropdown",
|
|
974
|
+
"choices": [
|
|
975
|
+
{
|
|
976
|
+
"name": "JSON",
|
|
977
|
+
"value": "json"
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
"name": "Avro (alpha)",
|
|
981
|
+
"value": "avro"
|
|
982
|
+
}
|
|
983
|
+
]
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
"id": "schemaStrategy.schemaRegistryUrl",
|
|
987
|
+
"label": "Schema registry URL",
|
|
988
|
+
"description": "Provide the schema registry URL",
|
|
989
|
+
"optional": false,
|
|
1154
990
|
"constraints": {
|
|
1155
991
|
"notEmpty": true
|
|
1156
|
-
}
|
|
992
|
+
},
|
|
993
|
+
"group": "kafka",
|
|
994
|
+
"binding": {
|
|
995
|
+
"name": "schemaStrategy.schemaRegistryUrl",
|
|
996
|
+
"type": "zeebe:property"
|
|
997
|
+
},
|
|
998
|
+
"condition": {
|
|
999
|
+
"property": "schemaStrategy.type",
|
|
1000
|
+
"equals": "schemaRegistry",
|
|
1001
|
+
"type": "simple"
|
|
1002
|
+
},
|
|
1003
|
+
"type": "String"
|
|
1157
1004
|
},
|
|
1158
1005
|
{
|
|
1159
|
-
"
|
|
1160
|
-
"
|
|
1161
|
-
"
|
|
1006
|
+
"id": "schemaStrategy.avro.schema",
|
|
1007
|
+
"label": "Schema",
|
|
1008
|
+
"description": "Inline schema (Avro) for the message value",
|
|
1009
|
+
"optional": false,
|
|
1010
|
+
"constraints": {
|
|
1011
|
+
"notEmpty": true
|
|
1012
|
+
},
|
|
1162
1013
|
"feel": "required",
|
|
1014
|
+
"group": "message",
|
|
1163
1015
|
"binding": {
|
|
1164
|
-
"
|
|
1165
|
-
"
|
|
1016
|
+
"name": "schemaStrategy.schema",
|
|
1017
|
+
"type": "zeebe:property"
|
|
1166
1018
|
},
|
|
1167
|
-
"
|
|
1168
|
-
|
|
1169
|
-
"
|
|
1170
|
-
|
|
1019
|
+
"condition": {
|
|
1020
|
+
"property": "schemaStrategy.type",
|
|
1021
|
+
"equals": "inlineSchema",
|
|
1022
|
+
"type": "simple"
|
|
1023
|
+
},
|
|
1024
|
+
"type": "Text"
|
|
1171
1025
|
},
|
|
1172
1026
|
{
|
|
1027
|
+
"id": "activationCondition",
|
|
1173
1028
|
"label": "Activation condition",
|
|
1174
|
-
"
|
|
1175
|
-
"group": "activation",
|
|
1176
|
-
"feel": "required",
|
|
1029
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1177
1030
|
"optional": true,
|
|
1031
|
+
"feel": "required",
|
|
1032
|
+
"group": "activation",
|
|
1178
1033
|
"binding": {
|
|
1179
|
-
"
|
|
1180
|
-
"
|
|
1034
|
+
"name": "activationCondition",
|
|
1035
|
+
"type": "zeebe:property"
|
|
1181
1036
|
},
|
|
1182
|
-
"
|
|
1037
|
+
"type": "String"
|
|
1183
1038
|
},
|
|
1184
1039
|
{
|
|
1185
|
-
"
|
|
1186
|
-
"
|
|
1187
|
-
"
|
|
1040
|
+
"id": "consumeUnmatchedEvents",
|
|
1041
|
+
"label": "Consume unmatched events",
|
|
1042
|
+
"value": true,
|
|
1043
|
+
"group": "activation",
|
|
1044
|
+
"binding": {
|
|
1045
|
+
"name": "consumeUnmatchedEvents",
|
|
1046
|
+
"type": "zeebe:property"
|
|
1047
|
+
},
|
|
1048
|
+
"tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
|
|
1049
|
+
"type": "Boolean"
|
|
1050
|
+
},
|
|
1051
|
+
{
|
|
1052
|
+
"id": "correlationKeyProcess",
|
|
1053
|
+
"label": "Correlation key (process)",
|
|
1054
|
+
"description": "Sets up the correlation key from process variables",
|
|
1055
|
+
"constraints": {
|
|
1056
|
+
"notEmpty": true
|
|
1057
|
+
},
|
|
1058
|
+
"feel": "required",
|
|
1059
|
+
"group": "correlation",
|
|
1060
|
+
"binding": {
|
|
1061
|
+
"name": "correlationKey",
|
|
1062
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
1063
|
+
},
|
|
1064
|
+
"type": "String"
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
"id": "correlationKeyPayload",
|
|
1068
|
+
"label": "Correlation key (payload)",
|
|
1069
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
1070
|
+
"constraints": {
|
|
1071
|
+
"notEmpty": true
|
|
1072
|
+
},
|
|
1073
|
+
"feel": "required",
|
|
1074
|
+
"group": "correlation",
|
|
1075
|
+
"binding": {
|
|
1076
|
+
"name": "correlationKeyExpression",
|
|
1077
|
+
"type": "zeebe:property"
|
|
1078
|
+
},
|
|
1079
|
+
"type": "String"
|
|
1080
|
+
},
|
|
1081
|
+
{
|
|
1082
|
+
"id": "messageIdExpression",
|
|
1083
|
+
"label": "Message ID expression",
|
|
1084
|
+
"description": "Expression to extract unique identifier of a message",
|
|
1188
1085
|
"optional": true,
|
|
1086
|
+
"feel": "required",
|
|
1087
|
+
"group": "correlation",
|
|
1189
1088
|
"binding": {
|
|
1190
|
-
"
|
|
1191
|
-
"
|
|
1089
|
+
"name": "messageIdExpression",
|
|
1090
|
+
"type": "zeebe:property"
|
|
1192
1091
|
},
|
|
1193
|
-
"
|
|
1092
|
+
"type": "String"
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
"id": "messageTtl",
|
|
1096
|
+
"label": "Message TTL",
|
|
1097
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
1098
|
+
"optional": true,
|
|
1099
|
+
"constraints": {
|
|
1100
|
+
"notEmpty": false,
|
|
1101
|
+
"pattern": {
|
|
1102
|
+
"value": "^(PT.*|)$",
|
|
1103
|
+
"message": "must be an ISO-8601 duration"
|
|
1104
|
+
}
|
|
1105
|
+
},
|
|
1106
|
+
"feel": "optional",
|
|
1107
|
+
"group": "correlation",
|
|
1108
|
+
"binding": {
|
|
1109
|
+
"name": "messageTtl",
|
|
1110
|
+
"type": "zeebe:property"
|
|
1111
|
+
},
|
|
1112
|
+
"type": "String"
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"id": "messageNameUuid",
|
|
1116
|
+
"generatedValue": {
|
|
1117
|
+
"type": "uuid"
|
|
1118
|
+
},
|
|
1119
|
+
"group": "correlation",
|
|
1120
|
+
"binding": {
|
|
1121
|
+
"name": "name",
|
|
1122
|
+
"type": "bpmn:Message#property"
|
|
1123
|
+
},
|
|
1124
|
+
"type": "Hidden"
|
|
1125
|
+
},
|
|
1126
|
+
{
|
|
1127
|
+
"id": "deduplicationModeManualFlag",
|
|
1128
|
+
"label": "Manual mode",
|
|
1129
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1130
|
+
"value": false,
|
|
1131
|
+
"group": "deduplication",
|
|
1132
|
+
"binding": {
|
|
1133
|
+
"name": "deduplicationModeManualFlag",
|
|
1134
|
+
"type": "zeebe:property"
|
|
1135
|
+
},
|
|
1136
|
+
"type": "Boolean"
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
"id": "deduplicationId",
|
|
1140
|
+
"label": "Deduplication ID",
|
|
1141
|
+
"constraints": {
|
|
1142
|
+
"notEmpty": true,
|
|
1143
|
+
"pattern": {
|
|
1144
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
1145
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1146
|
+
}
|
|
1147
|
+
},
|
|
1148
|
+
"group": "deduplication",
|
|
1149
|
+
"binding": {
|
|
1150
|
+
"name": "deduplicationId",
|
|
1151
|
+
"type": "zeebe:property"
|
|
1152
|
+
},
|
|
1153
|
+
"condition": {
|
|
1154
|
+
"property": "deduplicationModeManualFlag",
|
|
1155
|
+
"equals": true,
|
|
1156
|
+
"type": "simple"
|
|
1157
|
+
},
|
|
1158
|
+
"type": "String"
|
|
1159
|
+
},
|
|
1160
|
+
{
|
|
1161
|
+
"id": "deduplicationModeManual",
|
|
1162
|
+
"value": "MANUAL",
|
|
1163
|
+
"group": "deduplication",
|
|
1164
|
+
"binding": {
|
|
1165
|
+
"name": "deduplicationMode",
|
|
1166
|
+
"type": "zeebe:property"
|
|
1167
|
+
},
|
|
1168
|
+
"condition": {
|
|
1169
|
+
"property": "deduplicationId",
|
|
1170
|
+
"isActive": true,
|
|
1171
|
+
"type": "simple"
|
|
1172
|
+
},
|
|
1173
|
+
"type": "Hidden"
|
|
1174
|
+
},
|
|
1175
|
+
{
|
|
1176
|
+
"id": "deduplicationModeAuto",
|
|
1177
|
+
"value": "AUTO",
|
|
1178
|
+
"group": "deduplication",
|
|
1179
|
+
"binding": {
|
|
1180
|
+
"name": "deduplicationMode",
|
|
1181
|
+
"type": "zeebe:property"
|
|
1182
|
+
},
|
|
1183
|
+
"condition": {
|
|
1184
|
+
"property": "deduplicationId",
|
|
1185
|
+
"isActive": false,
|
|
1186
|
+
"type": "simple"
|
|
1187
|
+
},
|
|
1188
|
+
"type": "Hidden"
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
"id": "resultVariable",
|
|
1192
|
+
"label": "Result variable",
|
|
1193
|
+
"description": "Name of variable to store the response in",
|
|
1194
|
+
"group": "output",
|
|
1195
|
+
"binding": {
|
|
1196
|
+
"name": "resultVariable",
|
|
1197
|
+
"type": "zeebe:property"
|
|
1198
|
+
},
|
|
1199
|
+
"type": "String"
|
|
1194
1200
|
},
|
|
1195
1201
|
{
|
|
1202
|
+
"id": "resultExpression",
|
|
1196
1203
|
"label": "Result expression",
|
|
1197
|
-
"description": "Expression to map the
|
|
1198
|
-
"group": "variable-mapping",
|
|
1199
|
-
"type": "Text",
|
|
1204
|
+
"description": "Expression to map the response into process variables",
|
|
1200
1205
|
"feel": "required",
|
|
1206
|
+
"group": "output",
|
|
1201
1207
|
"binding": {
|
|
1202
|
-
"
|
|
1203
|
-
"
|
|
1204
|
-
}
|
|
1208
|
+
"name": "resultExpression",
|
|
1209
|
+
"type": "zeebe:property"
|
|
1210
|
+
},
|
|
1211
|
+
"type": "Text"
|
|
1205
1212
|
}
|
|
1206
1213
|
],
|
|
1207
1214
|
"icon": {
|
|
1208
|
-
"contents": "data:image/svg+xml;
|
|
1215
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
1209
1216
|
},
|
|
1210
1217
|
"engines": {
|
|
1211
|
-
"camunda": "^8.
|
|
1218
|
+
"camunda": "^8.6"
|
|
1212
1219
|
}
|
|
1213
1220
|
},
|
|
1214
1221
|
{
|
|
1215
1222
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1216
1223
|
"name": "Kafka Boundary Event Connector",
|
|
1217
1224
|
"id": "io.camunda.connectors.inbound.KafkaBoundary.v1",
|
|
1225
|
+
"version": 2,
|
|
1218
1226
|
"description": "Consume Kafka messages",
|
|
1219
1227
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
1220
|
-
"version": 6,
|
|
1221
1228
|
"category": {
|
|
1222
1229
|
"id": "connectors",
|
|
1223
1230
|
"name": "Connectors"
|
|
@@ -1236,53 +1243,41 @@
|
|
|
1236
1243
|
"id": "kafka",
|
|
1237
1244
|
"label": "Kafka"
|
|
1238
1245
|
},
|
|
1239
|
-
{
|
|
1240
|
-
"id": "message",
|
|
1241
|
-
"label": "Message deserialization"
|
|
1242
|
-
},
|
|
1243
1246
|
{
|
|
1244
1247
|
"id": "activation",
|
|
1245
1248
|
"label": "Activation"
|
|
1246
1249
|
},
|
|
1247
1250
|
{
|
|
1248
|
-
"id": "
|
|
1249
|
-
"label": "
|
|
1250
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
1251
|
-
},
|
|
1252
|
-
{
|
|
1253
|
-
"id": "deduplication",
|
|
1254
|
-
"label": "Deduplication",
|
|
1255
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
1256
|
-
},
|
|
1257
|
-
{
|
|
1258
|
-
"id": "output",
|
|
1259
|
-
"label": "Output mapping"
|
|
1251
|
+
"id": "variable-mapping",
|
|
1252
|
+
"label": "Variable mapping"
|
|
1260
1253
|
}
|
|
1261
1254
|
],
|
|
1262
1255
|
"properties": [
|
|
1263
1256
|
{
|
|
1257
|
+
"type": "Hidden",
|
|
1264
1258
|
"value": "io.camunda:connector-kafka-inbound:1",
|
|
1265
1259
|
"binding": {
|
|
1266
|
-
"
|
|
1267
|
-
"
|
|
1260
|
+
"type": "zeebe:property",
|
|
1261
|
+
"name": "inbound.type"
|
|
1262
|
+
}
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"type": "Hidden",
|
|
1266
|
+
"generatedValue": {
|
|
1267
|
+
"type": "uuid"
|
|
1268
1268
|
},
|
|
1269
|
-
"
|
|
1269
|
+
"binding": {
|
|
1270
|
+
"type": "bpmn:Message#property",
|
|
1271
|
+
"name": "name"
|
|
1272
|
+
}
|
|
1270
1273
|
},
|
|
1271
1274
|
{
|
|
1272
|
-
"id": "authenticationType",
|
|
1273
1275
|
"label": "Authentication type",
|
|
1274
1276
|
"description": "Username/password or custom",
|
|
1275
|
-
"
|
|
1276
|
-
"value": "credentials",
|
|
1277
|
-
"constraints": {
|
|
1278
|
-
"notEmpty": true
|
|
1279
|
-
},
|
|
1277
|
+
"id": "authenticationType",
|
|
1280
1278
|
"group": "authentication",
|
|
1281
|
-
"binding": {
|
|
1282
|
-
"name": "authenticationType",
|
|
1283
|
-
"type": "zeebe:property"
|
|
1284
|
-
},
|
|
1285
1279
|
"type": "Dropdown",
|
|
1280
|
+
"value": "credentials",
|
|
1286
1281
|
"choices": [
|
|
1287
1282
|
{
|
|
1288
1283
|
"name": "Credentials",
|
|
@@ -1292,120 +1287,120 @@
|
|
|
1292
1287
|
"name": "Custom",
|
|
1293
1288
|
"value": "custom"
|
|
1294
1289
|
}
|
|
1295
|
-
]
|
|
1290
|
+
],
|
|
1291
|
+
"binding": {
|
|
1292
|
+
"type": "zeebe:property",
|
|
1293
|
+
"name": "authenticationType"
|
|
1294
|
+
}
|
|
1296
1295
|
},
|
|
1297
1296
|
{
|
|
1298
|
-
"id": "authentication.username",
|
|
1299
1297
|
"label": "Username",
|
|
1300
1298
|
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
1301
|
-
"optional": true,
|
|
1302
1299
|
"group": "authentication",
|
|
1300
|
+
"type": "String",
|
|
1301
|
+
"feel": "optional",
|
|
1302
|
+
"optional": true,
|
|
1303
1303
|
"binding": {
|
|
1304
|
-
"
|
|
1305
|
-
"
|
|
1304
|
+
"type": "zeebe:property",
|
|
1305
|
+
"name": "authentication.username"
|
|
1306
1306
|
},
|
|
1307
|
-
"
|
|
1307
|
+
"condition": {
|
|
1308
|
+
"property": "authenticationType",
|
|
1309
|
+
"equals": "credentials"
|
|
1310
|
+
}
|
|
1308
1311
|
},
|
|
1309
1312
|
{
|
|
1310
|
-
"id": "authentication.password",
|
|
1311
1313
|
"label": "Password",
|
|
1312
1314
|
"description": "Provide a password for the user",
|
|
1313
|
-
"optional": true,
|
|
1314
1315
|
"group": "authentication",
|
|
1315
|
-
"
|
|
1316
|
-
|
|
1317
|
-
|
|
1316
|
+
"type": "String",
|
|
1317
|
+
"feel": "optional",
|
|
1318
|
+
"optional": true,
|
|
1319
|
+
"binding": {
|
|
1320
|
+
"type": "zeebe:property",
|
|
1321
|
+
"name": "authentication.password"
|
|
1318
1322
|
},
|
|
1319
|
-
"
|
|
1323
|
+
"condition": {
|
|
1324
|
+
"property": "authenticationType",
|
|
1325
|
+
"equals": "credentials"
|
|
1326
|
+
}
|
|
1320
1327
|
},
|
|
1321
1328
|
{
|
|
1322
|
-
"id": "topic.bootstrapServers",
|
|
1323
1329
|
"label": "Bootstrap servers",
|
|
1324
1330
|
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
1325
|
-
"optional": false,
|
|
1326
|
-
"constraints": {
|
|
1327
|
-
"notEmpty": true
|
|
1328
|
-
},
|
|
1329
1331
|
"group": "kafka",
|
|
1332
|
+
"type": "String",
|
|
1333
|
+
"feel": "optional",
|
|
1330
1334
|
"binding": {
|
|
1331
|
-
"
|
|
1332
|
-
"
|
|
1335
|
+
"type": "zeebe:property",
|
|
1336
|
+
"name": "topic.bootstrapServers"
|
|
1333
1337
|
},
|
|
1334
|
-
"
|
|
1338
|
+
"constraints": {
|
|
1339
|
+
"notEmpty": true
|
|
1340
|
+
}
|
|
1335
1341
|
},
|
|
1336
1342
|
{
|
|
1337
|
-
"id": "topic.topicName",
|
|
1338
1343
|
"label": "Topic",
|
|
1339
|
-
"description": "Provide topic name",
|
|
1340
|
-
"optional": false,
|
|
1341
|
-
"constraints": {
|
|
1342
|
-
"notEmpty": true
|
|
1343
|
-
},
|
|
1344
|
+
"description": "Provide the topic name",
|
|
1344
1345
|
"group": "kafka",
|
|
1346
|
+
"type": "String",
|
|
1347
|
+
"feel": "optional",
|
|
1345
1348
|
"binding": {
|
|
1346
|
-
"
|
|
1347
|
-
"
|
|
1349
|
+
"type": "zeebe:property",
|
|
1350
|
+
"name": "topic.topicName"
|
|
1348
1351
|
},
|
|
1349
|
-
"
|
|
1352
|
+
"constraints": {
|
|
1353
|
+
"notEmpty": true
|
|
1354
|
+
}
|
|
1350
1355
|
},
|
|
1351
1356
|
{
|
|
1352
|
-
"
|
|
1353
|
-
"label": "Consumer group ID",
|
|
1357
|
+
"label": "Consumer Group ID",
|
|
1354
1358
|
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
1355
|
-
"optional": false,
|
|
1356
1359
|
"group": "kafka",
|
|
1360
|
+
"type": "String",
|
|
1361
|
+
"feel": "optional",
|
|
1362
|
+
"optional": true,
|
|
1357
1363
|
"binding": {
|
|
1358
|
-
"
|
|
1359
|
-
"
|
|
1364
|
+
"type": "zeebe:property",
|
|
1365
|
+
"name": "groupId"
|
|
1360
1366
|
},
|
|
1361
|
-
"
|
|
1367
|
+
"constraints": {
|
|
1368
|
+
"notEmpty": false,
|
|
1369
|
+
"maxLength": 250
|
|
1370
|
+
}
|
|
1362
1371
|
},
|
|
1363
1372
|
{
|
|
1364
|
-
"id": "additionalProperties",
|
|
1365
1373
|
"label": "Additional properties",
|
|
1366
1374
|
"description": "Provide additional Kafka consumer properties in JSON",
|
|
1375
|
+
"group": "kafka",
|
|
1376
|
+
"type": "String",
|
|
1367
1377
|
"optional": true,
|
|
1368
1378
|
"feel": "required",
|
|
1369
|
-
"group": "kafka",
|
|
1370
1379
|
"binding": {
|
|
1371
|
-
"
|
|
1372
|
-
"
|
|
1373
|
-
}
|
|
1374
|
-
"type": "String"
|
|
1380
|
+
"type": "zeebe:property",
|
|
1381
|
+
"name": "additionalProperties"
|
|
1382
|
+
}
|
|
1375
1383
|
},
|
|
1376
1384
|
{
|
|
1377
|
-
"id": "offsets",
|
|
1378
1385
|
"label": "Offsets",
|
|
1379
1386
|
"description": "List of offsets, e.g. '10' or '=[10, 23]'. If specified, it has to have the same number of values as the number of partitions",
|
|
1380
|
-
"optional": true,
|
|
1381
|
-
"feel": "optional",
|
|
1382
1387
|
"group": "kafka",
|
|
1388
|
+
"type": "String",
|
|
1389
|
+
"feel": "optional",
|
|
1390
|
+
"optional": true,
|
|
1383
1391
|
"binding": {
|
|
1384
|
-
"
|
|
1385
|
-
"
|
|
1386
|
-
}
|
|
1387
|
-
"type": "String"
|
|
1392
|
+
"type": "zeebe:property",
|
|
1393
|
+
"name": "offsets"
|
|
1394
|
+
}
|
|
1388
1395
|
},
|
|
1389
1396
|
{
|
|
1390
|
-
"id": "autoOffsetReset",
|
|
1391
1397
|
"label": "Auto offset reset",
|
|
1392
1398
|
"description": "What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. You should only select none if you specified the offsets",
|
|
1393
|
-
"
|
|
1394
|
-
"value": "latest",
|
|
1395
|
-
"constraints": {
|
|
1396
|
-
"notEmpty": true
|
|
1397
|
-
},
|
|
1399
|
+
"id": "autoOffsetReset",
|
|
1398
1400
|
"group": "kafka",
|
|
1399
|
-
"binding": {
|
|
1400
|
-
"name": "autoOffsetReset",
|
|
1401
|
-
"type": "zeebe:property"
|
|
1402
|
-
},
|
|
1403
1401
|
"type": "Dropdown",
|
|
1402
|
+
"value": "latest",
|
|
1404
1403
|
"choices": [
|
|
1405
|
-
{
|
|
1406
|
-
"name": "None",
|
|
1407
|
-
"value": "none"
|
|
1408
|
-
},
|
|
1409
1404
|
{
|
|
1410
1405
|
"name": "Latest",
|
|
1411
1406
|
"value": "latest"
|
|
@@ -1413,303 +1408,104 @@
|
|
|
1413
1408
|
{
|
|
1414
1409
|
"name": "Earliest",
|
|
1415
1410
|
"value": "earliest"
|
|
1416
|
-
}
|
|
1417
|
-
]
|
|
1418
|
-
},
|
|
1419
|
-
{
|
|
1420
|
-
"id": "schemaStrategy.type",
|
|
1421
|
-
"label": "Schema strategy",
|
|
1422
|
-
"value": "noSchema",
|
|
1423
|
-
"group": "kafka",
|
|
1424
|
-
"binding": {
|
|
1425
|
-
"name": "schemaStrategy.type",
|
|
1426
|
-
"type": "zeebe:property"
|
|
1427
|
-
},
|
|
1428
|
-
"type": "Dropdown",
|
|
1429
|
-
"choices": [
|
|
1430
|
-
{
|
|
1431
|
-
"name": "No schema",
|
|
1432
|
-
"value": "noSchema"
|
|
1433
|
-
},
|
|
1434
|
-
{
|
|
1435
|
-
"name": "Inline schema",
|
|
1436
|
-
"value": "inlineSchema"
|
|
1437
1411
|
},
|
|
1438
1412
|
{
|
|
1439
|
-
"name": "
|
|
1440
|
-
"value": "
|
|
1413
|
+
"name": "None",
|
|
1414
|
+
"value": "none"
|
|
1441
1415
|
}
|
|
1442
|
-
]
|
|
1416
|
+
],
|
|
1417
|
+
"binding": {
|
|
1418
|
+
"type": "zeebe:property",
|
|
1419
|
+
"name": "autoOffsetReset"
|
|
1420
|
+
}
|
|
1443
1421
|
},
|
|
1444
1422
|
{
|
|
1445
|
-
"
|
|
1446
|
-
"
|
|
1447
|
-
"
|
|
1448
|
-
"
|
|
1449
|
-
"
|
|
1450
|
-
"group": "kafka",
|
|
1423
|
+
"label": "Correlation key (process)",
|
|
1424
|
+
"type": "String",
|
|
1425
|
+
"group": "activation",
|
|
1426
|
+
"feel": "required",
|
|
1427
|
+
"description": "Sets up the correlation key from process variables",
|
|
1451
1428
|
"binding": {
|
|
1452
|
-
"
|
|
1453
|
-
"
|
|
1454
|
-
},
|
|
1455
|
-
"condition": {
|
|
1456
|
-
"property": "schemaStrategy.type",
|
|
1457
|
-
"equals": "schemaRegistry",
|
|
1458
|
-
"type": "simple"
|
|
1429
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
1430
|
+
"name": "correlationKey"
|
|
1459
1431
|
},
|
|
1460
|
-
"type": "Dropdown",
|
|
1461
|
-
"choices": [
|
|
1462
|
-
{
|
|
1463
|
-
"name": "JSON",
|
|
1464
|
-
"value": "json"
|
|
1465
|
-
},
|
|
1466
|
-
{
|
|
1467
|
-
"name": "Avro (alpha)",
|
|
1468
|
-
"value": "avro"
|
|
1469
|
-
}
|
|
1470
|
-
]
|
|
1471
|
-
},
|
|
1472
|
-
{
|
|
1473
|
-
"id": "schemaStrategy.schemaRegistryUrl",
|
|
1474
|
-
"label": "Schema registry URL",
|
|
1475
|
-
"description": "Provide the schema registry URL",
|
|
1476
|
-
"optional": false,
|
|
1477
1432
|
"constraints": {
|
|
1478
1433
|
"notEmpty": true
|
|
1479
|
-
}
|
|
1480
|
-
"group": "kafka",
|
|
1481
|
-
"binding": {
|
|
1482
|
-
"name": "schemaStrategy.schemaRegistryUrl",
|
|
1483
|
-
"type": "zeebe:property"
|
|
1484
|
-
},
|
|
1485
|
-
"condition": {
|
|
1486
|
-
"property": "schemaStrategy.type",
|
|
1487
|
-
"equals": "schemaRegistry",
|
|
1488
|
-
"type": "simple"
|
|
1489
|
-
},
|
|
1490
|
-
"type": "String"
|
|
1434
|
+
}
|
|
1491
1435
|
},
|
|
1492
1436
|
{
|
|
1493
|
-
"
|
|
1494
|
-
"
|
|
1495
|
-
"
|
|
1496
|
-
"optional": false,
|
|
1497
|
-
"constraints": {
|
|
1498
|
-
"notEmpty": true
|
|
1499
|
-
},
|
|
1437
|
+
"label": "Correlation key (payload)",
|
|
1438
|
+
"type": "String",
|
|
1439
|
+
"group": "activation",
|
|
1500
1440
|
"feel": "required",
|
|
1501
|
-
"group": "message",
|
|
1502
1441
|
"binding": {
|
|
1503
|
-
"
|
|
1504
|
-
"
|
|
1505
|
-
},
|
|
1506
|
-
"condition": {
|
|
1507
|
-
"property": "schemaStrategy.type",
|
|
1508
|
-
"equals": "inlineSchema",
|
|
1509
|
-
"type": "simple"
|
|
1442
|
+
"type": "zeebe:property",
|
|
1443
|
+
"name": "correlationKeyExpression"
|
|
1510
1444
|
},
|
|
1511
|
-
"
|
|
1445
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
1446
|
+
"constraints": {
|
|
1447
|
+
"notEmpty": true
|
|
1448
|
+
}
|
|
1512
1449
|
},
|
|
1513
1450
|
{
|
|
1514
|
-
"
|
|
1515
|
-
"label": "Activation condition",
|
|
1516
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1517
|
-
"optional": true,
|
|
1451
|
+
"label": "Message ID expression",
|
|
1518
1452
|
"feel": "required",
|
|
1453
|
+
"type": "String",
|
|
1454
|
+
"optional": true,
|
|
1519
1455
|
"group": "activation",
|
|
1520
1456
|
"binding": {
|
|
1521
|
-
"
|
|
1522
|
-
"
|
|
1457
|
+
"type": "zeebe:property",
|
|
1458
|
+
"name": "messageIdExpression"
|
|
1523
1459
|
},
|
|
1524
|
-
"
|
|
1460
|
+
"description": "Expression to extract unique identifier of a message"
|
|
1525
1461
|
},
|
|
1526
1462
|
{
|
|
1527
|
-
"
|
|
1528
|
-
"
|
|
1529
|
-
"value": true,
|
|
1463
|
+
"label": "Activation condition",
|
|
1464
|
+
"type": "String",
|
|
1530
1465
|
"group": "activation",
|
|
1466
|
+
"feel": "required",
|
|
1467
|
+
"optional": true,
|
|
1531
1468
|
"binding": {
|
|
1532
|
-
"
|
|
1533
|
-
"
|
|
1469
|
+
"type": "zeebe:property",
|
|
1470
|
+
"name": "activationCondition"
|
|
1534
1471
|
},
|
|
1535
|
-
"
|
|
1536
|
-
"type": "Boolean"
|
|
1472
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events"
|
|
1537
1473
|
},
|
|
1538
1474
|
{
|
|
1539
|
-
"
|
|
1540
|
-
"
|
|
1541
|
-
"
|
|
1542
|
-
"
|
|
1543
|
-
"notEmpty": true
|
|
1544
|
-
},
|
|
1545
|
-
"feel": "required",
|
|
1546
|
-
"group": "correlation",
|
|
1475
|
+
"label": "Result variable",
|
|
1476
|
+
"type": "String",
|
|
1477
|
+
"group": "variable-mapping",
|
|
1478
|
+
"optional": true,
|
|
1547
1479
|
"binding": {
|
|
1548
|
-
"
|
|
1549
|
-
"
|
|
1480
|
+
"type": "zeebe:property",
|
|
1481
|
+
"name": "resultVariable"
|
|
1550
1482
|
},
|
|
1551
|
-
"
|
|
1483
|
+
"description": "Name of variable to store the result of the connector in"
|
|
1552
1484
|
},
|
|
1553
1485
|
{
|
|
1554
|
-
"id": "correlationKeyPayload",
|
|
1555
|
-
"label": "Correlation key (payload)",
|
|
1556
|
-
"description": "Extracts the correlation key from the incoming message payload",
|
|
1557
|
-
"constraints": {
|
|
1558
|
-
"notEmpty": true
|
|
1559
|
-
},
|
|
1560
|
-
"feel": "required",
|
|
1561
|
-
"group": "correlation",
|
|
1562
|
-
"binding": {
|
|
1563
|
-
"name": "correlationKeyExpression",
|
|
1564
|
-
"type": "zeebe:property"
|
|
1565
|
-
},
|
|
1566
|
-
"type": "String"
|
|
1567
|
-
},
|
|
1568
|
-
{
|
|
1569
|
-
"id": "messageIdExpression",
|
|
1570
|
-
"label": "Message ID expression",
|
|
1571
|
-
"description": "Expression to extract unique identifier of a message",
|
|
1572
|
-
"optional": true,
|
|
1573
|
-
"feel": "required",
|
|
1574
|
-
"group": "correlation",
|
|
1575
|
-
"binding": {
|
|
1576
|
-
"name": "messageIdExpression",
|
|
1577
|
-
"type": "zeebe:property"
|
|
1578
|
-
},
|
|
1579
|
-
"type": "String"
|
|
1580
|
-
},
|
|
1581
|
-
{
|
|
1582
|
-
"id": "messageTtl",
|
|
1583
|
-
"label": "Message TTL",
|
|
1584
|
-
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
1585
|
-
"optional": true,
|
|
1586
|
-
"constraints": {
|
|
1587
|
-
"notEmpty": false,
|
|
1588
|
-
"pattern": {
|
|
1589
|
-
"value": "^(PT.*|)$",
|
|
1590
|
-
"message": "must be an ISO-8601 duration"
|
|
1591
|
-
}
|
|
1592
|
-
},
|
|
1593
|
-
"feel": "optional",
|
|
1594
|
-
"group": "correlation",
|
|
1595
|
-
"binding": {
|
|
1596
|
-
"name": "messageTtl",
|
|
1597
|
-
"type": "zeebe:property"
|
|
1598
|
-
},
|
|
1599
|
-
"type": "String"
|
|
1600
|
-
},
|
|
1601
|
-
{
|
|
1602
|
-
"id": "messageNameUuid",
|
|
1603
|
-
"generatedValue": {
|
|
1604
|
-
"type": "uuid"
|
|
1605
|
-
},
|
|
1606
|
-
"group": "correlation",
|
|
1607
|
-
"binding": {
|
|
1608
|
-
"name": "name",
|
|
1609
|
-
"type": "bpmn:Message#property"
|
|
1610
|
-
},
|
|
1611
|
-
"type": "Hidden"
|
|
1612
|
-
},
|
|
1613
|
-
{
|
|
1614
|
-
"id": "deduplicationModeManualFlag",
|
|
1615
|
-
"label": "Manual mode",
|
|
1616
|
-
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1617
|
-
"value": false,
|
|
1618
|
-
"group": "deduplication",
|
|
1619
|
-
"binding": {
|
|
1620
|
-
"name": "deduplicationModeManualFlag",
|
|
1621
|
-
"type": "zeebe:property"
|
|
1622
|
-
},
|
|
1623
|
-
"type": "Boolean"
|
|
1624
|
-
},
|
|
1625
|
-
{
|
|
1626
|
-
"id": "deduplicationId",
|
|
1627
|
-
"label": "Deduplication ID",
|
|
1628
|
-
"constraints": {
|
|
1629
|
-
"notEmpty": true,
|
|
1630
|
-
"pattern": {
|
|
1631
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
1632
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1633
|
-
}
|
|
1634
|
-
},
|
|
1635
|
-
"group": "deduplication",
|
|
1636
|
-
"binding": {
|
|
1637
|
-
"name": "deduplicationId",
|
|
1638
|
-
"type": "zeebe:property"
|
|
1639
|
-
},
|
|
1640
|
-
"condition": {
|
|
1641
|
-
"property": "deduplicationModeManualFlag",
|
|
1642
|
-
"equals": true,
|
|
1643
|
-
"type": "simple"
|
|
1644
|
-
},
|
|
1645
|
-
"type": "String"
|
|
1646
|
-
},
|
|
1647
|
-
{
|
|
1648
|
-
"id": "deduplicationModeManual",
|
|
1649
|
-
"value": "MANUAL",
|
|
1650
|
-
"group": "deduplication",
|
|
1651
|
-
"binding": {
|
|
1652
|
-
"name": "deduplicationMode",
|
|
1653
|
-
"type": "zeebe:property"
|
|
1654
|
-
},
|
|
1655
|
-
"condition": {
|
|
1656
|
-
"property": "deduplicationId",
|
|
1657
|
-
"isActive": true,
|
|
1658
|
-
"type": "simple"
|
|
1659
|
-
},
|
|
1660
|
-
"type": "Hidden"
|
|
1661
|
-
},
|
|
1662
|
-
{
|
|
1663
|
-
"id": "deduplicationModeAuto",
|
|
1664
|
-
"value": "AUTO",
|
|
1665
|
-
"group": "deduplication",
|
|
1666
|
-
"binding": {
|
|
1667
|
-
"name": "deduplicationMode",
|
|
1668
|
-
"type": "zeebe:property"
|
|
1669
|
-
},
|
|
1670
|
-
"condition": {
|
|
1671
|
-
"property": "deduplicationId",
|
|
1672
|
-
"isActive": false,
|
|
1673
|
-
"type": "simple"
|
|
1674
|
-
},
|
|
1675
|
-
"type": "Hidden"
|
|
1676
|
-
},
|
|
1677
|
-
{
|
|
1678
|
-
"id": "resultVariable",
|
|
1679
|
-
"label": "Result variable",
|
|
1680
|
-
"description": "Name of variable to store the response in",
|
|
1681
|
-
"group": "output",
|
|
1682
|
-
"binding": {
|
|
1683
|
-
"name": "resultVariable",
|
|
1684
|
-
"type": "zeebe:property"
|
|
1685
|
-
},
|
|
1686
|
-
"type": "String"
|
|
1687
|
-
},
|
|
1688
|
-
{
|
|
1689
|
-
"id": "resultExpression",
|
|
1690
1486
|
"label": "Result expression",
|
|
1691
|
-
"description": "Expression to map the
|
|
1487
|
+
"description": "Expression to map the inbound payload to process variables",
|
|
1488
|
+
"group": "variable-mapping",
|
|
1489
|
+
"type": "Text",
|
|
1692
1490
|
"feel": "required",
|
|
1693
|
-
"group": "output",
|
|
1694
1491
|
"binding": {
|
|
1695
|
-
"
|
|
1696
|
-
"
|
|
1697
|
-
}
|
|
1698
|
-
"type": "Text"
|
|
1492
|
+
"type": "zeebe:property",
|
|
1493
|
+
"name": "resultExpression"
|
|
1494
|
+
}
|
|
1699
1495
|
}
|
|
1700
1496
|
],
|
|
1701
1497
|
"icon": {
|
|
1702
|
-
"contents": "data:image/svg+xml;
|
|
1498
|
+
"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"
|
|
1703
1499
|
},
|
|
1704
1500
|
"engines": {
|
|
1705
|
-
"camunda": "^8.
|
|
1501
|
+
"camunda": "^8.4"
|
|
1706
1502
|
}
|
|
1707
1503
|
},
|
|
1708
1504
|
{
|
|
1709
1505
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1710
1506
|
"name": "Kafka Boundary Event Connector",
|
|
1711
1507
|
"id": "io.camunda.connectors.inbound.KafkaBoundary.v1",
|
|
1712
|
-
"version":
|
|
1508
|
+
"version": 1,
|
|
1713
1509
|
"description": "Consume Kafka messages",
|
|
1714
1510
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
1715
1511
|
"category": {
|
|
@@ -1831,6 +1627,7 @@
|
|
|
1831
1627
|
"description": "Provide the topic name",
|
|
1832
1628
|
"group": "kafka",
|
|
1833
1629
|
"type": "String",
|
|
1630
|
+
"feel": "optional",
|
|
1834
1631
|
"binding": {
|
|
1835
1632
|
"type": "zeebe:property",
|
|
1836
1633
|
"name": "topic.topicName"
|
|
@@ -1844,6 +1641,7 @@
|
|
|
1844
1641
|
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
1845
1642
|
"group": "kafka",
|
|
1846
1643
|
"type": "String",
|
|
1644
|
+
"feel": "optional",
|
|
1847
1645
|
"optional": true,
|
|
1848
1646
|
"binding": {
|
|
1849
1647
|
"type": "zeebe:property",
|
|
@@ -1932,18 +1730,6 @@
|
|
|
1932
1730
|
"notEmpty": true
|
|
1933
1731
|
}
|
|
1934
1732
|
},
|
|
1935
|
-
{
|
|
1936
|
-
"label": "Message ID expression",
|
|
1937
|
-
"feel": "required",
|
|
1938
|
-
"type": "String",
|
|
1939
|
-
"optional": true,
|
|
1940
|
-
"group": "activation",
|
|
1941
|
-
"binding": {
|
|
1942
|
-
"type": "zeebe:property",
|
|
1943
|
-
"name": "messageIdExpression"
|
|
1944
|
-
},
|
|
1945
|
-
"description": "Expression to extract unique identifier of a message"
|
|
1946
|
-
},
|
|
1947
1733
|
{
|
|
1948
1734
|
"label": "Activation condition",
|
|
1949
1735
|
"type": "String",
|
|
@@ -1983,16 +1769,19 @@
|
|
|
1983
1769
|
"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"
|
|
1984
1770
|
},
|
|
1985
1771
|
"engines": {
|
|
1986
|
-
"camunda": "^8.
|
|
1772
|
+
"camunda": "^8.2"
|
|
1987
1773
|
}
|
|
1988
1774
|
},
|
|
1989
1775
|
{
|
|
1990
1776
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1991
1777
|
"name": "Kafka Boundary Event Connector",
|
|
1992
1778
|
"id": "io.camunda.connectors.inbound.KafkaBoundary.v1",
|
|
1993
|
-
"version": 2,
|
|
1994
1779
|
"description": "Consume Kafka messages",
|
|
1780
|
+
"metadata": {
|
|
1781
|
+
"keywords": []
|
|
1782
|
+
},
|
|
1995
1783
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
1784
|
+
"version": 7,
|
|
1996
1785
|
"category": {
|
|
1997
1786
|
"id": "connectors",
|
|
1998
1787
|
"name": "Connectors"
|
|
@@ -2002,6 +1791,9 @@
|
|
|
2002
1791
|
"value": "bpmn:BoundaryEvent",
|
|
2003
1792
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
2004
1793
|
},
|
|
1794
|
+
"engines": {
|
|
1795
|
+
"camunda": "^8.3"
|
|
1796
|
+
},
|
|
2005
1797
|
"groups": [
|
|
2006
1798
|
{
|
|
2007
1799
|
"id": "authentication",
|
|
@@ -2011,41 +1803,53 @@
|
|
|
2011
1803
|
"id": "kafka",
|
|
2012
1804
|
"label": "Kafka"
|
|
2013
1805
|
},
|
|
1806
|
+
{
|
|
1807
|
+
"id": "schema",
|
|
1808
|
+
"label": "Schema"
|
|
1809
|
+
},
|
|
2014
1810
|
{
|
|
2015
1811
|
"id": "activation",
|
|
2016
1812
|
"label": "Activation"
|
|
2017
1813
|
},
|
|
2018
1814
|
{
|
|
2019
|
-
"id": "
|
|
2020
|
-
"label": "
|
|
1815
|
+
"id": "correlation",
|
|
1816
|
+
"label": "Correlation",
|
|
1817
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
1818
|
+
},
|
|
1819
|
+
{
|
|
1820
|
+
"id": "deduplication",
|
|
1821
|
+
"label": "Deduplication",
|
|
1822
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
1823
|
+
},
|
|
1824
|
+
{
|
|
1825
|
+
"id": "output",
|
|
1826
|
+
"label": "Output mapping"
|
|
2021
1827
|
}
|
|
2022
1828
|
],
|
|
2023
1829
|
"properties": [
|
|
2024
1830
|
{
|
|
2025
|
-
"type": "Hidden",
|
|
2026
1831
|
"value": "io.camunda:connector-kafka-inbound:1",
|
|
2027
1832
|
"binding": {
|
|
2028
|
-
"
|
|
2029
|
-
"
|
|
2030
|
-
}
|
|
2031
|
-
},
|
|
2032
|
-
{
|
|
2033
|
-
"type": "Hidden",
|
|
2034
|
-
"generatedValue": {
|
|
2035
|
-
"type": "uuid"
|
|
1833
|
+
"name": "inbound.type",
|
|
1834
|
+
"type": "zeebe:property"
|
|
2036
1835
|
},
|
|
2037
|
-
"
|
|
2038
|
-
"type": "bpmn:Message#property",
|
|
2039
|
-
"name": "name"
|
|
2040
|
-
}
|
|
1836
|
+
"type": "Hidden"
|
|
2041
1837
|
},
|
|
2042
1838
|
{
|
|
1839
|
+
"id": "authenticationType",
|
|
2043
1840
|
"label": "Authentication type",
|
|
2044
1841
|
"description": "Username/password or custom",
|
|
2045
|
-
"
|
|
1842
|
+
"optional": false,
|
|
1843
|
+
"value": "credentials",
|
|
1844
|
+
"constraints": {
|
|
1845
|
+
"notEmpty": true
|
|
1846
|
+
},
|
|
2046
1847
|
"group": "authentication",
|
|
1848
|
+
"binding": {
|
|
1849
|
+
"name": "authenticationType",
|
|
1850
|
+
"type": "zeebe:property"
|
|
1851
|
+
},
|
|
2047
1852
|
"type": "Dropdown",
|
|
2048
|
-
"value": "credentials",
|
|
2049
1853
|
"choices": [
|
|
2050
1854
|
{
|
|
2051
1855
|
"name": "Credentials",
|
|
@@ -2055,120 +1859,120 @@
|
|
|
2055
1859
|
"name": "Custom",
|
|
2056
1860
|
"value": "custom"
|
|
2057
1861
|
}
|
|
2058
|
-
]
|
|
2059
|
-
"binding": {
|
|
2060
|
-
"type": "zeebe:property",
|
|
2061
|
-
"name": "authenticationType"
|
|
2062
|
-
}
|
|
1862
|
+
]
|
|
2063
1863
|
},
|
|
2064
1864
|
{
|
|
1865
|
+
"id": "authentication.username",
|
|
2065
1866
|
"label": "Username",
|
|
2066
1867
|
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
2067
|
-
"group": "authentication",
|
|
2068
|
-
"type": "String",
|
|
2069
|
-
"feel": "optional",
|
|
2070
1868
|
"optional": true,
|
|
1869
|
+
"group": "authentication",
|
|
2071
1870
|
"binding": {
|
|
2072
|
-
"
|
|
2073
|
-
"
|
|
1871
|
+
"name": "authentication.username",
|
|
1872
|
+
"type": "zeebe:property"
|
|
2074
1873
|
},
|
|
2075
|
-
"
|
|
2076
|
-
"property": "authenticationType",
|
|
2077
|
-
"equals": "credentials"
|
|
2078
|
-
}
|
|
1874
|
+
"type": "String"
|
|
2079
1875
|
},
|
|
2080
1876
|
{
|
|
1877
|
+
"id": "authentication.password",
|
|
2081
1878
|
"label": "Password",
|
|
2082
1879
|
"description": "Provide a password for the user",
|
|
2083
|
-
"group": "authentication",
|
|
2084
|
-
"type": "String",
|
|
2085
|
-
"feel": "optional",
|
|
2086
1880
|
"optional": true,
|
|
1881
|
+
"group": "authentication",
|
|
2087
1882
|
"binding": {
|
|
2088
|
-
"
|
|
2089
|
-
"
|
|
1883
|
+
"name": "authentication.password",
|
|
1884
|
+
"type": "zeebe:property"
|
|
2090
1885
|
},
|
|
2091
|
-
"
|
|
2092
|
-
"property": "authenticationType",
|
|
2093
|
-
"equals": "credentials"
|
|
2094
|
-
}
|
|
1886
|
+
"type": "String"
|
|
2095
1887
|
},
|
|
2096
1888
|
{
|
|
1889
|
+
"id": "topic.bootstrapServers",
|
|
2097
1890
|
"label": "Bootstrap servers",
|
|
2098
1891
|
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
2099
|
-
"
|
|
2100
|
-
"type": "String",
|
|
2101
|
-
"feel": "optional",
|
|
2102
|
-
"binding": {
|
|
2103
|
-
"type": "zeebe:property",
|
|
2104
|
-
"name": "topic.bootstrapServers"
|
|
2105
|
-
},
|
|
1892
|
+
"optional": false,
|
|
2106
1893
|
"constraints": {
|
|
2107
1894
|
"notEmpty": true
|
|
2108
|
-
}
|
|
1895
|
+
},
|
|
1896
|
+
"group": "kafka",
|
|
1897
|
+
"binding": {
|
|
1898
|
+
"name": "topic.bootstrapServers",
|
|
1899
|
+
"type": "zeebe:property"
|
|
1900
|
+
},
|
|
1901
|
+
"type": "String"
|
|
2109
1902
|
},
|
|
2110
1903
|
{
|
|
1904
|
+
"id": "topic.topicName",
|
|
2111
1905
|
"label": "Topic",
|
|
2112
|
-
"description": "Provide
|
|
1906
|
+
"description": "Provide topic name",
|
|
1907
|
+
"optional": false,
|
|
1908
|
+
"constraints": {
|
|
1909
|
+
"notEmpty": true
|
|
1910
|
+
},
|
|
2113
1911
|
"group": "kafka",
|
|
2114
|
-
"type": "String",
|
|
2115
|
-
"feel": "optional",
|
|
2116
1912
|
"binding": {
|
|
2117
|
-
"
|
|
2118
|
-
"
|
|
1913
|
+
"name": "topic.topicName",
|
|
1914
|
+
"type": "zeebe:property"
|
|
2119
1915
|
},
|
|
2120
|
-
"
|
|
2121
|
-
"notEmpty": true
|
|
2122
|
-
}
|
|
1916
|
+
"type": "String"
|
|
2123
1917
|
},
|
|
2124
1918
|
{
|
|
2125
|
-
"
|
|
1919
|
+
"id": "groupId",
|
|
1920
|
+
"label": "Consumer group ID",
|
|
2126
1921
|
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
1922
|
+
"optional": false,
|
|
2127
1923
|
"group": "kafka",
|
|
2128
|
-
"type": "String",
|
|
2129
|
-
"feel": "optional",
|
|
2130
|
-
"optional": true,
|
|
2131
1924
|
"binding": {
|
|
2132
|
-
"
|
|
2133
|
-
"
|
|
1925
|
+
"name": "groupId",
|
|
1926
|
+
"type": "zeebe:property"
|
|
2134
1927
|
},
|
|
2135
|
-
"
|
|
2136
|
-
"notEmpty": false,
|
|
2137
|
-
"maxLength": 250
|
|
2138
|
-
}
|
|
1928
|
+
"type": "String"
|
|
2139
1929
|
},
|
|
2140
1930
|
{
|
|
1931
|
+
"id": "additionalProperties",
|
|
2141
1932
|
"label": "Additional properties",
|
|
2142
1933
|
"description": "Provide additional Kafka consumer properties in JSON",
|
|
2143
|
-
"group": "kafka",
|
|
2144
|
-
"type": "String",
|
|
2145
1934
|
"optional": true,
|
|
2146
1935
|
"feel": "required",
|
|
1936
|
+
"group": "kafka",
|
|
2147
1937
|
"binding": {
|
|
2148
|
-
"
|
|
2149
|
-
"
|
|
2150
|
-
}
|
|
1938
|
+
"name": "additionalProperties",
|
|
1939
|
+
"type": "zeebe:property"
|
|
1940
|
+
},
|
|
1941
|
+
"type": "String"
|
|
2151
1942
|
},
|
|
2152
1943
|
{
|
|
1944
|
+
"id": "offsets",
|
|
2153
1945
|
"label": "Offsets",
|
|
2154
1946
|
"description": "List of offsets, e.g. '10' or '=[10, 23]'. If specified, it has to have the same number of values as the number of partitions",
|
|
2155
|
-
"group": "kafka",
|
|
2156
|
-
"type": "String",
|
|
2157
|
-
"feel": "optional",
|
|
2158
1947
|
"optional": true,
|
|
1948
|
+
"feel": "optional",
|
|
1949
|
+
"group": "kafka",
|
|
2159
1950
|
"binding": {
|
|
2160
|
-
"
|
|
2161
|
-
"
|
|
2162
|
-
}
|
|
1951
|
+
"name": "offsets",
|
|
1952
|
+
"type": "zeebe:property"
|
|
1953
|
+
},
|
|
1954
|
+
"type": "String"
|
|
2163
1955
|
},
|
|
2164
1956
|
{
|
|
1957
|
+
"id": "autoOffsetReset",
|
|
2165
1958
|
"label": "Auto offset reset",
|
|
2166
1959
|
"description": "What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. You should only select none if you specified the offsets",
|
|
2167
|
-
"
|
|
1960
|
+
"optional": false,
|
|
1961
|
+
"value": "latest",
|
|
1962
|
+
"constraints": {
|
|
1963
|
+
"notEmpty": true
|
|
1964
|
+
},
|
|
2168
1965
|
"group": "kafka",
|
|
1966
|
+
"binding": {
|
|
1967
|
+
"name": "autoOffsetReset",
|
|
1968
|
+
"type": "zeebe:property"
|
|
1969
|
+
},
|
|
2169
1970
|
"type": "Dropdown",
|
|
2170
|
-
"value": "latest",
|
|
2171
1971
|
"choices": [
|
|
1972
|
+
{
|
|
1973
|
+
"name": "None",
|
|
1974
|
+
"value": "none"
|
|
1975
|
+
},
|
|
2172
1976
|
{
|
|
2173
1977
|
"name": "Latest",
|
|
2174
1978
|
"value": "latest"
|
|
@@ -2176,97 +1980,293 @@
|
|
|
2176
1980
|
{
|
|
2177
1981
|
"name": "Earliest",
|
|
2178
1982
|
"value": "earliest"
|
|
1983
|
+
}
|
|
1984
|
+
]
|
|
1985
|
+
},
|
|
1986
|
+
{
|
|
1987
|
+
"id": "schemaStrategy.type",
|
|
1988
|
+
"label": "Schema strategy",
|
|
1989
|
+
"value": "noSchema",
|
|
1990
|
+
"group": "schema",
|
|
1991
|
+
"binding": {
|
|
1992
|
+
"name": "schemaStrategy.type",
|
|
1993
|
+
"type": "zeebe:property"
|
|
1994
|
+
},
|
|
1995
|
+
"type": "Dropdown",
|
|
1996
|
+
"choices": [
|
|
1997
|
+
{
|
|
1998
|
+
"name": "No schema",
|
|
1999
|
+
"value": "noSchema"
|
|
2179
2000
|
},
|
|
2180
2001
|
{
|
|
2181
|
-
"name": "
|
|
2182
|
-
"value": "
|
|
2002
|
+
"name": "Avro Inline schema",
|
|
2003
|
+
"value": "inlineSchema"
|
|
2004
|
+
},
|
|
2005
|
+
{
|
|
2006
|
+
"name": "Confluent Schema registry",
|
|
2007
|
+
"value": "schemaRegistry"
|
|
2183
2008
|
}
|
|
2184
|
-
]
|
|
2185
|
-
"binding": {
|
|
2186
|
-
"type": "zeebe:property",
|
|
2187
|
-
"name": "autoOffsetReset"
|
|
2188
|
-
}
|
|
2009
|
+
]
|
|
2189
2010
|
},
|
|
2190
2011
|
{
|
|
2191
|
-
"
|
|
2192
|
-
"
|
|
2193
|
-
"
|
|
2012
|
+
"id": "schemaStrategy.avro.schema",
|
|
2013
|
+
"label": "Schema",
|
|
2014
|
+
"description": "Avro inline schema for the message value",
|
|
2015
|
+
"optional": false,
|
|
2016
|
+
"constraints": {
|
|
2017
|
+
"notEmpty": true
|
|
2018
|
+
},
|
|
2194
2019
|
"feel": "required",
|
|
2195
|
-
"
|
|
2020
|
+
"group": "schema",
|
|
2196
2021
|
"binding": {
|
|
2197
|
-
"
|
|
2198
|
-
"
|
|
2022
|
+
"name": "schemaStrategy.schema",
|
|
2023
|
+
"type": "zeebe:property"
|
|
2024
|
+
},
|
|
2025
|
+
"condition": {
|
|
2026
|
+
"property": "schemaStrategy.type",
|
|
2027
|
+
"equals": "inlineSchema",
|
|
2028
|
+
"type": "simple"
|
|
2199
2029
|
},
|
|
2030
|
+
"type": "Text"
|
|
2031
|
+
},
|
|
2032
|
+
{
|
|
2033
|
+
"id": "schemaStrategy.schemaType",
|
|
2034
|
+
"label": "Schema type",
|
|
2035
|
+
"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>",
|
|
2036
|
+
"optional": false,
|
|
2037
|
+
"value": "avro",
|
|
2038
|
+
"group": "schema",
|
|
2039
|
+
"binding": {
|
|
2040
|
+
"name": "schemaStrategy.schemaType",
|
|
2041
|
+
"type": "zeebe:property"
|
|
2042
|
+
},
|
|
2043
|
+
"condition": {
|
|
2044
|
+
"property": "schemaStrategy.type",
|
|
2045
|
+
"equals": "schemaRegistry",
|
|
2046
|
+
"type": "simple"
|
|
2047
|
+
},
|
|
2048
|
+
"type": "Dropdown",
|
|
2049
|
+
"choices": [
|
|
2050
|
+
{
|
|
2051
|
+
"name": "JSON",
|
|
2052
|
+
"value": "json"
|
|
2053
|
+
},
|
|
2054
|
+
{
|
|
2055
|
+
"name": "Avro",
|
|
2056
|
+
"value": "avro"
|
|
2057
|
+
}
|
|
2058
|
+
]
|
|
2059
|
+
},
|
|
2060
|
+
{
|
|
2061
|
+
"id": "schemaStrategy.schemaRegistryUrl",
|
|
2062
|
+
"label": "Schema registry URL",
|
|
2063
|
+
"description": "Provide the schema registry URL",
|
|
2064
|
+
"optional": false,
|
|
2200
2065
|
"constraints": {
|
|
2201
2066
|
"notEmpty": true
|
|
2202
|
-
}
|
|
2067
|
+
},
|
|
2068
|
+
"group": "schema",
|
|
2069
|
+
"binding": {
|
|
2070
|
+
"name": "schemaStrategy.schemaRegistryUrl",
|
|
2071
|
+
"type": "zeebe:property"
|
|
2072
|
+
},
|
|
2073
|
+
"condition": {
|
|
2074
|
+
"property": "schemaStrategy.type",
|
|
2075
|
+
"equals": "schemaRegistry",
|
|
2076
|
+
"type": "simple"
|
|
2077
|
+
},
|
|
2078
|
+
"type": "String"
|
|
2203
2079
|
},
|
|
2204
2080
|
{
|
|
2205
|
-
"
|
|
2206
|
-
"
|
|
2081
|
+
"id": "activationCondition",
|
|
2082
|
+
"label": "Activation condition",
|
|
2083
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
2084
|
+
"optional": true,
|
|
2085
|
+
"feel": "required",
|
|
2086
|
+
"group": "activation",
|
|
2087
|
+
"binding": {
|
|
2088
|
+
"name": "activationCondition",
|
|
2089
|
+
"type": "zeebe:property"
|
|
2090
|
+
},
|
|
2091
|
+
"type": "String"
|
|
2092
|
+
},
|
|
2093
|
+
{
|
|
2094
|
+
"id": "consumeUnmatchedEvents",
|
|
2095
|
+
"label": "Consume unmatched events",
|
|
2096
|
+
"value": true,
|
|
2207
2097
|
"group": "activation",
|
|
2098
|
+
"binding": {
|
|
2099
|
+
"name": "consumeUnmatchedEvents",
|
|
2100
|
+
"type": "zeebe:property"
|
|
2101
|
+
},
|
|
2102
|
+
"tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
|
|
2103
|
+
"type": "Boolean"
|
|
2104
|
+
},
|
|
2105
|
+
{
|
|
2106
|
+
"id": "correlationKeyProcess",
|
|
2107
|
+
"label": "Correlation key (process)",
|
|
2108
|
+
"description": "Sets up the correlation key from process variables",
|
|
2109
|
+
"constraints": {
|
|
2110
|
+
"notEmpty": true
|
|
2111
|
+
},
|
|
2208
2112
|
"feel": "required",
|
|
2113
|
+
"group": "correlation",
|
|
2209
2114
|
"binding": {
|
|
2210
|
-
"
|
|
2211
|
-
"
|
|
2115
|
+
"name": "correlationKey",
|
|
2116
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
2212
2117
|
},
|
|
2118
|
+
"type": "String"
|
|
2119
|
+
},
|
|
2120
|
+
{
|
|
2121
|
+
"id": "correlationKeyPayload",
|
|
2122
|
+
"label": "Correlation key (payload)",
|
|
2213
2123
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
2214
2124
|
"constraints": {
|
|
2215
2125
|
"notEmpty": true
|
|
2216
|
-
}
|
|
2126
|
+
},
|
|
2127
|
+
"feel": "required",
|
|
2128
|
+
"group": "correlation",
|
|
2129
|
+
"binding": {
|
|
2130
|
+
"name": "correlationKeyExpression",
|
|
2131
|
+
"type": "zeebe:property"
|
|
2132
|
+
},
|
|
2133
|
+
"type": "String"
|
|
2217
2134
|
},
|
|
2218
2135
|
{
|
|
2136
|
+
"id": "messageIdExpression",
|
|
2219
2137
|
"label": "Message ID expression",
|
|
2220
|
-
"
|
|
2221
|
-
"type": "String",
|
|
2138
|
+
"description": "Expression to extract unique identifier of a message",
|
|
2222
2139
|
"optional": true,
|
|
2223
|
-
"
|
|
2140
|
+
"feel": "required",
|
|
2141
|
+
"group": "correlation",
|
|
2224
2142
|
"binding": {
|
|
2225
|
-
"
|
|
2226
|
-
"
|
|
2143
|
+
"name": "messageIdExpression",
|
|
2144
|
+
"type": "zeebe:property"
|
|
2227
2145
|
},
|
|
2228
|
-
"
|
|
2146
|
+
"type": "String"
|
|
2229
2147
|
},
|
|
2230
2148
|
{
|
|
2231
|
-
"
|
|
2232
|
-
"
|
|
2233
|
-
"
|
|
2234
|
-
"feel": "required",
|
|
2149
|
+
"id": "messageTtl",
|
|
2150
|
+
"label": "Message TTL",
|
|
2151
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
2235
2152
|
"optional": true,
|
|
2153
|
+
"constraints": {
|
|
2154
|
+
"notEmpty": false,
|
|
2155
|
+
"pattern": {
|
|
2156
|
+
"value": "^(PT.*|)$",
|
|
2157
|
+
"message": "must be an ISO-8601 duration"
|
|
2158
|
+
}
|
|
2159
|
+
},
|
|
2160
|
+
"feel": "optional",
|
|
2161
|
+
"group": "correlation",
|
|
2236
2162
|
"binding": {
|
|
2237
|
-
"
|
|
2238
|
-
"
|
|
2163
|
+
"name": "messageTtl",
|
|
2164
|
+
"type": "zeebe:property"
|
|
2239
2165
|
},
|
|
2240
|
-
"
|
|
2166
|
+
"type": "String"
|
|
2167
|
+
},
|
|
2168
|
+
{
|
|
2169
|
+
"id": "messageNameUuid",
|
|
2170
|
+
"generatedValue": {
|
|
2171
|
+
"type": "uuid"
|
|
2172
|
+
},
|
|
2173
|
+
"group": "correlation",
|
|
2174
|
+
"binding": {
|
|
2175
|
+
"name": "name",
|
|
2176
|
+
"type": "bpmn:Message#property"
|
|
2177
|
+
},
|
|
2178
|
+
"type": "Hidden"
|
|
2179
|
+
},
|
|
2180
|
+
{
|
|
2181
|
+
"id": "deduplicationModeManualFlag",
|
|
2182
|
+
"label": "Manual mode",
|
|
2183
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
2184
|
+
"value": false,
|
|
2185
|
+
"group": "deduplication",
|
|
2186
|
+
"binding": {
|
|
2187
|
+
"name": "deduplicationModeManualFlag",
|
|
2188
|
+
"type": "zeebe:property"
|
|
2189
|
+
},
|
|
2190
|
+
"type": "Boolean"
|
|
2191
|
+
},
|
|
2192
|
+
{
|
|
2193
|
+
"id": "deduplicationId",
|
|
2194
|
+
"label": "Deduplication ID",
|
|
2195
|
+
"constraints": {
|
|
2196
|
+
"notEmpty": true,
|
|
2197
|
+
"pattern": {
|
|
2198
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
2199
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
2200
|
+
}
|
|
2201
|
+
},
|
|
2202
|
+
"group": "deduplication",
|
|
2203
|
+
"binding": {
|
|
2204
|
+
"name": "deduplicationId",
|
|
2205
|
+
"type": "zeebe:property"
|
|
2206
|
+
},
|
|
2207
|
+
"condition": {
|
|
2208
|
+
"property": "deduplicationModeManualFlag",
|
|
2209
|
+
"equals": true,
|
|
2210
|
+
"type": "simple"
|
|
2211
|
+
},
|
|
2212
|
+
"type": "String"
|
|
2241
2213
|
},
|
|
2242
2214
|
{
|
|
2215
|
+
"id": "deduplicationModeManual",
|
|
2216
|
+
"value": "MANUAL",
|
|
2217
|
+
"group": "deduplication",
|
|
2218
|
+
"binding": {
|
|
2219
|
+
"name": "deduplicationMode",
|
|
2220
|
+
"type": "zeebe:property"
|
|
2221
|
+
},
|
|
2222
|
+
"condition": {
|
|
2223
|
+
"property": "deduplicationId",
|
|
2224
|
+
"isActive": true,
|
|
2225
|
+
"type": "simple"
|
|
2226
|
+
},
|
|
2227
|
+
"type": "Hidden"
|
|
2228
|
+
},
|
|
2229
|
+
{
|
|
2230
|
+
"id": "deduplicationModeAuto",
|
|
2231
|
+
"value": "AUTO",
|
|
2232
|
+
"group": "deduplication",
|
|
2233
|
+
"binding": {
|
|
2234
|
+
"name": "deduplicationMode",
|
|
2235
|
+
"type": "zeebe:property"
|
|
2236
|
+
},
|
|
2237
|
+
"condition": {
|
|
2238
|
+
"property": "deduplicationId",
|
|
2239
|
+
"isActive": false,
|
|
2240
|
+
"type": "simple"
|
|
2241
|
+
},
|
|
2242
|
+
"type": "Hidden"
|
|
2243
|
+
},
|
|
2244
|
+
{
|
|
2245
|
+
"id": "resultVariable",
|
|
2243
2246
|
"label": "Result variable",
|
|
2244
|
-
"
|
|
2245
|
-
"group": "
|
|
2246
|
-
"optional": true,
|
|
2247
|
+
"description": "Name of variable to store the response in",
|
|
2248
|
+
"group": "output",
|
|
2247
2249
|
"binding": {
|
|
2248
|
-
"
|
|
2249
|
-
"
|
|
2250
|
+
"name": "resultVariable",
|
|
2251
|
+
"type": "zeebe:property"
|
|
2250
2252
|
},
|
|
2251
|
-
"
|
|
2253
|
+
"type": "String"
|
|
2252
2254
|
},
|
|
2253
2255
|
{
|
|
2256
|
+
"id": "resultExpression",
|
|
2254
2257
|
"label": "Result expression",
|
|
2255
|
-
"description": "Expression to map the
|
|
2256
|
-
"group": "variable-mapping",
|
|
2257
|
-
"type": "Text",
|
|
2258
|
+
"description": "Expression to map the response into process variables",
|
|
2258
2259
|
"feel": "required",
|
|
2260
|
+
"group": "output",
|
|
2259
2261
|
"binding": {
|
|
2260
|
-
"
|
|
2261
|
-
"
|
|
2262
|
-
}
|
|
2262
|
+
"name": "resultExpression",
|
|
2263
|
+
"type": "zeebe:property"
|
|
2264
|
+
},
|
|
2265
|
+
"type": "Text"
|
|
2263
2266
|
}
|
|
2264
2267
|
],
|
|
2265
2268
|
"icon": {
|
|
2266
|
-
"contents": "data:image/svg+xml;
|
|
2267
|
-
},
|
|
2268
|
-
"engines": {
|
|
2269
|
-
"camunda": "^8.4"
|
|
2269
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
2270
2270
|
}
|
|
2271
2271
|
}
|
|
2272
2272
|
]
|