@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 Boundary Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.inbound.RabbitMQ.Boundary.v1",
|
|
6
|
-
"version": 2,
|
|
7
6
|
"description": "Receive a message from RabbitMQ",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"receive message",
|
|
9
|
+
"consume message",
|
|
10
|
+
"message queue",
|
|
11
|
+
"AMQP",
|
|
12
|
+
"subscribe",
|
|
13
|
+
"message broker",
|
|
14
|
+
"queue"
|
|
15
|
+
],
|
|
8
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:BoundaryEvent",
|
|
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/?rabbitmq=inbound#routing-data-1\"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/?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,95 +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
|
-
"
|
|
262
|
-
},
|
|
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"
|
|
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
|
{
|
|
332
|
+
"id": "messageIdExpression",
|
|
269
333
|
"label": "Message ID expression",
|
|
270
|
-
"
|
|
271
|
-
"type": "String",
|
|
334
|
+
"description": "Expression to extract unique identifier of a message",
|
|
272
335
|
"optional": true,
|
|
273
|
-
"
|
|
336
|
+
"feel": "required",
|
|
337
|
+
"group": "correlation",
|
|
274
338
|
"binding": {
|
|
275
|
-
"
|
|
276
|
-
"
|
|
339
|
+
"name": "messageIdExpression",
|
|
340
|
+
"type": "zeebe:property"
|
|
277
341
|
},
|
|
278
|
-
"
|
|
342
|
+
"type": "String"
|
|
279
343
|
},
|
|
280
344
|
{
|
|
281
|
-
"
|
|
282
|
-
"
|
|
283
|
-
"
|
|
284
|
-
"feel": "required",
|
|
345
|
+
"id": "messageTtl",
|
|
346
|
+
"label": "Message TTL",
|
|
347
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
285
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",
|
|
286
358
|
"binding": {
|
|
287
|
-
"
|
|
288
|
-
"
|
|
359
|
+
"name": "messageTtl",
|
|
360
|
+
"type": "zeebe:property"
|
|
289
361
|
},
|
|
290
|
-
"
|
|
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"
|
|
427
|
+
},
|
|
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"
|
|
291
442
|
},
|
|
292
443
|
{
|
|
444
|
+
"id": "resultVariable",
|
|
293
445
|
"label": "Result variable",
|
|
294
|
-
"
|
|
295
|
-
"group": "
|
|
296
|
-
"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",
|
|
297
448
|
"binding": {
|
|
298
|
-
"
|
|
299
|
-
"
|
|
449
|
+
"name": "resultVariable",
|
|
450
|
+
"type": "zeebe:property"
|
|
300
451
|
},
|
|
301
|
-
"
|
|
452
|
+
"type": "String"
|
|
302
453
|
},
|
|
303
454
|
{
|
|
455
|
+
"id": "resultExpression",
|
|
304
456
|
"label": "Result expression",
|
|
305
|
-
"
|
|
306
|
-
"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>.",
|
|
307
458
|
"feel": "required",
|
|
308
|
-
"
|
|
459
|
+
"group": "output",
|
|
309
460
|
"binding": {
|
|
310
|
-
"
|
|
311
|
-
"
|
|
461
|
+
"name": "resultExpression",
|
|
462
|
+
"type": "zeebe:property"
|
|
312
463
|
},
|
|
313
|
-
"
|
|
464
|
+
"type": "Text"
|
|
314
465
|
}
|
|
315
466
|
],
|
|
316
467
|
"icon": {
|
|
317
|
-
"contents": "data:image/svg+xml;
|
|
318
|
-
},
|
|
319
|
-
"engines": {
|
|
320
|
-
"camunda": "^8.4"
|
|
468
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
|
|
321
469
|
}
|
|
322
470
|
},
|
|
323
471
|
{
|
|
324
472
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
325
473
|
"name": "RabbitMQ Boundary Event Connector",
|
|
326
474
|
"id": "io.camunda.connectors.inbound.RabbitMQ.Boundary.v1",
|
|
475
|
+
"version": 1,
|
|
327
476
|
"description": "Receive a message from RabbitMQ",
|
|
328
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq
|
|
329
|
-
"version": 6,
|
|
477
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
|
|
330
478
|
"category": {
|
|
331
479
|
"id": "connectors",
|
|
332
480
|
"name": "Connectors"
|
|
@@ -354,33 +502,39 @@
|
|
|
354
502
|
"label": "Activation"
|
|
355
503
|
},
|
|
356
504
|
{
|
|
357
|
-
"id": "
|
|
358
|
-
"label": "
|
|
359
|
-
},
|
|
360
|
-
{
|
|
361
|
-
"id": "output",
|
|
362
|
-
"label": "Output mapping"
|
|
505
|
+
"id": "variable-mapping",
|
|
506
|
+
"label": "Variable mapping"
|
|
363
507
|
}
|
|
364
508
|
],
|
|
365
509
|
"properties": [
|
|
366
510
|
{
|
|
511
|
+
"type": "Hidden",
|
|
367
512
|
"value": "io.camunda:connector-rabbitmq-inbound:1",
|
|
368
513
|
"binding": {
|
|
369
|
-
"
|
|
370
|
-
"
|
|
514
|
+
"type": "zeebe:property",
|
|
515
|
+
"name": "inbound.type"
|
|
516
|
+
}
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"type": "Hidden",
|
|
520
|
+
"generatedValue": {
|
|
521
|
+
"type": "uuid"
|
|
371
522
|
},
|
|
372
|
-
"
|
|
523
|
+
"binding": {
|
|
524
|
+
"type": "bpmn:Message#property",
|
|
525
|
+
"name": "name"
|
|
526
|
+
}
|
|
373
527
|
},
|
|
374
528
|
{
|
|
375
|
-
"id": "
|
|
529
|
+
"id": "connectionType",
|
|
376
530
|
"label": "Connection type",
|
|
377
|
-
"value": "uri",
|
|
378
531
|
"group": "authentication",
|
|
532
|
+
"type": "Dropdown",
|
|
533
|
+
"value": "uri",
|
|
379
534
|
"binding": {
|
|
380
|
-
"
|
|
381
|
-
"
|
|
535
|
+
"type": "zeebe:property",
|
|
536
|
+
"name": "authentication.authType"
|
|
382
537
|
},
|
|
383
|
-
"type": "Dropdown",
|
|
384
538
|
"choices": [
|
|
385
539
|
{
|
|
386
540
|
"name": "URI",
|
|
@@ -393,178 +547,154 @@
|
|
|
393
547
|
]
|
|
394
548
|
},
|
|
395
549
|
{
|
|
396
|
-
"id": "authentication.uri",
|
|
397
550
|
"label": "URI",
|
|
398
551
|
"description": "URI should contain username, password, host name, port number, and virtual host",
|
|
399
|
-
"
|
|
552
|
+
"group": "authentication",
|
|
553
|
+
"type": "String",
|
|
554
|
+
"binding": {
|
|
555
|
+
"type": "zeebe:property",
|
|
556
|
+
"name": "authentication.uri"
|
|
557
|
+
},
|
|
400
558
|
"constraints": {
|
|
401
559
|
"notEmpty": true,
|
|
402
560
|
"pattern": {
|
|
403
|
-
"value": "^(
|
|
561
|
+
"value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*$",
|
|
404
562
|
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
405
563
|
}
|
|
406
564
|
},
|
|
407
|
-
"group": "authentication",
|
|
408
|
-
"binding": {
|
|
409
|
-
"name": "authentication.uri",
|
|
410
|
-
"type": "zeebe:property"
|
|
411
|
-
},
|
|
412
565
|
"condition": {
|
|
413
|
-
"property": "
|
|
414
|
-
"equals": "uri"
|
|
415
|
-
|
|
416
|
-
},
|
|
417
|
-
"type": "String"
|
|
566
|
+
"property": "connectionType",
|
|
567
|
+
"equals": "uri"
|
|
568
|
+
}
|
|
418
569
|
},
|
|
419
570
|
{
|
|
420
|
-
"id": "authentication.userName",
|
|
421
571
|
"label": "Username",
|
|
422
|
-
"optional": false,
|
|
423
|
-
"constraints": {
|
|
424
|
-
"notEmpty": true
|
|
425
|
-
},
|
|
426
572
|
"group": "authentication",
|
|
573
|
+
"type": "String",
|
|
427
574
|
"binding": {
|
|
428
|
-
"
|
|
429
|
-
"
|
|
575
|
+
"type": "zeebe:property",
|
|
576
|
+
"name": "authentication.userName"
|
|
430
577
|
},
|
|
431
|
-
"
|
|
432
|
-
"
|
|
433
|
-
"equals": "credentials",
|
|
434
|
-
"type": "simple"
|
|
578
|
+
"constraints": {
|
|
579
|
+
"notEmpty": true
|
|
435
580
|
},
|
|
436
|
-
"
|
|
581
|
+
"condition": {
|
|
582
|
+
"property": "connectionType",
|
|
583
|
+
"equals": "credentials"
|
|
584
|
+
}
|
|
437
585
|
},
|
|
438
586
|
{
|
|
439
|
-
"id": "authentication.password",
|
|
440
587
|
"label": "Password",
|
|
441
|
-
"optional": false,
|
|
442
|
-
"constraints": {
|
|
443
|
-
"notEmpty": true
|
|
444
|
-
},
|
|
445
588
|
"group": "authentication",
|
|
589
|
+
"type": "String",
|
|
446
590
|
"binding": {
|
|
447
|
-
"
|
|
448
|
-
"
|
|
449
|
-
},
|
|
450
|
-
"condition": {
|
|
451
|
-
"property": "authentication.authType",
|
|
452
|
-
"equals": "credentials",
|
|
453
|
-
"type": "simple"
|
|
591
|
+
"type": "zeebe:property",
|
|
592
|
+
"name": "authentication.password"
|
|
454
593
|
},
|
|
455
|
-
"type": "String"
|
|
456
|
-
},
|
|
457
|
-
{
|
|
458
|
-
"id": "routing.virtualHost",
|
|
459
|
-
"label": "Virtual host",
|
|
460
|
-
"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>",
|
|
461
|
-
"optional": false,
|
|
462
594
|
"constraints": {
|
|
463
595
|
"notEmpty": true
|
|
464
596
|
},
|
|
465
|
-
"group": "routing",
|
|
466
|
-
"binding": {
|
|
467
|
-
"name": "routing.virtualHost",
|
|
468
|
-
"type": "zeebe:property"
|
|
469
|
-
},
|
|
470
597
|
"condition": {
|
|
471
|
-
"property": "
|
|
472
|
-
"equals": "credentials"
|
|
473
|
-
|
|
474
|
-
},
|
|
475
|
-
"type": "String"
|
|
598
|
+
"property": "connectionType",
|
|
599
|
+
"equals": "credentials"
|
|
600
|
+
}
|
|
476
601
|
},
|
|
477
602
|
{
|
|
478
|
-
"id": "routing.hostName",
|
|
479
603
|
"label": "Host name",
|
|
480
|
-
"description": "Host name: get from RabbitMQ external
|
|
481
|
-
"
|
|
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
|
+
},
|
|
482
611
|
"constraints": {
|
|
483
612
|
"notEmpty": true
|
|
484
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>",
|
|
485
622
|
"group": "routing",
|
|
623
|
+
"type": "String",
|
|
486
624
|
"binding": {
|
|
487
|
-
"
|
|
488
|
-
"
|
|
625
|
+
"type": "zeebe:property",
|
|
626
|
+
"name": "routing.virtualHost"
|
|
489
627
|
},
|
|
490
|
-
"
|
|
491
|
-
"
|
|
492
|
-
"equals": "credentials",
|
|
493
|
-
"type": "simple"
|
|
628
|
+
"constraints": {
|
|
629
|
+
"notEmpty": true
|
|
494
630
|
},
|
|
495
|
-
"
|
|
631
|
+
"condition": {
|
|
632
|
+
"property": "connectionType",
|
|
633
|
+
"equals": "credentials"
|
|
634
|
+
}
|
|
496
635
|
},
|
|
497
636
|
{
|
|
498
|
-
"id": "routing.port",
|
|
499
637
|
"label": "Port",
|
|
500
|
-
"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
|
|
501
|
-
"optional": false,
|
|
502
|
-
"constraints": {
|
|
503
|
-
"notEmpty": true
|
|
504
|
-
},
|
|
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>",
|
|
505
639
|
"group": "routing",
|
|
640
|
+
"type": "String",
|
|
506
641
|
"binding": {
|
|
507
|
-
"
|
|
508
|
-
"
|
|
642
|
+
"type": "zeebe:property",
|
|
643
|
+
"name": "routing.port"
|
|
509
644
|
},
|
|
510
|
-
"
|
|
511
|
-
"
|
|
512
|
-
"equals": "credentials",
|
|
513
|
-
"type": "simple"
|
|
645
|
+
"constraints": {
|
|
646
|
+
"notEmpty": true
|
|
514
647
|
},
|
|
515
|
-
"
|
|
648
|
+
"condition": {
|
|
649
|
+
"property": "connectionType",
|
|
650
|
+
"equals": "credentials"
|
|
651
|
+
}
|
|
516
652
|
},
|
|
517
653
|
{
|
|
518
|
-
"id": "queueName",
|
|
519
654
|
"label": "Queue name",
|
|
520
655
|
"description": "Name of the queue to subscribe to",
|
|
521
|
-
"optional": false,
|
|
522
|
-
"constraints": {
|
|
523
|
-
"notEmpty": true
|
|
524
|
-
},
|
|
525
656
|
"group": "subscription",
|
|
657
|
+
"type": "String",
|
|
658
|
+
"feel": "optional",
|
|
526
659
|
"binding": {
|
|
527
|
-
"
|
|
528
|
-
"
|
|
660
|
+
"type": "zeebe:property",
|
|
661
|
+
"name": "queueName"
|
|
529
662
|
},
|
|
530
|
-
"
|
|
663
|
+
"constraints": {
|
|
664
|
+
"notEmpty": true
|
|
665
|
+
}
|
|
531
666
|
},
|
|
532
667
|
{
|
|
533
|
-
"id": "consumerTag",
|
|
534
668
|
"label": "Consumer tag",
|
|
535
669
|
"description": "Consumer tag to use for the subscription",
|
|
536
|
-
"optional": false,
|
|
537
670
|
"group": "subscription",
|
|
671
|
+
"type": "String",
|
|
672
|
+
"feel": "optional",
|
|
538
673
|
"binding": {
|
|
539
|
-
"
|
|
540
|
-
"
|
|
541
|
-
}
|
|
542
|
-
"type": "String"
|
|
674
|
+
"type": "zeebe:property",
|
|
675
|
+
"name": "consumerTag"
|
|
676
|
+
}
|
|
543
677
|
},
|
|
544
678
|
{
|
|
545
|
-
"id": "arguments",
|
|
546
679
|
"label": "Arguments",
|
|
547
680
|
"description": "Arguments to use for the subscription",
|
|
548
|
-
"optional": true,
|
|
549
|
-
"feel": "required",
|
|
550
681
|
"group": "subscription",
|
|
682
|
+
"type": "String",
|
|
683
|
+
"feel": "required",
|
|
551
684
|
"binding": {
|
|
552
|
-
"
|
|
553
|
-
"
|
|
554
|
-
}
|
|
555
|
-
"type": "String"
|
|
685
|
+
"type": "zeebe:property",
|
|
686
|
+
"name": "arguments"
|
|
687
|
+
}
|
|
556
688
|
},
|
|
557
689
|
{
|
|
558
|
-
"id": "exclusive",
|
|
559
690
|
"label": "Exclusive consumer",
|
|
560
|
-
"optional": false,
|
|
561
|
-
"value": "false",
|
|
562
691
|
"group": "subscription",
|
|
692
|
+
"type": "Dropdown",
|
|
693
|
+
"value": "false",
|
|
563
694
|
"binding": {
|
|
564
|
-
"
|
|
565
|
-
"
|
|
695
|
+
"type": "zeebe:property",
|
|
696
|
+
"name": "exclusive"
|
|
566
697
|
},
|
|
567
|
-
"type": "Dropdown",
|
|
568
698
|
"choices": [
|
|
569
699
|
{
|
|
570
700
|
"name": "Yes",
|
|
@@ -577,102 +707,74 @@
|
|
|
577
707
|
]
|
|
578
708
|
},
|
|
579
709
|
{
|
|
580
|
-
"
|
|
581
|
-
"
|
|
582
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
583
|
-
"optional": true,
|
|
584
|
-
"feel": "required",
|
|
710
|
+
"label": "Correlation key (process)",
|
|
711
|
+
"type": "String",
|
|
585
712
|
"group": "activation",
|
|
713
|
+
"feel": "required",
|
|
714
|
+
"description": "Sets up the correlation key from process variables",
|
|
586
715
|
"binding": {
|
|
587
|
-
"
|
|
588
|
-
"
|
|
716
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
717
|
+
"name": "correlationKey"
|
|
589
718
|
},
|
|
590
|
-
"type": "String"
|
|
591
|
-
},
|
|
592
|
-
{
|
|
593
|
-
"id": "correlationKeyProcess",
|
|
594
|
-
"label": "Correlation key (process)",
|
|
595
|
-
"description": "Sets up the correlation key from process variables",
|
|
596
719
|
"constraints": {
|
|
597
720
|
"notEmpty": true
|
|
598
|
-
}
|
|
599
|
-
"feel": "required",
|
|
600
|
-
"group": "correlation",
|
|
601
|
-
"binding": {
|
|
602
|
-
"name": "correlationKey",
|
|
603
|
-
"type": "bpmn:Message#zeebe:subscription#property"
|
|
604
|
-
},
|
|
605
|
-
"type": "String"
|
|
721
|
+
}
|
|
606
722
|
},
|
|
607
723
|
{
|
|
608
|
-
"id": "correlationKeyPayload",
|
|
609
724
|
"label": "Correlation key (payload)",
|
|
610
|
-
"
|
|
611
|
-
"
|
|
612
|
-
"notEmpty": true
|
|
613
|
-
},
|
|
725
|
+
"type": "String",
|
|
726
|
+
"group": "activation",
|
|
614
727
|
"feel": "required",
|
|
615
|
-
"group": "correlation",
|
|
616
728
|
"binding": {
|
|
617
|
-
"
|
|
618
|
-
"
|
|
729
|
+
"type": "zeebe:property",
|
|
730
|
+
"name": "correlationKeyExpression"
|
|
619
731
|
},
|
|
620
|
-
"
|
|
732
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
733
|
+
"constraints": {
|
|
734
|
+
"notEmpty": true
|
|
735
|
+
}
|
|
621
736
|
},
|
|
622
737
|
{
|
|
623
|
-
"
|
|
624
|
-
"
|
|
625
|
-
"
|
|
626
|
-
"optional": true,
|
|
738
|
+
"label": "Activation condition",
|
|
739
|
+
"type": "String",
|
|
740
|
+
"group": "activation",
|
|
627
741
|
"feel": "required",
|
|
628
|
-
"
|
|
629
|
-
"binding": {
|
|
630
|
-
"name": "messageIdExpression",
|
|
631
|
-
"type": "zeebe:property"
|
|
632
|
-
},
|
|
633
|
-
"type": "String"
|
|
634
|
-
},
|
|
635
|
-
{
|
|
636
|
-
"id": "messageNameUuid",
|
|
637
|
-
"generatedValue": {
|
|
638
|
-
"type": "uuid"
|
|
639
|
-
},
|
|
640
|
-
"group": "correlation",
|
|
742
|
+
"optional": true,
|
|
641
743
|
"binding": {
|
|
642
|
-
"
|
|
643
|
-
"
|
|
744
|
+
"type": "zeebe:property",
|
|
745
|
+
"name": "activationCondition"
|
|
644
746
|
},
|
|
645
|
-
"
|
|
747
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events"
|
|
646
748
|
},
|
|
647
749
|
{
|
|
648
|
-
"id": "resultVariable",
|
|
649
750
|
"label": "Result variable",
|
|
650
|
-
"
|
|
651
|
-
"group": "
|
|
751
|
+
"type": "String",
|
|
752
|
+
"group": "variable-mapping",
|
|
753
|
+
"optional": true,
|
|
652
754
|
"binding": {
|
|
653
|
-
"
|
|
654
|
-
"
|
|
755
|
+
"type": "zeebe:property",
|
|
756
|
+
"name": "resultVariable"
|
|
655
757
|
},
|
|
656
|
-
"
|
|
758
|
+
"description": "Name of variable to store the result of the connector in"
|
|
657
759
|
},
|
|
658
760
|
{
|
|
659
|
-
"id": "resultExpression",
|
|
660
761
|
"label": "Result expression",
|
|
661
|
-
"
|
|
762
|
+
"type": "String",
|
|
763
|
+
"group": "variable-mapping",
|
|
662
764
|
"feel": "required",
|
|
663
|
-
"
|
|
765
|
+
"optional": true,
|
|
664
766
|
"binding": {
|
|
665
|
-
"
|
|
666
|
-
"
|
|
767
|
+
"type": "zeebe:property",
|
|
768
|
+
"name": "resultExpression"
|
|
667
769
|
},
|
|
668
|
-
"
|
|
770
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
669
771
|
}
|
|
670
772
|
],
|
|
671
773
|
"icon": {
|
|
672
|
-
"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"
|
|
673
775
|
},
|
|
674
776
|
"engines": {
|
|
675
|
-
"camunda": "^8.
|
|
777
|
+
"camunda": "^8.2"
|
|
676
778
|
}
|
|
677
779
|
},
|
|
678
780
|
{
|
|
@@ -681,7 +783,7 @@
|
|
|
681
783
|
"id": "io.camunda.connectors.inbound.RabbitMQ.Boundary.v1",
|
|
682
784
|
"description": "Receive a message from RabbitMQ",
|
|
683
785
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
|
|
684
|
-
"version":
|
|
786
|
+
"version": 6,
|
|
685
787
|
"category": {
|
|
686
788
|
"id": "connectors",
|
|
687
789
|
"name": "Connectors"
|
|
@@ -710,13 +812,7 @@
|
|
|
710
812
|
},
|
|
711
813
|
{
|
|
712
814
|
"id": "correlation",
|
|
713
|
-
"label": "Correlation"
|
|
714
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
715
|
-
},
|
|
716
|
-
{
|
|
717
|
-
"id": "deduplication",
|
|
718
|
-
"label": "Deduplication",
|
|
719
|
-
"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"
|
|
720
816
|
},
|
|
721
817
|
{
|
|
722
818
|
"id": "output",
|
|
@@ -950,18 +1046,6 @@
|
|
|
950
1046
|
},
|
|
951
1047
|
"type": "String"
|
|
952
1048
|
},
|
|
953
|
-
{
|
|
954
|
-
"id": "consumeUnmatchedEvents",
|
|
955
|
-
"label": "Consume unmatched events",
|
|
956
|
-
"value": true,
|
|
957
|
-
"group": "activation",
|
|
958
|
-
"binding": {
|
|
959
|
-
"name": "consumeUnmatchedEvents",
|
|
960
|
-
"type": "zeebe:property"
|
|
961
|
-
},
|
|
962
|
-
"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",
|
|
963
|
-
"type": "Boolean"
|
|
964
|
-
},
|
|
965
1049
|
{
|
|
966
1050
|
"id": "correlationKeyProcess",
|
|
967
1051
|
"label": "Correlation key (process)",
|
|
@@ -1005,26 +1089,6 @@
|
|
|
1005
1089
|
},
|
|
1006
1090
|
"type": "String"
|
|
1007
1091
|
},
|
|
1008
|
-
{
|
|
1009
|
-
"id": "messageTtl",
|
|
1010
|
-
"label": "Message TTL",
|
|
1011
|
-
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
1012
|
-
"optional": true,
|
|
1013
|
-
"constraints": {
|
|
1014
|
-
"notEmpty": false,
|
|
1015
|
-
"pattern": {
|
|
1016
|
-
"value": "^(PT.*|)$",
|
|
1017
|
-
"message": "must be an ISO-8601 duration"
|
|
1018
|
-
}
|
|
1019
|
-
},
|
|
1020
|
-
"feel": "optional",
|
|
1021
|
-
"group": "correlation",
|
|
1022
|
-
"binding": {
|
|
1023
|
-
"name": "messageTtl",
|
|
1024
|
-
"type": "zeebe:property"
|
|
1025
|
-
},
|
|
1026
|
-
"type": "String"
|
|
1027
|
-
},
|
|
1028
1092
|
{
|
|
1029
1093
|
"id": "messageNameUuid",
|
|
1030
1094
|
"generatedValue": {
|
|
@@ -1037,70 +1101,6 @@
|
|
|
1037
1101
|
},
|
|
1038
1102
|
"type": "Hidden"
|
|
1039
1103
|
},
|
|
1040
|
-
{
|
|
1041
|
-
"id": "deduplicationModeManualFlag",
|
|
1042
|
-
"label": "Manual mode",
|
|
1043
|
-
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1044
|
-
"value": false,
|
|
1045
|
-
"group": "deduplication",
|
|
1046
|
-
"binding": {
|
|
1047
|
-
"name": "deduplicationModeManualFlag",
|
|
1048
|
-
"type": "zeebe:property"
|
|
1049
|
-
},
|
|
1050
|
-
"type": "Boolean"
|
|
1051
|
-
},
|
|
1052
|
-
{
|
|
1053
|
-
"id": "deduplicationId",
|
|
1054
|
-
"label": "Deduplication ID",
|
|
1055
|
-
"constraints": {
|
|
1056
|
-
"notEmpty": true,
|
|
1057
|
-
"pattern": {
|
|
1058
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
1059
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1060
|
-
}
|
|
1061
|
-
},
|
|
1062
|
-
"group": "deduplication",
|
|
1063
|
-
"binding": {
|
|
1064
|
-
"name": "deduplicationId",
|
|
1065
|
-
"type": "zeebe:property"
|
|
1066
|
-
},
|
|
1067
|
-
"condition": {
|
|
1068
|
-
"property": "deduplicationModeManualFlag",
|
|
1069
|
-
"equals": true,
|
|
1070
|
-
"type": "simple"
|
|
1071
|
-
},
|
|
1072
|
-
"type": "String"
|
|
1073
|
-
},
|
|
1074
|
-
{
|
|
1075
|
-
"id": "deduplicationModeManual",
|
|
1076
|
-
"value": "MANUAL",
|
|
1077
|
-
"group": "deduplication",
|
|
1078
|
-
"binding": {
|
|
1079
|
-
"name": "deduplicationMode",
|
|
1080
|
-
"type": "zeebe:property"
|
|
1081
|
-
},
|
|
1082
|
-
"condition": {
|
|
1083
|
-
"property": "deduplicationId",
|
|
1084
|
-
"isActive": true,
|
|
1085
|
-
"type": "simple"
|
|
1086
|
-
},
|
|
1087
|
-
"type": "Hidden"
|
|
1088
|
-
},
|
|
1089
|
-
{
|
|
1090
|
-
"id": "deduplicationModeAuto",
|
|
1091
|
-
"value": "AUTO",
|
|
1092
|
-
"group": "deduplication",
|
|
1093
|
-
"binding": {
|
|
1094
|
-
"name": "deduplicationMode",
|
|
1095
|
-
"type": "zeebe:property"
|
|
1096
|
-
},
|
|
1097
|
-
"condition": {
|
|
1098
|
-
"property": "deduplicationId",
|
|
1099
|
-
"isActive": false,
|
|
1100
|
-
"type": "simple"
|
|
1101
|
-
},
|
|
1102
|
-
"type": "Hidden"
|
|
1103
|
-
},
|
|
1104
1104
|
{
|
|
1105
1105
|
"id": "resultVariable",
|
|
1106
1106
|
"label": "Result variable",
|
|
@@ -1129,16 +1129,16 @@
|
|
|
1129
1129
|
"contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
|
|
1130
1130
|
},
|
|
1131
1131
|
"engines": {
|
|
1132
|
-
"camunda": "^8.
|
|
1132
|
+
"camunda": "^8.5"
|
|
1133
1133
|
}
|
|
1134
1134
|
},
|
|
1135
1135
|
{
|
|
1136
1136
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1137
1137
|
"name": "RabbitMQ Boundary Event Connector",
|
|
1138
1138
|
"id": "io.camunda.connectors.inbound.RabbitMQ.Boundary.v1",
|
|
1139
|
-
"version": 1,
|
|
1140
1139
|
"description": "Receive a message from RabbitMQ",
|
|
1141
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq
|
|
1140
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
|
|
1141
|
+
"version": 7,
|
|
1142
1142
|
"category": {
|
|
1143
1143
|
"id": "connectors",
|
|
1144
1144
|
"name": "Connectors"
|
|
@@ -1166,39 +1166,39 @@
|
|
|
1166
1166
|
"label": "Activation"
|
|
1167
1167
|
},
|
|
1168
1168
|
{
|
|
1169
|
-
"id": "
|
|
1170
|
-
"label": "
|
|
1169
|
+
"id": "correlation",
|
|
1170
|
+
"label": "Correlation",
|
|
1171
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
"id": "deduplication",
|
|
1175
|
+
"label": "Deduplication",
|
|
1176
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
"id": "output",
|
|
1180
|
+
"label": "Output mapping"
|
|
1171
1181
|
}
|
|
1172
1182
|
],
|
|
1173
1183
|
"properties": [
|
|
1174
1184
|
{
|
|
1175
|
-
"type": "Hidden",
|
|
1176
1185
|
"value": "io.camunda:connector-rabbitmq-inbound:1",
|
|
1177
1186
|
"binding": {
|
|
1178
|
-
"
|
|
1179
|
-
"
|
|
1180
|
-
}
|
|
1181
|
-
},
|
|
1182
|
-
{
|
|
1183
|
-
"type": "Hidden",
|
|
1184
|
-
"generatedValue": {
|
|
1185
|
-
"type": "uuid"
|
|
1187
|
+
"name": "inbound.type",
|
|
1188
|
+
"type": "zeebe:property"
|
|
1186
1189
|
},
|
|
1187
|
-
"
|
|
1188
|
-
"type": "bpmn:Message#property",
|
|
1189
|
-
"name": "name"
|
|
1190
|
-
}
|
|
1190
|
+
"type": "Hidden"
|
|
1191
1191
|
},
|
|
1192
1192
|
{
|
|
1193
|
-
"id": "
|
|
1193
|
+
"id": "authentication.authType",
|
|
1194
1194
|
"label": "Connection type",
|
|
1195
|
-
"group": "authentication",
|
|
1196
|
-
"type": "Dropdown",
|
|
1197
1195
|
"value": "uri",
|
|
1196
|
+
"group": "authentication",
|
|
1198
1197
|
"binding": {
|
|
1199
|
-
"
|
|
1200
|
-
"
|
|
1198
|
+
"name": "authentication.authType",
|
|
1199
|
+
"type": "zeebe:property"
|
|
1201
1200
|
},
|
|
1201
|
+
"type": "Dropdown",
|
|
1202
1202
|
"choices": [
|
|
1203
1203
|
{
|
|
1204
1204
|
"name": "URI",
|
|
@@ -1211,154 +1211,178 @@
|
|
|
1211
1211
|
]
|
|
1212
1212
|
},
|
|
1213
1213
|
{
|
|
1214
|
+
"id": "authentication.uri",
|
|
1214
1215
|
"label": "URI",
|
|
1215
1216
|
"description": "URI should contain username, password, host name, port number, and virtual host",
|
|
1216
|
-
"
|
|
1217
|
-
"type": "String",
|
|
1218
|
-
"binding": {
|
|
1219
|
-
"type": "zeebe:property",
|
|
1220
|
-
"name": "authentication.uri"
|
|
1221
|
-
},
|
|
1217
|
+
"optional": false,
|
|
1222
1218
|
"constraints": {
|
|
1223
1219
|
"notEmpty": true,
|
|
1224
1220
|
"pattern": {
|
|
1225
|
-
"value": "^(amqps
|
|
1221
|
+
"value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
|
|
1226
1222
|
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
1227
1223
|
}
|
|
1228
1224
|
},
|
|
1225
|
+
"group": "authentication",
|
|
1226
|
+
"binding": {
|
|
1227
|
+
"name": "authentication.uri",
|
|
1228
|
+
"type": "zeebe:property"
|
|
1229
|
+
},
|
|
1229
1230
|
"condition": {
|
|
1230
|
-
"property": "
|
|
1231
|
-
"equals": "uri"
|
|
1232
|
-
|
|
1231
|
+
"property": "authentication.authType",
|
|
1232
|
+
"equals": "uri",
|
|
1233
|
+
"type": "simple"
|
|
1234
|
+
},
|
|
1235
|
+
"type": "String"
|
|
1233
1236
|
},
|
|
1234
1237
|
{
|
|
1238
|
+
"id": "authentication.userName",
|
|
1235
1239
|
"label": "Username",
|
|
1236
|
-
"
|
|
1237
|
-
"type": "String",
|
|
1238
|
-
"binding": {
|
|
1239
|
-
"type": "zeebe:property",
|
|
1240
|
-
"name": "authentication.userName"
|
|
1241
|
-
},
|
|
1240
|
+
"optional": false,
|
|
1242
1241
|
"constraints": {
|
|
1243
1242
|
"notEmpty": true
|
|
1244
1243
|
},
|
|
1244
|
+
"group": "authentication",
|
|
1245
|
+
"binding": {
|
|
1246
|
+
"name": "authentication.userName",
|
|
1247
|
+
"type": "zeebe:property"
|
|
1248
|
+
},
|
|
1245
1249
|
"condition": {
|
|
1246
|
-
"property": "
|
|
1247
|
-
"equals": "credentials"
|
|
1248
|
-
|
|
1250
|
+
"property": "authentication.authType",
|
|
1251
|
+
"equals": "credentials",
|
|
1252
|
+
"type": "simple"
|
|
1253
|
+
},
|
|
1254
|
+
"type": "String"
|
|
1249
1255
|
},
|
|
1250
1256
|
{
|
|
1257
|
+
"id": "authentication.password",
|
|
1251
1258
|
"label": "Password",
|
|
1259
|
+
"optional": false,
|
|
1260
|
+
"constraints": {
|
|
1261
|
+
"notEmpty": true
|
|
1262
|
+
},
|
|
1252
1263
|
"group": "authentication",
|
|
1253
|
-
"type": "String",
|
|
1254
1264
|
"binding": {
|
|
1255
|
-
"
|
|
1256
|
-
"
|
|
1265
|
+
"name": "authentication.password",
|
|
1266
|
+
"type": "zeebe:property"
|
|
1267
|
+
},
|
|
1268
|
+
"condition": {
|
|
1269
|
+
"property": "authentication.authType",
|
|
1270
|
+
"equals": "credentials",
|
|
1271
|
+
"type": "simple"
|
|
1257
1272
|
},
|
|
1273
|
+
"type": "String"
|
|
1274
|
+
},
|
|
1275
|
+
{
|
|
1276
|
+
"id": "routing.virtualHost",
|
|
1277
|
+
"label": "Virtual host",
|
|
1278
|
+
"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>",
|
|
1279
|
+
"optional": false,
|
|
1258
1280
|
"constraints": {
|
|
1259
1281
|
"notEmpty": true
|
|
1260
1282
|
},
|
|
1283
|
+
"group": "routing",
|
|
1284
|
+
"binding": {
|
|
1285
|
+
"name": "routing.virtualHost",
|
|
1286
|
+
"type": "zeebe:property"
|
|
1287
|
+
},
|
|
1261
1288
|
"condition": {
|
|
1262
|
-
"property": "
|
|
1263
|
-
"equals": "credentials"
|
|
1264
|
-
|
|
1289
|
+
"property": "authentication.authType",
|
|
1290
|
+
"equals": "credentials",
|
|
1291
|
+
"type": "simple"
|
|
1292
|
+
},
|
|
1293
|
+
"type": "String"
|
|
1265
1294
|
},
|
|
1266
1295
|
{
|
|
1296
|
+
"id": "routing.hostName",
|
|
1267
1297
|
"label": "Host name",
|
|
1268
|
-
"description": "Host name: get from RabbitMQ external
|
|
1269
|
-
"
|
|
1270
|
-
"type": "String",
|
|
1271
|
-
"binding": {
|
|
1272
|
-
"type": "zeebe:property",
|
|
1273
|
-
"name": "routing.hostName"
|
|
1274
|
-
},
|
|
1298
|
+
"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>",
|
|
1299
|
+
"optional": false,
|
|
1275
1300
|
"constraints": {
|
|
1276
1301
|
"notEmpty": true
|
|
1277
1302
|
},
|
|
1278
|
-
"condition": {
|
|
1279
|
-
"property": "connectionType",
|
|
1280
|
-
"equals": "credentials"
|
|
1281
|
-
}
|
|
1282
|
-
},
|
|
1283
|
-
{
|
|
1284
|
-
"label": "Virtual host",
|
|
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/#routing-data\"target=\"_blank\">documentation</a>",
|
|
1286
1303
|
"group": "routing",
|
|
1287
|
-
"type": "String",
|
|
1288
1304
|
"binding": {
|
|
1289
|
-
"
|
|
1290
|
-
"
|
|
1291
|
-
},
|
|
1292
|
-
"constraints": {
|
|
1293
|
-
"notEmpty": true
|
|
1305
|
+
"name": "routing.hostName",
|
|
1306
|
+
"type": "zeebe:property"
|
|
1294
1307
|
},
|
|
1295
1308
|
"condition": {
|
|
1296
|
-
"property": "
|
|
1297
|
-
"equals": "credentials"
|
|
1298
|
-
|
|
1309
|
+
"property": "authentication.authType",
|
|
1310
|
+
"equals": "credentials",
|
|
1311
|
+
"type": "simple"
|
|
1312
|
+
},
|
|
1313
|
+
"type": "String"
|
|
1299
1314
|
},
|
|
1300
1315
|
{
|
|
1316
|
+
"id": "routing.port",
|
|
1301
1317
|
"label": "Port",
|
|
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
|
|
1318
|
+
"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>",
|
|
1319
|
+
"optional": false,
|
|
1320
|
+
"constraints": {
|
|
1321
|
+
"notEmpty": true
|
|
1322
|
+
},
|
|
1303
1323
|
"group": "routing",
|
|
1304
|
-
"type": "String",
|
|
1305
1324
|
"binding": {
|
|
1306
|
-
"
|
|
1307
|
-
"
|
|
1308
|
-
},
|
|
1309
|
-
"constraints": {
|
|
1310
|
-
"notEmpty": true
|
|
1325
|
+
"name": "routing.port",
|
|
1326
|
+
"type": "zeebe:property"
|
|
1311
1327
|
},
|
|
1312
1328
|
"condition": {
|
|
1313
|
-
"property": "
|
|
1314
|
-
"equals": "credentials"
|
|
1315
|
-
|
|
1329
|
+
"property": "authentication.authType",
|
|
1330
|
+
"equals": "credentials",
|
|
1331
|
+
"type": "simple"
|
|
1332
|
+
},
|
|
1333
|
+
"type": "String"
|
|
1316
1334
|
},
|
|
1317
1335
|
{
|
|
1336
|
+
"id": "queueName",
|
|
1318
1337
|
"label": "Queue name",
|
|
1319
1338
|
"description": "Name of the queue to subscribe to",
|
|
1339
|
+
"optional": false,
|
|
1340
|
+
"constraints": {
|
|
1341
|
+
"notEmpty": true
|
|
1342
|
+
},
|
|
1320
1343
|
"group": "subscription",
|
|
1321
|
-
"type": "String",
|
|
1322
|
-
"feel": "optional",
|
|
1323
1344
|
"binding": {
|
|
1324
|
-
"
|
|
1325
|
-
"
|
|
1345
|
+
"name": "queueName",
|
|
1346
|
+
"type": "zeebe:property"
|
|
1326
1347
|
},
|
|
1327
|
-
"
|
|
1328
|
-
"notEmpty": true
|
|
1329
|
-
}
|
|
1348
|
+
"type": "String"
|
|
1330
1349
|
},
|
|
1331
1350
|
{
|
|
1351
|
+
"id": "consumerTag",
|
|
1332
1352
|
"label": "Consumer tag",
|
|
1333
1353
|
"description": "Consumer tag to use for the subscription",
|
|
1354
|
+
"optional": false,
|
|
1334
1355
|
"group": "subscription",
|
|
1335
|
-
"type": "String",
|
|
1336
|
-
"feel": "optional",
|
|
1337
1356
|
"binding": {
|
|
1338
|
-
"
|
|
1339
|
-
"
|
|
1340
|
-
}
|
|
1357
|
+
"name": "consumerTag",
|
|
1358
|
+
"type": "zeebe:property"
|
|
1359
|
+
},
|
|
1360
|
+
"type": "String"
|
|
1341
1361
|
},
|
|
1342
1362
|
{
|
|
1363
|
+
"id": "arguments",
|
|
1343
1364
|
"label": "Arguments",
|
|
1344
1365
|
"description": "Arguments to use for the subscription",
|
|
1345
|
-
"
|
|
1346
|
-
"type": "String",
|
|
1366
|
+
"optional": true,
|
|
1347
1367
|
"feel": "required",
|
|
1368
|
+
"group": "subscription",
|
|
1348
1369
|
"binding": {
|
|
1349
|
-
"
|
|
1350
|
-
"
|
|
1351
|
-
}
|
|
1370
|
+
"name": "arguments",
|
|
1371
|
+
"type": "zeebe:property"
|
|
1372
|
+
},
|
|
1373
|
+
"type": "String"
|
|
1352
1374
|
},
|
|
1353
1375
|
{
|
|
1376
|
+
"id": "exclusive",
|
|
1354
1377
|
"label": "Exclusive consumer",
|
|
1355
|
-
"
|
|
1356
|
-
"type": "Dropdown",
|
|
1378
|
+
"optional": false,
|
|
1357
1379
|
"value": "false",
|
|
1380
|
+
"group": "subscription",
|
|
1358
1381
|
"binding": {
|
|
1359
|
-
"
|
|
1360
|
-
"
|
|
1382
|
+
"name": "exclusive",
|
|
1383
|
+
"type": "zeebe:property"
|
|
1361
1384
|
},
|
|
1385
|
+
"type": "Dropdown",
|
|
1362
1386
|
"choices": [
|
|
1363
1387
|
{
|
|
1364
1388
|
"name": "Yes",
|
|
@@ -1371,86 +1395,207 @@
|
|
|
1371
1395
|
]
|
|
1372
1396
|
},
|
|
1373
1397
|
{
|
|
1374
|
-
"
|
|
1375
|
-
"
|
|
1376
|
-
"
|
|
1398
|
+
"id": "activationCondition",
|
|
1399
|
+
"label": "Activation condition",
|
|
1400
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1401
|
+
"optional": true,
|
|
1377
1402
|
"feel": "required",
|
|
1378
|
-
"
|
|
1403
|
+
"group": "activation",
|
|
1379
1404
|
"binding": {
|
|
1380
|
-
"
|
|
1381
|
-
"
|
|
1405
|
+
"name": "activationCondition",
|
|
1406
|
+
"type": "zeebe:property"
|
|
1382
1407
|
},
|
|
1383
|
-
"
|
|
1384
|
-
"notEmpty": true
|
|
1385
|
-
}
|
|
1408
|
+
"type": "String"
|
|
1386
1409
|
},
|
|
1387
1410
|
{
|
|
1388
|
-
"
|
|
1389
|
-
"
|
|
1411
|
+
"id": "consumeUnmatchedEvents",
|
|
1412
|
+
"label": "Consume unmatched events",
|
|
1413
|
+
"value": true,
|
|
1390
1414
|
"group": "activation",
|
|
1415
|
+
"binding": {
|
|
1416
|
+
"name": "consumeUnmatchedEvents",
|
|
1417
|
+
"type": "zeebe:property"
|
|
1418
|
+
},
|
|
1419
|
+
"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",
|
|
1420
|
+
"type": "Boolean"
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
"id": "correlationKeyProcess",
|
|
1424
|
+
"label": "Correlation key (process)",
|
|
1425
|
+
"description": "Sets up the correlation key from process variables",
|
|
1426
|
+
"constraints": {
|
|
1427
|
+
"notEmpty": true
|
|
1428
|
+
},
|
|
1391
1429
|
"feel": "required",
|
|
1430
|
+
"group": "correlation",
|
|
1392
1431
|
"binding": {
|
|
1393
|
-
"
|
|
1394
|
-
"
|
|
1432
|
+
"name": "correlationKey",
|
|
1433
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
1395
1434
|
},
|
|
1435
|
+
"type": "String"
|
|
1436
|
+
},
|
|
1437
|
+
{
|
|
1438
|
+
"id": "correlationKeyPayload",
|
|
1439
|
+
"label": "Correlation key (payload)",
|
|
1396
1440
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
1397
1441
|
"constraints": {
|
|
1398
1442
|
"notEmpty": true
|
|
1399
|
-
}
|
|
1443
|
+
},
|
|
1444
|
+
"feel": "required",
|
|
1445
|
+
"group": "correlation",
|
|
1446
|
+
"binding": {
|
|
1447
|
+
"name": "correlationKeyExpression",
|
|
1448
|
+
"type": "zeebe:property"
|
|
1449
|
+
},
|
|
1450
|
+
"type": "String"
|
|
1400
1451
|
},
|
|
1401
1452
|
{
|
|
1402
|
-
"
|
|
1403
|
-
"
|
|
1404
|
-
"
|
|
1453
|
+
"id": "messageIdExpression",
|
|
1454
|
+
"label": "Message ID expression",
|
|
1455
|
+
"description": "Expression to extract unique identifier of a message",
|
|
1456
|
+
"optional": true,
|
|
1405
1457
|
"feel": "required",
|
|
1458
|
+
"group": "correlation",
|
|
1459
|
+
"binding": {
|
|
1460
|
+
"name": "messageIdExpression",
|
|
1461
|
+
"type": "zeebe:property"
|
|
1462
|
+
},
|
|
1463
|
+
"type": "String"
|
|
1464
|
+
},
|
|
1465
|
+
{
|
|
1466
|
+
"id": "messageTtl",
|
|
1467
|
+
"label": "Message TTL",
|
|
1468
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
1406
1469
|
"optional": true,
|
|
1470
|
+
"constraints": {
|
|
1471
|
+
"notEmpty": false,
|
|
1472
|
+
"pattern": {
|
|
1473
|
+
"value": "^(PT.*|)$",
|
|
1474
|
+
"message": "must be an ISO-8601 duration"
|
|
1475
|
+
}
|
|
1476
|
+
},
|
|
1477
|
+
"feel": "optional",
|
|
1478
|
+
"group": "correlation",
|
|
1407
1479
|
"binding": {
|
|
1408
|
-
"
|
|
1409
|
-
"
|
|
1480
|
+
"name": "messageTtl",
|
|
1481
|
+
"type": "zeebe:property"
|
|
1410
1482
|
},
|
|
1411
|
-
"
|
|
1483
|
+
"type": "String"
|
|
1484
|
+
},
|
|
1485
|
+
{
|
|
1486
|
+
"id": "messageNameUuid",
|
|
1487
|
+
"generatedValue": {
|
|
1488
|
+
"type": "uuid"
|
|
1489
|
+
},
|
|
1490
|
+
"group": "correlation",
|
|
1491
|
+
"binding": {
|
|
1492
|
+
"name": "name",
|
|
1493
|
+
"type": "bpmn:Message#property"
|
|
1494
|
+
},
|
|
1495
|
+
"type": "Hidden"
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
"id": "deduplicationModeManualFlag",
|
|
1499
|
+
"label": "Manual mode",
|
|
1500
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1501
|
+
"value": false,
|
|
1502
|
+
"group": "deduplication",
|
|
1503
|
+
"binding": {
|
|
1504
|
+
"name": "deduplicationModeManualFlag",
|
|
1505
|
+
"type": "zeebe:property"
|
|
1506
|
+
},
|
|
1507
|
+
"type": "Boolean"
|
|
1508
|
+
},
|
|
1509
|
+
{
|
|
1510
|
+
"id": "deduplicationId",
|
|
1511
|
+
"label": "Deduplication ID",
|
|
1512
|
+
"constraints": {
|
|
1513
|
+
"notEmpty": true,
|
|
1514
|
+
"pattern": {
|
|
1515
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
1516
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1517
|
+
}
|
|
1518
|
+
},
|
|
1519
|
+
"group": "deduplication",
|
|
1520
|
+
"binding": {
|
|
1521
|
+
"name": "deduplicationId",
|
|
1522
|
+
"type": "zeebe:property"
|
|
1523
|
+
},
|
|
1524
|
+
"condition": {
|
|
1525
|
+
"property": "deduplicationModeManualFlag",
|
|
1526
|
+
"equals": true,
|
|
1527
|
+
"type": "simple"
|
|
1528
|
+
},
|
|
1529
|
+
"type": "String"
|
|
1530
|
+
},
|
|
1531
|
+
{
|
|
1532
|
+
"id": "deduplicationModeManual",
|
|
1533
|
+
"value": "MANUAL",
|
|
1534
|
+
"group": "deduplication",
|
|
1535
|
+
"binding": {
|
|
1536
|
+
"name": "deduplicationMode",
|
|
1537
|
+
"type": "zeebe:property"
|
|
1538
|
+
},
|
|
1539
|
+
"condition": {
|
|
1540
|
+
"property": "deduplicationId",
|
|
1541
|
+
"isActive": true,
|
|
1542
|
+
"type": "simple"
|
|
1543
|
+
},
|
|
1544
|
+
"type": "Hidden"
|
|
1545
|
+
},
|
|
1546
|
+
{
|
|
1547
|
+
"id": "deduplicationModeAuto",
|
|
1548
|
+
"value": "AUTO",
|
|
1549
|
+
"group": "deduplication",
|
|
1550
|
+
"binding": {
|
|
1551
|
+
"name": "deduplicationMode",
|
|
1552
|
+
"type": "zeebe:property"
|
|
1553
|
+
},
|
|
1554
|
+
"condition": {
|
|
1555
|
+
"property": "deduplicationId",
|
|
1556
|
+
"isActive": false,
|
|
1557
|
+
"type": "simple"
|
|
1558
|
+
},
|
|
1559
|
+
"type": "Hidden"
|
|
1412
1560
|
},
|
|
1413
1561
|
{
|
|
1562
|
+
"id": "resultVariable",
|
|
1414
1563
|
"label": "Result variable",
|
|
1415
|
-
"
|
|
1416
|
-
"group": "
|
|
1417
|
-
"optional": true,
|
|
1564
|
+
"description": "Name of variable to store the response in",
|
|
1565
|
+
"group": "output",
|
|
1418
1566
|
"binding": {
|
|
1419
|
-
"
|
|
1420
|
-
"
|
|
1567
|
+
"name": "resultVariable",
|
|
1568
|
+
"type": "zeebe:property"
|
|
1421
1569
|
},
|
|
1422
|
-
"
|
|
1570
|
+
"type": "String"
|
|
1423
1571
|
},
|
|
1424
1572
|
{
|
|
1573
|
+
"id": "resultExpression",
|
|
1425
1574
|
"label": "Result expression",
|
|
1426
|
-
"
|
|
1427
|
-
"group": "variable-mapping",
|
|
1575
|
+
"description": "Expression to map the response into process variables",
|
|
1428
1576
|
"feel": "required",
|
|
1429
|
-
"
|
|
1577
|
+
"group": "output",
|
|
1430
1578
|
"binding": {
|
|
1431
|
-
"
|
|
1432
|
-
"
|
|
1579
|
+
"name": "resultExpression",
|
|
1580
|
+
"type": "zeebe:property"
|
|
1433
1581
|
},
|
|
1434
|
-
"
|
|
1582
|
+
"type": "Text"
|
|
1435
1583
|
}
|
|
1436
1584
|
],
|
|
1437
1585
|
"icon": {
|
|
1438
|
-
"contents": "data:image/svg+xml;
|
|
1586
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
|
|
1439
1587
|
},
|
|
1440
1588
|
"engines": {
|
|
1441
|
-
"camunda": "^8.
|
|
1589
|
+
"camunda": "^8.6"
|
|
1442
1590
|
}
|
|
1443
1591
|
},
|
|
1444
1592
|
{
|
|
1445
1593
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1446
1594
|
"name": "RabbitMQ Boundary Event Connector",
|
|
1447
1595
|
"id": "io.camunda.connectors.inbound.RabbitMQ.Boundary.v1",
|
|
1596
|
+
"version": 2,
|
|
1448
1597
|
"description": "Receive a message from RabbitMQ",
|
|
1449
|
-
"metadata": {
|
|
1450
|
-
"keywords": []
|
|
1451
|
-
},
|
|
1452
1598
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
|
|
1453
|
-
"version": 8,
|
|
1454
1599
|
"category": {
|
|
1455
1600
|
"id": "connectors",
|
|
1456
1601
|
"name": "Connectors"
|
|
@@ -1460,9 +1605,6 @@
|
|
|
1460
1605
|
"value": "bpmn:BoundaryEvent",
|
|
1461
1606
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
1462
1607
|
},
|
|
1463
|
-
"engines": {
|
|
1464
|
-
"camunda": "^8.3"
|
|
1465
|
-
},
|
|
1466
1608
|
"groups": [
|
|
1467
1609
|
{
|
|
1468
1610
|
"id": "authentication",
|
|
@@ -1481,39 +1623,39 @@
|
|
|
1481
1623
|
"label": "Activation"
|
|
1482
1624
|
},
|
|
1483
1625
|
{
|
|
1484
|
-
"id": "
|
|
1485
|
-
"label": "
|
|
1486
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
1487
|
-
},
|
|
1488
|
-
{
|
|
1489
|
-
"id": "deduplication",
|
|
1490
|
-
"label": "Deduplication",
|
|
1491
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
1492
|
-
},
|
|
1493
|
-
{
|
|
1494
|
-
"id": "output",
|
|
1495
|
-
"label": "Output mapping"
|
|
1626
|
+
"id": "variable-mapping",
|
|
1627
|
+
"label": "Variable mapping"
|
|
1496
1628
|
}
|
|
1497
1629
|
],
|
|
1498
1630
|
"properties": [
|
|
1499
1631
|
{
|
|
1632
|
+
"type": "Hidden",
|
|
1500
1633
|
"value": "io.camunda:connector-rabbitmq-inbound:1",
|
|
1501
1634
|
"binding": {
|
|
1502
|
-
"
|
|
1503
|
-
"
|
|
1635
|
+
"type": "zeebe:property",
|
|
1636
|
+
"name": "inbound.type"
|
|
1637
|
+
}
|
|
1638
|
+
},
|
|
1639
|
+
{
|
|
1640
|
+
"type": "Hidden",
|
|
1641
|
+
"generatedValue": {
|
|
1642
|
+
"type": "uuid"
|
|
1504
1643
|
},
|
|
1505
|
-
"
|
|
1644
|
+
"binding": {
|
|
1645
|
+
"type": "bpmn:Message#property",
|
|
1646
|
+
"name": "name"
|
|
1647
|
+
}
|
|
1506
1648
|
},
|
|
1507
1649
|
{
|
|
1508
|
-
"id": "
|
|
1650
|
+
"id": "connectionType",
|
|
1509
1651
|
"label": "Connection type",
|
|
1510
|
-
"value": "uri",
|
|
1511
1652
|
"group": "authentication",
|
|
1653
|
+
"type": "Dropdown",
|
|
1654
|
+
"value": "uri",
|
|
1512
1655
|
"binding": {
|
|
1513
|
-
"
|
|
1514
|
-
"
|
|
1656
|
+
"type": "zeebe:property",
|
|
1657
|
+
"name": "authentication.authType"
|
|
1515
1658
|
},
|
|
1516
|
-
"type": "Dropdown",
|
|
1517
1659
|
"choices": [
|
|
1518
1660
|
{
|
|
1519
1661
|
"name": "URI",
|
|
@@ -1526,178 +1668,154 @@
|
|
|
1526
1668
|
]
|
|
1527
1669
|
},
|
|
1528
1670
|
{
|
|
1529
|
-
"id": "authentication.uri",
|
|
1530
1671
|
"label": "URI",
|
|
1531
1672
|
"description": "URI should contain username, password, host name, port number, and virtual host",
|
|
1532
|
-
"
|
|
1673
|
+
"group": "authentication",
|
|
1674
|
+
"type": "String",
|
|
1675
|
+
"binding": {
|
|
1676
|
+
"type": "zeebe:property",
|
|
1677
|
+
"name": "authentication.uri"
|
|
1678
|
+
},
|
|
1533
1679
|
"constraints": {
|
|
1534
1680
|
"notEmpty": true,
|
|
1535
1681
|
"pattern": {
|
|
1536
|
-
"value": "^(
|
|
1682
|
+
"value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*$",
|
|
1537
1683
|
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
1538
1684
|
}
|
|
1539
1685
|
},
|
|
1540
|
-
"group": "authentication",
|
|
1541
|
-
"binding": {
|
|
1542
|
-
"name": "authentication.uri",
|
|
1543
|
-
"type": "zeebe:property"
|
|
1544
|
-
},
|
|
1545
1686
|
"condition": {
|
|
1546
|
-
"property": "
|
|
1547
|
-
"equals": "uri"
|
|
1548
|
-
|
|
1549
|
-
},
|
|
1550
|
-
"type": "String"
|
|
1687
|
+
"property": "connectionType",
|
|
1688
|
+
"equals": "uri"
|
|
1689
|
+
}
|
|
1551
1690
|
},
|
|
1552
1691
|
{
|
|
1553
|
-
"id": "authentication.userName",
|
|
1554
1692
|
"label": "Username",
|
|
1555
|
-
"optional": false,
|
|
1556
|
-
"constraints": {
|
|
1557
|
-
"notEmpty": true
|
|
1558
|
-
},
|
|
1559
1693
|
"group": "authentication",
|
|
1694
|
+
"type": "String",
|
|
1560
1695
|
"binding": {
|
|
1561
|
-
"
|
|
1562
|
-
"
|
|
1696
|
+
"type": "zeebe:property",
|
|
1697
|
+
"name": "authentication.userName"
|
|
1563
1698
|
},
|
|
1564
|
-
"
|
|
1565
|
-
"
|
|
1566
|
-
"equals": "credentials",
|
|
1567
|
-
"type": "simple"
|
|
1699
|
+
"constraints": {
|
|
1700
|
+
"notEmpty": true
|
|
1568
1701
|
},
|
|
1569
|
-
"
|
|
1702
|
+
"condition": {
|
|
1703
|
+
"property": "connectionType",
|
|
1704
|
+
"equals": "credentials"
|
|
1705
|
+
}
|
|
1570
1706
|
},
|
|
1571
1707
|
{
|
|
1572
|
-
"id": "authentication.password",
|
|
1573
1708
|
"label": "Password",
|
|
1574
|
-
"optional": false,
|
|
1575
|
-
"constraints": {
|
|
1576
|
-
"notEmpty": true
|
|
1577
|
-
},
|
|
1578
1709
|
"group": "authentication",
|
|
1710
|
+
"type": "String",
|
|
1579
1711
|
"binding": {
|
|
1580
|
-
"
|
|
1581
|
-
"
|
|
1582
|
-
},
|
|
1583
|
-
"condition": {
|
|
1584
|
-
"property": "authentication.authType",
|
|
1585
|
-
"equals": "credentials",
|
|
1586
|
-
"type": "simple"
|
|
1712
|
+
"type": "zeebe:property",
|
|
1713
|
+
"name": "authentication.password"
|
|
1587
1714
|
},
|
|
1588
|
-
"type": "String"
|
|
1589
|
-
},
|
|
1590
|
-
{
|
|
1591
|
-
"id": "routing.virtualHost",
|
|
1592
|
-
"label": "Virtual host",
|
|
1593
|
-
"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>",
|
|
1594
|
-
"optional": false,
|
|
1595
1715
|
"constraints": {
|
|
1596
1716
|
"notEmpty": true
|
|
1597
1717
|
},
|
|
1598
|
-
"group": "routing",
|
|
1599
|
-
"binding": {
|
|
1600
|
-
"name": "routing.virtualHost",
|
|
1601
|
-
"type": "zeebe:property"
|
|
1602
|
-
},
|
|
1603
1718
|
"condition": {
|
|
1604
|
-
"property": "
|
|
1605
|
-
"equals": "credentials"
|
|
1606
|
-
|
|
1607
|
-
},
|
|
1608
|
-
"type": "String"
|
|
1719
|
+
"property": "connectionType",
|
|
1720
|
+
"equals": "credentials"
|
|
1721
|
+
}
|
|
1609
1722
|
},
|
|
1610
1723
|
{
|
|
1611
|
-
"id": "routing.hostName",
|
|
1612
1724
|
"label": "Host name",
|
|
1613
|
-
"description": "Host name: get from RabbitMQ external
|
|
1614
|
-
"
|
|
1725
|
+
"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>",
|
|
1726
|
+
"group": "routing",
|
|
1727
|
+
"type": "String",
|
|
1728
|
+
"binding": {
|
|
1729
|
+
"type": "zeebe:property",
|
|
1730
|
+
"name": "routing.hostName"
|
|
1731
|
+
},
|
|
1615
1732
|
"constraints": {
|
|
1616
1733
|
"notEmpty": true
|
|
1617
1734
|
},
|
|
1735
|
+
"condition": {
|
|
1736
|
+
"property": "connectionType",
|
|
1737
|
+
"equals": "credentials"
|
|
1738
|
+
}
|
|
1739
|
+
},
|
|
1740
|
+
{
|
|
1741
|
+
"label": "Virtual host",
|
|
1742
|
+
"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>",
|
|
1618
1743
|
"group": "routing",
|
|
1744
|
+
"type": "String",
|
|
1619
1745
|
"binding": {
|
|
1620
|
-
"
|
|
1621
|
-
"
|
|
1746
|
+
"type": "zeebe:property",
|
|
1747
|
+
"name": "routing.virtualHost"
|
|
1622
1748
|
},
|
|
1623
|
-
"
|
|
1624
|
-
"
|
|
1625
|
-
"equals": "credentials",
|
|
1626
|
-
"type": "simple"
|
|
1749
|
+
"constraints": {
|
|
1750
|
+
"notEmpty": true
|
|
1627
1751
|
},
|
|
1628
|
-
"
|
|
1752
|
+
"condition": {
|
|
1753
|
+
"property": "connectionType",
|
|
1754
|
+
"equals": "credentials"
|
|
1755
|
+
}
|
|
1629
1756
|
},
|
|
1630
1757
|
{
|
|
1631
|
-
"id": "routing.port",
|
|
1632
1758
|
"label": "Port",
|
|
1633
|
-
"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=
|
|
1634
|
-
"optional": false,
|
|
1635
|
-
"constraints": {
|
|
1636
|
-
"notEmpty": true
|
|
1637
|
-
},
|
|
1759
|
+
"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>",
|
|
1638
1760
|
"group": "routing",
|
|
1761
|
+
"type": "String",
|
|
1639
1762
|
"binding": {
|
|
1640
|
-
"
|
|
1641
|
-
"
|
|
1763
|
+
"type": "zeebe:property",
|
|
1764
|
+
"name": "routing.port"
|
|
1642
1765
|
},
|
|
1643
|
-
"
|
|
1644
|
-
"
|
|
1645
|
-
"equals": "credentials",
|
|
1646
|
-
"type": "simple"
|
|
1766
|
+
"constraints": {
|
|
1767
|
+
"notEmpty": true
|
|
1647
1768
|
},
|
|
1648
|
-
"
|
|
1769
|
+
"condition": {
|
|
1770
|
+
"property": "connectionType",
|
|
1771
|
+
"equals": "credentials"
|
|
1772
|
+
}
|
|
1649
1773
|
},
|
|
1650
1774
|
{
|
|
1651
|
-
"id": "queueName",
|
|
1652
1775
|
"label": "Queue name",
|
|
1653
1776
|
"description": "Name of the queue to subscribe to",
|
|
1654
|
-
"optional": false,
|
|
1655
|
-
"constraints": {
|
|
1656
|
-
"notEmpty": true
|
|
1657
|
-
},
|
|
1658
1777
|
"group": "subscription",
|
|
1778
|
+
"type": "String",
|
|
1779
|
+
"feel": "optional",
|
|
1659
1780
|
"binding": {
|
|
1660
|
-
"
|
|
1661
|
-
"
|
|
1781
|
+
"type": "zeebe:property",
|
|
1782
|
+
"name": "queueName"
|
|
1662
1783
|
},
|
|
1663
|
-
"
|
|
1784
|
+
"constraints": {
|
|
1785
|
+
"notEmpty": true
|
|
1786
|
+
}
|
|
1664
1787
|
},
|
|
1665
1788
|
{
|
|
1666
|
-
"id": "consumerTag",
|
|
1667
1789
|
"label": "Consumer tag",
|
|
1668
1790
|
"description": "Consumer tag to use for the subscription",
|
|
1669
|
-
"optional": false,
|
|
1670
1791
|
"group": "subscription",
|
|
1792
|
+
"type": "String",
|
|
1793
|
+
"feel": "optional",
|
|
1671
1794
|
"binding": {
|
|
1672
|
-
"
|
|
1673
|
-
"
|
|
1674
|
-
}
|
|
1675
|
-
"type": "String"
|
|
1795
|
+
"type": "zeebe:property",
|
|
1796
|
+
"name": "consumerTag"
|
|
1797
|
+
}
|
|
1676
1798
|
},
|
|
1677
1799
|
{
|
|
1678
|
-
"id": "arguments",
|
|
1679
1800
|
"label": "Arguments",
|
|
1680
1801
|
"description": "Arguments to use for the subscription",
|
|
1681
|
-
"optional": true,
|
|
1682
|
-
"feel": "required",
|
|
1683
1802
|
"group": "subscription",
|
|
1803
|
+
"type": "String",
|
|
1804
|
+
"feel": "required",
|
|
1684
1805
|
"binding": {
|
|
1685
|
-
"
|
|
1686
|
-
"
|
|
1687
|
-
}
|
|
1688
|
-
"type": "String"
|
|
1806
|
+
"type": "zeebe:property",
|
|
1807
|
+
"name": "arguments"
|
|
1808
|
+
}
|
|
1689
1809
|
},
|
|
1690
1810
|
{
|
|
1691
|
-
"id": "exclusive",
|
|
1692
1811
|
"label": "Exclusive consumer",
|
|
1693
|
-
"optional": false,
|
|
1694
|
-
"value": "false",
|
|
1695
1812
|
"group": "subscription",
|
|
1813
|
+
"type": "Dropdown",
|
|
1814
|
+
"value": "false",
|
|
1696
1815
|
"binding": {
|
|
1697
|
-
"
|
|
1698
|
-
"
|
|
1816
|
+
"type": "zeebe:property",
|
|
1817
|
+
"name": "exclusive"
|
|
1699
1818
|
},
|
|
1700
|
-
"type": "Dropdown",
|
|
1701
1819
|
"choices": [
|
|
1702
1820
|
{
|
|
1703
1821
|
"name": "Yes",
|
|
@@ -1710,195 +1828,86 @@
|
|
|
1710
1828
|
]
|
|
1711
1829
|
},
|
|
1712
1830
|
{
|
|
1713
|
-
"
|
|
1714
|
-
"
|
|
1715
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1716
|
-
"optional": true,
|
|
1717
|
-
"feel": "required",
|
|
1831
|
+
"label": "Correlation key (process)",
|
|
1832
|
+
"type": "String",
|
|
1718
1833
|
"group": "activation",
|
|
1834
|
+
"feel": "required",
|
|
1835
|
+
"description": "Sets up the correlation key from process variables",
|
|
1719
1836
|
"binding": {
|
|
1720
|
-
"
|
|
1721
|
-
"
|
|
1837
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
1838
|
+
"name": "correlationKey"
|
|
1722
1839
|
},
|
|
1723
|
-
"
|
|
1840
|
+
"constraints": {
|
|
1841
|
+
"notEmpty": true
|
|
1842
|
+
}
|
|
1724
1843
|
},
|
|
1725
1844
|
{
|
|
1726
|
-
"
|
|
1727
|
-
"
|
|
1728
|
-
"value": true,
|
|
1845
|
+
"label": "Correlation key (payload)",
|
|
1846
|
+
"type": "String",
|
|
1729
1847
|
"group": "activation",
|
|
1730
|
-
"binding": {
|
|
1731
|
-
"name": "consumeUnmatchedEvents",
|
|
1732
|
-
"type": "zeebe:property"
|
|
1733
|
-
},
|
|
1734
|
-
"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",
|
|
1735
|
-
"type": "Boolean"
|
|
1736
|
-
},
|
|
1737
|
-
{
|
|
1738
|
-
"id": "correlationKeyProcess",
|
|
1739
|
-
"label": "Correlation key (process)",
|
|
1740
|
-
"description": "Sets up the correlation key from process variables",
|
|
1741
|
-
"constraints": {
|
|
1742
|
-
"notEmpty": true
|
|
1743
|
-
},
|
|
1744
1848
|
"feel": "required",
|
|
1745
|
-
"group": "correlation",
|
|
1746
1849
|
"binding": {
|
|
1747
|
-
"
|
|
1748
|
-
"
|
|
1850
|
+
"type": "zeebe:property",
|
|
1851
|
+
"name": "correlationKeyExpression"
|
|
1749
1852
|
},
|
|
1750
|
-
"type": "String"
|
|
1751
|
-
},
|
|
1752
|
-
{
|
|
1753
|
-
"id": "correlationKeyPayload",
|
|
1754
|
-
"label": "Correlation key (payload)",
|
|
1755
1853
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
1756
1854
|
"constraints": {
|
|
1757
1855
|
"notEmpty": true
|
|
1758
|
-
}
|
|
1759
|
-
"feel": "required",
|
|
1760
|
-
"group": "correlation",
|
|
1761
|
-
"binding": {
|
|
1762
|
-
"name": "correlationKeyExpression",
|
|
1763
|
-
"type": "zeebe:property"
|
|
1764
|
-
},
|
|
1765
|
-
"type": "String"
|
|
1856
|
+
}
|
|
1766
1857
|
},
|
|
1767
1858
|
{
|
|
1768
|
-
"id": "messageIdExpression",
|
|
1769
1859
|
"label": "Message ID expression",
|
|
1770
|
-
"description": "Expression to extract unique identifier of a message",
|
|
1771
|
-
"optional": true,
|
|
1772
1860
|
"feel": "required",
|
|
1773
|
-
"
|
|
1774
|
-
"binding": {
|
|
1775
|
-
"name": "messageIdExpression",
|
|
1776
|
-
"type": "zeebe:property"
|
|
1777
|
-
},
|
|
1778
|
-
"type": "String"
|
|
1779
|
-
},
|
|
1780
|
-
{
|
|
1781
|
-
"id": "messageTtl",
|
|
1782
|
-
"label": "Message TTL",
|
|
1783
|
-
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
1861
|
+
"type": "String",
|
|
1784
1862
|
"optional": true,
|
|
1785
|
-
"
|
|
1786
|
-
"notEmpty": false,
|
|
1787
|
-
"pattern": {
|
|
1788
|
-
"value": "^(PT.*|)$",
|
|
1789
|
-
"message": "must be an ISO-8601 duration"
|
|
1790
|
-
}
|
|
1791
|
-
},
|
|
1792
|
-
"feel": "optional",
|
|
1793
|
-
"group": "correlation",
|
|
1794
|
-
"binding": {
|
|
1795
|
-
"name": "messageTtl",
|
|
1796
|
-
"type": "zeebe:property"
|
|
1797
|
-
},
|
|
1798
|
-
"type": "String"
|
|
1799
|
-
},
|
|
1800
|
-
{
|
|
1801
|
-
"id": "messageNameUuid",
|
|
1802
|
-
"generatedValue": {
|
|
1803
|
-
"type": "uuid"
|
|
1804
|
-
},
|
|
1805
|
-
"group": "correlation",
|
|
1806
|
-
"binding": {
|
|
1807
|
-
"name": "name",
|
|
1808
|
-
"type": "bpmn:Message#property"
|
|
1809
|
-
},
|
|
1810
|
-
"type": "Hidden"
|
|
1811
|
-
},
|
|
1812
|
-
{
|
|
1813
|
-
"id": "deduplicationModeManualFlag",
|
|
1814
|
-
"label": "Manual mode",
|
|
1815
|
-
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1816
|
-
"value": false,
|
|
1817
|
-
"group": "deduplication",
|
|
1818
|
-
"binding": {
|
|
1819
|
-
"name": "deduplicationModeManualFlag",
|
|
1820
|
-
"type": "zeebe:property"
|
|
1821
|
-
},
|
|
1822
|
-
"type": "Boolean"
|
|
1823
|
-
},
|
|
1824
|
-
{
|
|
1825
|
-
"id": "deduplicationId",
|
|
1826
|
-
"label": "Deduplication ID",
|
|
1827
|
-
"constraints": {
|
|
1828
|
-
"notEmpty": true,
|
|
1829
|
-
"pattern": {
|
|
1830
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
1831
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1832
|
-
}
|
|
1833
|
-
},
|
|
1834
|
-
"group": "deduplication",
|
|
1835
|
-
"binding": {
|
|
1836
|
-
"name": "deduplicationId",
|
|
1837
|
-
"type": "zeebe:property"
|
|
1838
|
-
},
|
|
1839
|
-
"condition": {
|
|
1840
|
-
"property": "deduplicationModeManualFlag",
|
|
1841
|
-
"equals": true,
|
|
1842
|
-
"type": "simple"
|
|
1843
|
-
},
|
|
1844
|
-
"type": "String"
|
|
1845
|
-
},
|
|
1846
|
-
{
|
|
1847
|
-
"id": "deduplicationModeManual",
|
|
1848
|
-
"value": "MANUAL",
|
|
1849
|
-
"group": "deduplication",
|
|
1863
|
+
"group": "activation",
|
|
1850
1864
|
"binding": {
|
|
1851
|
-
"
|
|
1852
|
-
"
|
|
1853
|
-
},
|
|
1854
|
-
"condition": {
|
|
1855
|
-
"property": "deduplicationId",
|
|
1856
|
-
"isActive": true,
|
|
1857
|
-
"type": "simple"
|
|
1865
|
+
"type": "zeebe:property",
|
|
1866
|
+
"name": "messageIdExpression"
|
|
1858
1867
|
},
|
|
1859
|
-
"
|
|
1868
|
+
"description": "Expression to extract unique identifier of a message"
|
|
1860
1869
|
},
|
|
1861
1870
|
{
|
|
1862
|
-
"
|
|
1863
|
-
"
|
|
1864
|
-
"group": "
|
|
1871
|
+
"label": "Activation condition",
|
|
1872
|
+
"type": "String",
|
|
1873
|
+
"group": "activation",
|
|
1874
|
+
"feel": "required",
|
|
1875
|
+
"optional": true,
|
|
1865
1876
|
"binding": {
|
|
1866
|
-
"
|
|
1867
|
-
"
|
|
1868
|
-
},
|
|
1869
|
-
"condition": {
|
|
1870
|
-
"property": "deduplicationId",
|
|
1871
|
-
"isActive": false,
|
|
1872
|
-
"type": "simple"
|
|
1877
|
+
"type": "zeebe:property",
|
|
1878
|
+
"name": "activationCondition"
|
|
1873
1879
|
},
|
|
1874
|
-
"
|
|
1880
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events"
|
|
1875
1881
|
},
|
|
1876
1882
|
{
|
|
1877
|
-
"id": "resultVariable",
|
|
1878
1883
|
"label": "Result variable",
|
|
1879
|
-
"
|
|
1880
|
-
"group": "
|
|
1884
|
+
"type": "String",
|
|
1885
|
+
"group": "variable-mapping",
|
|
1886
|
+
"optional": true,
|
|
1881
1887
|
"binding": {
|
|
1882
|
-
"
|
|
1883
|
-
"
|
|
1888
|
+
"type": "zeebe:property",
|
|
1889
|
+
"name": "resultVariable"
|
|
1884
1890
|
},
|
|
1885
|
-
"
|
|
1891
|
+
"description": "Name of variable to store the result of the connector in"
|
|
1886
1892
|
},
|
|
1887
1893
|
{
|
|
1888
|
-
"id": "resultExpression",
|
|
1889
1894
|
"label": "Result expression",
|
|
1890
|
-
"
|
|
1895
|
+
"type": "String",
|
|
1896
|
+
"group": "variable-mapping",
|
|
1891
1897
|
"feel": "required",
|
|
1892
|
-
"
|
|
1898
|
+
"optional": true,
|
|
1893
1899
|
"binding": {
|
|
1894
|
-
"
|
|
1895
|
-
"
|
|
1900
|
+
"type": "zeebe:property",
|
|
1901
|
+
"name": "resultExpression"
|
|
1896
1902
|
},
|
|
1897
|
-
"
|
|
1903
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
1898
1904
|
}
|
|
1899
1905
|
],
|
|
1900
1906
|
"icon": {
|
|
1901
|
-
"contents": "data:image/svg+xml;
|
|
1907
|
+
"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"
|
|
1908
|
+
},
|
|
1909
|
+
"engines": {
|
|
1910
|
+
"camunda": "^8.4"
|
|
1902
1911
|
}
|
|
1903
1912
|
}
|
|
1904
1913
|
]
|