@camunda/connectors-element-templates 1.0.5 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/build_element_template_array_json_files.sh +9 -0
- package/src/connectors.js +4 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +171 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +1618 -0
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +3064 -300
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -1
- package/src/element-templates/asana-connector.json +8 -8
- package/src/element-templates/automation-anywhere-outbound-connector.json +1185 -1179
- package/src/element-templates/aws-dynamodb-outbound-connector.json +77 -77
- package/src/element-templates/aws-eventbridge-connector-boundary.json +20 -20
- 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-start-event.json +18 -15
- package/src/element-templates/aws-eventbridge-outbound-connector.json +50 -50
- package/src/element-templates/aws-lambda-outbound-connector.json +279 -279
- 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 +486 -486
- package/src/element-templates/aws-sns-inbound-intermediate.json +491 -491
- package/src/element-templates/aws-sns-inbound-message-start.json +98 -98
- package/src/element-templates/aws-sns-inbound-start-event.json +133 -133
- package/src/element-templates/aws-sns-outbound-connector.json +423 -423
- package/src/element-templates/aws-sqs-boundary-connector.json +58 -58
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +523 -523
- package/src/element-templates/aws-sqs-outbound-connector.json +692 -692
- package/src/element-templates/aws-sqs-start-event-connector.json +709 -709
- package/src/element-templates/aws-sqs-start-message.json +460 -460
- package/src/element-templates/azure-blobstorage-outbound-connector.json +1 -1
- package/src/element-templates/blue-prism-connector.json +53 -53
- package/src/element-templates/csv-outbound-connector.json +804 -0
- package/src/element-templates/easy-post-connector.json +151 -151
- 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/email-outbound-connector.json +199 -199
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +3478 -170
- package/src/element-templates/github-connector.json +277 -277
- package/src/element-templates/github-webhook-connector-intermediate.json +44 -44
- package/src/element-templates/github-webhook-connector-start-event.json +29 -26
- package/src/element-templates/gitlab-connector.json +990 -990
- package/src/element-templates/google-drive-outbound-connector.json +423 -423
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +17 -17
- package/src/element-templates/google-sheets-outbound-connector.json +2550 -2550
- package/src/element-templates/graphql-outbound-connector.json +1179 -1179
- package/src/element-templates/http-json-connector.json +2280 -2280
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +256 -553
- package/src/element-templates/http-polling-connector.json +262 -559
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +402 -0
- package/src/element-templates/kafka-inbound-connector-boundary.json +1052 -1052
- package/src/element-templates/kafka-inbound-connector-intermediate.json +1088 -1088
- package/src/element-templates/kafka-inbound-connector-start-message.json +112 -112
- package/src/element-templates/kafka-inbound-connector.json +3 -0
- package/src/element-templates/kafka-outbound-connector.json +617 -617
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +1783 -1783
- package/src/element-templates/openai-connector.json +144 -144
- package/src/element-templates/operate-connector.json +66 -62
- package/src/element-templates/power-automate-connector.json +10 -10
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +439 -439
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +474 -474
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +11 -11
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +597 -597
- package/src/element-templates/rabbitmq-outbound-connector.json +622 -622
- package/src/element-templates/salesforce-connector.json +44 -44
- package/src/element-templates/sendgrid-outbound-connector.json +633 -633
- package/src/element-templates/slack-inbound-boundary.json +184 -184
- package/src/element-templates/slack-inbound-intermediate.json +168 -168
- package/src/element-templates/slack-inbound-message-start.json +201 -201
- package/src/element-templates/slack-inbound-start-event.json +320 -317
- package/src/element-templates/slack-outbound-connector.json +1185 -1185
- package/src/element-templates/twilio-connector.json +26 -26
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-connector.json +3 -0
- package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +629 -629
- package/src/element-templates/webhook-connector-intermediate.json +268 -268
- package/src/element-templates/webhook-connector-start-event.json +1563 -1560
- package/src/element-templates/webhook-connector-start-message.json +1258 -1258
- package/src/element-templates/whatsapp-connector.json +39 -39
- package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "RabbitMQ Boundary Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.inbound.RabbitMQ.Boundary.v1",
|
|
6
|
+
"version": 1,
|
|
6
7
|
"description": "Receive a message from RabbitMQ",
|
|
7
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq
|
|
8
|
-
"version": 6,
|
|
8
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
|
|
9
9
|
"category": {
|
|
10
10
|
"id": "connectors",
|
|
11
11
|
"name": "Connectors"
|
|
@@ -33,33 +33,39 @@
|
|
|
33
33
|
"label": "Activation"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
|
-
"id": "
|
|
37
|
-
"label": "
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"id": "output",
|
|
41
|
-
"label": "Output mapping"
|
|
36
|
+
"id": "variable-mapping",
|
|
37
|
+
"label": "Variable mapping"
|
|
42
38
|
}
|
|
43
39
|
],
|
|
44
40
|
"properties": [
|
|
45
41
|
{
|
|
42
|
+
"type": "Hidden",
|
|
46
43
|
"value": "io.camunda:connector-rabbitmq-inbound:1",
|
|
47
44
|
"binding": {
|
|
48
|
-
"
|
|
49
|
-
"
|
|
45
|
+
"type": "zeebe:property",
|
|
46
|
+
"name": "inbound.type"
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"type": "Hidden",
|
|
51
|
+
"generatedValue": {
|
|
52
|
+
"type": "uuid"
|
|
50
53
|
},
|
|
51
|
-
"
|
|
54
|
+
"binding": {
|
|
55
|
+
"type": "bpmn:Message#property",
|
|
56
|
+
"name": "name"
|
|
57
|
+
}
|
|
52
58
|
},
|
|
53
59
|
{
|
|
54
|
-
"id": "
|
|
60
|
+
"id": "connectionType",
|
|
55
61
|
"label": "Connection type",
|
|
56
|
-
"value": "uri",
|
|
57
62
|
"group": "authentication",
|
|
63
|
+
"type": "Dropdown",
|
|
64
|
+
"value": "uri",
|
|
58
65
|
"binding": {
|
|
59
|
-
"
|
|
60
|
-
"
|
|
66
|
+
"type": "zeebe:property",
|
|
67
|
+
"name": "authentication.authType"
|
|
61
68
|
},
|
|
62
|
-
"type": "Dropdown",
|
|
63
69
|
"choices": [
|
|
64
70
|
{
|
|
65
71
|
"name": "URI",
|
|
@@ -72,178 +78,154 @@
|
|
|
72
78
|
]
|
|
73
79
|
},
|
|
74
80
|
{
|
|
75
|
-
"id": "authentication.uri",
|
|
76
81
|
"label": "URI",
|
|
77
82
|
"description": "URI should contain username, password, host name, port number, and virtual host",
|
|
78
|
-
"
|
|
83
|
+
"group": "authentication",
|
|
84
|
+
"type": "String",
|
|
85
|
+
"binding": {
|
|
86
|
+
"type": "zeebe:property",
|
|
87
|
+
"name": "authentication.uri"
|
|
88
|
+
},
|
|
79
89
|
"constraints": {
|
|
80
90
|
"notEmpty": true,
|
|
81
91
|
"pattern": {
|
|
82
|
-
"value": "^(
|
|
92
|
+
"value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*$",
|
|
83
93
|
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
84
94
|
}
|
|
85
95
|
},
|
|
86
|
-
"group": "authentication",
|
|
87
|
-
"binding": {
|
|
88
|
-
"name": "authentication.uri",
|
|
89
|
-
"type": "zeebe:property"
|
|
90
|
-
},
|
|
91
96
|
"condition": {
|
|
92
|
-
"property": "
|
|
93
|
-
"equals": "uri"
|
|
94
|
-
|
|
95
|
-
},
|
|
96
|
-
"type": "String"
|
|
97
|
+
"property": "connectionType",
|
|
98
|
+
"equals": "uri"
|
|
99
|
+
}
|
|
97
100
|
},
|
|
98
101
|
{
|
|
99
|
-
"id": "authentication.userName",
|
|
100
102
|
"label": "Username",
|
|
101
|
-
"optional": false,
|
|
102
|
-
"constraints": {
|
|
103
|
-
"notEmpty": true
|
|
104
|
-
},
|
|
105
103
|
"group": "authentication",
|
|
104
|
+
"type": "String",
|
|
106
105
|
"binding": {
|
|
107
|
-
"
|
|
108
|
-
"
|
|
106
|
+
"type": "zeebe:property",
|
|
107
|
+
"name": "authentication.userName"
|
|
109
108
|
},
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"equals": "credentials",
|
|
113
|
-
"type": "simple"
|
|
109
|
+
"constraints": {
|
|
110
|
+
"notEmpty": true
|
|
114
111
|
},
|
|
115
|
-
"
|
|
112
|
+
"condition": {
|
|
113
|
+
"property": "connectionType",
|
|
114
|
+
"equals": "credentials"
|
|
115
|
+
}
|
|
116
116
|
},
|
|
117
117
|
{
|
|
118
|
-
"id": "authentication.password",
|
|
119
118
|
"label": "Password",
|
|
120
|
-
"optional": false,
|
|
121
|
-
"constraints": {
|
|
122
|
-
"notEmpty": true
|
|
123
|
-
},
|
|
124
119
|
"group": "authentication",
|
|
120
|
+
"type": "String",
|
|
125
121
|
"binding": {
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
},
|
|
129
|
-
"condition": {
|
|
130
|
-
"property": "authentication.authType",
|
|
131
|
-
"equals": "credentials",
|
|
132
|
-
"type": "simple"
|
|
122
|
+
"type": "zeebe:property",
|
|
123
|
+
"name": "authentication.password"
|
|
133
124
|
},
|
|
134
|
-
"type": "String"
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
"id": "routing.virtualHost",
|
|
138
|
-
"label": "Virtual host",
|
|
139
|
-
"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>",
|
|
140
|
-
"optional": false,
|
|
141
125
|
"constraints": {
|
|
142
126
|
"notEmpty": true
|
|
143
127
|
},
|
|
144
|
-
"group": "routing",
|
|
145
|
-
"binding": {
|
|
146
|
-
"name": "routing.virtualHost",
|
|
147
|
-
"type": "zeebe:property"
|
|
148
|
-
},
|
|
149
128
|
"condition": {
|
|
150
|
-
"property": "
|
|
151
|
-
"equals": "credentials"
|
|
152
|
-
|
|
153
|
-
},
|
|
154
|
-
"type": "String"
|
|
129
|
+
"property": "connectionType",
|
|
130
|
+
"equals": "credentials"
|
|
131
|
+
}
|
|
155
132
|
},
|
|
156
133
|
{
|
|
157
|
-
"id": "routing.hostName",
|
|
158
134
|
"label": "Host name",
|
|
159
|
-
"description": "Host name: get from RabbitMQ external
|
|
160
|
-
"
|
|
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
|
+
},
|
|
161
142
|
"constraints": {
|
|
162
143
|
"notEmpty": true
|
|
163
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>",
|
|
164
153
|
"group": "routing",
|
|
154
|
+
"type": "String",
|
|
165
155
|
"binding": {
|
|
166
|
-
"
|
|
167
|
-
"
|
|
156
|
+
"type": "zeebe:property",
|
|
157
|
+
"name": "routing.virtualHost"
|
|
168
158
|
},
|
|
169
|
-
"
|
|
170
|
-
"
|
|
171
|
-
"equals": "credentials",
|
|
172
|
-
"type": "simple"
|
|
159
|
+
"constraints": {
|
|
160
|
+
"notEmpty": true
|
|
173
161
|
},
|
|
174
|
-
"
|
|
162
|
+
"condition": {
|
|
163
|
+
"property": "connectionType",
|
|
164
|
+
"equals": "credentials"
|
|
165
|
+
}
|
|
175
166
|
},
|
|
176
167
|
{
|
|
177
|
-
"id": "routing.port",
|
|
178
168
|
"label": "Port",
|
|
179
|
-
"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
|
|
180
|
-
"optional": false,
|
|
181
|
-
"constraints": {
|
|
182
|
-
"notEmpty": true
|
|
183
|
-
},
|
|
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>",
|
|
184
170
|
"group": "routing",
|
|
171
|
+
"type": "String",
|
|
185
172
|
"binding": {
|
|
186
|
-
"
|
|
187
|
-
"
|
|
173
|
+
"type": "zeebe:property",
|
|
174
|
+
"name": "routing.port"
|
|
188
175
|
},
|
|
189
|
-
"
|
|
190
|
-
"
|
|
191
|
-
"equals": "credentials",
|
|
192
|
-
"type": "simple"
|
|
176
|
+
"constraints": {
|
|
177
|
+
"notEmpty": true
|
|
193
178
|
},
|
|
194
|
-
"
|
|
179
|
+
"condition": {
|
|
180
|
+
"property": "connectionType",
|
|
181
|
+
"equals": "credentials"
|
|
182
|
+
}
|
|
195
183
|
},
|
|
196
184
|
{
|
|
197
|
-
"id": "queueName",
|
|
198
185
|
"label": "Queue name",
|
|
199
186
|
"description": "Name of the queue to subscribe to",
|
|
200
|
-
"optional": false,
|
|
201
|
-
"constraints": {
|
|
202
|
-
"notEmpty": true
|
|
203
|
-
},
|
|
204
187
|
"group": "subscription",
|
|
188
|
+
"type": "String",
|
|
189
|
+
"feel": "optional",
|
|
205
190
|
"binding": {
|
|
206
|
-
"
|
|
207
|
-
"
|
|
191
|
+
"type": "zeebe:property",
|
|
192
|
+
"name": "queueName"
|
|
208
193
|
},
|
|
209
|
-
"
|
|
194
|
+
"constraints": {
|
|
195
|
+
"notEmpty": true
|
|
196
|
+
}
|
|
210
197
|
},
|
|
211
198
|
{
|
|
212
|
-
"id": "consumerTag",
|
|
213
199
|
"label": "Consumer tag",
|
|
214
200
|
"description": "Consumer tag to use for the subscription",
|
|
215
|
-
"optional": false,
|
|
216
201
|
"group": "subscription",
|
|
202
|
+
"type": "String",
|
|
203
|
+
"feel": "optional",
|
|
217
204
|
"binding": {
|
|
218
|
-
"
|
|
219
|
-
"
|
|
220
|
-
}
|
|
221
|
-
"type": "String"
|
|
205
|
+
"type": "zeebe:property",
|
|
206
|
+
"name": "consumerTag"
|
|
207
|
+
}
|
|
222
208
|
},
|
|
223
209
|
{
|
|
224
|
-
"id": "arguments",
|
|
225
210
|
"label": "Arguments",
|
|
226
211
|
"description": "Arguments to use for the subscription",
|
|
227
|
-
"optional": true,
|
|
228
|
-
"feel": "required",
|
|
229
212
|
"group": "subscription",
|
|
213
|
+
"type": "String",
|
|
214
|
+
"feel": "required",
|
|
230
215
|
"binding": {
|
|
231
|
-
"
|
|
232
|
-
"
|
|
233
|
-
}
|
|
234
|
-
"type": "String"
|
|
216
|
+
"type": "zeebe:property",
|
|
217
|
+
"name": "arguments"
|
|
218
|
+
}
|
|
235
219
|
},
|
|
236
220
|
{
|
|
237
|
-
"id": "exclusive",
|
|
238
221
|
"label": "Exclusive consumer",
|
|
239
|
-
"optional": false,
|
|
240
|
-
"value": "false",
|
|
241
222
|
"group": "subscription",
|
|
223
|
+
"type": "Dropdown",
|
|
224
|
+
"value": "false",
|
|
242
225
|
"binding": {
|
|
243
|
-
"
|
|
244
|
-
"
|
|
226
|
+
"type": "zeebe:property",
|
|
227
|
+
"name": "exclusive"
|
|
245
228
|
},
|
|
246
|
-
"type": "Dropdown",
|
|
247
229
|
"choices": [
|
|
248
230
|
{
|
|
249
231
|
"name": "Yes",
|
|
@@ -256,111 +238,83 @@
|
|
|
256
238
|
]
|
|
257
239
|
},
|
|
258
240
|
{
|
|
259
|
-
"
|
|
260
|
-
"
|
|
261
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
262
|
-
"optional": true,
|
|
263
|
-
"feel": "required",
|
|
241
|
+
"label": "Correlation key (process)",
|
|
242
|
+
"type": "String",
|
|
264
243
|
"group": "activation",
|
|
244
|
+
"feel": "required",
|
|
245
|
+
"description": "Sets up the correlation key from process variables",
|
|
265
246
|
"binding": {
|
|
266
|
-
"
|
|
267
|
-
"
|
|
247
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
248
|
+
"name": "correlationKey"
|
|
268
249
|
},
|
|
269
|
-
"type": "String"
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
"id": "correlationKeyProcess",
|
|
273
|
-
"label": "Correlation key (process)",
|
|
274
|
-
"description": "Sets up the correlation key from process variables",
|
|
275
250
|
"constraints": {
|
|
276
251
|
"notEmpty": true
|
|
277
|
-
}
|
|
278
|
-
"feel": "required",
|
|
279
|
-
"group": "correlation",
|
|
280
|
-
"binding": {
|
|
281
|
-
"name": "correlationKey",
|
|
282
|
-
"type": "bpmn:Message#zeebe:subscription#property"
|
|
283
|
-
},
|
|
284
|
-
"type": "String"
|
|
252
|
+
}
|
|
285
253
|
},
|
|
286
254
|
{
|
|
287
|
-
"id": "correlationKeyPayload",
|
|
288
255
|
"label": "Correlation key (payload)",
|
|
289
|
-
"
|
|
290
|
-
"
|
|
291
|
-
"notEmpty": true
|
|
292
|
-
},
|
|
293
|
-
"feel": "required",
|
|
294
|
-
"group": "correlation",
|
|
295
|
-
"binding": {
|
|
296
|
-
"name": "correlationKeyExpression",
|
|
297
|
-
"type": "zeebe:property"
|
|
298
|
-
},
|
|
299
|
-
"type": "String"
|
|
300
|
-
},
|
|
301
|
-
{
|
|
302
|
-
"id": "messageIdExpression",
|
|
303
|
-
"label": "Message ID expression",
|
|
304
|
-
"description": "Expression to extract unique identifier of a message",
|
|
305
|
-
"optional": true,
|
|
256
|
+
"type": "String",
|
|
257
|
+
"group": "activation",
|
|
306
258
|
"feel": "required",
|
|
307
|
-
"group": "correlation",
|
|
308
259
|
"binding": {
|
|
309
|
-
"
|
|
310
|
-
"
|
|
260
|
+
"type": "zeebe:property",
|
|
261
|
+
"name": "correlationKeyExpression"
|
|
311
262
|
},
|
|
312
|
-
"
|
|
263
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
264
|
+
"constraints": {
|
|
265
|
+
"notEmpty": true
|
|
266
|
+
}
|
|
313
267
|
},
|
|
314
268
|
{
|
|
315
|
-
"
|
|
316
|
-
"
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
"
|
|
269
|
+
"label": "Activation condition",
|
|
270
|
+
"type": "String",
|
|
271
|
+
"group": "activation",
|
|
272
|
+
"feel": "required",
|
|
273
|
+
"optional": true,
|
|
320
274
|
"binding": {
|
|
321
|
-
"
|
|
322
|
-
"
|
|
275
|
+
"type": "zeebe:property",
|
|
276
|
+
"name": "activationCondition"
|
|
323
277
|
},
|
|
324
|
-
"
|
|
278
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events"
|
|
325
279
|
},
|
|
326
280
|
{
|
|
327
|
-
"id": "resultVariable",
|
|
328
281
|
"label": "Result variable",
|
|
329
|
-
"
|
|
330
|
-
"group": "
|
|
282
|
+
"type": "String",
|
|
283
|
+
"group": "variable-mapping",
|
|
284
|
+
"optional": true,
|
|
331
285
|
"binding": {
|
|
332
|
-
"
|
|
333
|
-
"
|
|
286
|
+
"type": "zeebe:property",
|
|
287
|
+
"name": "resultVariable"
|
|
334
288
|
},
|
|
335
|
-
"
|
|
289
|
+
"description": "Name of variable to store the result of the connector in"
|
|
336
290
|
},
|
|
337
291
|
{
|
|
338
|
-
"id": "resultExpression",
|
|
339
292
|
"label": "Result expression",
|
|
340
|
-
"
|
|
293
|
+
"type": "String",
|
|
294
|
+
"group": "variable-mapping",
|
|
341
295
|
"feel": "required",
|
|
342
|
-
"
|
|
296
|
+
"optional": true,
|
|
343
297
|
"binding": {
|
|
344
|
-
"
|
|
345
|
-
"
|
|
298
|
+
"type": "zeebe:property",
|
|
299
|
+
"name": "resultExpression"
|
|
346
300
|
},
|
|
347
|
-
"
|
|
301
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
348
302
|
}
|
|
349
303
|
],
|
|
350
304
|
"icon": {
|
|
351
|
-
"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"
|
|
352
306
|
},
|
|
353
307
|
"engines": {
|
|
354
|
-
"camunda": "^8.
|
|
308
|
+
"camunda": "^8.2"
|
|
355
309
|
}
|
|
356
310
|
},
|
|
357
311
|
{
|
|
358
312
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
359
313
|
"name": "RabbitMQ Boundary Event Connector",
|
|
360
314
|
"id": "io.camunda.connectors.inbound.RabbitMQ.Boundary.v1",
|
|
361
|
-
"version":
|
|
315
|
+
"version": 2,
|
|
362
316
|
"description": "Receive a message from RabbitMQ",
|
|
363
|
-
"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",
|
|
364
318
|
"category": {
|
|
365
319
|
"id": "connectors",
|
|
366
320
|
"name": "Connectors"
|
|
@@ -487,7 +441,7 @@
|
|
|
487
441
|
},
|
|
488
442
|
{
|
|
489
443
|
"label": "Host name",
|
|
490
|
-
"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>",
|
|
491
445
|
"group": "routing",
|
|
492
446
|
"type": "String",
|
|
493
447
|
"binding": {
|
|
@@ -504,7 +458,7 @@
|
|
|
504
458
|
},
|
|
505
459
|
{
|
|
506
460
|
"label": "Virtual host",
|
|
507
|
-
"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>",
|
|
508
462
|
"group": "routing",
|
|
509
463
|
"type": "String",
|
|
510
464
|
"binding": {
|
|
@@ -521,7 +475,7 @@
|
|
|
521
475
|
},
|
|
522
476
|
{
|
|
523
477
|
"label": "Port",
|
|
524
|
-
"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>",
|
|
525
479
|
"group": "routing",
|
|
526
480
|
"type": "String",
|
|
527
481
|
"binding": {
|
|
@@ -620,6 +574,18 @@
|
|
|
620
574
|
"notEmpty": true
|
|
621
575
|
}
|
|
622
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
|
+
},
|
|
623
589
|
{
|
|
624
590
|
"label": "Activation condition",
|
|
625
591
|
"type": "String",
|
|
@@ -660,7 +626,7 @@
|
|
|
660
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"
|
|
661
627
|
},
|
|
662
628
|
"engines": {
|
|
663
|
-
"camunda": "^8.
|
|
629
|
+
"camunda": "^8.4"
|
|
664
630
|
}
|
|
665
631
|
},
|
|
666
632
|
{
|
|
@@ -669,7 +635,7 @@
|
|
|
669
635
|
"id": "io.camunda.connectors.inbound.RabbitMQ.Boundary.v1",
|
|
670
636
|
"description": "Receive a message from RabbitMQ",
|
|
671
637
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
|
|
672
|
-
"version":
|
|
638
|
+
"version": 6,
|
|
673
639
|
"category": {
|
|
674
640
|
"id": "connectors",
|
|
675
641
|
"name": "Connectors"
|
|
@@ -698,13 +664,7 @@
|
|
|
698
664
|
},
|
|
699
665
|
{
|
|
700
666
|
"id": "correlation",
|
|
701
|
-
"label": "Correlation"
|
|
702
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
703
|
-
},
|
|
704
|
-
{
|
|
705
|
-
"id": "deduplication",
|
|
706
|
-
"label": "Deduplication",
|
|
707
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
667
|
+
"label": "Correlation"
|
|
708
668
|
},
|
|
709
669
|
{
|
|
710
670
|
"id": "output",
|
|
@@ -938,18 +898,6 @@
|
|
|
938
898
|
},
|
|
939
899
|
"type": "String"
|
|
940
900
|
},
|
|
941
|
-
{
|
|
942
|
-
"id": "consumeUnmatchedEvents",
|
|
943
|
-
"label": "Consume unmatched events",
|
|
944
|
-
"value": true,
|
|
945
|
-
"group": "activation",
|
|
946
|
-
"binding": {
|
|
947
|
-
"name": "consumeUnmatchedEvents",
|
|
948
|
-
"type": "zeebe:property"
|
|
949
|
-
},
|
|
950
|
-
"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",
|
|
951
|
-
"type": "Boolean"
|
|
952
|
-
},
|
|
953
901
|
{
|
|
954
902
|
"id": "correlationKeyProcess",
|
|
955
903
|
"label": "Correlation key (process)",
|
|
@@ -993,26 +941,6 @@
|
|
|
993
941
|
},
|
|
994
942
|
"type": "String"
|
|
995
943
|
},
|
|
996
|
-
{
|
|
997
|
-
"id": "messageTtl",
|
|
998
|
-
"label": "Message TTL",
|
|
999
|
-
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
1000
|
-
"optional": true,
|
|
1001
|
-
"constraints": {
|
|
1002
|
-
"notEmpty": false,
|
|
1003
|
-
"pattern": {
|
|
1004
|
-
"value": "^(PT.*|)$",
|
|
1005
|
-
"message": "must be an ISO-8601 duration"
|
|
1006
|
-
}
|
|
1007
|
-
},
|
|
1008
|
-
"feel": "optional",
|
|
1009
|
-
"group": "correlation",
|
|
1010
|
-
"binding": {
|
|
1011
|
-
"name": "messageTtl",
|
|
1012
|
-
"type": "zeebe:property"
|
|
1013
|
-
},
|
|
1014
|
-
"type": "String"
|
|
1015
|
-
},
|
|
1016
944
|
{
|
|
1017
945
|
"id": "messageNameUuid",
|
|
1018
946
|
"generatedValue": {
|
|
@@ -1025,70 +953,6 @@
|
|
|
1025
953
|
},
|
|
1026
954
|
"type": "Hidden"
|
|
1027
955
|
},
|
|
1028
|
-
{
|
|
1029
|
-
"id": "deduplicationModeManualFlag",
|
|
1030
|
-
"label": "Manual mode",
|
|
1031
|
-
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1032
|
-
"value": false,
|
|
1033
|
-
"group": "deduplication",
|
|
1034
|
-
"binding": {
|
|
1035
|
-
"name": "deduplicationModeManualFlag",
|
|
1036
|
-
"type": "zeebe:property"
|
|
1037
|
-
},
|
|
1038
|
-
"type": "Boolean"
|
|
1039
|
-
},
|
|
1040
|
-
{
|
|
1041
|
-
"id": "deduplicationId",
|
|
1042
|
-
"label": "Deduplication ID",
|
|
1043
|
-
"constraints": {
|
|
1044
|
-
"notEmpty": true,
|
|
1045
|
-
"pattern": {
|
|
1046
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
1047
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1048
|
-
}
|
|
1049
|
-
},
|
|
1050
|
-
"group": "deduplication",
|
|
1051
|
-
"binding": {
|
|
1052
|
-
"name": "deduplicationId",
|
|
1053
|
-
"type": "zeebe:property"
|
|
1054
|
-
},
|
|
1055
|
-
"condition": {
|
|
1056
|
-
"property": "deduplicationModeManualFlag",
|
|
1057
|
-
"equals": true,
|
|
1058
|
-
"type": "simple"
|
|
1059
|
-
},
|
|
1060
|
-
"type": "String"
|
|
1061
|
-
},
|
|
1062
|
-
{
|
|
1063
|
-
"id": "deduplicationModeManual",
|
|
1064
|
-
"value": "MANUAL",
|
|
1065
|
-
"group": "deduplication",
|
|
1066
|
-
"binding": {
|
|
1067
|
-
"name": "deduplicationMode",
|
|
1068
|
-
"type": "zeebe:property"
|
|
1069
|
-
},
|
|
1070
|
-
"condition": {
|
|
1071
|
-
"property": "deduplicationId",
|
|
1072
|
-
"isActive": true,
|
|
1073
|
-
"type": "simple"
|
|
1074
|
-
},
|
|
1075
|
-
"type": "Hidden"
|
|
1076
|
-
},
|
|
1077
|
-
{
|
|
1078
|
-
"id": "deduplicationModeAuto",
|
|
1079
|
-
"value": "AUTO",
|
|
1080
|
-
"group": "deduplication",
|
|
1081
|
-
"binding": {
|
|
1082
|
-
"name": "deduplicationMode",
|
|
1083
|
-
"type": "zeebe:property"
|
|
1084
|
-
},
|
|
1085
|
-
"condition": {
|
|
1086
|
-
"property": "deduplicationId",
|
|
1087
|
-
"isActive": false,
|
|
1088
|
-
"type": "simple"
|
|
1089
|
-
},
|
|
1090
|
-
"type": "Hidden"
|
|
1091
|
-
},
|
|
1092
956
|
{
|
|
1093
957
|
"id": "resultVariable",
|
|
1094
958
|
"label": "Result variable",
|
|
@@ -1117,16 +981,16 @@
|
|
|
1117
981
|
"contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
|
|
1118
982
|
},
|
|
1119
983
|
"engines": {
|
|
1120
|
-
"camunda": "^8.
|
|
984
|
+
"camunda": "^8.5"
|
|
1121
985
|
}
|
|
1122
986
|
},
|
|
1123
987
|
{
|
|
1124
988
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1125
989
|
"name": "RabbitMQ Boundary Event Connector",
|
|
1126
990
|
"id": "io.camunda.connectors.inbound.RabbitMQ.Boundary.v1",
|
|
1127
|
-
"version": 2,
|
|
1128
991
|
"description": "Receive a message from RabbitMQ",
|
|
1129
992
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
|
|
993
|
+
"version": 7,
|
|
1130
994
|
"category": {
|
|
1131
995
|
"id": "connectors",
|
|
1132
996
|
"name": "Connectors"
|
|
@@ -1154,39 +1018,39 @@
|
|
|
1154
1018
|
"label": "Activation"
|
|
1155
1019
|
},
|
|
1156
1020
|
{
|
|
1157
|
-
"id": "
|
|
1158
|
-
"label": "
|
|
1021
|
+
"id": "correlation",
|
|
1022
|
+
"label": "Correlation",
|
|
1023
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
"id": "deduplication",
|
|
1027
|
+
"label": "Deduplication",
|
|
1028
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
1029
|
+
},
|
|
1030
|
+
{
|
|
1031
|
+
"id": "output",
|
|
1032
|
+
"label": "Output mapping"
|
|
1159
1033
|
}
|
|
1160
1034
|
],
|
|
1161
1035
|
"properties": [
|
|
1162
1036
|
{
|
|
1163
|
-
"type": "Hidden",
|
|
1164
1037
|
"value": "io.camunda:connector-rabbitmq-inbound:1",
|
|
1165
1038
|
"binding": {
|
|
1166
|
-
"
|
|
1167
|
-
"
|
|
1168
|
-
}
|
|
1169
|
-
},
|
|
1170
|
-
{
|
|
1171
|
-
"type": "Hidden",
|
|
1172
|
-
"generatedValue": {
|
|
1173
|
-
"type": "uuid"
|
|
1039
|
+
"name": "inbound.type",
|
|
1040
|
+
"type": "zeebe:property"
|
|
1174
1041
|
},
|
|
1175
|
-
"
|
|
1176
|
-
"type": "bpmn:Message#property",
|
|
1177
|
-
"name": "name"
|
|
1178
|
-
}
|
|
1042
|
+
"type": "Hidden"
|
|
1179
1043
|
},
|
|
1180
1044
|
{
|
|
1181
|
-
"id": "
|
|
1045
|
+
"id": "authentication.authType",
|
|
1182
1046
|
"label": "Connection type",
|
|
1183
|
-
"group": "authentication",
|
|
1184
|
-
"type": "Dropdown",
|
|
1185
1047
|
"value": "uri",
|
|
1048
|
+
"group": "authentication",
|
|
1186
1049
|
"binding": {
|
|
1187
|
-
"
|
|
1188
|
-
"
|
|
1050
|
+
"name": "authentication.authType",
|
|
1051
|
+
"type": "zeebe:property"
|
|
1189
1052
|
},
|
|
1053
|
+
"type": "Dropdown",
|
|
1190
1054
|
"choices": [
|
|
1191
1055
|
{
|
|
1192
1056
|
"name": "URI",
|
|
@@ -1199,154 +1063,178 @@
|
|
|
1199
1063
|
]
|
|
1200
1064
|
},
|
|
1201
1065
|
{
|
|
1066
|
+
"id": "authentication.uri",
|
|
1202
1067
|
"label": "URI",
|
|
1203
1068
|
"description": "URI should contain username, password, host name, port number, and virtual host",
|
|
1204
|
-
"
|
|
1205
|
-
"type": "String",
|
|
1206
|
-
"binding": {
|
|
1207
|
-
"type": "zeebe:property",
|
|
1208
|
-
"name": "authentication.uri"
|
|
1209
|
-
},
|
|
1069
|
+
"optional": false,
|
|
1210
1070
|
"constraints": {
|
|
1211
1071
|
"notEmpty": true,
|
|
1212
1072
|
"pattern": {
|
|
1213
|
-
"value": "^(amqps
|
|
1073
|
+
"value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
|
|
1214
1074
|
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
1215
1075
|
}
|
|
1216
1076
|
},
|
|
1217
|
-
"condition": {
|
|
1218
|
-
"property": "connectionType",
|
|
1219
|
-
"equals": "uri"
|
|
1220
|
-
}
|
|
1221
|
-
},
|
|
1222
|
-
{
|
|
1223
|
-
"label": "Username",
|
|
1224
1077
|
"group": "authentication",
|
|
1225
|
-
"type": "String",
|
|
1226
1078
|
"binding": {
|
|
1227
|
-
"
|
|
1228
|
-
"
|
|
1079
|
+
"name": "authentication.uri",
|
|
1080
|
+
"type": "zeebe:property"
|
|
1229
1081
|
},
|
|
1082
|
+
"condition": {
|
|
1083
|
+
"property": "authentication.authType",
|
|
1084
|
+
"equals": "uri",
|
|
1085
|
+
"type": "simple"
|
|
1086
|
+
},
|
|
1087
|
+
"type": "String"
|
|
1088
|
+
},
|
|
1089
|
+
{
|
|
1090
|
+
"id": "authentication.userName",
|
|
1091
|
+
"label": "Username",
|
|
1092
|
+
"optional": false,
|
|
1230
1093
|
"constraints": {
|
|
1231
1094
|
"notEmpty": true
|
|
1232
1095
|
},
|
|
1096
|
+
"group": "authentication",
|
|
1097
|
+
"binding": {
|
|
1098
|
+
"name": "authentication.userName",
|
|
1099
|
+
"type": "zeebe:property"
|
|
1100
|
+
},
|
|
1233
1101
|
"condition": {
|
|
1234
|
-
"property": "
|
|
1235
|
-
"equals": "credentials"
|
|
1236
|
-
|
|
1102
|
+
"property": "authentication.authType",
|
|
1103
|
+
"equals": "credentials",
|
|
1104
|
+
"type": "simple"
|
|
1105
|
+
},
|
|
1106
|
+
"type": "String"
|
|
1237
1107
|
},
|
|
1238
1108
|
{
|
|
1109
|
+
"id": "authentication.password",
|
|
1239
1110
|
"label": "Password",
|
|
1111
|
+
"optional": false,
|
|
1112
|
+
"constraints": {
|
|
1113
|
+
"notEmpty": true
|
|
1114
|
+
},
|
|
1240
1115
|
"group": "authentication",
|
|
1241
|
-
"type": "String",
|
|
1242
1116
|
"binding": {
|
|
1243
|
-
"
|
|
1244
|
-
"
|
|
1117
|
+
"name": "authentication.password",
|
|
1118
|
+
"type": "zeebe:property"
|
|
1119
|
+
},
|
|
1120
|
+
"condition": {
|
|
1121
|
+
"property": "authentication.authType",
|
|
1122
|
+
"equals": "credentials",
|
|
1123
|
+
"type": "simple"
|
|
1245
1124
|
},
|
|
1125
|
+
"type": "String"
|
|
1126
|
+
},
|
|
1127
|
+
{
|
|
1128
|
+
"id": "routing.virtualHost",
|
|
1129
|
+
"label": "Virtual host",
|
|
1130
|
+
"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>",
|
|
1131
|
+
"optional": false,
|
|
1246
1132
|
"constraints": {
|
|
1247
1133
|
"notEmpty": true
|
|
1248
1134
|
},
|
|
1135
|
+
"group": "routing",
|
|
1136
|
+
"binding": {
|
|
1137
|
+
"name": "routing.virtualHost",
|
|
1138
|
+
"type": "zeebe:property"
|
|
1139
|
+
},
|
|
1249
1140
|
"condition": {
|
|
1250
|
-
"property": "
|
|
1251
|
-
"equals": "credentials"
|
|
1252
|
-
|
|
1141
|
+
"property": "authentication.authType",
|
|
1142
|
+
"equals": "credentials",
|
|
1143
|
+
"type": "simple"
|
|
1144
|
+
},
|
|
1145
|
+
"type": "String"
|
|
1253
1146
|
},
|
|
1254
1147
|
{
|
|
1148
|
+
"id": "routing.hostName",
|
|
1255
1149
|
"label": "Host name",
|
|
1256
|
-
"description": "Host name: get from RabbitMQ external
|
|
1257
|
-
"
|
|
1258
|
-
"type": "String",
|
|
1259
|
-
"binding": {
|
|
1260
|
-
"type": "zeebe:property",
|
|
1261
|
-
"name": "routing.hostName"
|
|
1262
|
-
},
|
|
1150
|
+
"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>",
|
|
1151
|
+
"optional": false,
|
|
1263
1152
|
"constraints": {
|
|
1264
1153
|
"notEmpty": true
|
|
1265
1154
|
},
|
|
1266
|
-
"condition": {
|
|
1267
|
-
"property": "connectionType",
|
|
1268
|
-
"equals": "credentials"
|
|
1269
|
-
}
|
|
1270
|
-
},
|
|
1271
|
-
{
|
|
1272
|
-
"label": "Virtual host",
|
|
1273
|
-
"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>",
|
|
1274
1155
|
"group": "routing",
|
|
1275
|
-
"type": "String",
|
|
1276
1156
|
"binding": {
|
|
1277
|
-
"
|
|
1278
|
-
"
|
|
1279
|
-
},
|
|
1280
|
-
"constraints": {
|
|
1281
|
-
"notEmpty": true
|
|
1157
|
+
"name": "routing.hostName",
|
|
1158
|
+
"type": "zeebe:property"
|
|
1282
1159
|
},
|
|
1283
1160
|
"condition": {
|
|
1284
|
-
"property": "
|
|
1285
|
-
"equals": "credentials"
|
|
1286
|
-
|
|
1161
|
+
"property": "authentication.authType",
|
|
1162
|
+
"equals": "credentials",
|
|
1163
|
+
"type": "simple"
|
|
1164
|
+
},
|
|
1165
|
+
"type": "String"
|
|
1287
1166
|
},
|
|
1288
1167
|
{
|
|
1168
|
+
"id": "routing.port",
|
|
1289
1169
|
"label": "Port",
|
|
1290
|
-
"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=
|
|
1291
|
-
"
|
|
1292
|
-
"type": "String",
|
|
1293
|
-
"binding": {
|
|
1294
|
-
"type": "zeebe:property",
|
|
1295
|
-
"name": "routing.port"
|
|
1296
|
-
},
|
|
1170
|
+
"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>",
|
|
1171
|
+
"optional": false,
|
|
1297
1172
|
"constraints": {
|
|
1298
1173
|
"notEmpty": true
|
|
1299
1174
|
},
|
|
1175
|
+
"group": "routing",
|
|
1176
|
+
"binding": {
|
|
1177
|
+
"name": "routing.port",
|
|
1178
|
+
"type": "zeebe:property"
|
|
1179
|
+
},
|
|
1300
1180
|
"condition": {
|
|
1301
|
-
"property": "
|
|
1302
|
-
"equals": "credentials"
|
|
1303
|
-
|
|
1181
|
+
"property": "authentication.authType",
|
|
1182
|
+
"equals": "credentials",
|
|
1183
|
+
"type": "simple"
|
|
1184
|
+
},
|
|
1185
|
+
"type": "String"
|
|
1304
1186
|
},
|
|
1305
1187
|
{
|
|
1188
|
+
"id": "queueName",
|
|
1306
1189
|
"label": "Queue name",
|
|
1307
1190
|
"description": "Name of the queue to subscribe to",
|
|
1191
|
+
"optional": false,
|
|
1192
|
+
"constraints": {
|
|
1193
|
+
"notEmpty": true
|
|
1194
|
+
},
|
|
1308
1195
|
"group": "subscription",
|
|
1309
|
-
"type": "String",
|
|
1310
|
-
"feel": "optional",
|
|
1311
1196
|
"binding": {
|
|
1312
|
-
"
|
|
1313
|
-
"
|
|
1197
|
+
"name": "queueName",
|
|
1198
|
+
"type": "zeebe:property"
|
|
1314
1199
|
},
|
|
1315
|
-
"
|
|
1316
|
-
"notEmpty": true
|
|
1317
|
-
}
|
|
1200
|
+
"type": "String"
|
|
1318
1201
|
},
|
|
1319
1202
|
{
|
|
1203
|
+
"id": "consumerTag",
|
|
1320
1204
|
"label": "Consumer tag",
|
|
1321
1205
|
"description": "Consumer tag to use for the subscription",
|
|
1206
|
+
"optional": false,
|
|
1322
1207
|
"group": "subscription",
|
|
1323
|
-
"type": "String",
|
|
1324
|
-
"feel": "optional",
|
|
1325
1208
|
"binding": {
|
|
1326
|
-
"
|
|
1327
|
-
"
|
|
1328
|
-
}
|
|
1209
|
+
"name": "consumerTag",
|
|
1210
|
+
"type": "zeebe:property"
|
|
1211
|
+
},
|
|
1212
|
+
"type": "String"
|
|
1329
1213
|
},
|
|
1330
1214
|
{
|
|
1215
|
+
"id": "arguments",
|
|
1331
1216
|
"label": "Arguments",
|
|
1332
1217
|
"description": "Arguments to use for the subscription",
|
|
1333
|
-
"
|
|
1334
|
-
"type": "String",
|
|
1218
|
+
"optional": true,
|
|
1335
1219
|
"feel": "required",
|
|
1220
|
+
"group": "subscription",
|
|
1336
1221
|
"binding": {
|
|
1337
|
-
"
|
|
1338
|
-
"
|
|
1339
|
-
}
|
|
1222
|
+
"name": "arguments",
|
|
1223
|
+
"type": "zeebe:property"
|
|
1224
|
+
},
|
|
1225
|
+
"type": "String"
|
|
1340
1226
|
},
|
|
1341
1227
|
{
|
|
1228
|
+
"id": "exclusive",
|
|
1342
1229
|
"label": "Exclusive consumer",
|
|
1343
|
-
"
|
|
1344
|
-
"type": "Dropdown",
|
|
1230
|
+
"optional": false,
|
|
1345
1231
|
"value": "false",
|
|
1232
|
+
"group": "subscription",
|
|
1346
1233
|
"binding": {
|
|
1347
|
-
"
|
|
1348
|
-
"
|
|
1234
|
+
"name": "exclusive",
|
|
1235
|
+
"type": "zeebe:property"
|
|
1349
1236
|
},
|
|
1237
|
+
"type": "Dropdown",
|
|
1350
1238
|
"choices": [
|
|
1351
1239
|
{
|
|
1352
1240
|
"name": "Yes",
|
|
@@ -1359,86 +1247,198 @@
|
|
|
1359
1247
|
]
|
|
1360
1248
|
},
|
|
1361
1249
|
{
|
|
1362
|
-
"
|
|
1363
|
-
"
|
|
1364
|
-
"
|
|
1250
|
+
"id": "activationCondition",
|
|
1251
|
+
"label": "Activation condition",
|
|
1252
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1253
|
+
"optional": true,
|
|
1365
1254
|
"feel": "required",
|
|
1366
|
-
"
|
|
1255
|
+
"group": "activation",
|
|
1367
1256
|
"binding": {
|
|
1368
|
-
"
|
|
1369
|
-
"
|
|
1257
|
+
"name": "activationCondition",
|
|
1258
|
+
"type": "zeebe:property"
|
|
1370
1259
|
},
|
|
1371
|
-
"
|
|
1372
|
-
"notEmpty": true
|
|
1373
|
-
}
|
|
1260
|
+
"type": "String"
|
|
1374
1261
|
},
|
|
1375
1262
|
{
|
|
1376
|
-
"
|
|
1377
|
-
"
|
|
1263
|
+
"id": "consumeUnmatchedEvents",
|
|
1264
|
+
"label": "Consume unmatched events",
|
|
1265
|
+
"value": true,
|
|
1378
1266
|
"group": "activation",
|
|
1267
|
+
"binding": {
|
|
1268
|
+
"name": "consumeUnmatchedEvents",
|
|
1269
|
+
"type": "zeebe:property"
|
|
1270
|
+
},
|
|
1271
|
+
"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",
|
|
1272
|
+
"type": "Boolean"
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"id": "correlationKeyProcess",
|
|
1276
|
+
"label": "Correlation key (process)",
|
|
1277
|
+
"description": "Sets up the correlation key from process variables",
|
|
1278
|
+
"constraints": {
|
|
1279
|
+
"notEmpty": true
|
|
1280
|
+
},
|
|
1379
1281
|
"feel": "required",
|
|
1282
|
+
"group": "correlation",
|
|
1380
1283
|
"binding": {
|
|
1381
|
-
"
|
|
1382
|
-
"
|
|
1284
|
+
"name": "correlationKey",
|
|
1285
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
1383
1286
|
},
|
|
1287
|
+
"type": "String"
|
|
1288
|
+
},
|
|
1289
|
+
{
|
|
1290
|
+
"id": "correlationKeyPayload",
|
|
1291
|
+
"label": "Correlation key (payload)",
|
|
1384
1292
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
1385
1293
|
"constraints": {
|
|
1386
1294
|
"notEmpty": true
|
|
1387
|
-
}
|
|
1295
|
+
},
|
|
1296
|
+
"feel": "required",
|
|
1297
|
+
"group": "correlation",
|
|
1298
|
+
"binding": {
|
|
1299
|
+
"name": "correlationKeyExpression",
|
|
1300
|
+
"type": "zeebe:property"
|
|
1301
|
+
},
|
|
1302
|
+
"type": "String"
|
|
1388
1303
|
},
|
|
1389
1304
|
{
|
|
1305
|
+
"id": "messageIdExpression",
|
|
1390
1306
|
"label": "Message ID expression",
|
|
1391
|
-
"
|
|
1392
|
-
"type": "String",
|
|
1307
|
+
"description": "Expression to extract unique identifier of a message",
|
|
1393
1308
|
"optional": true,
|
|
1394
|
-
"
|
|
1309
|
+
"feel": "required",
|
|
1310
|
+
"group": "correlation",
|
|
1395
1311
|
"binding": {
|
|
1396
|
-
"
|
|
1397
|
-
"
|
|
1312
|
+
"name": "messageIdExpression",
|
|
1313
|
+
"type": "zeebe:property"
|
|
1398
1314
|
},
|
|
1399
|
-
"
|
|
1315
|
+
"type": "String"
|
|
1400
1316
|
},
|
|
1401
1317
|
{
|
|
1402
|
-
"
|
|
1403
|
-
"
|
|
1404
|
-
"
|
|
1405
|
-
"feel": "required",
|
|
1318
|
+
"id": "messageTtl",
|
|
1319
|
+
"label": "Message TTL",
|
|
1320
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
1406
1321
|
"optional": true,
|
|
1322
|
+
"constraints": {
|
|
1323
|
+
"notEmpty": false,
|
|
1324
|
+
"pattern": {
|
|
1325
|
+
"value": "^(PT.*|)$",
|
|
1326
|
+
"message": "must be an ISO-8601 duration"
|
|
1327
|
+
}
|
|
1328
|
+
},
|
|
1329
|
+
"feel": "optional",
|
|
1330
|
+
"group": "correlation",
|
|
1407
1331
|
"binding": {
|
|
1408
|
-
"
|
|
1409
|
-
"
|
|
1332
|
+
"name": "messageTtl",
|
|
1333
|
+
"type": "zeebe:property"
|
|
1410
1334
|
},
|
|
1411
|
-
"
|
|
1335
|
+
"type": "String"
|
|
1412
1336
|
},
|
|
1413
1337
|
{
|
|
1338
|
+
"id": "messageNameUuid",
|
|
1339
|
+
"generatedValue": {
|
|
1340
|
+
"type": "uuid"
|
|
1341
|
+
},
|
|
1342
|
+
"group": "correlation",
|
|
1343
|
+
"binding": {
|
|
1344
|
+
"name": "name",
|
|
1345
|
+
"type": "bpmn:Message#property"
|
|
1346
|
+
},
|
|
1347
|
+
"type": "Hidden"
|
|
1348
|
+
},
|
|
1349
|
+
{
|
|
1350
|
+
"id": "deduplicationModeManualFlag",
|
|
1351
|
+
"label": "Manual mode",
|
|
1352
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1353
|
+
"value": false,
|
|
1354
|
+
"group": "deduplication",
|
|
1355
|
+
"binding": {
|
|
1356
|
+
"name": "deduplicationModeManualFlag",
|
|
1357
|
+
"type": "zeebe:property"
|
|
1358
|
+
},
|
|
1359
|
+
"type": "Boolean"
|
|
1360
|
+
},
|
|
1361
|
+
{
|
|
1362
|
+
"id": "deduplicationId",
|
|
1363
|
+
"label": "Deduplication ID",
|
|
1364
|
+
"constraints": {
|
|
1365
|
+
"notEmpty": true,
|
|
1366
|
+
"pattern": {
|
|
1367
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
1368
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1369
|
+
}
|
|
1370
|
+
},
|
|
1371
|
+
"group": "deduplication",
|
|
1372
|
+
"binding": {
|
|
1373
|
+
"name": "deduplicationId",
|
|
1374
|
+
"type": "zeebe:property"
|
|
1375
|
+
},
|
|
1376
|
+
"condition": {
|
|
1377
|
+
"property": "deduplicationModeManualFlag",
|
|
1378
|
+
"equals": true,
|
|
1379
|
+
"type": "simple"
|
|
1380
|
+
},
|
|
1381
|
+
"type": "String"
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
"id": "deduplicationModeManual",
|
|
1385
|
+
"value": "MANUAL",
|
|
1386
|
+
"group": "deduplication",
|
|
1387
|
+
"binding": {
|
|
1388
|
+
"name": "deduplicationMode",
|
|
1389
|
+
"type": "zeebe:property"
|
|
1390
|
+
},
|
|
1391
|
+
"condition": {
|
|
1392
|
+
"property": "deduplicationId",
|
|
1393
|
+
"isActive": true,
|
|
1394
|
+
"type": "simple"
|
|
1395
|
+
},
|
|
1396
|
+
"type": "Hidden"
|
|
1397
|
+
},
|
|
1398
|
+
{
|
|
1399
|
+
"id": "deduplicationModeAuto",
|
|
1400
|
+
"value": "AUTO",
|
|
1401
|
+
"group": "deduplication",
|
|
1402
|
+
"binding": {
|
|
1403
|
+
"name": "deduplicationMode",
|
|
1404
|
+
"type": "zeebe:property"
|
|
1405
|
+
},
|
|
1406
|
+
"condition": {
|
|
1407
|
+
"property": "deduplicationId",
|
|
1408
|
+
"isActive": false,
|
|
1409
|
+
"type": "simple"
|
|
1410
|
+
},
|
|
1411
|
+
"type": "Hidden"
|
|
1412
|
+
},
|
|
1413
|
+
{
|
|
1414
|
+
"id": "resultVariable",
|
|
1414
1415
|
"label": "Result variable",
|
|
1415
|
-
"
|
|
1416
|
-
"group": "
|
|
1417
|
-
"optional": true,
|
|
1416
|
+
"description": "Name of variable to store the response in",
|
|
1417
|
+
"group": "output",
|
|
1418
1418
|
"binding": {
|
|
1419
|
-
"
|
|
1420
|
-
"
|
|
1419
|
+
"name": "resultVariable",
|
|
1420
|
+
"type": "zeebe:property"
|
|
1421
1421
|
},
|
|
1422
|
-
"
|
|
1422
|
+
"type": "String"
|
|
1423
1423
|
},
|
|
1424
1424
|
{
|
|
1425
|
+
"id": "resultExpression",
|
|
1425
1426
|
"label": "Result expression",
|
|
1426
|
-
"
|
|
1427
|
-
"group": "variable-mapping",
|
|
1427
|
+
"description": "Expression to map the response into process variables",
|
|
1428
1428
|
"feel": "required",
|
|
1429
|
-
"
|
|
1429
|
+
"group": "output",
|
|
1430
1430
|
"binding": {
|
|
1431
|
-
"
|
|
1432
|
-
"
|
|
1431
|
+
"name": "resultExpression",
|
|
1432
|
+
"type": "zeebe:property"
|
|
1433
1433
|
},
|
|
1434
|
-
"
|
|
1434
|
+
"type": "Text"
|
|
1435
1435
|
}
|
|
1436
1436
|
],
|
|
1437
1437
|
"icon": {
|
|
1438
|
-
"contents": "data:image/svg+xml;
|
|
1438
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
|
|
1439
1439
|
},
|
|
1440
1440
|
"engines": {
|
|
1441
|
-
"camunda": "^8.
|
|
1441
|
+
"camunda": "^8.6"
|
|
1442
1442
|
}
|
|
1443
1443
|
},
|
|
1444
1444
|
{
|