@camunda/connectors-element-templates 1.0.16 → 1.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/connectors.js +2 -0
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +1 -0
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +30 -30
- package/src/element-templates/agenticai-aiagent-job-worker.json +163 -163
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +2144 -2144
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +467 -466
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +482 -481
- package/src/element-templates/automation-anywhere-outbound-connector.json +613 -613
- package/src/element-templates/aws-bedrock-outbound-connector.json +74 -74
- package/src/element-templates/aws-dynamodb-outbound-connector.json +80 -80
- package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +22 -22
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
- package/src/element-templates/aws-eventbridge-outbound-connector.json +188 -188
- package/src/element-templates/aws-lambda-outbound-connector.json +238 -238
- package/src/element-templates/aws-sns-inbound-boundary.json +193 -193
- package/src/element-templates/aws-sns-inbound-intermediate.json +332 -332
- package/src/element-templates/aws-sns-inbound-message-start.json +110 -110
- package/src/element-templates/aws-sns-outbound-connector.json +741 -741
- package/src/element-templates/aws-sqs-boundary-connector.json +232 -232
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +493 -493
- package/src/element-templates/aws-sqs-outbound-connector.json +753 -753
- package/src/element-templates/aws-sqs-start-event-connector.json +483 -483
- package/src/element-templates/aws-sqs-start-message.json +438 -438
- package/src/element-templates/aws-textract-outbound-connector.json +123 -123
- package/src/element-templates/azure-open-ai-connector.json +32 -32
- package/src/element-templates/blue-prism-connector.json +6 -6
- package/src/element-templates/easy-post-connector.json +114 -114
- package/src/element-templates/email-inbound-connector-boundary.json +19 -19
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-message-start-event-connector.json +32 -32
- package/src/element-templates/email-outbound-connector.json +233 -233
- package/src/element-templates/github-connector.json +11435 -7908
- package/src/element-templates/github-webhook-connector-boundary.json +16 -16
- package/src/element-templates/github-webhook-connector-intermediate.json +25 -25
- package/src/element-templates/github-webhook-connector-start-event.json +64 -64
- package/src/element-templates/gitlab-connector.json +3394 -3394
- package/src/element-templates/google-drive-outbound-connector.json +420 -420
- package/src/element-templates/google-maps-platform-connector.json +14 -14
- package/src/element-templates/google-sheets-outbound-connector.json +1055 -1055
- package/src/element-templates/graphql-outbound-connector.json +1341 -763
- package/src/element-templates/http-connector.json.json +654 -0
- package/src/element-templates/http-json-connector.json +1489 -1475
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +801 -136
- package/src/element-templates/http-polling-connector.json +1604 -939
- package/src/element-templates/hugging-face-connector.json +196 -0
- package/src/element-templates/kafka-inbound-connector-boundary.json +483 -483
- package/src/element-templates/kafka-inbound-connector-intermediate.json +466 -466
- package/src/element-templates/kafka-inbound-connector-start-message.json +529 -529
- package/src/element-templates/kafka-outbound-connector.json +360 -360
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +147 -7
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +147 -7
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +160 -20
- package/src/element-templates/microsoft-teams-outbound-connector.json +1892 -47
- package/src/element-templates/openai-connector.json +83 -83
- package/src/element-templates/operate-connector.json +21 -21
- package/src/element-templates/power-automate-connector.json +4 -4
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +422 -422
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +338 -338
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +463 -463
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +360 -360
- package/src/element-templates/rabbitmq-outbound-connector.json +354 -354
- package/src/element-templates/salesforce-connector.json +38 -38
- package/src/element-templates/sendgrid-outbound-connector.json +354 -354
- package/src/element-templates/slack-inbound-boundary.json +253 -253
- package/src/element-templates/slack-inbound-message-start.json +321 -321
- package/src/element-templates/slack-inbound-start-event.json +327 -327
- package/src/element-templates/slack-outbound-connector.json +1203 -507
- package/src/element-templates/twilio-connector.json +65 -65
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-intermediate-connector.json +25 -25
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +1192 -547
- package/src/element-templates/webhook-connector-intermediate.json +1258 -613
- package/src/element-templates/webhook-connector-receive.json +644 -0
- package/src/element-templates/webhook-connector-start-event.json +1690 -1136
- package/src/element-templates/webhook-connector-start-message.json +1601 -924
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "RabbitMQ
|
|
4
|
+
"name": "RabbitMQ Outbound Connector",
|
|
5
5
|
"id": "io.camunda.connectors.RabbitMQ.v1",
|
|
6
6
|
"description": "Send message to RabbitMQ",
|
|
7
|
-
"
|
|
8
|
-
|
|
7
|
+
"metadata": {
|
|
8
|
+
"keywords": []
|
|
9
|
+
},
|
|
10
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound",
|
|
11
|
+
"version": 6,
|
|
9
12
|
"category": {
|
|
10
13
|
"id": "connectors",
|
|
11
14
|
"name": "Connectors"
|
|
@@ -14,6 +17,9 @@
|
|
|
14
17
|
"elementType": {
|
|
15
18
|
"value": "bpmn:ServiceTask"
|
|
16
19
|
},
|
|
20
|
+
"engines": {
|
|
21
|
+
"camunda": "^8.3"
|
|
22
|
+
},
|
|
17
23
|
"groups": [
|
|
18
24
|
{
|
|
19
25
|
"id": "authentication",
|
|
@@ -27,34 +33,42 @@
|
|
|
27
33
|
"id": "message",
|
|
28
34
|
"label": "Message"
|
|
29
35
|
},
|
|
36
|
+
{
|
|
37
|
+
"id": "connector",
|
|
38
|
+
"label": "Connector"
|
|
39
|
+
},
|
|
30
40
|
{
|
|
31
41
|
"id": "output",
|
|
32
42
|
"label": "Output mapping"
|
|
33
43
|
},
|
|
34
44
|
{
|
|
35
|
-
"id": "
|
|
45
|
+
"id": "error",
|
|
36
46
|
"label": "Error handling"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"id": "retries",
|
|
50
|
+
"label": "Retries"
|
|
37
51
|
}
|
|
38
52
|
],
|
|
39
53
|
"properties": [
|
|
40
54
|
{
|
|
41
|
-
"type": "Hidden",
|
|
42
55
|
"value": "io.camunda:connector-rabbitmq:1",
|
|
43
56
|
"binding": {
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
}
|
|
57
|
+
"property": "type",
|
|
58
|
+
"type": "zeebe:taskDefinition"
|
|
59
|
+
},
|
|
60
|
+
"type": "Hidden"
|
|
47
61
|
},
|
|
48
62
|
{
|
|
49
|
-
"id": "
|
|
63
|
+
"id": "authentication.authType",
|
|
50
64
|
"label": "Connection type",
|
|
51
|
-
"group": "authentication",
|
|
52
|
-
"type": "Dropdown",
|
|
53
65
|
"value": "uri",
|
|
66
|
+
"group": "authentication",
|
|
54
67
|
"binding": {
|
|
55
|
-
"
|
|
56
|
-
"
|
|
68
|
+
"name": "authentication.authType",
|
|
69
|
+
"type": "zeebe:input"
|
|
57
70
|
},
|
|
71
|
+
"type": "Dropdown",
|
|
58
72
|
"choices": [
|
|
59
73
|
{
|
|
60
74
|
"name": "URI",
|
|
@@ -67,210 +81,291 @@
|
|
|
67
81
|
]
|
|
68
82
|
},
|
|
69
83
|
{
|
|
84
|
+
"id": "authentication.uri",
|
|
70
85
|
"label": "URI",
|
|
71
86
|
"description": "URI should contain username, password, host name, port number, and virtual host",
|
|
72
|
-
"
|
|
73
|
-
"type": "String",
|
|
74
|
-
"binding": {
|
|
75
|
-
"type": "zeebe:input",
|
|
76
|
-
"name": "authentication.uri"
|
|
77
|
-
},
|
|
87
|
+
"optional": false,
|
|
78
88
|
"constraints": {
|
|
79
89
|
"notEmpty": true,
|
|
80
90
|
"pattern": {
|
|
81
|
-
"value": "^(=|(amqps?://|secrets
|
|
91
|
+
"value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
|
|
82
92
|
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
83
93
|
}
|
|
84
94
|
},
|
|
95
|
+
"feel": "optional",
|
|
96
|
+
"group": "authentication",
|
|
97
|
+
"binding": {
|
|
98
|
+
"name": "authentication.uri",
|
|
99
|
+
"type": "zeebe:input"
|
|
100
|
+
},
|
|
85
101
|
"condition": {
|
|
86
|
-
"property": "
|
|
87
|
-
"equals": "uri"
|
|
88
|
-
|
|
102
|
+
"property": "authentication.authType",
|
|
103
|
+
"equals": "uri",
|
|
104
|
+
"type": "simple"
|
|
105
|
+
},
|
|
106
|
+
"type": "String"
|
|
89
107
|
},
|
|
90
108
|
{
|
|
109
|
+
"id": "authentication.userName",
|
|
91
110
|
"label": "Username",
|
|
92
|
-
"
|
|
93
|
-
"type": "String",
|
|
94
|
-
"binding": {
|
|
95
|
-
"type": "zeebe:input",
|
|
96
|
-
"name": "authentication.userName"
|
|
97
|
-
},
|
|
111
|
+
"optional": false,
|
|
98
112
|
"constraints": {
|
|
99
113
|
"notEmpty": true
|
|
100
114
|
},
|
|
115
|
+
"feel": "optional",
|
|
116
|
+
"group": "authentication",
|
|
117
|
+
"binding": {
|
|
118
|
+
"name": "authentication.userName",
|
|
119
|
+
"type": "zeebe:input"
|
|
120
|
+
},
|
|
101
121
|
"condition": {
|
|
102
|
-
"property": "
|
|
103
|
-
"equals": "credentials"
|
|
104
|
-
|
|
122
|
+
"property": "authentication.authType",
|
|
123
|
+
"equals": "credentials",
|
|
124
|
+
"type": "simple"
|
|
125
|
+
},
|
|
126
|
+
"type": "String"
|
|
105
127
|
},
|
|
106
128
|
{
|
|
129
|
+
"id": "authentication.password",
|
|
107
130
|
"label": "Password",
|
|
108
|
-
"
|
|
109
|
-
"type": "String",
|
|
110
|
-
"binding": {
|
|
111
|
-
"type": "zeebe:input",
|
|
112
|
-
"name": "authentication.password"
|
|
113
|
-
},
|
|
131
|
+
"optional": false,
|
|
114
132
|
"constraints": {
|
|
115
133
|
"notEmpty": true
|
|
116
134
|
},
|
|
135
|
+
"feel": "optional",
|
|
136
|
+
"group": "authentication",
|
|
137
|
+
"binding": {
|
|
138
|
+
"name": "authentication.password",
|
|
139
|
+
"type": "zeebe:input"
|
|
140
|
+
},
|
|
117
141
|
"condition": {
|
|
118
|
-
"property": "
|
|
119
|
-
"equals": "credentials"
|
|
120
|
-
|
|
142
|
+
"property": "authentication.authType",
|
|
143
|
+
"equals": "credentials",
|
|
144
|
+
"type": "simple"
|
|
145
|
+
},
|
|
146
|
+
"type": "String"
|
|
121
147
|
},
|
|
122
148
|
{
|
|
123
|
-
"
|
|
124
|
-
"
|
|
149
|
+
"id": "routing.exchange",
|
|
150
|
+
"label": "Exchange",
|
|
151
|
+
"description": "Topic exchange: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
|
|
152
|
+
"optional": false,
|
|
153
|
+
"constraints": {
|
|
154
|
+
"notEmpty": true
|
|
155
|
+
},
|
|
125
156
|
"feel": "optional",
|
|
126
157
|
"group": "routing",
|
|
127
|
-
"type": "String",
|
|
128
158
|
"binding": {
|
|
129
|
-
"
|
|
130
|
-
"
|
|
159
|
+
"name": "routing.exchange",
|
|
160
|
+
"type": "zeebe:input"
|
|
131
161
|
},
|
|
162
|
+
"type": "String"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"id": "routing.routingKey",
|
|
166
|
+
"label": "Routing key",
|
|
167
|
+
"description": "Routing key: a binding is a \"link\" that was set up to bind a queue to an exchange. 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>",
|
|
168
|
+
"optional": false,
|
|
132
169
|
"constraints": {
|
|
133
170
|
"notEmpty": true
|
|
134
171
|
},
|
|
135
|
-
"condition": {
|
|
136
|
-
"property": "connectionType",
|
|
137
|
-
"equals": "credentials"
|
|
138
|
-
}
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"label": "Virtual host",
|
|
142
|
-
"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>",
|
|
143
172
|
"feel": "optional",
|
|
144
173
|
"group": "routing",
|
|
145
|
-
"type": "String",
|
|
146
174
|
"binding": {
|
|
147
|
-
"
|
|
148
|
-
"
|
|
175
|
+
"name": "routing.routingKey",
|
|
176
|
+
"type": "zeebe:input"
|
|
149
177
|
},
|
|
178
|
+
"type": "String"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"id": "routing.virtualHost",
|
|
182
|
+
"label": "Virtual host",
|
|
183
|
+
"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>",
|
|
184
|
+
"optional": false,
|
|
150
185
|
"constraints": {
|
|
151
186
|
"notEmpty": true
|
|
152
187
|
},
|
|
153
|
-
"condition": {
|
|
154
|
-
"property": "connectionType",
|
|
155
|
-
"equals": "credentials"
|
|
156
|
-
}
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
"label": "Exchange",
|
|
160
|
-
"description": "Topic exchange: 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>",
|
|
161
188
|
"feel": "optional",
|
|
162
189
|
"group": "routing",
|
|
163
|
-
"type": "String",
|
|
164
190
|
"binding": {
|
|
165
|
-
"
|
|
166
|
-
"
|
|
191
|
+
"name": "routing.virtualHost",
|
|
192
|
+
"type": "zeebe:input"
|
|
167
193
|
},
|
|
168
|
-
"
|
|
169
|
-
"
|
|
170
|
-
|
|
194
|
+
"condition": {
|
|
195
|
+
"property": "authentication.authType",
|
|
196
|
+
"equals": "credentials",
|
|
197
|
+
"type": "simple"
|
|
198
|
+
},
|
|
199
|
+
"type": "String"
|
|
171
200
|
},
|
|
172
201
|
{
|
|
173
|
-
"
|
|
174
|
-
"
|
|
202
|
+
"id": "routing.hostName",
|
|
203
|
+
"label": "Host name",
|
|
204
|
+
"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>",
|
|
205
|
+
"optional": false,
|
|
206
|
+
"constraints": {
|
|
207
|
+
"notEmpty": true
|
|
208
|
+
},
|
|
175
209
|
"feel": "optional",
|
|
176
210
|
"group": "routing",
|
|
177
|
-
"type": "String",
|
|
178
211
|
"binding": {
|
|
179
|
-
"
|
|
180
|
-
"
|
|
212
|
+
"name": "routing.hostName",
|
|
213
|
+
"type": "zeebe:input"
|
|
181
214
|
},
|
|
182
|
-
"
|
|
183
|
-
"
|
|
184
|
-
|
|
215
|
+
"condition": {
|
|
216
|
+
"property": "authentication.authType",
|
|
217
|
+
"equals": "credentials",
|
|
218
|
+
"type": "simple"
|
|
219
|
+
},
|
|
220
|
+
"type": "String"
|
|
185
221
|
},
|
|
186
222
|
{
|
|
223
|
+
"id": "routing.port",
|
|
187
224
|
"label": "Port",
|
|
188
|
-
"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
|
|
225
|
+
"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>",
|
|
226
|
+
"optional": false,
|
|
227
|
+
"constraints": {
|
|
228
|
+
"notEmpty": true
|
|
229
|
+
},
|
|
189
230
|
"feel": "optional",
|
|
190
231
|
"group": "routing",
|
|
191
|
-
"type": "String",
|
|
192
232
|
"binding": {
|
|
193
|
-
"
|
|
194
|
-
"
|
|
195
|
-
},
|
|
196
|
-
"constraints": {
|
|
197
|
-
"notEmpty": true
|
|
233
|
+
"name": "routing.port",
|
|
234
|
+
"type": "zeebe:input"
|
|
198
235
|
},
|
|
199
236
|
"condition": {
|
|
200
|
-
"property": "
|
|
201
|
-
"equals": "credentials"
|
|
202
|
-
|
|
237
|
+
"property": "authentication.authType",
|
|
238
|
+
"equals": "credentials",
|
|
239
|
+
"type": "simple"
|
|
240
|
+
},
|
|
241
|
+
"type": "String"
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"id": "message.properties",
|
|
245
|
+
"label": "Properties",
|
|
246
|
+
"description": "Properties for the message, routing headers, etc",
|
|
247
|
+
"optional": true,
|
|
248
|
+
"value": "={}",
|
|
249
|
+
"feel": "required",
|
|
250
|
+
"group": "message",
|
|
251
|
+
"binding": {
|
|
252
|
+
"name": "message.properties",
|
|
253
|
+
"type": "zeebe:input"
|
|
254
|
+
},
|
|
255
|
+
"type": "Text"
|
|
203
256
|
},
|
|
204
257
|
{
|
|
258
|
+
"id": "message.body",
|
|
205
259
|
"label": "Message",
|
|
206
260
|
"description": "Data to send to RabbitMQ",
|
|
207
|
-
"
|
|
208
|
-
"
|
|
261
|
+
"optional": false,
|
|
262
|
+
"constraints": {
|
|
263
|
+
"notEmpty": true
|
|
264
|
+
},
|
|
209
265
|
"feel": "optional",
|
|
266
|
+
"group": "message",
|
|
210
267
|
"binding": {
|
|
211
|
-
"
|
|
212
|
-
"
|
|
213
|
-
}
|
|
268
|
+
"name": "message.body",
|
|
269
|
+
"type": "zeebe:input"
|
|
270
|
+
},
|
|
271
|
+
"type": "Text"
|
|
214
272
|
},
|
|
215
273
|
{
|
|
216
|
-
"
|
|
217
|
-
"
|
|
218
|
-
"
|
|
219
|
-
"
|
|
220
|
-
"
|
|
221
|
-
"value": "={}",
|
|
274
|
+
"id": "version",
|
|
275
|
+
"label": "Version",
|
|
276
|
+
"description": "Version of the element template",
|
|
277
|
+
"value": "6",
|
|
278
|
+
"group": "connector",
|
|
222
279
|
"binding": {
|
|
223
|
-
"
|
|
224
|
-
"
|
|
225
|
-
}
|
|
280
|
+
"key": "elementTemplateVersion",
|
|
281
|
+
"type": "zeebe:taskHeader"
|
|
282
|
+
},
|
|
283
|
+
"type": "Hidden"
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"id": "id",
|
|
287
|
+
"label": "ID",
|
|
288
|
+
"description": "ID of the element template",
|
|
289
|
+
"value": "io.camunda.connectors.RabbitMQ.v1",
|
|
290
|
+
"group": "connector",
|
|
291
|
+
"binding": {
|
|
292
|
+
"key": "elementTemplateId",
|
|
293
|
+
"type": "zeebe:taskHeader"
|
|
294
|
+
},
|
|
295
|
+
"type": "Hidden"
|
|
226
296
|
},
|
|
227
297
|
{
|
|
298
|
+
"id": "resultVariable",
|
|
228
299
|
"label": "Result variable",
|
|
229
|
-
"description": "
|
|
300
|
+
"description": "Name of variable to store the response in",
|
|
230
301
|
"group": "output",
|
|
231
|
-
"type": "String",
|
|
232
302
|
"binding": {
|
|
233
|
-
"
|
|
234
|
-
"
|
|
235
|
-
}
|
|
303
|
+
"key": "resultVariable",
|
|
304
|
+
"type": "zeebe:taskHeader"
|
|
305
|
+
},
|
|
306
|
+
"type": "String"
|
|
236
307
|
},
|
|
237
308
|
{
|
|
309
|
+
"id": "resultExpression",
|
|
238
310
|
"label": "Result expression",
|
|
239
|
-
"description": "Expression to map the response into process variables
|
|
240
|
-
"group": "output",
|
|
241
|
-
"type": "Text",
|
|
311
|
+
"description": "Expression to map the response into process variables",
|
|
242
312
|
"feel": "required",
|
|
313
|
+
"group": "output",
|
|
243
314
|
"binding": {
|
|
244
|
-
"
|
|
245
|
-
"
|
|
246
|
-
}
|
|
315
|
+
"key": "resultExpression",
|
|
316
|
+
"type": "zeebe:taskHeader"
|
|
317
|
+
},
|
|
318
|
+
"type": "Text"
|
|
247
319
|
},
|
|
248
320
|
{
|
|
321
|
+
"id": "errorExpression",
|
|
249
322
|
"label": "Error expression",
|
|
250
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
251
|
-
"group": "errors",
|
|
252
|
-
"type": "Text",
|
|
323
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
253
324
|
"feel": "required",
|
|
325
|
+
"group": "error",
|
|
254
326
|
"binding": {
|
|
255
|
-
"
|
|
256
|
-
"
|
|
257
|
-
}
|
|
327
|
+
"key": "errorExpression",
|
|
328
|
+
"type": "zeebe:taskHeader"
|
|
329
|
+
},
|
|
330
|
+
"type": "Text"
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"id": "retryCount",
|
|
334
|
+
"label": "Retries",
|
|
335
|
+
"description": "Number of retries",
|
|
336
|
+
"value": "3",
|
|
337
|
+
"feel": "optional",
|
|
338
|
+
"group": "retries",
|
|
339
|
+
"binding": {
|
|
340
|
+
"property": "retries",
|
|
341
|
+
"type": "zeebe:taskDefinition"
|
|
342
|
+
},
|
|
343
|
+
"type": "String"
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"id": "retryBackoff",
|
|
347
|
+
"label": "Retry backoff",
|
|
348
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
349
|
+
"value": "PT0S",
|
|
350
|
+
"group": "retries",
|
|
351
|
+
"binding": {
|
|
352
|
+
"key": "retryBackoff",
|
|
353
|
+
"type": "zeebe:taskHeader"
|
|
354
|
+
},
|
|
355
|
+
"type": "String"
|
|
258
356
|
}
|
|
259
357
|
],
|
|
260
358
|
"icon": {
|
|
261
|
-
"contents": "data:image/svg+xml;
|
|
262
|
-
},
|
|
263
|
-
"engines": {
|
|
264
|
-
"camunda": "^8.2"
|
|
359
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
|
|
265
360
|
}
|
|
266
361
|
},
|
|
267
362
|
{
|
|
268
363
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
269
|
-
"name": "RabbitMQ
|
|
364
|
+
"name": "RabbitMQ connector",
|
|
270
365
|
"id": "io.camunda.connectors.RabbitMQ.v1",
|
|
271
366
|
"description": "Send message to RabbitMQ",
|
|
272
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq
|
|
273
|
-
"version":
|
|
367
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/",
|
|
368
|
+
"version": 1,
|
|
274
369
|
"category": {
|
|
275
370
|
"id": "connectors",
|
|
276
371
|
"name": "Connectors"
|
|
@@ -297,33 +392,29 @@
|
|
|
297
392
|
"label": "Output mapping"
|
|
298
393
|
},
|
|
299
394
|
{
|
|
300
|
-
"id": "
|
|
395
|
+
"id": "errors",
|
|
301
396
|
"label": "Error handling"
|
|
302
|
-
},
|
|
303
|
-
{
|
|
304
|
-
"id": "retries",
|
|
305
|
-
"label": "Retries"
|
|
306
397
|
}
|
|
307
398
|
],
|
|
308
399
|
"properties": [
|
|
309
400
|
{
|
|
401
|
+
"type": "Hidden",
|
|
310
402
|
"value": "io.camunda:connector-rabbitmq:1",
|
|
311
403
|
"binding": {
|
|
312
|
-
"
|
|
313
|
-
"
|
|
314
|
-
}
|
|
315
|
-
"type": "Hidden"
|
|
404
|
+
"type": "zeebe:taskDefinition",
|
|
405
|
+
"property": "type"
|
|
406
|
+
}
|
|
316
407
|
},
|
|
317
408
|
{
|
|
318
|
-
"id": "
|
|
409
|
+
"id": "connectionType",
|
|
319
410
|
"label": "Connection type",
|
|
320
|
-
"value": "uri",
|
|
321
411
|
"group": "authentication",
|
|
412
|
+
"type": "Dropdown",
|
|
413
|
+
"value": "uri",
|
|
322
414
|
"binding": {
|
|
323
|
-
"
|
|
324
|
-
"
|
|
415
|
+
"type": "zeebe:input",
|
|
416
|
+
"name": "authentication.authType"
|
|
325
417
|
},
|
|
326
|
-
"type": "Dropdown",
|
|
327
418
|
"choices": [
|
|
328
419
|
{
|
|
329
420
|
"name": "URI",
|
|
@@ -336,258 +427,201 @@
|
|
|
336
427
|
]
|
|
337
428
|
},
|
|
338
429
|
{
|
|
339
|
-
"id": "authentication.uri",
|
|
340
430
|
"label": "URI",
|
|
341
431
|
"description": "URI should contain username, password, host name, port number, and virtual host",
|
|
342
|
-
"optional": false,
|
|
343
|
-
"constraints": {
|
|
344
|
-
"notEmpty": true
|
|
345
|
-
},
|
|
346
|
-
"feel": "optional",
|
|
347
432
|
"group": "authentication",
|
|
433
|
+
"type": "String",
|
|
348
434
|
"binding": {
|
|
349
|
-
"
|
|
350
|
-
"
|
|
435
|
+
"type": "zeebe:input",
|
|
436
|
+
"name": "authentication.uri"
|
|
351
437
|
},
|
|
352
|
-
"
|
|
353
|
-
"
|
|
354
|
-
"
|
|
355
|
-
|
|
438
|
+
"constraints": {
|
|
439
|
+
"notEmpty": true,
|
|
440
|
+
"pattern": {
|
|
441
|
+
"value": "^(amqps?://)|(secrets).*",
|
|
442
|
+
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
443
|
+
}
|
|
356
444
|
},
|
|
357
|
-
"
|
|
445
|
+
"condition": {
|
|
446
|
+
"property": "connectionType",
|
|
447
|
+
"equals": "uri"
|
|
448
|
+
}
|
|
358
449
|
},
|
|
359
450
|
{
|
|
360
|
-
"id": "authentication.userName",
|
|
361
451
|
"label": "Username",
|
|
362
|
-
"optional": false,
|
|
363
|
-
"constraints": {
|
|
364
|
-
"notEmpty": true
|
|
365
|
-
},
|
|
366
|
-
"feel": "optional",
|
|
367
452
|
"group": "authentication",
|
|
453
|
+
"type": "String",
|
|
368
454
|
"binding": {
|
|
369
|
-
"
|
|
370
|
-
"
|
|
455
|
+
"type": "zeebe:input",
|
|
456
|
+
"name": "authentication.userName"
|
|
371
457
|
},
|
|
372
|
-
"
|
|
373
|
-
"
|
|
374
|
-
"equals": "credentials",
|
|
375
|
-
"type": "simple"
|
|
458
|
+
"constraints": {
|
|
459
|
+
"notEmpty": true
|
|
376
460
|
},
|
|
377
|
-
"
|
|
461
|
+
"condition": {
|
|
462
|
+
"property": "connectionType",
|
|
463
|
+
"equals": "credentials"
|
|
464
|
+
}
|
|
378
465
|
},
|
|
379
466
|
{
|
|
380
|
-
"id": "authentication.password",
|
|
381
467
|
"label": "Password",
|
|
382
|
-
"optional": false,
|
|
383
|
-
"constraints": {
|
|
384
|
-
"notEmpty": true
|
|
385
|
-
},
|
|
386
|
-
"feel": "optional",
|
|
387
468
|
"group": "authentication",
|
|
469
|
+
"type": "String",
|
|
388
470
|
"binding": {
|
|
389
|
-
"
|
|
390
|
-
"
|
|
391
|
-
},
|
|
392
|
-
"condition": {
|
|
393
|
-
"property": "authentication.authType",
|
|
394
|
-
"equals": "credentials",
|
|
395
|
-
"type": "simple"
|
|
471
|
+
"type": "zeebe:input",
|
|
472
|
+
"name": "authentication.password"
|
|
396
473
|
},
|
|
397
|
-
"type": "String"
|
|
398
|
-
},
|
|
399
|
-
{
|
|
400
|
-
"id": "routing.exchange",
|
|
401
|
-
"label": "Exchange",
|
|
402
|
-
"description": "Topic exchange: 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>",
|
|
403
|
-
"optional": false,
|
|
404
474
|
"constraints": {
|
|
405
475
|
"notEmpty": true
|
|
406
476
|
},
|
|
477
|
+
"condition": {
|
|
478
|
+
"property": "connectionType",
|
|
479
|
+
"equals": "credentials"
|
|
480
|
+
}
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"label": "Host name",
|
|
484
|
+
"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/#routing-data\"target=\"_blank\">documentation</a>",
|
|
407
485
|
"feel": "optional",
|
|
408
486
|
"group": "routing",
|
|
487
|
+
"type": "String",
|
|
409
488
|
"binding": {
|
|
410
|
-
"
|
|
411
|
-
"
|
|
489
|
+
"type": "zeebe:input",
|
|
490
|
+
"name": "routing.hostName"
|
|
412
491
|
},
|
|
413
|
-
"type": "String"
|
|
414
|
-
},
|
|
415
|
-
{
|
|
416
|
-
"id": "routing.routingKey",
|
|
417
|
-
"label": "Routing key",
|
|
418
|
-
"description": "Routing key: a binding is a \"link\" that was set up to bind a queue to an exchange. 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>",
|
|
419
|
-
"optional": false,
|
|
420
492
|
"constraints": {
|
|
421
493
|
"notEmpty": true
|
|
422
494
|
},
|
|
495
|
+
"condition": {
|
|
496
|
+
"property": "connectionType",
|
|
497
|
+
"equals": "credentials"
|
|
498
|
+
}
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"label": "Virtual host",
|
|
502
|
+
"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>",
|
|
423
503
|
"feel": "optional",
|
|
424
504
|
"group": "routing",
|
|
505
|
+
"type": "String",
|
|
425
506
|
"binding": {
|
|
426
|
-
"
|
|
427
|
-
"
|
|
507
|
+
"type": "zeebe:input",
|
|
508
|
+
"name": "routing.virtualHost"
|
|
428
509
|
},
|
|
429
|
-
"type": "String"
|
|
430
|
-
},
|
|
431
|
-
{
|
|
432
|
-
"id": "routing.virtualHost",
|
|
433
|
-
"label": "Virtual host",
|
|
434
|
-
"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>",
|
|
435
|
-
"optional": false,
|
|
436
510
|
"constraints": {
|
|
437
511
|
"notEmpty": true
|
|
438
512
|
},
|
|
513
|
+
"condition": {
|
|
514
|
+
"property": "connectionType",
|
|
515
|
+
"equals": "credentials"
|
|
516
|
+
}
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"label": "Exchange",
|
|
520
|
+
"description": "Topic exchange: 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>",
|
|
439
521
|
"feel": "optional",
|
|
440
522
|
"group": "routing",
|
|
523
|
+
"type": "String",
|
|
441
524
|
"binding": {
|
|
442
|
-
"
|
|
443
|
-
"
|
|
444
|
-
},
|
|
445
|
-
"condition": {
|
|
446
|
-
"property": "authentication.authType",
|
|
447
|
-
"equals": "credentials",
|
|
448
|
-
"type": "simple"
|
|
525
|
+
"type": "zeebe:input",
|
|
526
|
+
"name": "routing.exchange"
|
|
449
527
|
},
|
|
450
|
-
"type": "String"
|
|
451
|
-
},
|
|
452
|
-
{
|
|
453
|
-
"id": "routing.hostName",
|
|
454
|
-
"label": "Host name",
|
|
455
|
-
"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>",
|
|
456
|
-
"optional": false,
|
|
457
528
|
"constraints": {
|
|
458
529
|
"notEmpty": true
|
|
459
|
-
}
|
|
530
|
+
}
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"label": "Routing key",
|
|
534
|
+
"description": "Routing key: a binding is a \"link\" that was set up to bind a queue to an exchange. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
|
|
460
535
|
"feel": "optional",
|
|
461
536
|
"group": "routing",
|
|
537
|
+
"type": "String",
|
|
462
538
|
"binding": {
|
|
463
|
-
"
|
|
464
|
-
"
|
|
465
|
-
},
|
|
466
|
-
"condition": {
|
|
467
|
-
"property": "authentication.authType",
|
|
468
|
-
"equals": "credentials",
|
|
469
|
-
"type": "simple"
|
|
539
|
+
"type": "zeebe:input",
|
|
540
|
+
"name": "routing.routingKey"
|
|
470
541
|
},
|
|
471
|
-
"
|
|
542
|
+
"constraints": {
|
|
543
|
+
"notEmpty": true
|
|
544
|
+
}
|
|
472
545
|
},
|
|
473
546
|
{
|
|
474
|
-
"id": "routing.port",
|
|
475
547
|
"label": "Port",
|
|
476
|
-
"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
|
|
477
|
-
"optional": false,
|
|
478
|
-
"constraints": {
|
|
479
|
-
"notEmpty": true
|
|
480
|
-
},
|
|
548
|
+
"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>",
|
|
481
549
|
"feel": "optional",
|
|
482
550
|
"group": "routing",
|
|
551
|
+
"type": "String",
|
|
483
552
|
"binding": {
|
|
484
|
-
"
|
|
485
|
-
"
|
|
553
|
+
"type": "zeebe:input",
|
|
554
|
+
"name": "routing.port"
|
|
486
555
|
},
|
|
487
|
-
"
|
|
488
|
-
"
|
|
489
|
-
"equals": "credentials",
|
|
490
|
-
"type": "simple"
|
|
556
|
+
"constraints": {
|
|
557
|
+
"notEmpty": true
|
|
491
558
|
},
|
|
492
|
-
"
|
|
559
|
+
"condition": {
|
|
560
|
+
"property": "connectionType",
|
|
561
|
+
"equals": "credentials"
|
|
562
|
+
}
|
|
493
563
|
},
|
|
494
564
|
{
|
|
495
|
-
"
|
|
496
|
-
"
|
|
497
|
-
"description": "Properties for the message, routing headers, etc",
|
|
498
|
-
"optional": true,
|
|
499
|
-
"value": "={}",
|
|
500
|
-
"feel": "required",
|
|
565
|
+
"label": "Message",
|
|
566
|
+
"description": "Data to send to RabbitMQ",
|
|
501
567
|
"group": "message",
|
|
568
|
+
"type": "Text",
|
|
569
|
+
"feel": "optional",
|
|
502
570
|
"binding": {
|
|
503
|
-
"
|
|
504
|
-
"
|
|
505
|
-
}
|
|
506
|
-
"type": "Text"
|
|
571
|
+
"type": "zeebe:input",
|
|
572
|
+
"name": "message.body"
|
|
573
|
+
}
|
|
507
574
|
},
|
|
508
575
|
{
|
|
509
|
-
"
|
|
510
|
-
"
|
|
511
|
-
"description": "Data to send to RabbitMQ",
|
|
512
|
-
"optional": false,
|
|
513
|
-
"constraints": {
|
|
514
|
-
"notEmpty": true
|
|
515
|
-
},
|
|
516
|
-
"feel": "optional",
|
|
576
|
+
"label": "Properties",
|
|
577
|
+
"description": "Properties for the message, routing headers, etc.",
|
|
517
578
|
"group": "message",
|
|
579
|
+
"type": "Text",
|
|
580
|
+
"feel": "required",
|
|
581
|
+
"value": "={}",
|
|
518
582
|
"binding": {
|
|
519
|
-
"
|
|
520
|
-
"
|
|
521
|
-
}
|
|
522
|
-
"type": "Text"
|
|
583
|
+
"type": "zeebe:input",
|
|
584
|
+
"name": "message.properties"
|
|
585
|
+
}
|
|
523
586
|
},
|
|
524
587
|
{
|
|
525
|
-
"id": "resultVariable",
|
|
526
588
|
"label": "Result variable",
|
|
527
|
-
"description": "
|
|
589
|
+
"description": "Enter 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>",
|
|
528
590
|
"group": "output",
|
|
591
|
+
"type": "String",
|
|
529
592
|
"binding": {
|
|
530
|
-
"
|
|
531
|
-
"
|
|
532
|
-
}
|
|
533
|
-
"type": "String"
|
|
593
|
+
"type": "zeebe:taskHeader",
|
|
594
|
+
"key": "resultVariable"
|
|
595
|
+
}
|
|
534
596
|
},
|
|
535
597
|
{
|
|
536
|
-
"id": "resultExpression",
|
|
537
598
|
"label": "Result expression",
|
|
538
|
-
"description": "Expression to map the response into process variables",
|
|
539
|
-
"feel": "required",
|
|
599
|
+
"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>",
|
|
540
600
|
"group": "output",
|
|
601
|
+
"type": "Text",
|
|
602
|
+
"feel": "required",
|
|
541
603
|
"binding": {
|
|
542
|
-
"
|
|
543
|
-
"
|
|
544
|
-
}
|
|
545
|
-
"type": "Text"
|
|
604
|
+
"type": "zeebe:taskHeader",
|
|
605
|
+
"key": "resultExpression"
|
|
606
|
+
}
|
|
546
607
|
},
|
|
547
608
|
{
|
|
548
|
-
"id": "errorExpression",
|
|
549
609
|
"label": "Error expression",
|
|
550
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
610
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
|
|
611
|
+
"group": "errors",
|
|
612
|
+
"type": "Text",
|
|
551
613
|
"feel": "required",
|
|
552
|
-
"group": "error",
|
|
553
|
-
"binding": {
|
|
554
|
-
"key": "errorExpression",
|
|
555
|
-
"type": "zeebe:taskHeader"
|
|
556
|
-
},
|
|
557
|
-
"type": "Text"
|
|
558
|
-
},
|
|
559
|
-
{
|
|
560
|
-
"id": "retryCount",
|
|
561
|
-
"label": "Retries",
|
|
562
|
-
"description": "Number of retries",
|
|
563
|
-
"value": "3",
|
|
564
|
-
"feel": "optional",
|
|
565
|
-
"group": "retries",
|
|
566
|
-
"binding": {
|
|
567
|
-
"property": "retries",
|
|
568
|
-
"type": "zeebe:taskDefinition"
|
|
569
|
-
},
|
|
570
|
-
"type": "String"
|
|
571
|
-
},
|
|
572
|
-
{
|
|
573
|
-
"id": "retryBackoff",
|
|
574
|
-
"label": "Retry backoff",
|
|
575
|
-
"description": "ISO-8601 duration to wait between retries",
|
|
576
|
-
"value": "PT0S",
|
|
577
|
-
"feel": "optional",
|
|
578
|
-
"group": "retries",
|
|
579
614
|
"binding": {
|
|
580
|
-
"
|
|
581
|
-
"
|
|
582
|
-
}
|
|
583
|
-
"type": "String"
|
|
615
|
+
"type": "zeebe:taskHeader",
|
|
616
|
+
"key": "errorExpression"
|
|
617
|
+
}
|
|
584
618
|
}
|
|
585
619
|
],
|
|
586
620
|
"icon": {
|
|
587
|
-
"contents": "data:image/svg+xml;
|
|
621
|
+
"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"
|
|
588
622
|
},
|
|
589
623
|
"engines": {
|
|
590
|
-
"camunda": "^8.
|
|
624
|
+
"camunda": "^8.2"
|
|
591
625
|
}
|
|
592
626
|
},
|
|
593
627
|
{
|
|
@@ -861,7 +895,7 @@
|
|
|
861
895
|
"id": "io.camunda.connectors.RabbitMQ.v1",
|
|
862
896
|
"description": "Send message to RabbitMQ",
|
|
863
897
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/",
|
|
864
|
-
"version":
|
|
898
|
+
"version": 2,
|
|
865
899
|
"category": {
|
|
866
900
|
"id": "connectors",
|
|
867
901
|
"name": "Connectors"
|
|
@@ -934,7 +968,7 @@
|
|
|
934
968
|
"constraints": {
|
|
935
969
|
"notEmpty": true,
|
|
936
970
|
"pattern": {
|
|
937
|
-
"value": "^(amqps
|
|
971
|
+
"value": "^(=|(amqps?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
|
|
938
972
|
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
939
973
|
}
|
|
940
974
|
},
|
|
@@ -1126,7 +1160,7 @@
|
|
|
1126
1160
|
"id": "io.camunda.connectors.RabbitMQ.v1",
|
|
1127
1161
|
"description": "Send message to RabbitMQ",
|
|
1128
1162
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound",
|
|
1129
|
-
"version":
|
|
1163
|
+
"version": 4,
|
|
1130
1164
|
"category": {
|
|
1131
1165
|
"id": "connectors",
|
|
1132
1166
|
"name": "Connectors"
|
|
@@ -1197,11 +1231,7 @@
|
|
|
1197
1231
|
"description": "URI should contain username, password, host name, port number, and virtual host",
|
|
1198
1232
|
"optional": false,
|
|
1199
1233
|
"constraints": {
|
|
1200
|
-
"notEmpty": true
|
|
1201
|
-
"pattern": {
|
|
1202
|
-
"value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
|
|
1203
|
-
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
1204
|
-
}
|
|
1234
|
+
"notEmpty": true
|
|
1205
1235
|
},
|
|
1206
1236
|
"feel": "optional",
|
|
1207
1237
|
"group": "authentication",
|
|
@@ -1455,11 +1485,8 @@
|
|
|
1455
1485
|
"name": "RabbitMQ Outbound Connector",
|
|
1456
1486
|
"id": "io.camunda.connectors.RabbitMQ.v1",
|
|
1457
1487
|
"description": "Send message to RabbitMQ",
|
|
1458
|
-
"metadata": {
|
|
1459
|
-
"keywords": []
|
|
1460
|
-
},
|
|
1461
1488
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound",
|
|
1462
|
-
"version":
|
|
1489
|
+
"version": 5,
|
|
1463
1490
|
"category": {
|
|
1464
1491
|
"id": "connectors",
|
|
1465
1492
|
"name": "Connectors"
|
|
@@ -1468,9 +1495,6 @@
|
|
|
1468
1495
|
"elementType": {
|
|
1469
1496
|
"value": "bpmn:ServiceTask"
|
|
1470
1497
|
},
|
|
1471
|
-
"engines": {
|
|
1472
|
-
"camunda": "^8.3"
|
|
1473
|
-
},
|
|
1474
1498
|
"groups": [
|
|
1475
1499
|
{
|
|
1476
1500
|
"id": "authentication",
|
|
@@ -1484,10 +1508,6 @@
|
|
|
1484
1508
|
"id": "message",
|
|
1485
1509
|
"label": "Message"
|
|
1486
1510
|
},
|
|
1487
|
-
{
|
|
1488
|
-
"id": "connector",
|
|
1489
|
-
"label": "Connector"
|
|
1490
|
-
},
|
|
1491
1511
|
{
|
|
1492
1512
|
"id": "output",
|
|
1493
1513
|
"label": "Output mapping"
|
|
@@ -1721,30 +1741,6 @@
|
|
|
1721
1741
|
},
|
|
1722
1742
|
"type": "Text"
|
|
1723
1743
|
},
|
|
1724
|
-
{
|
|
1725
|
-
"id": "version",
|
|
1726
|
-
"label": "Version",
|
|
1727
|
-
"description": "Version of the element template",
|
|
1728
|
-
"value": "6",
|
|
1729
|
-
"group": "connector",
|
|
1730
|
-
"binding": {
|
|
1731
|
-
"key": "elementTemplateVersion",
|
|
1732
|
-
"type": "zeebe:taskHeader"
|
|
1733
|
-
},
|
|
1734
|
-
"type": "Hidden"
|
|
1735
|
-
},
|
|
1736
|
-
{
|
|
1737
|
-
"id": "id",
|
|
1738
|
-
"label": "ID",
|
|
1739
|
-
"description": "ID of the element template",
|
|
1740
|
-
"value": "io.camunda.connectors.RabbitMQ.v1",
|
|
1741
|
-
"group": "connector",
|
|
1742
|
-
"binding": {
|
|
1743
|
-
"key": "elementTemplateId",
|
|
1744
|
-
"type": "zeebe:taskHeader"
|
|
1745
|
-
},
|
|
1746
|
-
"type": "Hidden"
|
|
1747
|
-
},
|
|
1748
1744
|
{
|
|
1749
1745
|
"id": "resultVariable",
|
|
1750
1746
|
"label": "Result variable",
|
|
@@ -1798,6 +1794,7 @@
|
|
|
1798
1794
|
"label": "Retry backoff",
|
|
1799
1795
|
"description": "ISO-8601 duration to wait between retries",
|
|
1800
1796
|
"value": "PT0S",
|
|
1797
|
+
"feel": "optional",
|
|
1801
1798
|
"group": "retries",
|
|
1802
1799
|
"binding": {
|
|
1803
1800
|
"key": "retryBackoff",
|
|
@@ -1808,6 +1805,9 @@
|
|
|
1808
1805
|
],
|
|
1809
1806
|
"icon": {
|
|
1810
1807
|
"contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
|
|
1808
|
+
},
|
|
1809
|
+
"engines": {
|
|
1810
|
+
"camunda": "^8.5"
|
|
1811
1811
|
}
|
|
1812
1812
|
}
|
|
1813
1813
|
]
|