@camunda/connectors-element-templates 1.0.6 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/build_element_template_array_json_files.sh +9 -0
- package/src/connectors.js +26 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +32 -30
- package/src/element-templates/agenticai-aiagent-job-worker.json +3266 -0
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +3932 -760
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +1 -1
- package/src/element-templates/asana-connector.json +104 -104
- package/src/element-templates/automation-anywhere-outbound-connector.json +657 -657
- package/src/element-templates/aws-bedrock-outbound-connector.json +30 -30
- package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
- package/src/element-templates/aws-dynamodb-outbound-connector.json +107 -107
- package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +31 -31
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-receive.json +356 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
- package/src/element-templates/aws-eventbridge-outbound-connector.json +479 -479
- package/src/element-templates/aws-lambda-outbound-connector.json +92 -92
- package/src/element-templates/aws-s3-outbound-connector.json +30 -30
- package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
- package/src/element-templates/aws-sns-inbound-boundary.json +303 -303
- package/src/element-templates/aws-sns-inbound-intermediate.json +215 -215
- package/src/element-templates/aws-sns-inbound-message-start.json +343 -343
- package/src/element-templates/aws-sns-inbound-receive.json +304 -0
- package/src/element-templates/aws-sns-inbound-start-event.json +130 -130
- package/src/element-templates/aws-sns-outbound-connector.json +726 -726
- package/src/element-templates/aws-sqs-boundary-connector.json +629 -629
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +537 -537
- package/src/element-templates/aws-sqs-outbound-connector.json +440 -440
- package/src/element-templates/aws-sqs-receive-connector.json +418 -0
- package/src/element-templates/aws-sqs-start-event-connector.json +771 -771
- package/src/element-templates/aws-sqs-start-message.json +461 -461
- package/src/element-templates/azure-open-ai-connector.json +32 -32
- package/src/element-templates/blue-prism-connector.json +50 -50
- package/src/element-templates/box-outbound-connector.json +30 -30
- package/src/element-templates/csv-outbound-connector.json +412 -0
- package/src/element-templates/easy-post-connector.json +149 -149
- package/src/element-templates/email-inbound-connector-boundary.json +19 -19
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-outbound-connector.json +233 -233
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +473 -488
- package/src/element-templates/github-connector.json +2417 -2417
- package/src/element-templates/github-webhook-connector-boundary.json +21 -21
- package/src/element-templates/github-webhook-connector-intermediate.json +57 -57
- package/src/element-templates/github-webhook-connector-message-start.json +21 -21
- package/src/element-templates/github-webhook-connector-receive.json +202 -0
- package/src/element-templates/github-webhook-connector-start-event.json +57 -57
- package/src/element-templates/gitlab-connector.json +1103 -1103
- package/src/element-templates/google-drive-outbound-connector.json +846 -846
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +78 -78
- package/src/element-templates/google-sheets-outbound-connector.json +1067 -1067
- package/src/element-templates/graphql-outbound-connector.json +1181 -1181
- package/src/element-templates/http-json-connector.json +2471 -1866
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +635 -6
- package/src/element-templates/http-polling-connector.json +635 -6
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +43 -43
- package/src/element-templates/kafka-inbound-connector-boundary.json +1012 -1012
- package/src/element-templates/kafka-inbound-connector-intermediate.json +582 -582
- package/src/element-templates/kafka-inbound-connector-receive.json +498 -0
- package/src/element-templates/kafka-inbound-connector-start-message.json +608 -608
- package/src/element-templates/kafka-outbound-connector.json +385 -385
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +1643 -1643
- package/src/element-templates/openai-connector.json +122 -122
- package/src/element-templates/operate-connector.json +76 -72
- package/src/element-templates/power-automate-connector.json +10 -10
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +334 -334
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +861 -861
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +456 -456
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +461 -0
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +258 -258
- package/src/element-templates/rabbitmq-outbound-connector.json +322 -322
- package/src/element-templates/salesforce-connector.json +44 -44
- package/src/element-templates/sendgrid-outbound-connector.json +470 -470
- package/src/element-templates/servicenow-connector.json +942 -0
- package/src/element-templates/servicenow-flow-starter-connector.json +643 -0
- package/src/element-templates/servicenow-incident-connector.json +969 -0
- package/src/element-templates/slack-inbound-boundary.json +303 -303
- package/src/element-templates/slack-inbound-intermediate.json +277 -277
- package/src/element-templates/slack-inbound-message-start.json +11 -11
- package/src/element-templates/slack-inbound-receive.json +290 -0
- package/src/element-templates/slack-inbound-start-event.json +247 -247
- package/src/element-templates/slack-outbound-connector.json +966 -966
- package/src/element-templates/twilio-connector.json +52 -52
- package/src/element-templates/twilio-webhook-boundary-connector.json +20 -20
- package/src/element-templates/twilio-webhook-connector.json +11 -11
- package/src/element-templates/twilio-webhook-intermediate-connector.json +50 -50
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/twilio-webhook-receive-connector.json +262 -0
- package/src/element-templates/webhook-connector-boundary.json +1150 -1150
- package/src/element-templates/webhook-connector-intermediate.json +1834 -1834
- package/src/element-templates/webhook-connector-receive.json +609 -0
- package/src/element-templates/webhook-connector-start-event.json +1495 -1495
- package/src/element-templates/webhook-connector-start-message.json +586 -586
- package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
|
@@ -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
|
-
"binding": {
|
|
394
|
-
"name": "deduplicationId",
|
|
395
|
-
"type": "zeebe:property"
|
|
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
274
|
"binding": {
|
|
424
|
-
"
|
|
425
|
-
"
|
|
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",
|
|
315
|
+
"version": 4,
|
|
466
316
|
"description": "Receive a message from RabbitMQ",
|
|
467
317
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
|
|
468
|
-
"version": 7,
|
|
469
318
|
"category": {
|
|
470
319
|
"id": "connectors",
|
|
471
320
|
"name": "Connectors"
|
|
@@ -493,39 +342,39 @@
|
|
|
493
342
|
"label": "Activation"
|
|
494
343
|
},
|
|
495
344
|
{
|
|
496
|
-
"id": "
|
|
497
|
-
"label": "
|
|
498
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
499
|
-
},
|
|
500
|
-
{
|
|
501
|
-
"id": "deduplication",
|
|
502
|
-
"label": "Deduplication",
|
|
503
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
504
|
-
},
|
|
505
|
-
{
|
|
506
|
-
"id": "output",
|
|
507
|
-
"label": "Output mapping"
|
|
345
|
+
"id": "variable-mapping",
|
|
346
|
+
"label": "Variable mapping"
|
|
508
347
|
}
|
|
509
348
|
],
|
|
510
349
|
"properties": [
|
|
511
350
|
{
|
|
351
|
+
"type": "Hidden",
|
|
512
352
|
"value": "io.camunda:connector-rabbitmq-inbound:1",
|
|
513
353
|
"binding": {
|
|
514
|
-
"
|
|
515
|
-
"
|
|
354
|
+
"type": "zeebe:property",
|
|
355
|
+
"name": "inbound.type"
|
|
356
|
+
}
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"type": "Hidden",
|
|
360
|
+
"generatedValue": {
|
|
361
|
+
"type": "uuid"
|
|
516
362
|
},
|
|
517
|
-
"
|
|
363
|
+
"binding": {
|
|
364
|
+
"type": "bpmn:Message#property",
|
|
365
|
+
"name": "name"
|
|
366
|
+
}
|
|
518
367
|
},
|
|
519
368
|
{
|
|
520
|
-
"id": "
|
|
369
|
+
"id": "connectionType",
|
|
521
370
|
"label": "Connection type",
|
|
522
|
-
"value": "uri",
|
|
523
371
|
"group": "authentication",
|
|
372
|
+
"type": "Dropdown",
|
|
373
|
+
"value": "uri",
|
|
524
374
|
"binding": {
|
|
525
|
-
"
|
|
526
|
-
"
|
|
375
|
+
"type": "zeebe:property",
|
|
376
|
+
"name": "authentication.authType"
|
|
527
377
|
},
|
|
528
|
-
"type": "Dropdown",
|
|
529
378
|
"choices": [
|
|
530
379
|
{
|
|
531
380
|
"name": "URI",
|
|
@@ -538,178 +387,154 @@
|
|
|
538
387
|
]
|
|
539
388
|
},
|
|
540
389
|
{
|
|
541
|
-
"id": "authentication.uri",
|
|
542
390
|
"label": "URI",
|
|
543
391
|
"description": "URI should contain username, password, host name, port number, and virtual host",
|
|
544
|
-
"
|
|
392
|
+
"group": "authentication",
|
|
393
|
+
"type": "String",
|
|
394
|
+
"binding": {
|
|
395
|
+
"type": "zeebe:property",
|
|
396
|
+
"name": "authentication.uri"
|
|
397
|
+
},
|
|
545
398
|
"constraints": {
|
|
546
399
|
"notEmpty": true,
|
|
547
400
|
"pattern": {
|
|
548
|
-
"value": "^(
|
|
401
|
+
"value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*$",
|
|
549
402
|
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
550
403
|
}
|
|
551
404
|
},
|
|
552
|
-
"group": "authentication",
|
|
553
|
-
"binding": {
|
|
554
|
-
"name": "authentication.uri",
|
|
555
|
-
"type": "zeebe:property"
|
|
556
|
-
},
|
|
557
405
|
"condition": {
|
|
558
|
-
"property": "
|
|
559
|
-
"equals": "uri"
|
|
560
|
-
|
|
561
|
-
},
|
|
562
|
-
"type": "String"
|
|
406
|
+
"property": "connectionType",
|
|
407
|
+
"equals": "uri"
|
|
408
|
+
}
|
|
563
409
|
},
|
|
564
410
|
{
|
|
565
|
-
"id": "authentication.userName",
|
|
566
411
|
"label": "Username",
|
|
567
|
-
"
|
|
412
|
+
"group": "authentication",
|
|
413
|
+
"type": "String",
|
|
414
|
+
"binding": {
|
|
415
|
+
"type": "zeebe:property",
|
|
416
|
+
"name": "authentication.userName"
|
|
417
|
+
},
|
|
568
418
|
"constraints": {
|
|
569
419
|
"notEmpty": true
|
|
570
420
|
},
|
|
421
|
+
"condition": {
|
|
422
|
+
"property": "connectionType",
|
|
423
|
+
"equals": "credentials"
|
|
424
|
+
}
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"label": "Password",
|
|
571
428
|
"group": "authentication",
|
|
429
|
+
"type": "String",
|
|
572
430
|
"binding": {
|
|
573
|
-
"
|
|
574
|
-
"
|
|
431
|
+
"type": "zeebe:property",
|
|
432
|
+
"name": "authentication.password"
|
|
575
433
|
},
|
|
576
|
-
"
|
|
577
|
-
"
|
|
578
|
-
"equals": "credentials",
|
|
579
|
-
"type": "simple"
|
|
434
|
+
"constraints": {
|
|
435
|
+
"notEmpty": true
|
|
580
436
|
},
|
|
581
|
-
"
|
|
437
|
+
"condition": {
|
|
438
|
+
"property": "connectionType",
|
|
439
|
+
"equals": "credentials"
|
|
440
|
+
}
|
|
582
441
|
},
|
|
583
442
|
{
|
|
584
|
-
"
|
|
585
|
-
"
|
|
586
|
-
"
|
|
443
|
+
"label": "Host name",
|
|
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>",
|
|
445
|
+
"group": "routing",
|
|
446
|
+
"type": "String",
|
|
447
|
+
"binding": {
|
|
448
|
+
"type": "zeebe:property",
|
|
449
|
+
"name": "routing.hostName"
|
|
450
|
+
},
|
|
587
451
|
"constraints": {
|
|
588
452
|
"notEmpty": true
|
|
589
453
|
},
|
|
590
|
-
"group": "authentication",
|
|
591
|
-
"binding": {
|
|
592
|
-
"name": "authentication.password",
|
|
593
|
-
"type": "zeebe:property"
|
|
594
|
-
},
|
|
595
454
|
"condition": {
|
|
596
|
-
"property": "
|
|
597
|
-
"equals": "credentials"
|
|
598
|
-
|
|
599
|
-
},
|
|
600
|
-
"type": "String"
|
|
455
|
+
"property": "connectionType",
|
|
456
|
+
"equals": "credentials"
|
|
457
|
+
}
|
|
601
458
|
},
|
|
602
459
|
{
|
|
603
|
-
"id": "routing.virtualHost",
|
|
604
460
|
"label": "Virtual host",
|
|
605
|
-
"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=
|
|
606
|
-
"optional": false,
|
|
607
|
-
"constraints": {
|
|
608
|
-
"notEmpty": true
|
|
609
|
-
},
|
|
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>",
|
|
610
462
|
"group": "routing",
|
|
463
|
+
"type": "String",
|
|
611
464
|
"binding": {
|
|
612
|
-
"
|
|
613
|
-
"
|
|
614
|
-
},
|
|
615
|
-
"condition": {
|
|
616
|
-
"property": "authentication.authType",
|
|
617
|
-
"equals": "credentials",
|
|
618
|
-
"type": "simple"
|
|
465
|
+
"type": "zeebe:property",
|
|
466
|
+
"name": "routing.virtualHost"
|
|
619
467
|
},
|
|
620
|
-
"type": "String"
|
|
621
|
-
},
|
|
622
|
-
{
|
|
623
|
-
"id": "routing.hostName",
|
|
624
|
-
"label": "Host name",
|
|
625
|
-
"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>",
|
|
626
|
-
"optional": false,
|
|
627
468
|
"constraints": {
|
|
628
469
|
"notEmpty": true
|
|
629
470
|
},
|
|
630
|
-
"group": "routing",
|
|
631
|
-
"binding": {
|
|
632
|
-
"name": "routing.hostName",
|
|
633
|
-
"type": "zeebe:property"
|
|
634
|
-
},
|
|
635
471
|
"condition": {
|
|
636
|
-
"property": "
|
|
637
|
-
"equals": "credentials"
|
|
638
|
-
|
|
639
|
-
},
|
|
640
|
-
"type": "String"
|
|
472
|
+
"property": "connectionType",
|
|
473
|
+
"equals": "credentials"
|
|
474
|
+
}
|
|
641
475
|
},
|
|
642
476
|
{
|
|
643
|
-
"id": "routing.port",
|
|
644
477
|
"label": "Port",
|
|
645
|
-
"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=
|
|
646
|
-
"optional": false,
|
|
647
|
-
"constraints": {
|
|
648
|
-
"notEmpty": true
|
|
649
|
-
},
|
|
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>",
|
|
650
479
|
"group": "routing",
|
|
480
|
+
"type": "String",
|
|
651
481
|
"binding": {
|
|
652
|
-
"
|
|
653
|
-
"
|
|
482
|
+
"type": "zeebe:property",
|
|
483
|
+
"name": "routing.port"
|
|
654
484
|
},
|
|
655
|
-
"
|
|
656
|
-
"
|
|
657
|
-
"equals": "credentials",
|
|
658
|
-
"type": "simple"
|
|
485
|
+
"constraints": {
|
|
486
|
+
"notEmpty": true
|
|
659
487
|
},
|
|
660
|
-
"
|
|
488
|
+
"condition": {
|
|
489
|
+
"property": "connectionType",
|
|
490
|
+
"equals": "credentials"
|
|
491
|
+
}
|
|
661
492
|
},
|
|
662
493
|
{
|
|
663
|
-
"id": "queueName",
|
|
664
494
|
"label": "Queue name",
|
|
665
495
|
"description": "Name of the queue to subscribe to",
|
|
666
|
-
"optional": false,
|
|
667
|
-
"constraints": {
|
|
668
|
-
"notEmpty": true
|
|
669
|
-
},
|
|
670
496
|
"group": "subscription",
|
|
497
|
+
"type": "String",
|
|
498
|
+
"feel": "optional",
|
|
671
499
|
"binding": {
|
|
672
|
-
"
|
|
673
|
-
"
|
|
500
|
+
"type": "zeebe:property",
|
|
501
|
+
"name": "queueName"
|
|
674
502
|
},
|
|
675
|
-
"
|
|
503
|
+
"constraints": {
|
|
504
|
+
"notEmpty": true
|
|
505
|
+
}
|
|
676
506
|
},
|
|
677
507
|
{
|
|
678
|
-
"id": "consumerTag",
|
|
679
508
|
"label": "Consumer tag",
|
|
680
509
|
"description": "Consumer tag to use for the subscription",
|
|
681
|
-
"optional": false,
|
|
682
510
|
"group": "subscription",
|
|
511
|
+
"type": "String",
|
|
512
|
+
"feel": "optional",
|
|
683
513
|
"binding": {
|
|
684
|
-
"
|
|
685
|
-
"
|
|
686
|
-
}
|
|
687
|
-
"type": "String"
|
|
514
|
+
"type": "zeebe:property",
|
|
515
|
+
"name": "consumerTag"
|
|
516
|
+
}
|
|
688
517
|
},
|
|
689
518
|
{
|
|
690
|
-
"id": "arguments",
|
|
691
519
|
"label": "Arguments",
|
|
692
520
|
"description": "Arguments to use for the subscription",
|
|
693
|
-
"optional": true,
|
|
694
|
-
"feel": "required",
|
|
695
521
|
"group": "subscription",
|
|
522
|
+
"type": "String",
|
|
523
|
+
"feel": "required",
|
|
696
524
|
"binding": {
|
|
697
|
-
"
|
|
698
|
-
"
|
|
699
|
-
}
|
|
700
|
-
"type": "String"
|
|
525
|
+
"type": "zeebe:property",
|
|
526
|
+
"name": "arguments"
|
|
527
|
+
}
|
|
701
528
|
},
|
|
702
529
|
{
|
|
703
|
-
"id": "exclusive",
|
|
704
530
|
"label": "Exclusive consumer",
|
|
705
|
-
"optional": false,
|
|
706
|
-
"value": "false",
|
|
707
531
|
"group": "subscription",
|
|
532
|
+
"type": "Dropdown",
|
|
533
|
+
"value": "false",
|
|
708
534
|
"binding": {
|
|
709
|
-
"
|
|
710
|
-
"
|
|
535
|
+
"type": "zeebe:property",
|
|
536
|
+
"name": "exclusive"
|
|
711
537
|
},
|
|
712
|
-
"type": "Dropdown",
|
|
713
538
|
"choices": [
|
|
714
539
|
{
|
|
715
540
|
"name": "Yes",
|
|
@@ -722,207 +547,95 @@
|
|
|
722
547
|
]
|
|
723
548
|
},
|
|
724
549
|
{
|
|
725
|
-
"
|
|
726
|
-
"
|
|
727
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
728
|
-
"optional": true,
|
|
729
|
-
"feel": "required",
|
|
550
|
+
"label": "Correlation key (process)",
|
|
551
|
+
"type": "String",
|
|
730
552
|
"group": "activation",
|
|
553
|
+
"feel": "required",
|
|
554
|
+
"description": "Sets up the correlation key from process variables",
|
|
731
555
|
"binding": {
|
|
732
|
-
"
|
|
733
|
-
"
|
|
556
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
557
|
+
"name": "correlationKey"
|
|
734
558
|
},
|
|
735
|
-
"
|
|
559
|
+
"constraints": {
|
|
560
|
+
"notEmpty": true
|
|
561
|
+
}
|
|
736
562
|
},
|
|
737
563
|
{
|
|
738
|
-
"
|
|
739
|
-
"
|
|
740
|
-
"value": true,
|
|
564
|
+
"label": "Correlation key (payload)",
|
|
565
|
+
"type": "String",
|
|
741
566
|
"group": "activation",
|
|
742
|
-
"binding": {
|
|
743
|
-
"name": "consumeUnmatchedEvents",
|
|
744
|
-
"type": "zeebe:property"
|
|
745
|
-
},
|
|
746
|
-
"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",
|
|
747
|
-
"type": "Boolean"
|
|
748
|
-
},
|
|
749
|
-
{
|
|
750
|
-
"id": "correlationKeyProcess",
|
|
751
|
-
"label": "Correlation key (process)",
|
|
752
|
-
"description": "Sets up the correlation key from process variables",
|
|
753
|
-
"constraints": {
|
|
754
|
-
"notEmpty": true
|
|
755
|
-
},
|
|
756
567
|
"feel": "required",
|
|
757
|
-
"group": "correlation",
|
|
758
568
|
"binding": {
|
|
759
|
-
"
|
|
760
|
-
"
|
|
569
|
+
"type": "zeebe:property",
|
|
570
|
+
"name": "correlationKeyExpression"
|
|
761
571
|
},
|
|
762
|
-
"type": "String"
|
|
763
|
-
},
|
|
764
|
-
{
|
|
765
|
-
"id": "correlationKeyPayload",
|
|
766
|
-
"label": "Correlation key (payload)",
|
|
767
572
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
768
573
|
"constraints": {
|
|
769
574
|
"notEmpty": true
|
|
770
|
-
}
|
|
771
|
-
"feel": "required",
|
|
772
|
-
"group": "correlation",
|
|
773
|
-
"binding": {
|
|
774
|
-
"name": "correlationKeyExpression",
|
|
775
|
-
"type": "zeebe:property"
|
|
776
|
-
},
|
|
777
|
-
"type": "String"
|
|
575
|
+
}
|
|
778
576
|
},
|
|
779
577
|
{
|
|
780
|
-
"id": "messageIdExpression",
|
|
781
578
|
"label": "Message ID expression",
|
|
782
|
-
"description": "Expression to extract unique identifier of a message",
|
|
783
|
-
"optional": true,
|
|
784
579
|
"feel": "required",
|
|
785
|
-
"
|
|
580
|
+
"type": "String",
|
|
581
|
+
"optional": true,
|
|
582
|
+
"group": "activation",
|
|
786
583
|
"binding": {
|
|
787
|
-
"
|
|
788
|
-
"
|
|
584
|
+
"type": "zeebe:property",
|
|
585
|
+
"name": "messageIdExpression"
|
|
789
586
|
},
|
|
790
|
-
"
|
|
587
|
+
"description": "Expression to extract unique identifier of a message"
|
|
791
588
|
},
|
|
792
589
|
{
|
|
793
|
-
"
|
|
794
|
-
"
|
|
795
|
-
"
|
|
590
|
+
"label": "Activation condition",
|
|
591
|
+
"type": "String",
|
|
592
|
+
"group": "activation",
|
|
593
|
+
"feel": "required",
|
|
796
594
|
"optional": true,
|
|
797
|
-
"constraints": {
|
|
798
|
-
"notEmpty": false,
|
|
799
|
-
"pattern": {
|
|
800
|
-
"value": "^(PT.*|)$",
|
|
801
|
-
"message": "must be an ISO-8601 duration"
|
|
802
|
-
}
|
|
803
|
-
},
|
|
804
|
-
"feel": "optional",
|
|
805
|
-
"group": "correlation",
|
|
806
595
|
"binding": {
|
|
807
|
-
"
|
|
808
|
-
"
|
|
596
|
+
"type": "zeebe:property",
|
|
597
|
+
"name": "activationCondition"
|
|
809
598
|
},
|
|
810
|
-
"
|
|
599
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events"
|
|
811
600
|
},
|
|
812
601
|
{
|
|
813
|
-
"
|
|
814
|
-
"
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
"group": "correlation",
|
|
602
|
+
"label": "Result variable",
|
|
603
|
+
"type": "String",
|
|
604
|
+
"group": "variable-mapping",
|
|
605
|
+
"optional": true,
|
|
818
606
|
"binding": {
|
|
819
|
-
"
|
|
820
|
-
"
|
|
607
|
+
"type": "zeebe:property",
|
|
608
|
+
"name": "resultVariable"
|
|
821
609
|
},
|
|
822
|
-
"
|
|
610
|
+
"description": "Name of variable to store the result of the connector in"
|
|
823
611
|
},
|
|
824
612
|
{
|
|
825
|
-
"id": "deduplicationModeManualFlag",
|
|
826
|
-
"label": "Manual mode",
|
|
827
|
-
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
828
|
-
"value": false,
|
|
829
|
-
"group": "deduplication",
|
|
830
|
-
"binding": {
|
|
831
|
-
"name": "deduplicationModeManualFlag",
|
|
832
|
-
"type": "zeebe:property"
|
|
833
|
-
},
|
|
834
|
-
"type": "Boolean"
|
|
835
|
-
},
|
|
836
|
-
{
|
|
837
|
-
"id": "deduplicationId",
|
|
838
|
-
"label": "Deduplication ID",
|
|
839
|
-
"constraints": {
|
|
840
|
-
"notEmpty": true,
|
|
841
|
-
"pattern": {
|
|
842
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
843
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
844
|
-
}
|
|
845
|
-
},
|
|
846
|
-
"group": "deduplication",
|
|
847
|
-
"binding": {
|
|
848
|
-
"name": "deduplicationId",
|
|
849
|
-
"type": "zeebe:property"
|
|
850
|
-
},
|
|
851
|
-
"condition": {
|
|
852
|
-
"property": "deduplicationModeManualFlag",
|
|
853
|
-
"equals": true,
|
|
854
|
-
"type": "simple"
|
|
855
|
-
},
|
|
856
|
-
"type": "String"
|
|
857
|
-
},
|
|
858
|
-
{
|
|
859
|
-
"id": "deduplicationModeManual",
|
|
860
|
-
"value": "MANUAL",
|
|
861
|
-
"group": "deduplication",
|
|
862
|
-
"binding": {
|
|
863
|
-
"name": "deduplicationMode",
|
|
864
|
-
"type": "zeebe:property"
|
|
865
|
-
},
|
|
866
|
-
"condition": {
|
|
867
|
-
"property": "deduplicationId",
|
|
868
|
-
"isActive": true,
|
|
869
|
-
"type": "simple"
|
|
870
|
-
},
|
|
871
|
-
"type": "Hidden"
|
|
872
|
-
},
|
|
873
|
-
{
|
|
874
|
-
"id": "deduplicationModeAuto",
|
|
875
|
-
"value": "AUTO",
|
|
876
|
-
"group": "deduplication",
|
|
877
|
-
"binding": {
|
|
878
|
-
"name": "deduplicationMode",
|
|
879
|
-
"type": "zeebe:property"
|
|
880
|
-
},
|
|
881
|
-
"condition": {
|
|
882
|
-
"property": "deduplicationId",
|
|
883
|
-
"isActive": false,
|
|
884
|
-
"type": "simple"
|
|
885
|
-
},
|
|
886
|
-
"type": "Hidden"
|
|
887
|
-
},
|
|
888
|
-
{
|
|
889
|
-
"id": "resultVariable",
|
|
890
|
-
"label": "Result variable",
|
|
891
|
-
"description": "Name of variable to store the response in",
|
|
892
|
-
"group": "output",
|
|
893
|
-
"binding": {
|
|
894
|
-
"name": "resultVariable",
|
|
895
|
-
"type": "zeebe:property"
|
|
896
|
-
},
|
|
897
|
-
"type": "String"
|
|
898
|
-
},
|
|
899
|
-
{
|
|
900
|
-
"id": "resultExpression",
|
|
901
613
|
"label": "Result expression",
|
|
902
|
-
"
|
|
614
|
+
"type": "String",
|
|
615
|
+
"group": "variable-mapping",
|
|
903
616
|
"feel": "required",
|
|
904
|
-
"
|
|
617
|
+
"optional": true,
|
|
905
618
|
"binding": {
|
|
906
|
-
"
|
|
907
|
-
"
|
|
619
|
+
"type": "zeebe:property",
|
|
620
|
+
"name": "resultExpression"
|
|
908
621
|
},
|
|
909
|
-
"
|
|
622
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
910
623
|
}
|
|
911
624
|
],
|
|
912
625
|
"icon": {
|
|
913
|
-
"contents": "data:image/svg+xml;
|
|
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"
|
|
914
627
|
},
|
|
915
628
|
"engines": {
|
|
916
|
-
"camunda": "^8.
|
|
629
|
+
"camunda": "^8.4"
|
|
917
630
|
}
|
|
918
631
|
},
|
|
919
632
|
{
|
|
920
633
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
921
634
|
"name": "RabbitMQ Intermediate Catch Event Connector",
|
|
922
635
|
"id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
|
|
923
|
-
"version": 4,
|
|
924
636
|
"description": "Receive a message from RabbitMQ",
|
|
925
637
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
|
|
638
|
+
"version": 7,
|
|
926
639
|
"category": {
|
|
927
640
|
"id": "connectors",
|
|
928
641
|
"name": "Connectors"
|
|
@@ -950,39 +663,39 @@
|
|
|
950
663
|
"label": "Activation"
|
|
951
664
|
},
|
|
952
665
|
{
|
|
953
|
-
"id": "
|
|
954
|
-
"label": "
|
|
666
|
+
"id": "correlation",
|
|
667
|
+
"label": "Correlation",
|
|
668
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"id": "deduplication",
|
|
672
|
+
"label": "Deduplication",
|
|
673
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
"id": "output",
|
|
677
|
+
"label": "Output mapping"
|
|
955
678
|
}
|
|
956
679
|
],
|
|
957
680
|
"properties": [
|
|
958
681
|
{
|
|
959
|
-
"type": "Hidden",
|
|
960
682
|
"value": "io.camunda:connector-rabbitmq-inbound:1",
|
|
961
683
|
"binding": {
|
|
962
|
-
"
|
|
963
|
-
"
|
|
964
|
-
}
|
|
965
|
-
},
|
|
966
|
-
{
|
|
967
|
-
"type": "Hidden",
|
|
968
|
-
"generatedValue": {
|
|
969
|
-
"type": "uuid"
|
|
684
|
+
"name": "inbound.type",
|
|
685
|
+
"type": "zeebe:property"
|
|
970
686
|
},
|
|
971
|
-
"
|
|
972
|
-
"type": "bpmn:Message#property",
|
|
973
|
-
"name": "name"
|
|
974
|
-
}
|
|
687
|
+
"type": "Hidden"
|
|
975
688
|
},
|
|
976
689
|
{
|
|
977
|
-
"id": "
|
|
690
|
+
"id": "authentication.authType",
|
|
978
691
|
"label": "Connection type",
|
|
979
|
-
"group": "authentication",
|
|
980
|
-
"type": "Dropdown",
|
|
981
692
|
"value": "uri",
|
|
693
|
+
"group": "authentication",
|
|
982
694
|
"binding": {
|
|
983
|
-
"
|
|
984
|
-
"
|
|
695
|
+
"name": "authentication.authType",
|
|
696
|
+
"type": "zeebe:property"
|
|
985
697
|
},
|
|
698
|
+
"type": "Dropdown",
|
|
986
699
|
"choices": [
|
|
987
700
|
{
|
|
988
701
|
"name": "URI",
|
|
@@ -995,154 +708,178 @@
|
|
|
995
708
|
]
|
|
996
709
|
},
|
|
997
710
|
{
|
|
711
|
+
"id": "authentication.uri",
|
|
998
712
|
"label": "URI",
|
|
999
713
|
"description": "URI should contain username, password, host name, port number, and virtual host",
|
|
1000
|
-
"
|
|
1001
|
-
"type": "String",
|
|
1002
|
-
"binding": {
|
|
1003
|
-
"type": "zeebe:property",
|
|
1004
|
-
"name": "authentication.uri"
|
|
1005
|
-
},
|
|
714
|
+
"optional": false,
|
|
1006
715
|
"constraints": {
|
|
1007
716
|
"notEmpty": true,
|
|
1008
717
|
"pattern": {
|
|
1009
|
-
"value": "^(amqps
|
|
718
|
+
"value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
|
|
1010
719
|
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
1011
720
|
}
|
|
1012
721
|
},
|
|
722
|
+
"group": "authentication",
|
|
723
|
+
"binding": {
|
|
724
|
+
"name": "authentication.uri",
|
|
725
|
+
"type": "zeebe:property"
|
|
726
|
+
},
|
|
1013
727
|
"condition": {
|
|
1014
|
-
"property": "
|
|
1015
|
-
"equals": "uri"
|
|
1016
|
-
|
|
728
|
+
"property": "authentication.authType",
|
|
729
|
+
"equals": "uri",
|
|
730
|
+
"type": "simple"
|
|
731
|
+
},
|
|
732
|
+
"type": "String"
|
|
1017
733
|
},
|
|
1018
734
|
{
|
|
735
|
+
"id": "authentication.userName",
|
|
1019
736
|
"label": "Username",
|
|
1020
|
-
"
|
|
1021
|
-
"type": "String",
|
|
1022
|
-
"binding": {
|
|
1023
|
-
"type": "zeebe:property",
|
|
1024
|
-
"name": "authentication.userName"
|
|
1025
|
-
},
|
|
737
|
+
"optional": false,
|
|
1026
738
|
"constraints": {
|
|
1027
739
|
"notEmpty": true
|
|
1028
740
|
},
|
|
741
|
+
"group": "authentication",
|
|
742
|
+
"binding": {
|
|
743
|
+
"name": "authentication.userName",
|
|
744
|
+
"type": "zeebe:property"
|
|
745
|
+
},
|
|
1029
746
|
"condition": {
|
|
1030
|
-
"property": "
|
|
1031
|
-
"equals": "credentials"
|
|
1032
|
-
|
|
747
|
+
"property": "authentication.authType",
|
|
748
|
+
"equals": "credentials",
|
|
749
|
+
"type": "simple"
|
|
750
|
+
},
|
|
751
|
+
"type": "String"
|
|
1033
752
|
},
|
|
1034
753
|
{
|
|
754
|
+
"id": "authentication.password",
|
|
1035
755
|
"label": "Password",
|
|
756
|
+
"optional": false,
|
|
757
|
+
"constraints": {
|
|
758
|
+
"notEmpty": true
|
|
759
|
+
},
|
|
1036
760
|
"group": "authentication",
|
|
1037
|
-
"type": "String",
|
|
1038
761
|
"binding": {
|
|
1039
|
-
"
|
|
1040
|
-
"
|
|
762
|
+
"name": "authentication.password",
|
|
763
|
+
"type": "zeebe:property"
|
|
1041
764
|
},
|
|
765
|
+
"condition": {
|
|
766
|
+
"property": "authentication.authType",
|
|
767
|
+
"equals": "credentials",
|
|
768
|
+
"type": "simple"
|
|
769
|
+
},
|
|
770
|
+
"type": "String"
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"id": "routing.virtualHost",
|
|
774
|
+
"label": "Virtual host",
|
|
775
|
+
"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>",
|
|
776
|
+
"optional": false,
|
|
1042
777
|
"constraints": {
|
|
1043
778
|
"notEmpty": true
|
|
1044
779
|
},
|
|
780
|
+
"group": "routing",
|
|
781
|
+
"binding": {
|
|
782
|
+
"name": "routing.virtualHost",
|
|
783
|
+
"type": "zeebe:property"
|
|
784
|
+
},
|
|
1045
785
|
"condition": {
|
|
1046
|
-
"property": "
|
|
1047
|
-
"equals": "credentials"
|
|
1048
|
-
|
|
786
|
+
"property": "authentication.authType",
|
|
787
|
+
"equals": "credentials",
|
|
788
|
+
"type": "simple"
|
|
789
|
+
},
|
|
790
|
+
"type": "String"
|
|
1049
791
|
},
|
|
1050
792
|
{
|
|
793
|
+
"id": "routing.hostName",
|
|
1051
794
|
"label": "Host name",
|
|
1052
|
-
"description": "Host name: get from RabbitMQ external
|
|
1053
|
-
"
|
|
1054
|
-
"type": "String",
|
|
1055
|
-
"binding": {
|
|
1056
|
-
"type": "zeebe:property",
|
|
1057
|
-
"name": "routing.hostName"
|
|
1058
|
-
},
|
|
795
|
+
"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>",
|
|
796
|
+
"optional": false,
|
|
1059
797
|
"constraints": {
|
|
1060
798
|
"notEmpty": true
|
|
1061
799
|
},
|
|
1062
|
-
"condition": {
|
|
1063
|
-
"property": "connectionType",
|
|
1064
|
-
"equals": "credentials"
|
|
1065
|
-
}
|
|
1066
|
-
},
|
|
1067
|
-
{
|
|
1068
|
-
"label": "Virtual host",
|
|
1069
|
-
"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>",
|
|
1070
800
|
"group": "routing",
|
|
1071
|
-
"type": "String",
|
|
1072
801
|
"binding": {
|
|
1073
|
-
"
|
|
1074
|
-
"
|
|
1075
|
-
},
|
|
1076
|
-
"constraints": {
|
|
1077
|
-
"notEmpty": true
|
|
802
|
+
"name": "routing.hostName",
|
|
803
|
+
"type": "zeebe:property"
|
|
1078
804
|
},
|
|
1079
805
|
"condition": {
|
|
1080
|
-
"property": "
|
|
1081
|
-
"equals": "credentials"
|
|
1082
|
-
|
|
806
|
+
"property": "authentication.authType",
|
|
807
|
+
"equals": "credentials",
|
|
808
|
+
"type": "simple"
|
|
809
|
+
},
|
|
810
|
+
"type": "String"
|
|
1083
811
|
},
|
|
1084
812
|
{
|
|
813
|
+
"id": "routing.port",
|
|
1085
814
|
"label": "Port",
|
|
1086
|
-
"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=
|
|
1087
|
-
"
|
|
1088
|
-
"type": "String",
|
|
1089
|
-
"binding": {
|
|
1090
|
-
"type": "zeebe:property",
|
|
1091
|
-
"name": "routing.port"
|
|
1092
|
-
},
|
|
815
|
+
"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>",
|
|
816
|
+
"optional": false,
|
|
1093
817
|
"constraints": {
|
|
1094
818
|
"notEmpty": true
|
|
1095
819
|
},
|
|
820
|
+
"group": "routing",
|
|
821
|
+
"binding": {
|
|
822
|
+
"name": "routing.port",
|
|
823
|
+
"type": "zeebe:property"
|
|
824
|
+
},
|
|
1096
825
|
"condition": {
|
|
1097
|
-
"property": "
|
|
1098
|
-
"equals": "credentials"
|
|
1099
|
-
|
|
826
|
+
"property": "authentication.authType",
|
|
827
|
+
"equals": "credentials",
|
|
828
|
+
"type": "simple"
|
|
829
|
+
},
|
|
830
|
+
"type": "String"
|
|
1100
831
|
},
|
|
1101
832
|
{
|
|
833
|
+
"id": "queueName",
|
|
1102
834
|
"label": "Queue name",
|
|
1103
835
|
"description": "Name of the queue to subscribe to",
|
|
836
|
+
"optional": false,
|
|
837
|
+
"constraints": {
|
|
838
|
+
"notEmpty": true
|
|
839
|
+
},
|
|
1104
840
|
"group": "subscription",
|
|
1105
|
-
"type": "String",
|
|
1106
|
-
"feel": "optional",
|
|
1107
841
|
"binding": {
|
|
1108
|
-
"
|
|
1109
|
-
"
|
|
842
|
+
"name": "queueName",
|
|
843
|
+
"type": "zeebe:property"
|
|
1110
844
|
},
|
|
1111
|
-
"
|
|
1112
|
-
"notEmpty": true
|
|
1113
|
-
}
|
|
845
|
+
"type": "String"
|
|
1114
846
|
},
|
|
1115
847
|
{
|
|
848
|
+
"id": "consumerTag",
|
|
1116
849
|
"label": "Consumer tag",
|
|
1117
850
|
"description": "Consumer tag to use for the subscription",
|
|
851
|
+
"optional": false,
|
|
1118
852
|
"group": "subscription",
|
|
1119
|
-
"type": "String",
|
|
1120
|
-
"feel": "optional",
|
|
1121
853
|
"binding": {
|
|
1122
|
-
"
|
|
1123
|
-
"
|
|
1124
|
-
}
|
|
854
|
+
"name": "consumerTag",
|
|
855
|
+
"type": "zeebe:property"
|
|
856
|
+
},
|
|
857
|
+
"type": "String"
|
|
1125
858
|
},
|
|
1126
859
|
{
|
|
860
|
+
"id": "arguments",
|
|
1127
861
|
"label": "Arguments",
|
|
1128
862
|
"description": "Arguments to use for the subscription",
|
|
1129
|
-
"
|
|
1130
|
-
"type": "String",
|
|
863
|
+
"optional": true,
|
|
1131
864
|
"feel": "required",
|
|
865
|
+
"group": "subscription",
|
|
1132
866
|
"binding": {
|
|
1133
|
-
"
|
|
1134
|
-
"
|
|
1135
|
-
}
|
|
867
|
+
"name": "arguments",
|
|
868
|
+
"type": "zeebe:property"
|
|
869
|
+
},
|
|
870
|
+
"type": "String"
|
|
1136
871
|
},
|
|
1137
872
|
{
|
|
873
|
+
"id": "exclusive",
|
|
1138
874
|
"label": "Exclusive consumer",
|
|
1139
|
-
"
|
|
1140
|
-
"type": "Dropdown",
|
|
875
|
+
"optional": false,
|
|
1141
876
|
"value": "false",
|
|
877
|
+
"group": "subscription",
|
|
1142
878
|
"binding": {
|
|
1143
|
-
"
|
|
1144
|
-
"
|
|
879
|
+
"name": "exclusive",
|
|
880
|
+
"type": "zeebe:property"
|
|
1145
881
|
},
|
|
882
|
+
"type": "Dropdown",
|
|
1146
883
|
"choices": [
|
|
1147
884
|
{
|
|
1148
885
|
"name": "Yes",
|
|
@@ -1155,95 +892,207 @@
|
|
|
1155
892
|
]
|
|
1156
893
|
},
|
|
1157
894
|
{
|
|
1158
|
-
"
|
|
1159
|
-
"
|
|
1160
|
-
"
|
|
895
|
+
"id": "activationCondition",
|
|
896
|
+
"label": "Activation condition",
|
|
897
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
898
|
+
"optional": true,
|
|
1161
899
|
"feel": "required",
|
|
1162
|
-
"
|
|
900
|
+
"group": "activation",
|
|
1163
901
|
"binding": {
|
|
1164
|
-
"
|
|
1165
|
-
"
|
|
902
|
+
"name": "activationCondition",
|
|
903
|
+
"type": "zeebe:property"
|
|
1166
904
|
},
|
|
1167
|
-
"
|
|
1168
|
-
"notEmpty": true
|
|
1169
|
-
}
|
|
905
|
+
"type": "String"
|
|
1170
906
|
},
|
|
1171
907
|
{
|
|
1172
|
-
"
|
|
1173
|
-
"
|
|
908
|
+
"id": "consumeUnmatchedEvents",
|
|
909
|
+
"label": "Consume unmatched events",
|
|
910
|
+
"value": true,
|
|
1174
911
|
"group": "activation",
|
|
912
|
+
"binding": {
|
|
913
|
+
"name": "consumeUnmatchedEvents",
|
|
914
|
+
"type": "zeebe:property"
|
|
915
|
+
},
|
|
916
|
+
"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",
|
|
917
|
+
"type": "Boolean"
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
"id": "correlationKeyProcess",
|
|
921
|
+
"label": "Correlation key (process)",
|
|
922
|
+
"description": "Sets up the correlation key from process variables",
|
|
923
|
+
"constraints": {
|
|
924
|
+
"notEmpty": true
|
|
925
|
+
},
|
|
1175
926
|
"feel": "required",
|
|
927
|
+
"group": "correlation",
|
|
1176
928
|
"binding": {
|
|
1177
|
-
"
|
|
1178
|
-
"
|
|
929
|
+
"name": "correlationKey",
|
|
930
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
1179
931
|
},
|
|
932
|
+
"type": "String"
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
"id": "correlationKeyPayload",
|
|
936
|
+
"label": "Correlation key (payload)",
|
|
1180
937
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
1181
938
|
"constraints": {
|
|
1182
939
|
"notEmpty": true
|
|
1183
|
-
}
|
|
940
|
+
},
|
|
941
|
+
"feel": "required",
|
|
942
|
+
"group": "correlation",
|
|
943
|
+
"binding": {
|
|
944
|
+
"name": "correlationKeyExpression",
|
|
945
|
+
"type": "zeebe:property"
|
|
946
|
+
},
|
|
947
|
+
"type": "String"
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
"id": "messageIdExpression",
|
|
951
|
+
"label": "Message ID expression",
|
|
952
|
+
"description": "Expression to extract unique identifier of a message",
|
|
953
|
+
"optional": true,
|
|
954
|
+
"feel": "required",
|
|
955
|
+
"group": "correlation",
|
|
956
|
+
"binding": {
|
|
957
|
+
"name": "messageIdExpression",
|
|
958
|
+
"type": "zeebe:property"
|
|
959
|
+
},
|
|
960
|
+
"type": "String"
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"id": "messageTtl",
|
|
964
|
+
"label": "Message TTL",
|
|
965
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
966
|
+
"optional": true,
|
|
967
|
+
"constraints": {
|
|
968
|
+
"notEmpty": false,
|
|
969
|
+
"pattern": {
|
|
970
|
+
"value": "^(PT.*|)$",
|
|
971
|
+
"message": "must be an ISO-8601 duration"
|
|
972
|
+
}
|
|
973
|
+
},
|
|
974
|
+
"feel": "optional",
|
|
975
|
+
"group": "correlation",
|
|
976
|
+
"binding": {
|
|
977
|
+
"name": "messageTtl",
|
|
978
|
+
"type": "zeebe:property"
|
|
979
|
+
},
|
|
980
|
+
"type": "String"
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"id": "messageNameUuid",
|
|
984
|
+
"generatedValue": {
|
|
985
|
+
"type": "uuid"
|
|
986
|
+
},
|
|
987
|
+
"group": "correlation",
|
|
988
|
+
"binding": {
|
|
989
|
+
"name": "name",
|
|
990
|
+
"type": "bpmn:Message#property"
|
|
991
|
+
},
|
|
992
|
+
"type": "Hidden"
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"id": "deduplicationModeManualFlag",
|
|
996
|
+
"label": "Manual mode",
|
|
997
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
998
|
+
"value": false,
|
|
999
|
+
"group": "deduplication",
|
|
1000
|
+
"binding": {
|
|
1001
|
+
"name": "deduplicationModeManualFlag",
|
|
1002
|
+
"type": "zeebe:property"
|
|
1003
|
+
},
|
|
1004
|
+
"type": "Boolean"
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
"id": "deduplicationId",
|
|
1008
|
+
"label": "Deduplication ID",
|
|
1009
|
+
"constraints": {
|
|
1010
|
+
"notEmpty": true,
|
|
1011
|
+
"pattern": {
|
|
1012
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
1013
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1014
|
+
}
|
|
1015
|
+
},
|
|
1016
|
+
"group": "deduplication",
|
|
1017
|
+
"binding": {
|
|
1018
|
+
"name": "deduplicationId",
|
|
1019
|
+
"type": "zeebe:property"
|
|
1020
|
+
},
|
|
1021
|
+
"condition": {
|
|
1022
|
+
"property": "deduplicationModeManualFlag",
|
|
1023
|
+
"equals": true,
|
|
1024
|
+
"type": "simple"
|
|
1025
|
+
},
|
|
1026
|
+
"type": "String"
|
|
1184
1027
|
},
|
|
1185
1028
|
{
|
|
1186
|
-
"
|
|
1187
|
-
"
|
|
1188
|
-
"
|
|
1189
|
-
"optional": true,
|
|
1190
|
-
"group": "activation",
|
|
1029
|
+
"id": "deduplicationModeManual",
|
|
1030
|
+
"value": "MANUAL",
|
|
1031
|
+
"group": "deduplication",
|
|
1191
1032
|
"binding": {
|
|
1192
|
-
"
|
|
1193
|
-
"
|
|
1033
|
+
"name": "deduplicationMode",
|
|
1034
|
+
"type": "zeebe:property"
|
|
1194
1035
|
},
|
|
1195
|
-
"
|
|
1036
|
+
"condition": {
|
|
1037
|
+
"property": "deduplicationId",
|
|
1038
|
+
"isActive": true,
|
|
1039
|
+
"type": "simple"
|
|
1040
|
+
},
|
|
1041
|
+
"type": "Hidden"
|
|
1196
1042
|
},
|
|
1197
1043
|
{
|
|
1198
|
-
"
|
|
1199
|
-
"
|
|
1200
|
-
"group": "
|
|
1201
|
-
"feel": "required",
|
|
1202
|
-
"optional": true,
|
|
1044
|
+
"id": "deduplicationModeAuto",
|
|
1045
|
+
"value": "AUTO",
|
|
1046
|
+
"group": "deduplication",
|
|
1203
1047
|
"binding": {
|
|
1204
|
-
"
|
|
1205
|
-
"
|
|
1048
|
+
"name": "deduplicationMode",
|
|
1049
|
+
"type": "zeebe:property"
|
|
1206
1050
|
},
|
|
1207
|
-
"
|
|
1051
|
+
"condition": {
|
|
1052
|
+
"property": "deduplicationId",
|
|
1053
|
+
"isActive": false,
|
|
1054
|
+
"type": "simple"
|
|
1055
|
+
},
|
|
1056
|
+
"type": "Hidden"
|
|
1208
1057
|
},
|
|
1209
1058
|
{
|
|
1059
|
+
"id": "resultVariable",
|
|
1210
1060
|
"label": "Result variable",
|
|
1211
|
-
"
|
|
1212
|
-
"group": "
|
|
1213
|
-
"optional": true,
|
|
1061
|
+
"description": "Name of variable to store the response in",
|
|
1062
|
+
"group": "output",
|
|
1214
1063
|
"binding": {
|
|
1215
|
-
"
|
|
1216
|
-
"
|
|
1064
|
+
"name": "resultVariable",
|
|
1065
|
+
"type": "zeebe:property"
|
|
1217
1066
|
},
|
|
1218
|
-
"
|
|
1067
|
+
"type": "String"
|
|
1219
1068
|
},
|
|
1220
1069
|
{
|
|
1070
|
+
"id": "resultExpression",
|
|
1221
1071
|
"label": "Result expression",
|
|
1222
|
-
"
|
|
1223
|
-
"group": "variable-mapping",
|
|
1072
|
+
"description": "Expression to map the response into process variables",
|
|
1224
1073
|
"feel": "required",
|
|
1225
|
-
"
|
|
1074
|
+
"group": "output",
|
|
1226
1075
|
"binding": {
|
|
1227
|
-
"
|
|
1228
|
-
"
|
|
1076
|
+
"name": "resultExpression",
|
|
1077
|
+
"type": "zeebe:property"
|
|
1229
1078
|
},
|
|
1230
|
-
"
|
|
1079
|
+
"type": "Text"
|
|
1231
1080
|
}
|
|
1232
1081
|
],
|
|
1233
1082
|
"icon": {
|
|
1234
|
-
"contents": "data:image/svg+xml;
|
|
1083
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
|
|
1235
1084
|
},
|
|
1236
1085
|
"engines": {
|
|
1237
|
-
"camunda": "^8.
|
|
1086
|
+
"camunda": "^8.6"
|
|
1238
1087
|
}
|
|
1239
1088
|
},
|
|
1240
1089
|
{
|
|
1241
1090
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1242
|
-
"name": "RabbitMQ
|
|
1091
|
+
"name": "RabbitMQ Intermediate Catch Event Connector",
|
|
1243
1092
|
"id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
|
|
1244
|
-
"version": 2,
|
|
1245
1093
|
"description": "Receive a message from RabbitMQ",
|
|
1246
|
-
"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,
|
|
1247
1096
|
"category": {
|
|
1248
1097
|
"id": "connectors",
|
|
1249
1098
|
"name": "Connectors"
|
|
@@ -1271,39 +1120,33 @@
|
|
|
1271
1120
|
"label": "Activation"
|
|
1272
1121
|
},
|
|
1273
1122
|
{
|
|
1274
|
-
"id": "
|
|
1275
|
-
"label": "
|
|
1123
|
+
"id": "correlation",
|
|
1124
|
+
"label": "Correlation"
|
|
1125
|
+
},
|
|
1126
|
+
{
|
|
1127
|
+
"id": "output",
|
|
1128
|
+
"label": "Output mapping"
|
|
1276
1129
|
}
|
|
1277
1130
|
],
|
|
1278
1131
|
"properties": [
|
|
1279
1132
|
{
|
|
1280
|
-
"type": "Hidden",
|
|
1281
1133
|
"value": "io.camunda:connector-rabbitmq-inbound:1",
|
|
1282
1134
|
"binding": {
|
|
1283
|
-
"
|
|
1284
|
-
"
|
|
1285
|
-
}
|
|
1286
|
-
},
|
|
1287
|
-
{
|
|
1288
|
-
"type": "Hidden",
|
|
1289
|
-
"generatedValue": {
|
|
1290
|
-
"type": "uuid"
|
|
1135
|
+
"name": "inbound.type",
|
|
1136
|
+
"type": "zeebe:property"
|
|
1291
1137
|
},
|
|
1292
|
-
"
|
|
1293
|
-
"type": "bpmn:Message#property",
|
|
1294
|
-
"name": "name"
|
|
1295
|
-
}
|
|
1138
|
+
"type": "Hidden"
|
|
1296
1139
|
},
|
|
1297
1140
|
{
|
|
1298
|
-
"id": "
|
|
1141
|
+
"id": "authentication.authType",
|
|
1299
1142
|
"label": "Connection type",
|
|
1300
|
-
"group": "authentication",
|
|
1301
|
-
"type": "Dropdown",
|
|
1302
1143
|
"value": "uri",
|
|
1144
|
+
"group": "authentication",
|
|
1303
1145
|
"binding": {
|
|
1304
|
-
"
|
|
1305
|
-
"
|
|
1146
|
+
"name": "authentication.authType",
|
|
1147
|
+
"type": "zeebe:property"
|
|
1306
1148
|
},
|
|
1149
|
+
"type": "Dropdown",
|
|
1307
1150
|
"choices": [
|
|
1308
1151
|
{
|
|
1309
1152
|
"name": "URI",
|
|
@@ -1316,154 +1159,178 @@
|
|
|
1316
1159
|
]
|
|
1317
1160
|
},
|
|
1318
1161
|
{
|
|
1162
|
+
"id": "authentication.uri",
|
|
1319
1163
|
"label": "URI",
|
|
1320
1164
|
"description": "URI should contain username, password, host name, port number, and virtual host",
|
|
1321
|
-
"
|
|
1322
|
-
"type": "String",
|
|
1323
|
-
"binding": {
|
|
1324
|
-
"type": "zeebe:property",
|
|
1325
|
-
"name": "authentication.uri"
|
|
1326
|
-
},
|
|
1165
|
+
"optional": false,
|
|
1327
1166
|
"constraints": {
|
|
1328
1167
|
"notEmpty": true,
|
|
1329
1168
|
"pattern": {
|
|
1330
|
-
"value": "^(amqps
|
|
1169
|
+
"value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
|
|
1331
1170
|
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
1332
1171
|
}
|
|
1333
1172
|
},
|
|
1173
|
+
"group": "authentication",
|
|
1174
|
+
"binding": {
|
|
1175
|
+
"name": "authentication.uri",
|
|
1176
|
+
"type": "zeebe:property"
|
|
1177
|
+
},
|
|
1334
1178
|
"condition": {
|
|
1335
|
-
"property": "
|
|
1336
|
-
"equals": "uri"
|
|
1337
|
-
|
|
1179
|
+
"property": "authentication.authType",
|
|
1180
|
+
"equals": "uri",
|
|
1181
|
+
"type": "simple"
|
|
1182
|
+
},
|
|
1183
|
+
"type": "String"
|
|
1338
1184
|
},
|
|
1339
1185
|
{
|
|
1186
|
+
"id": "authentication.userName",
|
|
1340
1187
|
"label": "Username",
|
|
1341
|
-
"
|
|
1342
|
-
"type": "String",
|
|
1343
|
-
"binding": {
|
|
1344
|
-
"type": "zeebe:property",
|
|
1345
|
-
"name": "authentication.userName"
|
|
1346
|
-
},
|
|
1188
|
+
"optional": false,
|
|
1347
1189
|
"constraints": {
|
|
1348
1190
|
"notEmpty": true
|
|
1349
1191
|
},
|
|
1192
|
+
"group": "authentication",
|
|
1193
|
+
"binding": {
|
|
1194
|
+
"name": "authentication.userName",
|
|
1195
|
+
"type": "zeebe:property"
|
|
1196
|
+
},
|
|
1350
1197
|
"condition": {
|
|
1351
|
-
"property": "
|
|
1352
|
-
"equals": "credentials"
|
|
1353
|
-
|
|
1198
|
+
"property": "authentication.authType",
|
|
1199
|
+
"equals": "credentials",
|
|
1200
|
+
"type": "simple"
|
|
1201
|
+
},
|
|
1202
|
+
"type": "String"
|
|
1354
1203
|
},
|
|
1355
1204
|
{
|
|
1205
|
+
"id": "authentication.password",
|
|
1356
1206
|
"label": "Password",
|
|
1207
|
+
"optional": false,
|
|
1208
|
+
"constraints": {
|
|
1209
|
+
"notEmpty": true
|
|
1210
|
+
},
|
|
1357
1211
|
"group": "authentication",
|
|
1358
|
-
"type": "String",
|
|
1359
1212
|
"binding": {
|
|
1360
|
-
"
|
|
1361
|
-
"
|
|
1213
|
+
"name": "authentication.password",
|
|
1214
|
+
"type": "zeebe:property"
|
|
1215
|
+
},
|
|
1216
|
+
"condition": {
|
|
1217
|
+
"property": "authentication.authType",
|
|
1218
|
+
"equals": "credentials",
|
|
1219
|
+
"type": "simple"
|
|
1362
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,
|
|
1363
1228
|
"constraints": {
|
|
1364
1229
|
"notEmpty": true
|
|
1365
1230
|
},
|
|
1231
|
+
"group": "routing",
|
|
1232
|
+
"binding": {
|
|
1233
|
+
"name": "routing.virtualHost",
|
|
1234
|
+
"type": "zeebe:property"
|
|
1235
|
+
},
|
|
1366
1236
|
"condition": {
|
|
1367
|
-
"property": "
|
|
1368
|
-
"equals": "credentials"
|
|
1369
|
-
|
|
1237
|
+
"property": "authentication.authType",
|
|
1238
|
+
"equals": "credentials",
|
|
1239
|
+
"type": "simple"
|
|
1240
|
+
},
|
|
1241
|
+
"type": "String"
|
|
1370
1242
|
},
|
|
1371
1243
|
{
|
|
1244
|
+
"id": "routing.hostName",
|
|
1372
1245
|
"label": "Host name",
|
|
1373
|
-
"description": "Host name: get from RabbitMQ external
|
|
1374
|
-
"
|
|
1375
|
-
"type": "String",
|
|
1376
|
-
"binding": {
|
|
1377
|
-
"type": "zeebe:property",
|
|
1378
|
-
"name": "routing.hostName"
|
|
1379
|
-
},
|
|
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,
|
|
1380
1248
|
"constraints": {
|
|
1381
1249
|
"notEmpty": true
|
|
1382
1250
|
},
|
|
1383
|
-
"condition": {
|
|
1384
|
-
"property": "connectionType",
|
|
1385
|
-
"equals": "credentials"
|
|
1386
|
-
}
|
|
1387
|
-
},
|
|
1388
|
-
{
|
|
1389
|
-
"label": "Virtual host",
|
|
1390
|
-
"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>",
|
|
1391
1251
|
"group": "routing",
|
|
1392
|
-
"type": "String",
|
|
1393
1252
|
"binding": {
|
|
1394
|
-
"
|
|
1395
|
-
"
|
|
1396
|
-
},
|
|
1397
|
-
"constraints": {
|
|
1398
|
-
"notEmpty": true
|
|
1253
|
+
"name": "routing.hostName",
|
|
1254
|
+
"type": "zeebe:property"
|
|
1399
1255
|
},
|
|
1400
1256
|
"condition": {
|
|
1401
|
-
"property": "
|
|
1402
|
-
"equals": "credentials"
|
|
1403
|
-
|
|
1257
|
+
"property": "authentication.authType",
|
|
1258
|
+
"equals": "credentials",
|
|
1259
|
+
"type": "simple"
|
|
1260
|
+
},
|
|
1261
|
+
"type": "String"
|
|
1404
1262
|
},
|
|
1405
1263
|
{
|
|
1264
|
+
"id": "routing.port",
|
|
1406
1265
|
"label": "Port",
|
|
1407
|
-
"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
|
|
1408
|
-
"
|
|
1409
|
-
"type": "String",
|
|
1410
|
-
"binding": {
|
|
1411
|
-
"type": "zeebe:property",
|
|
1412
|
-
"name": "routing.port"
|
|
1413
|
-
},
|
|
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,
|
|
1414
1268
|
"constraints": {
|
|
1415
1269
|
"notEmpty": true
|
|
1416
1270
|
},
|
|
1271
|
+
"group": "routing",
|
|
1272
|
+
"binding": {
|
|
1273
|
+
"name": "routing.port",
|
|
1274
|
+
"type": "zeebe:property"
|
|
1275
|
+
},
|
|
1417
1276
|
"condition": {
|
|
1418
|
-
"property": "
|
|
1419
|
-
"equals": "credentials"
|
|
1420
|
-
|
|
1277
|
+
"property": "authentication.authType",
|
|
1278
|
+
"equals": "credentials",
|
|
1279
|
+
"type": "simple"
|
|
1280
|
+
},
|
|
1281
|
+
"type": "String"
|
|
1421
1282
|
},
|
|
1422
1283
|
{
|
|
1284
|
+
"id": "queueName",
|
|
1423
1285
|
"label": "Queue name",
|
|
1424
1286
|
"description": "Name of the queue to subscribe to",
|
|
1287
|
+
"optional": false,
|
|
1288
|
+
"constraints": {
|
|
1289
|
+
"notEmpty": true
|
|
1290
|
+
},
|
|
1425
1291
|
"group": "subscription",
|
|
1426
|
-
"type": "String",
|
|
1427
|
-
"feel": "optional",
|
|
1428
1292
|
"binding": {
|
|
1429
|
-
"
|
|
1430
|
-
"
|
|
1293
|
+
"name": "queueName",
|
|
1294
|
+
"type": "zeebe:property"
|
|
1431
1295
|
},
|
|
1432
|
-
"
|
|
1433
|
-
"notEmpty": true
|
|
1434
|
-
}
|
|
1296
|
+
"type": "String"
|
|
1435
1297
|
},
|
|
1436
1298
|
{
|
|
1299
|
+
"id": "consumerTag",
|
|
1437
1300
|
"label": "Consumer tag",
|
|
1438
1301
|
"description": "Consumer tag to use for the subscription",
|
|
1302
|
+
"optional": false,
|
|
1439
1303
|
"group": "subscription",
|
|
1440
|
-
"type": "String",
|
|
1441
|
-
"feel": "optional",
|
|
1442
1304
|
"binding": {
|
|
1443
|
-
"
|
|
1444
|
-
"
|
|
1445
|
-
}
|
|
1305
|
+
"name": "consumerTag",
|
|
1306
|
+
"type": "zeebe:property"
|
|
1307
|
+
},
|
|
1308
|
+
"type": "String"
|
|
1446
1309
|
},
|
|
1447
1310
|
{
|
|
1311
|
+
"id": "arguments",
|
|
1448
1312
|
"label": "Arguments",
|
|
1449
1313
|
"description": "Arguments to use for the subscription",
|
|
1450
|
-
"
|
|
1451
|
-
"type": "String",
|
|
1314
|
+
"optional": true,
|
|
1452
1315
|
"feel": "required",
|
|
1316
|
+
"group": "subscription",
|
|
1453
1317
|
"binding": {
|
|
1454
|
-
"
|
|
1455
|
-
"
|
|
1456
|
-
}
|
|
1318
|
+
"name": "arguments",
|
|
1319
|
+
"type": "zeebe:property"
|
|
1320
|
+
},
|
|
1321
|
+
"type": "String"
|
|
1457
1322
|
},
|
|
1458
1323
|
{
|
|
1324
|
+
"id": "exclusive",
|
|
1459
1325
|
"label": "Exclusive consumer",
|
|
1460
|
-
"
|
|
1461
|
-
"type": "Dropdown",
|
|
1326
|
+
"optional": false,
|
|
1462
1327
|
"value": "false",
|
|
1328
|
+
"group": "subscription",
|
|
1463
1329
|
"binding": {
|
|
1464
|
-
"
|
|
1465
|
-
"
|
|
1330
|
+
"name": "exclusive",
|
|
1331
|
+
"type": "zeebe:property"
|
|
1466
1332
|
},
|
|
1333
|
+
"type": "Dropdown",
|
|
1467
1334
|
"choices": [
|
|
1468
1335
|
{
|
|
1469
1336
|
"name": "Yes",
|
|
@@ -1476,74 +1343,102 @@
|
|
|
1476
1343
|
]
|
|
1477
1344
|
},
|
|
1478
1345
|
{
|
|
1479
|
-
"
|
|
1480
|
-
"
|
|
1481
|
-
"
|
|
1346
|
+
"id": "activationCondition",
|
|
1347
|
+
"label": "Activation condition",
|
|
1348
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1349
|
+
"optional": true,
|
|
1482
1350
|
"feel": "required",
|
|
1483
|
-
"
|
|
1351
|
+
"group": "activation",
|
|
1484
1352
|
"binding": {
|
|
1485
|
-
"
|
|
1486
|
-
"
|
|
1353
|
+
"name": "activationCondition",
|
|
1354
|
+
"type": "zeebe:property"
|
|
1487
1355
|
},
|
|
1488
|
-
"
|
|
1489
|
-
"notEmpty": true
|
|
1490
|
-
}
|
|
1356
|
+
"type": "String"
|
|
1491
1357
|
},
|
|
1492
1358
|
{
|
|
1493
|
-
"
|
|
1494
|
-
"
|
|
1495
|
-
"
|
|
1359
|
+
"id": "correlationKeyProcess",
|
|
1360
|
+
"label": "Correlation key (process)",
|
|
1361
|
+
"description": "Sets up the correlation key from process variables",
|
|
1362
|
+
"constraints": {
|
|
1363
|
+
"notEmpty": true
|
|
1364
|
+
},
|
|
1496
1365
|
"feel": "required",
|
|
1366
|
+
"group": "correlation",
|
|
1497
1367
|
"binding": {
|
|
1498
|
-
"
|
|
1499
|
-
"
|
|
1368
|
+
"name": "correlationKey",
|
|
1369
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
1500
1370
|
},
|
|
1371
|
+
"type": "String"
|
|
1372
|
+
},
|
|
1373
|
+
{
|
|
1374
|
+
"id": "correlationKeyPayload",
|
|
1375
|
+
"label": "Correlation key (payload)",
|
|
1501
1376
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
1502
1377
|
"constraints": {
|
|
1503
1378
|
"notEmpty": true
|
|
1504
|
-
}
|
|
1379
|
+
},
|
|
1380
|
+
"feel": "required",
|
|
1381
|
+
"group": "correlation",
|
|
1382
|
+
"binding": {
|
|
1383
|
+
"name": "correlationKeyExpression",
|
|
1384
|
+
"type": "zeebe:property"
|
|
1385
|
+
},
|
|
1386
|
+
"type": "String"
|
|
1505
1387
|
},
|
|
1506
1388
|
{
|
|
1507
|
-
"
|
|
1508
|
-
"
|
|
1509
|
-
"
|
|
1510
|
-
"feel": "required",
|
|
1389
|
+
"id": "messageIdExpression",
|
|
1390
|
+
"label": "Message ID expression",
|
|
1391
|
+
"description": "Expression to extract unique identifier of a message",
|
|
1511
1392
|
"optional": true,
|
|
1393
|
+
"feel": "required",
|
|
1394
|
+
"group": "correlation",
|
|
1512
1395
|
"binding": {
|
|
1513
|
-
"
|
|
1514
|
-
"
|
|
1396
|
+
"name": "messageIdExpression",
|
|
1397
|
+
"type": "zeebe:property"
|
|
1515
1398
|
},
|
|
1516
|
-
"
|
|
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"
|
|
1517
1412
|
},
|
|
1518
1413
|
{
|
|
1414
|
+
"id": "resultVariable",
|
|
1519
1415
|
"label": "Result variable",
|
|
1520
|
-
"
|
|
1521
|
-
"group": "
|
|
1522
|
-
"optional": true,
|
|
1416
|
+
"description": "Name of variable to store the response in",
|
|
1417
|
+
"group": "output",
|
|
1523
1418
|
"binding": {
|
|
1524
|
-
"
|
|
1525
|
-
"
|
|
1419
|
+
"name": "resultVariable",
|
|
1420
|
+
"type": "zeebe:property"
|
|
1526
1421
|
},
|
|
1527
|
-
"
|
|
1422
|
+
"type": "String"
|
|
1528
1423
|
},
|
|
1529
1424
|
{
|
|
1425
|
+
"id": "resultExpression",
|
|
1530
1426
|
"label": "Result expression",
|
|
1531
|
-
"
|
|
1532
|
-
"group": "variable-mapping",
|
|
1427
|
+
"description": "Expression to map the response into process variables",
|
|
1533
1428
|
"feel": "required",
|
|
1534
|
-
"
|
|
1429
|
+
"group": "output",
|
|
1535
1430
|
"binding": {
|
|
1536
|
-
"
|
|
1537
|
-
"
|
|
1431
|
+
"name": "resultExpression",
|
|
1432
|
+
"type": "zeebe:property"
|
|
1538
1433
|
},
|
|
1539
|
-
"
|
|
1434
|
+
"type": "Text"
|
|
1540
1435
|
}
|
|
1541
1436
|
],
|
|
1542
1437
|
"icon": {
|
|
1543
|
-
"contents": "data:image/svg+xml;
|
|
1438
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
|
|
1544
1439
|
},
|
|
1545
1440
|
"engines": {
|
|
1546
|
-
"camunda": "^8.
|
|
1441
|
+
"camunda": "^8.5"
|
|
1547
1442
|
}
|
|
1548
1443
|
},
|
|
1549
1444
|
{
|
|
@@ -1859,7 +1754,7 @@
|
|
|
1859
1754
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1860
1755
|
"name": "RabbitMQ connector",
|
|
1861
1756
|
"id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
|
|
1862
|
-
"version":
|
|
1757
|
+
"version": 2,
|
|
1863
1758
|
"description": "Receive a message from RabbitMQ",
|
|
1864
1759
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
|
|
1865
1760
|
"category": {
|
|
@@ -1945,7 +1840,7 @@
|
|
|
1945
1840
|
"constraints": {
|
|
1946
1841
|
"notEmpty": true,
|
|
1947
1842
|
"pattern": {
|
|
1948
|
-
"value": "^(amqps?://)|(secrets)
|
|
1843
|
+
"value": "^(amqps?://)|secrets\\..+|(\\{\\{secrets\\..+\\}\\}).*$",
|
|
1949
1844
|
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
1950
1845
|
}
|
|
1951
1846
|
},
|
|
@@ -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
|
]
|