@camunda/connectors-element-templates 1.0.17 → 1.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/connectors.js +12 -2
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -5
- package/src/element-templates/asana-connector.json +718 -7
- package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
- package/src/element-templates/aws-bedrock-outbound-connector.json +775 -38
- package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
- package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
- package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
- package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
- package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
- package/src/element-templates/aws-lambda-outbound-connector.json +472 -468
- package/src/element-templates/aws-s3-outbound-connector.json +656 -15
- package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
- package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
- package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
- package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
- package/src/element-templates/aws-sns-inbound-receive.json +13 -6
- package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
- package/src/element-templates/aws-sns-outbound-connector.json +390 -386
- package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
- package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
- package/src/element-templates/aws-sqs-receive-connector.json +15 -11
- package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
- package/src/element-templates/aws-sqs-start-message.json +866 -862
- package/src/element-templates/aws-textract-outbound-connector.json +358 -354
- package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
- package/src/element-templates/azure-open-ai-connector.json +1325 -0
- package/src/element-templates/blue-prism-connector.json +595 -50
- package/src/element-templates/box-outbound-connector.json +924 -12
- package/src/element-templates/csv-outbound-connector.json +39 -31
- package/src/element-templates/easy-post-connector.json +1088 -120
- package/src/element-templates/email-inbound-connector-boundary.json +16 -8
- package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
- package/src/element-templates/email-inbound-connector-receive.json +564 -0
- package/src/element-templates/email-message-start-event-connector.json +16 -8
- package/src/element-templates/email-outbound-connector.json +2114 -241
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
- package/src/element-templates/github-connector.json +12587 -9052
- package/src/element-templates/github-webhook-connector-boundary.json +27 -29
- package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
- package/src/element-templates/github-webhook-connector-message-start.json +19 -21
- package/src/element-templates/github-webhook-connector-receive.json +13 -15
- package/src/element-templates/github-webhook-connector-start-event.json +11 -13
- package/src/element-templates/gitlab-connector.json +4756 -3124
- package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
- package/src/element-templates/google-drive-outbound-connector.json +1285 -665
- package/src/element-templates/google-gemini-outbound-connector.json +117 -109
- package/src/element-templates/google-maps-platform-connector.json +1055 -26
- package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
- package/src/element-templates/graphql-outbound-connector.json +1136 -1127
- package/src/element-templates/http-json-connector.json +2779 -2129
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
- package/src/element-templates/http-polling-connector.json +746 -735
- package/src/element-templates/hubspot-outbound-connector.json +2376 -30
- package/src/element-templates/hugging-face-connector.json +249 -18
- package/src/element-templates/jdbc-outbound-connector.json +62 -48
- package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
- package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
- package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
- package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +666 -660
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
- package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
- package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
- package/src/element-templates/openai-connector.json +579 -116
- package/src/element-templates/operate-connector.json +1219 -67
- package/src/element-templates/power-automate-connector.json +604 -12
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
- package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
- package/src/element-templates/rpa-connector.json +346 -0
- package/src/element-templates/salesforce-connector.json +553 -9
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
- package/src/element-templates/send-message-connector-message-end-event.json +10 -5
- package/src/element-templates/send-message-connector-send-task.json +10 -5
- package/src/element-templates/sendgrid-outbound-connector.json +1380 -772
- package/src/element-templates/servicenow-connector.json +971 -3
- package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
- package/src/element-templates/servicenow-incident-connector.json +980 -3
- package/src/element-templates/slack-inbound-boundary.json +389 -91
- package/src/element-templates/slack-inbound-intermediate.json +393 -95
- package/src/element-templates/slack-inbound-message-start.json +566 -236
- package/src/element-templates/slack-inbound-receive.json +297 -0
- package/src/element-templates/slack-inbound-start-event.json +127 -122
- package/src/element-templates/slack-outbound-connector.json +2613 -915
- package/src/element-templates/soap-outbound-connector.json +812 -2
- package/src/element-templates/twilio-connector.json +1514 -34
- package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
- package/src/element-templates/twilio-webhook-connector.json +238 -8
- package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
- package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
- package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
- package/src/element-templates/uipath-connector.json +607 -15
- package/src/element-templates/webhook-connector-boundary.json +1218 -1208
- package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
- package/src/element-templates/webhook-connector-receive.json +55 -45
- package/src/element-templates/webhook-connector-start-event.json +1299 -1292
- package/src/element-templates/webhook-connector-start-message.json +711 -701
- package/src/element-templates/whatsapp-connector.json +339 -5
- package/src/element-templates/http-connector.json.json +0 -654
|
@@ -3,9 +3,18 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "RabbitMQ Intermediate Catch Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
|
|
6
|
-
"version": 3,
|
|
7
6
|
"description": "Receive a message from RabbitMQ",
|
|
8
|
-
"
|
|
7
|
+
"keywords": [
|
|
8
|
+
"receive message",
|
|
9
|
+
"consume message",
|
|
10
|
+
"message queue",
|
|
11
|
+
"AMQP",
|
|
12
|
+
"subscribe",
|
|
13
|
+
"message broker",
|
|
14
|
+
"queue"
|
|
15
|
+
],
|
|
16
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
|
|
17
|
+
"version": 8,
|
|
9
18
|
"category": {
|
|
10
19
|
"id": "connectors",
|
|
11
20
|
"name": "Connectors"
|
|
@@ -15,6 +24,9 @@
|
|
|
15
24
|
"value": "bpmn:IntermediateCatchEvent",
|
|
16
25
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
17
26
|
},
|
|
27
|
+
"engines": {
|
|
28
|
+
"camunda": "^8.3"
|
|
29
|
+
},
|
|
18
30
|
"groups": [
|
|
19
31
|
{
|
|
20
32
|
"id": "authentication",
|
|
@@ -33,39 +45,39 @@
|
|
|
33
45
|
"label": "Activation"
|
|
34
46
|
},
|
|
35
47
|
{
|
|
36
|
-
"id": "
|
|
37
|
-
"label": "
|
|
48
|
+
"id": "correlation",
|
|
49
|
+
"label": "Correlation",
|
|
50
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"id": "deduplication",
|
|
54
|
+
"label": "Deduplication",
|
|
55
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"id": "output",
|
|
59
|
+
"label": "Output mapping"
|
|
38
60
|
}
|
|
39
61
|
],
|
|
40
62
|
"properties": [
|
|
41
63
|
{
|
|
42
|
-
"type": "Hidden",
|
|
43
64
|
"value": "io.camunda:connector-rabbitmq-inbound:1",
|
|
44
65
|
"binding": {
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"type": "Hidden",
|
|
51
|
-
"generatedValue": {
|
|
52
|
-
"type": "uuid"
|
|
66
|
+
"name": "inbound.type",
|
|
67
|
+
"type": "zeebe:property"
|
|
53
68
|
},
|
|
54
|
-
"
|
|
55
|
-
"type": "bpmn:Message#property",
|
|
56
|
-
"name": "name"
|
|
57
|
-
}
|
|
69
|
+
"type": "Hidden"
|
|
58
70
|
},
|
|
59
71
|
{
|
|
60
|
-
"id": "
|
|
72
|
+
"id": "authentication.authType",
|
|
61
73
|
"label": "Connection type",
|
|
62
|
-
"group": "authentication",
|
|
63
|
-
"type": "Dropdown",
|
|
64
74
|
"value": "uri",
|
|
75
|
+
"group": "authentication",
|
|
65
76
|
"binding": {
|
|
66
|
-
"
|
|
67
|
-
"
|
|
77
|
+
"name": "authentication.authType",
|
|
78
|
+
"type": "zeebe:property"
|
|
68
79
|
},
|
|
80
|
+
"type": "Dropdown",
|
|
69
81
|
"choices": [
|
|
70
82
|
{
|
|
71
83
|
"name": "URI",
|
|
@@ -78,154 +90,178 @@
|
|
|
78
90
|
]
|
|
79
91
|
},
|
|
80
92
|
{
|
|
93
|
+
"id": "authentication.uri",
|
|
81
94
|
"label": "URI",
|
|
82
95
|
"description": "URI should contain username, password, host name, port number, and virtual host",
|
|
83
|
-
"
|
|
84
|
-
"type": "String",
|
|
85
|
-
"binding": {
|
|
86
|
-
"type": "zeebe:property",
|
|
87
|
-
"name": "authentication.uri"
|
|
88
|
-
},
|
|
96
|
+
"optional": false,
|
|
89
97
|
"constraints": {
|
|
90
98
|
"notEmpty": true,
|
|
91
99
|
"pattern": {
|
|
92
|
-
"value": "^(amqps
|
|
100
|
+
"value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
|
|
93
101
|
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
94
102
|
}
|
|
95
103
|
},
|
|
104
|
+
"group": "authentication",
|
|
105
|
+
"binding": {
|
|
106
|
+
"name": "authentication.uri",
|
|
107
|
+
"type": "zeebe:property"
|
|
108
|
+
},
|
|
96
109
|
"condition": {
|
|
97
|
-
"property": "
|
|
98
|
-
"equals": "uri"
|
|
99
|
-
|
|
110
|
+
"property": "authentication.authType",
|
|
111
|
+
"equals": "uri",
|
|
112
|
+
"type": "simple"
|
|
113
|
+
},
|
|
114
|
+
"type": "String"
|
|
100
115
|
},
|
|
101
116
|
{
|
|
117
|
+
"id": "authentication.userName",
|
|
102
118
|
"label": "Username",
|
|
103
|
-
"
|
|
104
|
-
"type": "String",
|
|
105
|
-
"binding": {
|
|
106
|
-
"type": "zeebe:property",
|
|
107
|
-
"name": "authentication.userName"
|
|
108
|
-
},
|
|
119
|
+
"optional": false,
|
|
109
120
|
"constraints": {
|
|
110
121
|
"notEmpty": true
|
|
111
122
|
},
|
|
123
|
+
"group": "authentication",
|
|
124
|
+
"binding": {
|
|
125
|
+
"name": "authentication.userName",
|
|
126
|
+
"type": "zeebe:property"
|
|
127
|
+
},
|
|
112
128
|
"condition": {
|
|
113
|
-
"property": "
|
|
114
|
-
"equals": "credentials"
|
|
115
|
-
|
|
129
|
+
"property": "authentication.authType",
|
|
130
|
+
"equals": "credentials",
|
|
131
|
+
"type": "simple"
|
|
132
|
+
},
|
|
133
|
+
"type": "String"
|
|
116
134
|
},
|
|
117
135
|
{
|
|
136
|
+
"id": "authentication.password",
|
|
118
137
|
"label": "Password",
|
|
138
|
+
"optional": false,
|
|
139
|
+
"constraints": {
|
|
140
|
+
"notEmpty": true
|
|
141
|
+
},
|
|
119
142
|
"group": "authentication",
|
|
120
|
-
"type": "String",
|
|
121
143
|
"binding": {
|
|
122
|
-
"
|
|
123
|
-
"
|
|
144
|
+
"name": "authentication.password",
|
|
145
|
+
"type": "zeebe:property"
|
|
146
|
+
},
|
|
147
|
+
"condition": {
|
|
148
|
+
"property": "authentication.authType",
|
|
149
|
+
"equals": "credentials",
|
|
150
|
+
"type": "simple"
|
|
124
151
|
},
|
|
152
|
+
"type": "String"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"id": "routing.virtualHost",
|
|
156
|
+
"label": "Virtual host",
|
|
157
|
+
"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>",
|
|
158
|
+
"optional": false,
|
|
125
159
|
"constraints": {
|
|
126
160
|
"notEmpty": true
|
|
127
161
|
},
|
|
162
|
+
"group": "routing",
|
|
163
|
+
"binding": {
|
|
164
|
+
"name": "routing.virtualHost",
|
|
165
|
+
"type": "zeebe:property"
|
|
166
|
+
},
|
|
128
167
|
"condition": {
|
|
129
|
-
"property": "
|
|
130
|
-
"equals": "credentials"
|
|
131
|
-
|
|
168
|
+
"property": "authentication.authType",
|
|
169
|
+
"equals": "credentials",
|
|
170
|
+
"type": "simple"
|
|
171
|
+
},
|
|
172
|
+
"type": "String"
|
|
132
173
|
},
|
|
133
174
|
{
|
|
175
|
+
"id": "routing.hostName",
|
|
134
176
|
"label": "Host name",
|
|
135
|
-
"description": "Host name: get from RabbitMQ external
|
|
136
|
-
"
|
|
137
|
-
"type": "String",
|
|
138
|
-
"binding": {
|
|
139
|
-
"type": "zeebe:property",
|
|
140
|
-
"name": "routing.hostName"
|
|
141
|
-
},
|
|
177
|
+
"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>",
|
|
178
|
+
"optional": false,
|
|
142
179
|
"constraints": {
|
|
143
180
|
"notEmpty": true
|
|
144
181
|
},
|
|
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>",
|
|
153
182
|
"group": "routing",
|
|
154
|
-
"type": "String",
|
|
155
183
|
"binding": {
|
|
156
|
-
"
|
|
157
|
-
"
|
|
158
|
-
},
|
|
159
|
-
"constraints": {
|
|
160
|
-
"notEmpty": true
|
|
184
|
+
"name": "routing.hostName",
|
|
185
|
+
"type": "zeebe:property"
|
|
161
186
|
},
|
|
162
187
|
"condition": {
|
|
163
|
-
"property": "
|
|
164
|
-
"equals": "credentials"
|
|
165
|
-
|
|
188
|
+
"property": "authentication.authType",
|
|
189
|
+
"equals": "credentials",
|
|
190
|
+
"type": "simple"
|
|
191
|
+
},
|
|
192
|
+
"type": "String"
|
|
166
193
|
},
|
|
167
194
|
{
|
|
195
|
+
"id": "routing.port",
|
|
168
196
|
"label": "Port",
|
|
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
|
|
170
|
-
"
|
|
171
|
-
"type": "String",
|
|
172
|
-
"binding": {
|
|
173
|
-
"type": "zeebe:property",
|
|
174
|
-
"name": "routing.port"
|
|
175
|
-
},
|
|
197
|
+
"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>",
|
|
198
|
+
"optional": false,
|
|
176
199
|
"constraints": {
|
|
177
200
|
"notEmpty": true
|
|
178
201
|
},
|
|
202
|
+
"group": "routing",
|
|
203
|
+
"binding": {
|
|
204
|
+
"name": "routing.port",
|
|
205
|
+
"type": "zeebe:property"
|
|
206
|
+
},
|
|
179
207
|
"condition": {
|
|
180
|
-
"property": "
|
|
181
|
-
"equals": "credentials"
|
|
182
|
-
|
|
208
|
+
"property": "authentication.authType",
|
|
209
|
+
"equals": "credentials",
|
|
210
|
+
"type": "simple"
|
|
211
|
+
},
|
|
212
|
+
"type": "String"
|
|
183
213
|
},
|
|
184
214
|
{
|
|
215
|
+
"id": "queueName",
|
|
185
216
|
"label": "Queue name",
|
|
186
217
|
"description": "Name of the queue to subscribe to",
|
|
218
|
+
"optional": false,
|
|
219
|
+
"constraints": {
|
|
220
|
+
"notEmpty": true
|
|
221
|
+
},
|
|
187
222
|
"group": "subscription",
|
|
188
|
-
"type": "String",
|
|
189
|
-
"feel": "optional",
|
|
190
223
|
"binding": {
|
|
191
|
-
"
|
|
192
|
-
"
|
|
224
|
+
"name": "queueName",
|
|
225
|
+
"type": "zeebe:property"
|
|
193
226
|
},
|
|
194
|
-
"
|
|
195
|
-
"notEmpty": true
|
|
196
|
-
}
|
|
227
|
+
"type": "String"
|
|
197
228
|
},
|
|
198
229
|
{
|
|
230
|
+
"id": "consumerTag",
|
|
199
231
|
"label": "Consumer tag",
|
|
200
232
|
"description": "Consumer tag to use for the subscription",
|
|
233
|
+
"optional": false,
|
|
201
234
|
"group": "subscription",
|
|
202
|
-
"type": "String",
|
|
203
|
-
"feel": "optional",
|
|
204
235
|
"binding": {
|
|
205
|
-
"
|
|
206
|
-
"
|
|
207
|
-
}
|
|
236
|
+
"name": "consumerTag",
|
|
237
|
+
"type": "zeebe:property"
|
|
238
|
+
},
|
|
239
|
+
"type": "String"
|
|
208
240
|
},
|
|
209
241
|
{
|
|
242
|
+
"id": "arguments",
|
|
210
243
|
"label": "Arguments",
|
|
211
244
|
"description": "Arguments to use for the subscription",
|
|
212
|
-
"
|
|
213
|
-
"type": "String",
|
|
245
|
+
"optional": true,
|
|
214
246
|
"feel": "required",
|
|
247
|
+
"group": "subscription",
|
|
215
248
|
"binding": {
|
|
216
|
-
"
|
|
217
|
-
"
|
|
218
|
-
}
|
|
249
|
+
"name": "arguments",
|
|
250
|
+
"type": "zeebe:property"
|
|
251
|
+
},
|
|
252
|
+
"type": "String"
|
|
219
253
|
},
|
|
220
254
|
{
|
|
255
|
+
"id": "exclusive",
|
|
221
256
|
"label": "Exclusive consumer",
|
|
222
|
-
"
|
|
223
|
-
"type": "Dropdown",
|
|
257
|
+
"optional": false,
|
|
224
258
|
"value": "false",
|
|
259
|
+
"group": "subscription",
|
|
225
260
|
"binding": {
|
|
226
|
-
"
|
|
227
|
-
"
|
|
261
|
+
"name": "exclusive",
|
|
262
|
+
"type": "zeebe:property"
|
|
228
263
|
},
|
|
264
|
+
"type": "Dropdown",
|
|
229
265
|
"choices": [
|
|
230
266
|
{
|
|
231
267
|
"name": "Yes",
|
|
@@ -238,83 +274,207 @@
|
|
|
238
274
|
]
|
|
239
275
|
},
|
|
240
276
|
{
|
|
241
|
-
"
|
|
242
|
-
"
|
|
243
|
-
"
|
|
277
|
+
"id": "activationCondition",
|
|
278
|
+
"label": "Activation condition",
|
|
279
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
280
|
+
"optional": true,
|
|
244
281
|
"feel": "required",
|
|
245
|
-
"
|
|
282
|
+
"group": "activation",
|
|
246
283
|
"binding": {
|
|
247
|
-
"
|
|
248
|
-
"
|
|
284
|
+
"name": "activationCondition",
|
|
285
|
+
"type": "zeebe:property"
|
|
249
286
|
},
|
|
250
|
-
"
|
|
251
|
-
"notEmpty": true
|
|
252
|
-
}
|
|
287
|
+
"type": "String"
|
|
253
288
|
},
|
|
254
289
|
{
|
|
255
|
-
"
|
|
256
|
-
"
|
|
290
|
+
"id": "consumeUnmatchedEvents",
|
|
291
|
+
"label": "Consume unmatched events",
|
|
292
|
+
"value": true,
|
|
257
293
|
"group": "activation",
|
|
258
|
-
"feel": "required",
|
|
259
294
|
"binding": {
|
|
260
|
-
"
|
|
261
|
-
"
|
|
295
|
+
"name": "consumeUnmatchedEvents",
|
|
296
|
+
"type": "zeebe:property"
|
|
297
|
+
},
|
|
298
|
+
"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",
|
|
299
|
+
"type": "Boolean"
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"id": "correlationKeyProcess",
|
|
303
|
+
"label": "Correlation key (process)",
|
|
304
|
+
"description": "Sets up the correlation key from process variables",
|
|
305
|
+
"constraints": {
|
|
306
|
+
"notEmpty": true
|
|
307
|
+
},
|
|
308
|
+
"feel": "required",
|
|
309
|
+
"group": "correlation",
|
|
310
|
+
"binding": {
|
|
311
|
+
"name": "correlationKey",
|
|
312
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
262
313
|
},
|
|
314
|
+
"type": "String"
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"id": "correlationKeyPayload",
|
|
318
|
+
"label": "Correlation key (payload)",
|
|
263
319
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
264
320
|
"constraints": {
|
|
265
321
|
"notEmpty": true
|
|
266
|
-
}
|
|
322
|
+
},
|
|
323
|
+
"feel": "required",
|
|
324
|
+
"group": "correlation",
|
|
325
|
+
"binding": {
|
|
326
|
+
"name": "correlationKeyExpression",
|
|
327
|
+
"type": "zeebe:property"
|
|
328
|
+
},
|
|
329
|
+
"type": "String"
|
|
267
330
|
},
|
|
268
331
|
{
|
|
269
|
-
"
|
|
270
|
-
"
|
|
271
|
-
"
|
|
332
|
+
"id": "messageIdExpression",
|
|
333
|
+
"label": "Message ID expression",
|
|
334
|
+
"description": "Expression to extract unique identifier of a message",
|
|
335
|
+
"optional": true,
|
|
272
336
|
"feel": "required",
|
|
337
|
+
"group": "correlation",
|
|
338
|
+
"binding": {
|
|
339
|
+
"name": "messageIdExpression",
|
|
340
|
+
"type": "zeebe:property"
|
|
341
|
+
},
|
|
342
|
+
"type": "String"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"id": "messageTtl",
|
|
346
|
+
"label": "Message TTL",
|
|
347
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
273
348
|
"optional": true,
|
|
349
|
+
"constraints": {
|
|
350
|
+
"notEmpty": false,
|
|
351
|
+
"pattern": {
|
|
352
|
+
"value": "^(PT.*|)$",
|
|
353
|
+
"message": "must be an ISO-8601 duration"
|
|
354
|
+
}
|
|
355
|
+
},
|
|
356
|
+
"feel": "optional",
|
|
357
|
+
"group": "correlation",
|
|
274
358
|
"binding": {
|
|
275
|
-
"
|
|
276
|
-
"
|
|
359
|
+
"name": "messageTtl",
|
|
360
|
+
"type": "zeebe:property"
|
|
277
361
|
},
|
|
278
|
-
"
|
|
362
|
+
"type": "String"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"id": "messageNameUuid",
|
|
366
|
+
"label": "Message name",
|
|
367
|
+
"generatedValue": {
|
|
368
|
+
"type": "uuid"
|
|
369
|
+
},
|
|
370
|
+
"feel": "optional",
|
|
371
|
+
"group": "correlation",
|
|
372
|
+
"binding": {
|
|
373
|
+
"name": "name",
|
|
374
|
+
"type": "bpmn:Message#property"
|
|
375
|
+
},
|
|
376
|
+
"tooltip": "By default, this is an auto-generated random UUID. We recommend using a unique message name for each connector element in the diagram. Override to set a custom message name. Learn more about <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-subscriptions\">message subscriptions</a> that power inbound connectors.",
|
|
377
|
+
"type": "String"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"id": "deduplicationModeManualFlag",
|
|
381
|
+
"label": "Manual mode",
|
|
382
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
383
|
+
"value": false,
|
|
384
|
+
"group": "deduplication",
|
|
385
|
+
"binding": {
|
|
386
|
+
"name": "deduplicationModeManualFlag",
|
|
387
|
+
"type": "zeebe:property"
|
|
388
|
+
},
|
|
389
|
+
"type": "Boolean"
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"id": "deduplicationId",
|
|
393
|
+
"label": "Deduplication ID",
|
|
394
|
+
"constraints": {
|
|
395
|
+
"notEmpty": true,
|
|
396
|
+
"pattern": {
|
|
397
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
398
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
399
|
+
}
|
|
400
|
+
},
|
|
401
|
+
"group": "deduplication",
|
|
402
|
+
"binding": {
|
|
403
|
+
"name": "deduplicationId",
|
|
404
|
+
"type": "zeebe:property"
|
|
405
|
+
},
|
|
406
|
+
"condition": {
|
|
407
|
+
"property": "deduplicationModeManualFlag",
|
|
408
|
+
"equals": true,
|
|
409
|
+
"type": "simple"
|
|
410
|
+
},
|
|
411
|
+
"type": "String"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"id": "deduplicationModeManual",
|
|
415
|
+
"value": "MANUAL",
|
|
416
|
+
"group": "deduplication",
|
|
417
|
+
"binding": {
|
|
418
|
+
"name": "deduplicationMode",
|
|
419
|
+
"type": "zeebe:property"
|
|
420
|
+
},
|
|
421
|
+
"condition": {
|
|
422
|
+
"property": "deduplicationId",
|
|
423
|
+
"isActive": true,
|
|
424
|
+
"type": "simple"
|
|
425
|
+
},
|
|
426
|
+
"type": "Hidden"
|
|
279
427
|
},
|
|
280
428
|
{
|
|
429
|
+
"id": "deduplicationModeAuto",
|
|
430
|
+
"value": "AUTO",
|
|
431
|
+
"group": "deduplication",
|
|
432
|
+
"binding": {
|
|
433
|
+
"name": "deduplicationMode",
|
|
434
|
+
"type": "zeebe:property"
|
|
435
|
+
},
|
|
436
|
+
"condition": {
|
|
437
|
+
"property": "deduplicationId",
|
|
438
|
+
"isActive": false,
|
|
439
|
+
"type": "simple"
|
|
440
|
+
},
|
|
441
|
+
"type": "Hidden"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"id": "resultVariable",
|
|
281
445
|
"label": "Result variable",
|
|
282
|
-
"
|
|
283
|
-
"group": "
|
|
284
|
-
"optional": true,
|
|
446
|
+
"description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>.",
|
|
447
|
+
"group": "output",
|
|
285
448
|
"binding": {
|
|
286
|
-
"
|
|
287
|
-
"
|
|
449
|
+
"name": "resultVariable",
|
|
450
|
+
"type": "zeebe:property"
|
|
288
451
|
},
|
|
289
|
-
"
|
|
452
|
+
"type": "String"
|
|
290
453
|
},
|
|
291
454
|
{
|
|
455
|
+
"id": "resultExpression",
|
|
292
456
|
"label": "Result expression",
|
|
293
|
-
"
|
|
294
|
-
"group": "variable-mapping",
|
|
457
|
+
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>.",
|
|
295
458
|
"feel": "required",
|
|
296
|
-
"
|
|
459
|
+
"group": "output",
|
|
297
460
|
"binding": {
|
|
298
|
-
"
|
|
299
|
-
"
|
|
461
|
+
"name": "resultExpression",
|
|
462
|
+
"type": "zeebe:property"
|
|
300
463
|
},
|
|
301
|
-
"
|
|
464
|
+
"type": "Text"
|
|
302
465
|
}
|
|
303
466
|
],
|
|
304
467
|
"icon": {
|
|
305
|
-
"contents": "data:image/svg+xml;
|
|
306
|
-
},
|
|
307
|
-
"engines": {
|
|
308
|
-
"camunda": "^8.2"
|
|
468
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
|
|
309
469
|
}
|
|
310
470
|
},
|
|
311
471
|
{
|
|
312
472
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
313
|
-
"name": "RabbitMQ
|
|
473
|
+
"name": "RabbitMQ connector",
|
|
314
474
|
"id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
|
|
475
|
+
"version": 1,
|
|
315
476
|
"description": "Receive a message from RabbitMQ",
|
|
316
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq
|
|
317
|
-
"version": 6,
|
|
477
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
|
|
318
478
|
"category": {
|
|
319
479
|
"id": "connectors",
|
|
320
480
|
"name": "Connectors"
|
|
@@ -342,33 +502,39 @@
|
|
|
342
502
|
"label": "Activation"
|
|
343
503
|
},
|
|
344
504
|
{
|
|
345
|
-
"id": "
|
|
346
|
-
"label": "
|
|
347
|
-
},
|
|
348
|
-
{
|
|
349
|
-
"id": "output",
|
|
350
|
-
"label": "Output mapping"
|
|
505
|
+
"id": "variable-mapping",
|
|
506
|
+
"label": "Variable mapping"
|
|
351
507
|
}
|
|
352
508
|
],
|
|
353
509
|
"properties": [
|
|
354
510
|
{
|
|
511
|
+
"type": "Hidden",
|
|
355
512
|
"value": "io.camunda:connector-rabbitmq-inbound:1",
|
|
356
513
|
"binding": {
|
|
357
|
-
"
|
|
358
|
-
"
|
|
514
|
+
"type": "zeebe:property",
|
|
515
|
+
"name": "inbound.type"
|
|
516
|
+
}
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"type": "Hidden",
|
|
520
|
+
"generatedValue": {
|
|
521
|
+
"type": "uuid"
|
|
359
522
|
},
|
|
360
|
-
"
|
|
523
|
+
"binding": {
|
|
524
|
+
"type": "bpmn:Message#property",
|
|
525
|
+
"name": "name"
|
|
526
|
+
}
|
|
361
527
|
},
|
|
362
528
|
{
|
|
363
|
-
"id": "
|
|
529
|
+
"id": "connectionType",
|
|
364
530
|
"label": "Connection type",
|
|
365
|
-
"value": "uri",
|
|
366
531
|
"group": "authentication",
|
|
532
|
+
"type": "Dropdown",
|
|
533
|
+
"value": "uri",
|
|
367
534
|
"binding": {
|
|
368
|
-
"
|
|
369
|
-
"
|
|
535
|
+
"type": "zeebe:property",
|
|
536
|
+
"name": "authentication.authType"
|
|
370
537
|
},
|
|
371
|
-
"type": "Dropdown",
|
|
372
538
|
"choices": [
|
|
373
539
|
{
|
|
374
540
|
"name": "URI",
|
|
@@ -381,178 +547,154 @@
|
|
|
381
547
|
]
|
|
382
548
|
},
|
|
383
549
|
{
|
|
384
|
-
"id": "authentication.uri",
|
|
385
550
|
"label": "URI",
|
|
386
551
|
"description": "URI should contain username, password, host name, port number, and virtual host",
|
|
387
|
-
"
|
|
552
|
+
"group": "authentication",
|
|
553
|
+
"type": "String",
|
|
554
|
+
"binding": {
|
|
555
|
+
"type": "zeebe:property",
|
|
556
|
+
"name": "authentication.uri"
|
|
557
|
+
},
|
|
388
558
|
"constraints": {
|
|
389
559
|
"notEmpty": true,
|
|
390
560
|
"pattern": {
|
|
391
|
-
"value": "^(
|
|
561
|
+
"value": "^(amqps?://)|(secrets).*",
|
|
392
562
|
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
393
563
|
}
|
|
394
564
|
},
|
|
395
|
-
"group": "authentication",
|
|
396
|
-
"binding": {
|
|
397
|
-
"name": "authentication.uri",
|
|
398
|
-
"type": "zeebe:property"
|
|
399
|
-
},
|
|
400
565
|
"condition": {
|
|
401
|
-
"property": "
|
|
402
|
-
"equals": "uri"
|
|
403
|
-
|
|
404
|
-
},
|
|
405
|
-
"type": "String"
|
|
566
|
+
"property": "connectionType",
|
|
567
|
+
"equals": "uri"
|
|
568
|
+
}
|
|
406
569
|
},
|
|
407
570
|
{
|
|
408
|
-
"id": "authentication.userName",
|
|
409
571
|
"label": "Username",
|
|
410
|
-
"optional": false,
|
|
411
|
-
"constraints": {
|
|
412
|
-
"notEmpty": true
|
|
413
|
-
},
|
|
414
572
|
"group": "authentication",
|
|
573
|
+
"type": "String",
|
|
415
574
|
"binding": {
|
|
416
|
-
"
|
|
417
|
-
"
|
|
575
|
+
"type": "zeebe:property",
|
|
576
|
+
"name": "authentication.userName"
|
|
418
577
|
},
|
|
419
|
-
"
|
|
420
|
-
"
|
|
421
|
-
"equals": "credentials",
|
|
422
|
-
"type": "simple"
|
|
578
|
+
"constraints": {
|
|
579
|
+
"notEmpty": true
|
|
423
580
|
},
|
|
424
|
-
"
|
|
581
|
+
"condition": {
|
|
582
|
+
"property": "connectionType",
|
|
583
|
+
"equals": "credentials"
|
|
584
|
+
}
|
|
425
585
|
},
|
|
426
586
|
{
|
|
427
|
-
"id": "authentication.password",
|
|
428
587
|
"label": "Password",
|
|
429
|
-
"optional": false,
|
|
430
|
-
"constraints": {
|
|
431
|
-
"notEmpty": true
|
|
432
|
-
},
|
|
433
588
|
"group": "authentication",
|
|
589
|
+
"type": "String",
|
|
434
590
|
"binding": {
|
|
435
|
-
"
|
|
436
|
-
"
|
|
437
|
-
},
|
|
438
|
-
"condition": {
|
|
439
|
-
"property": "authentication.authType",
|
|
440
|
-
"equals": "credentials",
|
|
441
|
-
"type": "simple"
|
|
591
|
+
"type": "zeebe:property",
|
|
592
|
+
"name": "authentication.password"
|
|
442
593
|
},
|
|
443
|
-
"type": "String"
|
|
444
|
-
},
|
|
445
|
-
{
|
|
446
|
-
"id": "routing.virtualHost",
|
|
447
|
-
"label": "Virtual host",
|
|
448
|
-
"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>",
|
|
449
|
-
"optional": false,
|
|
450
594
|
"constraints": {
|
|
451
595
|
"notEmpty": true
|
|
452
596
|
},
|
|
453
|
-
"group": "routing",
|
|
454
|
-
"binding": {
|
|
455
|
-
"name": "routing.virtualHost",
|
|
456
|
-
"type": "zeebe:property"
|
|
457
|
-
},
|
|
458
597
|
"condition": {
|
|
459
|
-
"property": "
|
|
460
|
-
"equals": "credentials"
|
|
461
|
-
|
|
462
|
-
},
|
|
463
|
-
"type": "String"
|
|
598
|
+
"property": "connectionType",
|
|
599
|
+
"equals": "credentials"
|
|
600
|
+
}
|
|
464
601
|
},
|
|
465
602
|
{
|
|
466
|
-
"id": "routing.hostName",
|
|
467
603
|
"label": "Host name",
|
|
468
|
-
"description": "Host name: get from RabbitMQ external
|
|
469
|
-
"
|
|
604
|
+
"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>",
|
|
605
|
+
"group": "routing",
|
|
606
|
+
"type": "String",
|
|
607
|
+
"binding": {
|
|
608
|
+
"type": "zeebe:property",
|
|
609
|
+
"name": "routing.hostName"
|
|
610
|
+
},
|
|
470
611
|
"constraints": {
|
|
471
612
|
"notEmpty": true
|
|
472
613
|
},
|
|
614
|
+
"condition": {
|
|
615
|
+
"property": "connectionType",
|
|
616
|
+
"equals": "credentials"
|
|
617
|
+
}
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
"label": "Virtual host",
|
|
621
|
+
"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>",
|
|
473
622
|
"group": "routing",
|
|
623
|
+
"type": "String",
|
|
474
624
|
"binding": {
|
|
475
|
-
"
|
|
476
|
-
"
|
|
625
|
+
"type": "zeebe:property",
|
|
626
|
+
"name": "routing.virtualHost"
|
|
477
627
|
},
|
|
478
|
-
"
|
|
479
|
-
"
|
|
480
|
-
"equals": "credentials",
|
|
481
|
-
"type": "simple"
|
|
628
|
+
"constraints": {
|
|
629
|
+
"notEmpty": true
|
|
482
630
|
},
|
|
483
|
-
"
|
|
631
|
+
"condition": {
|
|
632
|
+
"property": "connectionType",
|
|
633
|
+
"equals": "credentials"
|
|
634
|
+
}
|
|
484
635
|
},
|
|
485
636
|
{
|
|
486
|
-
"id": "routing.port",
|
|
487
637
|
"label": "Port",
|
|
488
|
-
"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
|
|
489
|
-
"optional": false,
|
|
490
|
-
"constraints": {
|
|
491
|
-
"notEmpty": true
|
|
492
|
-
},
|
|
638
|
+
"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>",
|
|
493
639
|
"group": "routing",
|
|
640
|
+
"type": "String",
|
|
494
641
|
"binding": {
|
|
495
|
-
"
|
|
496
|
-
"
|
|
642
|
+
"type": "zeebe:property",
|
|
643
|
+
"name": "routing.port"
|
|
497
644
|
},
|
|
498
|
-
"
|
|
499
|
-
"
|
|
500
|
-
"equals": "credentials",
|
|
501
|
-
"type": "simple"
|
|
645
|
+
"constraints": {
|
|
646
|
+
"notEmpty": true
|
|
502
647
|
},
|
|
503
|
-
"
|
|
648
|
+
"condition": {
|
|
649
|
+
"property": "connectionType",
|
|
650
|
+
"equals": "credentials"
|
|
651
|
+
}
|
|
504
652
|
},
|
|
505
653
|
{
|
|
506
|
-
"id": "queueName",
|
|
507
654
|
"label": "Queue name",
|
|
508
655
|
"description": "Name of the queue to subscribe to",
|
|
509
|
-
"optional": false,
|
|
510
|
-
"constraints": {
|
|
511
|
-
"notEmpty": true
|
|
512
|
-
},
|
|
513
656
|
"group": "subscription",
|
|
657
|
+
"type": "String",
|
|
658
|
+
"feel": "optional",
|
|
514
659
|
"binding": {
|
|
515
|
-
"
|
|
516
|
-
"
|
|
660
|
+
"type": "zeebe:property",
|
|
661
|
+
"name": "queueName"
|
|
517
662
|
},
|
|
518
|
-
"
|
|
663
|
+
"constraints": {
|
|
664
|
+
"notEmpty": true
|
|
665
|
+
}
|
|
519
666
|
},
|
|
520
667
|
{
|
|
521
|
-
"id": "consumerTag",
|
|
522
668
|
"label": "Consumer tag",
|
|
523
669
|
"description": "Consumer tag to use for the subscription",
|
|
524
|
-
"optional": false,
|
|
525
670
|
"group": "subscription",
|
|
671
|
+
"type": "String",
|
|
672
|
+
"feel": "optional",
|
|
526
673
|
"binding": {
|
|
527
|
-
"
|
|
528
|
-
"
|
|
529
|
-
}
|
|
530
|
-
"type": "String"
|
|
674
|
+
"type": "zeebe:property",
|
|
675
|
+
"name": "consumerTag"
|
|
676
|
+
}
|
|
531
677
|
},
|
|
532
678
|
{
|
|
533
|
-
"id": "arguments",
|
|
534
679
|
"label": "Arguments",
|
|
535
680
|
"description": "Arguments to use for the subscription",
|
|
536
|
-
"optional": true,
|
|
537
|
-
"feel": "required",
|
|
538
681
|
"group": "subscription",
|
|
682
|
+
"type": "String",
|
|
683
|
+
"feel": "required",
|
|
539
684
|
"binding": {
|
|
540
|
-
"
|
|
541
|
-
"
|
|
542
|
-
}
|
|
543
|
-
"type": "String"
|
|
685
|
+
"type": "zeebe:property",
|
|
686
|
+
"name": "arguments"
|
|
687
|
+
}
|
|
544
688
|
},
|
|
545
689
|
{
|
|
546
|
-
"id": "exclusive",
|
|
547
690
|
"label": "Exclusive consumer",
|
|
548
|
-
"optional": false,
|
|
549
|
-
"value": "false",
|
|
550
691
|
"group": "subscription",
|
|
692
|
+
"type": "Dropdown",
|
|
693
|
+
"value": "false",
|
|
551
694
|
"binding": {
|
|
552
|
-
"
|
|
553
|
-
"
|
|
695
|
+
"type": "zeebe:property",
|
|
696
|
+
"name": "exclusive"
|
|
554
697
|
},
|
|
555
|
-
"type": "Dropdown",
|
|
556
698
|
"choices": [
|
|
557
699
|
{
|
|
558
700
|
"name": "Yes",
|
|
@@ -565,102 +707,74 @@
|
|
|
565
707
|
]
|
|
566
708
|
},
|
|
567
709
|
{
|
|
568
|
-
"
|
|
569
|
-
"
|
|
570
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
571
|
-
"optional": true,
|
|
572
|
-
"feel": "required",
|
|
710
|
+
"label": "Correlation key (process)",
|
|
711
|
+
"type": "String",
|
|
573
712
|
"group": "activation",
|
|
713
|
+
"feel": "required",
|
|
714
|
+
"description": "Sets up the correlation key from process variables",
|
|
574
715
|
"binding": {
|
|
575
|
-
"
|
|
576
|
-
"
|
|
716
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
717
|
+
"name": "correlationKey"
|
|
577
718
|
},
|
|
578
|
-
"type": "String"
|
|
579
|
-
},
|
|
580
|
-
{
|
|
581
|
-
"id": "correlationKeyProcess",
|
|
582
|
-
"label": "Correlation key (process)",
|
|
583
|
-
"description": "Sets up the correlation key from process variables",
|
|
584
719
|
"constraints": {
|
|
585
720
|
"notEmpty": true
|
|
586
|
-
}
|
|
587
|
-
"feel": "required",
|
|
588
|
-
"group": "correlation",
|
|
589
|
-
"binding": {
|
|
590
|
-
"name": "correlationKey",
|
|
591
|
-
"type": "bpmn:Message#zeebe:subscription#property"
|
|
592
|
-
},
|
|
593
|
-
"type": "String"
|
|
721
|
+
}
|
|
594
722
|
},
|
|
595
723
|
{
|
|
596
|
-
"id": "correlationKeyPayload",
|
|
597
724
|
"label": "Correlation key (payload)",
|
|
598
|
-
"
|
|
599
|
-
"
|
|
600
|
-
"notEmpty": true
|
|
601
|
-
},
|
|
725
|
+
"type": "String",
|
|
726
|
+
"group": "activation",
|
|
602
727
|
"feel": "required",
|
|
603
|
-
"group": "correlation",
|
|
604
728
|
"binding": {
|
|
605
|
-
"
|
|
606
|
-
"
|
|
729
|
+
"type": "zeebe:property",
|
|
730
|
+
"name": "correlationKeyExpression"
|
|
607
731
|
},
|
|
608
|
-
"
|
|
732
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
733
|
+
"constraints": {
|
|
734
|
+
"notEmpty": true
|
|
735
|
+
}
|
|
609
736
|
},
|
|
610
737
|
{
|
|
611
|
-
"
|
|
612
|
-
"
|
|
613
|
-
"
|
|
614
|
-
"optional": true,
|
|
738
|
+
"label": "Activation condition",
|
|
739
|
+
"type": "String",
|
|
740
|
+
"group": "activation",
|
|
615
741
|
"feel": "required",
|
|
616
|
-
"
|
|
617
|
-
"binding": {
|
|
618
|
-
"name": "messageIdExpression",
|
|
619
|
-
"type": "zeebe:property"
|
|
620
|
-
},
|
|
621
|
-
"type": "String"
|
|
622
|
-
},
|
|
623
|
-
{
|
|
624
|
-
"id": "messageNameUuid",
|
|
625
|
-
"generatedValue": {
|
|
626
|
-
"type": "uuid"
|
|
627
|
-
},
|
|
628
|
-
"group": "correlation",
|
|
742
|
+
"optional": true,
|
|
629
743
|
"binding": {
|
|
630
|
-
"
|
|
631
|
-
"
|
|
744
|
+
"type": "zeebe:property",
|
|
745
|
+
"name": "activationCondition"
|
|
632
746
|
},
|
|
633
|
-
"
|
|
747
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events"
|
|
634
748
|
},
|
|
635
749
|
{
|
|
636
|
-
"id": "resultVariable",
|
|
637
750
|
"label": "Result variable",
|
|
638
|
-
"
|
|
639
|
-
"group": "
|
|
751
|
+
"type": "String",
|
|
752
|
+
"group": "variable-mapping",
|
|
753
|
+
"optional": true,
|
|
640
754
|
"binding": {
|
|
641
|
-
"
|
|
642
|
-
"
|
|
755
|
+
"type": "zeebe:property",
|
|
756
|
+
"name": "resultVariable"
|
|
643
757
|
},
|
|
644
|
-
"
|
|
758
|
+
"description": "Name of variable to store the result of the connector in"
|
|
645
759
|
},
|
|
646
760
|
{
|
|
647
|
-
"id": "resultExpression",
|
|
648
761
|
"label": "Result expression",
|
|
649
|
-
"
|
|
762
|
+
"type": "String",
|
|
763
|
+
"group": "variable-mapping",
|
|
650
764
|
"feel": "required",
|
|
651
|
-
"
|
|
765
|
+
"optional": true,
|
|
652
766
|
"binding": {
|
|
653
|
-
"
|
|
654
|
-
"
|
|
767
|
+
"type": "zeebe:property",
|
|
768
|
+
"name": "resultExpression"
|
|
655
769
|
},
|
|
656
|
-
"
|
|
770
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
657
771
|
}
|
|
658
772
|
],
|
|
659
773
|
"icon": {
|
|
660
|
-
"contents": "data:image/svg+xml;
|
|
774
|
+
"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
775
|
},
|
|
662
776
|
"engines": {
|
|
663
|
-
"camunda": "^8.
|
|
777
|
+
"camunda": "^8.2"
|
|
664
778
|
}
|
|
665
779
|
},
|
|
666
780
|
{
|
|
@@ -669,7 +783,7 @@
|
|
|
669
783
|
"id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
|
|
670
784
|
"description": "Receive a message from RabbitMQ",
|
|
671
785
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
|
|
672
|
-
"version":
|
|
786
|
+
"version": 6,
|
|
673
787
|
"category": {
|
|
674
788
|
"id": "connectors",
|
|
675
789
|
"name": "Connectors"
|
|
@@ -698,13 +812,7 @@
|
|
|
698
812
|
},
|
|
699
813
|
{
|
|
700
814
|
"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."
|
|
815
|
+
"label": "Correlation"
|
|
708
816
|
},
|
|
709
817
|
{
|
|
710
818
|
"id": "output",
|
|
@@ -938,18 +1046,6 @@
|
|
|
938
1046
|
},
|
|
939
1047
|
"type": "String"
|
|
940
1048
|
},
|
|
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
1049
|
{
|
|
954
1050
|
"id": "correlationKeyProcess",
|
|
955
1051
|
"label": "Correlation key (process)",
|
|
@@ -993,26 +1089,6 @@
|
|
|
993
1089
|
},
|
|
994
1090
|
"type": "String"
|
|
995
1091
|
},
|
|
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
1092
|
{
|
|
1017
1093
|
"id": "messageNameUuid",
|
|
1018
1094
|
"generatedValue": {
|
|
@@ -1025,70 +1101,6 @@
|
|
|
1025
1101
|
},
|
|
1026
1102
|
"type": "Hidden"
|
|
1027
1103
|
},
|
|
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
1104
|
{
|
|
1093
1105
|
"id": "resultVariable",
|
|
1094
1106
|
"label": "Result variable",
|
|
@@ -1117,16 +1129,16 @@
|
|
|
1117
1129
|
"contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
|
|
1118
1130
|
},
|
|
1119
1131
|
"engines": {
|
|
1120
|
-
"camunda": "^8.
|
|
1132
|
+
"camunda": "^8.5"
|
|
1121
1133
|
}
|
|
1122
1134
|
},
|
|
1123
1135
|
{
|
|
1124
1136
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1125
|
-
"name": "RabbitMQ
|
|
1137
|
+
"name": "RabbitMQ Intermediate Catch Event Connector",
|
|
1126
1138
|
"id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
|
|
1127
|
-
"version":
|
|
1139
|
+
"version": 4,
|
|
1128
1140
|
"description": "Receive a message from RabbitMQ",
|
|
1129
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq
|
|
1141
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
|
|
1130
1142
|
"category": {
|
|
1131
1143
|
"id": "connectors",
|
|
1132
1144
|
"name": "Connectors"
|
|
@@ -1210,7 +1222,7 @@
|
|
|
1210
1222
|
"constraints": {
|
|
1211
1223
|
"notEmpty": true,
|
|
1212
1224
|
"pattern": {
|
|
1213
|
-
"value": "^(amqps?://)|(secrets)
|
|
1225
|
+
"value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*$",
|
|
1214
1226
|
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
1215
1227
|
}
|
|
1216
1228
|
},
|
|
@@ -1253,7 +1265,7 @@
|
|
|
1253
1265
|
},
|
|
1254
1266
|
{
|
|
1255
1267
|
"label": "Host name",
|
|
1256
|
-
"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
|
|
1268
|
+
"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>",
|
|
1257
1269
|
"group": "routing",
|
|
1258
1270
|
"type": "String",
|
|
1259
1271
|
"binding": {
|
|
@@ -1270,7 +1282,7 @@
|
|
|
1270
1282
|
},
|
|
1271
1283
|
{
|
|
1272
1284
|
"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
|
|
1285
|
+
"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
1286
|
"group": "routing",
|
|
1275
1287
|
"type": "String",
|
|
1276
1288
|
"binding": {
|
|
@@ -1287,7 +1299,7 @@
|
|
|
1287
1299
|
},
|
|
1288
1300
|
{
|
|
1289
1301
|
"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
|
|
1302
|
+
"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>",
|
|
1291
1303
|
"group": "routing",
|
|
1292
1304
|
"type": "String",
|
|
1293
1305
|
"binding": {
|
|
@@ -1386,6 +1398,18 @@
|
|
|
1386
1398
|
"notEmpty": true
|
|
1387
1399
|
}
|
|
1388
1400
|
},
|
|
1401
|
+
{
|
|
1402
|
+
"label": "Message ID expression",
|
|
1403
|
+
"feel": "required",
|
|
1404
|
+
"type": "String",
|
|
1405
|
+
"optional": true,
|
|
1406
|
+
"group": "activation",
|
|
1407
|
+
"binding": {
|
|
1408
|
+
"type": "zeebe:property",
|
|
1409
|
+
"name": "messageIdExpression"
|
|
1410
|
+
},
|
|
1411
|
+
"description": "Expression to extract unique identifier of a message"
|
|
1412
|
+
},
|
|
1389
1413
|
{
|
|
1390
1414
|
"label": "Activation condition",
|
|
1391
1415
|
"type": "String",
|
|
@@ -1426,16 +1450,16 @@
|
|
|
1426
1450
|
"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"
|
|
1427
1451
|
},
|
|
1428
1452
|
"engines": {
|
|
1429
|
-
"camunda": "^8.
|
|
1453
|
+
"camunda": "^8.4"
|
|
1430
1454
|
}
|
|
1431
1455
|
},
|
|
1432
1456
|
{
|
|
1433
1457
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1434
1458
|
"name": "RabbitMQ Intermediate Catch Event Connector",
|
|
1435
1459
|
"id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
|
|
1436
|
-
"version":
|
|
1460
|
+
"version": 3,
|
|
1437
1461
|
"description": "Receive a message from RabbitMQ",
|
|
1438
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq
|
|
1462
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
|
|
1439
1463
|
"category": {
|
|
1440
1464
|
"id": "connectors",
|
|
1441
1465
|
"name": "Connectors"
|
|
@@ -1562,7 +1586,7 @@
|
|
|
1562
1586
|
},
|
|
1563
1587
|
{
|
|
1564
1588
|
"label": "Host name",
|
|
1565
|
-
"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
|
|
1589
|
+
"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>",
|
|
1566
1590
|
"group": "routing",
|
|
1567
1591
|
"type": "String",
|
|
1568
1592
|
"binding": {
|
|
@@ -1579,7 +1603,7 @@
|
|
|
1579
1603
|
},
|
|
1580
1604
|
{
|
|
1581
1605
|
"label": "Virtual host",
|
|
1582
|
-
"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
|
|
1606
|
+
"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>",
|
|
1583
1607
|
"group": "routing",
|
|
1584
1608
|
"type": "String",
|
|
1585
1609
|
"binding": {
|
|
@@ -1596,7 +1620,7 @@
|
|
|
1596
1620
|
},
|
|
1597
1621
|
{
|
|
1598
1622
|
"label": "Port",
|
|
1599
|
-
"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
|
|
1623
|
+
"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>",
|
|
1600
1624
|
"group": "routing",
|
|
1601
1625
|
"type": "String",
|
|
1602
1626
|
"binding": {
|
|
@@ -1695,18 +1719,6 @@
|
|
|
1695
1719
|
"notEmpty": true
|
|
1696
1720
|
}
|
|
1697
1721
|
},
|
|
1698
|
-
{
|
|
1699
|
-
"label": "Message ID expression",
|
|
1700
|
-
"feel": "required",
|
|
1701
|
-
"type": "String",
|
|
1702
|
-
"optional": true,
|
|
1703
|
-
"group": "activation",
|
|
1704
|
-
"binding": {
|
|
1705
|
-
"type": "zeebe:property",
|
|
1706
|
-
"name": "messageIdExpression"
|
|
1707
|
-
},
|
|
1708
|
-
"description": "Expression to extract unique identifier of a message"
|
|
1709
|
-
},
|
|
1710
1722
|
{
|
|
1711
1723
|
"label": "Activation condition",
|
|
1712
1724
|
"type": "String",
|
|
@@ -1747,16 +1759,16 @@
|
|
|
1747
1759
|
"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"
|
|
1748
1760
|
},
|
|
1749
1761
|
"engines": {
|
|
1750
|
-
"camunda": "^8.
|
|
1762
|
+
"camunda": "^8.2"
|
|
1751
1763
|
}
|
|
1752
1764
|
},
|
|
1753
1765
|
{
|
|
1754
1766
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1755
|
-
"name": "RabbitMQ
|
|
1767
|
+
"name": "RabbitMQ Intermediate Catch Event Connector",
|
|
1756
1768
|
"id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
|
|
1757
|
-
"version": 2,
|
|
1758
1769
|
"description": "Receive a message from RabbitMQ",
|
|
1759
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq
|
|
1770
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
|
|
1771
|
+
"version": 7,
|
|
1760
1772
|
"category": {
|
|
1761
1773
|
"id": "connectors",
|
|
1762
1774
|
"name": "Connectors"
|
|
@@ -1784,39 +1796,39 @@
|
|
|
1784
1796
|
"label": "Activation"
|
|
1785
1797
|
},
|
|
1786
1798
|
{
|
|
1787
|
-
"id": "
|
|
1788
|
-
"label": "
|
|
1799
|
+
"id": "correlation",
|
|
1800
|
+
"label": "Correlation",
|
|
1801
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
1802
|
+
},
|
|
1803
|
+
{
|
|
1804
|
+
"id": "deduplication",
|
|
1805
|
+
"label": "Deduplication",
|
|
1806
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
1807
|
+
},
|
|
1808
|
+
{
|
|
1809
|
+
"id": "output",
|
|
1810
|
+
"label": "Output mapping"
|
|
1789
1811
|
}
|
|
1790
1812
|
],
|
|
1791
1813
|
"properties": [
|
|
1792
1814
|
{
|
|
1793
|
-
"type": "Hidden",
|
|
1794
1815
|
"value": "io.camunda:connector-rabbitmq-inbound:1",
|
|
1795
1816
|
"binding": {
|
|
1796
|
-
"
|
|
1797
|
-
"
|
|
1798
|
-
}
|
|
1799
|
-
},
|
|
1800
|
-
{
|
|
1801
|
-
"type": "Hidden",
|
|
1802
|
-
"generatedValue": {
|
|
1803
|
-
"type": "uuid"
|
|
1817
|
+
"name": "inbound.type",
|
|
1818
|
+
"type": "zeebe:property"
|
|
1804
1819
|
},
|
|
1805
|
-
"
|
|
1806
|
-
"type": "bpmn:Message#property",
|
|
1807
|
-
"name": "name"
|
|
1808
|
-
}
|
|
1820
|
+
"type": "Hidden"
|
|
1809
1821
|
},
|
|
1810
1822
|
{
|
|
1811
|
-
"id": "
|
|
1823
|
+
"id": "authentication.authType",
|
|
1812
1824
|
"label": "Connection type",
|
|
1813
|
-
"group": "authentication",
|
|
1814
|
-
"type": "Dropdown",
|
|
1815
1825
|
"value": "uri",
|
|
1826
|
+
"group": "authentication",
|
|
1816
1827
|
"binding": {
|
|
1817
|
-
"
|
|
1818
|
-
"
|
|
1828
|
+
"name": "authentication.authType",
|
|
1829
|
+
"type": "zeebe:property"
|
|
1819
1830
|
},
|
|
1831
|
+
"type": "Dropdown",
|
|
1820
1832
|
"choices": [
|
|
1821
1833
|
{
|
|
1822
1834
|
"name": "URI",
|
|
@@ -1829,154 +1841,178 @@
|
|
|
1829
1841
|
]
|
|
1830
1842
|
},
|
|
1831
1843
|
{
|
|
1844
|
+
"id": "authentication.uri",
|
|
1832
1845
|
"label": "URI",
|
|
1833
1846
|
"description": "URI should contain username, password, host name, port number, and virtual host",
|
|
1834
|
-
"
|
|
1835
|
-
"type": "String",
|
|
1836
|
-
"binding": {
|
|
1837
|
-
"type": "zeebe:property",
|
|
1838
|
-
"name": "authentication.uri"
|
|
1839
|
-
},
|
|
1847
|
+
"optional": false,
|
|
1840
1848
|
"constraints": {
|
|
1841
1849
|
"notEmpty": true,
|
|
1842
1850
|
"pattern": {
|
|
1843
|
-
"value": "^(amqps
|
|
1851
|
+
"value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
|
|
1844
1852
|
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
1845
1853
|
}
|
|
1846
1854
|
},
|
|
1855
|
+
"group": "authentication",
|
|
1856
|
+
"binding": {
|
|
1857
|
+
"name": "authentication.uri",
|
|
1858
|
+
"type": "zeebe:property"
|
|
1859
|
+
},
|
|
1847
1860
|
"condition": {
|
|
1848
|
-
"property": "
|
|
1849
|
-
"equals": "uri"
|
|
1850
|
-
|
|
1861
|
+
"property": "authentication.authType",
|
|
1862
|
+
"equals": "uri",
|
|
1863
|
+
"type": "simple"
|
|
1864
|
+
},
|
|
1865
|
+
"type": "String"
|
|
1851
1866
|
},
|
|
1852
1867
|
{
|
|
1868
|
+
"id": "authentication.userName",
|
|
1853
1869
|
"label": "Username",
|
|
1854
|
-
"
|
|
1855
|
-
"type": "String",
|
|
1856
|
-
"binding": {
|
|
1857
|
-
"type": "zeebe:property",
|
|
1858
|
-
"name": "authentication.userName"
|
|
1859
|
-
},
|
|
1870
|
+
"optional": false,
|
|
1860
1871
|
"constraints": {
|
|
1861
1872
|
"notEmpty": true
|
|
1862
1873
|
},
|
|
1874
|
+
"group": "authentication",
|
|
1875
|
+
"binding": {
|
|
1876
|
+
"name": "authentication.userName",
|
|
1877
|
+
"type": "zeebe:property"
|
|
1878
|
+
},
|
|
1863
1879
|
"condition": {
|
|
1864
|
-
"property": "
|
|
1865
|
-
"equals": "credentials"
|
|
1866
|
-
|
|
1880
|
+
"property": "authentication.authType",
|
|
1881
|
+
"equals": "credentials",
|
|
1882
|
+
"type": "simple"
|
|
1883
|
+
},
|
|
1884
|
+
"type": "String"
|
|
1867
1885
|
},
|
|
1868
1886
|
{
|
|
1887
|
+
"id": "authentication.password",
|
|
1869
1888
|
"label": "Password",
|
|
1870
|
-
"
|
|
1871
|
-
"type": "String",
|
|
1872
|
-
"binding": {
|
|
1873
|
-
"type": "zeebe:property",
|
|
1874
|
-
"name": "authentication.password"
|
|
1875
|
-
},
|
|
1889
|
+
"optional": false,
|
|
1876
1890
|
"constraints": {
|
|
1877
1891
|
"notEmpty": true
|
|
1878
1892
|
},
|
|
1893
|
+
"group": "authentication",
|
|
1894
|
+
"binding": {
|
|
1895
|
+
"name": "authentication.password",
|
|
1896
|
+
"type": "zeebe:property"
|
|
1897
|
+
},
|
|
1879
1898
|
"condition": {
|
|
1880
|
-
"property": "
|
|
1881
|
-
"equals": "credentials"
|
|
1882
|
-
|
|
1899
|
+
"property": "authentication.authType",
|
|
1900
|
+
"equals": "credentials",
|
|
1901
|
+
"type": "simple"
|
|
1902
|
+
},
|
|
1903
|
+
"type": "String"
|
|
1883
1904
|
},
|
|
1884
1905
|
{
|
|
1885
|
-
"
|
|
1886
|
-
"
|
|
1887
|
-
"
|
|
1888
|
-
"
|
|
1889
|
-
"binding": {
|
|
1890
|
-
"type": "zeebe:property",
|
|
1891
|
-
"name": "routing.hostName"
|
|
1892
|
-
},
|
|
1906
|
+
"id": "routing.virtualHost",
|
|
1907
|
+
"label": "Virtual host",
|
|
1908
|
+
"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>",
|
|
1909
|
+
"optional": false,
|
|
1893
1910
|
"constraints": {
|
|
1894
1911
|
"notEmpty": true
|
|
1895
1912
|
},
|
|
1896
|
-
"condition": {
|
|
1897
|
-
"property": "connectionType",
|
|
1898
|
-
"equals": "credentials"
|
|
1899
|
-
}
|
|
1900
|
-
},
|
|
1901
|
-
{
|
|
1902
|
-
"label": "Virtual host",
|
|
1903
|
-
"description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
|
|
1904
1913
|
"group": "routing",
|
|
1905
|
-
"type": "String",
|
|
1906
1914
|
"binding": {
|
|
1907
|
-
"
|
|
1908
|
-
"
|
|
1915
|
+
"name": "routing.virtualHost",
|
|
1916
|
+
"type": "zeebe:property"
|
|
1917
|
+
},
|
|
1918
|
+
"condition": {
|
|
1919
|
+
"property": "authentication.authType",
|
|
1920
|
+
"equals": "credentials",
|
|
1921
|
+
"type": "simple"
|
|
1909
1922
|
},
|
|
1923
|
+
"type": "String"
|
|
1924
|
+
},
|
|
1925
|
+
{
|
|
1926
|
+
"id": "routing.hostName",
|
|
1927
|
+
"label": "Host name",
|
|
1928
|
+
"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>",
|
|
1929
|
+
"optional": false,
|
|
1910
1930
|
"constraints": {
|
|
1911
1931
|
"notEmpty": true
|
|
1912
1932
|
},
|
|
1933
|
+
"group": "routing",
|
|
1934
|
+
"binding": {
|
|
1935
|
+
"name": "routing.hostName",
|
|
1936
|
+
"type": "zeebe:property"
|
|
1937
|
+
},
|
|
1913
1938
|
"condition": {
|
|
1914
|
-
"property": "
|
|
1915
|
-
"equals": "credentials"
|
|
1916
|
-
|
|
1939
|
+
"property": "authentication.authType",
|
|
1940
|
+
"equals": "credentials",
|
|
1941
|
+
"type": "simple"
|
|
1942
|
+
},
|
|
1943
|
+
"type": "String"
|
|
1917
1944
|
},
|
|
1918
1945
|
{
|
|
1946
|
+
"id": "routing.port",
|
|
1919
1947
|
"label": "Port",
|
|
1920
|
-
"description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq
|
|
1921
|
-
"
|
|
1922
|
-
"type": "String",
|
|
1923
|
-
"binding": {
|
|
1924
|
-
"type": "zeebe:property",
|
|
1925
|
-
"name": "routing.port"
|
|
1926
|
-
},
|
|
1948
|
+
"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>",
|
|
1949
|
+
"optional": false,
|
|
1927
1950
|
"constraints": {
|
|
1928
1951
|
"notEmpty": true
|
|
1929
1952
|
},
|
|
1953
|
+
"group": "routing",
|
|
1954
|
+
"binding": {
|
|
1955
|
+
"name": "routing.port",
|
|
1956
|
+
"type": "zeebe:property"
|
|
1957
|
+
},
|
|
1930
1958
|
"condition": {
|
|
1931
|
-
"property": "
|
|
1932
|
-
"equals": "credentials"
|
|
1933
|
-
|
|
1959
|
+
"property": "authentication.authType",
|
|
1960
|
+
"equals": "credentials",
|
|
1961
|
+
"type": "simple"
|
|
1962
|
+
},
|
|
1963
|
+
"type": "String"
|
|
1934
1964
|
},
|
|
1935
1965
|
{
|
|
1966
|
+
"id": "queueName",
|
|
1936
1967
|
"label": "Queue name",
|
|
1937
1968
|
"description": "Name of the queue to subscribe to",
|
|
1969
|
+
"optional": false,
|
|
1970
|
+
"constraints": {
|
|
1971
|
+
"notEmpty": true
|
|
1972
|
+
},
|
|
1938
1973
|
"group": "subscription",
|
|
1939
|
-
"type": "String",
|
|
1940
|
-
"feel": "optional",
|
|
1941
1974
|
"binding": {
|
|
1942
|
-
"
|
|
1943
|
-
"
|
|
1975
|
+
"name": "queueName",
|
|
1976
|
+
"type": "zeebe:property"
|
|
1944
1977
|
},
|
|
1945
|
-
"
|
|
1946
|
-
"notEmpty": true
|
|
1947
|
-
}
|
|
1978
|
+
"type": "String"
|
|
1948
1979
|
},
|
|
1949
1980
|
{
|
|
1981
|
+
"id": "consumerTag",
|
|
1950
1982
|
"label": "Consumer tag",
|
|
1951
1983
|
"description": "Consumer tag to use for the subscription",
|
|
1984
|
+
"optional": false,
|
|
1952
1985
|
"group": "subscription",
|
|
1953
|
-
"type": "String",
|
|
1954
|
-
"feel": "optional",
|
|
1955
1986
|
"binding": {
|
|
1956
|
-
"
|
|
1957
|
-
"
|
|
1958
|
-
}
|
|
1987
|
+
"name": "consumerTag",
|
|
1988
|
+
"type": "zeebe:property"
|
|
1989
|
+
},
|
|
1990
|
+
"type": "String"
|
|
1959
1991
|
},
|
|
1960
1992
|
{
|
|
1993
|
+
"id": "arguments",
|
|
1961
1994
|
"label": "Arguments",
|
|
1962
1995
|
"description": "Arguments to use for the subscription",
|
|
1963
|
-
"
|
|
1964
|
-
"type": "String",
|
|
1996
|
+
"optional": true,
|
|
1965
1997
|
"feel": "required",
|
|
1998
|
+
"group": "subscription",
|
|
1966
1999
|
"binding": {
|
|
1967
|
-
"
|
|
1968
|
-
"
|
|
1969
|
-
}
|
|
2000
|
+
"name": "arguments",
|
|
2001
|
+
"type": "zeebe:property"
|
|
2002
|
+
},
|
|
2003
|
+
"type": "String"
|
|
1970
2004
|
},
|
|
1971
2005
|
{
|
|
2006
|
+
"id": "exclusive",
|
|
1972
2007
|
"label": "Exclusive consumer",
|
|
1973
|
-
"
|
|
1974
|
-
"type": "Dropdown",
|
|
2008
|
+
"optional": false,
|
|
1975
2009
|
"value": "false",
|
|
2010
|
+
"group": "subscription",
|
|
1976
2011
|
"binding": {
|
|
1977
|
-
"
|
|
1978
|
-
"
|
|
2012
|
+
"name": "exclusive",
|
|
2013
|
+
"type": "zeebe:property"
|
|
1979
2014
|
},
|
|
2015
|
+
"type": "Dropdown",
|
|
1980
2016
|
"choices": [
|
|
1981
2017
|
{
|
|
1982
2018
|
"name": "Yes",
|
|
@@ -1989,149 +2025,267 @@
|
|
|
1989
2025
|
]
|
|
1990
2026
|
},
|
|
1991
2027
|
{
|
|
1992
|
-
"
|
|
1993
|
-
"
|
|
1994
|
-
"
|
|
2028
|
+
"id": "activationCondition",
|
|
2029
|
+
"label": "Activation condition",
|
|
2030
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
2031
|
+
"optional": true,
|
|
1995
2032
|
"feel": "required",
|
|
1996
|
-
"
|
|
2033
|
+
"group": "activation",
|
|
1997
2034
|
"binding": {
|
|
1998
|
-
"
|
|
1999
|
-
"
|
|
2035
|
+
"name": "activationCondition",
|
|
2036
|
+
"type": "zeebe:property"
|
|
2000
2037
|
},
|
|
2001
|
-
"
|
|
2002
|
-
"notEmpty": true
|
|
2003
|
-
}
|
|
2038
|
+
"type": "String"
|
|
2004
2039
|
},
|
|
2005
2040
|
{
|
|
2006
|
-
"
|
|
2007
|
-
"
|
|
2041
|
+
"id": "consumeUnmatchedEvents",
|
|
2042
|
+
"label": "Consume unmatched events",
|
|
2043
|
+
"value": true,
|
|
2008
2044
|
"group": "activation",
|
|
2009
|
-
"feel": "required",
|
|
2010
2045
|
"binding": {
|
|
2011
|
-
"
|
|
2012
|
-
"
|
|
2046
|
+
"name": "consumeUnmatchedEvents",
|
|
2047
|
+
"type": "zeebe:property"
|
|
2013
2048
|
},
|
|
2014
|
-
"
|
|
2049
|
+
"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",
|
|
2050
|
+
"type": "Boolean"
|
|
2051
|
+
},
|
|
2052
|
+
{
|
|
2053
|
+
"id": "correlationKeyProcess",
|
|
2054
|
+
"label": "Correlation key (process)",
|
|
2055
|
+
"description": "Sets up the correlation key from process variables",
|
|
2015
2056
|
"constraints": {
|
|
2016
2057
|
"notEmpty": true
|
|
2017
|
-
}
|
|
2058
|
+
},
|
|
2059
|
+
"feel": "required",
|
|
2060
|
+
"group": "correlation",
|
|
2061
|
+
"binding": {
|
|
2062
|
+
"name": "correlationKey",
|
|
2063
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
2064
|
+
},
|
|
2065
|
+
"type": "String"
|
|
2018
2066
|
},
|
|
2019
2067
|
{
|
|
2020
|
-
"
|
|
2021
|
-
"
|
|
2022
|
-
"
|
|
2068
|
+
"id": "correlationKeyPayload",
|
|
2069
|
+
"label": "Correlation key (payload)",
|
|
2070
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
2071
|
+
"constraints": {
|
|
2072
|
+
"notEmpty": true
|
|
2073
|
+
},
|
|
2023
2074
|
"feel": "required",
|
|
2024
|
-
"
|
|
2075
|
+
"group": "correlation",
|
|
2025
2076
|
"binding": {
|
|
2026
|
-
"
|
|
2027
|
-
"
|
|
2077
|
+
"name": "correlationKeyExpression",
|
|
2078
|
+
"type": "zeebe:property"
|
|
2028
2079
|
},
|
|
2029
|
-
"
|
|
2080
|
+
"type": "String"
|
|
2030
2081
|
},
|
|
2031
2082
|
{
|
|
2032
|
-
"
|
|
2033
|
-
"
|
|
2034
|
-
"
|
|
2083
|
+
"id": "messageIdExpression",
|
|
2084
|
+
"label": "Message ID expression",
|
|
2085
|
+
"description": "Expression to extract unique identifier of a message",
|
|
2035
2086
|
"optional": true,
|
|
2087
|
+
"feel": "required",
|
|
2088
|
+
"group": "correlation",
|
|
2036
2089
|
"binding": {
|
|
2037
|
-
"
|
|
2038
|
-
"
|
|
2090
|
+
"name": "messageIdExpression",
|
|
2091
|
+
"type": "zeebe:property"
|
|
2039
2092
|
},
|
|
2040
|
-
"
|
|
2093
|
+
"type": "String"
|
|
2041
2094
|
},
|
|
2042
2095
|
{
|
|
2043
|
-
"
|
|
2044
|
-
"
|
|
2045
|
-
"
|
|
2046
|
-
"feel": "required",
|
|
2096
|
+
"id": "messageTtl",
|
|
2097
|
+
"label": "Message TTL",
|
|
2098
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
2047
2099
|
"optional": true,
|
|
2100
|
+
"constraints": {
|
|
2101
|
+
"notEmpty": false,
|
|
2102
|
+
"pattern": {
|
|
2103
|
+
"value": "^(PT.*|)$",
|
|
2104
|
+
"message": "must be an ISO-8601 duration"
|
|
2105
|
+
}
|
|
2106
|
+
},
|
|
2107
|
+
"feel": "optional",
|
|
2108
|
+
"group": "correlation",
|
|
2048
2109
|
"binding": {
|
|
2049
|
-
"
|
|
2050
|
-
"
|
|
2110
|
+
"name": "messageTtl",
|
|
2111
|
+
"type": "zeebe:property"
|
|
2051
2112
|
},
|
|
2052
|
-
"
|
|
2053
|
-
}
|
|
2054
|
-
],
|
|
2055
|
-
"icon": {
|
|
2056
|
-
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='-7.5 0 271 271' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M245.44 108.308h-85.09a7.738 7.738 0 0 1-7.735-7.734v-88.68C152.615 5.327 147.29 0 140.726 0h-30.375c-6.568 0-11.89 5.327-11.89 11.894v88.143c0 4.573-3.697 8.29-8.27 8.31l-27.885.133c-4.612.025-8.359-3.717-8.35-8.325l.173-88.241C54.144 5.337 48.817 0 42.24 0H11.89C5.321 0 0 5.327 0 11.894V260.21c0 5.834 4.726 10.56 10.555 10.56H245.44c5.834 0 10.56-4.726 10.56-10.56V118.868c0-5.834-4.726-10.56-10.56-10.56zm-39.902 93.233c0 7.645-6.198 13.844-13.843 13.844H167.69c-7.646 0-13.844-6.199-13.844-13.844v-24.005c0-7.646 6.198-13.844 13.844-13.844h24.005c7.645 0 13.843 6.198 13.843 13.844v24.005z' fill='%23F60'/%3E%3C/svg%3E"
|
|
2057
|
-
},
|
|
2058
|
-
"engines": {
|
|
2059
|
-
"camunda": "^8.2"
|
|
2060
|
-
}
|
|
2061
|
-
},
|
|
2062
|
-
{
|
|
2063
|
-
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2064
|
-
"name": "RabbitMQ Intermediate Catch Event Connector",
|
|
2065
|
-
"id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
|
|
2066
|
-
"description": "Receive a message from RabbitMQ",
|
|
2067
|
-
"metadata": {
|
|
2068
|
-
"keywords": []
|
|
2069
|
-
},
|
|
2070
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
|
|
2071
|
-
"version": 8,
|
|
2072
|
-
"category": {
|
|
2073
|
-
"id": "connectors",
|
|
2074
|
-
"name": "Connectors"
|
|
2075
|
-
},
|
|
2076
|
-
"appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
|
|
2077
|
-
"elementType": {
|
|
2078
|
-
"value": "bpmn:IntermediateCatchEvent",
|
|
2079
|
-
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
2080
|
-
},
|
|
2081
|
-
"engines": {
|
|
2082
|
-
"camunda": "^8.3"
|
|
2083
|
-
},
|
|
2084
|
-
"groups": [
|
|
2085
|
-
{
|
|
2086
|
-
"id": "authentication",
|
|
2087
|
-
"label": "Authentication"
|
|
2088
|
-
},
|
|
2089
|
-
{
|
|
2090
|
-
"id": "routing",
|
|
2091
|
-
"label": "Routing"
|
|
2092
|
-
},
|
|
2093
|
-
{
|
|
2094
|
-
"id": "subscription",
|
|
2095
|
-
"label": "Subscription"
|
|
2113
|
+
"type": "String"
|
|
2096
2114
|
},
|
|
2097
2115
|
{
|
|
2098
|
-
"id": "
|
|
2099
|
-
"
|
|
2116
|
+
"id": "messageNameUuid",
|
|
2117
|
+
"generatedValue": {
|
|
2118
|
+
"type": "uuid"
|
|
2119
|
+
},
|
|
2120
|
+
"group": "correlation",
|
|
2121
|
+
"binding": {
|
|
2122
|
+
"name": "name",
|
|
2123
|
+
"type": "bpmn:Message#property"
|
|
2124
|
+
},
|
|
2125
|
+
"type": "Hidden"
|
|
2100
2126
|
},
|
|
2101
2127
|
{
|
|
2102
|
-
"id": "
|
|
2103
|
-
"label": "
|
|
2104
|
-
"
|
|
2128
|
+
"id": "deduplicationModeManualFlag",
|
|
2129
|
+
"label": "Manual mode",
|
|
2130
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
2131
|
+
"value": false,
|
|
2132
|
+
"group": "deduplication",
|
|
2133
|
+
"binding": {
|
|
2134
|
+
"name": "deduplicationModeManualFlag",
|
|
2135
|
+
"type": "zeebe:property"
|
|
2136
|
+
},
|
|
2137
|
+
"type": "Boolean"
|
|
2105
2138
|
},
|
|
2106
2139
|
{
|
|
2107
|
-
"id": "
|
|
2108
|
-
"label": "Deduplication",
|
|
2109
|
-
"
|
|
2140
|
+
"id": "deduplicationId",
|
|
2141
|
+
"label": "Deduplication ID",
|
|
2142
|
+
"constraints": {
|
|
2143
|
+
"notEmpty": true,
|
|
2144
|
+
"pattern": {
|
|
2145
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
2146
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
2147
|
+
}
|
|
2148
|
+
},
|
|
2149
|
+
"group": "deduplication",
|
|
2150
|
+
"binding": {
|
|
2151
|
+
"name": "deduplicationId",
|
|
2152
|
+
"type": "zeebe:property"
|
|
2153
|
+
},
|
|
2154
|
+
"condition": {
|
|
2155
|
+
"property": "deduplicationModeManualFlag",
|
|
2156
|
+
"equals": true,
|
|
2157
|
+
"type": "simple"
|
|
2158
|
+
},
|
|
2159
|
+
"type": "String"
|
|
2110
2160
|
},
|
|
2111
2161
|
{
|
|
2112
|
-
"id": "
|
|
2113
|
-
"
|
|
2162
|
+
"id": "deduplicationModeManual",
|
|
2163
|
+
"value": "MANUAL",
|
|
2164
|
+
"group": "deduplication",
|
|
2165
|
+
"binding": {
|
|
2166
|
+
"name": "deduplicationMode",
|
|
2167
|
+
"type": "zeebe:property"
|
|
2168
|
+
},
|
|
2169
|
+
"condition": {
|
|
2170
|
+
"property": "deduplicationId",
|
|
2171
|
+
"isActive": true,
|
|
2172
|
+
"type": "simple"
|
|
2173
|
+
},
|
|
2174
|
+
"type": "Hidden"
|
|
2175
|
+
},
|
|
2176
|
+
{
|
|
2177
|
+
"id": "deduplicationModeAuto",
|
|
2178
|
+
"value": "AUTO",
|
|
2179
|
+
"group": "deduplication",
|
|
2180
|
+
"binding": {
|
|
2181
|
+
"name": "deduplicationMode",
|
|
2182
|
+
"type": "zeebe:property"
|
|
2183
|
+
},
|
|
2184
|
+
"condition": {
|
|
2185
|
+
"property": "deduplicationId",
|
|
2186
|
+
"isActive": false,
|
|
2187
|
+
"type": "simple"
|
|
2188
|
+
},
|
|
2189
|
+
"type": "Hidden"
|
|
2190
|
+
},
|
|
2191
|
+
{
|
|
2192
|
+
"id": "resultVariable",
|
|
2193
|
+
"label": "Result variable",
|
|
2194
|
+
"description": "Name of variable to store the response in",
|
|
2195
|
+
"group": "output",
|
|
2196
|
+
"binding": {
|
|
2197
|
+
"name": "resultVariable",
|
|
2198
|
+
"type": "zeebe:property"
|
|
2199
|
+
},
|
|
2200
|
+
"type": "String"
|
|
2201
|
+
},
|
|
2202
|
+
{
|
|
2203
|
+
"id": "resultExpression",
|
|
2204
|
+
"label": "Result expression",
|
|
2205
|
+
"description": "Expression to map the response into process variables",
|
|
2206
|
+
"feel": "required",
|
|
2207
|
+
"group": "output",
|
|
2208
|
+
"binding": {
|
|
2209
|
+
"name": "resultExpression",
|
|
2210
|
+
"type": "zeebe:property"
|
|
2211
|
+
},
|
|
2212
|
+
"type": "Text"
|
|
2213
|
+
}
|
|
2214
|
+
],
|
|
2215
|
+
"icon": {
|
|
2216
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
|
|
2217
|
+
},
|
|
2218
|
+
"engines": {
|
|
2219
|
+
"camunda": "^8.6"
|
|
2220
|
+
}
|
|
2221
|
+
},
|
|
2222
|
+
{
|
|
2223
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2224
|
+
"name": "RabbitMQ connector",
|
|
2225
|
+
"id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
|
|
2226
|
+
"version": 2,
|
|
2227
|
+
"description": "Receive a message from RabbitMQ",
|
|
2228
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
|
|
2229
|
+
"category": {
|
|
2230
|
+
"id": "connectors",
|
|
2231
|
+
"name": "Connectors"
|
|
2232
|
+
},
|
|
2233
|
+
"appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
|
|
2234
|
+
"elementType": {
|
|
2235
|
+
"value": "bpmn:IntermediateCatchEvent",
|
|
2236
|
+
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
2237
|
+
},
|
|
2238
|
+
"groups": [
|
|
2239
|
+
{
|
|
2240
|
+
"id": "authentication",
|
|
2241
|
+
"label": "Authentication"
|
|
2242
|
+
},
|
|
2243
|
+
{
|
|
2244
|
+
"id": "routing",
|
|
2245
|
+
"label": "Routing"
|
|
2246
|
+
},
|
|
2247
|
+
{
|
|
2248
|
+
"id": "subscription",
|
|
2249
|
+
"label": "Subscription"
|
|
2250
|
+
},
|
|
2251
|
+
{
|
|
2252
|
+
"id": "activation",
|
|
2253
|
+
"label": "Activation"
|
|
2254
|
+
},
|
|
2255
|
+
{
|
|
2256
|
+
"id": "variable-mapping",
|
|
2257
|
+
"label": "Variable mapping"
|
|
2114
2258
|
}
|
|
2115
2259
|
],
|
|
2116
2260
|
"properties": [
|
|
2117
2261
|
{
|
|
2262
|
+
"type": "Hidden",
|
|
2118
2263
|
"value": "io.camunda:connector-rabbitmq-inbound:1",
|
|
2119
2264
|
"binding": {
|
|
2120
|
-
"
|
|
2121
|
-
"
|
|
2265
|
+
"type": "zeebe:property",
|
|
2266
|
+
"name": "inbound.type"
|
|
2267
|
+
}
|
|
2268
|
+
},
|
|
2269
|
+
{
|
|
2270
|
+
"type": "Hidden",
|
|
2271
|
+
"generatedValue": {
|
|
2272
|
+
"type": "uuid"
|
|
2122
2273
|
},
|
|
2123
|
-
"
|
|
2274
|
+
"binding": {
|
|
2275
|
+
"type": "bpmn:Message#property",
|
|
2276
|
+
"name": "name"
|
|
2277
|
+
}
|
|
2124
2278
|
},
|
|
2125
2279
|
{
|
|
2126
|
-
"id": "
|
|
2280
|
+
"id": "connectionType",
|
|
2127
2281
|
"label": "Connection type",
|
|
2128
|
-
"value": "uri",
|
|
2129
2282
|
"group": "authentication",
|
|
2283
|
+
"type": "Dropdown",
|
|
2284
|
+
"value": "uri",
|
|
2130
2285
|
"binding": {
|
|
2131
|
-
"
|
|
2132
|
-
"
|
|
2286
|
+
"type": "zeebe:property",
|
|
2287
|
+
"name": "authentication.authType"
|
|
2133
2288
|
},
|
|
2134
|
-
"type": "Dropdown",
|
|
2135
2289
|
"choices": [
|
|
2136
2290
|
{
|
|
2137
2291
|
"name": "URI",
|
|
@@ -2144,178 +2298,154 @@
|
|
|
2144
2298
|
]
|
|
2145
2299
|
},
|
|
2146
2300
|
{
|
|
2147
|
-
"id": "authentication.uri",
|
|
2148
2301
|
"label": "URI",
|
|
2149
2302
|
"description": "URI should contain username, password, host name, port number, and virtual host",
|
|
2150
|
-
"
|
|
2303
|
+
"group": "authentication",
|
|
2304
|
+
"type": "String",
|
|
2305
|
+
"binding": {
|
|
2306
|
+
"type": "zeebe:property",
|
|
2307
|
+
"name": "authentication.uri"
|
|
2308
|
+
},
|
|
2151
2309
|
"constraints": {
|
|
2152
2310
|
"notEmpty": true,
|
|
2153
2311
|
"pattern": {
|
|
2154
|
-
"value": "^(
|
|
2312
|
+
"value": "^(amqps?://)|secrets\\..+|(\\{\\{secrets\\..+\\}\\}).*$",
|
|
2155
2313
|
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
2156
2314
|
}
|
|
2157
2315
|
},
|
|
2158
|
-
"group": "authentication",
|
|
2159
|
-
"binding": {
|
|
2160
|
-
"name": "authentication.uri",
|
|
2161
|
-
"type": "zeebe:property"
|
|
2162
|
-
},
|
|
2163
2316
|
"condition": {
|
|
2164
|
-
"property": "
|
|
2165
|
-
"equals": "uri"
|
|
2166
|
-
|
|
2167
|
-
},
|
|
2168
|
-
"type": "String"
|
|
2317
|
+
"property": "connectionType",
|
|
2318
|
+
"equals": "uri"
|
|
2319
|
+
}
|
|
2169
2320
|
},
|
|
2170
2321
|
{
|
|
2171
|
-
"id": "authentication.userName",
|
|
2172
2322
|
"label": "Username",
|
|
2173
|
-
"optional": false,
|
|
2174
|
-
"constraints": {
|
|
2175
|
-
"notEmpty": true
|
|
2176
|
-
},
|
|
2177
2323
|
"group": "authentication",
|
|
2324
|
+
"type": "String",
|
|
2178
2325
|
"binding": {
|
|
2179
|
-
"
|
|
2180
|
-
"
|
|
2326
|
+
"type": "zeebe:property",
|
|
2327
|
+
"name": "authentication.userName"
|
|
2181
2328
|
},
|
|
2182
|
-
"
|
|
2183
|
-
"
|
|
2184
|
-
"equals": "credentials",
|
|
2185
|
-
"type": "simple"
|
|
2329
|
+
"constraints": {
|
|
2330
|
+
"notEmpty": true
|
|
2186
2331
|
},
|
|
2187
|
-
"
|
|
2332
|
+
"condition": {
|
|
2333
|
+
"property": "connectionType",
|
|
2334
|
+
"equals": "credentials"
|
|
2335
|
+
}
|
|
2188
2336
|
},
|
|
2189
2337
|
{
|
|
2190
|
-
"id": "authentication.password",
|
|
2191
2338
|
"label": "Password",
|
|
2192
|
-
"optional": false,
|
|
2193
|
-
"constraints": {
|
|
2194
|
-
"notEmpty": true
|
|
2195
|
-
},
|
|
2196
2339
|
"group": "authentication",
|
|
2340
|
+
"type": "String",
|
|
2197
2341
|
"binding": {
|
|
2198
|
-
"
|
|
2199
|
-
"
|
|
2200
|
-
},
|
|
2201
|
-
"condition": {
|
|
2202
|
-
"property": "authentication.authType",
|
|
2203
|
-
"equals": "credentials",
|
|
2204
|
-
"type": "simple"
|
|
2342
|
+
"type": "zeebe:property",
|
|
2343
|
+
"name": "authentication.password"
|
|
2205
2344
|
},
|
|
2206
|
-
"type": "String"
|
|
2207
|
-
},
|
|
2208
|
-
{
|
|
2209
|
-
"id": "routing.virtualHost",
|
|
2210
|
-
"label": "Virtual host",
|
|
2211
|
-
"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>",
|
|
2212
|
-
"optional": false,
|
|
2213
2345
|
"constraints": {
|
|
2214
2346
|
"notEmpty": true
|
|
2215
2347
|
},
|
|
2216
|
-
"group": "routing",
|
|
2217
|
-
"binding": {
|
|
2218
|
-
"name": "routing.virtualHost",
|
|
2219
|
-
"type": "zeebe:property"
|
|
2220
|
-
},
|
|
2221
2348
|
"condition": {
|
|
2222
|
-
"property": "
|
|
2223
|
-
"equals": "credentials"
|
|
2224
|
-
|
|
2225
|
-
},
|
|
2226
|
-
"type": "String"
|
|
2349
|
+
"property": "connectionType",
|
|
2350
|
+
"equals": "credentials"
|
|
2351
|
+
}
|
|
2227
2352
|
},
|
|
2228
2353
|
{
|
|
2229
|
-
"id": "routing.hostName",
|
|
2230
2354
|
"label": "Host name",
|
|
2231
|
-
"description": "Host name: get from RabbitMQ external
|
|
2232
|
-
"
|
|
2355
|
+
"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>",
|
|
2356
|
+
"group": "routing",
|
|
2357
|
+
"type": "String",
|
|
2358
|
+
"binding": {
|
|
2359
|
+
"type": "zeebe:property",
|
|
2360
|
+
"name": "routing.hostName"
|
|
2361
|
+
},
|
|
2233
2362
|
"constraints": {
|
|
2234
2363
|
"notEmpty": true
|
|
2235
2364
|
},
|
|
2365
|
+
"condition": {
|
|
2366
|
+
"property": "connectionType",
|
|
2367
|
+
"equals": "credentials"
|
|
2368
|
+
}
|
|
2369
|
+
},
|
|
2370
|
+
{
|
|
2371
|
+
"label": "Virtual host",
|
|
2372
|
+
"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>",
|
|
2236
2373
|
"group": "routing",
|
|
2374
|
+
"type": "String",
|
|
2237
2375
|
"binding": {
|
|
2238
|
-
"
|
|
2239
|
-
"
|
|
2376
|
+
"type": "zeebe:property",
|
|
2377
|
+
"name": "routing.virtualHost"
|
|
2240
2378
|
},
|
|
2241
|
-
"
|
|
2242
|
-
"
|
|
2243
|
-
"equals": "credentials",
|
|
2244
|
-
"type": "simple"
|
|
2379
|
+
"constraints": {
|
|
2380
|
+
"notEmpty": true
|
|
2245
2381
|
},
|
|
2246
|
-
"
|
|
2382
|
+
"condition": {
|
|
2383
|
+
"property": "connectionType",
|
|
2384
|
+
"equals": "credentials"
|
|
2385
|
+
}
|
|
2247
2386
|
},
|
|
2248
2387
|
{
|
|
2249
|
-
"id": "routing.port",
|
|
2250
2388
|
"label": "Port",
|
|
2251
|
-
"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
|
|
2252
|
-
"
|
|
2389
|
+
"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>",
|
|
2390
|
+
"group": "routing",
|
|
2391
|
+
"type": "String",
|
|
2392
|
+
"binding": {
|
|
2393
|
+
"type": "zeebe:property",
|
|
2394
|
+
"name": "routing.port"
|
|
2395
|
+
},
|
|
2253
2396
|
"constraints": {
|
|
2254
2397
|
"notEmpty": true
|
|
2255
2398
|
},
|
|
2256
|
-
"group": "routing",
|
|
2257
|
-
"binding": {
|
|
2258
|
-
"name": "routing.port",
|
|
2259
|
-
"type": "zeebe:property"
|
|
2260
|
-
},
|
|
2261
2399
|
"condition": {
|
|
2262
|
-
"property": "
|
|
2263
|
-
"equals": "credentials"
|
|
2264
|
-
|
|
2265
|
-
},
|
|
2266
|
-
"type": "String"
|
|
2400
|
+
"property": "connectionType",
|
|
2401
|
+
"equals": "credentials"
|
|
2402
|
+
}
|
|
2267
2403
|
},
|
|
2268
2404
|
{
|
|
2269
|
-
"id": "queueName",
|
|
2270
2405
|
"label": "Queue name",
|
|
2271
2406
|
"description": "Name of the queue to subscribe to",
|
|
2272
|
-
"optional": false,
|
|
2273
|
-
"constraints": {
|
|
2274
|
-
"notEmpty": true
|
|
2275
|
-
},
|
|
2276
2407
|
"group": "subscription",
|
|
2408
|
+
"type": "String",
|
|
2409
|
+
"feel": "optional",
|
|
2277
2410
|
"binding": {
|
|
2278
|
-
"
|
|
2279
|
-
"
|
|
2411
|
+
"type": "zeebe:property",
|
|
2412
|
+
"name": "queueName"
|
|
2280
2413
|
},
|
|
2281
|
-
"
|
|
2414
|
+
"constraints": {
|
|
2415
|
+
"notEmpty": true
|
|
2416
|
+
}
|
|
2282
2417
|
},
|
|
2283
2418
|
{
|
|
2284
|
-
"id": "consumerTag",
|
|
2285
2419
|
"label": "Consumer tag",
|
|
2286
2420
|
"description": "Consumer tag to use for the subscription",
|
|
2287
|
-
"optional": false,
|
|
2288
2421
|
"group": "subscription",
|
|
2422
|
+
"type": "String",
|
|
2423
|
+
"feel": "optional",
|
|
2289
2424
|
"binding": {
|
|
2290
|
-
"
|
|
2291
|
-
"
|
|
2292
|
-
}
|
|
2293
|
-
"type": "String"
|
|
2425
|
+
"type": "zeebe:property",
|
|
2426
|
+
"name": "consumerTag"
|
|
2427
|
+
}
|
|
2294
2428
|
},
|
|
2295
2429
|
{
|
|
2296
|
-
"id": "arguments",
|
|
2297
2430
|
"label": "Arguments",
|
|
2298
2431
|
"description": "Arguments to use for the subscription",
|
|
2299
|
-
"optional": true,
|
|
2300
|
-
"feel": "required",
|
|
2301
2432
|
"group": "subscription",
|
|
2433
|
+
"type": "String",
|
|
2434
|
+
"feel": "required",
|
|
2302
2435
|
"binding": {
|
|
2303
|
-
"
|
|
2304
|
-
"
|
|
2305
|
-
}
|
|
2306
|
-
"type": "String"
|
|
2436
|
+
"type": "zeebe:property",
|
|
2437
|
+
"name": "arguments"
|
|
2438
|
+
}
|
|
2307
2439
|
},
|
|
2308
2440
|
{
|
|
2309
|
-
"id": "exclusive",
|
|
2310
2441
|
"label": "Exclusive consumer",
|
|
2311
|
-
"optional": false,
|
|
2312
|
-
"value": "false",
|
|
2313
2442
|
"group": "subscription",
|
|
2443
|
+
"type": "Dropdown",
|
|
2444
|
+
"value": "false",
|
|
2314
2445
|
"binding": {
|
|
2315
|
-
"
|
|
2316
|
-
"
|
|
2446
|
+
"type": "zeebe:property",
|
|
2447
|
+
"name": "exclusive"
|
|
2317
2448
|
},
|
|
2318
|
-
"type": "Dropdown",
|
|
2319
2449
|
"choices": [
|
|
2320
2450
|
{
|
|
2321
2451
|
"name": "Yes",
|
|
@@ -2328,195 +2458,74 @@
|
|
|
2328
2458
|
]
|
|
2329
2459
|
},
|
|
2330
2460
|
{
|
|
2331
|
-
"
|
|
2332
|
-
"
|
|
2333
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
2334
|
-
"optional": true,
|
|
2335
|
-
"feel": "required",
|
|
2461
|
+
"label": "Correlation key (process)",
|
|
2462
|
+
"type": "String",
|
|
2336
2463
|
"group": "activation",
|
|
2464
|
+
"feel": "required",
|
|
2465
|
+
"description": "Sets up the correlation key from process variables",
|
|
2337
2466
|
"binding": {
|
|
2338
|
-
"
|
|
2339
|
-
"
|
|
2467
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
2468
|
+
"name": "correlationKey"
|
|
2340
2469
|
},
|
|
2341
|
-
"
|
|
2470
|
+
"constraints": {
|
|
2471
|
+
"notEmpty": true
|
|
2472
|
+
}
|
|
2342
2473
|
},
|
|
2343
2474
|
{
|
|
2344
|
-
"
|
|
2345
|
-
"
|
|
2346
|
-
"value": true,
|
|
2475
|
+
"label": "Correlation key (payload)",
|
|
2476
|
+
"type": "String",
|
|
2347
2477
|
"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
|
-
},
|
|
2355
|
-
{
|
|
2356
|
-
"id": "correlationKeyProcess",
|
|
2357
|
-
"label": "Correlation key (process)",
|
|
2358
|
-
"description": "Sets up the correlation key from process variables",
|
|
2359
|
-
"constraints": {
|
|
2360
|
-
"notEmpty": true
|
|
2361
|
-
},
|
|
2362
2478
|
"feel": "required",
|
|
2363
|
-
"group": "correlation",
|
|
2364
2479
|
"binding": {
|
|
2365
|
-
"
|
|
2366
|
-
"
|
|
2480
|
+
"type": "zeebe:property",
|
|
2481
|
+
"name": "correlationKeyExpression"
|
|
2367
2482
|
},
|
|
2368
|
-
"type": "String"
|
|
2369
|
-
},
|
|
2370
|
-
{
|
|
2371
|
-
"id": "correlationKeyPayload",
|
|
2372
|
-
"label": "Correlation key (payload)",
|
|
2373
2483
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
2374
2484
|
"constraints": {
|
|
2375
2485
|
"notEmpty": true
|
|
2376
|
-
}
|
|
2377
|
-
"feel": "required",
|
|
2378
|
-
"group": "correlation",
|
|
2379
|
-
"binding": {
|
|
2380
|
-
"name": "correlationKeyExpression",
|
|
2381
|
-
"type": "zeebe:property"
|
|
2382
|
-
},
|
|
2383
|
-
"type": "String"
|
|
2486
|
+
}
|
|
2384
2487
|
},
|
|
2385
2488
|
{
|
|
2386
|
-
"
|
|
2387
|
-
"
|
|
2388
|
-
"
|
|
2389
|
-
"optional": true,
|
|
2489
|
+
"label": "Activation condition",
|
|
2490
|
+
"type": "String",
|
|
2491
|
+
"group": "activation",
|
|
2390
2492
|
"feel": "required",
|
|
2391
|
-
"group": "correlation",
|
|
2392
|
-
"binding": {
|
|
2393
|
-
"name": "messageIdExpression",
|
|
2394
|
-
"type": "zeebe:property"
|
|
2395
|
-
},
|
|
2396
|
-
"type": "String"
|
|
2397
|
-
},
|
|
2398
|
-
{
|
|
2399
|
-
"id": "messageTtl",
|
|
2400
|
-
"label": "Message TTL",
|
|
2401
|
-
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
2402
2493
|
"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
|
-
},
|
|
2418
|
-
{
|
|
2419
|
-
"id": "messageNameUuid",
|
|
2420
|
-
"generatedValue": {
|
|
2421
|
-
"type": "uuid"
|
|
2422
|
-
},
|
|
2423
|
-
"group": "correlation",
|
|
2424
|
-
"binding": {
|
|
2425
|
-
"name": "name",
|
|
2426
|
-
"type": "bpmn:Message#property"
|
|
2427
|
-
},
|
|
2428
|
-
"type": "Hidden"
|
|
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
2494
|
"binding": {
|
|
2484
|
-
"
|
|
2485
|
-
"
|
|
2486
|
-
},
|
|
2487
|
-
"condition": {
|
|
2488
|
-
"property": "deduplicationId",
|
|
2489
|
-
"isActive": false,
|
|
2490
|
-
"type": "simple"
|
|
2495
|
+
"type": "zeebe:property",
|
|
2496
|
+
"name": "activationCondition"
|
|
2491
2497
|
},
|
|
2492
|
-
"
|
|
2498
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events"
|
|
2493
2499
|
},
|
|
2494
2500
|
{
|
|
2495
|
-
"id": "resultVariable",
|
|
2496
2501
|
"label": "Result variable",
|
|
2497
|
-
"
|
|
2498
|
-
"group": "
|
|
2502
|
+
"type": "String",
|
|
2503
|
+
"group": "variable-mapping",
|
|
2504
|
+
"optional": true,
|
|
2499
2505
|
"binding": {
|
|
2500
|
-
"
|
|
2501
|
-
"
|
|
2506
|
+
"type": "zeebe:property",
|
|
2507
|
+
"name": "resultVariable"
|
|
2502
2508
|
},
|
|
2503
|
-
"
|
|
2509
|
+
"description": "Name of variable to store the result of the connector in"
|
|
2504
2510
|
},
|
|
2505
2511
|
{
|
|
2506
|
-
"id": "resultExpression",
|
|
2507
2512
|
"label": "Result expression",
|
|
2508
|
-
"
|
|
2513
|
+
"type": "String",
|
|
2514
|
+
"group": "variable-mapping",
|
|
2509
2515
|
"feel": "required",
|
|
2510
|
-
"
|
|
2516
|
+
"optional": true,
|
|
2511
2517
|
"binding": {
|
|
2512
|
-
"
|
|
2513
|
-
"
|
|
2518
|
+
"type": "zeebe:property",
|
|
2519
|
+
"name": "resultExpression"
|
|
2514
2520
|
},
|
|
2515
|
-
"
|
|
2521
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
2516
2522
|
}
|
|
2517
2523
|
],
|
|
2518
2524
|
"icon": {
|
|
2519
|
-
"contents": "data:image/svg+xml;
|
|
2525
|
+
"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"
|
|
2526
|
+
},
|
|
2527
|
+
"engines": {
|
|
2528
|
+
"camunda": "^8.2"
|
|
2520
2529
|
}
|
|
2521
2530
|
}
|
|
2522
2531
|
]
|