@camunda/connectors-element-templates 1.0.16 → 1.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (124) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -0
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +3 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +9 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +9 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +9 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +9 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +36 -39
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3769 -28
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6979 -3299
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +469 -471
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +484 -486
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1756 -1752
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +788 -51
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1412 -1412
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +376 -11
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +408 -9
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +322 -5
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +316 -311
  29. package/src/element-templates/aws-lambda-outbound-connector.json +305 -301
  30. package/src/element-templates/aws-s3-outbound-connector.json +656 -15
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
  32. package/src/element-templates/aws-sns-inbound-boundary.json +422 -415
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +330 -323
  34. package/src/element-templates/aws-sns-inbound-message-start.json +348 -341
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
  37. package/src/element-templates/aws-sns-outbound-connector.json +593 -589
  38. package/src/element-templates/aws-sqs-boundary-connector.json +642 -638
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +588 -584
  40. package/src/element-templates/aws-sqs-outbound-connector.json +748 -746
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +408 -400
  43. package/src/element-templates/aws-sqs-start-message.json +465 -461
  44. package/src/element-templates/aws-textract-outbound-connector.json +298 -294
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +598 -53
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +39 -31
  50. package/src/element-templates/easy-post-connector.json +1017 -49
  51. package/src/element-templates/email-inbound-connector-boundary.json +32 -24
  52. package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +45 -37
  55. package/src/element-templates/email-outbound-connector.json +2129 -256
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12447 -5385
  58. package/src/element-templates/github-webhook-connector-boundary.json +11 -13
  59. package/src/element-templates/github-webhook-connector-intermediate.json +55 -57
  60. package/src/element-templates/github-webhook-connector-message-start.json +19 -21
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +62 -64
  63. package/src/element-templates/gitlab-connector.json +2974 -1342
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +882 -262
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1048 -19
  68. package/src/element-templates/google-sheets-outbound-connector.json +2961 -1967
  69. package/src/element-templates/graphql-outbound-connector.json +1780 -1193
  70. package/src/element-templates/http-json-connector.json +2832 -2168
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +953 -277
  72. package/src/element-templates/http-polling-connector.json +1642 -966
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +432 -5
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +21 -12
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +581 -572
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +150 -141
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +436 -430
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +165 -13
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +165 -13
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +178 -26
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5616 -1607
  87. package/src/element-templates/openai-connector.json +608 -145
  88. package/src/element-templates/operate-connector.json +1218 -66
  89. package/src/element-templates/power-automate-connector.json +602 -10
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +799 -790
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +914 -905
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +477 -468
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +754 -745
  95. package/src/element-templates/rabbitmq-outbound-connector.json +875 -869
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +583 -39
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +1406 -798
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +639 -341
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +678 -348
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +332 -327
  110. package/src/element-templates/slack-outbound-connector.json +3313 -919
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1521 -41
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +35 -26
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +38 -29
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +607 -15
  119. package/src/element-templates/webhook-connector-boundary.json +1986 -1331
  120. package/src/element-templates/webhook-connector-intermediate.json +2193 -1538
  121. package/src/element-templates/webhook-connector-receive.json +654 -0
  122. package/src/element-templates/webhook-connector-start-event.json +1261 -700
  123. package/src/element-templates/webhook-connector-start-message.json +1754 -1067
  124. package/src/element-templates/whatsapp-connector.json +339 -5
@@ -1,11 +1,20 @@
1
1
  [
2
2
  {
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
- "name": "RabbitMQ connector",
4
+ "name": "RabbitMQ Intermediate Catch Event Connector",
5
5
  "id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
6
- "version": 1,
7
6
  "description": "Receive a message from RabbitMQ",
8
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
7
+ "keywords": [
8
+ "receive message",
9
+ "consume message",
10
+ "message queue",
11
+ "AMQP",
12
+ "subscribe",
13
+ "message broker",
14
+ "queue"
15
+ ],
16
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
17
+ "version": 8,
9
18
  "category": {
10
19
  "id": "connectors",
11
20
  "name": "Connectors"
@@ -15,6 +24,9 @@
15
24
  "value": "bpmn:IntermediateCatchEvent",
16
25
  "eventDefinition": "bpmn:MessageEventDefinition"
17
26
  },
27
+ "engines": {
28
+ "camunda": "^8.3"
29
+ },
18
30
  "groups": [
19
31
  {
20
32
  "id": "authentication",
@@ -33,39 +45,39 @@
33
45
  "label": "Activation"
34
46
  },
35
47
  {
36
- "id": "variable-mapping",
37
- "label": "Variable mapping"
48
+ "id": "correlation",
49
+ "label": "Correlation",
50
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
51
+ },
52
+ {
53
+ "id": "deduplication",
54
+ "label": "Deduplication",
55
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
56
+ },
57
+ {
58
+ "id": "output",
59
+ "label": "Output mapping"
38
60
  }
39
61
  ],
40
62
  "properties": [
41
63
  {
42
- "type": "Hidden",
43
64
  "value": "io.camunda:connector-rabbitmq-inbound:1",
44
65
  "binding": {
45
- "type": "zeebe:property",
46
- "name": "inbound.type"
47
- }
48
- },
49
- {
50
- "type": "Hidden",
51
- "generatedValue": {
52
- "type": "uuid"
66
+ "name": "inbound.type",
67
+ "type": "zeebe:property"
53
68
  },
54
- "binding": {
55
- "type": "bpmn:Message#property",
56
- "name": "name"
57
- }
69
+ "type": "Hidden"
58
70
  },
59
71
  {
60
- "id": "connectionType",
72
+ "id": "authentication.authType",
61
73
  "label": "Connection type",
62
- "group": "authentication",
63
- "type": "Dropdown",
64
74
  "value": "uri",
75
+ "group": "authentication",
65
76
  "binding": {
66
- "type": "zeebe:property",
67
- "name": "authentication.authType"
77
+ "name": "authentication.authType",
78
+ "type": "zeebe:property"
68
79
  },
80
+ "type": "Dropdown",
69
81
  "choices": [
70
82
  {
71
83
  "name": "URI",
@@ -78,154 +90,178 @@
78
90
  ]
79
91
  },
80
92
  {
93
+ "id": "authentication.uri",
81
94
  "label": "URI",
82
95
  "description": "URI should contain username, password, host name, port number, and virtual host",
83
- "group": "authentication",
84
- "type": "String",
85
- "binding": {
86
- "type": "zeebe:property",
87
- "name": "authentication.uri"
88
- },
96
+ "optional": false,
89
97
  "constraints": {
90
98
  "notEmpty": true,
91
99
  "pattern": {
92
- "value": "^(amqps?://)|(secrets).*",
100
+ "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
93
101
  "message": "Must start with amqp(s):// or contain a secret reference"
94
102
  }
95
103
  },
104
+ "group": "authentication",
105
+ "binding": {
106
+ "name": "authentication.uri",
107
+ "type": "zeebe:property"
108
+ },
96
109
  "condition": {
97
- "property": "connectionType",
98
- "equals": "uri"
99
- }
110
+ "property": "authentication.authType",
111
+ "equals": "uri",
112
+ "type": "simple"
113
+ },
114
+ "type": "String"
100
115
  },
101
116
  {
117
+ "id": "authentication.userName",
102
118
  "label": "Username",
103
- "group": "authentication",
104
- "type": "String",
105
- "binding": {
106
- "type": "zeebe:property",
107
- "name": "authentication.userName"
108
- },
119
+ "optional": false,
109
120
  "constraints": {
110
121
  "notEmpty": true
111
122
  },
123
+ "group": "authentication",
124
+ "binding": {
125
+ "name": "authentication.userName",
126
+ "type": "zeebe:property"
127
+ },
112
128
  "condition": {
113
- "property": "connectionType",
114
- "equals": "credentials"
115
- }
129
+ "property": "authentication.authType",
130
+ "equals": "credentials",
131
+ "type": "simple"
132
+ },
133
+ "type": "String"
116
134
  },
117
135
  {
136
+ "id": "authentication.password",
118
137
  "label": "Password",
138
+ "optional": false,
139
+ "constraints": {
140
+ "notEmpty": true
141
+ },
119
142
  "group": "authentication",
120
- "type": "String",
121
143
  "binding": {
122
- "type": "zeebe:property",
123
- "name": "authentication.password"
144
+ "name": "authentication.password",
145
+ "type": "zeebe:property"
124
146
  },
147
+ "condition": {
148
+ "property": "authentication.authType",
149
+ "equals": "credentials",
150
+ "type": "simple"
151
+ },
152
+ "type": "String"
153
+ },
154
+ {
155
+ "id": "routing.virtualHost",
156
+ "label": "Virtual host",
157
+ "description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
158
+ "optional": false,
125
159
  "constraints": {
126
160
  "notEmpty": true
127
161
  },
162
+ "group": "routing",
163
+ "binding": {
164
+ "name": "routing.virtualHost",
165
+ "type": "zeebe:property"
166
+ },
128
167
  "condition": {
129
- "property": "connectionType",
130
- "equals": "credentials"
131
- }
168
+ "property": "authentication.authType",
169
+ "equals": "credentials",
170
+ "type": "simple"
171
+ },
172
+ "type": "String"
132
173
  },
133
174
  {
175
+ "id": "routing.hostName",
134
176
  "label": "Host name",
135
- "description": "Host name: get from RabbitMQ external applocation configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
136
- "group": "routing",
137
- "type": "String",
138
- "binding": {
139
- "type": "zeebe:property",
140
- "name": "routing.hostName"
141
- },
177
+ "description": "Host name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
178
+ "optional": false,
142
179
  "constraints": {
143
180
  "notEmpty": true
144
181
  },
145
- "condition": {
146
- "property": "connectionType",
147
- "equals": "credentials"
148
- }
149
- },
150
- {
151
- "label": "Virtual host",
152
- "description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
153
182
  "group": "routing",
154
- "type": "String",
155
183
  "binding": {
156
- "type": "zeebe:property",
157
- "name": "routing.virtualHost"
158
- },
159
- "constraints": {
160
- "notEmpty": true
184
+ "name": "routing.hostName",
185
+ "type": "zeebe:property"
161
186
  },
162
187
  "condition": {
163
- "property": "connectionType",
164
- "equals": "credentials"
165
- }
188
+ "property": "authentication.authType",
189
+ "equals": "credentials",
190
+ "type": "simple"
191
+ },
192
+ "type": "String"
166
193
  },
167
194
  {
195
+ "id": "routing.port",
168
196
  "label": "Port",
169
- "description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
170
- "group": "routing",
171
- "type": "String",
172
- "binding": {
173
- "type": "zeebe:property",
174
- "name": "routing.port"
175
- },
197
+ "description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
198
+ "optional": false,
176
199
  "constraints": {
177
200
  "notEmpty": true
178
201
  },
202
+ "group": "routing",
203
+ "binding": {
204
+ "name": "routing.port",
205
+ "type": "zeebe:property"
206
+ },
179
207
  "condition": {
180
- "property": "connectionType",
181
- "equals": "credentials"
182
- }
208
+ "property": "authentication.authType",
209
+ "equals": "credentials",
210
+ "type": "simple"
211
+ },
212
+ "type": "String"
183
213
  },
184
214
  {
215
+ "id": "queueName",
185
216
  "label": "Queue name",
186
217
  "description": "Name of the queue to subscribe to",
218
+ "optional": false,
219
+ "constraints": {
220
+ "notEmpty": true
221
+ },
187
222
  "group": "subscription",
188
- "type": "String",
189
- "feel": "optional",
190
223
  "binding": {
191
- "type": "zeebe:property",
192
- "name": "queueName"
224
+ "name": "queueName",
225
+ "type": "zeebe:property"
193
226
  },
194
- "constraints": {
195
- "notEmpty": true
196
- }
227
+ "type": "String"
197
228
  },
198
229
  {
230
+ "id": "consumerTag",
199
231
  "label": "Consumer tag",
200
232
  "description": "Consumer tag to use for the subscription",
233
+ "optional": false,
201
234
  "group": "subscription",
202
- "type": "String",
203
- "feel": "optional",
204
235
  "binding": {
205
- "type": "zeebe:property",
206
- "name": "consumerTag"
207
- }
236
+ "name": "consumerTag",
237
+ "type": "zeebe:property"
238
+ },
239
+ "type": "String"
208
240
  },
209
241
  {
242
+ "id": "arguments",
210
243
  "label": "Arguments",
211
244
  "description": "Arguments to use for the subscription",
212
- "group": "subscription",
213
- "type": "String",
245
+ "optional": true,
214
246
  "feel": "required",
247
+ "group": "subscription",
215
248
  "binding": {
216
- "type": "zeebe:property",
217
- "name": "arguments"
218
- }
249
+ "name": "arguments",
250
+ "type": "zeebe:property"
251
+ },
252
+ "type": "String"
219
253
  },
220
254
  {
255
+ "id": "exclusive",
221
256
  "label": "Exclusive consumer",
222
- "group": "subscription",
223
- "type": "Dropdown",
257
+ "optional": false,
224
258
  "value": "false",
259
+ "group": "subscription",
225
260
  "binding": {
226
- "type": "zeebe:property",
227
- "name": "exclusive"
261
+ "name": "exclusive",
262
+ "type": "zeebe:property"
228
263
  },
264
+ "type": "Dropdown",
229
265
  "choices": [
230
266
  {
231
267
  "name": "Yes",
@@ -238,83 +274,207 @@
238
274
  ]
239
275
  },
240
276
  {
241
- "label": "Correlation key (process)",
242
- "type": "String",
243
- "group": "activation",
277
+ "id": "activationCondition",
278
+ "label": "Activation condition",
279
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
280
+ "optional": true,
244
281
  "feel": "required",
245
- "description": "Sets up the correlation key from process variables",
282
+ "group": "activation",
246
283
  "binding": {
247
- "type": "bpmn:Message#zeebe:subscription#property",
248
- "name": "correlationKey"
284
+ "name": "activationCondition",
285
+ "type": "zeebe:property"
249
286
  },
250
- "constraints": {
251
- "notEmpty": true
252
- }
287
+ "type": "String"
253
288
  },
254
289
  {
255
- "label": "Correlation key (payload)",
256
- "type": "String",
290
+ "id": "consumeUnmatchedEvents",
291
+ "label": "Consume unmatched events",
292
+ "value": true,
257
293
  "group": "activation",
294
+ "binding": {
295
+ "name": "consumeUnmatchedEvents",
296
+ "type": "zeebe:property"
297
+ },
298
+ "tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
299
+ "type": "Boolean"
300
+ },
301
+ {
302
+ "id": "correlationKeyProcess",
303
+ "label": "Correlation key (process)",
304
+ "description": "Sets up the correlation key from process variables",
305
+ "constraints": {
306
+ "notEmpty": true
307
+ },
258
308
  "feel": "required",
309
+ "group": "correlation",
259
310
  "binding": {
260
- "type": "zeebe:property",
261
- "name": "correlationKeyExpression"
311
+ "name": "correlationKey",
312
+ "type": "bpmn:Message#zeebe:subscription#property"
262
313
  },
314
+ "type": "String"
315
+ },
316
+ {
317
+ "id": "correlationKeyPayload",
318
+ "label": "Correlation key (payload)",
263
319
  "description": "Extracts the correlation key from the incoming message payload",
264
320
  "constraints": {
265
321
  "notEmpty": true
266
- }
322
+ },
323
+ "feel": "required",
324
+ "group": "correlation",
325
+ "binding": {
326
+ "name": "correlationKeyExpression",
327
+ "type": "zeebe:property"
328
+ },
329
+ "type": "String"
267
330
  },
268
331
  {
269
- "label": "Activation condition",
270
- "type": "String",
271
- "group": "activation",
332
+ "id": "messageIdExpression",
333
+ "label": "Message ID expression",
334
+ "description": "Expression to extract unique identifier of a message",
335
+ "optional": true,
272
336
  "feel": "required",
337
+ "group": "correlation",
338
+ "binding": {
339
+ "name": "messageIdExpression",
340
+ "type": "zeebe:property"
341
+ },
342
+ "type": "String"
343
+ },
344
+ {
345
+ "id": "messageTtl",
346
+ "label": "Message TTL",
347
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
273
348
  "optional": true,
349
+ "constraints": {
350
+ "notEmpty": false,
351
+ "pattern": {
352
+ "value": "^(PT.*|)$",
353
+ "message": "must be an ISO-8601 duration"
354
+ }
355
+ },
356
+ "feel": "optional",
357
+ "group": "correlation",
274
358
  "binding": {
275
- "type": "zeebe:property",
276
- "name": "activationCondition"
359
+ "name": "messageTtl",
360
+ "type": "zeebe:property"
277
361
  },
278
- "description": "Condition under which the connector triggers. Leave empty to catch all events"
362
+ "type": "String"
363
+ },
364
+ {
365
+ "id": "messageNameUuid",
366
+ "label": "Message name",
367
+ "generatedValue": {
368
+ "type": "uuid"
369
+ },
370
+ "feel": "optional",
371
+ "group": "correlation",
372
+ "binding": {
373
+ "name": "name",
374
+ "type": "bpmn:Message#property"
375
+ },
376
+ "tooltip": "By default, this is an auto-generated random UUID. We recommend using a unique message name for each connector element in the diagram. Override to set a custom message name. Learn more about <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-subscriptions\">message subscriptions</a> that power inbound connectors.",
377
+ "type": "String"
378
+ },
379
+ {
380
+ "id": "deduplicationModeManualFlag",
381
+ "label": "Manual mode",
382
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
383
+ "value": false,
384
+ "group": "deduplication",
385
+ "binding": {
386
+ "name": "deduplicationModeManualFlag",
387
+ "type": "zeebe:property"
388
+ },
389
+ "type": "Boolean"
390
+ },
391
+ {
392
+ "id": "deduplicationId",
393
+ "label": "Deduplication ID",
394
+ "constraints": {
395
+ "notEmpty": true,
396
+ "pattern": {
397
+ "value": "^[a-zA-Z0-9_-]+$",
398
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
399
+ }
400
+ },
401
+ "group": "deduplication",
402
+ "binding": {
403
+ "name": "deduplicationId",
404
+ "type": "zeebe:property"
405
+ },
406
+ "condition": {
407
+ "property": "deduplicationModeManualFlag",
408
+ "equals": true,
409
+ "type": "simple"
410
+ },
411
+ "type": "String"
412
+ },
413
+ {
414
+ "id": "deduplicationModeManual",
415
+ "value": "MANUAL",
416
+ "group": "deduplication",
417
+ "binding": {
418
+ "name": "deduplicationMode",
419
+ "type": "zeebe:property"
420
+ },
421
+ "condition": {
422
+ "property": "deduplicationId",
423
+ "isActive": true,
424
+ "type": "simple"
425
+ },
426
+ "type": "Hidden"
279
427
  },
280
428
  {
429
+ "id": "deduplicationModeAuto",
430
+ "value": "AUTO",
431
+ "group": "deduplication",
432
+ "binding": {
433
+ "name": "deduplicationMode",
434
+ "type": "zeebe:property"
435
+ },
436
+ "condition": {
437
+ "property": "deduplicationId",
438
+ "isActive": false,
439
+ "type": "simple"
440
+ },
441
+ "type": "Hidden"
442
+ },
443
+ {
444
+ "id": "resultVariable",
281
445
  "label": "Result variable",
282
- "type": "String",
283
- "group": "variable-mapping",
284
- "optional": true,
446
+ "description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>.",
447
+ "group": "output",
285
448
  "binding": {
286
- "type": "zeebe:property",
287
- "name": "resultVariable"
449
+ "name": "resultVariable",
450
+ "type": "zeebe:property"
288
451
  },
289
- "description": "Name of variable to store the result of the connector in"
452
+ "type": "String"
290
453
  },
291
454
  {
455
+ "id": "resultExpression",
292
456
  "label": "Result expression",
293
- "type": "String",
294
- "group": "variable-mapping",
457
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>.",
295
458
  "feel": "required",
296
- "optional": true,
459
+ "group": "output",
297
460
  "binding": {
298
- "type": "zeebe:property",
299
- "name": "resultExpression"
461
+ "name": "resultExpression",
462
+ "type": "zeebe:property"
300
463
  },
301
- "description": "Expression to map the inbound payload to process variables"
464
+ "type": "Text"
302
465
  }
303
466
  ],
304
467
  "icon": {
305
- "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"
306
- },
307
- "engines": {
308
- "camunda": "^8.2"
468
+ "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
309
469
  }
310
470
  },
311
471
  {
312
472
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
313
- "name": "RabbitMQ Intermediate Catch Event Connector",
473
+ "name": "RabbitMQ connector",
314
474
  "id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
315
- "version": 4,
475
+ "version": 1,
316
476
  "description": "Receive a message from RabbitMQ",
317
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
477
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
318
478
  "category": {
319
479
  "id": "connectors",
320
480
  "name": "Connectors"
@@ -398,7 +558,7 @@
398
558
  "constraints": {
399
559
  "notEmpty": true,
400
560
  "pattern": {
401
- "value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*$",
561
+ "value": "^(amqps?://)|(secrets).*",
402
562
  "message": "Must start with amqp(s):// or contain a secret reference"
403
563
  }
404
564
  },
@@ -441,7 +601,7 @@
441
601
  },
442
602
  {
443
603
  "label": "Host name",
444
- "description": "Host name: get from RabbitMQ external applocation configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
604
+ "description": "Host name: get from RabbitMQ external applocation configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
445
605
  "group": "routing",
446
606
  "type": "String",
447
607
  "binding": {
@@ -458,7 +618,7 @@
458
618
  },
459
619
  {
460
620
  "label": "Virtual host",
461
- "description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
621
+ "description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
462
622
  "group": "routing",
463
623
  "type": "String",
464
624
  "binding": {
@@ -475,7 +635,7 @@
475
635
  },
476
636
  {
477
637
  "label": "Port",
478
- "description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
638
+ "description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
479
639
  "group": "routing",
480
640
  "type": "String",
481
641
  "binding": {
@@ -574,18 +734,6 @@
574
734
  "notEmpty": true
575
735
  }
576
736
  },
577
- {
578
- "label": "Message ID expression",
579
- "feel": "required",
580
- "type": "String",
581
- "optional": true,
582
- "group": "activation",
583
- "binding": {
584
- "type": "zeebe:property",
585
- "name": "messageIdExpression"
586
- },
587
- "description": "Expression to extract unique identifier of a message"
588
- },
589
737
  {
590
738
  "label": "Activation condition",
591
739
  "type": "String",
@@ -626,7 +774,7 @@
626
774
  "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='-7.5 0 271 271' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M245.44 108.308h-85.09a7.738 7.738 0 0 1-7.735-7.734v-88.68C152.615 5.327 147.29 0 140.726 0h-30.375c-6.568 0-11.89 5.327-11.89 11.894v88.143c0 4.573-3.697 8.29-8.27 8.31l-27.885.133c-4.612.025-8.359-3.717-8.35-8.325l.173-88.241C54.144 5.337 48.817 0 42.24 0H11.89C5.321 0 0 5.327 0 11.894V260.21c0 5.834 4.726 10.56 10.555 10.56H245.44c5.834 0 10.56-4.726 10.56-10.56V118.868c0-5.834-4.726-10.56-10.56-10.56zm-39.902 93.233c0 7.645-6.198 13.844-13.843 13.844H167.69c-7.646 0-13.844-6.199-13.844-13.844v-24.005c0-7.646 6.198-13.844 13.844-13.844h24.005c7.645 0 13.843 6.198 13.843 13.844v24.005z' fill='%23F60'/%3E%3C/svg%3E"
627
775
  },
628
776
  "engines": {
629
- "camunda": "^8.4"
777
+ "camunda": "^8.2"
630
778
  }
631
779
  },
632
780
  {
@@ -635,7 +783,7 @@
635
783
  "id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
636
784
  "description": "Receive a message from RabbitMQ",
637
785
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
638
- "version": 7,
786
+ "version": 6,
639
787
  "category": {
640
788
  "id": "connectors",
641
789
  "name": "Connectors"
@@ -664,13 +812,7 @@
664
812
  },
665
813
  {
666
814
  "id": "correlation",
667
- "label": "Correlation",
668
- "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
669
- },
670
- {
671
- "id": "deduplication",
672
- "label": "Deduplication",
673
- "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
815
+ "label": "Correlation"
674
816
  },
675
817
  {
676
818
  "id": "output",
@@ -904,18 +1046,6 @@
904
1046
  },
905
1047
  "type": "String"
906
1048
  },
907
- {
908
- "id": "consumeUnmatchedEvents",
909
- "label": "Consume unmatched events",
910
- "value": true,
911
- "group": "activation",
912
- "binding": {
913
- "name": "consumeUnmatchedEvents",
914
- "type": "zeebe:property"
915
- },
916
- "tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
917
- "type": "Boolean"
918
- },
919
1049
  {
920
1050
  "id": "correlationKeyProcess",
921
1051
  "label": "Correlation key (process)",
@@ -959,26 +1089,6 @@
959
1089
  },
960
1090
  "type": "String"
961
1091
  },
962
- {
963
- "id": "messageTtl",
964
- "label": "Message TTL",
965
- "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
966
- "optional": true,
967
- "constraints": {
968
- "notEmpty": false,
969
- "pattern": {
970
- "value": "^(PT.*|)$",
971
- "message": "must be an ISO-8601 duration"
972
- }
973
- },
974
- "feel": "optional",
975
- "group": "correlation",
976
- "binding": {
977
- "name": "messageTtl",
978
- "type": "zeebe:property"
979
- },
980
- "type": "String"
981
- },
982
1092
  {
983
1093
  "id": "messageNameUuid",
984
1094
  "generatedValue": {
@@ -992,79 +1102,15 @@
992
1102
  "type": "Hidden"
993
1103
  },
994
1104
  {
995
- "id": "deduplicationModeManualFlag",
996
- "label": "Manual mode",
997
- "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
998
- "value": false,
999
- "group": "deduplication",
1105
+ "id": "resultVariable",
1106
+ "label": "Result variable",
1107
+ "description": "Name of variable to store the response in",
1108
+ "group": "output",
1000
1109
  "binding": {
1001
- "name": "deduplicationModeManualFlag",
1110
+ "name": "resultVariable",
1002
1111
  "type": "zeebe:property"
1003
1112
  },
1004
- "type": "Boolean"
1005
- },
1006
- {
1007
- "id": "deduplicationId",
1008
- "label": "Deduplication ID",
1009
- "constraints": {
1010
- "notEmpty": true,
1011
- "pattern": {
1012
- "value": "^[a-zA-Z0-9_-]+$",
1013
- "message": "can only contain alphanumeric characters, dashes, and underscores"
1014
- }
1015
- },
1016
- "group": "deduplication",
1017
- "binding": {
1018
- "name": "deduplicationId",
1019
- "type": "zeebe:property"
1020
- },
1021
- "condition": {
1022
- "property": "deduplicationModeManualFlag",
1023
- "equals": true,
1024
- "type": "simple"
1025
- },
1026
- "type": "String"
1027
- },
1028
- {
1029
- "id": "deduplicationModeManual",
1030
- "value": "MANUAL",
1031
- "group": "deduplication",
1032
- "binding": {
1033
- "name": "deduplicationMode",
1034
- "type": "zeebe:property"
1035
- },
1036
- "condition": {
1037
- "property": "deduplicationId",
1038
- "isActive": true,
1039
- "type": "simple"
1040
- },
1041
- "type": "Hidden"
1042
- },
1043
- {
1044
- "id": "deduplicationModeAuto",
1045
- "value": "AUTO",
1046
- "group": "deduplication",
1047
- "binding": {
1048
- "name": "deduplicationMode",
1049
- "type": "zeebe:property"
1050
- },
1051
- "condition": {
1052
- "property": "deduplicationId",
1053
- "isActive": false,
1054
- "type": "simple"
1055
- },
1056
- "type": "Hidden"
1057
- },
1058
- {
1059
- "id": "resultVariable",
1060
- "label": "Result variable",
1061
- "description": "Name of variable to store the response in",
1062
- "group": "output",
1063
- "binding": {
1064
- "name": "resultVariable",
1065
- "type": "zeebe:property"
1066
- },
1067
- "type": "String"
1113
+ "type": "String"
1068
1114
  },
1069
1115
  {
1070
1116
  "id": "resultExpression",
@@ -1083,16 +1129,16 @@
1083
1129
  "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
1084
1130
  },
1085
1131
  "engines": {
1086
- "camunda": "^8.6"
1132
+ "camunda": "^8.5"
1087
1133
  }
1088
1134
  },
1089
1135
  {
1090
1136
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1091
1137
  "name": "RabbitMQ Intermediate Catch Event Connector",
1092
1138
  "id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
1139
+ "version": 4,
1093
1140
  "description": "Receive a message from RabbitMQ",
1094
1141
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
1095
- "version": 6,
1096
1142
  "category": {
1097
1143
  "id": "connectors",
1098
1144
  "name": "Connectors"
@@ -1120,33 +1166,39 @@
1120
1166
  "label": "Activation"
1121
1167
  },
1122
1168
  {
1123
- "id": "correlation",
1124
- "label": "Correlation"
1125
- },
1126
- {
1127
- "id": "output",
1128
- "label": "Output mapping"
1169
+ "id": "variable-mapping",
1170
+ "label": "Variable mapping"
1129
1171
  }
1130
1172
  ],
1131
1173
  "properties": [
1132
1174
  {
1175
+ "type": "Hidden",
1133
1176
  "value": "io.camunda:connector-rabbitmq-inbound:1",
1134
1177
  "binding": {
1135
- "name": "inbound.type",
1136
- "type": "zeebe:property"
1178
+ "type": "zeebe:property",
1179
+ "name": "inbound.type"
1180
+ }
1181
+ },
1182
+ {
1183
+ "type": "Hidden",
1184
+ "generatedValue": {
1185
+ "type": "uuid"
1137
1186
  },
1138
- "type": "Hidden"
1187
+ "binding": {
1188
+ "type": "bpmn:Message#property",
1189
+ "name": "name"
1190
+ }
1139
1191
  },
1140
1192
  {
1141
- "id": "authentication.authType",
1193
+ "id": "connectionType",
1142
1194
  "label": "Connection type",
1143
- "value": "uri",
1144
1195
  "group": "authentication",
1196
+ "type": "Dropdown",
1197
+ "value": "uri",
1145
1198
  "binding": {
1146
- "name": "authentication.authType",
1147
- "type": "zeebe:property"
1199
+ "type": "zeebe:property",
1200
+ "name": "authentication.authType"
1148
1201
  },
1149
- "type": "Dropdown",
1150
1202
  "choices": [
1151
1203
  {
1152
1204
  "name": "URI",
@@ -1159,178 +1211,154 @@
1159
1211
  ]
1160
1212
  },
1161
1213
  {
1162
- "id": "authentication.uri",
1163
1214
  "label": "URI",
1164
1215
  "description": "URI should contain username, password, host name, port number, and virtual host",
1165
- "optional": false,
1216
+ "group": "authentication",
1217
+ "type": "String",
1218
+ "binding": {
1219
+ "type": "zeebe:property",
1220
+ "name": "authentication.uri"
1221
+ },
1166
1222
  "constraints": {
1167
1223
  "notEmpty": true,
1168
1224
  "pattern": {
1169
- "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
1225
+ "value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*$",
1170
1226
  "message": "Must start with amqp(s):// or contain a secret reference"
1171
1227
  }
1172
1228
  },
1173
- "group": "authentication",
1174
- "binding": {
1175
- "name": "authentication.uri",
1176
- "type": "zeebe:property"
1177
- },
1178
1229
  "condition": {
1179
- "property": "authentication.authType",
1180
- "equals": "uri",
1181
- "type": "simple"
1182
- },
1183
- "type": "String"
1230
+ "property": "connectionType",
1231
+ "equals": "uri"
1232
+ }
1184
1233
  },
1185
1234
  {
1186
- "id": "authentication.userName",
1187
1235
  "label": "Username",
1188
- "optional": false,
1189
- "constraints": {
1190
- "notEmpty": true
1191
- },
1192
1236
  "group": "authentication",
1237
+ "type": "String",
1193
1238
  "binding": {
1194
- "name": "authentication.userName",
1195
- "type": "zeebe:property"
1239
+ "type": "zeebe:property",
1240
+ "name": "authentication.userName"
1196
1241
  },
1197
- "condition": {
1198
- "property": "authentication.authType",
1199
- "equals": "credentials",
1200
- "type": "simple"
1242
+ "constraints": {
1243
+ "notEmpty": true
1201
1244
  },
1202
- "type": "String"
1245
+ "condition": {
1246
+ "property": "connectionType",
1247
+ "equals": "credentials"
1248
+ }
1203
1249
  },
1204
1250
  {
1205
- "id": "authentication.password",
1206
1251
  "label": "Password",
1207
- "optional": false,
1208
- "constraints": {
1209
- "notEmpty": true
1210
- },
1211
1252
  "group": "authentication",
1253
+ "type": "String",
1212
1254
  "binding": {
1213
- "name": "authentication.password",
1214
- "type": "zeebe:property"
1215
- },
1216
- "condition": {
1217
- "property": "authentication.authType",
1218
- "equals": "credentials",
1219
- "type": "simple"
1255
+ "type": "zeebe:property",
1256
+ "name": "authentication.password"
1220
1257
  },
1221
- "type": "String"
1222
- },
1223
- {
1224
- "id": "routing.virtualHost",
1225
- "label": "Virtual host",
1226
- "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>",
1227
- "optional": false,
1228
1258
  "constraints": {
1229
1259
  "notEmpty": true
1230
1260
  },
1231
- "group": "routing",
1232
- "binding": {
1233
- "name": "routing.virtualHost",
1234
- "type": "zeebe:property"
1235
- },
1236
1261
  "condition": {
1237
- "property": "authentication.authType",
1238
- "equals": "credentials",
1239
- "type": "simple"
1240
- },
1241
- "type": "String"
1262
+ "property": "connectionType",
1263
+ "equals": "credentials"
1264
+ }
1242
1265
  },
1243
1266
  {
1244
- "id": "routing.hostName",
1245
1267
  "label": "Host name",
1246
- "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>",
1247
- "optional": false,
1268
+ "description": "Host name: get from RabbitMQ external applocation configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
1269
+ "group": "routing",
1270
+ "type": "String",
1271
+ "binding": {
1272
+ "type": "zeebe:property",
1273
+ "name": "routing.hostName"
1274
+ },
1248
1275
  "constraints": {
1249
1276
  "notEmpty": true
1250
1277
  },
1278
+ "condition": {
1279
+ "property": "connectionType",
1280
+ "equals": "credentials"
1281
+ }
1282
+ },
1283
+ {
1284
+ "label": "Virtual host",
1285
+ "description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
1251
1286
  "group": "routing",
1287
+ "type": "String",
1252
1288
  "binding": {
1253
- "name": "routing.hostName",
1254
- "type": "zeebe:property"
1289
+ "type": "zeebe:property",
1290
+ "name": "routing.virtualHost"
1255
1291
  },
1256
- "condition": {
1257
- "property": "authentication.authType",
1258
- "equals": "credentials",
1259
- "type": "simple"
1292
+ "constraints": {
1293
+ "notEmpty": true
1260
1294
  },
1261
- "type": "String"
1295
+ "condition": {
1296
+ "property": "connectionType",
1297
+ "equals": "credentials"
1298
+ }
1262
1299
  },
1263
1300
  {
1264
- "id": "routing.port",
1265
1301
  "label": "Port",
1266
- "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>",
1267
- "optional": false,
1268
- "constraints": {
1269
- "notEmpty": true
1270
- },
1302
+ "description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
1271
1303
  "group": "routing",
1304
+ "type": "String",
1272
1305
  "binding": {
1273
- "name": "routing.port",
1274
- "type": "zeebe:property"
1306
+ "type": "zeebe:property",
1307
+ "name": "routing.port"
1275
1308
  },
1276
- "condition": {
1277
- "property": "authentication.authType",
1278
- "equals": "credentials",
1279
- "type": "simple"
1309
+ "constraints": {
1310
+ "notEmpty": true
1280
1311
  },
1281
- "type": "String"
1312
+ "condition": {
1313
+ "property": "connectionType",
1314
+ "equals": "credentials"
1315
+ }
1282
1316
  },
1283
1317
  {
1284
- "id": "queueName",
1285
1318
  "label": "Queue name",
1286
1319
  "description": "Name of the queue to subscribe to",
1287
- "optional": false,
1288
- "constraints": {
1289
- "notEmpty": true
1290
- },
1291
1320
  "group": "subscription",
1321
+ "type": "String",
1322
+ "feel": "optional",
1292
1323
  "binding": {
1293
- "name": "queueName",
1294
- "type": "zeebe:property"
1324
+ "type": "zeebe:property",
1325
+ "name": "queueName"
1295
1326
  },
1296
- "type": "String"
1327
+ "constraints": {
1328
+ "notEmpty": true
1329
+ }
1297
1330
  },
1298
1331
  {
1299
- "id": "consumerTag",
1300
1332
  "label": "Consumer tag",
1301
1333
  "description": "Consumer tag to use for the subscription",
1302
- "optional": false,
1303
1334
  "group": "subscription",
1335
+ "type": "String",
1336
+ "feel": "optional",
1304
1337
  "binding": {
1305
- "name": "consumerTag",
1306
- "type": "zeebe:property"
1307
- },
1308
- "type": "String"
1338
+ "type": "zeebe:property",
1339
+ "name": "consumerTag"
1340
+ }
1309
1341
  },
1310
1342
  {
1311
- "id": "arguments",
1312
1343
  "label": "Arguments",
1313
1344
  "description": "Arguments to use for the subscription",
1314
- "optional": true,
1315
- "feel": "required",
1316
1345
  "group": "subscription",
1346
+ "type": "String",
1347
+ "feel": "required",
1317
1348
  "binding": {
1318
- "name": "arguments",
1319
- "type": "zeebe:property"
1320
- },
1321
- "type": "String"
1349
+ "type": "zeebe:property",
1350
+ "name": "arguments"
1351
+ }
1322
1352
  },
1323
1353
  {
1324
- "id": "exclusive",
1325
1354
  "label": "Exclusive consumer",
1326
- "optional": false,
1327
- "value": "false",
1328
1355
  "group": "subscription",
1356
+ "type": "Dropdown",
1357
+ "value": "false",
1329
1358
  "binding": {
1330
- "name": "exclusive",
1331
- "type": "zeebe:property"
1359
+ "type": "zeebe:property",
1360
+ "name": "exclusive"
1332
1361
  },
1333
- "type": "Dropdown",
1334
1362
  "choices": [
1335
1363
  {
1336
1364
  "name": "Yes",
@@ -1343,102 +1371,86 @@
1343
1371
  ]
1344
1372
  },
1345
1373
  {
1346
- "id": "activationCondition",
1347
- "label": "Activation condition",
1348
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
1349
- "optional": true,
1350
- "feel": "required",
1374
+ "label": "Correlation key (process)",
1375
+ "type": "String",
1351
1376
  "group": "activation",
1377
+ "feel": "required",
1378
+ "description": "Sets up the correlation key from process variables",
1352
1379
  "binding": {
1353
- "name": "activationCondition",
1354
- "type": "zeebe:property"
1380
+ "type": "bpmn:Message#zeebe:subscription#property",
1381
+ "name": "correlationKey"
1355
1382
  },
1356
- "type": "String"
1357
- },
1358
- {
1359
- "id": "correlationKeyProcess",
1360
- "label": "Correlation key (process)",
1361
- "description": "Sets up the correlation key from process variables",
1362
1383
  "constraints": {
1363
1384
  "notEmpty": true
1364
- },
1365
- "feel": "required",
1366
- "group": "correlation",
1367
- "binding": {
1368
- "name": "correlationKey",
1369
- "type": "bpmn:Message#zeebe:subscription#property"
1370
- },
1371
- "type": "String"
1385
+ }
1372
1386
  },
1373
1387
  {
1374
- "id": "correlationKeyPayload",
1375
1388
  "label": "Correlation key (payload)",
1376
- "description": "Extracts the correlation key from the incoming message payload",
1377
- "constraints": {
1378
- "notEmpty": true
1379
- },
1389
+ "type": "String",
1390
+ "group": "activation",
1380
1391
  "feel": "required",
1381
- "group": "correlation",
1382
1392
  "binding": {
1383
- "name": "correlationKeyExpression",
1384
- "type": "zeebe:property"
1393
+ "type": "zeebe:property",
1394
+ "name": "correlationKeyExpression"
1385
1395
  },
1386
- "type": "String"
1396
+ "description": "Extracts the correlation key from the incoming message payload",
1397
+ "constraints": {
1398
+ "notEmpty": true
1399
+ }
1387
1400
  },
1388
1401
  {
1389
- "id": "messageIdExpression",
1390
1402
  "label": "Message ID expression",
1391
- "description": "Expression to extract unique identifier of a message",
1392
- "optional": true,
1393
1403
  "feel": "required",
1394
- "group": "correlation",
1404
+ "type": "String",
1405
+ "optional": true,
1406
+ "group": "activation",
1395
1407
  "binding": {
1396
- "name": "messageIdExpression",
1397
- "type": "zeebe:property"
1408
+ "type": "zeebe:property",
1409
+ "name": "messageIdExpression"
1398
1410
  },
1399
- "type": "String"
1411
+ "description": "Expression to extract unique identifier of a message"
1400
1412
  },
1401
1413
  {
1402
- "id": "messageNameUuid",
1403
- "generatedValue": {
1404
- "type": "uuid"
1405
- },
1406
- "group": "correlation",
1414
+ "label": "Activation condition",
1415
+ "type": "String",
1416
+ "group": "activation",
1417
+ "feel": "required",
1418
+ "optional": true,
1407
1419
  "binding": {
1408
- "name": "name",
1409
- "type": "bpmn:Message#property"
1420
+ "type": "zeebe:property",
1421
+ "name": "activationCondition"
1410
1422
  },
1411
- "type": "Hidden"
1423
+ "description": "Condition under which the connector triggers. Leave empty to catch all events"
1412
1424
  },
1413
1425
  {
1414
- "id": "resultVariable",
1415
1426
  "label": "Result variable",
1416
- "description": "Name of variable to store the response in",
1417
- "group": "output",
1427
+ "type": "String",
1428
+ "group": "variable-mapping",
1429
+ "optional": true,
1418
1430
  "binding": {
1419
- "name": "resultVariable",
1420
- "type": "zeebe:property"
1431
+ "type": "zeebe:property",
1432
+ "name": "resultVariable"
1421
1433
  },
1422
- "type": "String"
1434
+ "description": "Name of variable to store the result of the connector in"
1423
1435
  },
1424
1436
  {
1425
- "id": "resultExpression",
1426
1437
  "label": "Result expression",
1427
- "description": "Expression to map the response into process variables",
1438
+ "type": "String",
1439
+ "group": "variable-mapping",
1428
1440
  "feel": "required",
1429
- "group": "output",
1441
+ "optional": true,
1430
1442
  "binding": {
1431
- "name": "resultExpression",
1432
- "type": "zeebe:property"
1443
+ "type": "zeebe:property",
1444
+ "name": "resultExpression"
1433
1445
  },
1434
- "type": "Text"
1446
+ "description": "Expression to map the inbound payload to process variables"
1435
1447
  }
1436
1448
  ],
1437
1449
  "icon": {
1438
- "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
1450
+ "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='-7.5 0 271 271' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M245.44 108.308h-85.09a7.738 7.738 0 0 1-7.735-7.734v-88.68C152.615 5.327 147.29 0 140.726 0h-30.375c-6.568 0-11.89 5.327-11.89 11.894v88.143c0 4.573-3.697 8.29-8.27 8.31l-27.885.133c-4.612.025-8.359-3.717-8.35-8.325l.173-88.241C54.144 5.337 48.817 0 42.24 0H11.89C5.321 0 0 5.327 0 11.894V260.21c0 5.834 4.726 10.56 10.555 10.56H245.44c5.834 0 10.56-4.726 10.56-10.56V118.868c0-5.834-4.726-10.56-10.56-10.56zm-39.902 93.233c0 7.645-6.198 13.844-13.843 13.844H167.69c-7.646 0-13.844-6.199-13.844-13.844v-24.005c0-7.646 6.198-13.844 13.844-13.844h24.005c7.645 0 13.843 6.198 13.843 13.844v24.005z' fill='%23F60'/%3E%3C/svg%3E"
1439
1451
  },
1440
1452
  "engines": {
1441
- "camunda": "^8.5"
1453
+ "camunda": "^8.4"
1442
1454
  }
1443
1455
  },
1444
1456
  {
@@ -1752,11 +1764,11 @@
1752
1764
  },
1753
1765
  {
1754
1766
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1755
- "name": "RabbitMQ connector",
1767
+ "name": "RabbitMQ Intermediate Catch Event Connector",
1756
1768
  "id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
1757
- "version": 2,
1758
1769
  "description": "Receive a message from RabbitMQ",
1759
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
1770
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
1771
+ "version": 7,
1760
1772
  "category": {
1761
1773
  "id": "connectors",
1762
1774
  "name": "Connectors"
@@ -1784,39 +1796,39 @@
1784
1796
  "label": "Activation"
1785
1797
  },
1786
1798
  {
1787
- "id": "variable-mapping",
1788
- "label": "Variable mapping"
1799
+ "id": "correlation",
1800
+ "label": "Correlation",
1801
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
1802
+ },
1803
+ {
1804
+ "id": "deduplication",
1805
+ "label": "Deduplication",
1806
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
1807
+ },
1808
+ {
1809
+ "id": "output",
1810
+ "label": "Output mapping"
1789
1811
  }
1790
1812
  ],
1791
1813
  "properties": [
1792
1814
  {
1793
- "type": "Hidden",
1794
1815
  "value": "io.camunda:connector-rabbitmq-inbound:1",
1795
1816
  "binding": {
1796
- "type": "zeebe:property",
1797
- "name": "inbound.type"
1798
- }
1799
- },
1800
- {
1801
- "type": "Hidden",
1802
- "generatedValue": {
1803
- "type": "uuid"
1817
+ "name": "inbound.type",
1818
+ "type": "zeebe:property"
1804
1819
  },
1805
- "binding": {
1806
- "type": "bpmn:Message#property",
1807
- "name": "name"
1808
- }
1820
+ "type": "Hidden"
1809
1821
  },
1810
1822
  {
1811
- "id": "connectionType",
1823
+ "id": "authentication.authType",
1812
1824
  "label": "Connection type",
1813
- "group": "authentication",
1814
- "type": "Dropdown",
1815
1825
  "value": "uri",
1826
+ "group": "authentication",
1816
1827
  "binding": {
1817
- "type": "zeebe:property",
1818
- "name": "authentication.authType"
1828
+ "name": "authentication.authType",
1829
+ "type": "zeebe:property"
1819
1830
  },
1831
+ "type": "Dropdown",
1820
1832
  "choices": [
1821
1833
  {
1822
1834
  "name": "URI",
@@ -1829,154 +1841,178 @@
1829
1841
  ]
1830
1842
  },
1831
1843
  {
1844
+ "id": "authentication.uri",
1832
1845
  "label": "URI",
1833
1846
  "description": "URI should contain username, password, host name, port number, and virtual host",
1834
- "group": "authentication",
1835
- "type": "String",
1836
- "binding": {
1837
- "type": "zeebe:property",
1838
- "name": "authentication.uri"
1839
- },
1847
+ "optional": false,
1840
1848
  "constraints": {
1841
1849
  "notEmpty": true,
1842
1850
  "pattern": {
1843
- "value": "^(amqps?://)|secrets\\..+|(\\{\\{secrets\\..+\\}\\}).*$",
1851
+ "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
1844
1852
  "message": "Must start with amqp(s):// or contain a secret reference"
1845
1853
  }
1846
1854
  },
1855
+ "group": "authentication",
1856
+ "binding": {
1857
+ "name": "authentication.uri",
1858
+ "type": "zeebe:property"
1859
+ },
1847
1860
  "condition": {
1848
- "property": "connectionType",
1849
- "equals": "uri"
1850
- }
1861
+ "property": "authentication.authType",
1862
+ "equals": "uri",
1863
+ "type": "simple"
1864
+ },
1865
+ "type": "String"
1851
1866
  },
1852
1867
  {
1868
+ "id": "authentication.userName",
1853
1869
  "label": "Username",
1854
- "group": "authentication",
1855
- "type": "String",
1856
- "binding": {
1857
- "type": "zeebe:property",
1858
- "name": "authentication.userName"
1859
- },
1870
+ "optional": false,
1860
1871
  "constraints": {
1861
1872
  "notEmpty": true
1862
1873
  },
1874
+ "group": "authentication",
1875
+ "binding": {
1876
+ "name": "authentication.userName",
1877
+ "type": "zeebe:property"
1878
+ },
1863
1879
  "condition": {
1864
- "property": "connectionType",
1865
- "equals": "credentials"
1866
- }
1880
+ "property": "authentication.authType",
1881
+ "equals": "credentials",
1882
+ "type": "simple"
1883
+ },
1884
+ "type": "String"
1867
1885
  },
1868
1886
  {
1887
+ "id": "authentication.password",
1869
1888
  "label": "Password",
1870
- "group": "authentication",
1871
- "type": "String",
1872
- "binding": {
1873
- "type": "zeebe:property",
1874
- "name": "authentication.password"
1875
- },
1889
+ "optional": false,
1876
1890
  "constraints": {
1877
1891
  "notEmpty": true
1878
1892
  },
1893
+ "group": "authentication",
1894
+ "binding": {
1895
+ "name": "authentication.password",
1896
+ "type": "zeebe:property"
1897
+ },
1879
1898
  "condition": {
1880
- "property": "connectionType",
1881
- "equals": "credentials"
1882
- }
1899
+ "property": "authentication.authType",
1900
+ "equals": "credentials",
1901
+ "type": "simple"
1902
+ },
1903
+ "type": "String"
1883
1904
  },
1884
1905
  {
1885
- "label": "Host name",
1886
- "description": "Host name: get from RabbitMQ external applocation configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
1887
- "group": "routing",
1888
- "type": "String",
1889
- "binding": {
1890
- "type": "zeebe:property",
1891
- "name": "routing.hostName"
1892
- },
1906
+ "id": "routing.virtualHost",
1907
+ "label": "Virtual host",
1908
+ "description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
1909
+ "optional": false,
1893
1910
  "constraints": {
1894
1911
  "notEmpty": true
1895
1912
  },
1913
+ "group": "routing",
1914
+ "binding": {
1915
+ "name": "routing.virtualHost",
1916
+ "type": "zeebe:property"
1917
+ },
1896
1918
  "condition": {
1897
- "property": "connectionType",
1898
- "equals": "credentials"
1899
- }
1919
+ "property": "authentication.authType",
1920
+ "equals": "credentials",
1921
+ "type": "simple"
1922
+ },
1923
+ "type": "String"
1900
1924
  },
1901
1925
  {
1902
- "label": "Virtual host",
1903
- "description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
1904
- "group": "routing",
1905
- "type": "String",
1906
- "binding": {
1907
- "type": "zeebe:property",
1908
- "name": "routing.virtualHost"
1909
- },
1926
+ "id": "routing.hostName",
1927
+ "label": "Host name",
1928
+ "description": "Host name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
1929
+ "optional": false,
1910
1930
  "constraints": {
1911
1931
  "notEmpty": true
1912
1932
  },
1933
+ "group": "routing",
1934
+ "binding": {
1935
+ "name": "routing.hostName",
1936
+ "type": "zeebe:property"
1937
+ },
1913
1938
  "condition": {
1914
- "property": "connectionType",
1915
- "equals": "credentials"
1916
- }
1939
+ "property": "authentication.authType",
1940
+ "equals": "credentials",
1941
+ "type": "simple"
1942
+ },
1943
+ "type": "String"
1917
1944
  },
1918
1945
  {
1946
+ "id": "routing.port",
1919
1947
  "label": "Port",
1920
- "description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
1921
- "group": "routing",
1922
- "type": "String",
1923
- "binding": {
1924
- "type": "zeebe:property",
1925
- "name": "routing.port"
1926
- },
1948
+ "description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
1949
+ "optional": false,
1927
1950
  "constraints": {
1928
1951
  "notEmpty": true
1929
1952
  },
1953
+ "group": "routing",
1954
+ "binding": {
1955
+ "name": "routing.port",
1956
+ "type": "zeebe:property"
1957
+ },
1930
1958
  "condition": {
1931
- "property": "connectionType",
1932
- "equals": "credentials"
1933
- }
1959
+ "property": "authentication.authType",
1960
+ "equals": "credentials",
1961
+ "type": "simple"
1962
+ },
1963
+ "type": "String"
1934
1964
  },
1935
1965
  {
1966
+ "id": "queueName",
1936
1967
  "label": "Queue name",
1937
1968
  "description": "Name of the queue to subscribe to",
1969
+ "optional": false,
1970
+ "constraints": {
1971
+ "notEmpty": true
1972
+ },
1938
1973
  "group": "subscription",
1939
- "type": "String",
1940
- "feel": "optional",
1941
1974
  "binding": {
1942
- "type": "zeebe:property",
1943
- "name": "queueName"
1975
+ "name": "queueName",
1976
+ "type": "zeebe:property"
1944
1977
  },
1945
- "constraints": {
1946
- "notEmpty": true
1947
- }
1978
+ "type": "String"
1948
1979
  },
1949
1980
  {
1981
+ "id": "consumerTag",
1950
1982
  "label": "Consumer tag",
1951
1983
  "description": "Consumer tag to use for the subscription",
1984
+ "optional": false,
1952
1985
  "group": "subscription",
1953
- "type": "String",
1954
- "feel": "optional",
1955
1986
  "binding": {
1956
- "type": "zeebe:property",
1957
- "name": "consumerTag"
1958
- }
1987
+ "name": "consumerTag",
1988
+ "type": "zeebe:property"
1989
+ },
1990
+ "type": "String"
1959
1991
  },
1960
1992
  {
1993
+ "id": "arguments",
1961
1994
  "label": "Arguments",
1962
1995
  "description": "Arguments to use for the subscription",
1963
- "group": "subscription",
1964
- "type": "String",
1996
+ "optional": true,
1965
1997
  "feel": "required",
1998
+ "group": "subscription",
1966
1999
  "binding": {
1967
- "type": "zeebe:property",
1968
- "name": "arguments"
1969
- }
2000
+ "name": "arguments",
2001
+ "type": "zeebe:property"
2002
+ },
2003
+ "type": "String"
1970
2004
  },
1971
2005
  {
2006
+ "id": "exclusive",
1972
2007
  "label": "Exclusive consumer",
1973
- "group": "subscription",
1974
- "type": "Dropdown",
2008
+ "optional": false,
1975
2009
  "value": "false",
2010
+ "group": "subscription",
1976
2011
  "binding": {
1977
- "type": "zeebe:property",
1978
- "name": "exclusive"
2012
+ "name": "exclusive",
2013
+ "type": "zeebe:property"
1979
2014
  },
2015
+ "type": "Dropdown",
1980
2016
  "choices": [
1981
2017
  {
1982
2018
  "name": "Yes",
@@ -1989,149 +2025,267 @@
1989
2025
  ]
1990
2026
  },
1991
2027
  {
1992
- "label": "Correlation key (process)",
1993
- "type": "String",
1994
- "group": "activation",
2028
+ "id": "activationCondition",
2029
+ "label": "Activation condition",
2030
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
2031
+ "optional": true,
1995
2032
  "feel": "required",
1996
- "description": "Sets up the correlation key from process variables",
2033
+ "group": "activation",
1997
2034
  "binding": {
1998
- "type": "bpmn:Message#zeebe:subscription#property",
1999
- "name": "correlationKey"
2035
+ "name": "activationCondition",
2036
+ "type": "zeebe:property"
2000
2037
  },
2001
- "constraints": {
2002
- "notEmpty": true
2003
- }
2038
+ "type": "String"
2004
2039
  },
2005
2040
  {
2006
- "label": "Correlation key (payload)",
2007
- "type": "String",
2041
+ "id": "consumeUnmatchedEvents",
2042
+ "label": "Consume unmatched events",
2043
+ "value": true,
2008
2044
  "group": "activation",
2009
- "feel": "required",
2010
2045
  "binding": {
2011
- "type": "zeebe:property",
2012
- "name": "correlationKeyExpression"
2046
+ "name": "consumeUnmatchedEvents",
2047
+ "type": "zeebe:property"
2013
2048
  },
2014
- "description": "Extracts the correlation key from the incoming message payload",
2049
+ "tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
2050
+ "type": "Boolean"
2051
+ },
2052
+ {
2053
+ "id": "correlationKeyProcess",
2054
+ "label": "Correlation key (process)",
2055
+ "description": "Sets up the correlation key from process variables",
2015
2056
  "constraints": {
2016
2057
  "notEmpty": true
2017
- }
2058
+ },
2059
+ "feel": "required",
2060
+ "group": "correlation",
2061
+ "binding": {
2062
+ "name": "correlationKey",
2063
+ "type": "bpmn:Message#zeebe:subscription#property"
2064
+ },
2065
+ "type": "String"
2018
2066
  },
2019
2067
  {
2020
- "label": "Activation condition",
2021
- "type": "String",
2022
- "group": "activation",
2068
+ "id": "correlationKeyPayload",
2069
+ "label": "Correlation key (payload)",
2070
+ "description": "Extracts the correlation key from the incoming message payload",
2071
+ "constraints": {
2072
+ "notEmpty": true
2073
+ },
2023
2074
  "feel": "required",
2024
- "optional": true,
2075
+ "group": "correlation",
2025
2076
  "binding": {
2026
- "type": "zeebe:property",
2027
- "name": "activationCondition"
2077
+ "name": "correlationKeyExpression",
2078
+ "type": "zeebe:property"
2028
2079
  },
2029
- "description": "Condition under which the connector triggers. Leave empty to catch all events"
2080
+ "type": "String"
2030
2081
  },
2031
2082
  {
2032
- "label": "Result variable",
2033
- "type": "String",
2034
- "group": "variable-mapping",
2083
+ "id": "messageIdExpression",
2084
+ "label": "Message ID expression",
2085
+ "description": "Expression to extract unique identifier of a message",
2035
2086
  "optional": true,
2087
+ "feel": "required",
2088
+ "group": "correlation",
2036
2089
  "binding": {
2037
- "type": "zeebe:property",
2038
- "name": "resultVariable"
2090
+ "name": "messageIdExpression",
2091
+ "type": "zeebe:property"
2039
2092
  },
2040
- "description": "Name of variable to store the result of the connector in"
2093
+ "type": "String"
2041
2094
  },
2042
2095
  {
2043
- "label": "Result expression",
2044
- "type": "String",
2045
- "group": "variable-mapping",
2046
- "feel": "required",
2096
+ "id": "messageTtl",
2097
+ "label": "Message TTL",
2098
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
2047
2099
  "optional": true,
2100
+ "constraints": {
2101
+ "notEmpty": false,
2102
+ "pattern": {
2103
+ "value": "^(PT.*|)$",
2104
+ "message": "must be an ISO-8601 duration"
2105
+ }
2106
+ },
2107
+ "feel": "optional",
2108
+ "group": "correlation",
2048
2109
  "binding": {
2049
- "type": "zeebe:property",
2050
- "name": "resultExpression"
2110
+ "name": "messageTtl",
2111
+ "type": "zeebe:property"
2051
2112
  },
2052
- "description": "Expression to map the inbound payload to process variables"
2053
- }
2054
- ],
2055
- "icon": {
2056
- "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='-7.5 0 271 271' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M245.44 108.308h-85.09a7.738 7.738 0 0 1-7.735-7.734v-88.68C152.615 5.327 147.29 0 140.726 0h-30.375c-6.568 0-11.89 5.327-11.89 11.894v88.143c0 4.573-3.697 8.29-8.27 8.31l-27.885.133c-4.612.025-8.359-3.717-8.35-8.325l.173-88.241C54.144 5.337 48.817 0 42.24 0H11.89C5.321 0 0 5.327 0 11.894V260.21c0 5.834 4.726 10.56 10.555 10.56H245.44c5.834 0 10.56-4.726 10.56-10.56V118.868c0-5.834-4.726-10.56-10.56-10.56zm-39.902 93.233c0 7.645-6.198 13.844-13.843 13.844H167.69c-7.646 0-13.844-6.199-13.844-13.844v-24.005c0-7.646 6.198-13.844 13.844-13.844h24.005c7.645 0 13.843 6.198 13.843 13.844v24.005z' fill='%23F60'/%3E%3C/svg%3E"
2057
- },
2058
- "engines": {
2059
- "camunda": "^8.2"
2060
- }
2061
- },
2062
- {
2063
- "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
2064
- "name": "RabbitMQ Intermediate Catch Event Connector",
2065
- "id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
2066
- "description": "Receive a message from RabbitMQ",
2067
- "metadata": {
2068
- "keywords": []
2069
- },
2070
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
2071
- "version": 8,
2072
- "category": {
2073
- "id": "connectors",
2074
- "name": "Connectors"
2075
- },
2076
- "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
2077
- "elementType": {
2078
- "value": "bpmn:IntermediateCatchEvent",
2079
- "eventDefinition": "bpmn:MessageEventDefinition"
2080
- },
2081
- "engines": {
2082
- "camunda": "^8.3"
2083
- },
2084
- "groups": [
2113
+ "type": "String"
2114
+ },
2085
2115
  {
2086
- "id": "authentication",
2087
- "label": "Authentication"
2116
+ "id": "messageNameUuid",
2117
+ "generatedValue": {
2118
+ "type": "uuid"
2119
+ },
2120
+ "group": "correlation",
2121
+ "binding": {
2122
+ "name": "name",
2123
+ "type": "bpmn:Message#property"
2124
+ },
2125
+ "type": "Hidden"
2088
2126
  },
2089
2127
  {
2090
- "id": "routing",
2091
- "label": "Routing"
2128
+ "id": "deduplicationModeManualFlag",
2129
+ "label": "Manual mode",
2130
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
2131
+ "value": false,
2132
+ "group": "deduplication",
2133
+ "binding": {
2134
+ "name": "deduplicationModeManualFlag",
2135
+ "type": "zeebe:property"
2136
+ },
2137
+ "type": "Boolean"
2092
2138
  },
2093
2139
  {
2094
- "id": "subscription",
2095
- "label": "Subscription"
2140
+ "id": "deduplicationId",
2141
+ "label": "Deduplication ID",
2142
+ "constraints": {
2143
+ "notEmpty": true,
2144
+ "pattern": {
2145
+ "value": "^[a-zA-Z0-9_-]+$",
2146
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
2147
+ }
2148
+ },
2149
+ "group": "deduplication",
2150
+ "binding": {
2151
+ "name": "deduplicationId",
2152
+ "type": "zeebe:property"
2153
+ },
2154
+ "condition": {
2155
+ "property": "deduplicationModeManualFlag",
2156
+ "equals": true,
2157
+ "type": "simple"
2158
+ },
2159
+ "type": "String"
2096
2160
  },
2097
2161
  {
2098
- "id": "activation",
2099
- "label": "Activation"
2162
+ "id": "deduplicationModeManual",
2163
+ "value": "MANUAL",
2164
+ "group": "deduplication",
2165
+ "binding": {
2166
+ "name": "deduplicationMode",
2167
+ "type": "zeebe:property"
2168
+ },
2169
+ "condition": {
2170
+ "property": "deduplicationId",
2171
+ "isActive": true,
2172
+ "type": "simple"
2173
+ },
2174
+ "type": "Hidden"
2100
2175
  },
2101
2176
  {
2102
- "id": "correlation",
2103
- "label": "Correlation",
2104
- "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
2177
+ "id": "deduplicationModeAuto",
2178
+ "value": "AUTO",
2179
+ "group": "deduplication",
2180
+ "binding": {
2181
+ "name": "deduplicationMode",
2182
+ "type": "zeebe:property"
2183
+ },
2184
+ "condition": {
2185
+ "property": "deduplicationId",
2186
+ "isActive": false,
2187
+ "type": "simple"
2188
+ },
2189
+ "type": "Hidden"
2105
2190
  },
2106
2191
  {
2107
- "id": "deduplication",
2108
- "label": "Deduplication",
2109
- "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
2192
+ "id": "resultVariable",
2193
+ "label": "Result variable",
2194
+ "description": "Name of variable to store the response in",
2195
+ "group": "output",
2196
+ "binding": {
2197
+ "name": "resultVariable",
2198
+ "type": "zeebe:property"
2199
+ },
2200
+ "type": "String"
2110
2201
  },
2111
2202
  {
2112
- "id": "output",
2113
- "label": "Output mapping"
2203
+ "id": "resultExpression",
2204
+ "label": "Result expression",
2205
+ "description": "Expression to map the response into process variables",
2206
+ "feel": "required",
2207
+ "group": "output",
2208
+ "binding": {
2209
+ "name": "resultExpression",
2210
+ "type": "zeebe:property"
2211
+ },
2212
+ "type": "Text"
2213
+ }
2214
+ ],
2215
+ "icon": {
2216
+ "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
2217
+ },
2218
+ "engines": {
2219
+ "camunda": "^8.6"
2220
+ }
2221
+ },
2222
+ {
2223
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
2224
+ "name": "RabbitMQ connector",
2225
+ "id": "io.camunda.connectors.inbound.RabbitMQ.Intermediate.v1",
2226
+ "version": 2,
2227
+ "description": "Receive a message from RabbitMQ",
2228
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
2229
+ "category": {
2230
+ "id": "connectors",
2231
+ "name": "Connectors"
2232
+ },
2233
+ "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
2234
+ "elementType": {
2235
+ "value": "bpmn:IntermediateCatchEvent",
2236
+ "eventDefinition": "bpmn:MessageEventDefinition"
2237
+ },
2238
+ "groups": [
2239
+ {
2240
+ "id": "authentication",
2241
+ "label": "Authentication"
2242
+ },
2243
+ {
2244
+ "id": "routing",
2245
+ "label": "Routing"
2246
+ },
2247
+ {
2248
+ "id": "subscription",
2249
+ "label": "Subscription"
2250
+ },
2251
+ {
2252
+ "id": "activation",
2253
+ "label": "Activation"
2254
+ },
2255
+ {
2256
+ "id": "variable-mapping",
2257
+ "label": "Variable mapping"
2114
2258
  }
2115
2259
  ],
2116
2260
  "properties": [
2117
2261
  {
2262
+ "type": "Hidden",
2118
2263
  "value": "io.camunda:connector-rabbitmq-inbound:1",
2119
2264
  "binding": {
2120
- "name": "inbound.type",
2121
- "type": "zeebe:property"
2265
+ "type": "zeebe:property",
2266
+ "name": "inbound.type"
2267
+ }
2268
+ },
2269
+ {
2270
+ "type": "Hidden",
2271
+ "generatedValue": {
2272
+ "type": "uuid"
2122
2273
  },
2123
- "type": "Hidden"
2274
+ "binding": {
2275
+ "type": "bpmn:Message#property",
2276
+ "name": "name"
2277
+ }
2124
2278
  },
2125
2279
  {
2126
- "id": "authentication.authType",
2280
+ "id": "connectionType",
2127
2281
  "label": "Connection type",
2128
- "value": "uri",
2129
2282
  "group": "authentication",
2283
+ "type": "Dropdown",
2284
+ "value": "uri",
2130
2285
  "binding": {
2131
- "name": "authentication.authType",
2132
- "type": "zeebe:property"
2286
+ "type": "zeebe:property",
2287
+ "name": "authentication.authType"
2133
2288
  },
2134
- "type": "Dropdown",
2135
2289
  "choices": [
2136
2290
  {
2137
2291
  "name": "URI",
@@ -2144,178 +2298,154 @@
2144
2298
  ]
2145
2299
  },
2146
2300
  {
2147
- "id": "authentication.uri",
2148
2301
  "label": "URI",
2149
2302
  "description": "URI should contain username, password, host name, port number, and virtual host",
2150
- "optional": false,
2303
+ "group": "authentication",
2304
+ "type": "String",
2305
+ "binding": {
2306
+ "type": "zeebe:property",
2307
+ "name": "authentication.uri"
2308
+ },
2151
2309
  "constraints": {
2152
2310
  "notEmpty": true,
2153
2311
  "pattern": {
2154
- "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
2312
+ "value": "^(amqps?://)|secrets\\..+|(\\{\\{secrets\\..+\\}\\}).*$",
2155
2313
  "message": "Must start with amqp(s):// or contain a secret reference"
2156
2314
  }
2157
2315
  },
2158
- "group": "authentication",
2159
- "binding": {
2160
- "name": "authentication.uri",
2161
- "type": "zeebe:property"
2162
- },
2163
2316
  "condition": {
2164
- "property": "authentication.authType",
2165
- "equals": "uri",
2166
- "type": "simple"
2167
- },
2168
- "type": "String"
2317
+ "property": "connectionType",
2318
+ "equals": "uri"
2319
+ }
2169
2320
  },
2170
2321
  {
2171
- "id": "authentication.userName",
2172
2322
  "label": "Username",
2173
- "optional": false,
2174
- "constraints": {
2175
- "notEmpty": true
2176
- },
2177
2323
  "group": "authentication",
2324
+ "type": "String",
2178
2325
  "binding": {
2179
- "name": "authentication.userName",
2180
- "type": "zeebe:property"
2326
+ "type": "zeebe:property",
2327
+ "name": "authentication.userName"
2181
2328
  },
2182
- "condition": {
2183
- "property": "authentication.authType",
2184
- "equals": "credentials",
2185
- "type": "simple"
2329
+ "constraints": {
2330
+ "notEmpty": true
2186
2331
  },
2187
- "type": "String"
2332
+ "condition": {
2333
+ "property": "connectionType",
2334
+ "equals": "credentials"
2335
+ }
2188
2336
  },
2189
2337
  {
2190
- "id": "authentication.password",
2191
2338
  "label": "Password",
2192
- "optional": false,
2193
- "constraints": {
2194
- "notEmpty": true
2195
- },
2196
2339
  "group": "authentication",
2340
+ "type": "String",
2197
2341
  "binding": {
2198
- "name": "authentication.password",
2199
- "type": "zeebe:property"
2200
- },
2201
- "condition": {
2202
- "property": "authentication.authType",
2203
- "equals": "credentials",
2204
- "type": "simple"
2342
+ "type": "zeebe:property",
2343
+ "name": "authentication.password"
2205
2344
  },
2206
- "type": "String"
2207
- },
2208
- {
2209
- "id": "routing.virtualHost",
2210
- "label": "Virtual host",
2211
- "description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
2212
- "optional": false,
2213
2345
  "constraints": {
2214
2346
  "notEmpty": true
2215
2347
  },
2216
- "group": "routing",
2217
- "binding": {
2218
- "name": "routing.virtualHost",
2219
- "type": "zeebe:property"
2220
- },
2221
2348
  "condition": {
2222
- "property": "authentication.authType",
2223
- "equals": "credentials",
2224
- "type": "simple"
2225
- },
2226
- "type": "String"
2349
+ "property": "connectionType",
2350
+ "equals": "credentials"
2351
+ }
2227
2352
  },
2228
2353
  {
2229
- "id": "routing.hostName",
2230
2354
  "label": "Host name",
2231
- "description": "Host name: get from RabbitMQ external 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>",
2232
- "optional": false,
2355
+ "description": "Host name: get from RabbitMQ external applocation configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
2356
+ "group": "routing",
2357
+ "type": "String",
2358
+ "binding": {
2359
+ "type": "zeebe:property",
2360
+ "name": "routing.hostName"
2361
+ },
2233
2362
  "constraints": {
2234
2363
  "notEmpty": true
2235
2364
  },
2365
+ "condition": {
2366
+ "property": "connectionType",
2367
+ "equals": "credentials"
2368
+ }
2369
+ },
2370
+ {
2371
+ "label": "Virtual host",
2372
+ "description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
2236
2373
  "group": "routing",
2374
+ "type": "String",
2237
2375
  "binding": {
2238
- "name": "routing.hostName",
2239
- "type": "zeebe:property"
2376
+ "type": "zeebe:property",
2377
+ "name": "routing.virtualHost"
2240
2378
  },
2241
- "condition": {
2242
- "property": "authentication.authType",
2243
- "equals": "credentials",
2244
- "type": "simple"
2379
+ "constraints": {
2380
+ "notEmpty": true
2245
2381
  },
2246
- "type": "String"
2382
+ "condition": {
2383
+ "property": "connectionType",
2384
+ "equals": "credentials"
2385
+ }
2247
2386
  },
2248
2387
  {
2249
- "id": "routing.port",
2250
2388
  "label": "Port",
2251
- "description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
2252
- "optional": false,
2389
+ "description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
2390
+ "group": "routing",
2391
+ "type": "String",
2392
+ "binding": {
2393
+ "type": "zeebe:property",
2394
+ "name": "routing.port"
2395
+ },
2253
2396
  "constraints": {
2254
2397
  "notEmpty": true
2255
2398
  },
2256
- "group": "routing",
2257
- "binding": {
2258
- "name": "routing.port",
2259
- "type": "zeebe:property"
2260
- },
2261
2399
  "condition": {
2262
- "property": "authentication.authType",
2263
- "equals": "credentials",
2264
- "type": "simple"
2265
- },
2266
- "type": "String"
2400
+ "property": "connectionType",
2401
+ "equals": "credentials"
2402
+ }
2267
2403
  },
2268
2404
  {
2269
- "id": "queueName",
2270
2405
  "label": "Queue name",
2271
2406
  "description": "Name of the queue to subscribe to",
2272
- "optional": false,
2273
- "constraints": {
2274
- "notEmpty": true
2275
- },
2276
2407
  "group": "subscription",
2408
+ "type": "String",
2409
+ "feel": "optional",
2277
2410
  "binding": {
2278
- "name": "queueName",
2279
- "type": "zeebe:property"
2411
+ "type": "zeebe:property",
2412
+ "name": "queueName"
2280
2413
  },
2281
- "type": "String"
2414
+ "constraints": {
2415
+ "notEmpty": true
2416
+ }
2282
2417
  },
2283
2418
  {
2284
- "id": "consumerTag",
2285
2419
  "label": "Consumer tag",
2286
2420
  "description": "Consumer tag to use for the subscription",
2287
- "optional": false,
2288
2421
  "group": "subscription",
2422
+ "type": "String",
2423
+ "feel": "optional",
2289
2424
  "binding": {
2290
- "name": "consumerTag",
2291
- "type": "zeebe:property"
2292
- },
2293
- "type": "String"
2425
+ "type": "zeebe:property",
2426
+ "name": "consumerTag"
2427
+ }
2294
2428
  },
2295
2429
  {
2296
- "id": "arguments",
2297
2430
  "label": "Arguments",
2298
2431
  "description": "Arguments to use for the subscription",
2299
- "optional": true,
2300
- "feel": "required",
2301
2432
  "group": "subscription",
2433
+ "type": "String",
2434
+ "feel": "required",
2302
2435
  "binding": {
2303
- "name": "arguments",
2304
- "type": "zeebe:property"
2305
- },
2306
- "type": "String"
2436
+ "type": "zeebe:property",
2437
+ "name": "arguments"
2438
+ }
2307
2439
  },
2308
2440
  {
2309
- "id": "exclusive",
2310
2441
  "label": "Exclusive consumer",
2311
- "optional": false,
2312
- "value": "false",
2313
2442
  "group": "subscription",
2443
+ "type": "Dropdown",
2444
+ "value": "false",
2314
2445
  "binding": {
2315
- "name": "exclusive",
2316
- "type": "zeebe:property"
2446
+ "type": "zeebe:property",
2447
+ "name": "exclusive"
2317
2448
  },
2318
- "type": "Dropdown",
2319
2449
  "choices": [
2320
2450
  {
2321
2451
  "name": "Yes",
@@ -2328,195 +2458,74 @@
2328
2458
  ]
2329
2459
  },
2330
2460
  {
2331
- "id": "activationCondition",
2332
- "label": "Activation condition",
2333
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
2334
- "optional": true,
2335
- "feel": "required",
2461
+ "label": "Correlation key (process)",
2462
+ "type": "String",
2336
2463
  "group": "activation",
2464
+ "feel": "required",
2465
+ "description": "Sets up the correlation key from process variables",
2337
2466
  "binding": {
2338
- "name": "activationCondition",
2339
- "type": "zeebe:property"
2467
+ "type": "bpmn:Message#zeebe:subscription#property",
2468
+ "name": "correlationKey"
2340
2469
  },
2341
- "type": "String"
2470
+ "constraints": {
2471
+ "notEmpty": true
2472
+ }
2342
2473
  },
2343
2474
  {
2344
- "id": "consumeUnmatchedEvents",
2345
- "label": "Consume unmatched events",
2346
- "value": true,
2475
+ "label": "Correlation key (payload)",
2476
+ "type": "String",
2347
2477
  "group": "activation",
2348
- "binding": {
2349
- "name": "consumeUnmatchedEvents",
2350
- "type": "zeebe:property"
2351
- },
2352
- "tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
2353
- "type": "Boolean"
2354
- },
2355
- {
2356
- "id": "correlationKeyProcess",
2357
- "label": "Correlation key (process)",
2358
- "description": "Sets up the correlation key from process variables",
2359
- "constraints": {
2360
- "notEmpty": true
2361
- },
2362
2478
  "feel": "required",
2363
- "group": "correlation",
2364
2479
  "binding": {
2365
- "name": "correlationKey",
2366
- "type": "bpmn:Message#zeebe:subscription#property"
2480
+ "type": "zeebe:property",
2481
+ "name": "correlationKeyExpression"
2367
2482
  },
2368
- "type": "String"
2369
- },
2370
- {
2371
- "id": "correlationKeyPayload",
2372
- "label": "Correlation key (payload)",
2373
2483
  "description": "Extracts the correlation key from the incoming message payload",
2374
2484
  "constraints": {
2375
2485
  "notEmpty": true
2376
- },
2377
- "feel": "required",
2378
- "group": "correlation",
2379
- "binding": {
2380
- "name": "correlationKeyExpression",
2381
- "type": "zeebe:property"
2382
- },
2383
- "type": "String"
2486
+ }
2384
2487
  },
2385
2488
  {
2386
- "id": "messageIdExpression",
2387
- "label": "Message ID expression",
2388
- "description": "Expression to extract unique identifier of a message",
2389
- "optional": true,
2489
+ "label": "Activation condition",
2490
+ "type": "String",
2491
+ "group": "activation",
2390
2492
  "feel": "required",
2391
- "group": "correlation",
2392
- "binding": {
2393
- "name": "messageIdExpression",
2394
- "type": "zeebe:property"
2395
- },
2396
- "type": "String"
2397
- },
2398
- {
2399
- "id": "messageTtl",
2400
- "label": "Message TTL",
2401
- "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
2402
2493
  "optional": true,
2403
- "constraints": {
2404
- "notEmpty": false,
2405
- "pattern": {
2406
- "value": "^(PT.*|)$",
2407
- "message": "must be an ISO-8601 duration"
2408
- }
2409
- },
2410
- "feel": "optional",
2411
- "group": "correlation",
2412
- "binding": {
2413
- "name": "messageTtl",
2414
- "type": "zeebe:property"
2415
- },
2416
- "type": "String"
2417
- },
2418
- {
2419
- "id": "messageNameUuid",
2420
- "generatedValue": {
2421
- "type": "uuid"
2422
- },
2423
- "group": "correlation",
2424
- "binding": {
2425
- "name": "name",
2426
- "type": "bpmn:Message#property"
2427
- },
2428
- "type": "Hidden"
2429
- },
2430
- {
2431
- "id": "deduplicationModeManualFlag",
2432
- "label": "Manual mode",
2433
- "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
2434
- "value": false,
2435
- "group": "deduplication",
2436
- "binding": {
2437
- "name": "deduplicationModeManualFlag",
2438
- "type": "zeebe:property"
2439
- },
2440
- "type": "Boolean"
2441
- },
2442
- {
2443
- "id": "deduplicationId",
2444
- "label": "Deduplication ID",
2445
- "constraints": {
2446
- "notEmpty": true,
2447
- "pattern": {
2448
- "value": "^[a-zA-Z0-9_-]+$",
2449
- "message": "can only contain alphanumeric characters, dashes, and underscores"
2450
- }
2451
- },
2452
- "group": "deduplication",
2453
- "binding": {
2454
- "name": "deduplicationId",
2455
- "type": "zeebe:property"
2456
- },
2457
- "condition": {
2458
- "property": "deduplicationModeManualFlag",
2459
- "equals": true,
2460
- "type": "simple"
2461
- },
2462
- "type": "String"
2463
- },
2464
- {
2465
- "id": "deduplicationModeManual",
2466
- "value": "MANUAL",
2467
- "group": "deduplication",
2468
- "binding": {
2469
- "name": "deduplicationMode",
2470
- "type": "zeebe:property"
2471
- },
2472
- "condition": {
2473
- "property": "deduplicationId",
2474
- "isActive": true,
2475
- "type": "simple"
2476
- },
2477
- "type": "Hidden"
2478
- },
2479
- {
2480
- "id": "deduplicationModeAuto",
2481
- "value": "AUTO",
2482
- "group": "deduplication",
2483
2494
  "binding": {
2484
- "name": "deduplicationMode",
2485
- "type": "zeebe:property"
2486
- },
2487
- "condition": {
2488
- "property": "deduplicationId",
2489
- "isActive": false,
2490
- "type": "simple"
2495
+ "type": "zeebe:property",
2496
+ "name": "activationCondition"
2491
2497
  },
2492
- "type": "Hidden"
2498
+ "description": "Condition under which the connector triggers. Leave empty to catch all events"
2493
2499
  },
2494
2500
  {
2495
- "id": "resultVariable",
2496
2501
  "label": "Result variable",
2497
- "description": "Name of variable to store the response in",
2498
- "group": "output",
2502
+ "type": "String",
2503
+ "group": "variable-mapping",
2504
+ "optional": true,
2499
2505
  "binding": {
2500
- "name": "resultVariable",
2501
- "type": "zeebe:property"
2506
+ "type": "zeebe:property",
2507
+ "name": "resultVariable"
2502
2508
  },
2503
- "type": "String"
2509
+ "description": "Name of variable to store the result of the connector in"
2504
2510
  },
2505
2511
  {
2506
- "id": "resultExpression",
2507
2512
  "label": "Result expression",
2508
- "description": "Expression to map the response into process variables",
2513
+ "type": "String",
2514
+ "group": "variable-mapping",
2509
2515
  "feel": "required",
2510
- "group": "output",
2516
+ "optional": true,
2511
2517
  "binding": {
2512
- "name": "resultExpression",
2513
- "type": "zeebe:property"
2518
+ "type": "zeebe:property",
2519
+ "name": "resultExpression"
2514
2520
  },
2515
- "type": "Text"
2521
+ "description": "Expression to map the inbound payload to process variables"
2516
2522
  }
2517
2523
  ],
2518
2524
  "icon": {
2519
- "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
2525
+ "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='-7.5 0 271 271' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M245.44 108.308h-85.09a7.738 7.738 0 0 1-7.735-7.734v-88.68C152.615 5.327 147.29 0 140.726 0h-30.375c-6.568 0-11.89 5.327-11.89 11.894v88.143c0 4.573-3.697 8.29-8.27 8.31l-27.885.133c-4.612.025-8.359-3.717-8.35-8.325l.173-88.241C54.144 5.337 48.817 0 42.24 0H11.89C5.321 0 0 5.327 0 11.894V260.21c0 5.834 4.726 10.56 10.555 10.56H245.44c5.834 0 10.56-4.726 10.56-10.56V118.868c0-5.834-4.726-10.56-10.56-10.56zm-39.902 93.233c0 7.645-6.198 13.844-13.843 13.844H167.69c-7.646 0-13.844-6.199-13.844-13.844v-24.005c0-7.646 6.198-13.844 13.844-13.844h24.005c7.645 0 13.843 6.198 13.843 13.844v24.005z' fill='%23F60'/%3E%3C/svg%3E"
2526
+ },
2527
+ "engines": {
2528
+ "camunda": "^8.2"
2520
2529
  }
2521
2530
  }
2522
2531
  ]