@camunda/connectors-element-templates 1.0.6 → 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/build_element_template_array_json_files.sh +9 -0
- package/src/connectors.js +26 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +32 -30
- package/src/element-templates/agenticai-aiagent-job-worker.json +3266 -0
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +3932 -760
- 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 +104 -104
- package/src/element-templates/automation-anywhere-outbound-connector.json +657 -657
- package/src/element-templates/aws-bedrock-outbound-connector.json +30 -30
- package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
- package/src/element-templates/aws-dynamodb-outbound-connector.json +107 -107
- package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +31 -31
- 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-connector-start-event.json +26 -26
- package/src/element-templates/aws-eventbridge-outbound-connector.json +479 -479
- package/src/element-templates/aws-lambda-outbound-connector.json +92 -92
- 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 +303 -303
- package/src/element-templates/aws-sns-inbound-intermediate.json +215 -215
- 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 +130 -130
- package/src/element-templates/aws-sns-outbound-connector.json +726 -726
- package/src/element-templates/aws-sqs-boundary-connector.json +629 -629
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +537 -537
- package/src/element-templates/aws-sqs-outbound-connector.json +440 -440
- package/src/element-templates/aws-sqs-receive-connector.json +418 -0
- package/src/element-templates/aws-sqs-start-event-connector.json +771 -771
- package/src/element-templates/aws-sqs-start-message.json +461 -461
- package/src/element-templates/azure-open-ai-connector.json +32 -32
- package/src/element-templates/blue-prism-connector.json +50 -50
- package/src/element-templates/box-outbound-connector.json +30 -30
- package/src/element-templates/csv-outbound-connector.json +412 -0
- package/src/element-templates/easy-post-connector.json +149 -149
- 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-outbound-connector.json +233 -233
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +473 -488
- package/src/element-templates/github-connector.json +2417 -2417
- package/src/element-templates/github-webhook-connector-boundary.json +21 -21
- package/src/element-templates/github-webhook-connector-intermediate.json +57 -57
- package/src/element-templates/github-webhook-connector-message-start.json +21 -21
- package/src/element-templates/github-webhook-connector-receive.json +202 -0
- package/src/element-templates/github-webhook-connector-start-event.json +57 -57
- package/src/element-templates/gitlab-connector.json +1103 -1103
- package/src/element-templates/google-drive-outbound-connector.json +846 -846
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +78 -78
- package/src/element-templates/google-sheets-outbound-connector.json +1067 -1067
- package/src/element-templates/graphql-outbound-connector.json +1181 -1181
- package/src/element-templates/http-json-connector.json +2471 -1866
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +635 -6
- package/src/element-templates/http-polling-connector.json +635 -6
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +43 -43
- package/src/element-templates/kafka-inbound-connector-boundary.json +1012 -1012
- package/src/element-templates/kafka-inbound-connector-intermediate.json +582 -582
- package/src/element-templates/kafka-inbound-connector-receive.json +498 -0
- package/src/element-templates/kafka-inbound-connector-start-message.json +608 -608
- package/src/element-templates/kafka-outbound-connector.json +385 -385
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +1643 -1643
- package/src/element-templates/openai-connector.json +122 -122
- package/src/element-templates/operate-connector.json +76 -72
- package/src/element-templates/power-automate-connector.json +10 -10
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +334 -334
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +861 -861
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +456 -456
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +461 -0
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +258 -258
- package/src/element-templates/rabbitmq-outbound-connector.json +322 -322
- package/src/element-templates/salesforce-connector.json +44 -44
- package/src/element-templates/sendgrid-outbound-connector.json +470 -470
- 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 +303 -303
- package/src/element-templates/slack-inbound-intermediate.json +277 -277
- package/src/element-templates/slack-inbound-message-start.json +11 -11
- package/src/element-templates/slack-inbound-receive.json +290 -0
- package/src/element-templates/slack-inbound-start-event.json +247 -247
- package/src/element-templates/slack-outbound-connector.json +966 -966
- package/src/element-templates/twilio-connector.json +52 -52
- package/src/element-templates/twilio-webhook-boundary-connector.json +20 -20
- package/src/element-templates/twilio-webhook-connector.json +11 -11
- 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/webhook-connector-boundary.json +1150 -1150
- package/src/element-templates/webhook-connector-intermediate.json +1834 -1834
- package/src/element-templates/webhook-connector-receive.json +609 -0
- package/src/element-templates/webhook-connector-start-event.json +1495 -1495
- package/src/element-templates/webhook-connector-start-message.json +586 -586
- package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
|
@@ -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,202 +187,447 @@
|
|
|
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
|
-
|
|
272
|
-
|
|
273
|
-
|
|
239
|
+
"description": "Expression to extract unique identifier of a message"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"label": "Activation condition",
|
|
243
|
+
"type": "String",
|
|
244
|
+
"group": "activation",
|
|
245
|
+
"feel": "required",
|
|
246
|
+
"optional": true,
|
|
247
|
+
"binding": {
|
|
248
|
+
"type": "zeebe:property",
|
|
249
|
+
"name": "activationCondition"
|
|
250
|
+
},
|
|
251
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"label": "Result variable",
|
|
255
|
+
"type": "String",
|
|
256
|
+
"group": "variable-mapping",
|
|
257
|
+
"optional": true,
|
|
258
|
+
"binding": {
|
|
259
|
+
"type": "zeebe:property",
|
|
260
|
+
"name": "resultVariable"
|
|
261
|
+
},
|
|
262
|
+
"description": "Name of variable to store the result of the connector in"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"label": "Result expression",
|
|
266
|
+
"description": "Expression to map the inbound payload to process variables",
|
|
267
|
+
"group": "variable-mapping",
|
|
268
|
+
"type": "Text",
|
|
269
|
+
"feel": "required",
|
|
270
|
+
"binding": {
|
|
271
|
+
"type": "zeebe:property",
|
|
272
|
+
"name": "resultExpression"
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
],
|
|
276
|
+
"icon": {
|
|
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"
|
|
281
|
+
}
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
285
|
+
"name": "Kafka Boundary Event Connector",
|
|
286
|
+
"id": "io.camunda.connectors.inbound.KafkaBoundary.v1",
|
|
287
|
+
"description": "Consume Kafka messages",
|
|
288
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
289
|
+
"version": 5,
|
|
290
|
+
"category": {
|
|
291
|
+
"id": "connectors",
|
|
292
|
+
"name": "Connectors"
|
|
293
|
+
},
|
|
294
|
+
"appliesTo": ["bpmn:BoundaryEvent"],
|
|
295
|
+
"elementType": {
|
|
296
|
+
"value": "bpmn:BoundaryEvent",
|
|
297
|
+
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
298
|
+
},
|
|
299
|
+
"groups": [
|
|
300
|
+
{
|
|
301
|
+
"id": "authentication",
|
|
302
|
+
"label": "Authentication"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"id": "kafka",
|
|
306
|
+
"label": "Kafka"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"id": "message",
|
|
310
|
+
"label": "Message deserialization"
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"id": "activation",
|
|
314
|
+
"label": "Activation"
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"id": "correlation",
|
|
318
|
+
"label": "Correlation",
|
|
319
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"id": "deduplication",
|
|
323
|
+
"label": "Deduplication",
|
|
324
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"id": "output",
|
|
328
|
+
"label": "Output mapping"
|
|
329
|
+
}
|
|
330
|
+
],
|
|
331
|
+
"properties": [
|
|
332
|
+
{
|
|
333
|
+
"value": "io.camunda:connector-kafka-inbound:1",
|
|
334
|
+
"binding": {
|
|
335
|
+
"name": "inbound.type",
|
|
336
|
+
"type": "zeebe:property"
|
|
337
|
+
},
|
|
338
|
+
"type": "Hidden"
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"id": "authenticationType",
|
|
342
|
+
"label": "Authentication type",
|
|
343
|
+
"description": "Username/password or custom",
|
|
344
|
+
"optional": false,
|
|
345
|
+
"value": "credentials",
|
|
346
|
+
"constraints": {
|
|
347
|
+
"notEmpty": true
|
|
348
|
+
},
|
|
349
|
+
"group": "authentication",
|
|
350
|
+
"binding": {
|
|
351
|
+
"name": "authenticationType",
|
|
352
|
+
"type": "zeebe:property"
|
|
274
353
|
},
|
|
275
354
|
"type": "Dropdown",
|
|
276
355
|
"choices": [
|
|
277
356
|
{
|
|
278
|
-
"name": "
|
|
279
|
-
"value": "
|
|
357
|
+
"name": "Credentials",
|
|
358
|
+
"value": "credentials"
|
|
280
359
|
},
|
|
281
360
|
{
|
|
282
|
-
"name": "
|
|
283
|
-
"value": "
|
|
361
|
+
"name": "Custom",
|
|
362
|
+
"value": "custom"
|
|
284
363
|
}
|
|
285
364
|
]
|
|
286
365
|
},
|
|
287
366
|
{
|
|
288
|
-
"id": "
|
|
289
|
-
"label": "
|
|
290
|
-
"description": "Provide the
|
|
291
|
-
"optional":
|
|
292
|
-
"
|
|
293
|
-
"notEmpty": true
|
|
294
|
-
},
|
|
295
|
-
"group": "schema",
|
|
367
|
+
"id": "authentication.username",
|
|
368
|
+
"label": "Username",
|
|
369
|
+
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
370
|
+
"optional": true,
|
|
371
|
+
"group": "authentication",
|
|
296
372
|
"binding": {
|
|
297
|
-
"name": "
|
|
373
|
+
"name": "authentication.username",
|
|
298
374
|
"type": "zeebe:property"
|
|
299
375
|
},
|
|
300
|
-
"condition": {
|
|
301
|
-
"property": "schemaStrategy.type",
|
|
302
|
-
"equals": "schemaRegistry",
|
|
303
|
-
"type": "simple"
|
|
304
|
-
},
|
|
305
376
|
"type": "String"
|
|
306
377
|
},
|
|
307
378
|
{
|
|
308
|
-
"id": "
|
|
309
|
-
"label": "
|
|
310
|
-
"description": "
|
|
379
|
+
"id": "authentication.password",
|
|
380
|
+
"label": "Password",
|
|
381
|
+
"description": "Provide a password for the user",
|
|
311
382
|
"optional": true,
|
|
312
|
-
"
|
|
313
|
-
"group": "activation",
|
|
383
|
+
"group": "authentication",
|
|
314
384
|
"binding": {
|
|
315
|
-
"name": "
|
|
385
|
+
"name": "authentication.password",
|
|
316
386
|
"type": "zeebe:property"
|
|
317
387
|
},
|
|
318
388
|
"type": "String"
|
|
319
389
|
},
|
|
320
390
|
{
|
|
321
|
-
"id": "
|
|
322
|
-
"label": "
|
|
323
|
-
"
|
|
324
|
-
"
|
|
391
|
+
"id": "serializationType",
|
|
392
|
+
"label": "Deserialization type",
|
|
393
|
+
"description": "Select the deserialization 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>",
|
|
394
|
+
"optional": false,
|
|
395
|
+
"value": "json",
|
|
396
|
+
"group": "kafka",
|
|
325
397
|
"binding": {
|
|
326
|
-
"name": "
|
|
398
|
+
"name": "serializationType",
|
|
327
399
|
"type": "zeebe:property"
|
|
328
400
|
},
|
|
329
|
-
"
|
|
330
|
-
"
|
|
401
|
+
"type": "Dropdown",
|
|
402
|
+
"choices": [
|
|
403
|
+
{
|
|
404
|
+
"name": "Default (JSON)",
|
|
405
|
+
"value": "json"
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"name": "Avro (experimental)",
|
|
409
|
+
"value": "avro"
|
|
410
|
+
}
|
|
411
|
+
]
|
|
331
412
|
},
|
|
332
413
|
{
|
|
333
|
-
"id": "
|
|
334
|
-
"label": "
|
|
335
|
-
"description": "
|
|
414
|
+
"id": "topic.bootstrapServers",
|
|
415
|
+
"label": "Bootstrap servers",
|
|
416
|
+
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
417
|
+
"optional": false,
|
|
336
418
|
"constraints": {
|
|
337
419
|
"notEmpty": true
|
|
338
420
|
},
|
|
339
|
-
"
|
|
340
|
-
"group": "correlation",
|
|
421
|
+
"group": "kafka",
|
|
341
422
|
"binding": {
|
|
342
|
-
"name": "
|
|
343
|
-
"type": "
|
|
423
|
+
"name": "topic.bootstrapServers",
|
|
424
|
+
"type": "zeebe:property"
|
|
344
425
|
},
|
|
345
426
|
"type": "String"
|
|
346
427
|
},
|
|
347
428
|
{
|
|
348
|
-
"id": "
|
|
349
|
-
"label": "
|
|
350
|
-
"description": "
|
|
429
|
+
"id": "topic.topicName",
|
|
430
|
+
"label": "Topic",
|
|
431
|
+
"description": "Provide topic name",
|
|
432
|
+
"optional": false,
|
|
351
433
|
"constraints": {
|
|
352
434
|
"notEmpty": true
|
|
353
435
|
},
|
|
354
|
-
"
|
|
355
|
-
"group": "correlation",
|
|
436
|
+
"group": "kafka",
|
|
356
437
|
"binding": {
|
|
357
|
-
"name": "
|
|
438
|
+
"name": "topic.topicName",
|
|
358
439
|
"type": "zeebe:property"
|
|
359
440
|
},
|
|
360
441
|
"type": "String"
|
|
361
442
|
},
|
|
362
443
|
{
|
|
363
|
-
"id": "
|
|
364
|
-
"label": "
|
|
365
|
-
"description": "
|
|
366
|
-
"optional":
|
|
367
|
-
"
|
|
368
|
-
"group": "correlation",
|
|
444
|
+
"id": "groupId",
|
|
445
|
+
"label": "Consumer group ID",
|
|
446
|
+
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
447
|
+
"optional": false,
|
|
448
|
+
"group": "kafka",
|
|
369
449
|
"binding": {
|
|
370
|
-
"name": "
|
|
450
|
+
"name": "groupId",
|
|
371
451
|
"type": "zeebe:property"
|
|
372
452
|
},
|
|
373
453
|
"type": "String"
|
|
374
454
|
},
|
|
375
455
|
{
|
|
376
|
-
"id": "
|
|
377
|
-
"label": "
|
|
378
|
-
"description": "
|
|
456
|
+
"id": "additionalProperties",
|
|
457
|
+
"label": "Additional properties",
|
|
458
|
+
"description": "Provide additional Kafka consumer properties in JSON",
|
|
379
459
|
"optional": true,
|
|
380
|
-
"
|
|
381
|
-
|
|
382
|
-
"pattern": {
|
|
383
|
-
"value": "^(PT.*|)$",
|
|
384
|
-
"message": "must be an ISO-8601 duration"
|
|
385
|
-
}
|
|
386
|
-
},
|
|
387
|
-
"feel": "optional",
|
|
388
|
-
"group": "correlation",
|
|
460
|
+
"feel": "required",
|
|
461
|
+
"group": "kafka",
|
|
389
462
|
"binding": {
|
|
390
|
-
"name": "
|
|
463
|
+
"name": "additionalProperties",
|
|
391
464
|
"type": "zeebe:property"
|
|
392
465
|
},
|
|
393
466
|
"type": "String"
|
|
394
467
|
},
|
|
395
468
|
{
|
|
396
|
-
"id": "
|
|
397
|
-
"
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
"
|
|
469
|
+
"id": "offsets",
|
|
470
|
+
"label": "Offsets",
|
|
471
|
+
"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",
|
|
472
|
+
"optional": true,
|
|
473
|
+
"feel": "optional",
|
|
474
|
+
"group": "kafka",
|
|
401
475
|
"binding": {
|
|
402
|
-
"name": "
|
|
403
|
-
"type": "
|
|
476
|
+
"name": "offsets",
|
|
477
|
+
"type": "zeebe:property"
|
|
404
478
|
},
|
|
405
|
-
"type": "
|
|
479
|
+
"type": "String"
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"id": "autoOffsetReset",
|
|
483
|
+
"label": "Auto offset reset",
|
|
484
|
+
"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",
|
|
485
|
+
"optional": false,
|
|
486
|
+
"value": "latest",
|
|
487
|
+
"constraints": {
|
|
488
|
+
"notEmpty": true
|
|
489
|
+
},
|
|
490
|
+
"group": "kafka",
|
|
491
|
+
"binding": {
|
|
492
|
+
"name": "autoOffsetReset",
|
|
493
|
+
"type": "zeebe:property"
|
|
494
|
+
},
|
|
495
|
+
"type": "Dropdown",
|
|
496
|
+
"choices": [
|
|
497
|
+
{
|
|
498
|
+
"name": "None",
|
|
499
|
+
"value": "none"
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"name": "Latest",
|
|
503
|
+
"value": "latest"
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"name": "Earliest",
|
|
507
|
+
"value": "earliest"
|
|
508
|
+
}
|
|
509
|
+
]
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"id": "avro.schema",
|
|
513
|
+
"label": "Avro schema",
|
|
514
|
+
"description": "Avro schema for the message value",
|
|
515
|
+
"optional": false,
|
|
516
|
+
"constraints": {
|
|
517
|
+
"notEmpty": true
|
|
518
|
+
},
|
|
519
|
+
"feel": "required",
|
|
520
|
+
"group": "message",
|
|
521
|
+
"binding": {
|
|
522
|
+
"name": "avro.schema",
|
|
523
|
+
"type": "zeebe:property"
|
|
524
|
+
},
|
|
525
|
+
"condition": {
|
|
526
|
+
"property": "serializationType",
|
|
527
|
+
"equals": "avro",
|
|
528
|
+
"type": "simple"
|
|
529
|
+
},
|
|
530
|
+
"type": "Text"
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"id": "activationCondition",
|
|
534
|
+
"label": "Activation condition",
|
|
535
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
536
|
+
"optional": true,
|
|
537
|
+
"feel": "required",
|
|
538
|
+
"group": "activation",
|
|
539
|
+
"binding": {
|
|
540
|
+
"name": "activationCondition",
|
|
541
|
+
"type": "zeebe:property"
|
|
542
|
+
},
|
|
543
|
+
"type": "String"
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"id": "consumeUnmatchedEvents",
|
|
547
|
+
"label": "Consume unmatched events",
|
|
548
|
+
"value": true,
|
|
549
|
+
"group": "activation",
|
|
550
|
+
"binding": {
|
|
551
|
+
"name": "consumeUnmatchedEvents",
|
|
552
|
+
"type": "zeebe:property"
|
|
553
|
+
},
|
|
554
|
+
"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",
|
|
555
|
+
"type": "Boolean"
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"id": "correlationKeyProcess",
|
|
559
|
+
"label": "Correlation key (process)",
|
|
560
|
+
"description": "Sets up the correlation key from process variables",
|
|
561
|
+
"constraints": {
|
|
562
|
+
"notEmpty": true
|
|
563
|
+
},
|
|
564
|
+
"feel": "required",
|
|
565
|
+
"group": "correlation",
|
|
566
|
+
"binding": {
|
|
567
|
+
"name": "correlationKey",
|
|
568
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
569
|
+
},
|
|
570
|
+
"type": "String"
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"id": "correlationKeyPayload",
|
|
574
|
+
"label": "Correlation key (payload)",
|
|
575
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
576
|
+
"constraints": {
|
|
577
|
+
"notEmpty": true
|
|
578
|
+
},
|
|
579
|
+
"feel": "required",
|
|
580
|
+
"group": "correlation",
|
|
581
|
+
"binding": {
|
|
582
|
+
"name": "correlationKeyExpression",
|
|
583
|
+
"type": "zeebe:property"
|
|
584
|
+
},
|
|
585
|
+
"type": "String"
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"id": "messageIdExpression",
|
|
589
|
+
"label": "Message ID expression",
|
|
590
|
+
"description": "Expression to extract unique identifier of a message",
|
|
591
|
+
"optional": true,
|
|
592
|
+
"feel": "required",
|
|
593
|
+
"group": "correlation",
|
|
594
|
+
"binding": {
|
|
595
|
+
"name": "messageIdExpression",
|
|
596
|
+
"type": "zeebe:property"
|
|
597
|
+
},
|
|
598
|
+
"type": "String"
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
"id": "messageTtl",
|
|
602
|
+
"label": "Message TTL",
|
|
603
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
604
|
+
"optional": true,
|
|
605
|
+
"constraints": {
|
|
606
|
+
"notEmpty": false,
|
|
607
|
+
"pattern": {
|
|
608
|
+
"value": "^(PT.*|)$",
|
|
609
|
+
"message": "must be an ISO-8601 duration"
|
|
610
|
+
}
|
|
611
|
+
},
|
|
612
|
+
"feel": "optional",
|
|
613
|
+
"group": "correlation",
|
|
614
|
+
"binding": {
|
|
615
|
+
"name": "messageTtl",
|
|
616
|
+
"type": "zeebe:property"
|
|
617
|
+
},
|
|
618
|
+
"type": "String"
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
"id": "messageNameUuid",
|
|
622
|
+
"generatedValue": {
|
|
623
|
+
"type": "uuid"
|
|
624
|
+
},
|
|
625
|
+
"group": "correlation",
|
|
626
|
+
"binding": {
|
|
627
|
+
"name": "name",
|
|
628
|
+
"type": "bpmn:Message#property"
|
|
629
|
+
},
|
|
630
|
+
"type": "Hidden"
|
|
406
631
|
},
|
|
407
632
|
{
|
|
408
633
|
"id": "deduplicationModeManualFlag",
|
|
@@ -494,15 +719,18 @@
|
|
|
494
719
|
],
|
|
495
720
|
"icon": {
|
|
496
721
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
722
|
+
},
|
|
723
|
+
"engines": {
|
|
724
|
+
"camunda": "^8.5"
|
|
497
725
|
}
|
|
498
726
|
},
|
|
499
727
|
{
|
|
500
728
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
501
729
|
"name": "Kafka Boundary Event Connector",
|
|
502
730
|
"id": "io.camunda.connectors.inbound.KafkaBoundary.v1",
|
|
503
|
-
"version": 2,
|
|
504
731
|
"description": "Consume Kafka messages",
|
|
505
732
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
733
|
+
"version": 6,
|
|
506
734
|
"category": {
|
|
507
735
|
"id": "connectors",
|
|
508
736
|
"name": "Connectors"
|
|
@@ -521,41 +749,53 @@
|
|
|
521
749
|
"id": "kafka",
|
|
522
750
|
"label": "Kafka"
|
|
523
751
|
},
|
|
752
|
+
{
|
|
753
|
+
"id": "message",
|
|
754
|
+
"label": "Message deserialization"
|
|
755
|
+
},
|
|
524
756
|
{
|
|
525
757
|
"id": "activation",
|
|
526
758
|
"label": "Activation"
|
|
527
759
|
},
|
|
528
760
|
{
|
|
529
|
-
"id": "
|
|
530
|
-
"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"
|
|
531
773
|
}
|
|
532
774
|
],
|
|
533
775
|
"properties": [
|
|
534
776
|
{
|
|
535
|
-
"type": "Hidden",
|
|
536
777
|
"value": "io.camunda:connector-kafka-inbound:1",
|
|
537
778
|
"binding": {
|
|
538
|
-
"
|
|
539
|
-
"
|
|
540
|
-
}
|
|
541
|
-
},
|
|
542
|
-
{
|
|
543
|
-
"type": "Hidden",
|
|
544
|
-
"generatedValue": {
|
|
545
|
-
"type": "uuid"
|
|
779
|
+
"name": "inbound.type",
|
|
780
|
+
"type": "zeebe:property"
|
|
546
781
|
},
|
|
547
|
-
"
|
|
548
|
-
"type": "bpmn:Message#property",
|
|
549
|
-
"name": "name"
|
|
550
|
-
}
|
|
782
|
+
"type": "Hidden"
|
|
551
783
|
},
|
|
552
784
|
{
|
|
785
|
+
"id": "authenticationType",
|
|
553
786
|
"label": "Authentication type",
|
|
554
787
|
"description": "Username/password or custom",
|
|
555
|
-
"
|
|
788
|
+
"optional": false,
|
|
789
|
+
"value": "credentials",
|
|
790
|
+
"constraints": {
|
|
791
|
+
"notEmpty": true
|
|
792
|
+
},
|
|
556
793
|
"group": "authentication",
|
|
794
|
+
"binding": {
|
|
795
|
+
"name": "authenticationType",
|
|
796
|
+
"type": "zeebe:property"
|
|
797
|
+
},
|
|
557
798
|
"type": "Dropdown",
|
|
558
|
-
"value": "credentials",
|
|
559
799
|
"choices": [
|
|
560
800
|
{
|
|
561
801
|
"name": "Credentials",
|
|
@@ -565,120 +805,120 @@
|
|
|
565
805
|
"name": "Custom",
|
|
566
806
|
"value": "custom"
|
|
567
807
|
}
|
|
568
|
-
]
|
|
569
|
-
"binding": {
|
|
570
|
-
"type": "zeebe:property",
|
|
571
|
-
"name": "authenticationType"
|
|
572
|
-
}
|
|
808
|
+
]
|
|
573
809
|
},
|
|
574
810
|
{
|
|
811
|
+
"id": "authentication.username",
|
|
575
812
|
"label": "Username",
|
|
576
813
|
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
577
|
-
"group": "authentication",
|
|
578
|
-
"type": "String",
|
|
579
|
-
"feel": "optional",
|
|
580
814
|
"optional": true,
|
|
815
|
+
"group": "authentication",
|
|
581
816
|
"binding": {
|
|
582
|
-
"
|
|
583
|
-
"
|
|
817
|
+
"name": "authentication.username",
|
|
818
|
+
"type": "zeebe:property"
|
|
584
819
|
},
|
|
585
|
-
"
|
|
586
|
-
"property": "authenticationType",
|
|
587
|
-
"equals": "credentials"
|
|
588
|
-
}
|
|
820
|
+
"type": "String"
|
|
589
821
|
},
|
|
590
822
|
{
|
|
823
|
+
"id": "authentication.password",
|
|
591
824
|
"label": "Password",
|
|
592
825
|
"description": "Provide a password for the user",
|
|
593
|
-
"group": "authentication",
|
|
594
|
-
"type": "String",
|
|
595
|
-
"feel": "optional",
|
|
596
826
|
"optional": true,
|
|
827
|
+
"group": "authentication",
|
|
597
828
|
"binding": {
|
|
598
|
-
"
|
|
599
|
-
"
|
|
829
|
+
"name": "authentication.password",
|
|
830
|
+
"type": "zeebe:property"
|
|
600
831
|
},
|
|
601
|
-
"
|
|
602
|
-
"property": "authenticationType",
|
|
603
|
-
"equals": "credentials"
|
|
604
|
-
}
|
|
832
|
+
"type": "String"
|
|
605
833
|
},
|
|
606
834
|
{
|
|
835
|
+
"id": "topic.bootstrapServers",
|
|
607
836
|
"label": "Bootstrap servers",
|
|
608
837
|
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
838
|
+
"optional": false,
|
|
839
|
+
"constraints": {
|
|
840
|
+
"notEmpty": true
|
|
841
|
+
},
|
|
609
842
|
"group": "kafka",
|
|
610
|
-
"type": "String",
|
|
611
|
-
"feel": "optional",
|
|
612
843
|
"binding": {
|
|
613
|
-
"
|
|
614
|
-
"
|
|
844
|
+
"name": "topic.bootstrapServers",
|
|
845
|
+
"type": "zeebe:property"
|
|
615
846
|
},
|
|
616
|
-
"
|
|
617
|
-
"notEmpty": true
|
|
618
|
-
}
|
|
847
|
+
"type": "String"
|
|
619
848
|
},
|
|
620
849
|
{
|
|
850
|
+
"id": "topic.topicName",
|
|
621
851
|
"label": "Topic",
|
|
622
|
-
"description": "Provide
|
|
623
|
-
"
|
|
624
|
-
"type": "String",
|
|
625
|
-
"feel": "optional",
|
|
626
|
-
"binding": {
|
|
627
|
-
"type": "zeebe:property",
|
|
628
|
-
"name": "topic.topicName"
|
|
629
|
-
},
|
|
852
|
+
"description": "Provide topic name",
|
|
853
|
+
"optional": false,
|
|
630
854
|
"constraints": {
|
|
631
855
|
"notEmpty": true
|
|
632
|
-
}
|
|
856
|
+
},
|
|
857
|
+
"group": "kafka",
|
|
858
|
+
"binding": {
|
|
859
|
+
"name": "topic.topicName",
|
|
860
|
+
"type": "zeebe:property"
|
|
861
|
+
},
|
|
862
|
+
"type": "String"
|
|
633
863
|
},
|
|
634
864
|
{
|
|
635
|
-
"
|
|
865
|
+
"id": "groupId",
|
|
866
|
+
"label": "Consumer group ID",
|
|
636
867
|
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
868
|
+
"optional": false,
|
|
637
869
|
"group": "kafka",
|
|
638
|
-
"type": "String",
|
|
639
|
-
"feel": "optional",
|
|
640
|
-
"optional": true,
|
|
641
870
|
"binding": {
|
|
642
|
-
"
|
|
643
|
-
"
|
|
871
|
+
"name": "groupId",
|
|
872
|
+
"type": "zeebe:property"
|
|
644
873
|
},
|
|
645
|
-
"
|
|
646
|
-
"notEmpty": false,
|
|
647
|
-
"maxLength": 250
|
|
648
|
-
}
|
|
874
|
+
"type": "String"
|
|
649
875
|
},
|
|
650
876
|
{
|
|
877
|
+
"id": "additionalProperties",
|
|
651
878
|
"label": "Additional properties",
|
|
652
879
|
"description": "Provide additional Kafka consumer properties in JSON",
|
|
653
|
-
"group": "kafka",
|
|
654
|
-
"type": "String",
|
|
655
880
|
"optional": true,
|
|
656
881
|
"feel": "required",
|
|
882
|
+
"group": "kafka",
|
|
657
883
|
"binding": {
|
|
658
|
-
"
|
|
659
|
-
"
|
|
660
|
-
}
|
|
884
|
+
"name": "additionalProperties",
|
|
885
|
+
"type": "zeebe:property"
|
|
886
|
+
},
|
|
887
|
+
"type": "String"
|
|
661
888
|
},
|
|
662
889
|
{
|
|
890
|
+
"id": "offsets",
|
|
663
891
|
"label": "Offsets",
|
|
664
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",
|
|
665
|
-
"group": "kafka",
|
|
666
|
-
"type": "String",
|
|
667
|
-
"feel": "optional",
|
|
668
893
|
"optional": true,
|
|
894
|
+
"feel": "optional",
|
|
895
|
+
"group": "kafka",
|
|
669
896
|
"binding": {
|
|
670
|
-
"
|
|
671
|
-
"
|
|
672
|
-
}
|
|
897
|
+
"name": "offsets",
|
|
898
|
+
"type": "zeebe:property"
|
|
899
|
+
},
|
|
900
|
+
"type": "String"
|
|
673
901
|
},
|
|
674
902
|
{
|
|
903
|
+
"id": "autoOffsetReset",
|
|
675
904
|
"label": "Auto offset reset",
|
|
676
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",
|
|
677
|
-
"
|
|
906
|
+
"optional": false,
|
|
907
|
+
"value": "latest",
|
|
908
|
+
"constraints": {
|
|
909
|
+
"notEmpty": true
|
|
910
|
+
},
|
|
678
911
|
"group": "kafka",
|
|
912
|
+
"binding": {
|
|
913
|
+
"name": "autoOffsetReset",
|
|
914
|
+
"type": "zeebe:property"
|
|
915
|
+
},
|
|
679
916
|
"type": "Dropdown",
|
|
680
|
-
"value": "latest",
|
|
681
917
|
"choices": [
|
|
918
|
+
{
|
|
919
|
+
"name": "None",
|
|
920
|
+
"value": "none"
|
|
921
|
+
},
|
|
682
922
|
{
|
|
683
923
|
"name": "Latest",
|
|
684
924
|
"value": "latest"
|
|
@@ -686,104 +926,303 @@
|
|
|
686
926
|
{
|
|
687
927
|
"name": "Earliest",
|
|
688
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"
|
|
689
946
|
},
|
|
690
947
|
{
|
|
691
|
-
"name": "
|
|
692
|
-
"value": "
|
|
948
|
+
"name": "Inline schema",
|
|
949
|
+
"value": "inlineSchema"
|
|
950
|
+
},
|
|
951
|
+
{
|
|
952
|
+
"name": "Schema registry",
|
|
953
|
+
"value": "schemaRegistry"
|
|
693
954
|
}
|
|
694
|
-
]
|
|
695
|
-
"binding": {
|
|
696
|
-
"type": "zeebe:property",
|
|
697
|
-
"name": "autoOffsetReset"
|
|
698
|
-
}
|
|
955
|
+
]
|
|
699
956
|
},
|
|
700
957
|
{
|
|
701
|
-
"
|
|
702
|
-
"
|
|
703
|
-
"
|
|
704
|
-
"
|
|
705
|
-
"
|
|
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",
|
|
706
964
|
"binding": {
|
|
707
|
-
"
|
|
708
|
-
"
|
|
965
|
+
"name": "schemaStrategy.schemaType",
|
|
966
|
+
"type": "zeebe:property"
|
|
967
|
+
},
|
|
968
|
+
"condition": {
|
|
969
|
+
"property": "schemaStrategy.type",
|
|
970
|
+
"equals": "schemaRegistry",
|
|
971
|
+
"type": "simple"
|
|
709
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,
|
|
710
990
|
"constraints": {
|
|
711
991
|
"notEmpty": true
|
|
712
|
-
}
|
|
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"
|
|
713
1004
|
},
|
|
714
1005
|
{
|
|
715
|
-
"
|
|
716
|
-
"
|
|
717
|
-
"
|
|
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
|
+
},
|
|
718
1013
|
"feel": "required",
|
|
1014
|
+
"group": "message",
|
|
719
1015
|
"binding": {
|
|
720
|
-
"
|
|
721
|
-
"
|
|
1016
|
+
"name": "schemaStrategy.schema",
|
|
1017
|
+
"type": "zeebe:property"
|
|
722
1018
|
},
|
|
723
|
-
"
|
|
724
|
-
|
|
725
|
-
"
|
|
726
|
-
|
|
1019
|
+
"condition": {
|
|
1020
|
+
"property": "schemaStrategy.type",
|
|
1021
|
+
"equals": "inlineSchema",
|
|
1022
|
+
"type": "simple"
|
|
1023
|
+
},
|
|
1024
|
+
"type": "Text"
|
|
727
1025
|
},
|
|
728
1026
|
{
|
|
729
|
-
"
|
|
730
|
-
"
|
|
731
|
-
"
|
|
1027
|
+
"id": "activationCondition",
|
|
1028
|
+
"label": "Activation condition",
|
|
1029
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
732
1030
|
"optional": true,
|
|
1031
|
+
"feel": "required",
|
|
733
1032
|
"group": "activation",
|
|
734
1033
|
"binding": {
|
|
735
|
-
"
|
|
736
|
-
"
|
|
1034
|
+
"name": "activationCondition",
|
|
1035
|
+
"type": "zeebe:property"
|
|
737
1036
|
},
|
|
738
|
-
"
|
|
1037
|
+
"type": "String"
|
|
739
1038
|
},
|
|
740
1039
|
{
|
|
741
|
-
"
|
|
742
|
-
"
|
|
1040
|
+
"id": "consumeUnmatchedEvents",
|
|
1041
|
+
"label": "Consume unmatched events",
|
|
1042
|
+
"value": true,
|
|
743
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
|
+
},
|
|
744
1058
|
"feel": "required",
|
|
745
|
-
"
|
|
1059
|
+
"group": "correlation",
|
|
746
1060
|
"binding": {
|
|
747
|
-
"
|
|
748
|
-
"
|
|
1061
|
+
"name": "correlationKey",
|
|
1062
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
749
1063
|
},
|
|
750
|
-
"
|
|
1064
|
+
"type": "String"
|
|
751
1065
|
},
|
|
752
1066
|
{
|
|
753
|
-
"
|
|
754
|
-
"
|
|
755
|
-
"
|
|
756
|
-
"
|
|
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",
|
|
757
1075
|
"binding": {
|
|
758
|
-
"
|
|
759
|
-
"
|
|
1076
|
+
"name": "correlationKeyExpression",
|
|
1077
|
+
"type": "zeebe:property"
|
|
760
1078
|
},
|
|
761
|
-
"
|
|
1079
|
+
"type": "String"
|
|
762
1080
|
},
|
|
763
1081
|
{
|
|
764
|
-
"
|
|
765
|
-
"
|
|
766
|
-
"
|
|
767
|
-
"
|
|
1082
|
+
"id": "messageIdExpression",
|
|
1083
|
+
"label": "Message ID expression",
|
|
1084
|
+
"description": "Expression to extract unique identifier of a message",
|
|
1085
|
+
"optional": true,
|
|
768
1086
|
"feel": "required",
|
|
1087
|
+
"group": "correlation",
|
|
769
1088
|
"binding": {
|
|
770
|
-
"
|
|
771
|
-
"
|
|
772
|
-
}
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
1089
|
+
"name": "messageIdExpression",
|
|
1090
|
+
"type": "zeebe:property"
|
|
1091
|
+
},
|
|
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"
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
"id": "resultExpression",
|
|
1203
|
+
"label": "Result expression",
|
|
1204
|
+
"description": "Expression to map the response into process variables",
|
|
1205
|
+
"feel": "required",
|
|
1206
|
+
"group": "output",
|
|
1207
|
+
"binding": {
|
|
1208
|
+
"name": "resultExpression",
|
|
1209
|
+
"type": "zeebe:property"
|
|
1210
|
+
},
|
|
1211
|
+
"type": "Text"
|
|
1212
|
+
}
|
|
1213
|
+
],
|
|
1214
|
+
"icon": {
|
|
1215
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
1216
|
+
},
|
|
1217
|
+
"engines": {
|
|
1218
|
+
"camunda": "^8.6"
|
|
1219
|
+
}
|
|
1220
|
+
},
|
|
1221
|
+
{
|
|
783
1222
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
784
1223
|
"name": "Kafka Boundary Event Connector",
|
|
785
1224
|
"id": "io.camunda.connectors.inbound.KafkaBoundary.v1",
|
|
786
|
-
"version":
|
|
1225
|
+
"version": 2,
|
|
787
1226
|
"description": "Consume Kafka messages",
|
|
788
1227
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
789
1228
|
"category": {
|
|
@@ -905,6 +1344,7 @@
|
|
|
905
1344
|
"description": "Provide the topic name",
|
|
906
1345
|
"group": "kafka",
|
|
907
1346
|
"type": "String",
|
|
1347
|
+
"feel": "optional",
|
|
908
1348
|
"binding": {
|
|
909
1349
|
"type": "zeebe:property",
|
|
910
1350
|
"name": "topic.topicName"
|
|
@@ -918,6 +1358,7 @@
|
|
|
918
1358
|
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
919
1359
|
"group": "kafka",
|
|
920
1360
|
"type": "String",
|
|
1361
|
+
"feel": "optional",
|
|
921
1362
|
"optional": true,
|
|
922
1363
|
"binding": {
|
|
923
1364
|
"type": "zeebe:property",
|
|
@@ -1057,16 +1498,16 @@
|
|
|
1057
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"
|
|
1058
1499
|
},
|
|
1059
1500
|
"engines": {
|
|
1060
|
-
"camunda": "^8.
|
|
1501
|
+
"camunda": "^8.4"
|
|
1061
1502
|
}
|
|
1062
1503
|
},
|
|
1063
1504
|
{
|
|
1064
1505
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1065
1506
|
"name": "Kafka Boundary Event Connector",
|
|
1066
1507
|
"id": "io.camunda.connectors.inbound.KafkaBoundary.v1",
|
|
1508
|
+
"version": 1,
|
|
1067
1509
|
"description": "Consume Kafka messages",
|
|
1068
1510
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
1069
|
-
"version": 6,
|
|
1070
1511
|
"category": {
|
|
1071
1512
|
"id": "connectors",
|
|
1072
1513
|
"name": "Connectors"
|
|
@@ -1085,53 +1526,41 @@
|
|
|
1085
1526
|
"id": "kafka",
|
|
1086
1527
|
"label": "Kafka"
|
|
1087
1528
|
},
|
|
1088
|
-
{
|
|
1089
|
-
"id": "message",
|
|
1090
|
-
"label": "Message deserialization"
|
|
1091
|
-
},
|
|
1092
1529
|
{
|
|
1093
1530
|
"id": "activation",
|
|
1094
1531
|
"label": "Activation"
|
|
1095
1532
|
},
|
|
1096
1533
|
{
|
|
1097
|
-
"id": "
|
|
1098
|
-
"label": "
|
|
1099
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
1100
|
-
},
|
|
1101
|
-
{
|
|
1102
|
-
"id": "deduplication",
|
|
1103
|
-
"label": "Deduplication",
|
|
1104
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
1105
|
-
},
|
|
1106
|
-
{
|
|
1107
|
-
"id": "output",
|
|
1108
|
-
"label": "Output mapping"
|
|
1534
|
+
"id": "variable-mapping",
|
|
1535
|
+
"label": "Variable mapping"
|
|
1109
1536
|
}
|
|
1110
1537
|
],
|
|
1111
1538
|
"properties": [
|
|
1112
1539
|
{
|
|
1540
|
+
"type": "Hidden",
|
|
1113
1541
|
"value": "io.camunda:connector-kafka-inbound:1",
|
|
1114
1542
|
"binding": {
|
|
1115
|
-
"
|
|
1116
|
-
"
|
|
1543
|
+
"type": "zeebe:property",
|
|
1544
|
+
"name": "inbound.type"
|
|
1545
|
+
}
|
|
1546
|
+
},
|
|
1547
|
+
{
|
|
1548
|
+
"type": "Hidden",
|
|
1549
|
+
"generatedValue": {
|
|
1550
|
+
"type": "uuid"
|
|
1117
1551
|
},
|
|
1118
|
-
"
|
|
1552
|
+
"binding": {
|
|
1553
|
+
"type": "bpmn:Message#property",
|
|
1554
|
+
"name": "name"
|
|
1555
|
+
}
|
|
1119
1556
|
},
|
|
1120
1557
|
{
|
|
1121
|
-
"id": "authenticationType",
|
|
1122
1558
|
"label": "Authentication type",
|
|
1123
1559
|
"description": "Username/password or custom",
|
|
1124
|
-
"
|
|
1125
|
-
"value": "credentials",
|
|
1126
|
-
"constraints": {
|
|
1127
|
-
"notEmpty": true
|
|
1128
|
-
},
|
|
1560
|
+
"id": "authenticationType",
|
|
1129
1561
|
"group": "authentication",
|
|
1130
|
-
"binding": {
|
|
1131
|
-
"name": "authenticationType",
|
|
1132
|
-
"type": "zeebe:property"
|
|
1133
|
-
},
|
|
1134
1562
|
"type": "Dropdown",
|
|
1563
|
+
"value": "credentials",
|
|
1135
1564
|
"choices": [
|
|
1136
1565
|
{
|
|
1137
1566
|
"name": "Credentials",
|
|
@@ -1141,120 +1570,120 @@
|
|
|
1141
1570
|
"name": "Custom",
|
|
1142
1571
|
"value": "custom"
|
|
1143
1572
|
}
|
|
1144
|
-
]
|
|
1573
|
+
],
|
|
1574
|
+
"binding": {
|
|
1575
|
+
"type": "zeebe:property",
|
|
1576
|
+
"name": "authenticationType"
|
|
1577
|
+
}
|
|
1145
1578
|
},
|
|
1146
1579
|
{
|
|
1147
|
-
"id": "authentication.username",
|
|
1148
1580
|
"label": "Username",
|
|
1149
1581
|
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
1150
|
-
"optional": true,
|
|
1151
1582
|
"group": "authentication",
|
|
1583
|
+
"type": "String",
|
|
1584
|
+
"feel": "optional",
|
|
1585
|
+
"optional": true,
|
|
1152
1586
|
"binding": {
|
|
1153
|
-
"
|
|
1154
|
-
"
|
|
1587
|
+
"type": "zeebe:property",
|
|
1588
|
+
"name": "authentication.username"
|
|
1155
1589
|
},
|
|
1156
|
-
"
|
|
1590
|
+
"condition": {
|
|
1591
|
+
"property": "authenticationType",
|
|
1592
|
+
"equals": "credentials"
|
|
1593
|
+
}
|
|
1157
1594
|
},
|
|
1158
1595
|
{
|
|
1159
|
-
"id": "authentication.password",
|
|
1160
1596
|
"label": "Password",
|
|
1161
1597
|
"description": "Provide a password for the user",
|
|
1162
|
-
"optional": true,
|
|
1163
1598
|
"group": "authentication",
|
|
1599
|
+
"type": "String",
|
|
1600
|
+
"feel": "optional",
|
|
1601
|
+
"optional": true,
|
|
1164
1602
|
"binding": {
|
|
1165
|
-
"
|
|
1166
|
-
"
|
|
1603
|
+
"type": "zeebe:property",
|
|
1604
|
+
"name": "authentication.password"
|
|
1167
1605
|
},
|
|
1168
|
-
"
|
|
1606
|
+
"condition": {
|
|
1607
|
+
"property": "authenticationType",
|
|
1608
|
+
"equals": "credentials"
|
|
1609
|
+
}
|
|
1169
1610
|
},
|
|
1170
1611
|
{
|
|
1171
|
-
"id": "topic.bootstrapServers",
|
|
1172
1612
|
"label": "Bootstrap servers",
|
|
1173
1613
|
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
1174
|
-
"optional": false,
|
|
1175
|
-
"constraints": {
|
|
1176
|
-
"notEmpty": true
|
|
1177
|
-
},
|
|
1178
1614
|
"group": "kafka",
|
|
1615
|
+
"type": "String",
|
|
1616
|
+
"feel": "optional",
|
|
1179
1617
|
"binding": {
|
|
1180
|
-
"
|
|
1181
|
-
"
|
|
1618
|
+
"type": "zeebe:property",
|
|
1619
|
+
"name": "topic.bootstrapServers"
|
|
1182
1620
|
},
|
|
1183
|
-
"
|
|
1621
|
+
"constraints": {
|
|
1622
|
+
"notEmpty": true
|
|
1623
|
+
}
|
|
1184
1624
|
},
|
|
1185
1625
|
{
|
|
1186
|
-
"id": "topic.topicName",
|
|
1187
1626
|
"label": "Topic",
|
|
1188
|
-
"description": "Provide topic name",
|
|
1189
|
-
"optional": false,
|
|
1190
|
-
"constraints": {
|
|
1191
|
-
"notEmpty": true
|
|
1192
|
-
},
|
|
1627
|
+
"description": "Provide the topic name",
|
|
1193
1628
|
"group": "kafka",
|
|
1629
|
+
"type": "String",
|
|
1630
|
+
"feel": "optional",
|
|
1194
1631
|
"binding": {
|
|
1195
|
-
"
|
|
1196
|
-
"
|
|
1632
|
+
"type": "zeebe:property",
|
|
1633
|
+
"name": "topic.topicName"
|
|
1197
1634
|
},
|
|
1198
|
-
"
|
|
1635
|
+
"constraints": {
|
|
1636
|
+
"notEmpty": true
|
|
1637
|
+
}
|
|
1199
1638
|
},
|
|
1200
1639
|
{
|
|
1201
|
-
"
|
|
1202
|
-
"label": "Consumer group ID",
|
|
1640
|
+
"label": "Consumer Group ID",
|
|
1203
1641
|
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
1204
|
-
"optional": false,
|
|
1205
1642
|
"group": "kafka",
|
|
1643
|
+
"type": "String",
|
|
1644
|
+
"feel": "optional",
|
|
1645
|
+
"optional": true,
|
|
1206
1646
|
"binding": {
|
|
1207
|
-
"
|
|
1208
|
-
"
|
|
1647
|
+
"type": "zeebe:property",
|
|
1648
|
+
"name": "groupId"
|
|
1209
1649
|
},
|
|
1210
|
-
"
|
|
1650
|
+
"constraints": {
|
|
1651
|
+
"notEmpty": false,
|
|
1652
|
+
"maxLength": 250
|
|
1653
|
+
}
|
|
1211
1654
|
},
|
|
1212
1655
|
{
|
|
1213
|
-
"id": "additionalProperties",
|
|
1214
1656
|
"label": "Additional properties",
|
|
1215
1657
|
"description": "Provide additional Kafka consumer properties in JSON",
|
|
1658
|
+
"group": "kafka",
|
|
1659
|
+
"type": "String",
|
|
1216
1660
|
"optional": true,
|
|
1217
1661
|
"feel": "required",
|
|
1218
|
-
"group": "kafka",
|
|
1219
1662
|
"binding": {
|
|
1220
|
-
"
|
|
1221
|
-
"
|
|
1222
|
-
}
|
|
1223
|
-
"type": "String"
|
|
1663
|
+
"type": "zeebe:property",
|
|
1664
|
+
"name": "additionalProperties"
|
|
1665
|
+
}
|
|
1224
1666
|
},
|
|
1225
1667
|
{
|
|
1226
|
-
"id": "offsets",
|
|
1227
1668
|
"label": "Offsets",
|
|
1228
1669
|
"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",
|
|
1229
|
-
"optional": true,
|
|
1230
|
-
"feel": "optional",
|
|
1231
1670
|
"group": "kafka",
|
|
1671
|
+
"type": "String",
|
|
1672
|
+
"feel": "optional",
|
|
1673
|
+
"optional": true,
|
|
1232
1674
|
"binding": {
|
|
1233
|
-
"
|
|
1234
|
-
"
|
|
1235
|
-
}
|
|
1236
|
-
"type": "String"
|
|
1675
|
+
"type": "zeebe:property",
|
|
1676
|
+
"name": "offsets"
|
|
1677
|
+
}
|
|
1237
1678
|
},
|
|
1238
1679
|
{
|
|
1239
|
-
"id": "autoOffsetReset",
|
|
1240
1680
|
"label": "Auto offset reset",
|
|
1241
1681
|
"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",
|
|
1242
|
-
"
|
|
1243
|
-
"value": "latest",
|
|
1244
|
-
"constraints": {
|
|
1245
|
-
"notEmpty": true
|
|
1246
|
-
},
|
|
1682
|
+
"id": "autoOffsetReset",
|
|
1247
1683
|
"group": "kafka",
|
|
1248
|
-
"binding": {
|
|
1249
|
-
"name": "autoOffsetReset",
|
|
1250
|
-
"type": "zeebe:property"
|
|
1251
|
-
},
|
|
1252
1684
|
"type": "Dropdown",
|
|
1685
|
+
"value": "latest",
|
|
1253
1686
|
"choices": [
|
|
1254
|
-
{
|
|
1255
|
-
"name": "None",
|
|
1256
|
-
"value": "none"
|
|
1257
|
-
},
|
|
1258
1687
|
{
|
|
1259
1688
|
"name": "Latest",
|
|
1260
1689
|
"value": "latest"
|
|
@@ -1262,296 +1691,85 @@
|
|
|
1262
1691
|
{
|
|
1263
1692
|
"name": "Earliest",
|
|
1264
1693
|
"value": "earliest"
|
|
1265
|
-
}
|
|
1266
|
-
]
|
|
1267
|
-
},
|
|
1268
|
-
{
|
|
1269
|
-
"id": "schemaStrategy.type",
|
|
1270
|
-
"label": "Schema strategy",
|
|
1271
|
-
"value": "noSchema",
|
|
1272
|
-
"group": "kafka",
|
|
1273
|
-
"binding": {
|
|
1274
|
-
"name": "schemaStrategy.type",
|
|
1275
|
-
"type": "zeebe:property"
|
|
1276
|
-
},
|
|
1277
|
-
"type": "Dropdown",
|
|
1278
|
-
"choices": [
|
|
1279
|
-
{
|
|
1280
|
-
"name": "No schema",
|
|
1281
|
-
"value": "noSchema"
|
|
1282
|
-
},
|
|
1283
|
-
{
|
|
1284
|
-
"name": "Inline schema",
|
|
1285
|
-
"value": "inlineSchema"
|
|
1286
1694
|
},
|
|
1287
1695
|
{
|
|
1288
|
-
"name": "
|
|
1289
|
-
"value": "
|
|
1696
|
+
"name": "None",
|
|
1697
|
+
"value": "none"
|
|
1290
1698
|
}
|
|
1291
|
-
]
|
|
1292
|
-
},
|
|
1293
|
-
{
|
|
1294
|
-
"id": "schemaStrategy.schemaType",
|
|
1295
|
-
"label": "Schema type",
|
|
1296
|
-
"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>",
|
|
1297
|
-
"optional": false,
|
|
1298
|
-
"value": "avro",
|
|
1299
|
-
"group": "kafka",
|
|
1699
|
+
],
|
|
1300
1700
|
"binding": {
|
|
1301
|
-
"
|
|
1302
|
-
"
|
|
1303
|
-
}
|
|
1304
|
-
"condition": {
|
|
1305
|
-
"property": "schemaStrategy.type",
|
|
1306
|
-
"equals": "schemaRegistry",
|
|
1307
|
-
"type": "simple"
|
|
1308
|
-
},
|
|
1309
|
-
"type": "Dropdown",
|
|
1310
|
-
"choices": [
|
|
1311
|
-
{
|
|
1312
|
-
"name": "JSON",
|
|
1313
|
-
"value": "json"
|
|
1314
|
-
},
|
|
1315
|
-
{
|
|
1316
|
-
"name": "Avro (alpha)",
|
|
1317
|
-
"value": "avro"
|
|
1318
|
-
}
|
|
1319
|
-
]
|
|
1701
|
+
"type": "zeebe:property",
|
|
1702
|
+
"name": "autoOffsetReset"
|
|
1703
|
+
}
|
|
1320
1704
|
},
|
|
1321
1705
|
{
|
|
1322
|
-
"
|
|
1323
|
-
"
|
|
1324
|
-
"
|
|
1325
|
-
"
|
|
1326
|
-
"
|
|
1327
|
-
"notEmpty": true
|
|
1328
|
-
},
|
|
1329
|
-
"group": "kafka",
|
|
1706
|
+
"label": "Correlation key (process)",
|
|
1707
|
+
"type": "String",
|
|
1708
|
+
"group": "activation",
|
|
1709
|
+
"feel": "required",
|
|
1710
|
+
"description": "Sets up the correlation key from process variables",
|
|
1330
1711
|
"binding": {
|
|
1331
|
-
"
|
|
1332
|
-
"
|
|
1333
|
-
},
|
|
1334
|
-
"condition": {
|
|
1335
|
-
"property": "schemaStrategy.type",
|
|
1336
|
-
"equals": "schemaRegistry",
|
|
1337
|
-
"type": "simple"
|
|
1712
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
1713
|
+
"name": "correlationKey"
|
|
1338
1714
|
},
|
|
1339
|
-
"type": "String"
|
|
1340
|
-
},
|
|
1341
|
-
{
|
|
1342
|
-
"id": "schemaStrategy.avro.schema",
|
|
1343
|
-
"label": "Schema",
|
|
1344
|
-
"description": "Inline schema (Avro) for the message value",
|
|
1345
|
-
"optional": false,
|
|
1346
1715
|
"constraints": {
|
|
1347
1716
|
"notEmpty": true
|
|
1348
|
-
}
|
|
1349
|
-
"feel": "required",
|
|
1350
|
-
"group": "message",
|
|
1351
|
-
"binding": {
|
|
1352
|
-
"name": "schemaStrategy.schema",
|
|
1353
|
-
"type": "zeebe:property"
|
|
1354
|
-
},
|
|
1355
|
-
"condition": {
|
|
1356
|
-
"property": "schemaStrategy.type",
|
|
1357
|
-
"equals": "inlineSchema",
|
|
1358
|
-
"type": "simple"
|
|
1359
|
-
},
|
|
1360
|
-
"type": "Text"
|
|
1361
|
-
},
|
|
1362
|
-
{
|
|
1363
|
-
"id": "activationCondition",
|
|
1364
|
-
"label": "Activation condition",
|
|
1365
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1366
|
-
"optional": true,
|
|
1367
|
-
"feel": "required",
|
|
1368
|
-
"group": "activation",
|
|
1369
|
-
"binding": {
|
|
1370
|
-
"name": "activationCondition",
|
|
1371
|
-
"type": "zeebe:property"
|
|
1372
|
-
},
|
|
1373
|
-
"type": "String"
|
|
1717
|
+
}
|
|
1374
1718
|
},
|
|
1375
1719
|
{
|
|
1376
|
-
"
|
|
1377
|
-
"
|
|
1378
|
-
"value": true,
|
|
1720
|
+
"label": "Correlation key (payload)",
|
|
1721
|
+
"type": "String",
|
|
1379
1722
|
"group": "activation",
|
|
1380
|
-
"binding": {
|
|
1381
|
-
"name": "consumeUnmatchedEvents",
|
|
1382
|
-
"type": "zeebe:property"
|
|
1383
|
-
},
|
|
1384
|
-
"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",
|
|
1385
|
-
"type": "Boolean"
|
|
1386
|
-
},
|
|
1387
|
-
{
|
|
1388
|
-
"id": "correlationKeyProcess",
|
|
1389
|
-
"label": "Correlation key (process)",
|
|
1390
|
-
"description": "Sets up the correlation key from process variables",
|
|
1391
|
-
"constraints": {
|
|
1392
|
-
"notEmpty": true
|
|
1393
|
-
},
|
|
1394
1723
|
"feel": "required",
|
|
1395
|
-
"group": "correlation",
|
|
1396
1724
|
"binding": {
|
|
1397
|
-
"
|
|
1398
|
-
"
|
|
1725
|
+
"type": "zeebe:property",
|
|
1726
|
+
"name": "correlationKeyExpression"
|
|
1399
1727
|
},
|
|
1400
|
-
"type": "String"
|
|
1401
|
-
},
|
|
1402
|
-
{
|
|
1403
|
-
"id": "correlationKeyPayload",
|
|
1404
|
-
"label": "Correlation key (payload)",
|
|
1405
1728
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
1406
1729
|
"constraints": {
|
|
1407
1730
|
"notEmpty": true
|
|
1408
|
-
}
|
|
1409
|
-
"feel": "required",
|
|
1410
|
-
"group": "correlation",
|
|
1411
|
-
"binding": {
|
|
1412
|
-
"name": "correlationKeyExpression",
|
|
1413
|
-
"type": "zeebe:property"
|
|
1414
|
-
},
|
|
1415
|
-
"type": "String"
|
|
1731
|
+
}
|
|
1416
1732
|
},
|
|
1417
1733
|
{
|
|
1418
|
-
"
|
|
1419
|
-
"
|
|
1420
|
-
"
|
|
1421
|
-
"optional": true,
|
|
1734
|
+
"label": "Activation condition",
|
|
1735
|
+
"type": "String",
|
|
1736
|
+
"group": "activation",
|
|
1422
1737
|
"feel": "required",
|
|
1423
|
-
"
|
|
1738
|
+
"optional": true,
|
|
1424
1739
|
"binding": {
|
|
1425
|
-
"
|
|
1426
|
-
"
|
|
1740
|
+
"type": "zeebe:property",
|
|
1741
|
+
"name": "activationCondition"
|
|
1427
1742
|
},
|
|
1428
|
-
"
|
|
1743
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events"
|
|
1429
1744
|
},
|
|
1430
1745
|
{
|
|
1431
|
-
"
|
|
1432
|
-
"
|
|
1433
|
-
"
|
|
1746
|
+
"label": "Result variable",
|
|
1747
|
+
"type": "String",
|
|
1748
|
+
"group": "variable-mapping",
|
|
1434
1749
|
"optional": true,
|
|
1435
|
-
"constraints": {
|
|
1436
|
-
"notEmpty": false,
|
|
1437
|
-
"pattern": {
|
|
1438
|
-
"value": "^(PT.*|)$",
|
|
1439
|
-
"message": "must be an ISO-8601 duration"
|
|
1440
|
-
}
|
|
1441
|
-
},
|
|
1442
|
-
"feel": "optional",
|
|
1443
|
-
"group": "correlation",
|
|
1444
1750
|
"binding": {
|
|
1445
|
-
"
|
|
1446
|
-
"
|
|
1751
|
+
"type": "zeebe:property",
|
|
1752
|
+
"name": "resultVariable"
|
|
1447
1753
|
},
|
|
1448
|
-
"
|
|
1754
|
+
"description": "Name of variable to store the result of the connector in"
|
|
1449
1755
|
},
|
|
1450
1756
|
{
|
|
1451
|
-
"
|
|
1452
|
-
"
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
"
|
|
1757
|
+
"label": "Result expression",
|
|
1758
|
+
"description": "Expression to map the inbound payload to process variables",
|
|
1759
|
+
"group": "variable-mapping",
|
|
1760
|
+
"type": "Text",
|
|
1761
|
+
"feel": "required",
|
|
1456
1762
|
"binding": {
|
|
1457
|
-
"
|
|
1458
|
-
"
|
|
1459
|
-
}
|
|
1460
|
-
"type": "Hidden"
|
|
1461
|
-
},
|
|
1462
|
-
{
|
|
1463
|
-
"id": "deduplicationModeManualFlag",
|
|
1464
|
-
"label": "Manual mode",
|
|
1465
|
-
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1466
|
-
"value": false,
|
|
1467
|
-
"group": "deduplication",
|
|
1468
|
-
"binding": {
|
|
1469
|
-
"name": "deduplicationModeManualFlag",
|
|
1470
|
-
"type": "zeebe:property"
|
|
1471
|
-
},
|
|
1472
|
-
"type": "Boolean"
|
|
1473
|
-
},
|
|
1474
|
-
{
|
|
1475
|
-
"id": "deduplicationId",
|
|
1476
|
-
"label": "Deduplication ID",
|
|
1477
|
-
"constraints": {
|
|
1478
|
-
"notEmpty": true,
|
|
1479
|
-
"pattern": {
|
|
1480
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
1481
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1482
|
-
}
|
|
1483
|
-
},
|
|
1484
|
-
"group": "deduplication",
|
|
1485
|
-
"binding": {
|
|
1486
|
-
"name": "deduplicationId",
|
|
1487
|
-
"type": "zeebe:property"
|
|
1488
|
-
},
|
|
1489
|
-
"condition": {
|
|
1490
|
-
"property": "deduplicationModeManualFlag",
|
|
1491
|
-
"equals": true,
|
|
1492
|
-
"type": "simple"
|
|
1493
|
-
},
|
|
1494
|
-
"type": "String"
|
|
1495
|
-
},
|
|
1496
|
-
{
|
|
1497
|
-
"id": "deduplicationModeManual",
|
|
1498
|
-
"value": "MANUAL",
|
|
1499
|
-
"group": "deduplication",
|
|
1500
|
-
"binding": {
|
|
1501
|
-
"name": "deduplicationMode",
|
|
1502
|
-
"type": "zeebe:property"
|
|
1503
|
-
},
|
|
1504
|
-
"condition": {
|
|
1505
|
-
"property": "deduplicationId",
|
|
1506
|
-
"isActive": true,
|
|
1507
|
-
"type": "simple"
|
|
1508
|
-
},
|
|
1509
|
-
"type": "Hidden"
|
|
1510
|
-
},
|
|
1511
|
-
{
|
|
1512
|
-
"id": "deduplicationModeAuto",
|
|
1513
|
-
"value": "AUTO",
|
|
1514
|
-
"group": "deduplication",
|
|
1515
|
-
"binding": {
|
|
1516
|
-
"name": "deduplicationMode",
|
|
1517
|
-
"type": "zeebe:property"
|
|
1518
|
-
},
|
|
1519
|
-
"condition": {
|
|
1520
|
-
"property": "deduplicationId",
|
|
1521
|
-
"isActive": false,
|
|
1522
|
-
"type": "simple"
|
|
1523
|
-
},
|
|
1524
|
-
"type": "Hidden"
|
|
1525
|
-
},
|
|
1526
|
-
{
|
|
1527
|
-
"id": "resultVariable",
|
|
1528
|
-
"label": "Result variable",
|
|
1529
|
-
"description": "Name of variable to store the response in",
|
|
1530
|
-
"group": "output",
|
|
1531
|
-
"binding": {
|
|
1532
|
-
"name": "resultVariable",
|
|
1533
|
-
"type": "zeebe:property"
|
|
1534
|
-
},
|
|
1535
|
-
"type": "String"
|
|
1536
|
-
},
|
|
1537
|
-
{
|
|
1538
|
-
"id": "resultExpression",
|
|
1539
|
-
"label": "Result expression",
|
|
1540
|
-
"description": "Expression to map the response into process variables",
|
|
1541
|
-
"feel": "required",
|
|
1542
|
-
"group": "output",
|
|
1543
|
-
"binding": {
|
|
1544
|
-
"name": "resultExpression",
|
|
1545
|
-
"type": "zeebe:property"
|
|
1546
|
-
},
|
|
1547
|
-
"type": "Text"
|
|
1763
|
+
"type": "zeebe:property",
|
|
1764
|
+
"name": "resultExpression"
|
|
1765
|
+
}
|
|
1548
1766
|
}
|
|
1549
1767
|
],
|
|
1550
1768
|
"icon": {
|
|
1551
|
-
"contents": "data:image/svg+xml;
|
|
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"
|
|
1552
1770
|
},
|
|
1553
1771
|
"engines": {
|
|
1554
|
-
"camunda": "^8.
|
|
1772
|
+
"camunda": "^8.2"
|
|
1555
1773
|
}
|
|
1556
1774
|
},
|
|
1557
1775
|
{
|
|
@@ -1559,8 +1777,11 @@
|
|
|
1559
1777
|
"name": "Kafka Boundary Event Connector",
|
|
1560
1778
|
"id": "io.camunda.connectors.inbound.KafkaBoundary.v1",
|
|
1561
1779
|
"description": "Consume Kafka messages",
|
|
1780
|
+
"metadata": {
|
|
1781
|
+
"keywords": []
|
|
1782
|
+
},
|
|
1562
1783
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
1563
|
-
"version":
|
|
1784
|
+
"version": 7,
|
|
1564
1785
|
"category": {
|
|
1565
1786
|
"id": "connectors",
|
|
1566
1787
|
"name": "Connectors"
|
|
@@ -1570,6 +1791,9 @@
|
|
|
1570
1791
|
"value": "bpmn:BoundaryEvent",
|
|
1571
1792
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
1572
1793
|
},
|
|
1794
|
+
"engines": {
|
|
1795
|
+
"camunda": "^8.3"
|
|
1796
|
+
},
|
|
1573
1797
|
"groups": [
|
|
1574
1798
|
{
|
|
1575
1799
|
"id": "authentication",
|
|
@@ -1580,8 +1804,8 @@
|
|
|
1580
1804
|
"label": "Kafka"
|
|
1581
1805
|
},
|
|
1582
1806
|
{
|
|
1583
|
-
"id": "
|
|
1584
|
-
"label": "
|
|
1807
|
+
"id": "schema",
|
|
1808
|
+
"label": "Schema"
|
|
1585
1809
|
},
|
|
1586
1810
|
{
|
|
1587
1811
|
"id": "activation",
|
|
@@ -1661,29 +1885,6 @@
|
|
|
1661
1885
|
},
|
|
1662
1886
|
"type": "String"
|
|
1663
1887
|
},
|
|
1664
|
-
{
|
|
1665
|
-
"id": "serializationType",
|
|
1666
|
-
"label": "Deserialization type",
|
|
1667
|
-
"description": "Select the deserialization 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>",
|
|
1668
|
-
"optional": false,
|
|
1669
|
-
"value": "json",
|
|
1670
|
-
"group": "kafka",
|
|
1671
|
-
"binding": {
|
|
1672
|
-
"name": "serializationType",
|
|
1673
|
-
"type": "zeebe:property"
|
|
1674
|
-
},
|
|
1675
|
-
"type": "Dropdown",
|
|
1676
|
-
"choices": [
|
|
1677
|
-
{
|
|
1678
|
-
"name": "Default (JSON)",
|
|
1679
|
-
"value": "json"
|
|
1680
|
-
},
|
|
1681
|
-
{
|
|
1682
|
-
"name": "Avro (experimental)",
|
|
1683
|
-
"value": "avro"
|
|
1684
|
-
}
|
|
1685
|
-
]
|
|
1686
|
-
},
|
|
1687
1888
|
{
|
|
1688
1889
|
"id": "topic.bootstrapServers",
|
|
1689
1890
|
"label": "Bootstrap servers",
|
|
@@ -1783,26 +1984,99 @@
|
|
|
1783
1984
|
]
|
|
1784
1985
|
},
|
|
1785
1986
|
{
|
|
1786
|
-
"id": "
|
|
1787
|
-
"label": "
|
|
1788
|
-
"
|
|
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"
|
|
2000
|
+
},
|
|
2001
|
+
{
|
|
2002
|
+
"name": "Avro Inline schema",
|
|
2003
|
+
"value": "inlineSchema"
|
|
2004
|
+
},
|
|
2005
|
+
{
|
|
2006
|
+
"name": "Confluent Schema registry",
|
|
2007
|
+
"value": "schemaRegistry"
|
|
2008
|
+
}
|
|
2009
|
+
]
|
|
2010
|
+
},
|
|
2011
|
+
{
|
|
2012
|
+
"id": "schemaStrategy.avro.schema",
|
|
2013
|
+
"label": "Schema",
|
|
2014
|
+
"description": "Avro inline schema for the message value",
|
|
1789
2015
|
"optional": false,
|
|
1790
2016
|
"constraints": {
|
|
1791
2017
|
"notEmpty": true
|
|
1792
2018
|
},
|
|
1793
2019
|
"feel": "required",
|
|
1794
|
-
"group": "
|
|
2020
|
+
"group": "schema",
|
|
1795
2021
|
"binding": {
|
|
1796
|
-
"name": "
|
|
2022
|
+
"name": "schemaStrategy.schema",
|
|
1797
2023
|
"type": "zeebe:property"
|
|
1798
2024
|
},
|
|
1799
2025
|
"condition": {
|
|
1800
|
-
"property": "
|
|
1801
|
-
"equals": "
|
|
2026
|
+
"property": "schemaStrategy.type",
|
|
2027
|
+
"equals": "inlineSchema",
|
|
1802
2028
|
"type": "simple"
|
|
1803
2029
|
},
|
|
1804
2030
|
"type": "Text"
|
|
1805
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,
|
|
2065
|
+
"constraints": {
|
|
2066
|
+
"notEmpty": true
|
|
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"
|
|
2079
|
+
},
|
|
1806
2080
|
{
|
|
1807
2081
|
"id": "activationCondition",
|
|
1808
2082
|
"label": "Activation condition",
|
|
@@ -1993,280 +2267,6 @@
|
|
|
1993
2267
|
],
|
|
1994
2268
|
"icon": {
|
|
1995
2269
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
1996
|
-
},
|
|
1997
|
-
"engines": {
|
|
1998
|
-
"camunda": "^8.5"
|
|
1999
|
-
}
|
|
2000
|
-
},
|
|
2001
|
-
{
|
|
2002
|
-
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2003
|
-
"name": "Kafka Boundary Event Connector",
|
|
2004
|
-
"id": "io.camunda.connectors.inbound.KafkaBoundary.v1",
|
|
2005
|
-
"version": 1,
|
|
2006
|
-
"description": "Consume Kafka messages",
|
|
2007
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
2008
|
-
"category": {
|
|
2009
|
-
"id": "connectors",
|
|
2010
|
-
"name": "Connectors"
|
|
2011
|
-
},
|
|
2012
|
-
"appliesTo": ["bpmn:BoundaryEvent"],
|
|
2013
|
-
"elementType": {
|
|
2014
|
-
"value": "bpmn:BoundaryEvent",
|
|
2015
|
-
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
2016
|
-
},
|
|
2017
|
-
"groups": [
|
|
2018
|
-
{
|
|
2019
|
-
"id": "authentication",
|
|
2020
|
-
"label": "Authentication"
|
|
2021
|
-
},
|
|
2022
|
-
{
|
|
2023
|
-
"id": "kafka",
|
|
2024
|
-
"label": "Kafka"
|
|
2025
|
-
},
|
|
2026
|
-
{
|
|
2027
|
-
"id": "activation",
|
|
2028
|
-
"label": "Activation"
|
|
2029
|
-
},
|
|
2030
|
-
{
|
|
2031
|
-
"id": "variable-mapping",
|
|
2032
|
-
"label": "Variable mapping"
|
|
2033
|
-
}
|
|
2034
|
-
],
|
|
2035
|
-
"properties": [
|
|
2036
|
-
{
|
|
2037
|
-
"type": "Hidden",
|
|
2038
|
-
"value": "io.camunda:connector-kafka-inbound:1",
|
|
2039
|
-
"binding": {
|
|
2040
|
-
"type": "zeebe:property",
|
|
2041
|
-
"name": "inbound.type"
|
|
2042
|
-
}
|
|
2043
|
-
},
|
|
2044
|
-
{
|
|
2045
|
-
"type": "Hidden",
|
|
2046
|
-
"generatedValue": {
|
|
2047
|
-
"type": "uuid"
|
|
2048
|
-
},
|
|
2049
|
-
"binding": {
|
|
2050
|
-
"type": "bpmn:Message#property",
|
|
2051
|
-
"name": "name"
|
|
2052
|
-
}
|
|
2053
|
-
},
|
|
2054
|
-
{
|
|
2055
|
-
"label": "Authentication type",
|
|
2056
|
-
"description": "Username/password or custom",
|
|
2057
|
-
"id": "authenticationType",
|
|
2058
|
-
"group": "authentication",
|
|
2059
|
-
"type": "Dropdown",
|
|
2060
|
-
"value": "credentials",
|
|
2061
|
-
"choices": [
|
|
2062
|
-
{
|
|
2063
|
-
"name": "Credentials",
|
|
2064
|
-
"value": "credentials"
|
|
2065
|
-
},
|
|
2066
|
-
{
|
|
2067
|
-
"name": "Custom",
|
|
2068
|
-
"value": "custom"
|
|
2069
|
-
}
|
|
2070
|
-
],
|
|
2071
|
-
"binding": {
|
|
2072
|
-
"type": "zeebe:property",
|
|
2073
|
-
"name": "authenticationType"
|
|
2074
|
-
}
|
|
2075
|
-
},
|
|
2076
|
-
{
|
|
2077
|
-
"label": "Username",
|
|
2078
|
-
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
2079
|
-
"group": "authentication",
|
|
2080
|
-
"type": "String",
|
|
2081
|
-
"feel": "optional",
|
|
2082
|
-
"optional": true,
|
|
2083
|
-
"binding": {
|
|
2084
|
-
"type": "zeebe:property",
|
|
2085
|
-
"name": "authentication.username"
|
|
2086
|
-
},
|
|
2087
|
-
"condition": {
|
|
2088
|
-
"property": "authenticationType",
|
|
2089
|
-
"equals": "credentials"
|
|
2090
|
-
}
|
|
2091
|
-
},
|
|
2092
|
-
{
|
|
2093
|
-
"label": "Password",
|
|
2094
|
-
"description": "Provide a password for the user",
|
|
2095
|
-
"group": "authentication",
|
|
2096
|
-
"type": "String",
|
|
2097
|
-
"feel": "optional",
|
|
2098
|
-
"optional": true,
|
|
2099
|
-
"binding": {
|
|
2100
|
-
"type": "zeebe:property",
|
|
2101
|
-
"name": "authentication.password"
|
|
2102
|
-
},
|
|
2103
|
-
"condition": {
|
|
2104
|
-
"property": "authenticationType",
|
|
2105
|
-
"equals": "credentials"
|
|
2106
|
-
}
|
|
2107
|
-
},
|
|
2108
|
-
{
|
|
2109
|
-
"label": "Bootstrap servers",
|
|
2110
|
-
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
2111
|
-
"group": "kafka",
|
|
2112
|
-
"type": "String",
|
|
2113
|
-
"feel": "optional",
|
|
2114
|
-
"binding": {
|
|
2115
|
-
"type": "zeebe:property",
|
|
2116
|
-
"name": "topic.bootstrapServers"
|
|
2117
|
-
},
|
|
2118
|
-
"constraints": {
|
|
2119
|
-
"notEmpty": true
|
|
2120
|
-
}
|
|
2121
|
-
},
|
|
2122
|
-
{
|
|
2123
|
-
"label": "Topic",
|
|
2124
|
-
"description": "Provide the topic name",
|
|
2125
|
-
"group": "kafka",
|
|
2126
|
-
"type": "String",
|
|
2127
|
-
"feel": "optional",
|
|
2128
|
-
"binding": {
|
|
2129
|
-
"type": "zeebe:property",
|
|
2130
|
-
"name": "topic.topicName"
|
|
2131
|
-
},
|
|
2132
|
-
"constraints": {
|
|
2133
|
-
"notEmpty": true
|
|
2134
|
-
}
|
|
2135
|
-
},
|
|
2136
|
-
{
|
|
2137
|
-
"label": "Consumer Group ID",
|
|
2138
|
-
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
2139
|
-
"group": "kafka",
|
|
2140
|
-
"type": "String",
|
|
2141
|
-
"feel": "optional",
|
|
2142
|
-
"optional": true,
|
|
2143
|
-
"binding": {
|
|
2144
|
-
"type": "zeebe:property",
|
|
2145
|
-
"name": "groupId"
|
|
2146
|
-
},
|
|
2147
|
-
"constraints": {
|
|
2148
|
-
"notEmpty": false,
|
|
2149
|
-
"maxLength": 250
|
|
2150
|
-
}
|
|
2151
|
-
},
|
|
2152
|
-
{
|
|
2153
|
-
"label": "Additional properties",
|
|
2154
|
-
"description": "Provide additional Kafka consumer properties in JSON",
|
|
2155
|
-
"group": "kafka",
|
|
2156
|
-
"type": "String",
|
|
2157
|
-
"optional": true,
|
|
2158
|
-
"feel": "required",
|
|
2159
|
-
"binding": {
|
|
2160
|
-
"type": "zeebe:property",
|
|
2161
|
-
"name": "additionalProperties"
|
|
2162
|
-
}
|
|
2163
|
-
},
|
|
2164
|
-
{
|
|
2165
|
-
"label": "Offsets",
|
|
2166
|
-
"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",
|
|
2167
|
-
"group": "kafka",
|
|
2168
|
-
"type": "String",
|
|
2169
|
-
"feel": "optional",
|
|
2170
|
-
"optional": true,
|
|
2171
|
-
"binding": {
|
|
2172
|
-
"type": "zeebe:property",
|
|
2173
|
-
"name": "offsets"
|
|
2174
|
-
}
|
|
2175
|
-
},
|
|
2176
|
-
{
|
|
2177
|
-
"label": "Auto offset reset",
|
|
2178
|
-
"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",
|
|
2179
|
-
"id": "autoOffsetReset",
|
|
2180
|
-
"group": "kafka",
|
|
2181
|
-
"type": "Dropdown",
|
|
2182
|
-
"value": "latest",
|
|
2183
|
-
"choices": [
|
|
2184
|
-
{
|
|
2185
|
-
"name": "Latest",
|
|
2186
|
-
"value": "latest"
|
|
2187
|
-
},
|
|
2188
|
-
{
|
|
2189
|
-
"name": "Earliest",
|
|
2190
|
-
"value": "earliest"
|
|
2191
|
-
},
|
|
2192
|
-
{
|
|
2193
|
-
"name": "None",
|
|
2194
|
-
"value": "none"
|
|
2195
|
-
}
|
|
2196
|
-
],
|
|
2197
|
-
"binding": {
|
|
2198
|
-
"type": "zeebe:property",
|
|
2199
|
-
"name": "autoOffsetReset"
|
|
2200
|
-
}
|
|
2201
|
-
},
|
|
2202
|
-
{
|
|
2203
|
-
"label": "Correlation key (process)",
|
|
2204
|
-
"type": "String",
|
|
2205
|
-
"group": "activation",
|
|
2206
|
-
"feel": "required",
|
|
2207
|
-
"description": "Sets up the correlation key from process variables",
|
|
2208
|
-
"binding": {
|
|
2209
|
-
"type": "bpmn:Message#zeebe:subscription#property",
|
|
2210
|
-
"name": "correlationKey"
|
|
2211
|
-
},
|
|
2212
|
-
"constraints": {
|
|
2213
|
-
"notEmpty": true
|
|
2214
|
-
}
|
|
2215
|
-
},
|
|
2216
|
-
{
|
|
2217
|
-
"label": "Correlation key (payload)",
|
|
2218
|
-
"type": "String",
|
|
2219
|
-
"group": "activation",
|
|
2220
|
-
"feel": "required",
|
|
2221
|
-
"binding": {
|
|
2222
|
-
"type": "zeebe:property",
|
|
2223
|
-
"name": "correlationKeyExpression"
|
|
2224
|
-
},
|
|
2225
|
-
"description": "Extracts the correlation key from the incoming message payload",
|
|
2226
|
-
"constraints": {
|
|
2227
|
-
"notEmpty": true
|
|
2228
|
-
}
|
|
2229
|
-
},
|
|
2230
|
-
{
|
|
2231
|
-
"label": "Activation condition",
|
|
2232
|
-
"type": "String",
|
|
2233
|
-
"group": "activation",
|
|
2234
|
-
"feel": "required",
|
|
2235
|
-
"optional": true,
|
|
2236
|
-
"binding": {
|
|
2237
|
-
"type": "zeebe:property",
|
|
2238
|
-
"name": "activationCondition"
|
|
2239
|
-
},
|
|
2240
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events"
|
|
2241
|
-
},
|
|
2242
|
-
{
|
|
2243
|
-
"label": "Result variable",
|
|
2244
|
-
"type": "String",
|
|
2245
|
-
"group": "variable-mapping",
|
|
2246
|
-
"optional": true,
|
|
2247
|
-
"binding": {
|
|
2248
|
-
"type": "zeebe:property",
|
|
2249
|
-
"name": "resultVariable"
|
|
2250
|
-
},
|
|
2251
|
-
"description": "Name of variable to store the result of the connector in"
|
|
2252
|
-
},
|
|
2253
|
-
{
|
|
2254
|
-
"label": "Result expression",
|
|
2255
|
-
"description": "Expression to map the inbound payload to process variables",
|
|
2256
|
-
"group": "variable-mapping",
|
|
2257
|
-
"type": "Text",
|
|
2258
|
-
"feel": "required",
|
|
2259
|
-
"binding": {
|
|
2260
|
-
"type": "zeebe:property",
|
|
2261
|
-
"name": "resultExpression"
|
|
2262
|
-
}
|
|
2263
|
-
}
|
|
2264
|
-
],
|
|
2265
|
-
"icon": {
|
|
2266
|
-
"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"
|
|
2267
|
-
},
|
|
2268
|
-
"engines": {
|
|
2269
|
-
"camunda": "^8.2"
|
|
2270
2270
|
}
|
|
2271
2271
|
}
|
|
2272
2272
|
]
|