@camunda/connectors-element-templates 1.0.17 → 1.0.19
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 +2 -2
- package/src/connectors.js +12 -2
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +4 -7
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +8 -8
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +8 -8
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +8 -8
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +8 -8
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +9 -12
- package/src/element-templates/agenticai-aiagent-job-worker.json +3770 -29
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +6274 -2594
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +549 -552
- package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +736 -739
- package/src/element-templates/asana-connector.json +759 -48
- package/src/element-templates/automation-anywhere-outbound-connector.json +1763 -1759
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
- package/src/element-templates/aws-bedrock-outbound-connector.json +747 -10
- package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1358 -1358
- package/src/element-templates/aws-eventbridge-connector-boundary.json +383 -18
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +377 -12
- package/src/element-templates/aws-eventbridge-connector-message-start.json +407 -8
- package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
- package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
- package/src/element-templates/aws-lambda-outbound-connector.json +238 -234
- package/src/element-templates/aws-s3-outbound-connector.json +646 -5
- package/src/element-templates/aws-sagemaker-outbound-connector.json +13 -9
- package/src/element-templates/aws-sns-inbound-boundary.json +44 -37
- package/src/element-templates/aws-sns-inbound-intermediate.json +210 -203
- package/src/element-templates/aws-sns-inbound-message-start.json +125 -118
- package/src/element-templates/aws-sns-inbound-receive.json +13 -6
- package/src/element-templates/aws-sns-inbound-start-event.json +134 -127
- package/src/element-templates/aws-sns-outbound-connector.json +581 -577
- package/src/element-templates/aws-sqs-boundary-connector.json +453 -449
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +530 -526
- package/src/element-templates/aws-sqs-outbound-connector.json +711 -709
- package/src/element-templates/aws-sqs-receive-connector.json +15 -11
- package/src/element-templates/aws-sqs-start-event-connector.json +213 -205
- package/src/element-templates/aws-sqs-start-message.json +461 -457
- package/src/element-templates/aws-textract-outbound-connector.json +109 -105
- package/src/element-templates/azure-blobstorage-outbound-connector.json +676 -19
- package/src/element-templates/azure-open-ai-connector.json +1329 -4
- package/src/element-templates/blue-prism-connector.json +569 -24
- package/src/element-templates/box-outbound-connector.json +924 -12
- package/src/element-templates/csv-outbound-connector.json +13 -5
- package/src/element-templates/easy-post-connector.json +1077 -109
- package/src/element-templates/email-inbound-connector-boundary.json +32 -24
- package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
- package/src/element-templates/email-inbound-connector-receive.json +564 -0
- package/src/element-templates/email-message-start-event-connector.json +58 -50
- package/src/element-templates/email-outbound-connector.json +2116 -243
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +3 -6
- package/src/element-templates/github-connector.json +15257 -11722
- package/src/element-templates/github-webhook-connector-boundary.json +27 -29
- package/src/element-templates/github-webhook-connector-intermediate.json +36 -38
- package/src/element-templates/github-webhook-connector-message-start.json +11 -13
- package/src/element-templates/github-webhook-connector-receive.json +13 -15
- package/src/element-templates/github-webhook-connector-start-event.json +54 -56
- package/src/element-templates/gitlab-connector.json +4177 -2545
- package/src/element-templates/google-cloud-storage-outbound-connector.json +562 -13
- package/src/element-templates/google-drive-outbound-connector.json +1386 -766
- package/src/element-templates/google-gemini-outbound-connector.json +13 -5
- package/src/element-templates/google-maps-platform-connector.json +1059 -30
- package/src/element-templates/google-sheets-outbound-connector.json +2449 -1455
- package/src/element-templates/graphql-outbound-connector.json +1744 -1735
- package/src/element-templates/http-json-connector.json +2982 -2332
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +752 -741
- package/src/element-templates/http-polling-connector.json +1512 -1501
- package/src/element-templates/hubspot-outbound-connector.json +2371 -25
- package/src/element-templates/hugging-face-connector.json +234 -3
- package/src/element-templates/jdbc-outbound-connector.json +20 -6
- package/src/element-templates/kafka-inbound-connector-boundary.json +613 -604
- package/src/element-templates/kafka-inbound-connector-intermediate.json +528 -519
- package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
- package/src/element-templates/kafka-inbound-connector-start-message.json +530 -521
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +518 -512
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
- package/src/element-templates/microsoft-office365-mail-connector.json +893 -10
- package/src/element-templates/microsoft-teams-outbound-connector.json +5971 -3807
- package/src/element-templates/openai-connector.json +550 -87
- package/src/element-templates/operate-connector.json +1198 -46
- package/src/element-templates/power-automate-connector.json +601 -9
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +444 -435
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +484 -475
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +367 -358
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +479 -470
- package/src/element-templates/rabbitmq-outbound-connector.json +356 -350
- package/src/element-templates/rpa-connector.json +346 -0
- package/src/element-templates/salesforce-connector.json +544 -0
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
- package/src/element-templates/send-message-connector-message-end-event.json +10 -5
- package/src/element-templates/send-message-connector-send-task.json +10 -5
- package/src/element-templates/sendgrid-outbound-connector.json +945 -337
- package/src/element-templates/servicenow-connector.json +971 -3
- package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
- package/src/element-templates/servicenow-incident-connector.json +980 -3
- package/src/element-templates/slack-inbound-boundary.json +490 -192
- package/src/element-templates/slack-inbound-intermediate.json +421 -123
- package/src/element-templates/slack-inbound-message-start.json +469 -139
- package/src/element-templates/slack-inbound-receive.json +297 -0
- package/src/element-templates/slack-inbound-start-event.json +216 -211
- package/src/element-templates/slack-outbound-connector.json +2451 -753
- package/src/element-templates/soap-outbound-connector.json +812 -2
- package/src/element-templates/twilio-connector.json +1573 -93
- package/src/element-templates/twilio-webhook-boundary-connector.json +19 -10
- package/src/element-templates/twilio-webhook-connector.json +243 -13
- package/src/element-templates/twilio-webhook-intermediate-connector.json +34 -25
- package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
- package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
- package/src/element-templates/uipath-connector.json +594 -2
- package/src/element-templates/webhook-connector-boundary.json +580 -570
- package/src/element-templates/webhook-connector-intermediate.json +1390 -1380
- package/src/element-templates/webhook-connector-receive.json +16 -6
- package/src/element-templates/webhook-connector-start-event.json +1382 -1375
- package/src/element-templates/webhook-connector-start-message.json +1306 -1296
- package/src/element-templates/whatsapp-connector.json +343 -9
- package/src/element-templates/http-connector.json.json +0 -654
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "Kafka
|
|
4
|
+
"name": "Kafka consumer connector",
|
|
5
5
|
"id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
6
|
+
"version": 1,
|
|
7
|
+
"description": "Consume Kafka message",
|
|
8
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka-inbound/",
|
|
9
9
|
"category": {
|
|
10
10
|
"id": "connectors",
|
|
11
11
|
"name": "Connectors"
|
|
@@ -24,53 +24,41 @@
|
|
|
24
24
|
"id": "kafka",
|
|
25
25
|
"label": "Kafka"
|
|
26
26
|
},
|
|
27
|
-
{
|
|
28
|
-
"id": "message",
|
|
29
|
-
"label": "Message deserialization"
|
|
30
|
-
},
|
|
31
27
|
{
|
|
32
28
|
"id": "activation",
|
|
33
29
|
"label": "Activation"
|
|
34
30
|
},
|
|
35
31
|
{
|
|
36
|
-
"id": "
|
|
37
|
-
"label": "
|
|
38
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"id": "deduplication",
|
|
42
|
-
"label": "Deduplication",
|
|
43
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
"id": "output",
|
|
47
|
-
"label": "Output mapping"
|
|
32
|
+
"id": "variable-mapping",
|
|
33
|
+
"label": "Variable mapping"
|
|
48
34
|
}
|
|
49
35
|
],
|
|
50
36
|
"properties": [
|
|
51
37
|
{
|
|
38
|
+
"type": "Hidden",
|
|
52
39
|
"value": "io.camunda:connector-kafka-inbound:1",
|
|
53
40
|
"binding": {
|
|
54
|
-
"
|
|
55
|
-
"
|
|
41
|
+
"type": "zeebe:property",
|
|
42
|
+
"name": "inbound.type"
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"type": "Hidden",
|
|
47
|
+
"generatedValue": {
|
|
48
|
+
"type": "uuid"
|
|
56
49
|
},
|
|
57
|
-
"
|
|
50
|
+
"binding": {
|
|
51
|
+
"type": "bpmn:Message#property",
|
|
52
|
+
"name": "name"
|
|
53
|
+
}
|
|
58
54
|
},
|
|
59
55
|
{
|
|
60
|
-
"id": "authenticationType",
|
|
61
56
|
"label": "Authentication type",
|
|
62
57
|
"description": "Username/password or custom",
|
|
63
|
-
"
|
|
64
|
-
"value": "credentials",
|
|
65
|
-
"constraints": {
|
|
66
|
-
"notEmpty": true
|
|
67
|
-
},
|
|
58
|
+
"id": "authenticationType",
|
|
68
59
|
"group": "authentication",
|
|
69
|
-
"binding": {
|
|
70
|
-
"name": "authenticationType",
|
|
71
|
-
"type": "zeebe:property"
|
|
72
|
-
},
|
|
73
60
|
"type": "Dropdown",
|
|
61
|
+
"value": "credentials",
|
|
74
62
|
"choices": [
|
|
75
63
|
{
|
|
76
64
|
"name": "Credentials",
|
|
@@ -80,120 +68,104 @@
|
|
|
80
68
|
"name": "Custom",
|
|
81
69
|
"value": "custom"
|
|
82
70
|
}
|
|
83
|
-
]
|
|
71
|
+
],
|
|
72
|
+
"binding": {
|
|
73
|
+
"type": "zeebe:property",
|
|
74
|
+
"name": "authenticationType"
|
|
75
|
+
}
|
|
84
76
|
},
|
|
85
77
|
{
|
|
86
|
-
"id": "authentication.username",
|
|
87
78
|
"label": "Username",
|
|
88
79
|
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
89
|
-
"optional": true,
|
|
90
80
|
"group": "authentication",
|
|
81
|
+
"type": "String",
|
|
82
|
+
"feel": "optional",
|
|
83
|
+
"optional": true,
|
|
91
84
|
"binding": {
|
|
92
|
-
"
|
|
93
|
-
"
|
|
85
|
+
"type": "zeebe:property",
|
|
86
|
+
"name": "authentication.username"
|
|
94
87
|
},
|
|
95
|
-
"
|
|
88
|
+
"condition": {
|
|
89
|
+
"property": "authenticationType",
|
|
90
|
+
"equals": "credentials"
|
|
91
|
+
}
|
|
96
92
|
},
|
|
97
93
|
{
|
|
98
|
-
"id": "authentication.password",
|
|
99
94
|
"label": "Password",
|
|
100
95
|
"description": "Provide a password for the user",
|
|
101
|
-
"optional": true,
|
|
102
96
|
"group": "authentication",
|
|
97
|
+
"type": "String",
|
|
98
|
+
"feel": "optional",
|
|
99
|
+
"optional": true,
|
|
103
100
|
"binding": {
|
|
104
|
-
"
|
|
105
|
-
"
|
|
101
|
+
"type": "zeebe:property",
|
|
102
|
+
"name": "authentication.password"
|
|
106
103
|
},
|
|
107
|
-
"
|
|
104
|
+
"condition": {
|
|
105
|
+
"property": "authenticationType",
|
|
106
|
+
"equals": "credentials"
|
|
107
|
+
}
|
|
108
108
|
},
|
|
109
109
|
{
|
|
110
|
-
"id": "topic.bootstrapServers",
|
|
111
110
|
"label": "Bootstrap servers",
|
|
112
111
|
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
113
|
-
"optional": false,
|
|
114
|
-
"constraints": {
|
|
115
|
-
"notEmpty": true
|
|
116
|
-
},
|
|
117
112
|
"group": "kafka",
|
|
113
|
+
"type": "String",
|
|
114
|
+
"feel": "optional",
|
|
118
115
|
"binding": {
|
|
119
|
-
"
|
|
120
|
-
"
|
|
116
|
+
"type": "zeebe:property",
|
|
117
|
+
"name": "topic.bootstrapServers"
|
|
121
118
|
},
|
|
122
|
-
"type": "String"
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
"id": "topic.topicName",
|
|
126
|
-
"label": "Topic",
|
|
127
|
-
"description": "Provide topic name",
|
|
128
|
-
"optional": false,
|
|
129
119
|
"constraints": {
|
|
130
120
|
"notEmpty": true
|
|
131
|
-
}
|
|
132
|
-
"group": "kafka",
|
|
133
|
-
"binding": {
|
|
134
|
-
"name": "topic.topicName",
|
|
135
|
-
"type": "zeebe:property"
|
|
136
|
-
},
|
|
137
|
-
"type": "String"
|
|
121
|
+
}
|
|
138
122
|
},
|
|
139
123
|
{
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
143
|
-
"optional": false,
|
|
124
|
+
"label": "Topic",
|
|
125
|
+
"description": "Provide the topic name",
|
|
144
126
|
"group": "kafka",
|
|
127
|
+
"type": "String",
|
|
128
|
+
"feel": "optional",
|
|
145
129
|
"binding": {
|
|
146
|
-
"
|
|
147
|
-
"
|
|
130
|
+
"type": "zeebe:property",
|
|
131
|
+
"name": "topic.topicName"
|
|
148
132
|
},
|
|
149
|
-
"
|
|
133
|
+
"constraints": {
|
|
134
|
+
"notEmpty": true
|
|
135
|
+
}
|
|
150
136
|
},
|
|
151
137
|
{
|
|
152
|
-
"id": "additionalProperties",
|
|
153
138
|
"label": "Additional properties",
|
|
154
139
|
"description": "Provide additional Kafka consumer properties in JSON",
|
|
140
|
+
"group": "kafka",
|
|
141
|
+
"type": "String",
|
|
155
142
|
"optional": true,
|
|
156
143
|
"feel": "required",
|
|
157
|
-
"group": "kafka",
|
|
158
144
|
"binding": {
|
|
159
|
-
"
|
|
160
|
-
"
|
|
161
|
-
}
|
|
162
|
-
"type": "String"
|
|
145
|
+
"type": "zeebe:property",
|
|
146
|
+
"name": "additionalProperties"
|
|
147
|
+
}
|
|
163
148
|
},
|
|
164
149
|
{
|
|
165
|
-
"id": "offsets",
|
|
166
150
|
"label": "Offsets",
|
|
167
|
-
"description": "
|
|
168
|
-
"optional": true,
|
|
169
|
-
"feel": "optional",
|
|
151
|
+
"description": "Comma-separated list of offsets, e.g., '10,23' or '=[ \"10\", \"23\"]'. If specified, it has to have the same number of values as the number of partitions",
|
|
170
152
|
"group": "kafka",
|
|
153
|
+
"type": "String",
|
|
154
|
+
"feel": "optional",
|
|
155
|
+
"optional": true,
|
|
171
156
|
"binding": {
|
|
172
|
-
"
|
|
173
|
-
"
|
|
174
|
-
}
|
|
175
|
-
"type": "String"
|
|
157
|
+
"type": "zeebe:property",
|
|
158
|
+
"name": "offsets"
|
|
159
|
+
}
|
|
176
160
|
},
|
|
177
161
|
{
|
|
178
|
-
"id": "autoOffsetReset",
|
|
179
162
|
"label": "Auto offset reset",
|
|
180
163
|
"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",
|
|
181
|
-
"
|
|
182
|
-
"value": "latest",
|
|
183
|
-
"constraints": {
|
|
184
|
-
"notEmpty": true
|
|
185
|
-
},
|
|
164
|
+
"id": "autoOffsetReset",
|
|
186
165
|
"group": "kafka",
|
|
187
|
-
"binding": {
|
|
188
|
-
"name": "autoOffsetReset",
|
|
189
|
-
"type": "zeebe:property"
|
|
190
|
-
},
|
|
191
166
|
"type": "Dropdown",
|
|
167
|
+
"value": "latest",
|
|
192
168
|
"choices": [
|
|
193
|
-
{
|
|
194
|
-
"name": "None",
|
|
195
|
-
"value": "none"
|
|
196
|
-
},
|
|
197
169
|
{
|
|
198
170
|
"name": "Latest",
|
|
199
171
|
"value": "latest"
|
|
@@ -201,305 +173,94 @@
|
|
|
201
173
|
{
|
|
202
174
|
"name": "Earliest",
|
|
203
175
|
"value": "earliest"
|
|
204
|
-
}
|
|
205
|
-
]
|
|
206
|
-
},
|
|
207
|
-
{
|
|
208
|
-
"id": "schemaStrategy.type",
|
|
209
|
-
"label": "Schema strategy",
|
|
210
|
-
"value": "noSchema",
|
|
211
|
-
"group": "kafka",
|
|
212
|
-
"binding": {
|
|
213
|
-
"name": "schemaStrategy.type",
|
|
214
|
-
"type": "zeebe:property"
|
|
215
|
-
},
|
|
216
|
-
"type": "Dropdown",
|
|
217
|
-
"choices": [
|
|
218
|
-
{
|
|
219
|
-
"name": "No schema",
|
|
220
|
-
"value": "noSchema"
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
"name": "Inline schema",
|
|
224
|
-
"value": "inlineSchema"
|
|
225
176
|
},
|
|
226
177
|
{
|
|
227
|
-
"name": "
|
|
228
|
-
"value": "
|
|
178
|
+
"name": "None",
|
|
179
|
+
"value": "none"
|
|
229
180
|
}
|
|
230
|
-
]
|
|
181
|
+
],
|
|
182
|
+
"binding": {
|
|
183
|
+
"type": "zeebe:property",
|
|
184
|
+
"name": "autoOffsetReset"
|
|
185
|
+
}
|
|
231
186
|
},
|
|
232
187
|
{
|
|
233
|
-
"
|
|
234
|
-
"
|
|
235
|
-
"
|
|
236
|
-
"
|
|
237
|
-
"
|
|
238
|
-
"group": "kafka",
|
|
188
|
+
"label": "Correlation key (process)",
|
|
189
|
+
"type": "String",
|
|
190
|
+
"group": "activation",
|
|
191
|
+
"feel": "required",
|
|
192
|
+
"description": "Sets up the correlation key from process variables",
|
|
239
193
|
"binding": {
|
|
240
|
-
"
|
|
241
|
-
"
|
|
242
|
-
},
|
|
243
|
-
"condition": {
|
|
244
|
-
"property": "schemaStrategy.type",
|
|
245
|
-
"equals": "schemaRegistry",
|
|
246
|
-
"type": "simple"
|
|
194
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
195
|
+
"name": "correlationKey"
|
|
247
196
|
},
|
|
248
|
-
"type": "Dropdown",
|
|
249
|
-
"choices": [
|
|
250
|
-
{
|
|
251
|
-
"name": "JSON",
|
|
252
|
-
"value": "json"
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"name": "Avro (alpha)",
|
|
256
|
-
"value": "avro"
|
|
257
|
-
}
|
|
258
|
-
]
|
|
259
|
-
},
|
|
260
|
-
{
|
|
261
|
-
"id": "schemaStrategy.schemaRegistryUrl",
|
|
262
|
-
"label": "Schema registry URL",
|
|
263
|
-
"description": "Provide the schema registry URL",
|
|
264
|
-
"optional": false,
|
|
265
197
|
"constraints": {
|
|
266
198
|
"notEmpty": true
|
|
267
|
-
}
|
|
268
|
-
"group": "kafka",
|
|
269
|
-
"binding": {
|
|
270
|
-
"name": "schemaStrategy.schemaRegistryUrl",
|
|
271
|
-
"type": "zeebe:property"
|
|
272
|
-
},
|
|
273
|
-
"condition": {
|
|
274
|
-
"property": "schemaStrategy.type",
|
|
275
|
-
"equals": "schemaRegistry",
|
|
276
|
-
"type": "simple"
|
|
277
|
-
},
|
|
278
|
-
"type": "String"
|
|
199
|
+
}
|
|
279
200
|
},
|
|
280
201
|
{
|
|
281
|
-
"
|
|
282
|
-
"
|
|
283
|
-
"description": "Inline schema (Avro) for the message value",
|
|
284
|
-
"optional": false,
|
|
285
|
-
"constraints": {
|
|
286
|
-
"notEmpty": true
|
|
287
|
-
},
|
|
288
|
-
"feel": "required",
|
|
289
|
-
"group": "message",
|
|
290
|
-
"binding": {
|
|
291
|
-
"name": "schemaStrategy.schema",
|
|
292
|
-
"type": "zeebe:property"
|
|
293
|
-
},
|
|
294
|
-
"condition": {
|
|
295
|
-
"property": "schemaStrategy.type",
|
|
296
|
-
"equals": "inlineSchema",
|
|
297
|
-
"type": "simple"
|
|
298
|
-
},
|
|
299
|
-
"type": "Text"
|
|
300
|
-
},
|
|
301
|
-
{
|
|
302
|
-
"id": "activationCondition",
|
|
303
|
-
"label": "Activation condition",
|
|
304
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
305
|
-
"optional": true,
|
|
306
|
-
"feel": "required",
|
|
307
|
-
"group": "activation",
|
|
308
|
-
"binding": {
|
|
309
|
-
"name": "activationCondition",
|
|
310
|
-
"type": "zeebe:property"
|
|
311
|
-
},
|
|
312
|
-
"type": "String"
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
"id": "consumeUnmatchedEvents",
|
|
316
|
-
"label": "Consume unmatched events",
|
|
317
|
-
"value": true,
|
|
202
|
+
"label": "Correlation key (payload)",
|
|
203
|
+
"type": "String",
|
|
318
204
|
"group": "activation",
|
|
319
|
-
"binding": {
|
|
320
|
-
"name": "consumeUnmatchedEvents",
|
|
321
|
-
"type": "zeebe:property"
|
|
322
|
-
},
|
|
323
|
-
"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",
|
|
324
|
-
"type": "Boolean"
|
|
325
|
-
},
|
|
326
|
-
{
|
|
327
|
-
"id": "correlationKeyProcess",
|
|
328
|
-
"label": "Correlation key (process)",
|
|
329
|
-
"description": "Sets up the correlation key from process variables",
|
|
330
|
-
"constraints": {
|
|
331
|
-
"notEmpty": true
|
|
332
|
-
},
|
|
333
205
|
"feel": "required",
|
|
334
|
-
"group": "correlation",
|
|
335
206
|
"binding": {
|
|
336
|
-
"
|
|
337
|
-
"
|
|
207
|
+
"type": "zeebe:property",
|
|
208
|
+
"name": "correlationKeyExpression"
|
|
338
209
|
},
|
|
339
|
-
"type": "String"
|
|
340
|
-
},
|
|
341
|
-
{
|
|
342
|
-
"id": "correlationKeyPayload",
|
|
343
|
-
"label": "Correlation key (payload)",
|
|
344
210
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
345
211
|
"constraints": {
|
|
346
212
|
"notEmpty": true
|
|
347
|
-
}
|
|
348
|
-
"feel": "required",
|
|
349
|
-
"group": "correlation",
|
|
350
|
-
"binding": {
|
|
351
|
-
"name": "correlationKeyExpression",
|
|
352
|
-
"type": "zeebe:property"
|
|
353
|
-
},
|
|
354
|
-
"type": "String"
|
|
213
|
+
}
|
|
355
214
|
},
|
|
356
215
|
{
|
|
357
|
-
"
|
|
358
|
-
"
|
|
359
|
-
"
|
|
360
|
-
"optional": true,
|
|
216
|
+
"label": "Activation condition",
|
|
217
|
+
"type": "String",
|
|
218
|
+
"group": "activation",
|
|
361
219
|
"feel": "required",
|
|
362
|
-
"group": "correlation",
|
|
363
|
-
"binding": {
|
|
364
|
-
"name": "messageIdExpression",
|
|
365
|
-
"type": "zeebe:property"
|
|
366
|
-
},
|
|
367
|
-
"type": "String"
|
|
368
|
-
},
|
|
369
|
-
{
|
|
370
|
-
"id": "messageTtl",
|
|
371
|
-
"label": "Message TTL",
|
|
372
|
-
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
373
220
|
"optional": true,
|
|
374
|
-
"constraints": {
|
|
375
|
-
"notEmpty": false,
|
|
376
|
-
"pattern": {
|
|
377
|
-
"value": "^(PT.*|)$",
|
|
378
|
-
"message": "must be an ISO-8601 duration"
|
|
379
|
-
}
|
|
380
|
-
},
|
|
381
|
-
"feel": "optional",
|
|
382
|
-
"group": "correlation",
|
|
383
|
-
"binding": {
|
|
384
|
-
"name": "messageTtl",
|
|
385
|
-
"type": "zeebe:property"
|
|
386
|
-
},
|
|
387
|
-
"type": "String"
|
|
388
|
-
},
|
|
389
|
-
{
|
|
390
|
-
"id": "messageNameUuid",
|
|
391
|
-
"generatedValue": {
|
|
392
|
-
"type": "uuid"
|
|
393
|
-
},
|
|
394
|
-
"group": "correlation",
|
|
395
|
-
"binding": {
|
|
396
|
-
"name": "name",
|
|
397
|
-
"type": "bpmn:Message#property"
|
|
398
|
-
},
|
|
399
|
-
"type": "Hidden"
|
|
400
|
-
},
|
|
401
|
-
{
|
|
402
|
-
"id": "deduplicationModeManualFlag",
|
|
403
|
-
"label": "Manual mode",
|
|
404
|
-
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
405
|
-
"value": false,
|
|
406
|
-
"group": "deduplication",
|
|
407
|
-
"binding": {
|
|
408
|
-
"name": "deduplicationModeManualFlag",
|
|
409
|
-
"type": "zeebe:property"
|
|
410
|
-
},
|
|
411
|
-
"type": "Boolean"
|
|
412
|
-
},
|
|
413
|
-
{
|
|
414
|
-
"id": "deduplicationId",
|
|
415
|
-
"label": "Deduplication ID",
|
|
416
|
-
"constraints": {
|
|
417
|
-
"notEmpty": true,
|
|
418
|
-
"pattern": {
|
|
419
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
420
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
421
|
-
}
|
|
422
|
-
},
|
|
423
|
-
"group": "deduplication",
|
|
424
|
-
"binding": {
|
|
425
|
-
"name": "deduplicationId",
|
|
426
|
-
"type": "zeebe:property"
|
|
427
|
-
},
|
|
428
|
-
"condition": {
|
|
429
|
-
"property": "deduplicationModeManualFlag",
|
|
430
|
-
"equals": true,
|
|
431
|
-
"type": "simple"
|
|
432
|
-
},
|
|
433
|
-
"type": "String"
|
|
434
|
-
},
|
|
435
|
-
{
|
|
436
|
-
"id": "deduplicationModeManual",
|
|
437
|
-
"value": "MANUAL",
|
|
438
|
-
"group": "deduplication",
|
|
439
|
-
"binding": {
|
|
440
|
-
"name": "deduplicationMode",
|
|
441
|
-
"type": "zeebe:property"
|
|
442
|
-
},
|
|
443
|
-
"condition": {
|
|
444
|
-
"property": "deduplicationId",
|
|
445
|
-
"isActive": true,
|
|
446
|
-
"type": "simple"
|
|
447
|
-
},
|
|
448
|
-
"type": "Hidden"
|
|
449
|
-
},
|
|
450
|
-
{
|
|
451
|
-
"id": "deduplicationModeAuto",
|
|
452
|
-
"value": "AUTO",
|
|
453
|
-
"group": "deduplication",
|
|
454
221
|
"binding": {
|
|
455
|
-
"
|
|
456
|
-
"
|
|
457
|
-
},
|
|
458
|
-
"condition": {
|
|
459
|
-
"property": "deduplicationId",
|
|
460
|
-
"isActive": false,
|
|
461
|
-
"type": "simple"
|
|
222
|
+
"type": "zeebe:property",
|
|
223
|
+
"name": "activationCondition"
|
|
462
224
|
},
|
|
463
|
-
"
|
|
225
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events"
|
|
464
226
|
},
|
|
465
227
|
{
|
|
466
|
-
"id": "resultVariable",
|
|
467
228
|
"label": "Result variable",
|
|
468
|
-
"
|
|
469
|
-
"group": "
|
|
229
|
+
"type": "String",
|
|
230
|
+
"group": "variable-mapping",
|
|
231
|
+
"optional": true,
|
|
470
232
|
"binding": {
|
|
471
|
-
"
|
|
472
|
-
"
|
|
233
|
+
"type": "zeebe:property",
|
|
234
|
+
"name": "resultVariable"
|
|
473
235
|
},
|
|
474
|
-
"
|
|
236
|
+
"description": "Name of variable to store the result of the connector in"
|
|
475
237
|
},
|
|
476
238
|
{
|
|
477
|
-
"id": "resultExpression",
|
|
478
239
|
"label": "Result expression",
|
|
479
|
-
"description": "Expression to map the
|
|
240
|
+
"description": "Expression to map the inbound payload to process variables",
|
|
241
|
+
"group": "variable-mapping",
|
|
242
|
+
"type": "Text",
|
|
480
243
|
"feel": "required",
|
|
481
|
-
"group": "output",
|
|
482
244
|
"binding": {
|
|
483
|
-
"
|
|
484
|
-
"
|
|
485
|
-
}
|
|
486
|
-
"type": "Text"
|
|
245
|
+
"type": "zeebe:property",
|
|
246
|
+
"name": "resultExpression"
|
|
247
|
+
}
|
|
487
248
|
}
|
|
488
249
|
],
|
|
489
250
|
"icon": {
|
|
490
|
-
"contents": "data:image/svg+xml;
|
|
251
|
+
"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"
|
|
491
252
|
},
|
|
492
253
|
"engines": {
|
|
493
|
-
"camunda": "^8.
|
|
254
|
+
"camunda": "^8.2"
|
|
494
255
|
}
|
|
495
256
|
},
|
|
496
257
|
{
|
|
497
258
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
498
|
-
"name": "Kafka
|
|
259
|
+
"name": "Kafka Intermediate Catch Event Connector",
|
|
499
260
|
"id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
|
|
500
|
-
"version":
|
|
501
|
-
"description": "Consume Kafka
|
|
502
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka
|
|
261
|
+
"version": 3,
|
|
262
|
+
"description": "Consume Kafka messages",
|
|
263
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
503
264
|
"category": {
|
|
504
265
|
"id": "connectors",
|
|
505
266
|
"name": "Connectors"
|
|
@@ -628,6 +389,22 @@
|
|
|
628
389
|
"notEmpty": true
|
|
629
390
|
}
|
|
630
391
|
},
|
|
392
|
+
{
|
|
393
|
+
"label": "Consumer Group ID",
|
|
394
|
+
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
395
|
+
"group": "kafka",
|
|
396
|
+
"type": "String",
|
|
397
|
+
"feel": "optional",
|
|
398
|
+
"optional": true,
|
|
399
|
+
"binding": {
|
|
400
|
+
"type": "zeebe:property",
|
|
401
|
+
"name": "groupId"
|
|
402
|
+
},
|
|
403
|
+
"constraints": {
|
|
404
|
+
"notEmpty": false,
|
|
405
|
+
"maxLength": 250
|
|
406
|
+
}
|
|
407
|
+
},
|
|
631
408
|
{
|
|
632
409
|
"label": "Additional properties",
|
|
633
410
|
"description": "Provide additional Kafka consumer properties in JSON",
|
|
@@ -642,7 +419,7 @@
|
|
|
642
419
|
},
|
|
643
420
|
{
|
|
644
421
|
"label": "Offsets",
|
|
645
|
-
"description": "
|
|
422
|
+
"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",
|
|
646
423
|
"group": "kafka",
|
|
647
424
|
"type": "String",
|
|
648
425
|
"feel": "optional",
|
|
@@ -706,6 +483,18 @@
|
|
|
706
483
|
"notEmpty": true
|
|
707
484
|
}
|
|
708
485
|
},
|
|
486
|
+
{
|
|
487
|
+
"label": "Message ID expression",
|
|
488
|
+
"feel": "required",
|
|
489
|
+
"type": "String",
|
|
490
|
+
"optional": true,
|
|
491
|
+
"group": "activation",
|
|
492
|
+
"binding": {
|
|
493
|
+
"type": "zeebe:property",
|
|
494
|
+
"name": "messageIdExpression"
|
|
495
|
+
},
|
|
496
|
+
"description": "Expression to extract unique identifier of a message"
|
|
497
|
+
},
|
|
709
498
|
{
|
|
710
499
|
"label": "Activation condition",
|
|
711
500
|
"type": "String",
|
|
@@ -745,7 +534,7 @@
|
|
|
745
534
|
"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"
|
|
746
535
|
},
|
|
747
536
|
"engines": {
|
|
748
|
-
"camunda": "^8.
|
|
537
|
+
"camunda": "^8.4"
|
|
749
538
|
}
|
|
750
539
|
},
|
|
751
540
|
{
|
|
@@ -1748,9 +1537,9 @@
|
|
|
1748
1537
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1749
1538
|
"name": "Kafka Intermediate Catch Event Connector",
|
|
1750
1539
|
"id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
|
|
1751
|
-
"version": 3,
|
|
1752
1540
|
"description": "Consume Kafka messages",
|
|
1753
1541
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
1542
|
+
"version": 6,
|
|
1754
1543
|
"category": {
|
|
1755
1544
|
"id": "connectors",
|
|
1756
1545
|
"name": "Connectors"
|
|
@@ -1769,41 +1558,53 @@
|
|
|
1769
1558
|
"id": "kafka",
|
|
1770
1559
|
"label": "Kafka"
|
|
1771
1560
|
},
|
|
1561
|
+
{
|
|
1562
|
+
"id": "message",
|
|
1563
|
+
"label": "Message deserialization"
|
|
1564
|
+
},
|
|
1772
1565
|
{
|
|
1773
1566
|
"id": "activation",
|
|
1774
1567
|
"label": "Activation"
|
|
1775
1568
|
},
|
|
1776
1569
|
{
|
|
1777
|
-
"id": "
|
|
1778
|
-
"label": "
|
|
1779
|
-
|
|
1570
|
+
"id": "correlation",
|
|
1571
|
+
"label": "Correlation",
|
|
1572
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
1573
|
+
},
|
|
1574
|
+
{
|
|
1575
|
+
"id": "deduplication",
|
|
1576
|
+
"label": "Deduplication",
|
|
1577
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
1578
|
+
},
|
|
1579
|
+
{
|
|
1580
|
+
"id": "output",
|
|
1581
|
+
"label": "Output mapping"
|
|
1582
|
+
}
|
|
1780
1583
|
],
|
|
1781
1584
|
"properties": [
|
|
1782
1585
|
{
|
|
1783
|
-
"type": "Hidden",
|
|
1784
1586
|
"value": "io.camunda:connector-kafka-inbound:1",
|
|
1785
1587
|
"binding": {
|
|
1786
|
-
"
|
|
1787
|
-
"
|
|
1788
|
-
}
|
|
1789
|
-
},
|
|
1790
|
-
{
|
|
1791
|
-
"type": "Hidden",
|
|
1792
|
-
"generatedValue": {
|
|
1793
|
-
"type": "uuid"
|
|
1588
|
+
"name": "inbound.type",
|
|
1589
|
+
"type": "zeebe:property"
|
|
1794
1590
|
},
|
|
1795
|
-
"
|
|
1796
|
-
"type": "bpmn:Message#property",
|
|
1797
|
-
"name": "name"
|
|
1798
|
-
}
|
|
1591
|
+
"type": "Hidden"
|
|
1799
1592
|
},
|
|
1800
1593
|
{
|
|
1594
|
+
"id": "authenticationType",
|
|
1801
1595
|
"label": "Authentication type",
|
|
1802
1596
|
"description": "Username/password or custom",
|
|
1803
|
-
"
|
|
1597
|
+
"optional": false,
|
|
1598
|
+
"value": "credentials",
|
|
1599
|
+
"constraints": {
|
|
1600
|
+
"notEmpty": true
|
|
1601
|
+
},
|
|
1804
1602
|
"group": "authentication",
|
|
1603
|
+
"binding": {
|
|
1604
|
+
"name": "authenticationType",
|
|
1605
|
+
"type": "zeebe:property"
|
|
1606
|
+
},
|
|
1805
1607
|
"type": "Dropdown",
|
|
1806
|
-
"value": "credentials",
|
|
1807
1608
|
"choices": [
|
|
1808
1609
|
{
|
|
1809
1610
|
"name": "Credentials",
|
|
@@ -1813,218 +1614,417 @@
|
|
|
1813
1614
|
"name": "Custom",
|
|
1814
1615
|
"value": "custom"
|
|
1815
1616
|
}
|
|
1816
|
-
]
|
|
1817
|
-
"binding": {
|
|
1818
|
-
"type": "zeebe:property",
|
|
1819
|
-
"name": "authenticationType"
|
|
1820
|
-
}
|
|
1617
|
+
]
|
|
1821
1618
|
},
|
|
1822
1619
|
{
|
|
1620
|
+
"id": "authentication.username",
|
|
1823
1621
|
"label": "Username",
|
|
1824
1622
|
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
1825
|
-
"group": "authentication",
|
|
1826
|
-
"type": "String",
|
|
1827
|
-
"feel": "optional",
|
|
1828
1623
|
"optional": true,
|
|
1624
|
+
"group": "authentication",
|
|
1829
1625
|
"binding": {
|
|
1830
|
-
"
|
|
1831
|
-
"
|
|
1626
|
+
"name": "authentication.username",
|
|
1627
|
+
"type": "zeebe:property"
|
|
1832
1628
|
},
|
|
1833
|
-
"
|
|
1834
|
-
"property": "authenticationType",
|
|
1835
|
-
"equals": "credentials"
|
|
1836
|
-
}
|
|
1629
|
+
"type": "String"
|
|
1837
1630
|
},
|
|
1838
1631
|
{
|
|
1632
|
+
"id": "authentication.password",
|
|
1839
1633
|
"label": "Password",
|
|
1840
1634
|
"description": "Provide a password for the user",
|
|
1841
|
-
"group": "authentication",
|
|
1842
|
-
"type": "String",
|
|
1843
|
-
"feel": "optional",
|
|
1844
1635
|
"optional": true,
|
|
1636
|
+
"group": "authentication",
|
|
1845
1637
|
"binding": {
|
|
1846
|
-
"
|
|
1847
|
-
"
|
|
1638
|
+
"name": "authentication.password",
|
|
1639
|
+
"type": "zeebe:property"
|
|
1848
1640
|
},
|
|
1849
|
-
"
|
|
1850
|
-
"property": "authenticationType",
|
|
1851
|
-
"equals": "credentials"
|
|
1852
|
-
}
|
|
1641
|
+
"type": "String"
|
|
1853
1642
|
},
|
|
1854
1643
|
{
|
|
1644
|
+
"id": "topic.bootstrapServers",
|
|
1855
1645
|
"label": "Bootstrap servers",
|
|
1856
1646
|
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
1647
|
+
"optional": false,
|
|
1648
|
+
"constraints": {
|
|
1649
|
+
"notEmpty": true
|
|
1650
|
+
},
|
|
1857
1651
|
"group": "kafka",
|
|
1858
|
-
"
|
|
1652
|
+
"binding": {
|
|
1653
|
+
"name": "topic.bootstrapServers",
|
|
1654
|
+
"type": "zeebe:property"
|
|
1655
|
+
},
|
|
1656
|
+
"type": "String"
|
|
1657
|
+
},
|
|
1658
|
+
{
|
|
1659
|
+
"id": "topic.topicName",
|
|
1660
|
+
"label": "Topic",
|
|
1661
|
+
"description": "Provide topic name",
|
|
1662
|
+
"optional": false,
|
|
1663
|
+
"constraints": {
|
|
1664
|
+
"notEmpty": true
|
|
1665
|
+
},
|
|
1666
|
+
"group": "kafka",
|
|
1667
|
+
"binding": {
|
|
1668
|
+
"name": "topic.topicName",
|
|
1669
|
+
"type": "zeebe:property"
|
|
1670
|
+
},
|
|
1671
|
+
"type": "String"
|
|
1672
|
+
},
|
|
1673
|
+
{
|
|
1674
|
+
"id": "groupId",
|
|
1675
|
+
"label": "Consumer group ID",
|
|
1676
|
+
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
1677
|
+
"optional": false,
|
|
1678
|
+
"group": "kafka",
|
|
1679
|
+
"binding": {
|
|
1680
|
+
"name": "groupId",
|
|
1681
|
+
"type": "zeebe:property"
|
|
1682
|
+
},
|
|
1683
|
+
"type": "String"
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
"id": "additionalProperties",
|
|
1687
|
+
"label": "Additional properties",
|
|
1688
|
+
"description": "Provide additional Kafka consumer properties in JSON",
|
|
1689
|
+
"optional": true,
|
|
1690
|
+
"feel": "required",
|
|
1691
|
+
"group": "kafka",
|
|
1692
|
+
"binding": {
|
|
1693
|
+
"name": "additionalProperties",
|
|
1694
|
+
"type": "zeebe:property"
|
|
1695
|
+
},
|
|
1696
|
+
"type": "String"
|
|
1697
|
+
},
|
|
1698
|
+
{
|
|
1699
|
+
"id": "offsets",
|
|
1700
|
+
"label": "Offsets",
|
|
1701
|
+
"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",
|
|
1702
|
+
"optional": true,
|
|
1859
1703
|
"feel": "optional",
|
|
1704
|
+
"group": "kafka",
|
|
1705
|
+
"binding": {
|
|
1706
|
+
"name": "offsets",
|
|
1707
|
+
"type": "zeebe:property"
|
|
1708
|
+
},
|
|
1709
|
+
"type": "String"
|
|
1710
|
+
},
|
|
1711
|
+
{
|
|
1712
|
+
"id": "autoOffsetReset",
|
|
1713
|
+
"label": "Auto offset reset",
|
|
1714
|
+
"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",
|
|
1715
|
+
"optional": false,
|
|
1716
|
+
"value": "latest",
|
|
1717
|
+
"constraints": {
|
|
1718
|
+
"notEmpty": true
|
|
1719
|
+
},
|
|
1720
|
+
"group": "kafka",
|
|
1721
|
+
"binding": {
|
|
1722
|
+
"name": "autoOffsetReset",
|
|
1723
|
+
"type": "zeebe:property"
|
|
1724
|
+
},
|
|
1725
|
+
"type": "Dropdown",
|
|
1726
|
+
"choices": [
|
|
1727
|
+
{
|
|
1728
|
+
"name": "None",
|
|
1729
|
+
"value": "none"
|
|
1730
|
+
},
|
|
1731
|
+
{
|
|
1732
|
+
"name": "Latest",
|
|
1733
|
+
"value": "latest"
|
|
1734
|
+
},
|
|
1735
|
+
{
|
|
1736
|
+
"name": "Earliest",
|
|
1737
|
+
"value": "earliest"
|
|
1738
|
+
}
|
|
1739
|
+
]
|
|
1740
|
+
},
|
|
1741
|
+
{
|
|
1742
|
+
"id": "schemaStrategy.type",
|
|
1743
|
+
"label": "Schema strategy",
|
|
1744
|
+
"value": "noSchema",
|
|
1745
|
+
"group": "kafka",
|
|
1746
|
+
"binding": {
|
|
1747
|
+
"name": "schemaStrategy.type",
|
|
1748
|
+
"type": "zeebe:property"
|
|
1749
|
+
},
|
|
1750
|
+
"type": "Dropdown",
|
|
1751
|
+
"choices": [
|
|
1752
|
+
{
|
|
1753
|
+
"name": "No schema",
|
|
1754
|
+
"value": "noSchema"
|
|
1755
|
+
},
|
|
1756
|
+
{
|
|
1757
|
+
"name": "Inline schema",
|
|
1758
|
+
"value": "inlineSchema"
|
|
1759
|
+
},
|
|
1760
|
+
{
|
|
1761
|
+
"name": "Schema registry",
|
|
1762
|
+
"value": "schemaRegistry"
|
|
1763
|
+
}
|
|
1764
|
+
]
|
|
1765
|
+
},
|
|
1766
|
+
{
|
|
1767
|
+
"id": "schemaStrategy.schemaType",
|
|
1768
|
+
"label": "Schema type",
|
|
1769
|
+
"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>",
|
|
1770
|
+
"optional": false,
|
|
1771
|
+
"value": "avro",
|
|
1772
|
+
"group": "kafka",
|
|
1773
|
+
"binding": {
|
|
1774
|
+
"name": "schemaStrategy.schemaType",
|
|
1775
|
+
"type": "zeebe:property"
|
|
1776
|
+
},
|
|
1777
|
+
"condition": {
|
|
1778
|
+
"property": "schemaStrategy.type",
|
|
1779
|
+
"equals": "schemaRegistry",
|
|
1780
|
+
"type": "simple"
|
|
1781
|
+
},
|
|
1782
|
+
"type": "Dropdown",
|
|
1783
|
+
"choices": [
|
|
1784
|
+
{
|
|
1785
|
+
"name": "JSON",
|
|
1786
|
+
"value": "json"
|
|
1787
|
+
},
|
|
1788
|
+
{
|
|
1789
|
+
"name": "Avro (alpha)",
|
|
1790
|
+
"value": "avro"
|
|
1791
|
+
}
|
|
1792
|
+
]
|
|
1793
|
+
},
|
|
1794
|
+
{
|
|
1795
|
+
"id": "schemaStrategy.schemaRegistryUrl",
|
|
1796
|
+
"label": "Schema registry URL",
|
|
1797
|
+
"description": "Provide the schema registry URL",
|
|
1798
|
+
"optional": false,
|
|
1799
|
+
"constraints": {
|
|
1800
|
+
"notEmpty": true
|
|
1801
|
+
},
|
|
1802
|
+
"group": "kafka",
|
|
1803
|
+
"binding": {
|
|
1804
|
+
"name": "schemaStrategy.schemaRegistryUrl",
|
|
1805
|
+
"type": "zeebe:property"
|
|
1806
|
+
},
|
|
1807
|
+
"condition": {
|
|
1808
|
+
"property": "schemaStrategy.type",
|
|
1809
|
+
"equals": "schemaRegistry",
|
|
1810
|
+
"type": "simple"
|
|
1811
|
+
},
|
|
1812
|
+
"type": "String"
|
|
1813
|
+
},
|
|
1814
|
+
{
|
|
1815
|
+
"id": "schemaStrategy.avro.schema",
|
|
1816
|
+
"label": "Schema",
|
|
1817
|
+
"description": "Inline schema (Avro) for the message value",
|
|
1818
|
+
"optional": false,
|
|
1819
|
+
"constraints": {
|
|
1820
|
+
"notEmpty": true
|
|
1821
|
+
},
|
|
1822
|
+
"feel": "required",
|
|
1823
|
+
"group": "message",
|
|
1824
|
+
"binding": {
|
|
1825
|
+
"name": "schemaStrategy.schema",
|
|
1826
|
+
"type": "zeebe:property"
|
|
1827
|
+
},
|
|
1828
|
+
"condition": {
|
|
1829
|
+
"property": "schemaStrategy.type",
|
|
1830
|
+
"equals": "inlineSchema",
|
|
1831
|
+
"type": "simple"
|
|
1832
|
+
},
|
|
1833
|
+
"type": "Text"
|
|
1834
|
+
},
|
|
1835
|
+
{
|
|
1836
|
+
"id": "activationCondition",
|
|
1837
|
+
"label": "Activation condition",
|
|
1838
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1839
|
+
"optional": true,
|
|
1840
|
+
"feel": "required",
|
|
1841
|
+
"group": "activation",
|
|
1860
1842
|
"binding": {
|
|
1861
|
-
"
|
|
1862
|
-
"
|
|
1843
|
+
"name": "activationCondition",
|
|
1844
|
+
"type": "zeebe:property"
|
|
1863
1845
|
},
|
|
1864
|
-
"
|
|
1865
|
-
"notEmpty": true
|
|
1866
|
-
}
|
|
1846
|
+
"type": "String"
|
|
1867
1847
|
},
|
|
1868
1848
|
{
|
|
1869
|
-
"
|
|
1870
|
-
"
|
|
1871
|
-
"
|
|
1872
|
-
"
|
|
1873
|
-
"feel": "optional",
|
|
1849
|
+
"id": "consumeUnmatchedEvents",
|
|
1850
|
+
"label": "Consume unmatched events",
|
|
1851
|
+
"value": true,
|
|
1852
|
+
"group": "activation",
|
|
1874
1853
|
"binding": {
|
|
1875
|
-
"
|
|
1876
|
-
"
|
|
1854
|
+
"name": "consumeUnmatchedEvents",
|
|
1855
|
+
"type": "zeebe:property"
|
|
1877
1856
|
},
|
|
1857
|
+
"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",
|
|
1858
|
+
"type": "Boolean"
|
|
1859
|
+
},
|
|
1860
|
+
{
|
|
1861
|
+
"id": "correlationKeyProcess",
|
|
1862
|
+
"label": "Correlation key (process)",
|
|
1863
|
+
"description": "Sets up the correlation key from process variables",
|
|
1878
1864
|
"constraints": {
|
|
1879
1865
|
"notEmpty": true
|
|
1880
|
-
}
|
|
1866
|
+
},
|
|
1867
|
+
"feel": "required",
|
|
1868
|
+
"group": "correlation",
|
|
1869
|
+
"binding": {
|
|
1870
|
+
"name": "correlationKey",
|
|
1871
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
1872
|
+
},
|
|
1873
|
+
"type": "String"
|
|
1881
1874
|
},
|
|
1882
1875
|
{
|
|
1883
|
-
"
|
|
1884
|
-
"
|
|
1885
|
-
"
|
|
1886
|
-
"
|
|
1887
|
-
|
|
1888
|
-
|
|
1876
|
+
"id": "correlationKeyPayload",
|
|
1877
|
+
"label": "Correlation key (payload)",
|
|
1878
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
1879
|
+
"constraints": {
|
|
1880
|
+
"notEmpty": true
|
|
1881
|
+
},
|
|
1882
|
+
"feel": "required",
|
|
1883
|
+
"group": "correlation",
|
|
1889
1884
|
"binding": {
|
|
1890
|
-
"
|
|
1891
|
-
"
|
|
1885
|
+
"name": "correlationKeyExpression",
|
|
1886
|
+
"type": "zeebe:property"
|
|
1892
1887
|
},
|
|
1893
|
-
"
|
|
1894
|
-
"notEmpty": false,
|
|
1895
|
-
"maxLength": 250
|
|
1896
|
-
}
|
|
1888
|
+
"type": "String"
|
|
1897
1889
|
},
|
|
1898
1890
|
{
|
|
1899
|
-
"
|
|
1900
|
-
"
|
|
1901
|
-
"
|
|
1902
|
-
"type": "String",
|
|
1891
|
+
"id": "messageIdExpression",
|
|
1892
|
+
"label": "Message ID expression",
|
|
1893
|
+
"description": "Expression to extract unique identifier of a message",
|
|
1903
1894
|
"optional": true,
|
|
1904
1895
|
"feel": "required",
|
|
1896
|
+
"group": "correlation",
|
|
1905
1897
|
"binding": {
|
|
1906
|
-
"
|
|
1907
|
-
"
|
|
1908
|
-
}
|
|
1898
|
+
"name": "messageIdExpression",
|
|
1899
|
+
"type": "zeebe:property"
|
|
1900
|
+
},
|
|
1901
|
+
"type": "String"
|
|
1909
1902
|
},
|
|
1910
1903
|
{
|
|
1911
|
-
"
|
|
1912
|
-
"
|
|
1913
|
-
"
|
|
1914
|
-
"type": "String",
|
|
1915
|
-
"feel": "optional",
|
|
1904
|
+
"id": "messageTtl",
|
|
1905
|
+
"label": "Message TTL",
|
|
1906
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
1916
1907
|
"optional": true,
|
|
1908
|
+
"constraints": {
|
|
1909
|
+
"notEmpty": false,
|
|
1910
|
+
"pattern": {
|
|
1911
|
+
"value": "^(PT.*|)$",
|
|
1912
|
+
"message": "must be an ISO-8601 duration"
|
|
1913
|
+
}
|
|
1914
|
+
},
|
|
1915
|
+
"feel": "optional",
|
|
1916
|
+
"group": "correlation",
|
|
1917
1917
|
"binding": {
|
|
1918
|
-
"
|
|
1919
|
-
"
|
|
1920
|
-
}
|
|
1918
|
+
"name": "messageTtl",
|
|
1919
|
+
"type": "zeebe:property"
|
|
1920
|
+
},
|
|
1921
|
+
"type": "String"
|
|
1921
1922
|
},
|
|
1922
1923
|
{
|
|
1923
|
-
"
|
|
1924
|
-
"
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
"
|
|
1928
|
-
"value": "latest",
|
|
1929
|
-
"choices": [
|
|
1930
|
-
{
|
|
1931
|
-
"name": "Latest",
|
|
1932
|
-
"value": "latest"
|
|
1933
|
-
},
|
|
1934
|
-
{
|
|
1935
|
-
"name": "Earliest",
|
|
1936
|
-
"value": "earliest"
|
|
1937
|
-
},
|
|
1938
|
-
{
|
|
1939
|
-
"name": "None",
|
|
1940
|
-
"value": "none"
|
|
1941
|
-
}
|
|
1942
|
-
],
|
|
1924
|
+
"id": "messageNameUuid",
|
|
1925
|
+
"generatedValue": {
|
|
1926
|
+
"type": "uuid"
|
|
1927
|
+
},
|
|
1928
|
+
"group": "correlation",
|
|
1943
1929
|
"binding": {
|
|
1944
|
-
"
|
|
1945
|
-
"
|
|
1946
|
-
}
|
|
1930
|
+
"name": "name",
|
|
1931
|
+
"type": "bpmn:Message#property"
|
|
1932
|
+
},
|
|
1933
|
+
"type": "Hidden"
|
|
1947
1934
|
},
|
|
1948
1935
|
{
|
|
1949
|
-
"
|
|
1950
|
-
"
|
|
1951
|
-
"
|
|
1952
|
-
"
|
|
1953
|
-
"
|
|
1936
|
+
"id": "deduplicationModeManualFlag",
|
|
1937
|
+
"label": "Manual mode",
|
|
1938
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1939
|
+
"value": false,
|
|
1940
|
+
"group": "deduplication",
|
|
1954
1941
|
"binding": {
|
|
1955
|
-
"
|
|
1956
|
-
"
|
|
1942
|
+
"name": "deduplicationModeManualFlag",
|
|
1943
|
+
"type": "zeebe:property"
|
|
1957
1944
|
},
|
|
1958
|
-
"
|
|
1959
|
-
"notEmpty": true
|
|
1960
|
-
}
|
|
1945
|
+
"type": "Boolean"
|
|
1961
1946
|
},
|
|
1962
1947
|
{
|
|
1963
|
-
"
|
|
1964
|
-
"
|
|
1965
|
-
"
|
|
1966
|
-
|
|
1948
|
+
"id": "deduplicationId",
|
|
1949
|
+
"label": "Deduplication ID",
|
|
1950
|
+
"constraints": {
|
|
1951
|
+
"notEmpty": true,
|
|
1952
|
+
"pattern": {
|
|
1953
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
1954
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1955
|
+
}
|
|
1956
|
+
},
|
|
1957
|
+
"group": "deduplication",
|
|
1967
1958
|
"binding": {
|
|
1968
|
-
"
|
|
1969
|
-
"
|
|
1959
|
+
"name": "deduplicationId",
|
|
1960
|
+
"type": "zeebe:property"
|
|
1970
1961
|
},
|
|
1971
|
-
"
|
|
1972
|
-
|
|
1973
|
-
"
|
|
1974
|
-
|
|
1962
|
+
"condition": {
|
|
1963
|
+
"property": "deduplicationModeManualFlag",
|
|
1964
|
+
"equals": true,
|
|
1965
|
+
"type": "simple"
|
|
1966
|
+
},
|
|
1967
|
+
"type": "String"
|
|
1975
1968
|
},
|
|
1976
1969
|
{
|
|
1977
|
-
"
|
|
1978
|
-
"
|
|
1979
|
-
"
|
|
1980
|
-
"optional": true,
|
|
1981
|
-
"group": "activation",
|
|
1970
|
+
"id": "deduplicationModeManual",
|
|
1971
|
+
"value": "MANUAL",
|
|
1972
|
+
"group": "deduplication",
|
|
1982
1973
|
"binding": {
|
|
1983
|
-
"
|
|
1984
|
-
"
|
|
1974
|
+
"name": "deduplicationMode",
|
|
1975
|
+
"type": "zeebe:property"
|
|
1985
1976
|
},
|
|
1986
|
-
"
|
|
1977
|
+
"condition": {
|
|
1978
|
+
"property": "deduplicationId",
|
|
1979
|
+
"isActive": true,
|
|
1980
|
+
"type": "simple"
|
|
1981
|
+
},
|
|
1982
|
+
"type": "Hidden"
|
|
1987
1983
|
},
|
|
1988
1984
|
{
|
|
1989
|
-
"
|
|
1990
|
-
"
|
|
1991
|
-
"group": "
|
|
1992
|
-
"feel": "required",
|
|
1993
|
-
"optional": true,
|
|
1985
|
+
"id": "deduplicationModeAuto",
|
|
1986
|
+
"value": "AUTO",
|
|
1987
|
+
"group": "deduplication",
|
|
1994
1988
|
"binding": {
|
|
1995
|
-
"
|
|
1996
|
-
"
|
|
1989
|
+
"name": "deduplicationMode",
|
|
1990
|
+
"type": "zeebe:property"
|
|
1997
1991
|
},
|
|
1998
|
-
"
|
|
1992
|
+
"condition": {
|
|
1993
|
+
"property": "deduplicationId",
|
|
1994
|
+
"isActive": false,
|
|
1995
|
+
"type": "simple"
|
|
1996
|
+
},
|
|
1997
|
+
"type": "Hidden"
|
|
1999
1998
|
},
|
|
2000
1999
|
{
|
|
2000
|
+
"id": "resultVariable",
|
|
2001
2001
|
"label": "Result variable",
|
|
2002
|
-
"
|
|
2003
|
-
"group": "
|
|
2004
|
-
"optional": true,
|
|
2002
|
+
"description": "Name of variable to store the response in",
|
|
2003
|
+
"group": "output",
|
|
2005
2004
|
"binding": {
|
|
2006
|
-
"
|
|
2007
|
-
"
|
|
2005
|
+
"name": "resultVariable",
|
|
2006
|
+
"type": "zeebe:property"
|
|
2008
2007
|
},
|
|
2009
|
-
"
|
|
2008
|
+
"type": "String"
|
|
2010
2009
|
},
|
|
2011
2010
|
{
|
|
2011
|
+
"id": "resultExpression",
|
|
2012
2012
|
"label": "Result expression",
|
|
2013
|
-
"description": "Expression to map the
|
|
2014
|
-
"group": "variable-mapping",
|
|
2015
|
-
"type": "Text",
|
|
2013
|
+
"description": "Expression to map the response into process variables",
|
|
2016
2014
|
"feel": "required",
|
|
2015
|
+
"group": "output",
|
|
2017
2016
|
"binding": {
|
|
2018
|
-
"
|
|
2019
|
-
"
|
|
2020
|
-
}
|
|
2017
|
+
"name": "resultExpression",
|
|
2018
|
+
"type": "zeebe:property"
|
|
2019
|
+
},
|
|
2020
|
+
"type": "Text"
|
|
2021
2021
|
}
|
|
2022
2022
|
],
|
|
2023
2023
|
"icon": {
|
|
2024
|
-
"contents": "data:image/svg+xml;
|
|
2024
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
2025
2025
|
},
|
|
2026
2026
|
"engines": {
|
|
2027
|
-
"camunda": "^8.
|
|
2027
|
+
"camunda": "^8.6"
|
|
2028
2028
|
}
|
|
2029
2029
|
},
|
|
2030
2030
|
{
|
|
@@ -2032,9 +2032,14 @@
|
|
|
2032
2032
|
"name": "Kafka Intermediate Catch Event Connector",
|
|
2033
2033
|
"id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
|
|
2034
2034
|
"description": "Consume Kafka messages",
|
|
2035
|
-
"
|
|
2036
|
-
"
|
|
2037
|
-
|
|
2035
|
+
"keywords": [
|
|
2036
|
+
"receive message",
|
|
2037
|
+
"consume message",
|
|
2038
|
+
"event streaming",
|
|
2039
|
+
"subscribe to topic",
|
|
2040
|
+
"message queue",
|
|
2041
|
+
"stream data"
|
|
2042
|
+
],
|
|
2038
2043
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
2039
2044
|
"version": 7,
|
|
2040
2045
|
"category": {
|
|
@@ -2180,6 +2185,7 @@
|
|
|
2180
2185
|
"name": "groupId",
|
|
2181
2186
|
"type": "zeebe:property"
|
|
2182
2187
|
},
|
|
2188
|
+
"tooltip": "It is strongly recommended to provide an explicit consumer group ID. Use a stable, application-specific identifier that represents the logical consumer group in your application (for example, <code>my-app-order-processor</code>). Leaving this empty auto-generates an ID that may change across connector upgrades, causing message replay.",
|
|
2183
2189
|
"type": "String"
|
|
2184
2190
|
},
|
|
2185
2191
|
{
|
|
@@ -2422,15 +2428,18 @@
|
|
|
2422
2428
|
},
|
|
2423
2429
|
{
|
|
2424
2430
|
"id": "messageNameUuid",
|
|
2431
|
+
"label": "Message name",
|
|
2425
2432
|
"generatedValue": {
|
|
2426
2433
|
"type": "uuid"
|
|
2427
2434
|
},
|
|
2435
|
+
"feel": "optional",
|
|
2428
2436
|
"group": "correlation",
|
|
2429
2437
|
"binding": {
|
|
2430
2438
|
"name": "name",
|
|
2431
2439
|
"type": "bpmn:Message#property"
|
|
2432
2440
|
},
|
|
2433
|
-
"
|
|
2441
|
+
"tooltip": "By default, this is an auto-generated random UUID. We recommend using a unique message name for each connector element in the diagram. Override to set a custom message name. Learn more about <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-subscriptions\">message subscriptions</a> that power inbound connectors.",
|
|
2442
|
+
"type": "String"
|
|
2434
2443
|
},
|
|
2435
2444
|
{
|
|
2436
2445
|
"id": "deduplicationModeManualFlag",
|
|
@@ -2499,7 +2508,7 @@
|
|
|
2499
2508
|
{
|
|
2500
2509
|
"id": "resultVariable",
|
|
2501
2510
|
"label": "Result variable",
|
|
2502
|
-
"description": "Name of variable to store the response in",
|
|
2511
|
+
"description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>.",
|
|
2503
2512
|
"group": "output",
|
|
2504
2513
|
"binding": {
|
|
2505
2514
|
"name": "resultVariable",
|
|
@@ -2510,7 +2519,7 @@
|
|
|
2510
2519
|
{
|
|
2511
2520
|
"id": "resultExpression",
|
|
2512
2521
|
"label": "Result expression",
|
|
2513
|
-
"description": "Expression to map the response into process variables",
|
|
2522
|
+
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>.",
|
|
2514
2523
|
"feel": "required",
|
|
2515
2524
|
"group": "output",
|
|
2516
2525
|
"binding": {
|