@camunda/connectors-element-templates 1.0.7 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/connectors.js +24 -0
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +32 -31
- package/src/element-templates/agenticai-aiagent-job-worker.json +1655 -7
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +2906 -1291
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +1 -1
- package/src/element-templates/asana-connector.json +8 -8
- package/src/element-templates/automation-anywhere-outbound-connector.json +619 -619
- package/src/element-templates/aws-bedrock-outbound-connector.json +30 -30
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1325 -1325
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +38 -38
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-receive.json +356 -0
- package/src/element-templates/aws-eventbridge-outbound-connector.json +10 -10
- package/src/element-templates/aws-lambda-outbound-connector.json +256 -256
- package/src/element-templates/aws-s3-outbound-connector.json +30 -30
- package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
- package/src/element-templates/aws-sns-inbound-boundary.json +311 -311
- package/src/element-templates/aws-sns-inbound-intermediate.json +328 -328
- package/src/element-templates/aws-sns-inbound-message-start.json +343 -343
- package/src/element-templates/aws-sns-inbound-receive.json +304 -0
- package/src/element-templates/aws-sns-inbound-start-event.json +131 -131
- package/src/element-templates/aws-sns-outbound-connector.json +424 -424
- package/src/element-templates/aws-sqs-boundary-connector.json +305 -305
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +918 -918
- package/src/element-templates/aws-sqs-outbound-connector.json +743 -743
- package/src/element-templates/aws-sqs-receive-connector.json +418 -0
- package/src/element-templates/aws-sqs-start-event-connector.json +369 -369
- package/src/element-templates/aws-sqs-start-message.json +914 -914
- package/src/element-templates/blue-prism-connector.json +50 -50
- package/src/element-templates/csv-outbound-connector.json +26 -26
- package/src/element-templates/easy-post-connector.json +271 -271
- package/src/element-templates/email-inbound-connector-boundary.json +19 -19
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-message-start-event-connector.json +19 -19
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +503 -503
- package/src/element-templates/github-connector.json +2723 -2723
- package/src/element-templates/github-webhook-connector-intermediate.json +42 -42
- package/src/element-templates/github-webhook-connector-receive.json +202 -0
- package/src/element-templates/github-webhook-connector-start-event.json +32 -32
- package/src/element-templates/gitlab-connector.json +160 -160
- package/src/element-templates/google-drive-outbound-connector.json +438 -438
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +16 -16
- package/src/element-templates/google-sheets-outbound-connector.json +1059 -1059
- package/src/element-templates/graphql-outbound-connector.json +1179 -1179
- package/src/element-templates/http-json-connector.json +2662 -2057
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +635 -6
- package/src/element-templates/http-polling-connector.json +631 -2
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +41 -41
- package/src/element-templates/kafka-inbound-connector-boundary.json +958 -958
- package/src/element-templates/kafka-inbound-connector-intermediate.json +681 -681
- package/src/element-templates/kafka-inbound-connector-receive.json +498 -0
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +356 -356
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +4188 -4188
- package/src/element-templates/openai-connector.json +78 -78
- package/src/element-templates/operate-connector.json +79 -79
- package/src/element-templates/power-automate-connector.json +12 -12
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +747 -747
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +463 -463
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +11 -11
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +461 -0
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +681 -681
- package/src/element-templates/rabbitmq-outbound-connector.json +670 -670
- package/src/element-templates/salesforce-connector.json +38 -38
- package/src/element-templates/sendgrid-outbound-connector.json +397 -397
- package/src/element-templates/servicenow-connector.json +942 -0
- package/src/element-templates/servicenow-flow-starter-connector.json +643 -0
- package/src/element-templates/servicenow-incident-connector.json +969 -0
- package/src/element-templates/slack-inbound-boundary.json +173 -173
- package/src/element-templates/slack-inbound-intermediate.json +232 -232
- package/src/element-templates/slack-inbound-message-start.json +209 -209
- package/src/element-templates/slack-inbound-receive.json +290 -0
- package/src/element-templates/slack-inbound-start-event.json +218 -218
- package/src/element-templates/slack-outbound-connector.json +955 -955
- package/src/element-templates/twilio-connector.json +87 -87
- package/src/element-templates/twilio-webhook-boundary-connector.json +26 -26
- package/src/element-templates/twilio-webhook-connector.json +20 -20
- package/src/element-templates/twilio-webhook-intermediate-connector.json +50 -50
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/twilio-webhook-receive-connector.json +262 -0
- package/src/element-templates/uipath-connector.json +41 -41
- package/src/element-templates/webhook-connector-boundary.json +1050 -1050
- package/src/element-templates/webhook-connector-intermediate.json +1356 -1356
- package/src/element-templates/webhook-connector-receive.json +609 -0
- package/src/element-templates/webhook-connector-start-event.json +2280 -2280
- package/src/element-templates/webhook-connector-start-message.json +1205 -1205
- package/src/element-templates/whatsapp-connector.json +42 -42
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "RabbitMQ
|
|
4
|
+
"name": "RabbitMQ connector",
|
|
5
5
|
"id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
|
|
6
|
+
"version": 1,
|
|
6
7
|
"description": "Receive a message from RabbitMQ",
|
|
7
|
-
"
|
|
8
|
-
"keywords": []
|
|
9
|
-
},
|
|
10
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
|
|
11
|
-
"version": 8,
|
|
8
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
|
|
12
9
|
"category": {
|
|
13
10
|
"id": "connectors",
|
|
14
11
|
"name": "Connectors"
|
|
@@ -18,9 +15,6 @@
|
|
|
18
15
|
"value": "bpmn:IntermediateCatchEvent",
|
|
19
16
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
20
17
|
},
|
|
21
|
-
"engines": {
|
|
22
|
-
"camunda": "^8.3"
|
|
23
|
-
},
|
|
24
18
|
"groups": [
|
|
25
19
|
{
|
|
26
20
|
"id": "authentication",
|
|
@@ -39,39 +33,39 @@
|
|
|
39
33
|
"label": "Activation"
|
|
40
34
|
},
|
|
41
35
|
{
|
|
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"
|
|
36
|
+
"id": "variable-mapping",
|
|
37
|
+
"label": "Variable mapping"
|
|
54
38
|
}
|
|
55
39
|
],
|
|
56
40
|
"properties": [
|
|
57
41
|
{
|
|
42
|
+
"type": "Hidden",
|
|
58
43
|
"value": "io.camunda:connector-rabbitmq-inbound:1",
|
|
59
44
|
"binding": {
|
|
60
|
-
"
|
|
61
|
-
"
|
|
45
|
+
"type": "zeebe:property",
|
|
46
|
+
"name": "inbound.type"
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"type": "Hidden",
|
|
51
|
+
"generatedValue": {
|
|
52
|
+
"type": "uuid"
|
|
62
53
|
},
|
|
63
|
-
"
|
|
54
|
+
"binding": {
|
|
55
|
+
"type": "bpmn:Message#property",
|
|
56
|
+
"name": "name"
|
|
57
|
+
}
|
|
64
58
|
},
|
|
65
59
|
{
|
|
66
|
-
"id": "
|
|
60
|
+
"id": "connectionType",
|
|
67
61
|
"label": "Connection type",
|
|
68
|
-
"value": "uri",
|
|
69
62
|
"group": "authentication",
|
|
63
|
+
"type": "Dropdown",
|
|
64
|
+
"value": "uri",
|
|
70
65
|
"binding": {
|
|
71
|
-
"
|
|
72
|
-
"
|
|
66
|
+
"type": "zeebe:property",
|
|
67
|
+
"name": "authentication.authType"
|
|
73
68
|
},
|
|
74
|
-
"type": "Dropdown",
|
|
75
69
|
"choices": [
|
|
76
70
|
{
|
|
77
71
|
"name": "URI",
|
|
@@ -84,178 +78,154 @@
|
|
|
84
78
|
]
|
|
85
79
|
},
|
|
86
80
|
{
|
|
87
|
-
"id": "authentication.uri",
|
|
88
81
|
"label": "URI",
|
|
89
82
|
"description": "URI should contain username, password, host name, port number, and virtual host",
|
|
90
|
-
"
|
|
83
|
+
"group": "authentication",
|
|
84
|
+
"type": "String",
|
|
85
|
+
"binding": {
|
|
86
|
+
"type": "zeebe:property",
|
|
87
|
+
"name": "authentication.uri"
|
|
88
|
+
},
|
|
91
89
|
"constraints": {
|
|
92
90
|
"notEmpty": true,
|
|
93
91
|
"pattern": {
|
|
94
|
-
"value": "^(
|
|
92
|
+
"value": "^(amqps?://)|(secrets).*",
|
|
95
93
|
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
96
94
|
}
|
|
97
95
|
},
|
|
98
|
-
"group": "authentication",
|
|
99
|
-
"binding": {
|
|
100
|
-
"name": "authentication.uri",
|
|
101
|
-
"type": "zeebe:property"
|
|
102
|
-
},
|
|
103
96
|
"condition": {
|
|
104
|
-
"property": "
|
|
105
|
-
"equals": "uri"
|
|
106
|
-
|
|
107
|
-
},
|
|
108
|
-
"type": "String"
|
|
97
|
+
"property": "connectionType",
|
|
98
|
+
"equals": "uri"
|
|
99
|
+
}
|
|
109
100
|
},
|
|
110
101
|
{
|
|
111
|
-
"id": "authentication.userName",
|
|
112
102
|
"label": "Username",
|
|
113
|
-
"optional": false,
|
|
114
|
-
"constraints": {
|
|
115
|
-
"notEmpty": true
|
|
116
|
-
},
|
|
117
103
|
"group": "authentication",
|
|
104
|
+
"type": "String",
|
|
118
105
|
"binding": {
|
|
119
|
-
"
|
|
120
|
-
"
|
|
106
|
+
"type": "zeebe:property",
|
|
107
|
+
"name": "authentication.userName"
|
|
121
108
|
},
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
"equals": "credentials",
|
|
125
|
-
"type": "simple"
|
|
109
|
+
"constraints": {
|
|
110
|
+
"notEmpty": true
|
|
126
111
|
},
|
|
127
|
-
"
|
|
112
|
+
"condition": {
|
|
113
|
+
"property": "connectionType",
|
|
114
|
+
"equals": "credentials"
|
|
115
|
+
}
|
|
128
116
|
},
|
|
129
117
|
{
|
|
130
|
-
"id": "authentication.password",
|
|
131
118
|
"label": "Password",
|
|
132
|
-
"optional": false,
|
|
133
|
-
"constraints": {
|
|
134
|
-
"notEmpty": true
|
|
135
|
-
},
|
|
136
119
|
"group": "authentication",
|
|
120
|
+
"type": "String",
|
|
137
121
|
"binding": {
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
},
|
|
141
|
-
"condition": {
|
|
142
|
-
"property": "authentication.authType",
|
|
143
|
-
"equals": "credentials",
|
|
144
|
-
"type": "simple"
|
|
122
|
+
"type": "zeebe:property",
|
|
123
|
+
"name": "authentication.password"
|
|
145
124
|
},
|
|
146
|
-
"type": "String"
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
"id": "routing.virtualHost",
|
|
150
|
-
"label": "Virtual host",
|
|
151
|
-
"description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
|
|
152
|
-
"optional": false,
|
|
153
125
|
"constraints": {
|
|
154
126
|
"notEmpty": true
|
|
155
127
|
},
|
|
156
|
-
"group": "routing",
|
|
157
|
-
"binding": {
|
|
158
|
-
"name": "routing.virtualHost",
|
|
159
|
-
"type": "zeebe:property"
|
|
160
|
-
},
|
|
161
128
|
"condition": {
|
|
162
|
-
"property": "
|
|
163
|
-
"equals": "credentials"
|
|
164
|
-
|
|
165
|
-
},
|
|
166
|
-
"type": "String"
|
|
129
|
+
"property": "connectionType",
|
|
130
|
+
"equals": "credentials"
|
|
131
|
+
}
|
|
167
132
|
},
|
|
168
133
|
{
|
|
169
|
-
"id": "routing.hostName",
|
|
170
134
|
"label": "Host name",
|
|
171
|
-
"description": "Host name: get from RabbitMQ external
|
|
172
|
-
"
|
|
135
|
+
"description": "Host name: get from RabbitMQ external applocation configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
|
|
136
|
+
"group": "routing",
|
|
137
|
+
"type": "String",
|
|
138
|
+
"binding": {
|
|
139
|
+
"type": "zeebe:property",
|
|
140
|
+
"name": "routing.hostName"
|
|
141
|
+
},
|
|
173
142
|
"constraints": {
|
|
174
143
|
"notEmpty": true
|
|
175
144
|
},
|
|
145
|
+
"condition": {
|
|
146
|
+
"property": "connectionType",
|
|
147
|
+
"equals": "credentials"
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"label": "Virtual host",
|
|
152
|
+
"description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
|
|
176
153
|
"group": "routing",
|
|
154
|
+
"type": "String",
|
|
177
155
|
"binding": {
|
|
178
|
-
"
|
|
179
|
-
"
|
|
156
|
+
"type": "zeebe:property",
|
|
157
|
+
"name": "routing.virtualHost"
|
|
180
158
|
},
|
|
181
|
-
"
|
|
182
|
-
"
|
|
183
|
-
"equals": "credentials",
|
|
184
|
-
"type": "simple"
|
|
159
|
+
"constraints": {
|
|
160
|
+
"notEmpty": true
|
|
185
161
|
},
|
|
186
|
-
"
|
|
162
|
+
"condition": {
|
|
163
|
+
"property": "connectionType",
|
|
164
|
+
"equals": "credentials"
|
|
165
|
+
}
|
|
187
166
|
},
|
|
188
167
|
{
|
|
189
|
-
"id": "routing.port",
|
|
190
168
|
"label": "Port",
|
|
191
|
-
"description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq
|
|
192
|
-
"optional": false,
|
|
193
|
-
"constraints": {
|
|
194
|
-
"notEmpty": true
|
|
195
|
-
},
|
|
169
|
+
"description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
|
|
196
170
|
"group": "routing",
|
|
171
|
+
"type": "String",
|
|
197
172
|
"binding": {
|
|
198
|
-
"
|
|
199
|
-
"
|
|
173
|
+
"type": "zeebe:property",
|
|
174
|
+
"name": "routing.port"
|
|
200
175
|
},
|
|
201
|
-
"
|
|
202
|
-
"
|
|
203
|
-
"equals": "credentials",
|
|
204
|
-
"type": "simple"
|
|
176
|
+
"constraints": {
|
|
177
|
+
"notEmpty": true
|
|
205
178
|
},
|
|
206
|
-
"
|
|
179
|
+
"condition": {
|
|
180
|
+
"property": "connectionType",
|
|
181
|
+
"equals": "credentials"
|
|
182
|
+
}
|
|
207
183
|
},
|
|
208
184
|
{
|
|
209
|
-
"id": "queueName",
|
|
210
185
|
"label": "Queue name",
|
|
211
186
|
"description": "Name of the queue to subscribe to",
|
|
212
|
-
"optional": false,
|
|
213
|
-
"constraints": {
|
|
214
|
-
"notEmpty": true
|
|
215
|
-
},
|
|
216
187
|
"group": "subscription",
|
|
188
|
+
"type": "String",
|
|
189
|
+
"feel": "optional",
|
|
217
190
|
"binding": {
|
|
218
|
-
"
|
|
219
|
-
"
|
|
191
|
+
"type": "zeebe:property",
|
|
192
|
+
"name": "queueName"
|
|
220
193
|
},
|
|
221
|
-
"
|
|
194
|
+
"constraints": {
|
|
195
|
+
"notEmpty": true
|
|
196
|
+
}
|
|
222
197
|
},
|
|
223
198
|
{
|
|
224
|
-
"id": "consumerTag",
|
|
225
199
|
"label": "Consumer tag",
|
|
226
200
|
"description": "Consumer tag to use for the subscription",
|
|
227
|
-
"optional": false,
|
|
228
201
|
"group": "subscription",
|
|
202
|
+
"type": "String",
|
|
203
|
+
"feel": "optional",
|
|
229
204
|
"binding": {
|
|
230
|
-
"
|
|
231
|
-
"
|
|
232
|
-
}
|
|
233
|
-
"type": "String"
|
|
205
|
+
"type": "zeebe:property",
|
|
206
|
+
"name": "consumerTag"
|
|
207
|
+
}
|
|
234
208
|
},
|
|
235
209
|
{
|
|
236
|
-
"id": "arguments",
|
|
237
210
|
"label": "Arguments",
|
|
238
211
|
"description": "Arguments to use for the subscription",
|
|
239
|
-
"optional": true,
|
|
240
|
-
"feel": "required",
|
|
241
212
|
"group": "subscription",
|
|
213
|
+
"type": "String",
|
|
214
|
+
"feel": "required",
|
|
242
215
|
"binding": {
|
|
243
|
-
"
|
|
244
|
-
"
|
|
245
|
-
}
|
|
246
|
-
"type": "String"
|
|
216
|
+
"type": "zeebe:property",
|
|
217
|
+
"name": "arguments"
|
|
218
|
+
}
|
|
247
219
|
},
|
|
248
220
|
{
|
|
249
|
-
"id": "exclusive",
|
|
250
221
|
"label": "Exclusive consumer",
|
|
251
|
-
"optional": false,
|
|
252
|
-
"value": "false",
|
|
253
222
|
"group": "subscription",
|
|
223
|
+
"type": "Dropdown",
|
|
224
|
+
"value": "false",
|
|
254
225
|
"binding": {
|
|
255
|
-
"
|
|
256
|
-
"
|
|
226
|
+
"type": "zeebe:property",
|
|
227
|
+
"name": "exclusive"
|
|
257
228
|
},
|
|
258
|
-
"type": "Dropdown",
|
|
259
229
|
"choices": [
|
|
260
230
|
{
|
|
261
231
|
"name": "Yes",
|
|
@@ -268,204 +238,83 @@
|
|
|
268
238
|
]
|
|
269
239
|
},
|
|
270
240
|
{
|
|
271
|
-
"
|
|
272
|
-
"
|
|
273
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
274
|
-
"optional": true,
|
|
275
|
-
"feel": "required",
|
|
241
|
+
"label": "Correlation key (process)",
|
|
242
|
+
"type": "String",
|
|
276
243
|
"group": "activation",
|
|
244
|
+
"feel": "required",
|
|
245
|
+
"description": "Sets up the correlation key from process variables",
|
|
277
246
|
"binding": {
|
|
278
|
-
"
|
|
279
|
-
"
|
|
247
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
248
|
+
"name": "correlationKey"
|
|
280
249
|
},
|
|
281
|
-
"
|
|
250
|
+
"constraints": {
|
|
251
|
+
"notEmpty": true
|
|
252
|
+
}
|
|
282
253
|
},
|
|
283
254
|
{
|
|
284
|
-
"
|
|
285
|
-
"
|
|
286
|
-
"value": true,
|
|
255
|
+
"label": "Correlation key (payload)",
|
|
256
|
+
"type": "String",
|
|
287
257
|
"group": "activation",
|
|
288
|
-
"binding": {
|
|
289
|
-
"name": "consumeUnmatchedEvents",
|
|
290
|
-
"type": "zeebe:property"
|
|
291
|
-
},
|
|
292
|
-
"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",
|
|
293
|
-
"type": "Boolean"
|
|
294
|
-
},
|
|
295
|
-
{
|
|
296
|
-
"id": "correlationKeyProcess",
|
|
297
|
-
"label": "Correlation key (process)",
|
|
298
|
-
"description": "Sets up the correlation key from process variables",
|
|
299
|
-
"constraints": {
|
|
300
|
-
"notEmpty": true
|
|
301
|
-
},
|
|
302
258
|
"feel": "required",
|
|
303
|
-
"group": "correlation",
|
|
304
259
|
"binding": {
|
|
305
|
-
"
|
|
306
|
-
"
|
|
260
|
+
"type": "zeebe:property",
|
|
261
|
+
"name": "correlationKeyExpression"
|
|
307
262
|
},
|
|
308
|
-
"type": "String"
|
|
309
|
-
},
|
|
310
|
-
{
|
|
311
|
-
"id": "correlationKeyPayload",
|
|
312
|
-
"label": "Correlation key (payload)",
|
|
313
263
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
314
264
|
"constraints": {
|
|
315
265
|
"notEmpty": true
|
|
316
|
-
}
|
|
317
|
-
"feel": "required",
|
|
318
|
-
"group": "correlation",
|
|
319
|
-
"binding": {
|
|
320
|
-
"name": "correlationKeyExpression",
|
|
321
|
-
"type": "zeebe:property"
|
|
322
|
-
},
|
|
323
|
-
"type": "String"
|
|
266
|
+
}
|
|
324
267
|
},
|
|
325
268
|
{
|
|
326
|
-
"
|
|
327
|
-
"
|
|
328
|
-
"
|
|
329
|
-
"optional": true,
|
|
269
|
+
"label": "Activation condition",
|
|
270
|
+
"type": "String",
|
|
271
|
+
"group": "activation",
|
|
330
272
|
"feel": "required",
|
|
331
|
-
"group": "correlation",
|
|
332
|
-
"binding": {
|
|
333
|
-
"name": "messageIdExpression",
|
|
334
|
-
"type": "zeebe:property"
|
|
335
|
-
},
|
|
336
|
-
"type": "String"
|
|
337
|
-
},
|
|
338
|
-
{
|
|
339
|
-
"id": "messageTtl",
|
|
340
|
-
"label": "Message TTL",
|
|
341
|
-
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
342
273
|
"optional": true,
|
|
343
|
-
"constraints": {
|
|
344
|
-
"notEmpty": false,
|
|
345
|
-
"pattern": {
|
|
346
|
-
"value": "^(PT.*|)$",
|
|
347
|
-
"message": "must be an ISO-8601 duration"
|
|
348
|
-
}
|
|
349
|
-
},
|
|
350
|
-
"feel": "optional",
|
|
351
|
-
"group": "correlation",
|
|
352
|
-
"binding": {
|
|
353
|
-
"name": "messageTtl",
|
|
354
|
-
"type": "zeebe:property"
|
|
355
|
-
},
|
|
356
|
-
"type": "String"
|
|
357
|
-
},
|
|
358
|
-
{
|
|
359
|
-
"id": "messageNameUuid",
|
|
360
|
-
"generatedValue": {
|
|
361
|
-
"type": "uuid"
|
|
362
|
-
},
|
|
363
|
-
"group": "correlation",
|
|
364
|
-
"binding": {
|
|
365
|
-
"name": "name",
|
|
366
|
-
"type": "bpmn:Message#property"
|
|
367
|
-
},
|
|
368
|
-
"type": "Hidden"
|
|
369
|
-
},
|
|
370
|
-
{
|
|
371
|
-
"id": "deduplicationModeManualFlag",
|
|
372
|
-
"label": "Manual mode",
|
|
373
|
-
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
374
|
-
"value": false,
|
|
375
|
-
"group": "deduplication",
|
|
376
|
-
"binding": {
|
|
377
|
-
"name": "deduplicationModeManualFlag",
|
|
378
|
-
"type": "zeebe:property"
|
|
379
|
-
},
|
|
380
|
-
"type": "Boolean"
|
|
381
|
-
},
|
|
382
|
-
{
|
|
383
|
-
"id": "deduplicationId",
|
|
384
|
-
"label": "Deduplication ID",
|
|
385
|
-
"constraints": {
|
|
386
|
-
"notEmpty": true,
|
|
387
|
-
"pattern": {
|
|
388
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
389
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
390
|
-
}
|
|
391
|
-
},
|
|
392
|
-
"group": "deduplication",
|
|
393
274
|
"binding": {
|
|
394
|
-
"
|
|
395
|
-
"
|
|
396
|
-
},
|
|
397
|
-
"condition": {
|
|
398
|
-
"property": "deduplicationModeManualFlag",
|
|
399
|
-
"equals": true,
|
|
400
|
-
"type": "simple"
|
|
401
|
-
},
|
|
402
|
-
"type": "String"
|
|
403
|
-
},
|
|
404
|
-
{
|
|
405
|
-
"id": "deduplicationModeManual",
|
|
406
|
-
"value": "MANUAL",
|
|
407
|
-
"group": "deduplication",
|
|
408
|
-
"binding": {
|
|
409
|
-
"name": "deduplicationMode",
|
|
410
|
-
"type": "zeebe:property"
|
|
411
|
-
},
|
|
412
|
-
"condition": {
|
|
413
|
-
"property": "deduplicationId",
|
|
414
|
-
"isActive": true,
|
|
415
|
-
"type": "simple"
|
|
416
|
-
},
|
|
417
|
-
"type": "Hidden"
|
|
418
|
-
},
|
|
419
|
-
{
|
|
420
|
-
"id": "deduplicationModeAuto",
|
|
421
|
-
"value": "AUTO",
|
|
422
|
-
"group": "deduplication",
|
|
423
|
-
"binding": {
|
|
424
|
-
"name": "deduplicationMode",
|
|
425
|
-
"type": "zeebe:property"
|
|
426
|
-
},
|
|
427
|
-
"condition": {
|
|
428
|
-
"property": "deduplicationId",
|
|
429
|
-
"isActive": false,
|
|
430
|
-
"type": "simple"
|
|
275
|
+
"type": "zeebe:property",
|
|
276
|
+
"name": "activationCondition"
|
|
431
277
|
},
|
|
432
|
-
"
|
|
278
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events"
|
|
433
279
|
},
|
|
434
280
|
{
|
|
435
|
-
"id": "resultVariable",
|
|
436
281
|
"label": "Result variable",
|
|
437
|
-
"
|
|
438
|
-
"group": "
|
|
282
|
+
"type": "String",
|
|
283
|
+
"group": "variable-mapping",
|
|
284
|
+
"optional": true,
|
|
439
285
|
"binding": {
|
|
440
|
-
"
|
|
441
|
-
"
|
|
286
|
+
"type": "zeebe:property",
|
|
287
|
+
"name": "resultVariable"
|
|
442
288
|
},
|
|
443
|
-
"
|
|
289
|
+
"description": "Name of variable to store the result of the connector in"
|
|
444
290
|
},
|
|
445
291
|
{
|
|
446
|
-
"id": "resultExpression",
|
|
447
292
|
"label": "Result expression",
|
|
448
|
-
"
|
|
293
|
+
"type": "String",
|
|
294
|
+
"group": "variable-mapping",
|
|
449
295
|
"feel": "required",
|
|
450
|
-
"
|
|
296
|
+
"optional": true,
|
|
451
297
|
"binding": {
|
|
452
|
-
"
|
|
453
|
-
"
|
|
298
|
+
"type": "zeebe:property",
|
|
299
|
+
"name": "resultExpression"
|
|
454
300
|
},
|
|
455
|
-
"
|
|
301
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
456
302
|
}
|
|
457
303
|
],
|
|
458
304
|
"icon": {
|
|
459
|
-
"contents": "data:image/svg+xml;
|
|
305
|
+
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='-7.5 0 271 271' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M245.44 108.308h-85.09a7.738 7.738 0 0 1-7.735-7.734v-88.68C152.615 5.327 147.29 0 140.726 0h-30.375c-6.568 0-11.89 5.327-11.89 11.894v88.143c0 4.573-3.697 8.29-8.27 8.31l-27.885.133c-4.612.025-8.359-3.717-8.35-8.325l.173-88.241C54.144 5.337 48.817 0 42.24 0H11.89C5.321 0 0 5.327 0 11.894V260.21c0 5.834 4.726 10.56 10.555 10.56H245.44c5.834 0 10.56-4.726 10.56-10.56V118.868c0-5.834-4.726-10.56-10.56-10.56zm-39.902 93.233c0 7.645-6.198 13.844-13.843 13.844H167.69c-7.646 0-13.844-6.199-13.844-13.844v-24.005c0-7.646 6.198-13.844 13.844-13.844h24.005c7.645 0 13.843 6.198 13.843 13.844v24.005z' fill='%23F60'/%3E%3C/svg%3E"
|
|
306
|
+
},
|
|
307
|
+
"engines": {
|
|
308
|
+
"camunda": "^8.2"
|
|
460
309
|
}
|
|
461
310
|
},
|
|
462
311
|
{
|
|
463
312
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
464
313
|
"name": "RabbitMQ Intermediate Catch Event Connector",
|
|
465
314
|
"id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
|
|
466
|
-
"version":
|
|
315
|
+
"version": 4,
|
|
467
316
|
"description": "Receive a message from RabbitMQ",
|
|
468
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq
|
|
317
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
|
|
469
318
|
"category": {
|
|
470
319
|
"id": "connectors",
|
|
471
320
|
"name": "Connectors"
|
|
@@ -592,7 +441,7 @@
|
|
|
592
441
|
},
|
|
593
442
|
{
|
|
594
443
|
"label": "Host name",
|
|
595
|
-
"description": "Host name: get from RabbitMQ external applocation configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq
|
|
444
|
+
"description": "Host name: get from RabbitMQ external applocation configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
|
|
596
445
|
"group": "routing",
|
|
597
446
|
"type": "String",
|
|
598
447
|
"binding": {
|
|
@@ -609,7 +458,7 @@
|
|
|
609
458
|
},
|
|
610
459
|
{
|
|
611
460
|
"label": "Virtual host",
|
|
612
|
-
"description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq
|
|
461
|
+
"description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
|
|
613
462
|
"group": "routing",
|
|
614
463
|
"type": "String",
|
|
615
464
|
"binding": {
|
|
@@ -626,7 +475,7 @@
|
|
|
626
475
|
},
|
|
627
476
|
{
|
|
628
477
|
"label": "Port",
|
|
629
|
-
"description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq
|
|
478
|
+
"description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
|
|
630
479
|
"group": "routing",
|
|
631
480
|
"type": "String",
|
|
632
481
|
"binding": {
|
|
@@ -725,6 +574,18 @@
|
|
|
725
574
|
"notEmpty": true
|
|
726
575
|
}
|
|
727
576
|
},
|
|
577
|
+
{
|
|
578
|
+
"label": "Message ID expression",
|
|
579
|
+
"feel": "required",
|
|
580
|
+
"type": "String",
|
|
581
|
+
"optional": true,
|
|
582
|
+
"group": "activation",
|
|
583
|
+
"binding": {
|
|
584
|
+
"type": "zeebe:property",
|
|
585
|
+
"name": "messageIdExpression"
|
|
586
|
+
},
|
|
587
|
+
"description": "Expression to extract unique identifier of a message"
|
|
588
|
+
},
|
|
728
589
|
{
|
|
729
590
|
"label": "Activation condition",
|
|
730
591
|
"type": "String",
|
|
@@ -765,7 +626,7 @@
|
|
|
765
626
|
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='-7.5 0 271 271' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M245.44 108.308h-85.09a7.738 7.738 0 0 1-7.735-7.734v-88.68C152.615 5.327 147.29 0 140.726 0h-30.375c-6.568 0-11.89 5.327-11.89 11.894v88.143c0 4.573-3.697 8.29-8.27 8.31l-27.885.133c-4.612.025-8.359-3.717-8.35-8.325l.173-88.241C54.144 5.337 48.817 0 42.24 0H11.89C5.321 0 0 5.327 0 11.894V260.21c0 5.834 4.726 10.56 10.555 10.56H245.44c5.834 0 10.56-4.726 10.56-10.56V118.868c0-5.834-4.726-10.56-10.56-10.56zm-39.902 93.233c0 7.645-6.198 13.844-13.843 13.844H167.69c-7.646 0-13.844-6.199-13.844-13.844v-24.005c0-7.646 6.198-13.844 13.844-13.844h24.005c7.645 0 13.843 6.198 13.843 13.844v24.005z' fill='%23F60'/%3E%3C/svg%3E"
|
|
766
627
|
},
|
|
767
628
|
"engines": {
|
|
768
|
-
"camunda": "^8.
|
|
629
|
+
"camunda": "^8.4"
|
|
769
630
|
}
|
|
770
631
|
},
|
|
771
632
|
{
|
|
@@ -1227,11 +1088,11 @@
|
|
|
1227
1088
|
},
|
|
1228
1089
|
{
|
|
1229
1090
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1230
|
-
"name": "RabbitMQ
|
|
1091
|
+
"name": "RabbitMQ Intermediate Catch Event Connector",
|
|
1231
1092
|
"id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
|
|
1232
|
-
"version": 2,
|
|
1233
1093
|
"description": "Receive a message from RabbitMQ",
|
|
1234
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq
|
|
1094
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
|
|
1095
|
+
"version": 6,
|
|
1235
1096
|
"category": {
|
|
1236
1097
|
"id": "connectors",
|
|
1237
1098
|
"name": "Connectors"
|
|
@@ -1259,39 +1120,33 @@
|
|
|
1259
1120
|
"label": "Activation"
|
|
1260
1121
|
},
|
|
1261
1122
|
{
|
|
1262
|
-
"id": "
|
|
1263
|
-
"label": "
|
|
1123
|
+
"id": "correlation",
|
|
1124
|
+
"label": "Correlation"
|
|
1125
|
+
},
|
|
1126
|
+
{
|
|
1127
|
+
"id": "output",
|
|
1128
|
+
"label": "Output mapping"
|
|
1264
1129
|
}
|
|
1265
1130
|
],
|
|
1266
1131
|
"properties": [
|
|
1267
1132
|
{
|
|
1268
|
-
"type": "Hidden",
|
|
1269
1133
|
"value": "io.camunda:connector-rabbitmq-inbound:1",
|
|
1270
1134
|
"binding": {
|
|
1271
|
-
"
|
|
1272
|
-
"
|
|
1273
|
-
}
|
|
1274
|
-
},
|
|
1275
|
-
{
|
|
1276
|
-
"type": "Hidden",
|
|
1277
|
-
"generatedValue": {
|
|
1278
|
-
"type": "uuid"
|
|
1135
|
+
"name": "inbound.type",
|
|
1136
|
+
"type": "zeebe:property"
|
|
1279
1137
|
},
|
|
1280
|
-
"
|
|
1281
|
-
"type": "bpmn:Message#property",
|
|
1282
|
-
"name": "name"
|
|
1283
|
-
}
|
|
1138
|
+
"type": "Hidden"
|
|
1284
1139
|
},
|
|
1285
1140
|
{
|
|
1286
|
-
"id": "
|
|
1141
|
+
"id": "authentication.authType",
|
|
1287
1142
|
"label": "Connection type",
|
|
1288
|
-
"group": "authentication",
|
|
1289
|
-
"type": "Dropdown",
|
|
1290
1143
|
"value": "uri",
|
|
1144
|
+
"group": "authentication",
|
|
1291
1145
|
"binding": {
|
|
1292
|
-
"
|
|
1293
|
-
"
|
|
1146
|
+
"name": "authentication.authType",
|
|
1147
|
+
"type": "zeebe:property"
|
|
1294
1148
|
},
|
|
1149
|
+
"type": "Dropdown",
|
|
1295
1150
|
"choices": [
|
|
1296
1151
|
{
|
|
1297
1152
|
"name": "URI",
|
|
@@ -1304,154 +1159,178 @@
|
|
|
1304
1159
|
]
|
|
1305
1160
|
},
|
|
1306
1161
|
{
|
|
1162
|
+
"id": "authentication.uri",
|
|
1307
1163
|
"label": "URI",
|
|
1308
1164
|
"description": "URI should contain username, password, host name, port number, and virtual host",
|
|
1309
|
-
"
|
|
1310
|
-
"type": "String",
|
|
1311
|
-
"binding": {
|
|
1312
|
-
"type": "zeebe:property",
|
|
1313
|
-
"name": "authentication.uri"
|
|
1314
|
-
},
|
|
1165
|
+
"optional": false,
|
|
1315
1166
|
"constraints": {
|
|
1316
1167
|
"notEmpty": true,
|
|
1317
1168
|
"pattern": {
|
|
1318
|
-
"value": "^(amqps
|
|
1169
|
+
"value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
|
|
1319
1170
|
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
1320
1171
|
}
|
|
1321
1172
|
},
|
|
1173
|
+
"group": "authentication",
|
|
1174
|
+
"binding": {
|
|
1175
|
+
"name": "authentication.uri",
|
|
1176
|
+
"type": "zeebe:property"
|
|
1177
|
+
},
|
|
1322
1178
|
"condition": {
|
|
1323
|
-
"property": "
|
|
1324
|
-
"equals": "uri"
|
|
1325
|
-
|
|
1179
|
+
"property": "authentication.authType",
|
|
1180
|
+
"equals": "uri",
|
|
1181
|
+
"type": "simple"
|
|
1182
|
+
},
|
|
1183
|
+
"type": "String"
|
|
1326
1184
|
},
|
|
1327
1185
|
{
|
|
1186
|
+
"id": "authentication.userName",
|
|
1328
1187
|
"label": "Username",
|
|
1329
|
-
"
|
|
1330
|
-
"type": "String",
|
|
1331
|
-
"binding": {
|
|
1332
|
-
"type": "zeebe:property",
|
|
1333
|
-
"name": "authentication.userName"
|
|
1334
|
-
},
|
|
1188
|
+
"optional": false,
|
|
1335
1189
|
"constraints": {
|
|
1336
1190
|
"notEmpty": true
|
|
1337
1191
|
},
|
|
1192
|
+
"group": "authentication",
|
|
1193
|
+
"binding": {
|
|
1194
|
+
"name": "authentication.userName",
|
|
1195
|
+
"type": "zeebe:property"
|
|
1196
|
+
},
|
|
1338
1197
|
"condition": {
|
|
1339
|
-
"property": "
|
|
1340
|
-
"equals": "credentials"
|
|
1341
|
-
|
|
1198
|
+
"property": "authentication.authType",
|
|
1199
|
+
"equals": "credentials",
|
|
1200
|
+
"type": "simple"
|
|
1201
|
+
},
|
|
1202
|
+
"type": "String"
|
|
1342
1203
|
},
|
|
1343
1204
|
{
|
|
1205
|
+
"id": "authentication.password",
|
|
1344
1206
|
"label": "Password",
|
|
1207
|
+
"optional": false,
|
|
1208
|
+
"constraints": {
|
|
1209
|
+
"notEmpty": true
|
|
1210
|
+
},
|
|
1345
1211
|
"group": "authentication",
|
|
1346
|
-
"type": "String",
|
|
1347
1212
|
"binding": {
|
|
1348
|
-
"
|
|
1349
|
-
"
|
|
1213
|
+
"name": "authentication.password",
|
|
1214
|
+
"type": "zeebe:property"
|
|
1215
|
+
},
|
|
1216
|
+
"condition": {
|
|
1217
|
+
"property": "authentication.authType",
|
|
1218
|
+
"equals": "credentials",
|
|
1219
|
+
"type": "simple"
|
|
1350
1220
|
},
|
|
1221
|
+
"type": "String"
|
|
1222
|
+
},
|
|
1223
|
+
{
|
|
1224
|
+
"id": "routing.virtualHost",
|
|
1225
|
+
"label": "Virtual host",
|
|
1226
|
+
"description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
|
|
1227
|
+
"optional": false,
|
|
1351
1228
|
"constraints": {
|
|
1352
1229
|
"notEmpty": true
|
|
1353
1230
|
},
|
|
1231
|
+
"group": "routing",
|
|
1232
|
+
"binding": {
|
|
1233
|
+
"name": "routing.virtualHost",
|
|
1234
|
+
"type": "zeebe:property"
|
|
1235
|
+
},
|
|
1354
1236
|
"condition": {
|
|
1355
|
-
"property": "
|
|
1356
|
-
"equals": "credentials"
|
|
1357
|
-
|
|
1237
|
+
"property": "authentication.authType",
|
|
1238
|
+
"equals": "credentials",
|
|
1239
|
+
"type": "simple"
|
|
1240
|
+
},
|
|
1241
|
+
"type": "String"
|
|
1358
1242
|
},
|
|
1359
1243
|
{
|
|
1244
|
+
"id": "routing.hostName",
|
|
1360
1245
|
"label": "Host name",
|
|
1361
|
-
"description": "Host name: get from RabbitMQ external
|
|
1362
|
-
"
|
|
1363
|
-
"type": "String",
|
|
1364
|
-
"binding": {
|
|
1365
|
-
"type": "zeebe:property",
|
|
1366
|
-
"name": "routing.hostName"
|
|
1367
|
-
},
|
|
1246
|
+
"description": "Host name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
|
|
1247
|
+
"optional": false,
|
|
1368
1248
|
"constraints": {
|
|
1369
1249
|
"notEmpty": true
|
|
1370
1250
|
},
|
|
1371
|
-
"condition": {
|
|
1372
|
-
"property": "connectionType",
|
|
1373
|
-
"equals": "credentials"
|
|
1374
|
-
}
|
|
1375
|
-
},
|
|
1376
|
-
{
|
|
1377
|
-
"label": "Virtual host",
|
|
1378
|
-
"description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
|
|
1379
1251
|
"group": "routing",
|
|
1380
|
-
"type": "String",
|
|
1381
1252
|
"binding": {
|
|
1382
|
-
"
|
|
1383
|
-
"
|
|
1384
|
-
},
|
|
1385
|
-
"constraints": {
|
|
1386
|
-
"notEmpty": true
|
|
1253
|
+
"name": "routing.hostName",
|
|
1254
|
+
"type": "zeebe:property"
|
|
1387
1255
|
},
|
|
1388
1256
|
"condition": {
|
|
1389
|
-
"property": "
|
|
1390
|
-
"equals": "credentials"
|
|
1391
|
-
|
|
1257
|
+
"property": "authentication.authType",
|
|
1258
|
+
"equals": "credentials",
|
|
1259
|
+
"type": "simple"
|
|
1260
|
+
},
|
|
1261
|
+
"type": "String"
|
|
1392
1262
|
},
|
|
1393
1263
|
{
|
|
1264
|
+
"id": "routing.port",
|
|
1394
1265
|
"label": "Port",
|
|
1395
|
-
"description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq
|
|
1396
|
-
"
|
|
1397
|
-
"type": "String",
|
|
1398
|
-
"binding": {
|
|
1399
|
-
"type": "zeebe:property",
|
|
1400
|
-
"name": "routing.port"
|
|
1401
|
-
},
|
|
1266
|
+
"description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
|
|
1267
|
+
"optional": false,
|
|
1402
1268
|
"constraints": {
|
|
1403
1269
|
"notEmpty": true
|
|
1404
1270
|
},
|
|
1271
|
+
"group": "routing",
|
|
1272
|
+
"binding": {
|
|
1273
|
+
"name": "routing.port",
|
|
1274
|
+
"type": "zeebe:property"
|
|
1275
|
+
},
|
|
1405
1276
|
"condition": {
|
|
1406
|
-
"property": "
|
|
1407
|
-
"equals": "credentials"
|
|
1408
|
-
|
|
1277
|
+
"property": "authentication.authType",
|
|
1278
|
+
"equals": "credentials",
|
|
1279
|
+
"type": "simple"
|
|
1280
|
+
},
|
|
1281
|
+
"type": "String"
|
|
1409
1282
|
},
|
|
1410
1283
|
{
|
|
1284
|
+
"id": "queueName",
|
|
1411
1285
|
"label": "Queue name",
|
|
1412
1286
|
"description": "Name of the queue to subscribe to",
|
|
1287
|
+
"optional": false,
|
|
1288
|
+
"constraints": {
|
|
1289
|
+
"notEmpty": true
|
|
1290
|
+
},
|
|
1413
1291
|
"group": "subscription",
|
|
1414
|
-
"type": "String",
|
|
1415
|
-
"feel": "optional",
|
|
1416
1292
|
"binding": {
|
|
1417
|
-
"
|
|
1418
|
-
"
|
|
1293
|
+
"name": "queueName",
|
|
1294
|
+
"type": "zeebe:property"
|
|
1419
1295
|
},
|
|
1420
|
-
"
|
|
1421
|
-
"notEmpty": true
|
|
1422
|
-
}
|
|
1296
|
+
"type": "String"
|
|
1423
1297
|
},
|
|
1424
1298
|
{
|
|
1299
|
+
"id": "consumerTag",
|
|
1425
1300
|
"label": "Consumer tag",
|
|
1426
1301
|
"description": "Consumer tag to use for the subscription",
|
|
1302
|
+
"optional": false,
|
|
1427
1303
|
"group": "subscription",
|
|
1428
|
-
"type": "String",
|
|
1429
|
-
"feel": "optional",
|
|
1430
1304
|
"binding": {
|
|
1431
|
-
"
|
|
1432
|
-
"
|
|
1433
|
-
}
|
|
1305
|
+
"name": "consumerTag",
|
|
1306
|
+
"type": "zeebe:property"
|
|
1307
|
+
},
|
|
1308
|
+
"type": "String"
|
|
1434
1309
|
},
|
|
1435
1310
|
{
|
|
1311
|
+
"id": "arguments",
|
|
1436
1312
|
"label": "Arguments",
|
|
1437
1313
|
"description": "Arguments to use for the subscription",
|
|
1438
|
-
"
|
|
1439
|
-
"type": "String",
|
|
1314
|
+
"optional": true,
|
|
1440
1315
|
"feel": "required",
|
|
1316
|
+
"group": "subscription",
|
|
1441
1317
|
"binding": {
|
|
1442
|
-
"
|
|
1443
|
-
"
|
|
1444
|
-
}
|
|
1318
|
+
"name": "arguments",
|
|
1319
|
+
"type": "zeebe:property"
|
|
1320
|
+
},
|
|
1321
|
+
"type": "String"
|
|
1445
1322
|
},
|
|
1446
1323
|
{
|
|
1324
|
+
"id": "exclusive",
|
|
1447
1325
|
"label": "Exclusive consumer",
|
|
1448
|
-
"
|
|
1449
|
-
"type": "Dropdown",
|
|
1326
|
+
"optional": false,
|
|
1450
1327
|
"value": "false",
|
|
1328
|
+
"group": "subscription",
|
|
1451
1329
|
"binding": {
|
|
1452
|
-
"
|
|
1453
|
-
"
|
|
1330
|
+
"name": "exclusive",
|
|
1331
|
+
"type": "zeebe:property"
|
|
1454
1332
|
},
|
|
1333
|
+
"type": "Dropdown",
|
|
1455
1334
|
"choices": [
|
|
1456
1335
|
{
|
|
1457
1336
|
"name": "Yes",
|
|
@@ -1464,81 +1343,109 @@
|
|
|
1464
1343
|
]
|
|
1465
1344
|
},
|
|
1466
1345
|
{
|
|
1467
|
-
"
|
|
1468
|
-
"
|
|
1469
|
-
"
|
|
1346
|
+
"id": "activationCondition",
|
|
1347
|
+
"label": "Activation condition",
|
|
1348
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1349
|
+
"optional": true,
|
|
1470
1350
|
"feel": "required",
|
|
1471
|
-
"
|
|
1351
|
+
"group": "activation",
|
|
1472
1352
|
"binding": {
|
|
1473
|
-
"
|
|
1474
|
-
"
|
|
1353
|
+
"name": "activationCondition",
|
|
1354
|
+
"type": "zeebe:property"
|
|
1475
1355
|
},
|
|
1476
|
-
"
|
|
1477
|
-
"notEmpty": true
|
|
1478
|
-
}
|
|
1356
|
+
"type": "String"
|
|
1479
1357
|
},
|
|
1480
1358
|
{
|
|
1481
|
-
"
|
|
1482
|
-
"
|
|
1483
|
-
"
|
|
1359
|
+
"id": "correlationKeyProcess",
|
|
1360
|
+
"label": "Correlation key (process)",
|
|
1361
|
+
"description": "Sets up the correlation key from process variables",
|
|
1362
|
+
"constraints": {
|
|
1363
|
+
"notEmpty": true
|
|
1364
|
+
},
|
|
1484
1365
|
"feel": "required",
|
|
1366
|
+
"group": "correlation",
|
|
1485
1367
|
"binding": {
|
|
1486
|
-
"
|
|
1487
|
-
"
|
|
1368
|
+
"name": "correlationKey",
|
|
1369
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
1488
1370
|
},
|
|
1371
|
+
"type": "String"
|
|
1372
|
+
},
|
|
1373
|
+
{
|
|
1374
|
+
"id": "correlationKeyPayload",
|
|
1375
|
+
"label": "Correlation key (payload)",
|
|
1489
1376
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
1490
1377
|
"constraints": {
|
|
1491
1378
|
"notEmpty": true
|
|
1492
|
-
}
|
|
1379
|
+
},
|
|
1380
|
+
"feel": "required",
|
|
1381
|
+
"group": "correlation",
|
|
1382
|
+
"binding": {
|
|
1383
|
+
"name": "correlationKeyExpression",
|
|
1384
|
+
"type": "zeebe:property"
|
|
1385
|
+
},
|
|
1386
|
+
"type": "String"
|
|
1493
1387
|
},
|
|
1494
1388
|
{
|
|
1495
|
-
"
|
|
1496
|
-
"
|
|
1497
|
-
"
|
|
1498
|
-
"feel": "required",
|
|
1389
|
+
"id": "messageIdExpression",
|
|
1390
|
+
"label": "Message ID expression",
|
|
1391
|
+
"description": "Expression to extract unique identifier of a message",
|
|
1499
1392
|
"optional": true,
|
|
1393
|
+
"feel": "required",
|
|
1394
|
+
"group": "correlation",
|
|
1500
1395
|
"binding": {
|
|
1501
|
-
"
|
|
1502
|
-
"
|
|
1396
|
+
"name": "messageIdExpression",
|
|
1397
|
+
"type": "zeebe:property"
|
|
1503
1398
|
},
|
|
1504
|
-
"
|
|
1399
|
+
"type": "String"
|
|
1400
|
+
},
|
|
1401
|
+
{
|
|
1402
|
+
"id": "messageNameUuid",
|
|
1403
|
+
"generatedValue": {
|
|
1404
|
+
"type": "uuid"
|
|
1405
|
+
},
|
|
1406
|
+
"group": "correlation",
|
|
1407
|
+
"binding": {
|
|
1408
|
+
"name": "name",
|
|
1409
|
+
"type": "bpmn:Message#property"
|
|
1410
|
+
},
|
|
1411
|
+
"type": "Hidden"
|
|
1505
1412
|
},
|
|
1506
1413
|
{
|
|
1414
|
+
"id": "resultVariable",
|
|
1507
1415
|
"label": "Result variable",
|
|
1508
|
-
"
|
|
1509
|
-
"group": "
|
|
1510
|
-
"optional": true,
|
|
1416
|
+
"description": "Name of variable to store the response in",
|
|
1417
|
+
"group": "output",
|
|
1511
1418
|
"binding": {
|
|
1512
|
-
"
|
|
1513
|
-
"
|
|
1419
|
+
"name": "resultVariable",
|
|
1420
|
+
"type": "zeebe:property"
|
|
1514
1421
|
},
|
|
1515
|
-
"
|
|
1422
|
+
"type": "String"
|
|
1516
1423
|
},
|
|
1517
1424
|
{
|
|
1425
|
+
"id": "resultExpression",
|
|
1518
1426
|
"label": "Result expression",
|
|
1519
|
-
"
|
|
1520
|
-
"group": "variable-mapping",
|
|
1427
|
+
"description": "Expression to map the response into process variables",
|
|
1521
1428
|
"feel": "required",
|
|
1522
|
-
"
|
|
1429
|
+
"group": "output",
|
|
1523
1430
|
"binding": {
|
|
1524
|
-
"
|
|
1525
|
-
"
|
|
1431
|
+
"name": "resultExpression",
|
|
1432
|
+
"type": "zeebe:property"
|
|
1526
1433
|
},
|
|
1527
|
-
"
|
|
1434
|
+
"type": "Text"
|
|
1528
1435
|
}
|
|
1529
1436
|
],
|
|
1530
1437
|
"icon": {
|
|
1531
|
-
"contents": "data:image/svg+xml;
|
|
1438
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
|
|
1532
1439
|
},
|
|
1533
1440
|
"engines": {
|
|
1534
|
-
"camunda": "^8.
|
|
1441
|
+
"camunda": "^8.5"
|
|
1535
1442
|
}
|
|
1536
1443
|
},
|
|
1537
1444
|
{
|
|
1538
1445
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1539
|
-
"name": "RabbitMQ
|
|
1446
|
+
"name": "RabbitMQ Intermediate Catch Event Connector",
|
|
1540
1447
|
"id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
|
|
1541
|
-
"version":
|
|
1448
|
+
"version": 3,
|
|
1542
1449
|
"description": "Receive a message from RabbitMQ",
|
|
1543
1450
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
|
|
1544
1451
|
"category": {
|
|
@@ -1624,7 +1531,7 @@
|
|
|
1624
1531
|
"constraints": {
|
|
1625
1532
|
"notEmpty": true,
|
|
1626
1533
|
"pattern": {
|
|
1627
|
-
"value": "^(amqps?://)|(secrets)
|
|
1534
|
+
"value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*$",
|
|
1628
1535
|
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
1629
1536
|
}
|
|
1630
1537
|
},
|
|
@@ -1845,11 +1752,11 @@
|
|
|
1845
1752
|
},
|
|
1846
1753
|
{
|
|
1847
1754
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1848
|
-
"name": "RabbitMQ
|
|
1755
|
+
"name": "RabbitMQ connector",
|
|
1849
1756
|
"id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
|
|
1850
|
-
"version":
|
|
1757
|
+
"version": 2,
|
|
1851
1758
|
"description": "Receive a message from RabbitMQ",
|
|
1852
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq
|
|
1759
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
|
|
1853
1760
|
"category": {
|
|
1854
1761
|
"id": "connectors",
|
|
1855
1762
|
"name": "Connectors"
|
|
@@ -1933,7 +1840,7 @@
|
|
|
1933
1840
|
"constraints": {
|
|
1934
1841
|
"notEmpty": true,
|
|
1935
1842
|
"pattern": {
|
|
1936
|
-
"value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*$",
|
|
1843
|
+
"value": "^(amqps?://)|secrets\\..+|(\\{\\{secrets\\..+\\}\\}).*$",
|
|
1937
1844
|
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
1938
1845
|
}
|
|
1939
1846
|
},
|
|
@@ -1976,7 +1883,7 @@
|
|
|
1976
1883
|
},
|
|
1977
1884
|
{
|
|
1978
1885
|
"label": "Host name",
|
|
1979
|
-
"description": "Host name: get from RabbitMQ external applocation configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq
|
|
1886
|
+
"description": "Host name: get from RabbitMQ external applocation configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
|
|
1980
1887
|
"group": "routing",
|
|
1981
1888
|
"type": "String",
|
|
1982
1889
|
"binding": {
|
|
@@ -1993,7 +1900,7 @@
|
|
|
1993
1900
|
},
|
|
1994
1901
|
{
|
|
1995
1902
|
"label": "Virtual host",
|
|
1996
|
-
"description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq
|
|
1903
|
+
"description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
|
|
1997
1904
|
"group": "routing",
|
|
1998
1905
|
"type": "String",
|
|
1999
1906
|
"binding": {
|
|
@@ -2010,7 +1917,7 @@
|
|
|
2010
1917
|
},
|
|
2011
1918
|
{
|
|
2012
1919
|
"label": "Port",
|
|
2013
|
-
"description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq
|
|
1920
|
+
"description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
|
|
2014
1921
|
"group": "routing",
|
|
2015
1922
|
"type": "String",
|
|
2016
1923
|
"binding": {
|
|
@@ -2109,18 +2016,6 @@
|
|
|
2109
2016
|
"notEmpty": true
|
|
2110
2017
|
}
|
|
2111
2018
|
},
|
|
2112
|
-
{
|
|
2113
|
-
"label": "Message ID expression",
|
|
2114
|
-
"feel": "required",
|
|
2115
|
-
"type": "String",
|
|
2116
|
-
"optional": true,
|
|
2117
|
-
"group": "activation",
|
|
2118
|
-
"binding": {
|
|
2119
|
-
"type": "zeebe:property",
|
|
2120
|
-
"name": "messageIdExpression"
|
|
2121
|
-
},
|
|
2122
|
-
"description": "Expression to extract unique identifier of a message"
|
|
2123
|
-
},
|
|
2124
2019
|
{
|
|
2125
2020
|
"label": "Activation condition",
|
|
2126
2021
|
"type": "String",
|
|
@@ -2161,7 +2056,7 @@
|
|
|
2161
2056
|
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='-7.5 0 271 271' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M245.44 108.308h-85.09a7.738 7.738 0 0 1-7.735-7.734v-88.68C152.615 5.327 147.29 0 140.726 0h-30.375c-6.568 0-11.89 5.327-11.89 11.894v88.143c0 4.573-3.697 8.29-8.27 8.31l-27.885.133c-4.612.025-8.359-3.717-8.35-8.325l.173-88.241C54.144 5.337 48.817 0 42.24 0H11.89C5.321 0 0 5.327 0 11.894V260.21c0 5.834 4.726 10.56 10.555 10.56H245.44c5.834 0 10.56-4.726 10.56-10.56V118.868c0-5.834-4.726-10.56-10.56-10.56zm-39.902 93.233c0 7.645-6.198 13.844-13.843 13.844H167.69c-7.646 0-13.844-6.199-13.844-13.844v-24.005c0-7.646 6.198-13.844 13.844-13.844h24.005c7.645 0 13.843 6.198 13.843 13.844v24.005z' fill='%23F60'/%3E%3C/svg%3E"
|
|
2162
2057
|
},
|
|
2163
2058
|
"engines": {
|
|
2164
|
-
"camunda": "^8.
|
|
2059
|
+
"camunda": "^8.2"
|
|
2165
2060
|
}
|
|
2166
2061
|
},
|
|
2167
2062
|
{
|
|
@@ -2169,8 +2064,11 @@
|
|
|
2169
2064
|
"name": "RabbitMQ Intermediate Catch Event Connector",
|
|
2170
2065
|
"id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
|
|
2171
2066
|
"description": "Receive a message from RabbitMQ",
|
|
2067
|
+
"metadata": {
|
|
2068
|
+
"keywords": []
|
|
2069
|
+
},
|
|
2172
2070
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
|
|
2173
|
-
"version":
|
|
2071
|
+
"version": 8,
|
|
2174
2072
|
"category": {
|
|
2175
2073
|
"id": "connectors",
|
|
2176
2074
|
"name": "Connectors"
|
|
@@ -2180,6 +2078,9 @@
|
|
|
2180
2078
|
"value": "bpmn:IntermediateCatchEvent",
|
|
2181
2079
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
2182
2080
|
},
|
|
2081
|
+
"engines": {
|
|
2082
|
+
"camunda": "^8.3"
|
|
2083
|
+
},
|
|
2183
2084
|
"groups": [
|
|
2184
2085
|
{
|
|
2185
2086
|
"id": "authentication",
|
|
@@ -2199,7 +2100,13 @@
|
|
|
2199
2100
|
},
|
|
2200
2101
|
{
|
|
2201
2102
|
"id": "correlation",
|
|
2202
|
-
"label": "Correlation"
|
|
2103
|
+
"label": "Correlation",
|
|
2104
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
2105
|
+
},
|
|
2106
|
+
{
|
|
2107
|
+
"id": "deduplication",
|
|
2108
|
+
"label": "Deduplication",
|
|
2109
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
2203
2110
|
},
|
|
2204
2111
|
{
|
|
2205
2112
|
"id": "output",
|
|
@@ -2433,6 +2340,18 @@
|
|
|
2433
2340
|
},
|
|
2434
2341
|
"type": "String"
|
|
2435
2342
|
},
|
|
2343
|
+
{
|
|
2344
|
+
"id": "consumeUnmatchedEvents",
|
|
2345
|
+
"label": "Consume unmatched events",
|
|
2346
|
+
"value": true,
|
|
2347
|
+
"group": "activation",
|
|
2348
|
+
"binding": {
|
|
2349
|
+
"name": "consumeUnmatchedEvents",
|
|
2350
|
+
"type": "zeebe:property"
|
|
2351
|
+
},
|
|
2352
|
+
"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",
|
|
2353
|
+
"type": "Boolean"
|
|
2354
|
+
},
|
|
2436
2355
|
{
|
|
2437
2356
|
"id": "correlationKeyProcess",
|
|
2438
2357
|
"label": "Correlation key (process)",
|
|
@@ -2476,6 +2395,26 @@
|
|
|
2476
2395
|
},
|
|
2477
2396
|
"type": "String"
|
|
2478
2397
|
},
|
|
2398
|
+
{
|
|
2399
|
+
"id": "messageTtl",
|
|
2400
|
+
"label": "Message TTL",
|
|
2401
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
2402
|
+
"optional": true,
|
|
2403
|
+
"constraints": {
|
|
2404
|
+
"notEmpty": false,
|
|
2405
|
+
"pattern": {
|
|
2406
|
+
"value": "^(PT.*|)$",
|
|
2407
|
+
"message": "must be an ISO-8601 duration"
|
|
2408
|
+
}
|
|
2409
|
+
},
|
|
2410
|
+
"feel": "optional",
|
|
2411
|
+
"group": "correlation",
|
|
2412
|
+
"binding": {
|
|
2413
|
+
"name": "messageTtl",
|
|
2414
|
+
"type": "zeebe:property"
|
|
2415
|
+
},
|
|
2416
|
+
"type": "String"
|
|
2417
|
+
},
|
|
2479
2418
|
{
|
|
2480
2419
|
"id": "messageNameUuid",
|
|
2481
2420
|
"generatedValue": {
|
|
@@ -2488,6 +2427,70 @@
|
|
|
2488
2427
|
},
|
|
2489
2428
|
"type": "Hidden"
|
|
2490
2429
|
},
|
|
2430
|
+
{
|
|
2431
|
+
"id": "deduplicationModeManualFlag",
|
|
2432
|
+
"label": "Manual mode",
|
|
2433
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
2434
|
+
"value": false,
|
|
2435
|
+
"group": "deduplication",
|
|
2436
|
+
"binding": {
|
|
2437
|
+
"name": "deduplicationModeManualFlag",
|
|
2438
|
+
"type": "zeebe:property"
|
|
2439
|
+
},
|
|
2440
|
+
"type": "Boolean"
|
|
2441
|
+
},
|
|
2442
|
+
{
|
|
2443
|
+
"id": "deduplicationId",
|
|
2444
|
+
"label": "Deduplication ID",
|
|
2445
|
+
"constraints": {
|
|
2446
|
+
"notEmpty": true,
|
|
2447
|
+
"pattern": {
|
|
2448
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
2449
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
2450
|
+
}
|
|
2451
|
+
},
|
|
2452
|
+
"group": "deduplication",
|
|
2453
|
+
"binding": {
|
|
2454
|
+
"name": "deduplicationId",
|
|
2455
|
+
"type": "zeebe:property"
|
|
2456
|
+
},
|
|
2457
|
+
"condition": {
|
|
2458
|
+
"property": "deduplicationModeManualFlag",
|
|
2459
|
+
"equals": true,
|
|
2460
|
+
"type": "simple"
|
|
2461
|
+
},
|
|
2462
|
+
"type": "String"
|
|
2463
|
+
},
|
|
2464
|
+
{
|
|
2465
|
+
"id": "deduplicationModeManual",
|
|
2466
|
+
"value": "MANUAL",
|
|
2467
|
+
"group": "deduplication",
|
|
2468
|
+
"binding": {
|
|
2469
|
+
"name": "deduplicationMode",
|
|
2470
|
+
"type": "zeebe:property"
|
|
2471
|
+
},
|
|
2472
|
+
"condition": {
|
|
2473
|
+
"property": "deduplicationId",
|
|
2474
|
+
"isActive": true,
|
|
2475
|
+
"type": "simple"
|
|
2476
|
+
},
|
|
2477
|
+
"type": "Hidden"
|
|
2478
|
+
},
|
|
2479
|
+
{
|
|
2480
|
+
"id": "deduplicationModeAuto",
|
|
2481
|
+
"value": "AUTO",
|
|
2482
|
+
"group": "deduplication",
|
|
2483
|
+
"binding": {
|
|
2484
|
+
"name": "deduplicationMode",
|
|
2485
|
+
"type": "zeebe:property"
|
|
2486
|
+
},
|
|
2487
|
+
"condition": {
|
|
2488
|
+
"property": "deduplicationId",
|
|
2489
|
+
"isActive": false,
|
|
2490
|
+
"type": "simple"
|
|
2491
|
+
},
|
|
2492
|
+
"type": "Hidden"
|
|
2493
|
+
},
|
|
2491
2494
|
{
|
|
2492
2495
|
"id": "resultVariable",
|
|
2493
2496
|
"label": "Result variable",
|
|
@@ -2514,9 +2517,6 @@
|
|
|
2514
2517
|
],
|
|
2515
2518
|
"icon": {
|
|
2516
2519
|
"contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
|
|
2517
|
-
},
|
|
2518
|
-
"engines": {
|
|
2519
|
-
"camunda": "^8.5"
|
|
2520
2520
|
}
|
|
2521
2521
|
}
|
|
2522
2522
|
]
|