@camunda/connectors-element-templates 1.0.5 → 1.0.6

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.
Files changed (84) hide show
  1. package/package.json +1 -1
  2. package/src/connectors.js +2 -0
  3. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +170 -13
  4. package/src/element-templates/agenticai-aiagent-outbound-connector.json +1596 -389
  5. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
  6. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -1
  7. package/src/element-templates/asana-connector.json +104 -104
  8. package/src/element-templates/automation-anywhere-outbound-connector.json +1207 -1201
  9. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  10. package/src/element-templates/aws-dynamodb-outbound-connector.json +1404 -1404
  11. package/src/element-templates/aws-eventbridge-connector-boundary.json +28 -28
  12. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  13. package/src/element-templates/aws-eventbridge-connector-start-event.json +13 -10
  14. package/src/element-templates/aws-eventbridge-outbound-connector.json +474 -474
  15. package/src/element-templates/aws-lambda-outbound-connector.json +51 -51
  16. package/src/element-templates/aws-s3-outbound-connector.json +30 -30
  17. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  18. package/src/element-templates/aws-sns-inbound-boundary.json +283 -283
  19. package/src/element-templates/aws-sns-inbound-intermediate.json +467 -467
  20. package/src/element-templates/aws-sns-inbound-message-start.json +98 -98
  21. package/src/element-templates/aws-sns-inbound-start-event.json +132 -132
  22. package/src/element-templates/aws-sns-outbound-connector.json +719 -719
  23. package/src/element-templates/aws-sqs-boundary-connector.json +420 -420
  24. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +958 -958
  25. package/src/element-templates/aws-sqs-outbound-connector.json +421 -421
  26. package/src/element-templates/aws-sqs-start-event-connector.json +388 -388
  27. package/src/element-templates/aws-sqs-start-message.json +463 -463
  28. package/src/element-templates/azure-blobstorage-outbound-connector.json +1 -1
  29. package/src/element-templates/azure-open-ai-connector.json +32 -32
  30. package/src/element-templates/blue-prism-connector.json +57 -57
  31. package/src/element-templates/box-outbound-connector.json +30 -30
  32. package/src/element-templates/csv-outbound-connector.json +392 -0
  33. package/src/element-templates/easy-post-connector.json +269 -269
  34. package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
  35. package/src/element-templates/email-outbound-connector.json +231 -231
  36. package/src/element-templates/embeddings-vector-database-outbound-connector.json +3473 -150
  37. package/src/element-templates/github-connector.json +2930 -2930
  38. package/src/element-templates/github-webhook-connector-boundary.json +21 -21
  39. package/src/element-templates/github-webhook-connector-intermediate.json +35 -35
  40. package/src/element-templates/github-webhook-connector-message-start.json +21 -21
  41. package/src/element-templates/github-webhook-connector-start-event.json +35 -32
  42. package/src/element-templates/gitlab-connector.json +1561 -1561
  43. package/src/element-templates/google-drive-outbound-connector.json +363 -363
  44. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  45. package/src/element-templates/google-maps-platform-connector.json +76 -76
  46. package/src/element-templates/google-sheets-outbound-connector.json +1177 -1177
  47. package/src/element-templates/graphql-outbound-connector.json +1182 -1182
  48. package/src/element-templates/http-json-connector.json +2332 -2332
  49. package/src/element-templates/http-polling-boundary-catch-event-connector.json +261 -558
  50. package/src/element-templates/http-polling-connector.json +259 -556
  51. package/src/element-templates/hugging-face-connector.json +34 -34
  52. package/src/element-templates/jdbc-outbound-connector.json +404 -2
  53. package/src/element-templates/kafka-inbound-connector-boundary.json +624 -624
  54. package/src/element-templates/kafka-inbound-connector-intermediate.json +1018 -1018
  55. package/src/element-templates/kafka-inbound-connector-start-message.json +532 -532
  56. package/src/element-templates/kafka-inbound-connector.json +240 -237
  57. package/src/element-templates/kafka-outbound-connector.json +588 -588
  58. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  59. package/src/element-templates/microsoft-teams-outbound-connector.json +3730 -3730
  60. package/src/element-templates/openai-connector.json +117 -117
  61. package/src/element-templates/operate-connector.json +68 -68
  62. package/src/element-templates/power-automate-connector.json +12 -12
  63. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +437 -437
  64. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +581 -581
  65. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +451 -451
  66. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +354 -354
  67. package/src/element-templates/rabbitmq-outbound-connector.json +666 -666
  68. package/src/element-templates/salesforce-connector.json +40 -40
  69. package/src/element-templates/sendgrid-outbound-connector.json +487 -487
  70. package/src/element-templates/slack-inbound-boundary.json +301 -301
  71. package/src/element-templates/slack-inbound-intermediate.json +307 -307
  72. package/src/element-templates/slack-inbound-message-start.json +350 -350
  73. package/src/element-templates/slack-inbound-start-event.json +213 -210
  74. package/src/element-templates/slack-outbound-connector.json +739 -739
  75. package/src/element-templates/twilio-connector.json +88 -88
  76. package/src/element-templates/twilio-webhook-connector.json +13 -10
  77. package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
  78. package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
  79. package/src/element-templates/uipath-connector.json +49 -49
  80. package/src/element-templates/webhook-connector-boundary.json +1644 -1644
  81. package/src/element-templates/webhook-connector-intermediate.json +972 -972
  82. package/src/element-templates/webhook-connector-start-event.json +556 -553
  83. package/src/element-templates/webhook-connector-start-message.json +33 -33
  84. package/src/element-templates/whatsapp-connector.json +6 -6
@@ -1,14 +1,11 @@
1
1
  [
2
2
  {
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
- "name": "RabbitMQ Outbound Connector",
4
+ "name": "RabbitMQ connector",
5
5
  "id": "io.camunda.connectors.RabbitMQ.v1",
6
6
  "description": "Send message to RabbitMQ",
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,
7
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/",
8
+ "version": 1,
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": "error",
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
- "property": "type",
58
- "type": "zeebe:taskDefinition"
59
- },
60
- "type": "Hidden"
44
+ "type": "zeebe:taskDefinition",
45
+ "property": "type"
46
+ }
61
47
  },
62
48
  {
63
- "id": "authentication.authType",
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
- "name": "authentication.authType",
69
- "type": "zeebe:input"
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
- "optional": false,
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?://|secrets|\\{\\{).*$)",
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": "authentication.authType",
103
- "equals": "uri",
104
- "type": "simple"
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
- "name": "authentication.userName",
119
- "type": "zeebe:input"
95
+ "type": "zeebe:input",
96
+ "name": "authentication.userName"
120
97
  },
121
- "condition": {
122
- "property": "authentication.authType",
123
- "equals": "credentials",
124
- "type": "simple"
98
+ "constraints": {
99
+ "notEmpty": true
125
100
  },
126
- "type": "String"
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
- "name": "authentication.password",
139
- "type": "zeebe:input"
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/#routing-data\"target=\"_blank\">documentation</a>",
156
125
  "feel": "optional",
157
126
  "group": "routing",
127
+ "type": "String",
158
128
  "binding": {
159
- "name": "routing.exchange",
160
- "type": "zeebe:input"
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
  },
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>",
172
143
  "feel": "optional",
173
144
  "group": "routing",
145
+ "type": "String",
174
146
  "binding": {
175
- "name": "routing.routingKey",
176
- "type": "zeebe:input"
147
+ "type": "zeebe:input",
148
+ "name": "routing.virtualHost"
177
149
  },
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,
185
150
  "constraints": {
186
151
  "notEmpty": true
187
152
  },
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>",
188
161
  "feel": "optional",
189
162
  "group": "routing",
163
+ "type": "String",
190
164
  "binding": {
191
- "name": "routing.virtualHost",
192
- "type": "zeebe:input"
193
- },
194
- "condition": {
195
- "property": "authentication.authType",
196
- "equals": "credentials",
197
- "type": "simple"
165
+ "type": "zeebe:input",
166
+ "name": "routing.exchange"
198
167
  },
199
- "type": "String"
200
- },
201
- {
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
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/#routing-data\"target=\"_blank\">documentation</a>",
209
175
  "feel": "optional",
210
176
  "group": "routing",
177
+ "type": "String",
211
178
  "binding": {
212
- "name": "routing.hostName",
213
- "type": "zeebe:input"
214
- },
215
- "condition": {
216
- "property": "authentication.authType",
217
- "equals": "credentials",
218
- "type": "simple"
179
+ "type": "zeebe:input",
180
+ "name": "routing.routingKey"
219
181
  },
220
- "type": "String"
182
+ "constraints": {
183
+ "notEmpty": true
184
+ }
221
185
  },
222
186
  {
223
- "id": "routing.port",
224
187
  "label": "Port",
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
- },
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/#routing-data\"target=\"_blank\">documentation</a>",
230
189
  "feel": "optional",
231
190
  "group": "routing",
191
+ "type": "String",
232
192
  "binding": {
233
- "name": "routing.port",
234
- "type": "zeebe:input"
193
+ "type": "zeebe:input",
194
+ "name": "routing.port"
235
195
  },
236
- "condition": {
237
- "property": "authentication.authType",
238
- "equals": "credentials",
239
- "type": "simple"
196
+ "constraints": {
197
+ "notEmpty": true
240
198
  },
241
- "type": "String"
199
+ "condition": {
200
+ "property": "connectionType",
201
+ "equals": "credentials"
202
+ }
242
203
  },
243
204
  {
244
- "id": "message.properties",
245
- "label": "Properties",
246
- "description": "Properties for the message, routing headers, etc",
247
- "optional": true,
248
- "value": "={}",
249
- "feel": "required",
205
+ "label": "Message",
206
+ "description": "Data to send to RabbitMQ",
250
207
  "group": "message",
208
+ "type": "Text",
209
+ "feel": "optional",
251
210
  "binding": {
252
- "name": "message.properties",
253
- "type": "zeebe:input"
254
- },
255
- "type": "Text"
211
+ "type": "zeebe:input",
212
+ "name": "message.body"
213
+ }
256
214
  },
257
215
  {
258
- "id": "message.body",
259
- "label": "Message",
260
- "description": "Data to send to RabbitMQ",
261
- "optional": false,
262
- "constraints": {
263
- "notEmpty": true
264
- },
265
- "feel": "optional",
216
+ "label": "Properties",
217
+ "description": "Properties for the message, routing headers, etc.",
266
218
  "group": "message",
219
+ "type": "Text",
220
+ "feel": "required",
221
+ "value": "={}",
267
222
  "binding": {
268
- "name": "message.body",
269
- "type": "zeebe:input"
270
- },
271
- "type": "Text"
223
+ "type": "zeebe:input",
224
+ "name": "message.properties"
225
+ }
272
226
  },
273
227
  {
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"
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"
296
- },
297
- {
298
- "id": "resultVariable",
299
228
  "label": "Result variable",
300
- "description": "Name of variable to store the response in",
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
- "key": "resultVariable",
304
- "type": "zeebe:taskHeader"
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
- "key": "resultExpression",
316
- "type": "zeebe:taskHeader"
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/\" target=\"_blank\">documentation</a>.",
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
- "binding": {
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
254
  "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;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
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
  {
@@ -365,7 +270,7 @@
365
270
  "id": "io.camunda.connectors.RabbitMQ.v1",
366
271
  "description": "Send message to RabbitMQ",
367
272
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound",
368
- "version": 4,
273
+ "version": 5,
369
274
  "category": {
370
275
  "id": "connectors",
371
276
  "name": "Connectors"
@@ -436,7 +341,11 @@
436
341
  "description": "URI should contain username, password, host name, port number, and virtual host",
437
342
  "optional": false,
438
343
  "constraints": {
439
- "notEmpty": true
344
+ "notEmpty": true,
345
+ "pattern": {
346
+ "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
347
+ "message": "Must start with amqp(s):// or contain a secret reference"
348
+ }
440
349
  },
441
350
  "feel": "optional",
442
351
  "group": "authentication",
@@ -687,11 +596,11 @@
687
596
  },
688
597
  {
689
598
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
690
- "name": "RabbitMQ connector",
599
+ "name": "RabbitMQ Outbound Connector",
691
600
  "id": "io.camunda.connectors.RabbitMQ.v1",
692
601
  "description": "Send message to RabbitMQ",
693
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/",
694
- "version": 2,
602
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound",
603
+ "version": 3,
695
604
  "category": {
696
605
  "id": "connectors",
697
606
  "name": "Connectors"
@@ -764,7 +673,7 @@
764
673
  "constraints": {
765
674
  "notEmpty": true,
766
675
  "pattern": {
767
- "value": "^(=|(amqps?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
676
+ "value": "^(=|(amqps?://|\\{\\{secrets\\..+\\}\\}).*$)",
768
677
  "message": "Must start with amqp(s):// or contain a secret reference"
769
678
  }
770
679
  },
@@ -807,7 +716,7 @@
807
716
  },
808
717
  {
809
718
  "label": "Host name",
810
- "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>",
719
+ "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>",
811
720
  "feel": "optional",
812
721
  "group": "routing",
813
722
  "type": "String",
@@ -825,7 +734,7 @@
825
734
  },
826
735
  {
827
736
  "label": "Virtual host",
828
- "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>",
737
+ "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>",
829
738
  "feel": "optional",
830
739
  "group": "routing",
831
740
  "type": "String",
@@ -843,7 +752,7 @@
843
752
  },
844
753
  {
845
754
  "label": "Exchange",
846
- "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>",
755
+ "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>",
847
756
  "feel": "optional",
848
757
  "group": "routing",
849
758
  "type": "String",
@@ -857,7 +766,7 @@
857
766
  },
858
767
  {
859
768
  "label": "Routing key",
860
- "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>",
769
+ "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>",
861
770
  "feel": "optional",
862
771
  "group": "routing",
863
772
  "type": "String",
@@ -871,7 +780,7 @@
871
780
  },
872
781
  {
873
782
  "label": "Port",
874
- "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>",
783
+ "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>",
875
784
  "feel": "optional",
876
785
  "group": "routing",
877
786
  "type": "String",
@@ -952,11 +861,11 @@
952
861
  },
953
862
  {
954
863
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
955
- "name": "RabbitMQ connector",
864
+ "name": "RabbitMQ Outbound Connector",
956
865
  "id": "io.camunda.connectors.RabbitMQ.v1",
957
866
  "description": "Send message to RabbitMQ",
958
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/",
959
- "version": 1,
867
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound",
868
+ "version": 4,
960
869
  "category": {
961
870
  "id": "connectors",
962
871
  "name": "Connectors"
@@ -983,29 +892,33 @@
983
892
  "label": "Output mapping"
984
893
  },
985
894
  {
986
- "id": "errors",
895
+ "id": "error",
987
896
  "label": "Error handling"
897
+ },
898
+ {
899
+ "id": "retries",
900
+ "label": "Retries"
988
901
  }
989
902
  ],
990
903
  "properties": [
991
904
  {
992
- "type": "Hidden",
993
905
  "value": "io.camunda:connector-rabbitmq:1",
994
906
  "binding": {
995
- "type": "zeebe:taskDefinition",
996
- "property": "type"
997
- }
907
+ "property": "type",
908
+ "type": "zeebe:taskDefinition"
909
+ },
910
+ "type": "Hidden"
998
911
  },
999
912
  {
1000
- "id": "connectionType",
913
+ "id": "authentication.authType",
1001
914
  "label": "Connection type",
1002
- "group": "authentication",
1003
- "type": "Dropdown",
1004
915
  "value": "uri",
916
+ "group": "authentication",
1005
917
  "binding": {
1006
- "type": "zeebe:input",
1007
- "name": "authentication.authType"
918
+ "name": "authentication.authType",
919
+ "type": "zeebe:input"
1008
920
  },
921
+ "type": "Dropdown",
1009
922
  "choices": [
1010
923
  {
1011
924
  "name": "URI",
@@ -1018,210 +931,267 @@
1018
931
  ]
1019
932
  },
1020
933
  {
934
+ "id": "authentication.uri",
1021
935
  "label": "URI",
1022
936
  "description": "URI should contain username, password, host name, port number, and virtual host",
937
+ "optional": false,
938
+ "constraints": {
939
+ "notEmpty": true
940
+ },
941
+ "feel": "optional",
1023
942
  "group": "authentication",
1024
- "type": "String",
1025
943
  "binding": {
1026
- "type": "zeebe:input",
1027
- "name": "authentication.uri"
1028
- },
1029
- "constraints": {
1030
- "notEmpty": true,
1031
- "pattern": {
1032
- "value": "^(amqps?://)|(secrets).*",
1033
- "message": "Must start with amqp(s):// or contain a secret reference"
1034
- }
944
+ "name": "authentication.uri",
945
+ "type": "zeebe:input"
1035
946
  },
1036
947
  "condition": {
1037
- "property": "connectionType",
1038
- "equals": "uri"
1039
- }
948
+ "property": "authentication.authType",
949
+ "equals": "uri",
950
+ "type": "simple"
951
+ },
952
+ "type": "String"
1040
953
  },
1041
954
  {
955
+ "id": "authentication.userName",
1042
956
  "label": "Username",
1043
- "group": "authentication",
1044
- "type": "String",
1045
- "binding": {
1046
- "type": "zeebe:input",
1047
- "name": "authentication.userName"
1048
- },
957
+ "optional": false,
1049
958
  "constraints": {
1050
959
  "notEmpty": true
1051
960
  },
961
+ "feel": "optional",
962
+ "group": "authentication",
963
+ "binding": {
964
+ "name": "authentication.userName",
965
+ "type": "zeebe:input"
966
+ },
1052
967
  "condition": {
1053
- "property": "connectionType",
1054
- "equals": "credentials"
1055
- }
968
+ "property": "authentication.authType",
969
+ "equals": "credentials",
970
+ "type": "simple"
971
+ },
972
+ "type": "String"
1056
973
  },
1057
974
  {
975
+ "id": "authentication.password",
1058
976
  "label": "Password",
1059
- "group": "authentication",
1060
- "type": "String",
1061
- "binding": {
1062
- "type": "zeebe:input",
1063
- "name": "authentication.password"
1064
- },
977
+ "optional": false,
1065
978
  "constraints": {
1066
979
  "notEmpty": true
1067
980
  },
981
+ "feel": "optional",
982
+ "group": "authentication",
983
+ "binding": {
984
+ "name": "authentication.password",
985
+ "type": "zeebe:input"
986
+ },
1068
987
  "condition": {
1069
- "property": "connectionType",
1070
- "equals": "credentials"
1071
- }
988
+ "property": "authentication.authType",
989
+ "equals": "credentials",
990
+ "type": "simple"
991
+ },
992
+ "type": "String"
1072
993
  },
1073
994
  {
1074
- "label": "Host name",
1075
- "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>",
995
+ "id": "routing.exchange",
996
+ "label": "Exchange",
997
+ "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>",
998
+ "optional": false,
999
+ "constraints": {
1000
+ "notEmpty": true
1001
+ },
1076
1002
  "feel": "optional",
1077
1003
  "group": "routing",
1078
- "type": "String",
1079
1004
  "binding": {
1080
- "type": "zeebe:input",
1081
- "name": "routing.hostName"
1005
+ "name": "routing.exchange",
1006
+ "type": "zeebe:input"
1082
1007
  },
1008
+ "type": "String"
1009
+ },
1010
+ {
1011
+ "id": "routing.routingKey",
1012
+ "label": "Routing key",
1013
+ "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>",
1014
+ "optional": false,
1083
1015
  "constraints": {
1084
1016
  "notEmpty": true
1085
1017
  },
1086
- "condition": {
1087
- "property": "connectionType",
1088
- "equals": "credentials"
1089
- }
1090
- },
1091
- {
1092
- "label": "Virtual host",
1093
- "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>",
1094
1018
  "feel": "optional",
1095
1019
  "group": "routing",
1096
- "type": "String",
1097
1020
  "binding": {
1098
- "type": "zeebe:input",
1099
- "name": "routing.virtualHost"
1021
+ "name": "routing.routingKey",
1022
+ "type": "zeebe:input"
1100
1023
  },
1024
+ "type": "String"
1025
+ },
1026
+ {
1027
+ "id": "routing.virtualHost",
1028
+ "label": "Virtual host",
1029
+ "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>",
1030
+ "optional": false,
1101
1031
  "constraints": {
1102
1032
  "notEmpty": true
1103
1033
  },
1104
- "condition": {
1105
- "property": "connectionType",
1106
- "equals": "credentials"
1107
- }
1108
- },
1109
- {
1110
- "label": "Exchange",
1111
- "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>",
1112
1034
  "feel": "optional",
1113
1035
  "group": "routing",
1114
- "type": "String",
1115
1036
  "binding": {
1116
- "type": "zeebe:input",
1117
- "name": "routing.exchange"
1037
+ "name": "routing.virtualHost",
1038
+ "type": "zeebe:input"
1118
1039
  },
1119
- "constraints": {
1120
- "notEmpty": true
1121
- }
1040
+ "condition": {
1041
+ "property": "authentication.authType",
1042
+ "equals": "credentials",
1043
+ "type": "simple"
1044
+ },
1045
+ "type": "String"
1122
1046
  },
1123
1047
  {
1124
- "label": "Routing key",
1125
- "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>",
1048
+ "id": "routing.hostName",
1049
+ "label": "Host name",
1050
+ "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>",
1051
+ "optional": false,
1052
+ "constraints": {
1053
+ "notEmpty": true
1054
+ },
1126
1055
  "feel": "optional",
1127
1056
  "group": "routing",
1128
- "type": "String",
1129
1057
  "binding": {
1130
- "type": "zeebe:input",
1131
- "name": "routing.routingKey"
1058
+ "name": "routing.hostName",
1059
+ "type": "zeebe:input"
1132
1060
  },
1133
- "constraints": {
1134
- "notEmpty": true
1135
- }
1061
+ "condition": {
1062
+ "property": "authentication.authType",
1063
+ "equals": "credentials",
1064
+ "type": "simple"
1065
+ },
1066
+ "type": "String"
1136
1067
  },
1137
1068
  {
1069
+ "id": "routing.port",
1138
1070
  "label": "Port",
1139
- "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>",
1071
+ "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>",
1072
+ "optional": false,
1073
+ "constraints": {
1074
+ "notEmpty": true
1075
+ },
1140
1076
  "feel": "optional",
1141
1077
  "group": "routing",
1142
- "type": "String",
1143
1078
  "binding": {
1144
- "type": "zeebe:input",
1145
- "name": "routing.port"
1146
- },
1147
- "constraints": {
1148
- "notEmpty": true
1079
+ "name": "routing.port",
1080
+ "type": "zeebe:input"
1149
1081
  },
1150
1082
  "condition": {
1151
- "property": "connectionType",
1152
- "equals": "credentials"
1153
- }
1083
+ "property": "authentication.authType",
1084
+ "equals": "credentials",
1085
+ "type": "simple"
1086
+ },
1087
+ "type": "String"
1154
1088
  },
1155
1089
  {
1156
- "label": "Message",
1157
- "description": "Data to send to RabbitMQ",
1090
+ "id": "message.properties",
1091
+ "label": "Properties",
1092
+ "description": "Properties for the message, routing headers, etc",
1093
+ "optional": true,
1094
+ "value": "={}",
1095
+ "feel": "required",
1158
1096
  "group": "message",
1159
- "type": "Text",
1160
- "feel": "optional",
1161
1097
  "binding": {
1162
- "type": "zeebe:input",
1163
- "name": "message.body"
1164
- }
1098
+ "name": "message.properties",
1099
+ "type": "zeebe:input"
1100
+ },
1101
+ "type": "Text"
1165
1102
  },
1166
1103
  {
1167
- "label": "Properties",
1168
- "description": "Properties for the message, routing headers, etc.",
1104
+ "id": "message.body",
1105
+ "label": "Message",
1106
+ "description": "Data to send to RabbitMQ",
1107
+ "optional": false,
1108
+ "constraints": {
1109
+ "notEmpty": true
1110
+ },
1111
+ "feel": "optional",
1169
1112
  "group": "message",
1170
- "type": "Text",
1171
- "feel": "required",
1172
- "value": "={}",
1173
1113
  "binding": {
1174
- "type": "zeebe:input",
1175
- "name": "message.properties"
1176
- }
1114
+ "name": "message.body",
1115
+ "type": "zeebe:input"
1116
+ },
1117
+ "type": "Text"
1177
1118
  },
1178
1119
  {
1120
+ "id": "resultVariable",
1179
1121
  "label": "Result variable",
1180
- "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>",
1122
+ "description": "Name of variable to store the response in",
1181
1123
  "group": "output",
1182
- "type": "String",
1183
1124
  "binding": {
1184
- "type": "zeebe:taskHeader",
1185
- "key": "resultVariable"
1186
- }
1125
+ "key": "resultVariable",
1126
+ "type": "zeebe:taskHeader"
1127
+ },
1128
+ "type": "String"
1187
1129
  },
1188
1130
  {
1131
+ "id": "resultExpression",
1189
1132
  "label": "Result expression",
1190
- "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>",
1191
- "group": "output",
1192
- "type": "Text",
1133
+ "description": "Expression to map the response into process variables",
1193
1134
  "feel": "required",
1135
+ "group": "output",
1194
1136
  "binding": {
1195
- "type": "zeebe:taskHeader",
1196
- "key": "resultExpression"
1197
- }
1137
+ "key": "resultExpression",
1138
+ "type": "zeebe:taskHeader"
1139
+ },
1140
+ "type": "Text"
1198
1141
  },
1199
1142
  {
1143
+ "id": "errorExpression",
1200
1144
  "label": "Error expression",
1201
- "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>",
1202
- "group": "errors",
1203
- "type": "Text",
1145
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1204
1146
  "feel": "required",
1147
+ "group": "error",
1205
1148
  "binding": {
1206
- "type": "zeebe:taskHeader",
1207
- "key": "errorExpression"
1208
- }
1149
+ "key": "errorExpression",
1150
+ "type": "zeebe:taskHeader"
1151
+ },
1152
+ "type": "Text"
1153
+ },
1154
+ {
1155
+ "id": "retryCount",
1156
+ "label": "Retries",
1157
+ "description": "Number of retries",
1158
+ "value": "3",
1159
+ "feel": "optional",
1160
+ "group": "retries",
1161
+ "binding": {
1162
+ "property": "retries",
1163
+ "type": "zeebe:taskDefinition"
1164
+ },
1165
+ "type": "String"
1166
+ },
1167
+ {
1168
+ "id": "retryBackoff",
1169
+ "label": "Retry backoff",
1170
+ "description": "ISO-8601 duration to wait between retries",
1171
+ "value": "PT0S",
1172
+ "feel": "optional",
1173
+ "group": "retries",
1174
+ "binding": {
1175
+ "key": "retryBackoff",
1176
+ "type": "zeebe:taskHeader"
1177
+ },
1178
+ "type": "String"
1209
1179
  }
1210
1180
  ],
1211
1181
  "icon": {
1212
- "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"
1182
+ "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
1213
1183
  },
1214
1184
  "engines": {
1215
- "camunda": "^8.2"
1185
+ "camunda": "^8.5"
1216
1186
  }
1217
1187
  },
1218
1188
  {
1219
1189
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1220
- "name": "RabbitMQ Outbound Connector",
1190
+ "name": "RabbitMQ connector",
1221
1191
  "id": "io.camunda.connectors.RabbitMQ.v1",
1222
1192
  "description": "Send message to RabbitMQ",
1223
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound",
1224
- "version": 5,
1193
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/",
1194
+ "version": 2,
1225
1195
  "category": {
1226
1196
  "id": "connectors",
1227
1197
  "name": "Connectors"
@@ -1248,33 +1218,29 @@
1248
1218
  "label": "Output mapping"
1249
1219
  },
1250
1220
  {
1251
- "id": "error",
1221
+ "id": "errors",
1252
1222
  "label": "Error handling"
1253
- },
1254
- {
1255
- "id": "retries",
1256
- "label": "Retries"
1257
1223
  }
1258
1224
  ],
1259
1225
  "properties": [
1260
1226
  {
1227
+ "type": "Hidden",
1261
1228
  "value": "io.camunda:connector-rabbitmq:1",
1262
1229
  "binding": {
1263
- "property": "type",
1264
- "type": "zeebe:taskDefinition"
1265
- },
1266
- "type": "Hidden"
1230
+ "type": "zeebe:taskDefinition",
1231
+ "property": "type"
1232
+ }
1267
1233
  },
1268
1234
  {
1269
- "id": "authentication.authType",
1235
+ "id": "connectionType",
1270
1236
  "label": "Connection type",
1271
- "value": "uri",
1272
1237
  "group": "authentication",
1238
+ "type": "Dropdown",
1239
+ "value": "uri",
1273
1240
  "binding": {
1274
- "name": "authentication.authType",
1275
- "type": "zeebe:input"
1241
+ "type": "zeebe:input",
1242
+ "name": "authentication.authType"
1276
1243
  },
1277
- "type": "Dropdown",
1278
1244
  "choices": [
1279
1245
  {
1280
1246
  "name": "URI",
@@ -1287,262 +1253,201 @@
1287
1253
  ]
1288
1254
  },
1289
1255
  {
1290
- "id": "authentication.uri",
1291
1256
  "label": "URI",
1292
1257
  "description": "URI should contain username, password, host name, port number, and virtual host",
1293
- "optional": false,
1258
+ "group": "authentication",
1259
+ "type": "String",
1260
+ "binding": {
1261
+ "type": "zeebe:input",
1262
+ "name": "authentication.uri"
1263
+ },
1294
1264
  "constraints": {
1295
1265
  "notEmpty": true,
1296
1266
  "pattern": {
1297
- "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
1267
+ "value": "^(=|(amqps?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
1298
1268
  "message": "Must start with amqp(s):// or contain a secret reference"
1299
1269
  }
1300
1270
  },
1301
- "feel": "optional",
1302
- "group": "authentication",
1303
- "binding": {
1304
- "name": "authentication.uri",
1305
- "type": "zeebe:input"
1306
- },
1307
1271
  "condition": {
1308
- "property": "authentication.authType",
1309
- "equals": "uri",
1310
- "type": "simple"
1311
- },
1312
- "type": "String"
1272
+ "property": "connectionType",
1273
+ "equals": "uri"
1274
+ }
1313
1275
  },
1314
1276
  {
1315
- "id": "authentication.userName",
1316
1277
  "label": "Username",
1317
- "optional": false,
1318
- "constraints": {
1319
- "notEmpty": true
1320
- },
1321
- "feel": "optional",
1322
1278
  "group": "authentication",
1279
+ "type": "String",
1323
1280
  "binding": {
1324
- "name": "authentication.userName",
1325
- "type": "zeebe:input"
1281
+ "type": "zeebe:input",
1282
+ "name": "authentication.userName"
1326
1283
  },
1327
- "condition": {
1328
- "property": "authentication.authType",
1329
- "equals": "credentials",
1330
- "type": "simple"
1284
+ "constraints": {
1285
+ "notEmpty": true
1331
1286
  },
1332
- "type": "String"
1287
+ "condition": {
1288
+ "property": "connectionType",
1289
+ "equals": "credentials"
1290
+ }
1333
1291
  },
1334
1292
  {
1335
- "id": "authentication.password",
1336
1293
  "label": "Password",
1337
- "optional": false,
1294
+ "group": "authentication",
1295
+ "type": "String",
1296
+ "binding": {
1297
+ "type": "zeebe:input",
1298
+ "name": "authentication.password"
1299
+ },
1338
1300
  "constraints": {
1339
1301
  "notEmpty": true
1340
1302
  },
1341
- "feel": "optional",
1342
- "group": "authentication",
1343
- "binding": {
1344
- "name": "authentication.password",
1345
- "type": "zeebe:input"
1346
- },
1347
1303
  "condition": {
1348
- "property": "authentication.authType",
1349
- "equals": "credentials",
1350
- "type": "simple"
1351
- },
1352
- "type": "String"
1304
+ "property": "connectionType",
1305
+ "equals": "credentials"
1306
+ }
1353
1307
  },
1354
1308
  {
1355
- "id": "routing.exchange",
1356
- "label": "Exchange",
1357
- "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>",
1358
- "optional": false,
1359
- "constraints": {
1360
- "notEmpty": true
1361
- },
1309
+ "label": "Host name",
1310
+ "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>",
1362
1311
  "feel": "optional",
1363
1312
  "group": "routing",
1313
+ "type": "String",
1364
1314
  "binding": {
1365
- "name": "routing.exchange",
1366
- "type": "zeebe:input"
1315
+ "type": "zeebe:input",
1316
+ "name": "routing.hostName"
1367
1317
  },
1368
- "type": "String"
1369
- },
1370
- {
1371
- "id": "routing.routingKey",
1372
- "label": "Routing key",
1373
- "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>",
1374
- "optional": false,
1375
1318
  "constraints": {
1376
1319
  "notEmpty": true
1377
1320
  },
1321
+ "condition": {
1322
+ "property": "connectionType",
1323
+ "equals": "credentials"
1324
+ }
1325
+ },
1326
+ {
1327
+ "label": "Virtual host",
1328
+ "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>",
1378
1329
  "feel": "optional",
1379
1330
  "group": "routing",
1331
+ "type": "String",
1380
1332
  "binding": {
1381
- "name": "routing.routingKey",
1382
- "type": "zeebe:input"
1333
+ "type": "zeebe:input",
1334
+ "name": "routing.virtualHost"
1383
1335
  },
1384
- "type": "String"
1385
- },
1386
- {
1387
- "id": "routing.virtualHost",
1388
- "label": "Virtual host",
1389
- "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>",
1390
- "optional": false,
1391
1336
  "constraints": {
1392
1337
  "notEmpty": true
1393
1338
  },
1339
+ "condition": {
1340
+ "property": "connectionType",
1341
+ "equals": "credentials"
1342
+ }
1343
+ },
1344
+ {
1345
+ "label": "Exchange",
1346
+ "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>",
1394
1347
  "feel": "optional",
1395
1348
  "group": "routing",
1349
+ "type": "String",
1396
1350
  "binding": {
1397
- "name": "routing.virtualHost",
1398
- "type": "zeebe:input"
1399
- },
1400
- "condition": {
1401
- "property": "authentication.authType",
1402
- "equals": "credentials",
1403
- "type": "simple"
1351
+ "type": "zeebe:input",
1352
+ "name": "routing.exchange"
1404
1353
  },
1405
- "type": "String"
1406
- },
1407
- {
1408
- "id": "routing.hostName",
1409
- "label": "Host name",
1410
- "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>",
1411
- "optional": false,
1412
1354
  "constraints": {
1413
1355
  "notEmpty": true
1414
- },
1356
+ }
1357
+ },
1358
+ {
1359
+ "label": "Routing key",
1360
+ "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>",
1415
1361
  "feel": "optional",
1416
1362
  "group": "routing",
1363
+ "type": "String",
1417
1364
  "binding": {
1418
- "name": "routing.hostName",
1419
- "type": "zeebe:input"
1420
- },
1421
- "condition": {
1422
- "property": "authentication.authType",
1423
- "equals": "credentials",
1424
- "type": "simple"
1365
+ "type": "zeebe:input",
1366
+ "name": "routing.routingKey"
1425
1367
  },
1426
- "type": "String"
1368
+ "constraints": {
1369
+ "notEmpty": true
1370
+ }
1427
1371
  },
1428
1372
  {
1429
- "id": "routing.port",
1430
1373
  "label": "Port",
1431
- "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>",
1432
- "optional": false,
1433
- "constraints": {
1434
- "notEmpty": true
1435
- },
1374
+ "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>",
1436
1375
  "feel": "optional",
1437
1376
  "group": "routing",
1377
+ "type": "String",
1438
1378
  "binding": {
1439
- "name": "routing.port",
1440
- "type": "zeebe:input"
1379
+ "type": "zeebe:input",
1380
+ "name": "routing.port"
1441
1381
  },
1442
- "condition": {
1443
- "property": "authentication.authType",
1444
- "equals": "credentials",
1445
- "type": "simple"
1382
+ "constraints": {
1383
+ "notEmpty": true
1446
1384
  },
1447
- "type": "String"
1385
+ "condition": {
1386
+ "property": "connectionType",
1387
+ "equals": "credentials"
1388
+ }
1448
1389
  },
1449
1390
  {
1450
- "id": "message.properties",
1451
- "label": "Properties",
1452
- "description": "Properties for the message, routing headers, etc",
1453
- "optional": true,
1454
- "value": "={}",
1455
- "feel": "required",
1391
+ "label": "Message",
1392
+ "description": "Data to send to RabbitMQ",
1456
1393
  "group": "message",
1394
+ "type": "Text",
1395
+ "feel": "optional",
1457
1396
  "binding": {
1458
- "name": "message.properties",
1459
- "type": "zeebe:input"
1460
- },
1461
- "type": "Text"
1397
+ "type": "zeebe:input",
1398
+ "name": "message.body"
1399
+ }
1462
1400
  },
1463
1401
  {
1464
- "id": "message.body",
1465
- "label": "Message",
1466
- "description": "Data to send to RabbitMQ",
1467
- "optional": false,
1468
- "constraints": {
1469
- "notEmpty": true
1470
- },
1471
- "feel": "optional",
1402
+ "label": "Properties",
1403
+ "description": "Properties for the message, routing headers, etc.",
1472
1404
  "group": "message",
1405
+ "type": "Text",
1406
+ "feel": "required",
1407
+ "value": "={}",
1473
1408
  "binding": {
1474
- "name": "message.body",
1475
- "type": "zeebe:input"
1476
- },
1477
- "type": "Text"
1409
+ "type": "zeebe:input",
1410
+ "name": "message.properties"
1411
+ }
1478
1412
  },
1479
1413
  {
1480
- "id": "resultVariable",
1481
1414
  "label": "Result variable",
1482
- "description": "Name of variable to store the response in",
1415
+ "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>",
1483
1416
  "group": "output",
1417
+ "type": "String",
1484
1418
  "binding": {
1485
- "key": "resultVariable",
1486
- "type": "zeebe:taskHeader"
1487
- },
1488
- "type": "String"
1419
+ "type": "zeebe:taskHeader",
1420
+ "key": "resultVariable"
1421
+ }
1489
1422
  },
1490
1423
  {
1491
- "id": "resultExpression",
1492
1424
  "label": "Result expression",
1493
- "description": "Expression to map the response into process variables",
1494
- "feel": "required",
1425
+ "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>",
1495
1426
  "group": "output",
1427
+ "type": "Text",
1428
+ "feel": "required",
1496
1429
  "binding": {
1497
- "key": "resultExpression",
1498
- "type": "zeebe:taskHeader"
1499
- },
1500
- "type": "Text"
1430
+ "type": "zeebe:taskHeader",
1431
+ "key": "resultExpression"
1432
+ }
1501
1433
  },
1502
1434
  {
1503
- "id": "errorExpression",
1504
1435
  "label": "Error expression",
1505
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1436
+ "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>",
1437
+ "group": "errors",
1438
+ "type": "Text",
1506
1439
  "feel": "required",
1507
- "group": "error",
1508
- "binding": {
1509
- "key": "errorExpression",
1510
- "type": "zeebe:taskHeader"
1511
- },
1512
- "type": "Text"
1513
- },
1514
- {
1515
- "id": "retryCount",
1516
- "label": "Retries",
1517
- "description": "Number of retries",
1518
- "value": "3",
1519
- "feel": "optional",
1520
- "group": "retries",
1521
- "binding": {
1522
- "property": "retries",
1523
- "type": "zeebe:taskDefinition"
1524
- },
1525
- "type": "String"
1526
- },
1527
- {
1528
- "id": "retryBackoff",
1529
- "label": "Retry backoff",
1530
- "description": "ISO-8601 duration to wait between retries",
1531
- "value": "PT0S",
1532
- "feel": "optional",
1533
- "group": "retries",
1534
1440
  "binding": {
1535
- "key": "retryBackoff",
1536
- "type": "zeebe:taskHeader"
1537
- },
1538
- "type": "String"
1441
+ "type": "zeebe:taskHeader",
1442
+ "key": "errorExpression"
1443
+ }
1539
1444
  }
1540
1445
  ],
1541
1446
  "icon": {
1542
- "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
1447
+ "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"
1543
1448
  },
1544
1449
  "engines": {
1545
- "camunda": "^8.5"
1450
+ "camunda": "^8.2"
1546
1451
  }
1547
1452
  },
1548
1453
  {
@@ -1550,8 +1455,11 @@
1550
1455
  "name": "RabbitMQ Outbound Connector",
1551
1456
  "id": "io.camunda.connectors.RabbitMQ.v1",
1552
1457
  "description": "Send message to RabbitMQ",
1458
+ "metadata": {
1459
+ "keywords": []
1460
+ },
1553
1461
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound",
1554
- "version": 3,
1462
+ "version": 6,
1555
1463
  "category": {
1556
1464
  "id": "connectors",
1557
1465
  "name": "Connectors"
@@ -1560,6 +1468,9 @@
1560
1468
  "elementType": {
1561
1469
  "value": "bpmn:ServiceTask"
1562
1470
  },
1471
+ "engines": {
1472
+ "camunda": "^8.3"
1473
+ },
1563
1474
  "groups": [
1564
1475
  {
1565
1476
  "id": "authentication",
@@ -1573,34 +1484,42 @@
1573
1484
  "id": "message",
1574
1485
  "label": "Message"
1575
1486
  },
1487
+ {
1488
+ "id": "connector",
1489
+ "label": "Connector"
1490
+ },
1576
1491
  {
1577
1492
  "id": "output",
1578
1493
  "label": "Output mapping"
1579
1494
  },
1580
1495
  {
1581
- "id": "errors",
1496
+ "id": "error",
1582
1497
  "label": "Error handling"
1498
+ },
1499
+ {
1500
+ "id": "retries",
1501
+ "label": "Retries"
1583
1502
  }
1584
1503
  ],
1585
1504
  "properties": [
1586
1505
  {
1587
- "type": "Hidden",
1588
1506
  "value": "io.camunda:connector-rabbitmq:1",
1589
1507
  "binding": {
1590
- "type": "zeebe:taskDefinition",
1591
- "property": "type"
1592
- }
1508
+ "property": "type",
1509
+ "type": "zeebe:taskDefinition"
1510
+ },
1511
+ "type": "Hidden"
1593
1512
  },
1594
1513
  {
1595
- "id": "connectionType",
1514
+ "id": "authentication.authType",
1596
1515
  "label": "Connection type",
1516
+ "value": "uri",
1597
1517
  "group": "authentication",
1598
- "type": "Dropdown",
1599
- "value": "uri",
1600
1518
  "binding": {
1601
- "type": "zeebe:input",
1602
- "name": "authentication.authType"
1519
+ "name": "authentication.authType",
1520
+ "type": "zeebe:input"
1603
1521
  },
1522
+ "type": "Dropdown",
1604
1523
  "choices": [
1605
1524
  {
1606
1525
  "name": "URI",
@@ -1613,201 +1532,282 @@
1613
1532
  ]
1614
1533
  },
1615
1534
  {
1535
+ "id": "authentication.uri",
1616
1536
  "label": "URI",
1617
1537
  "description": "URI should contain username, password, host name, port number, and virtual host",
1618
- "group": "authentication",
1619
- "type": "String",
1620
- "binding": {
1621
- "type": "zeebe:input",
1622
- "name": "authentication.uri"
1623
- },
1538
+ "optional": false,
1624
1539
  "constraints": {
1625
1540
  "notEmpty": true,
1626
1541
  "pattern": {
1627
- "value": "^(=|(amqps?://|\\{\\{secrets\\..+\\}\\}).*$)",
1542
+ "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
1628
1543
  "message": "Must start with amqp(s):// or contain a secret reference"
1629
1544
  }
1630
1545
  },
1546
+ "feel": "optional",
1547
+ "group": "authentication",
1548
+ "binding": {
1549
+ "name": "authentication.uri",
1550
+ "type": "zeebe:input"
1551
+ },
1631
1552
  "condition": {
1632
- "property": "connectionType",
1633
- "equals": "uri"
1634
- }
1553
+ "property": "authentication.authType",
1554
+ "equals": "uri",
1555
+ "type": "simple"
1556
+ },
1557
+ "type": "String"
1635
1558
  },
1636
1559
  {
1560
+ "id": "authentication.userName",
1637
1561
  "label": "Username",
1638
- "group": "authentication",
1639
- "type": "String",
1640
- "binding": {
1641
- "type": "zeebe:input",
1642
- "name": "authentication.userName"
1643
- },
1562
+ "optional": false,
1644
1563
  "constraints": {
1645
1564
  "notEmpty": true
1646
1565
  },
1566
+ "feel": "optional",
1567
+ "group": "authentication",
1568
+ "binding": {
1569
+ "name": "authentication.userName",
1570
+ "type": "zeebe:input"
1571
+ },
1647
1572
  "condition": {
1648
- "property": "connectionType",
1649
- "equals": "credentials"
1650
- }
1573
+ "property": "authentication.authType",
1574
+ "equals": "credentials",
1575
+ "type": "simple"
1576
+ },
1577
+ "type": "String"
1651
1578
  },
1652
1579
  {
1580
+ "id": "authentication.password",
1653
1581
  "label": "Password",
1654
- "group": "authentication",
1655
- "type": "String",
1656
- "binding": {
1657
- "type": "zeebe:input",
1658
- "name": "authentication.password"
1659
- },
1582
+ "optional": false,
1660
1583
  "constraints": {
1661
1584
  "notEmpty": true
1662
1585
  },
1586
+ "feel": "optional",
1587
+ "group": "authentication",
1588
+ "binding": {
1589
+ "name": "authentication.password",
1590
+ "type": "zeebe:input"
1591
+ },
1663
1592
  "condition": {
1664
- "property": "connectionType",
1665
- "equals": "credentials"
1666
- }
1593
+ "property": "authentication.authType",
1594
+ "equals": "credentials",
1595
+ "type": "simple"
1596
+ },
1597
+ "type": "String"
1667
1598
  },
1668
1599
  {
1669
- "label": "Host name",
1670
- "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>",
1600
+ "id": "routing.exchange",
1601
+ "label": "Exchange",
1602
+ "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>",
1603
+ "optional": false,
1604
+ "constraints": {
1605
+ "notEmpty": true
1606
+ },
1671
1607
  "feel": "optional",
1672
1608
  "group": "routing",
1673
- "type": "String",
1674
1609
  "binding": {
1675
- "type": "zeebe:input",
1676
- "name": "routing.hostName"
1610
+ "name": "routing.exchange",
1611
+ "type": "zeebe:input"
1677
1612
  },
1613
+ "type": "String"
1614
+ },
1615
+ {
1616
+ "id": "routing.routingKey",
1617
+ "label": "Routing key",
1618
+ "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>",
1619
+ "optional": false,
1678
1620
  "constraints": {
1679
1621
  "notEmpty": true
1680
1622
  },
1681
- "condition": {
1682
- "property": "connectionType",
1683
- "equals": "credentials"
1684
- }
1685
- },
1686
- {
1687
- "label": "Virtual host",
1688
- "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>",
1689
1623
  "feel": "optional",
1690
1624
  "group": "routing",
1691
- "type": "String",
1692
1625
  "binding": {
1693
- "type": "zeebe:input",
1694
- "name": "routing.virtualHost"
1626
+ "name": "routing.routingKey",
1627
+ "type": "zeebe:input"
1695
1628
  },
1629
+ "type": "String"
1630
+ },
1631
+ {
1632
+ "id": "routing.virtualHost",
1633
+ "label": "Virtual host",
1634
+ "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>",
1635
+ "optional": false,
1696
1636
  "constraints": {
1697
1637
  "notEmpty": true
1698
1638
  },
1699
- "condition": {
1700
- "property": "connectionType",
1701
- "equals": "credentials"
1702
- }
1703
- },
1704
- {
1705
- "label": "Exchange",
1706
- "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>",
1707
1639
  "feel": "optional",
1708
1640
  "group": "routing",
1709
- "type": "String",
1710
1641
  "binding": {
1711
- "type": "zeebe:input",
1712
- "name": "routing.exchange"
1642
+ "name": "routing.virtualHost",
1643
+ "type": "zeebe:input"
1713
1644
  },
1714
- "constraints": {
1715
- "notEmpty": true
1716
- }
1645
+ "condition": {
1646
+ "property": "authentication.authType",
1647
+ "equals": "credentials",
1648
+ "type": "simple"
1649
+ },
1650
+ "type": "String"
1717
1651
  },
1718
1652
  {
1719
- "label": "Routing key",
1720
- "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>",
1653
+ "id": "routing.hostName",
1654
+ "label": "Host name",
1655
+ "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>",
1656
+ "optional": false,
1657
+ "constraints": {
1658
+ "notEmpty": true
1659
+ },
1721
1660
  "feel": "optional",
1722
1661
  "group": "routing",
1723
- "type": "String",
1724
1662
  "binding": {
1725
- "type": "zeebe:input",
1726
- "name": "routing.routingKey"
1663
+ "name": "routing.hostName",
1664
+ "type": "zeebe:input"
1727
1665
  },
1728
- "constraints": {
1729
- "notEmpty": true
1730
- }
1666
+ "condition": {
1667
+ "property": "authentication.authType",
1668
+ "equals": "credentials",
1669
+ "type": "simple"
1670
+ },
1671
+ "type": "String"
1731
1672
  },
1732
1673
  {
1674
+ "id": "routing.port",
1733
1675
  "label": "Port",
1734
1676
  "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>",
1677
+ "optional": false,
1678
+ "constraints": {
1679
+ "notEmpty": true
1680
+ },
1735
1681
  "feel": "optional",
1736
1682
  "group": "routing",
1737
- "type": "String",
1738
1683
  "binding": {
1739
- "type": "zeebe:input",
1740
- "name": "routing.port"
1741
- },
1742
- "constraints": {
1743
- "notEmpty": true
1684
+ "name": "routing.port",
1685
+ "type": "zeebe:input"
1744
1686
  },
1745
1687
  "condition": {
1746
- "property": "connectionType",
1747
- "equals": "credentials"
1748
- }
1688
+ "property": "authentication.authType",
1689
+ "equals": "credentials",
1690
+ "type": "simple"
1691
+ },
1692
+ "type": "String"
1749
1693
  },
1750
1694
  {
1695
+ "id": "message.properties",
1696
+ "label": "Properties",
1697
+ "description": "Properties for the message, routing headers, etc",
1698
+ "optional": true,
1699
+ "value": "={}",
1700
+ "feel": "required",
1701
+ "group": "message",
1702
+ "binding": {
1703
+ "name": "message.properties",
1704
+ "type": "zeebe:input"
1705
+ },
1706
+ "type": "Text"
1707
+ },
1708
+ {
1709
+ "id": "message.body",
1751
1710
  "label": "Message",
1752
1711
  "description": "Data to send to RabbitMQ",
1753
- "group": "message",
1754
- "type": "Text",
1712
+ "optional": false,
1713
+ "constraints": {
1714
+ "notEmpty": true
1715
+ },
1755
1716
  "feel": "optional",
1717
+ "group": "message",
1756
1718
  "binding": {
1757
- "type": "zeebe:input",
1758
- "name": "message.body"
1759
- }
1719
+ "name": "message.body",
1720
+ "type": "zeebe:input"
1721
+ },
1722
+ "type": "Text"
1760
1723
  },
1761
1724
  {
1762
- "label": "Properties",
1763
- "description": "Properties for the message, routing headers, etc.",
1764
- "group": "message",
1765
- "type": "Text",
1766
- "feel": "required",
1767
- "value": "={}",
1725
+ "id": "version",
1726
+ "label": "Version",
1727
+ "description": "Version of the element template",
1728
+ "value": "6",
1729
+ "group": "connector",
1768
1730
  "binding": {
1769
- "type": "zeebe:input",
1770
- "name": "message.properties"
1771
- }
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"
1772
1747
  },
1773
1748
  {
1749
+ "id": "resultVariable",
1774
1750
  "label": "Result variable",
1775
- "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>",
1751
+ "description": "Name of variable to store the response in",
1776
1752
  "group": "output",
1777
- "type": "String",
1778
1753
  "binding": {
1779
- "type": "zeebe:taskHeader",
1780
- "key": "resultVariable"
1781
- }
1754
+ "key": "resultVariable",
1755
+ "type": "zeebe:taskHeader"
1756
+ },
1757
+ "type": "String"
1782
1758
  },
1783
1759
  {
1760
+ "id": "resultExpression",
1784
1761
  "label": "Result expression",
1785
- "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>",
1786
- "group": "output",
1787
- "type": "Text",
1762
+ "description": "Expression to map the response into process variables",
1788
1763
  "feel": "required",
1764
+ "group": "output",
1789
1765
  "binding": {
1790
- "type": "zeebe:taskHeader",
1791
- "key": "resultExpression"
1792
- }
1766
+ "key": "resultExpression",
1767
+ "type": "zeebe:taskHeader"
1768
+ },
1769
+ "type": "Text"
1793
1770
  },
1794
1771
  {
1772
+ "id": "errorExpression",
1795
1773
  "label": "Error expression",
1796
- "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>",
1797
- "group": "errors",
1798
- "type": "Text",
1774
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1799
1775
  "feel": "required",
1776
+ "group": "error",
1800
1777
  "binding": {
1801
- "type": "zeebe:taskHeader",
1802
- "key": "errorExpression"
1803
- }
1778
+ "key": "errorExpression",
1779
+ "type": "zeebe:taskHeader"
1780
+ },
1781
+ "type": "Text"
1782
+ },
1783
+ {
1784
+ "id": "retryCount",
1785
+ "label": "Retries",
1786
+ "description": "Number of retries",
1787
+ "value": "3",
1788
+ "feel": "optional",
1789
+ "group": "retries",
1790
+ "binding": {
1791
+ "property": "retries",
1792
+ "type": "zeebe:taskDefinition"
1793
+ },
1794
+ "type": "String"
1795
+ },
1796
+ {
1797
+ "id": "retryBackoff",
1798
+ "label": "Retry backoff",
1799
+ "description": "ISO-8601 duration to wait between retries",
1800
+ "value": "PT0S",
1801
+ "group": "retries",
1802
+ "binding": {
1803
+ "key": "retryBackoff",
1804
+ "type": "zeebe:taskHeader"
1805
+ },
1806
+ "type": "String"
1804
1807
  }
1805
1808
  ],
1806
1809
  "icon": {
1807
- "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"
1808
- },
1809
- "engines": {
1810
- "camunda": "^8.2"
1810
+ "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
1811
1811
  }
1812
1812
  }
1813
1813
  ]