@camunda/connectors-element-templates 1.0.17 → 1.0.19
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 +4 -7
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +8 -8
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +8 -8
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +8 -8
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +8 -8
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +9 -12
- package/src/element-templates/agenticai-aiagent-job-worker.json +3770 -29
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +6274 -2594
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +549 -552
- package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +736 -739
- package/src/element-templates/asana-connector.json +759 -48
- package/src/element-templates/automation-anywhere-outbound-connector.json +1763 -1759
- 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 +747 -10
- package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1358 -1358
- package/src/element-templates/aws-eventbridge-connector-boundary.json +383 -18
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +377 -12
- package/src/element-templates/aws-eventbridge-connector-message-start.json +407 -8
- 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 +238 -234
- package/src/element-templates/aws-s3-outbound-connector.json +646 -5
- package/src/element-templates/aws-sagemaker-outbound-connector.json +13 -9
- package/src/element-templates/aws-sns-inbound-boundary.json +44 -37
- package/src/element-templates/aws-sns-inbound-intermediate.json +210 -203
- package/src/element-templates/aws-sns-inbound-message-start.json +125 -118
- package/src/element-templates/aws-sns-inbound-receive.json +13 -6
- package/src/element-templates/aws-sns-inbound-start-event.json +134 -127
- package/src/element-templates/aws-sns-outbound-connector.json +581 -577
- package/src/element-templates/aws-sqs-boundary-connector.json +453 -449
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +530 -526
- package/src/element-templates/aws-sqs-outbound-connector.json +711 -709
- package/src/element-templates/aws-sqs-receive-connector.json +15 -11
- package/src/element-templates/aws-sqs-start-event-connector.json +213 -205
- package/src/element-templates/aws-sqs-start-message.json +461 -457
- package/src/element-templates/aws-textract-outbound-connector.json +109 -105
- package/src/element-templates/azure-blobstorage-outbound-connector.json +676 -19
- package/src/element-templates/azure-open-ai-connector.json +1329 -4
- package/src/element-templates/blue-prism-connector.json +569 -24
- package/src/element-templates/box-outbound-connector.json +924 -12
- package/src/element-templates/csv-outbound-connector.json +13 -5
- package/src/element-templates/easy-post-connector.json +1077 -109
- package/src/element-templates/email-inbound-connector-boundary.json +32 -24
- package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
- package/src/element-templates/email-inbound-connector-receive.json +564 -0
- package/src/element-templates/email-message-start-event-connector.json +58 -50
- package/src/element-templates/email-outbound-connector.json +2116 -243
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +3 -6
- package/src/element-templates/github-connector.json +15257 -11722
- package/src/element-templates/github-webhook-connector-boundary.json +27 -29
- package/src/element-templates/github-webhook-connector-intermediate.json +36 -38
- package/src/element-templates/github-webhook-connector-message-start.json +11 -13
- package/src/element-templates/github-webhook-connector-receive.json +13 -15
- package/src/element-templates/github-webhook-connector-start-event.json +54 -56
- package/src/element-templates/gitlab-connector.json +4177 -2545
- package/src/element-templates/google-cloud-storage-outbound-connector.json +562 -13
- package/src/element-templates/google-drive-outbound-connector.json +1386 -766
- package/src/element-templates/google-gemini-outbound-connector.json +13 -5
- package/src/element-templates/google-maps-platform-connector.json +1059 -30
- package/src/element-templates/google-sheets-outbound-connector.json +2449 -1455
- package/src/element-templates/graphql-outbound-connector.json +1744 -1735
- package/src/element-templates/http-json-connector.json +2982 -2332
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +752 -741
- package/src/element-templates/http-polling-connector.json +1512 -1501
- package/src/element-templates/hubspot-outbound-connector.json +2371 -25
- package/src/element-templates/hugging-face-connector.json +234 -3
- package/src/element-templates/jdbc-outbound-connector.json +20 -6
- package/src/element-templates/kafka-inbound-connector-boundary.json +613 -604
- package/src/element-templates/kafka-inbound-connector-intermediate.json +528 -519
- package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
- package/src/element-templates/kafka-inbound-connector-start-message.json +530 -521
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +518 -512
- 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 +893 -10
- package/src/element-templates/microsoft-teams-outbound-connector.json +5971 -3807
- package/src/element-templates/openai-connector.json +550 -87
- package/src/element-templates/operate-connector.json +1198 -46
- package/src/element-templates/power-automate-connector.json +601 -9
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +444 -435
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +484 -475
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +367 -358
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +479 -470
- package/src/element-templates/rabbitmq-outbound-connector.json +356 -350
- package/src/element-templates/rpa-connector.json +346 -0
- package/src/element-templates/salesforce-connector.json +544 -0
- 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 +945 -337
- 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 +490 -192
- package/src/element-templates/slack-inbound-intermediate.json +421 -123
- package/src/element-templates/slack-inbound-message-start.json +469 -139
- package/src/element-templates/slack-inbound-receive.json +297 -0
- package/src/element-templates/slack-inbound-start-event.json +216 -211
- package/src/element-templates/slack-outbound-connector.json +2451 -753
- package/src/element-templates/soap-outbound-connector.json +812 -2
- package/src/element-templates/twilio-connector.json +1573 -93
- package/src/element-templates/twilio-webhook-boundary-connector.json +19 -10
- package/src/element-templates/twilio-webhook-connector.json +243 -13
- package/src/element-templates/twilio-webhook-intermediate-connector.json +34 -25
- 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 +594 -2
- package/src/element-templates/webhook-connector-boundary.json +580 -570
- package/src/element-templates/webhook-connector-intermediate.json +1390 -1380
- package/src/element-templates/webhook-connector-receive.json +16 -6
- package/src/element-templates/webhook-connector-start-event.json +1382 -1375
- package/src/element-templates/webhook-connector-start-message.json +1306 -1296
- package/src/element-templates/whatsapp-connector.json +343 -9
- package/src/element-templates/http-connector.json.json +0 -654
|
@@ -4,11 +4,8 @@
|
|
|
4
4
|
"name": "RabbitMQ Outbound Connector",
|
|
5
5
|
"id": "io.camunda.connectors.RabbitMQ.v1",
|
|
6
6
|
"description": "Send message to RabbitMQ",
|
|
7
|
-
"metadata": {
|
|
8
|
-
"keywords": []
|
|
9
|
-
},
|
|
10
7
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound",
|
|
11
|
-
"version":
|
|
8
|
+
"version": 3,
|
|
12
9
|
"category": {
|
|
13
10
|
"id": "connectors",
|
|
14
11
|
"name": "Connectors"
|
|
@@ -17,9 +14,6 @@
|
|
|
17
14
|
"elementType": {
|
|
18
15
|
"value": "bpmn:ServiceTask"
|
|
19
16
|
},
|
|
20
|
-
"engines": {
|
|
21
|
-
"camunda": "^8.3"
|
|
22
|
-
},
|
|
23
17
|
"groups": [
|
|
24
18
|
{
|
|
25
19
|
"id": "authentication",
|
|
@@ -33,42 +27,34 @@
|
|
|
33
27
|
"id": "message",
|
|
34
28
|
"label": "Message"
|
|
35
29
|
},
|
|
36
|
-
{
|
|
37
|
-
"id": "connector",
|
|
38
|
-
"label": "Connector"
|
|
39
|
-
},
|
|
40
30
|
{
|
|
41
31
|
"id": "output",
|
|
42
32
|
"label": "Output mapping"
|
|
43
33
|
},
|
|
44
34
|
{
|
|
45
|
-
"id": "
|
|
35
|
+
"id": "errors",
|
|
46
36
|
"label": "Error handling"
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"id": "retries",
|
|
50
|
-
"label": "Retries"
|
|
51
37
|
}
|
|
52
38
|
],
|
|
53
39
|
"properties": [
|
|
54
40
|
{
|
|
41
|
+
"type": "Hidden",
|
|
55
42
|
"value": "io.camunda:connector-rabbitmq:1",
|
|
56
43
|
"binding": {
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
}
|
|
60
|
-
"type": "Hidden"
|
|
44
|
+
"type": "zeebe:taskDefinition",
|
|
45
|
+
"property": "type"
|
|
46
|
+
}
|
|
61
47
|
},
|
|
62
48
|
{
|
|
63
|
-
"id": "
|
|
49
|
+
"id": "connectionType",
|
|
64
50
|
"label": "Connection type",
|
|
65
|
-
"value": "uri",
|
|
66
51
|
"group": "authentication",
|
|
52
|
+
"type": "Dropdown",
|
|
53
|
+
"value": "uri",
|
|
67
54
|
"binding": {
|
|
68
|
-
"
|
|
69
|
-
"
|
|
55
|
+
"type": "zeebe:input",
|
|
56
|
+
"name": "authentication.authType"
|
|
70
57
|
},
|
|
71
|
-
"type": "Dropdown",
|
|
72
58
|
"choices": [
|
|
73
59
|
{
|
|
74
60
|
"name": "URI",
|
|
@@ -81,282 +67,201 @@
|
|
|
81
67
|
]
|
|
82
68
|
},
|
|
83
69
|
{
|
|
84
|
-
"id": "authentication.uri",
|
|
85
70
|
"label": "URI",
|
|
86
71
|
"description": "URI should contain username, password, host name, port number, and virtual host",
|
|
87
|
-
"
|
|
72
|
+
"group": "authentication",
|
|
73
|
+
"type": "String",
|
|
74
|
+
"binding": {
|
|
75
|
+
"type": "zeebe:input",
|
|
76
|
+
"name": "authentication.uri"
|
|
77
|
+
},
|
|
88
78
|
"constraints": {
|
|
89
79
|
"notEmpty": true,
|
|
90
80
|
"pattern": {
|
|
91
|
-
"value": "^(=|(amqps
|
|
81
|
+
"value": "^(=|(amqps?://|\\{\\{secrets\\..+\\}\\}).*$)",
|
|
92
82
|
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
93
83
|
}
|
|
94
84
|
},
|
|
95
|
-
"feel": "optional",
|
|
96
|
-
"group": "authentication",
|
|
97
|
-
"binding": {
|
|
98
|
-
"name": "authentication.uri",
|
|
99
|
-
"type": "zeebe:input"
|
|
100
|
-
},
|
|
101
85
|
"condition": {
|
|
102
|
-
"property": "
|
|
103
|
-
"equals": "uri"
|
|
104
|
-
|
|
105
|
-
},
|
|
106
|
-
"type": "String"
|
|
86
|
+
"property": "connectionType",
|
|
87
|
+
"equals": "uri"
|
|
88
|
+
}
|
|
107
89
|
},
|
|
108
90
|
{
|
|
109
|
-
"id": "authentication.userName",
|
|
110
91
|
"label": "Username",
|
|
111
|
-
"optional": false,
|
|
112
|
-
"constraints": {
|
|
113
|
-
"notEmpty": true
|
|
114
|
-
},
|
|
115
|
-
"feel": "optional",
|
|
116
92
|
"group": "authentication",
|
|
93
|
+
"type": "String",
|
|
117
94
|
"binding": {
|
|
118
|
-
"
|
|
119
|
-
"
|
|
95
|
+
"type": "zeebe:input",
|
|
96
|
+
"name": "authentication.userName"
|
|
120
97
|
},
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"equals": "credentials",
|
|
124
|
-
"type": "simple"
|
|
98
|
+
"constraints": {
|
|
99
|
+
"notEmpty": true
|
|
125
100
|
},
|
|
126
|
-
"
|
|
101
|
+
"condition": {
|
|
102
|
+
"property": "connectionType",
|
|
103
|
+
"equals": "credentials"
|
|
104
|
+
}
|
|
127
105
|
},
|
|
128
106
|
{
|
|
129
|
-
"id": "authentication.password",
|
|
130
107
|
"label": "Password",
|
|
131
|
-
"optional": false,
|
|
132
|
-
"constraints": {
|
|
133
|
-
"notEmpty": true
|
|
134
|
-
},
|
|
135
|
-
"feel": "optional",
|
|
136
108
|
"group": "authentication",
|
|
109
|
+
"type": "String",
|
|
137
110
|
"binding": {
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
},
|
|
141
|
-
"condition": {
|
|
142
|
-
"property": "authentication.authType",
|
|
143
|
-
"equals": "credentials",
|
|
144
|
-
"type": "simple"
|
|
111
|
+
"type": "zeebe:input",
|
|
112
|
+
"name": "authentication.password"
|
|
145
113
|
},
|
|
146
|
-
"type": "String"
|
|
147
|
-
},
|
|
148
|
-
{
|
|
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
114
|
"constraints": {
|
|
154
115
|
"notEmpty": true
|
|
155
116
|
},
|
|
117
|
+
"condition": {
|
|
118
|
+
"property": "connectionType",
|
|
119
|
+
"equals": "credentials"
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"label": "Host name",
|
|
124
|
+
"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>",
|
|
156
125
|
"feel": "optional",
|
|
157
126
|
"group": "routing",
|
|
127
|
+
"type": "String",
|
|
158
128
|
"binding": {
|
|
159
|
-
"
|
|
160
|
-
"
|
|
129
|
+
"type": "zeebe:input",
|
|
130
|
+
"name": "routing.hostName"
|
|
161
131
|
},
|
|
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,
|
|
169
132
|
"constraints": {
|
|
170
133
|
"notEmpty": true
|
|
171
134
|
},
|
|
172
|
-
"
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
"type": "zeebe:input"
|
|
177
|
-
},
|
|
178
|
-
"type": "String"
|
|
135
|
+
"condition": {
|
|
136
|
+
"property": "connectionType",
|
|
137
|
+
"equals": "credentials"
|
|
138
|
+
}
|
|
179
139
|
},
|
|
180
140
|
{
|
|
181
|
-
"id": "routing.virtualHost",
|
|
182
141
|
"label": "Virtual host",
|
|
183
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/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
|
|
184
|
-
"optional": false,
|
|
185
|
-
"constraints": {
|
|
186
|
-
"notEmpty": true
|
|
187
|
-
},
|
|
188
143
|
"feel": "optional",
|
|
189
144
|
"group": "routing",
|
|
145
|
+
"type": "String",
|
|
190
146
|
"binding": {
|
|
191
|
-
"
|
|
192
|
-
"
|
|
147
|
+
"type": "zeebe:input",
|
|
148
|
+
"name": "routing.virtualHost"
|
|
193
149
|
},
|
|
194
|
-
"
|
|
195
|
-
"
|
|
196
|
-
"equals": "credentials",
|
|
197
|
-
"type": "simple"
|
|
150
|
+
"constraints": {
|
|
151
|
+
"notEmpty": true
|
|
198
152
|
},
|
|
199
|
-
"
|
|
153
|
+
"condition": {
|
|
154
|
+
"property": "connectionType",
|
|
155
|
+
"equals": "credentials"
|
|
156
|
+
}
|
|
200
157
|
},
|
|
201
158
|
{
|
|
202
|
-
"
|
|
203
|
-
"
|
|
204
|
-
"
|
|
205
|
-
"
|
|
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/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
|
|
161
|
+
"feel": "optional",
|
|
162
|
+
"group": "routing",
|
|
163
|
+
"type": "String",
|
|
164
|
+
"binding": {
|
|
165
|
+
"type": "zeebe:input",
|
|
166
|
+
"name": "routing.exchange"
|
|
167
|
+
},
|
|
206
168
|
"constraints": {
|
|
207
169
|
"notEmpty": true
|
|
208
|
-
}
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"label": "Routing key",
|
|
174
|
+
"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>",
|
|
209
175
|
"feel": "optional",
|
|
210
176
|
"group": "routing",
|
|
177
|
+
"type": "String",
|
|
211
178
|
"binding": {
|
|
212
|
-
"
|
|
213
|
-
"
|
|
214
|
-
},
|
|
215
|
-
"condition": {
|
|
216
|
-
"property": "authentication.authType",
|
|
217
|
-
"equals": "credentials",
|
|
218
|
-
"type": "simple"
|
|
179
|
+
"type": "zeebe:input",
|
|
180
|
+
"name": "routing.routingKey"
|
|
219
181
|
},
|
|
220
|
-
"
|
|
182
|
+
"constraints": {
|
|
183
|
+
"notEmpty": true
|
|
184
|
+
}
|
|
221
185
|
},
|
|
222
186
|
{
|
|
223
|
-
"id": "routing.port",
|
|
224
187
|
"label": "Port",
|
|
225
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/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
|
|
226
|
-
"optional": false,
|
|
227
|
-
"constraints": {
|
|
228
|
-
"notEmpty": true
|
|
229
|
-
},
|
|
230
189
|
"feel": "optional",
|
|
231
190
|
"group": "routing",
|
|
191
|
+
"type": "String",
|
|
232
192
|
"binding": {
|
|
233
|
-
"
|
|
234
|
-
"
|
|
235
|
-
},
|
|
236
|
-
"condition": {
|
|
237
|
-
"property": "authentication.authType",
|
|
238
|
-
"equals": "credentials",
|
|
239
|
-
"type": "simple"
|
|
193
|
+
"type": "zeebe:input",
|
|
194
|
+
"name": "routing.port"
|
|
240
195
|
},
|
|
241
|
-
"
|
|
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"
|
|
196
|
+
"constraints": {
|
|
197
|
+
"notEmpty": true
|
|
254
198
|
},
|
|
255
|
-
"
|
|
199
|
+
"condition": {
|
|
200
|
+
"property": "connectionType",
|
|
201
|
+
"equals": "credentials"
|
|
202
|
+
}
|
|
256
203
|
},
|
|
257
204
|
{
|
|
258
|
-
"id": "message.body",
|
|
259
205
|
"label": "Message",
|
|
260
206
|
"description": "Data to send to RabbitMQ",
|
|
261
|
-
"optional": false,
|
|
262
|
-
"constraints": {
|
|
263
|
-
"notEmpty": true
|
|
264
|
-
},
|
|
265
|
-
"feel": "optional",
|
|
266
207
|
"group": "message",
|
|
208
|
+
"type": "Text",
|
|
209
|
+
"feel": "optional",
|
|
267
210
|
"binding": {
|
|
268
|
-
"
|
|
269
|
-
"
|
|
270
|
-
}
|
|
271
|
-
"type": "Text"
|
|
272
|
-
},
|
|
273
|
-
{
|
|
274
|
-
"id": "version",
|
|
275
|
-
"label": "Version",
|
|
276
|
-
"description": "Version of the element template",
|
|
277
|
-
"value": "6",
|
|
278
|
-
"group": "connector",
|
|
279
|
-
"binding": {
|
|
280
|
-
"key": "elementTemplateVersion",
|
|
281
|
-
"type": "zeebe:taskHeader"
|
|
282
|
-
},
|
|
283
|
-
"type": "Hidden"
|
|
211
|
+
"type": "zeebe:input",
|
|
212
|
+
"name": "message.body"
|
|
213
|
+
}
|
|
284
214
|
},
|
|
285
215
|
{
|
|
286
|
-
"
|
|
287
|
-
"
|
|
288
|
-
"
|
|
289
|
-
"
|
|
290
|
-
"
|
|
216
|
+
"label": "Properties",
|
|
217
|
+
"description": "Properties for the message, routing headers, etc.",
|
|
218
|
+
"group": "message",
|
|
219
|
+
"type": "Text",
|
|
220
|
+
"feel": "required",
|
|
221
|
+
"value": "={}",
|
|
291
222
|
"binding": {
|
|
292
|
-
"
|
|
293
|
-
"
|
|
294
|
-
}
|
|
295
|
-
"type": "Hidden"
|
|
223
|
+
"type": "zeebe:input",
|
|
224
|
+
"name": "message.properties"
|
|
225
|
+
}
|
|
296
226
|
},
|
|
297
227
|
{
|
|
298
|
-
"id": "resultVariable",
|
|
299
228
|
"label": "Result variable",
|
|
300
|
-
"description": "
|
|
229
|
+
"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>",
|
|
301
230
|
"group": "output",
|
|
231
|
+
"type": "String",
|
|
302
232
|
"binding": {
|
|
303
|
-
"
|
|
304
|
-
"
|
|
305
|
-
}
|
|
306
|
-
"type": "String"
|
|
233
|
+
"type": "zeebe:taskHeader",
|
|
234
|
+
"key": "resultVariable"
|
|
235
|
+
}
|
|
307
236
|
},
|
|
308
237
|
{
|
|
309
|
-
"id": "resultExpression",
|
|
310
238
|
"label": "Result expression",
|
|
311
|
-
"description": "Expression to map the response into process variables",
|
|
312
|
-
"feel": "required",
|
|
239
|
+
"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>",
|
|
313
240
|
"group": "output",
|
|
241
|
+
"type": "Text",
|
|
242
|
+
"feel": "required",
|
|
314
243
|
"binding": {
|
|
315
|
-
"
|
|
316
|
-
"
|
|
317
|
-
}
|
|
318
|
-
"type": "Text"
|
|
244
|
+
"type": "zeebe:taskHeader",
|
|
245
|
+
"key": "resultExpression"
|
|
246
|
+
}
|
|
319
247
|
},
|
|
320
248
|
{
|
|
321
|
-
"id": "errorExpression",
|
|
322
249
|
"label": "Error expression",
|
|
323
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
250
|
+
"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>",
|
|
251
|
+
"group": "errors",
|
|
252
|
+
"type": "Text",
|
|
324
253
|
"feel": "required",
|
|
325
|
-
"group": "error",
|
|
326
254
|
"binding": {
|
|
327
|
-
"
|
|
328
|
-
"
|
|
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"
|
|
255
|
+
"type": "zeebe:taskHeader",
|
|
256
|
+
"key": "errorExpression"
|
|
257
|
+
}
|
|
356
258
|
}
|
|
357
259
|
],
|
|
358
260
|
"icon": {
|
|
359
|
-
"contents": "data:image/svg+xml;
|
|
261
|
+
"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"
|
|
262
|
+
},
|
|
263
|
+
"engines": {
|
|
264
|
+
"camunda": "^8.2"
|
|
360
265
|
}
|
|
361
266
|
},
|
|
362
267
|
{
|
|
@@ -630,7 +535,7 @@
|
|
|
630
535
|
"id": "io.camunda.connectors.RabbitMQ.v1",
|
|
631
536
|
"description": "Send message to RabbitMQ",
|
|
632
537
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound",
|
|
633
|
-
"version":
|
|
538
|
+
"version": 4,
|
|
634
539
|
"category": {
|
|
635
540
|
"id": "connectors",
|
|
636
541
|
"name": "Connectors"
|
|
@@ -657,29 +562,33 @@
|
|
|
657
562
|
"label": "Output mapping"
|
|
658
563
|
},
|
|
659
564
|
{
|
|
660
|
-
"id": "
|
|
565
|
+
"id": "error",
|
|
661
566
|
"label": "Error handling"
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"id": "retries",
|
|
570
|
+
"label": "Retries"
|
|
662
571
|
}
|
|
663
572
|
],
|
|
664
573
|
"properties": [
|
|
665
574
|
{
|
|
666
|
-
"type": "Hidden",
|
|
667
575
|
"value": "io.camunda:connector-rabbitmq:1",
|
|
668
576
|
"binding": {
|
|
669
|
-
"
|
|
670
|
-
"
|
|
671
|
-
}
|
|
577
|
+
"property": "type",
|
|
578
|
+
"type": "zeebe:taskDefinition"
|
|
579
|
+
},
|
|
580
|
+
"type": "Hidden"
|
|
672
581
|
},
|
|
673
582
|
{
|
|
674
|
-
"id": "
|
|
583
|
+
"id": "authentication.authType",
|
|
675
584
|
"label": "Connection type",
|
|
676
|
-
"group": "authentication",
|
|
677
|
-
"type": "Dropdown",
|
|
678
585
|
"value": "uri",
|
|
586
|
+
"group": "authentication",
|
|
679
587
|
"binding": {
|
|
680
|
-
"
|
|
681
|
-
"
|
|
588
|
+
"name": "authentication.authType",
|
|
589
|
+
"type": "zeebe:input"
|
|
682
590
|
},
|
|
591
|
+
"type": "Dropdown",
|
|
683
592
|
"choices": [
|
|
684
593
|
{
|
|
685
594
|
"name": "URI",
|
|
@@ -692,201 +601,258 @@
|
|
|
692
601
|
]
|
|
693
602
|
},
|
|
694
603
|
{
|
|
604
|
+
"id": "authentication.uri",
|
|
695
605
|
"label": "URI",
|
|
696
606
|
"description": "URI should contain username, password, host name, port number, and virtual host",
|
|
607
|
+
"optional": false,
|
|
608
|
+
"constraints": {
|
|
609
|
+
"notEmpty": true
|
|
610
|
+
},
|
|
611
|
+
"feel": "optional",
|
|
697
612
|
"group": "authentication",
|
|
698
|
-
"type": "String",
|
|
699
613
|
"binding": {
|
|
700
|
-
"
|
|
701
|
-
"
|
|
702
|
-
},
|
|
703
|
-
"constraints": {
|
|
704
|
-
"notEmpty": true,
|
|
705
|
-
"pattern": {
|
|
706
|
-
"value": "^(=|(amqps?://|\\{\\{secrets\\..+\\}\\}).*$)",
|
|
707
|
-
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
708
|
-
}
|
|
614
|
+
"name": "authentication.uri",
|
|
615
|
+
"type": "zeebe:input"
|
|
709
616
|
},
|
|
710
617
|
"condition": {
|
|
711
|
-
"property": "
|
|
712
|
-
"equals": "uri"
|
|
713
|
-
|
|
618
|
+
"property": "authentication.authType",
|
|
619
|
+
"equals": "uri",
|
|
620
|
+
"type": "simple"
|
|
621
|
+
},
|
|
622
|
+
"type": "String"
|
|
714
623
|
},
|
|
715
624
|
{
|
|
625
|
+
"id": "authentication.userName",
|
|
716
626
|
"label": "Username",
|
|
627
|
+
"optional": false,
|
|
628
|
+
"constraints": {
|
|
629
|
+
"notEmpty": true
|
|
630
|
+
},
|
|
631
|
+
"feel": "optional",
|
|
717
632
|
"group": "authentication",
|
|
718
|
-
"type": "String",
|
|
719
633
|
"binding": {
|
|
720
|
-
"
|
|
721
|
-
"
|
|
634
|
+
"name": "authentication.userName",
|
|
635
|
+
"type": "zeebe:input"
|
|
722
636
|
},
|
|
637
|
+
"condition": {
|
|
638
|
+
"property": "authentication.authType",
|
|
639
|
+
"equals": "credentials",
|
|
640
|
+
"type": "simple"
|
|
641
|
+
},
|
|
642
|
+
"type": "String"
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"id": "authentication.password",
|
|
646
|
+
"label": "Password",
|
|
647
|
+
"optional": false,
|
|
723
648
|
"constraints": {
|
|
724
649
|
"notEmpty": true
|
|
725
650
|
},
|
|
651
|
+
"feel": "optional",
|
|
652
|
+
"group": "authentication",
|
|
653
|
+
"binding": {
|
|
654
|
+
"name": "authentication.password",
|
|
655
|
+
"type": "zeebe:input"
|
|
656
|
+
},
|
|
726
657
|
"condition": {
|
|
727
|
-
"property": "
|
|
728
|
-
"equals": "credentials"
|
|
729
|
-
|
|
658
|
+
"property": "authentication.authType",
|
|
659
|
+
"equals": "credentials",
|
|
660
|
+
"type": "simple"
|
|
661
|
+
},
|
|
662
|
+
"type": "String"
|
|
730
663
|
},
|
|
731
664
|
{
|
|
732
|
-
"
|
|
733
|
-
"
|
|
734
|
-
"
|
|
665
|
+
"id": "routing.exchange",
|
|
666
|
+
"label": "Exchange",
|
|
667
|
+
"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>",
|
|
668
|
+
"optional": false,
|
|
669
|
+
"constraints": {
|
|
670
|
+
"notEmpty": true
|
|
671
|
+
},
|
|
672
|
+
"feel": "optional",
|
|
673
|
+
"group": "routing",
|
|
735
674
|
"binding": {
|
|
736
|
-
"
|
|
737
|
-
"
|
|
675
|
+
"name": "routing.exchange",
|
|
676
|
+
"type": "zeebe:input"
|
|
738
677
|
},
|
|
678
|
+
"type": "String"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"id": "routing.routingKey",
|
|
682
|
+
"label": "Routing key",
|
|
683
|
+
"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>",
|
|
684
|
+
"optional": false,
|
|
739
685
|
"constraints": {
|
|
740
686
|
"notEmpty": true
|
|
741
687
|
},
|
|
742
|
-
"condition": {
|
|
743
|
-
"property": "connectionType",
|
|
744
|
-
"equals": "credentials"
|
|
745
|
-
}
|
|
746
|
-
},
|
|
747
|
-
{
|
|
748
|
-
"label": "Host name",
|
|
749
|
-
"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>",
|
|
750
688
|
"feel": "optional",
|
|
751
689
|
"group": "routing",
|
|
752
|
-
"type": "String",
|
|
753
690
|
"binding": {
|
|
754
|
-
"
|
|
755
|
-
"
|
|
756
|
-
},
|
|
757
|
-
"constraints": {
|
|
758
|
-
"notEmpty": true
|
|
691
|
+
"name": "routing.routingKey",
|
|
692
|
+
"type": "zeebe:input"
|
|
759
693
|
},
|
|
760
|
-
"
|
|
761
|
-
"property": "connectionType",
|
|
762
|
-
"equals": "credentials"
|
|
763
|
-
}
|
|
694
|
+
"type": "String"
|
|
764
695
|
},
|
|
765
696
|
{
|
|
697
|
+
"id": "routing.virtualHost",
|
|
766
698
|
"label": "Virtual host",
|
|
767
699
|
"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>",
|
|
768
|
-
"
|
|
769
|
-
"group": "routing",
|
|
770
|
-
"type": "String",
|
|
771
|
-
"binding": {
|
|
772
|
-
"type": "zeebe:input",
|
|
773
|
-
"name": "routing.virtualHost"
|
|
774
|
-
},
|
|
700
|
+
"optional": false,
|
|
775
701
|
"constraints": {
|
|
776
702
|
"notEmpty": true
|
|
777
703
|
},
|
|
778
|
-
"condition": {
|
|
779
|
-
"property": "connectionType",
|
|
780
|
-
"equals": "credentials"
|
|
781
|
-
}
|
|
782
|
-
},
|
|
783
|
-
{
|
|
784
|
-
"label": "Exchange",
|
|
785
|
-
"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>",
|
|
786
704
|
"feel": "optional",
|
|
787
705
|
"group": "routing",
|
|
788
|
-
"type": "String",
|
|
789
706
|
"binding": {
|
|
790
|
-
"
|
|
791
|
-
"
|
|
707
|
+
"name": "routing.virtualHost",
|
|
708
|
+
"type": "zeebe:input"
|
|
792
709
|
},
|
|
793
|
-
"
|
|
794
|
-
"
|
|
795
|
-
|
|
710
|
+
"condition": {
|
|
711
|
+
"property": "authentication.authType",
|
|
712
|
+
"equals": "credentials",
|
|
713
|
+
"type": "simple"
|
|
714
|
+
},
|
|
715
|
+
"type": "String"
|
|
796
716
|
},
|
|
797
717
|
{
|
|
798
|
-
"
|
|
799
|
-
"
|
|
718
|
+
"id": "routing.hostName",
|
|
719
|
+
"label": "Host name",
|
|
720
|
+
"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>",
|
|
721
|
+
"optional": false,
|
|
722
|
+
"constraints": {
|
|
723
|
+
"notEmpty": true
|
|
724
|
+
},
|
|
800
725
|
"feel": "optional",
|
|
801
726
|
"group": "routing",
|
|
802
|
-
"type": "String",
|
|
803
727
|
"binding": {
|
|
804
|
-
"
|
|
805
|
-
"
|
|
728
|
+
"name": "routing.hostName",
|
|
729
|
+
"type": "zeebe:input"
|
|
806
730
|
},
|
|
807
|
-
"
|
|
808
|
-
"
|
|
809
|
-
|
|
731
|
+
"condition": {
|
|
732
|
+
"property": "authentication.authType",
|
|
733
|
+
"equals": "credentials",
|
|
734
|
+
"type": "simple"
|
|
735
|
+
},
|
|
736
|
+
"type": "String"
|
|
810
737
|
},
|
|
811
738
|
{
|
|
739
|
+
"id": "routing.port",
|
|
812
740
|
"label": "Port",
|
|
813
741
|
"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>",
|
|
742
|
+
"optional": false,
|
|
743
|
+
"constraints": {
|
|
744
|
+
"notEmpty": true
|
|
745
|
+
},
|
|
814
746
|
"feel": "optional",
|
|
815
747
|
"group": "routing",
|
|
816
|
-
"type": "String",
|
|
817
748
|
"binding": {
|
|
818
|
-
"
|
|
819
|
-
"
|
|
820
|
-
},
|
|
821
|
-
"constraints": {
|
|
822
|
-
"notEmpty": true
|
|
749
|
+
"name": "routing.port",
|
|
750
|
+
"type": "zeebe:input"
|
|
823
751
|
},
|
|
824
752
|
"condition": {
|
|
825
|
-
"property": "
|
|
826
|
-
"equals": "credentials"
|
|
827
|
-
|
|
753
|
+
"property": "authentication.authType",
|
|
754
|
+
"equals": "credentials",
|
|
755
|
+
"type": "simple"
|
|
756
|
+
},
|
|
757
|
+
"type": "String"
|
|
828
758
|
},
|
|
829
759
|
{
|
|
830
|
-
"
|
|
831
|
-
"
|
|
760
|
+
"id": "message.properties",
|
|
761
|
+
"label": "Properties",
|
|
762
|
+
"description": "Properties for the message, routing headers, etc",
|
|
763
|
+
"optional": true,
|
|
764
|
+
"value": "={}",
|
|
765
|
+
"feel": "required",
|
|
832
766
|
"group": "message",
|
|
833
|
-
"type": "Text",
|
|
834
|
-
"feel": "optional",
|
|
835
767
|
"binding": {
|
|
836
|
-
"
|
|
837
|
-
"
|
|
838
|
-
}
|
|
768
|
+
"name": "message.properties",
|
|
769
|
+
"type": "zeebe:input"
|
|
770
|
+
},
|
|
771
|
+
"type": "Text"
|
|
839
772
|
},
|
|
840
773
|
{
|
|
841
|
-
"
|
|
842
|
-
"
|
|
774
|
+
"id": "message.body",
|
|
775
|
+
"label": "Message",
|
|
776
|
+
"description": "Data to send to RabbitMQ",
|
|
777
|
+
"optional": false,
|
|
778
|
+
"constraints": {
|
|
779
|
+
"notEmpty": true
|
|
780
|
+
},
|
|
781
|
+
"feel": "optional",
|
|
843
782
|
"group": "message",
|
|
844
|
-
"type": "Text",
|
|
845
|
-
"feel": "required",
|
|
846
|
-
"value": "={}",
|
|
847
783
|
"binding": {
|
|
848
|
-
"
|
|
849
|
-
"
|
|
850
|
-
}
|
|
784
|
+
"name": "message.body",
|
|
785
|
+
"type": "zeebe:input"
|
|
786
|
+
},
|
|
787
|
+
"type": "Text"
|
|
851
788
|
},
|
|
852
789
|
{
|
|
790
|
+
"id": "resultVariable",
|
|
853
791
|
"label": "Result variable",
|
|
854
|
-
"description": "
|
|
792
|
+
"description": "Name of variable to store the response in",
|
|
855
793
|
"group": "output",
|
|
856
|
-
"type": "String",
|
|
857
794
|
"binding": {
|
|
858
|
-
"
|
|
859
|
-
"
|
|
860
|
-
}
|
|
795
|
+
"key": "resultVariable",
|
|
796
|
+
"type": "zeebe:taskHeader"
|
|
797
|
+
},
|
|
798
|
+
"type": "String"
|
|
861
799
|
},
|
|
862
800
|
{
|
|
801
|
+
"id": "resultExpression",
|
|
863
802
|
"label": "Result expression",
|
|
864
|
-
"description": "Expression to map the response into process variables
|
|
865
|
-
"group": "output",
|
|
866
|
-
"type": "Text",
|
|
803
|
+
"description": "Expression to map the response into process variables",
|
|
867
804
|
"feel": "required",
|
|
805
|
+
"group": "output",
|
|
868
806
|
"binding": {
|
|
869
|
-
"
|
|
870
|
-
"
|
|
871
|
-
}
|
|
807
|
+
"key": "resultExpression",
|
|
808
|
+
"type": "zeebe:taskHeader"
|
|
809
|
+
},
|
|
810
|
+
"type": "Text"
|
|
872
811
|
},
|
|
873
812
|
{
|
|
813
|
+
"id": "errorExpression",
|
|
874
814
|
"label": "Error expression",
|
|
875
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
876
|
-
"group": "errors",
|
|
877
|
-
"type": "Text",
|
|
815
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
878
816
|
"feel": "required",
|
|
817
|
+
"group": "error",
|
|
879
818
|
"binding": {
|
|
880
|
-
"
|
|
881
|
-
"
|
|
882
|
-
}
|
|
819
|
+
"key": "errorExpression",
|
|
820
|
+
"type": "zeebe:taskHeader"
|
|
821
|
+
},
|
|
822
|
+
"type": "Text"
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"id": "retryCount",
|
|
826
|
+
"label": "Retries",
|
|
827
|
+
"description": "Number of retries",
|
|
828
|
+
"value": "3",
|
|
829
|
+
"feel": "optional",
|
|
830
|
+
"group": "retries",
|
|
831
|
+
"binding": {
|
|
832
|
+
"property": "retries",
|
|
833
|
+
"type": "zeebe:taskDefinition"
|
|
834
|
+
},
|
|
835
|
+
"type": "String"
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
"id": "retryBackoff",
|
|
839
|
+
"label": "Retry backoff",
|
|
840
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
841
|
+
"value": "PT0S",
|
|
842
|
+
"feel": "optional",
|
|
843
|
+
"group": "retries",
|
|
844
|
+
"binding": {
|
|
845
|
+
"key": "retryBackoff",
|
|
846
|
+
"type": "zeebe:taskHeader"
|
|
847
|
+
},
|
|
848
|
+
"type": "String"
|
|
883
849
|
}
|
|
884
850
|
],
|
|
885
851
|
"icon": {
|
|
886
|
-
"contents": "data:image/svg+xml;
|
|
852
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
|
|
887
853
|
},
|
|
888
854
|
"engines": {
|
|
889
|
-
"camunda": "^8.
|
|
855
|
+
"camunda": "^8.5"
|
|
890
856
|
}
|
|
891
857
|
},
|
|
892
858
|
{
|
|
@@ -1160,7 +1126,7 @@
|
|
|
1160
1126
|
"id": "io.camunda.connectors.RabbitMQ.v1",
|
|
1161
1127
|
"description": "Send message to RabbitMQ",
|
|
1162
1128
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound",
|
|
1163
|
-
"version":
|
|
1129
|
+
"version": 5,
|
|
1164
1130
|
"category": {
|
|
1165
1131
|
"id": "connectors",
|
|
1166
1132
|
"name": "Connectors"
|
|
@@ -1231,7 +1197,11 @@
|
|
|
1231
1197
|
"description": "URI should contain username, password, host name, port number, and virtual host",
|
|
1232
1198
|
"optional": false,
|
|
1233
1199
|
"constraints": {
|
|
1234
|
-
"notEmpty": true
|
|
1200
|
+
"notEmpty": true,
|
|
1201
|
+
"pattern": {
|
|
1202
|
+
"value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
|
|
1203
|
+
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
1204
|
+
}
|
|
1235
1205
|
},
|
|
1236
1206
|
"feel": "optional",
|
|
1237
1207
|
"group": "authentication",
|
|
@@ -1485,8 +1455,17 @@
|
|
|
1485
1455
|
"name": "RabbitMQ Outbound Connector",
|
|
1486
1456
|
"id": "io.camunda.connectors.RabbitMQ.v1",
|
|
1487
1457
|
"description": "Send message to RabbitMQ",
|
|
1458
|
+
"keywords": [
|
|
1459
|
+
"publish message",
|
|
1460
|
+
"send message",
|
|
1461
|
+
"message queue",
|
|
1462
|
+
"AMQP",
|
|
1463
|
+
"produce event",
|
|
1464
|
+
"message broker",
|
|
1465
|
+
"queue"
|
|
1466
|
+
],
|
|
1488
1467
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound",
|
|
1489
|
-
"version":
|
|
1468
|
+
"version": 6,
|
|
1490
1469
|
"category": {
|
|
1491
1470
|
"id": "connectors",
|
|
1492
1471
|
"name": "Connectors"
|
|
@@ -1495,6 +1474,9 @@
|
|
|
1495
1474
|
"elementType": {
|
|
1496
1475
|
"value": "bpmn:ServiceTask"
|
|
1497
1476
|
},
|
|
1477
|
+
"engines": {
|
|
1478
|
+
"camunda": "^8.3"
|
|
1479
|
+
},
|
|
1498
1480
|
"groups": [
|
|
1499
1481
|
{
|
|
1500
1482
|
"id": "authentication",
|
|
@@ -1508,6 +1490,10 @@
|
|
|
1508
1490
|
"id": "message",
|
|
1509
1491
|
"label": "Message"
|
|
1510
1492
|
},
|
|
1493
|
+
{
|
|
1494
|
+
"id": "connector",
|
|
1495
|
+
"label": "Connector"
|
|
1496
|
+
},
|
|
1511
1497
|
{
|
|
1512
1498
|
"id": "output",
|
|
1513
1499
|
"label": "Output mapping"
|
|
@@ -1741,10 +1727,34 @@
|
|
|
1741
1727
|
},
|
|
1742
1728
|
"type": "Text"
|
|
1743
1729
|
},
|
|
1730
|
+
{
|
|
1731
|
+
"id": "version",
|
|
1732
|
+
"label": "Version",
|
|
1733
|
+
"description": "Version of the element template",
|
|
1734
|
+
"value": "6",
|
|
1735
|
+
"group": "connector",
|
|
1736
|
+
"binding": {
|
|
1737
|
+
"key": "elementTemplateVersion",
|
|
1738
|
+
"type": "zeebe:taskHeader"
|
|
1739
|
+
},
|
|
1740
|
+
"type": "Hidden"
|
|
1741
|
+
},
|
|
1742
|
+
{
|
|
1743
|
+
"id": "id",
|
|
1744
|
+
"label": "ID",
|
|
1745
|
+
"description": "ID of the element template",
|
|
1746
|
+
"value": "io.camunda.connectors.RabbitMQ.v1",
|
|
1747
|
+
"group": "connector",
|
|
1748
|
+
"binding": {
|
|
1749
|
+
"key": "elementTemplateId",
|
|
1750
|
+
"type": "zeebe:taskHeader"
|
|
1751
|
+
},
|
|
1752
|
+
"type": "Hidden"
|
|
1753
|
+
},
|
|
1744
1754
|
{
|
|
1745
1755
|
"id": "resultVariable",
|
|
1746
1756
|
"label": "Result variable",
|
|
1747
|
-
"description": "Name of variable to store the response in",
|
|
1757
|
+
"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>.",
|
|
1748
1758
|
"group": "output",
|
|
1749
1759
|
"binding": {
|
|
1750
1760
|
"key": "resultVariable",
|
|
@@ -1755,7 +1765,7 @@
|
|
|
1755
1765
|
{
|
|
1756
1766
|
"id": "resultExpression",
|
|
1757
1767
|
"label": "Result expression",
|
|
1758
|
-
"description": "Expression to map the response into process variables",
|
|
1768
|
+
"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>.",
|
|
1759
1769
|
"feel": "required",
|
|
1760
1770
|
"group": "output",
|
|
1761
1771
|
"binding": {
|
|
@@ -1794,7 +1804,6 @@
|
|
|
1794
1804
|
"label": "Retry backoff",
|
|
1795
1805
|
"description": "ISO-8601 duration to wait between retries",
|
|
1796
1806
|
"value": "PT0S",
|
|
1797
|
-
"feel": "optional",
|
|
1798
1807
|
"group": "retries",
|
|
1799
1808
|
"binding": {
|
|
1800
1809
|
"key": "retryBackoff",
|
|
@@ -1805,9 +1814,6 @@
|
|
|
1805
1814
|
],
|
|
1806
1815
|
"icon": {
|
|
1807
1816
|
"contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
|
|
1808
|
-
},
|
|
1809
|
-
"engines": {
|
|
1810
|
-
"camunda": "^8.5"
|
|
1811
1817
|
}
|
|
1812
1818
|
}
|
|
1813
1819
|
]
|