@camunda/connectors-element-templates 1.0.17 → 1.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -2
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +4 -7
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +8 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +8 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +8 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +8 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +9 -12
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3770 -29
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6274 -2594
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +549 -552
  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 +736 -739
  14. package/src/element-templates/asana-connector.json +759 -48
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1763 -1759
  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 +747 -10
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1358 -1358
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +383 -18
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +377 -12
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +407 -8
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
  29. package/src/element-templates/aws-lambda-outbound-connector.json +238 -234
  30. package/src/element-templates/aws-s3-outbound-connector.json +646 -5
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +13 -9
  32. package/src/element-templates/aws-sns-inbound-boundary.json +44 -37
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +210 -203
  34. package/src/element-templates/aws-sns-inbound-message-start.json +125 -118
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +134 -127
  37. package/src/element-templates/aws-sns-outbound-connector.json +581 -577
  38. package/src/element-templates/aws-sqs-boundary-connector.json +453 -449
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +530 -526
  40. package/src/element-templates/aws-sqs-outbound-connector.json +711 -709
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +213 -205
  43. package/src/element-templates/aws-sqs-start-message.json +461 -457
  44. package/src/element-templates/aws-textract-outbound-connector.json +109 -105
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +676 -19
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +569 -24
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +13 -5
  50. package/src/element-templates/easy-post-connector.json +1077 -109
  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 +58 -50
  55. package/src/element-templates/email-outbound-connector.json +2116 -243
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +3 -6
  57. package/src/element-templates/github-connector.json +15257 -11722
  58. package/src/element-templates/github-webhook-connector-boundary.json +27 -29
  59. package/src/element-templates/github-webhook-connector-intermediate.json +36 -38
  60. package/src/element-templates/github-webhook-connector-message-start.json +11 -13
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +54 -56
  63. package/src/element-templates/gitlab-connector.json +4177 -2545
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +562 -13
  65. package/src/element-templates/google-drive-outbound-connector.json +1386 -766
  66. package/src/element-templates/google-gemini-outbound-connector.json +13 -5
  67. package/src/element-templates/google-maps-platform-connector.json +1059 -30
  68. package/src/element-templates/google-sheets-outbound-connector.json +2449 -1455
  69. package/src/element-templates/graphql-outbound-connector.json +1744 -1735
  70. package/src/element-templates/http-json-connector.json +2982 -2332
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +752 -741
  72. package/src/element-templates/http-polling-connector.json +1512 -1501
  73. package/src/element-templates/hubspot-outbound-connector.json +2371 -25
  74. package/src/element-templates/hugging-face-connector.json +234 -3
  75. package/src/element-templates/jdbc-outbound-connector.json +20 -6
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +613 -604
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +528 -519
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +530 -521
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +518 -512
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
  85. package/src/element-templates/microsoft-office365-mail-connector.json +893 -10
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5971 -3807
  87. package/src/element-templates/openai-connector.json +550 -87
  88. package/src/element-templates/operate-connector.json +1198 -46
  89. package/src/element-templates/power-automate-connector.json +601 -9
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +444 -435
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +484 -475
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +367 -358
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +479 -470
  95. package/src/element-templates/rabbitmq-outbound-connector.json +356 -350
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +544 -0
  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 +945 -337
  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 +490 -192
  106. package/src/element-templates/slack-inbound-intermediate.json +421 -123
  107. package/src/element-templates/slack-inbound-message-start.json +469 -139
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +216 -211
  110. package/src/element-templates/slack-outbound-connector.json +2451 -753
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1573 -93
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +19 -10
  114. package/src/element-templates/twilio-webhook-connector.json +243 -13
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +34 -25
  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 +594 -2
  119. package/src/element-templates/webhook-connector-boundary.json +580 -570
  120. package/src/element-templates/webhook-connector-intermediate.json +1390 -1380
  121. package/src/element-templates/webhook-connector-receive.json +16 -6
  122. package/src/element-templates/webhook-connector-start-event.json +1382 -1375
  123. package/src/element-templates/webhook-connector-start-message.json +1306 -1296
  124. package/src/element-templates/whatsapp-connector.json +343 -9
  125. package/src/element-templates/http-connector.json.json +0 -654
@@ -1,15 +1,11 @@
1
1
  [
2
2
  {
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
- "name": "RabbitMQ Start Event Connector",
4
+ "name": "RabbitMQ connector",
5
5
  "id": "io.camunda.connectors.inbound.RabbitMQ.StartEvent.v1",
6
+ "version": 2,
6
7
  "description": "Receive a message from RabbitMQ",
7
- "deprecated": {
8
- "message": "None Start Events are deprecated in favor of Message Start Events for message based Connectors.",
9
- "documentationRef": "https://docs.camunda.io/docs/components/modeler/bpmn/none-events/"
10
- },
11
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
12
- "version": 8,
8
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
13
9
  "category": {
14
10
  "id": "connectors",
15
11
  "name": "Connectors"
@@ -18,9 +14,6 @@
18
14
  "elementType": {
19
15
  "value": "bpmn:StartEvent"
20
16
  },
21
- "engines": {
22
- "camunda": "^8.6"
23
- },
24
17
  "groups": [
25
18
  {
26
19
  "id": "authentication",
@@ -39,34 +32,29 @@
39
32
  "label": "Activation"
40
33
  },
41
34
  {
42
- "id": "deduplication",
43
- "label": "Deduplication",
44
- "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
45
- },
46
- {
47
- "id": "output",
48
- "label": "Output mapping"
35
+ "id": "variable-mapping",
36
+ "label": "Variable mapping"
49
37
  }
50
38
  ],
51
39
  "properties": [
52
40
  {
41
+ "type": "Hidden",
53
42
  "value": "io.camunda:connector-rabbitmq-inbound:1",
54
43
  "binding": {
55
- "name": "inbound.type",
56
- "type": "zeebe:property"
57
- },
58
- "type": "Hidden"
44
+ "type": "zeebe:property",
45
+ "name": "inbound.type"
46
+ }
59
47
  },
60
48
  {
61
- "id": "authentication.authType",
49
+ "id": "connectionType",
62
50
  "label": "Connection type",
63
- "value": "uri",
64
51
  "group": "authentication",
52
+ "type": "Dropdown",
53
+ "value": "uri",
65
54
  "binding": {
66
- "name": "authentication.authType",
67
- "type": "zeebe:property"
55
+ "type": "zeebe:property",
56
+ "name": "authentication.authType"
68
57
  },
69
- "type": "Dropdown",
70
58
  "choices": [
71
59
  {
72
60
  "name": "URI",
@@ -79,178 +67,154 @@
79
67
  ]
80
68
  },
81
69
  {
82
- "id": "authentication.uri",
83
70
  "label": "URI",
84
71
  "description": "URI should contain username, password, host name, port number, and virtual host",
85
- "optional": false,
72
+ "group": "authentication",
73
+ "type": "String",
74
+ "binding": {
75
+ "type": "zeebe:property",
76
+ "name": "authentication.uri"
77
+ },
86
78
  "constraints": {
87
79
  "notEmpty": true,
88
80
  "pattern": {
89
- "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
81
+ "value": "^(amqps?://)|secrets\\..+|(\\{\\{secrets\\..+\\}\\}).*",
90
82
  "message": "Must start with amqp(s):// or contain a secret reference"
91
83
  }
92
84
  },
93
- "group": "authentication",
94
- "binding": {
95
- "name": "authentication.uri",
96
- "type": "zeebe:property"
97
- },
98
85
  "condition": {
99
- "property": "authentication.authType",
100
- "equals": "uri",
101
- "type": "simple"
102
- },
103
- "type": "String"
86
+ "property": "connectionType",
87
+ "equals": "uri"
88
+ }
104
89
  },
105
90
  {
106
- "id": "authentication.userName",
107
91
  "label": "Username",
108
- "optional": false,
109
- "constraints": {
110
- "notEmpty": true
111
- },
112
92
  "group": "authentication",
93
+ "type": "String",
113
94
  "binding": {
114
- "name": "authentication.userName",
115
- "type": "zeebe:property"
95
+ "type": "zeebe:property",
96
+ "name": "authentication.userName"
116
97
  },
117
- "condition": {
118
- "property": "authentication.authType",
119
- "equals": "credentials",
120
- "type": "simple"
98
+ "constraints": {
99
+ "notEmpty": true
121
100
  },
122
- "type": "String"
101
+ "condition": {
102
+ "property": "connectionType",
103
+ "equals": "credentials"
104
+ }
123
105
  },
124
106
  {
125
- "id": "authentication.password",
126
107
  "label": "Password",
127
- "optional": false,
128
- "constraints": {
129
- "notEmpty": true
130
- },
131
108
  "group": "authentication",
109
+ "type": "String",
132
110
  "binding": {
133
- "name": "authentication.password",
134
- "type": "zeebe:property"
135
- },
136
- "condition": {
137
- "property": "authentication.authType",
138
- "equals": "credentials",
139
- "type": "simple"
111
+ "type": "zeebe:property",
112
+ "name": "authentication.password"
140
113
  },
141
- "type": "String"
142
- },
143
- {
144
- "id": "routing.virtualHost",
145
- "label": "Virtual host",
146
- "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>",
147
- "optional": false,
148
114
  "constraints": {
149
115
  "notEmpty": true
150
116
  },
151
- "group": "routing",
152
- "binding": {
153
- "name": "routing.virtualHost",
154
- "type": "zeebe:property"
155
- },
156
117
  "condition": {
157
- "property": "authentication.authType",
158
- "equals": "credentials",
159
- "type": "simple"
160
- },
161
- "type": "String"
118
+ "property": "connectionType",
119
+ "equals": "credentials"
120
+ }
162
121
  },
163
122
  {
164
- "id": "routing.hostName",
165
123
  "label": "Host name",
166
- "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>",
167
- "optional": false,
124
+ "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>",
125
+ "group": "routing",
126
+ "type": "String",
127
+ "binding": {
128
+ "type": "zeebe:property",
129
+ "name": "routing.hostName"
130
+ },
168
131
  "constraints": {
169
132
  "notEmpty": true
170
133
  },
134
+ "condition": {
135
+ "property": "connectionType",
136
+ "equals": "credentials"
137
+ }
138
+ },
139
+ {
140
+ "label": "Virtual host",
141
+ "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>",
171
142
  "group": "routing",
143
+ "type": "String",
172
144
  "binding": {
173
- "name": "routing.hostName",
174
- "type": "zeebe:property"
145
+ "type": "zeebe:property",
146
+ "name": "routing.virtualHost"
175
147
  },
176
- "condition": {
177
- "property": "authentication.authType",
178
- "equals": "credentials",
179
- "type": "simple"
148
+ "constraints": {
149
+ "notEmpty": true
180
150
  },
181
- "type": "String"
151
+ "condition": {
152
+ "property": "connectionType",
153
+ "equals": "credentials"
154
+ }
182
155
  },
183
156
  {
184
- "id": "routing.port",
185
157
  "label": "Port",
186
- "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>",
187
- "optional": false,
188
- "constraints": {
189
- "notEmpty": true
190
- },
158
+ "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>",
191
159
  "group": "routing",
160
+ "type": "String",
192
161
  "binding": {
193
- "name": "routing.port",
194
- "type": "zeebe:property"
162
+ "type": "zeebe:property",
163
+ "name": "routing.port"
195
164
  },
196
- "condition": {
197
- "property": "authentication.authType",
198
- "equals": "credentials",
199
- "type": "simple"
165
+ "constraints": {
166
+ "notEmpty": true
200
167
  },
201
- "type": "String"
168
+ "condition": {
169
+ "property": "connectionType",
170
+ "equals": "credentials"
171
+ }
202
172
  },
203
173
  {
204
- "id": "queueName",
205
174
  "label": "Queue name",
206
175
  "description": "Name of the queue to subscribe to",
207
- "optional": false,
208
- "constraints": {
209
- "notEmpty": true
210
- },
211
176
  "group": "subscription",
177
+ "type": "String",
178
+ "feel": "optional",
212
179
  "binding": {
213
- "name": "queueName",
214
- "type": "zeebe:property"
180
+ "type": "zeebe:property",
181
+ "name": "queueName"
215
182
  },
216
- "type": "String"
183
+ "constraints": {
184
+ "notEmpty": true
185
+ }
217
186
  },
218
187
  {
219
- "id": "consumerTag",
220
188
  "label": "Consumer tag",
221
189
  "description": "Consumer tag to use for the subscription",
222
- "optional": false,
223
190
  "group": "subscription",
191
+ "type": "String",
192
+ "feel": "optional",
224
193
  "binding": {
225
- "name": "consumerTag",
226
- "type": "zeebe:property"
227
- },
228
- "type": "String"
194
+ "type": "zeebe:property",
195
+ "name": "consumerTag"
196
+ }
229
197
  },
230
198
  {
231
- "id": "arguments",
232
199
  "label": "Arguments",
233
200
  "description": "Arguments to use for the subscription",
234
- "optional": true,
235
- "feel": "required",
236
201
  "group": "subscription",
202
+ "type": "String",
203
+ "feel": "required",
237
204
  "binding": {
238
- "name": "arguments",
239
- "type": "zeebe:property"
240
- },
241
- "type": "String"
205
+ "type": "zeebe:property",
206
+ "name": "arguments"
207
+ }
242
208
  },
243
209
  {
244
- "id": "exclusive",
245
210
  "label": "Exclusive consumer",
246
- "optional": false,
247
- "value": "false",
248
211
  "group": "subscription",
212
+ "type": "Dropdown",
213
+ "value": "false",
249
214
  "binding": {
250
- "name": "exclusive",
251
- "type": "zeebe:property"
215
+ "type": "zeebe:property",
216
+ "name": "exclusive"
252
217
  },
253
- "type": "Dropdown",
254
218
  "choices": [
255
219
  {
256
220
  "name": "Yes",
@@ -263,120 +227,46 @@
263
227
  ]
264
228
  },
265
229
  {
266
- "id": "activationCondition",
267
230
  "label": "Activation condition",
268
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
269
- "optional": true,
270
- "feel": "required",
271
- "group": "activation",
272
- "binding": {
273
- "name": "activationCondition",
274
- "type": "zeebe:property"
275
- },
276
- "type": "String"
277
- },
278
- {
279
- "id": "consumeUnmatchedEvents",
280
- "label": "Consume unmatched events",
281
- "value": true,
231
+ "type": "String",
282
232
  "group": "activation",
233
+ "feel": "required",
234
+ "optional": true,
283
235
  "binding": {
284
- "name": "consumeUnmatchedEvents",
285
- "type": "zeebe:property"
286
- },
287
- "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",
288
- "type": "Boolean"
289
- },
290
- {
291
- "id": "deduplicationModeManualFlag",
292
- "label": "Manual mode",
293
- "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
294
- "value": false,
295
- "group": "deduplication",
296
- "binding": {
297
- "name": "deduplicationModeManualFlag",
298
- "type": "zeebe:property"
299
- },
300
- "type": "Boolean"
301
- },
302
- {
303
- "id": "deduplicationId",
304
- "label": "Deduplication ID",
305
- "constraints": {
306
- "notEmpty": true,
307
- "pattern": {
308
- "value": "^[a-zA-Z0-9_-]+$",
309
- "message": "can only contain alphanumeric characters, dashes, and underscores"
310
- }
311
- },
312
- "group": "deduplication",
313
- "binding": {
314
- "name": "deduplicationId",
315
- "type": "zeebe:property"
316
- },
317
- "condition": {
318
- "property": "deduplicationModeManualFlag",
319
- "equals": true,
320
- "type": "simple"
321
- },
322
- "type": "String"
323
- },
324
- {
325
- "id": "deduplicationModeManual",
326
- "value": "MANUAL",
327
- "group": "deduplication",
328
- "binding": {
329
- "name": "deduplicationMode",
330
- "type": "zeebe:property"
331
- },
332
- "condition": {
333
- "property": "deduplicationId",
334
- "isActive": true,
335
- "type": "simple"
336
- },
337
- "type": "Hidden"
338
- },
339
- {
340
- "id": "deduplicationModeAuto",
341
- "value": "AUTO",
342
- "group": "deduplication",
343
- "binding": {
344
- "name": "deduplicationMode",
345
- "type": "zeebe:property"
346
- },
347
- "condition": {
348
- "property": "deduplicationId",
349
- "isActive": false,
350
- "type": "simple"
236
+ "type": "zeebe:property",
237
+ "name": "activationCondition"
351
238
  },
352
- "type": "Hidden"
239
+ "description": "Condition under which the connector triggers. Leave empty to catch all events"
353
240
  },
354
241
  {
355
- "id": "resultVariable",
356
242
  "label": "Result variable",
357
- "description": "Name of variable to store the response in",
358
- "group": "output",
243
+ "type": "String",
244
+ "group": "variable-mapping",
245
+ "optional": true,
359
246
  "binding": {
360
- "name": "resultVariable",
361
- "type": "zeebe:property"
247
+ "type": "zeebe:property",
248
+ "name": "resultVariable"
362
249
  },
363
- "type": "String"
250
+ "description": "Name of variable to store the result of the connector in"
364
251
  },
365
252
  {
366
- "id": "resultExpression",
367
253
  "label": "Result expression",
368
- "description": "Expression to map the response into process variables",
254
+ "type": "String",
255
+ "group": "variable-mapping",
369
256
  "feel": "required",
370
- "group": "output",
257
+ "optional": true,
371
258
  "binding": {
372
- "name": "resultExpression",
373
- "type": "zeebe:property"
259
+ "type": "zeebe:property",
260
+ "name": "resultExpression"
374
261
  },
375
- "type": "Text"
262
+ "description": "Expression to map the inbound payload to process variables"
376
263
  }
377
264
  ],
378
265
  "icon": {
379
- "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
266
+ "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"
267
+ },
268
+ "engines": {
269
+ "camunda": "^8.2"
380
270
  }
381
271
  },
382
272
  {
@@ -384,12 +274,8 @@
384
274
  "name": "RabbitMQ Start Event Connector",
385
275
  "id": "io.camunda.connectors.inbound.RabbitMQ.StartEvent.v1",
386
276
  "description": "Receive a message from RabbitMQ",
387
- "deprecated": {
388
- "message": "None Start Events are deprecated in favor of Message Start Events for message based Connectors.",
389
- "documentationRef": "https://docs.camunda.io/docs/components/modeler/bpmn/none-events/"
390
- },
391
277
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
392
- "version": 7,
278
+ "version": 6,
393
279
  "category": {
394
280
  "id": "connectors",
395
281
  "name": "Connectors"
@@ -415,11 +301,6 @@
415
301
  "id": "activation",
416
302
  "label": "Activation"
417
303
  },
418
- {
419
- "id": "deduplication",
420
- "label": "Deduplication",
421
- "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
422
- },
423
304
  {
424
305
  "id": "output",
425
306
  "label": "Output mapping"
@@ -618,115 +499,39 @@
618
499
  "type": "String"
619
500
  },
620
501
  {
621
- "id": "exclusive",
622
- "label": "Exclusive consumer",
623
- "optional": false,
624
- "value": "false",
625
- "group": "subscription",
626
- "binding": {
627
- "name": "exclusive",
628
- "type": "zeebe:property"
629
- },
630
- "type": "Dropdown",
631
- "choices": [
632
- {
633
- "name": "Yes",
634
- "value": "true"
635
- },
636
- {
637
- "name": "No",
638
- "value": "false"
639
- }
640
- ]
641
- },
642
- {
643
- "id": "activationCondition",
644
- "label": "Activation condition",
645
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
646
- "optional": true,
647
- "feel": "required",
648
- "group": "activation",
649
- "binding": {
650
- "name": "activationCondition",
651
- "type": "zeebe:property"
652
- },
653
- "type": "String"
654
- },
655
- {
656
- "id": "consumeUnmatchedEvents",
657
- "label": "Consume unmatched events",
658
- "value": true,
659
- "group": "activation",
660
- "binding": {
661
- "name": "consumeUnmatchedEvents",
662
- "type": "zeebe:property"
663
- },
664
- "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",
665
- "type": "Boolean"
666
- },
667
- {
668
- "id": "deduplicationModeManualFlag",
669
- "label": "Manual mode",
670
- "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
671
- "value": false,
672
- "group": "deduplication",
673
- "binding": {
674
- "name": "deduplicationModeManualFlag",
675
- "type": "zeebe:property"
676
- },
677
- "type": "Boolean"
678
- },
679
- {
680
- "id": "deduplicationId",
681
- "label": "Deduplication ID",
682
- "constraints": {
683
- "notEmpty": true,
684
- "pattern": {
685
- "value": "^[a-zA-Z0-9_-]+$",
686
- "message": "can only contain alphanumeric characters, dashes, and underscores"
687
- }
688
- },
689
- "group": "deduplication",
690
- "binding": {
691
- "name": "deduplicationId",
692
- "type": "zeebe:property"
693
- },
694
- "condition": {
695
- "property": "deduplicationModeManualFlag",
696
- "equals": true,
697
- "type": "simple"
698
- },
699
- "type": "String"
700
- },
701
- {
702
- "id": "deduplicationModeManual",
703
- "value": "MANUAL",
704
- "group": "deduplication",
502
+ "id": "exclusive",
503
+ "label": "Exclusive consumer",
504
+ "optional": false,
505
+ "value": "false",
506
+ "group": "subscription",
705
507
  "binding": {
706
- "name": "deduplicationMode",
508
+ "name": "exclusive",
707
509
  "type": "zeebe:property"
708
510
  },
709
- "condition": {
710
- "property": "deduplicationId",
711
- "isActive": true,
712
- "type": "simple"
713
- },
714
- "type": "Hidden"
511
+ "type": "Dropdown",
512
+ "choices": [
513
+ {
514
+ "name": "Yes",
515
+ "value": "true"
516
+ },
517
+ {
518
+ "name": "No",
519
+ "value": "false"
520
+ }
521
+ ]
715
522
  },
716
523
  {
717
- "id": "deduplicationModeAuto",
718
- "value": "AUTO",
719
- "group": "deduplication",
524
+ "id": "activationCondition",
525
+ "label": "Activation condition",
526
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
527
+ "optional": true,
528
+ "feel": "required",
529
+ "group": "activation",
720
530
  "binding": {
721
- "name": "deduplicationMode",
531
+ "name": "activationCondition",
722
532
  "type": "zeebe:property"
723
533
  },
724
- "condition": {
725
- "property": "deduplicationId",
726
- "isActive": false,
727
- "type": "simple"
728
- },
729
- "type": "Hidden"
534
+ "type": "String"
730
535
  },
731
536
  {
732
537
  "id": "resultVariable",
@@ -756,16 +561,20 @@
756
561
  "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
757
562
  },
758
563
  "engines": {
759
- "camunda": "^8.6"
564
+ "camunda": "^8.5"
760
565
  }
761
566
  },
762
567
  {
763
568
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
764
- "name": "RabbitMQ connector",
569
+ "name": "RabbitMQ Start Event Connector",
765
570
  "id": "io.camunda.connectors.inbound.RabbitMQ.StartEvent.v1",
766
- "version": 2,
767
571
  "description": "Receive a message from RabbitMQ",
768
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
572
+ "deprecated": {
573
+ "message": "None Start Events are deprecated in favor of Message Start Events for message based Connectors.",
574
+ "documentationRef": "https://docs.camunda.io/docs/components/modeler/bpmn/none-events/"
575
+ },
576
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
577
+ "version": 7,
769
578
  "category": {
770
579
  "id": "connectors",
771
580
  "name": "Connectors"
@@ -792,29 +601,34 @@
792
601
  "label": "Activation"
793
602
  },
794
603
  {
795
- "id": "variable-mapping",
796
- "label": "Variable mapping"
604
+ "id": "deduplication",
605
+ "label": "Deduplication",
606
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
607
+ },
608
+ {
609
+ "id": "output",
610
+ "label": "Output mapping"
797
611
  }
798
612
  ],
799
613
  "properties": [
800
614
  {
801
- "type": "Hidden",
802
615
  "value": "io.camunda:connector-rabbitmq-inbound:1",
803
616
  "binding": {
804
- "type": "zeebe:property",
805
- "name": "inbound.type"
806
- }
617
+ "name": "inbound.type",
618
+ "type": "zeebe:property"
619
+ },
620
+ "type": "Hidden"
807
621
  },
808
622
  {
809
- "id": "connectionType",
623
+ "id": "authentication.authType",
810
624
  "label": "Connection type",
811
- "group": "authentication",
812
- "type": "Dropdown",
813
625
  "value": "uri",
626
+ "group": "authentication",
814
627
  "binding": {
815
- "type": "zeebe:property",
816
- "name": "authentication.authType"
628
+ "name": "authentication.authType",
629
+ "type": "zeebe:property"
817
630
  },
631
+ "type": "Dropdown",
818
632
  "choices": [
819
633
  {
820
634
  "name": "URI",
@@ -827,154 +641,178 @@
827
641
  ]
828
642
  },
829
643
  {
644
+ "id": "authentication.uri",
830
645
  "label": "URI",
831
646
  "description": "URI should contain username, password, host name, port number, and virtual host",
832
- "group": "authentication",
833
- "type": "String",
834
- "binding": {
835
- "type": "zeebe:property",
836
- "name": "authentication.uri"
837
- },
647
+ "optional": false,
838
648
  "constraints": {
839
649
  "notEmpty": true,
840
650
  "pattern": {
841
- "value": "^(amqps?://)|secrets\\..+|(\\{\\{secrets\\..+\\}\\}).*",
651
+ "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
842
652
  "message": "Must start with amqp(s):// or contain a secret reference"
843
653
  }
844
654
  },
655
+ "group": "authentication",
656
+ "binding": {
657
+ "name": "authentication.uri",
658
+ "type": "zeebe:property"
659
+ },
845
660
  "condition": {
846
- "property": "connectionType",
847
- "equals": "uri"
848
- }
661
+ "property": "authentication.authType",
662
+ "equals": "uri",
663
+ "type": "simple"
664
+ },
665
+ "type": "String"
849
666
  },
850
667
  {
668
+ "id": "authentication.userName",
851
669
  "label": "Username",
852
- "group": "authentication",
853
- "type": "String",
854
- "binding": {
855
- "type": "zeebe:property",
856
- "name": "authentication.userName"
857
- },
670
+ "optional": false,
858
671
  "constraints": {
859
672
  "notEmpty": true
860
673
  },
674
+ "group": "authentication",
675
+ "binding": {
676
+ "name": "authentication.userName",
677
+ "type": "zeebe:property"
678
+ },
861
679
  "condition": {
862
- "property": "connectionType",
863
- "equals": "credentials"
864
- }
680
+ "property": "authentication.authType",
681
+ "equals": "credentials",
682
+ "type": "simple"
683
+ },
684
+ "type": "String"
865
685
  },
866
686
  {
687
+ "id": "authentication.password",
867
688
  "label": "Password",
689
+ "optional": false,
690
+ "constraints": {
691
+ "notEmpty": true
692
+ },
868
693
  "group": "authentication",
869
- "type": "String",
870
694
  "binding": {
871
- "type": "zeebe:property",
872
- "name": "authentication.password"
695
+ "name": "authentication.password",
696
+ "type": "zeebe:property"
697
+ },
698
+ "condition": {
699
+ "property": "authentication.authType",
700
+ "equals": "credentials",
701
+ "type": "simple"
873
702
  },
703
+ "type": "String"
704
+ },
705
+ {
706
+ "id": "routing.virtualHost",
707
+ "label": "Virtual host",
708
+ "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>",
709
+ "optional": false,
874
710
  "constraints": {
875
711
  "notEmpty": true
876
712
  },
713
+ "group": "routing",
714
+ "binding": {
715
+ "name": "routing.virtualHost",
716
+ "type": "zeebe:property"
717
+ },
877
718
  "condition": {
878
- "property": "connectionType",
879
- "equals": "credentials"
880
- }
719
+ "property": "authentication.authType",
720
+ "equals": "credentials",
721
+ "type": "simple"
722
+ },
723
+ "type": "String"
881
724
  },
882
725
  {
726
+ "id": "routing.hostName",
883
727
  "label": "Host name",
884
- "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>",
885
- "group": "routing",
886
- "type": "String",
887
- "binding": {
888
- "type": "zeebe:property",
889
- "name": "routing.hostName"
890
- },
728
+ "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>",
729
+ "optional": false,
891
730
  "constraints": {
892
731
  "notEmpty": true
893
732
  },
894
- "condition": {
895
- "property": "connectionType",
896
- "equals": "credentials"
897
- }
898
- },
899
- {
900
- "label": "Virtual host",
901
- "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>",
902
733
  "group": "routing",
903
- "type": "String",
904
734
  "binding": {
905
- "type": "zeebe:property",
906
- "name": "routing.virtualHost"
907
- },
908
- "constraints": {
909
- "notEmpty": true
735
+ "name": "routing.hostName",
736
+ "type": "zeebe:property"
910
737
  },
911
738
  "condition": {
912
- "property": "connectionType",
913
- "equals": "credentials"
914
- }
739
+ "property": "authentication.authType",
740
+ "equals": "credentials",
741
+ "type": "simple"
742
+ },
743
+ "type": "String"
915
744
  },
916
745
  {
746
+ "id": "routing.port",
917
747
  "label": "Port",
918
- "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>",
919
- "group": "routing",
920
- "type": "String",
921
- "binding": {
922
- "type": "zeebe:property",
923
- "name": "routing.port"
924
- },
748
+ "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>",
749
+ "optional": false,
925
750
  "constraints": {
926
751
  "notEmpty": true
927
752
  },
753
+ "group": "routing",
754
+ "binding": {
755
+ "name": "routing.port",
756
+ "type": "zeebe:property"
757
+ },
928
758
  "condition": {
929
- "property": "connectionType",
930
- "equals": "credentials"
931
- }
759
+ "property": "authentication.authType",
760
+ "equals": "credentials",
761
+ "type": "simple"
762
+ },
763
+ "type": "String"
932
764
  },
933
765
  {
766
+ "id": "queueName",
934
767
  "label": "Queue name",
935
768
  "description": "Name of the queue to subscribe to",
769
+ "optional": false,
770
+ "constraints": {
771
+ "notEmpty": true
772
+ },
936
773
  "group": "subscription",
937
- "type": "String",
938
- "feel": "optional",
939
774
  "binding": {
940
- "type": "zeebe:property",
941
- "name": "queueName"
775
+ "name": "queueName",
776
+ "type": "zeebe:property"
942
777
  },
943
- "constraints": {
944
- "notEmpty": true
945
- }
778
+ "type": "String"
946
779
  },
947
780
  {
781
+ "id": "consumerTag",
948
782
  "label": "Consumer tag",
949
783
  "description": "Consumer tag to use for the subscription",
784
+ "optional": false,
950
785
  "group": "subscription",
951
- "type": "String",
952
- "feel": "optional",
953
786
  "binding": {
954
- "type": "zeebe:property",
955
- "name": "consumerTag"
956
- }
787
+ "name": "consumerTag",
788
+ "type": "zeebe:property"
789
+ },
790
+ "type": "String"
957
791
  },
958
792
  {
793
+ "id": "arguments",
959
794
  "label": "Arguments",
960
795
  "description": "Arguments to use for the subscription",
961
- "group": "subscription",
962
- "type": "String",
796
+ "optional": true,
963
797
  "feel": "required",
798
+ "group": "subscription",
964
799
  "binding": {
965
- "type": "zeebe:property",
966
- "name": "arguments"
967
- }
800
+ "name": "arguments",
801
+ "type": "zeebe:property"
802
+ },
803
+ "type": "String"
968
804
  },
969
805
  {
806
+ "id": "exclusive",
970
807
  "label": "Exclusive consumer",
971
- "group": "subscription",
972
- "type": "Dropdown",
808
+ "optional": false,
973
809
  "value": "false",
810
+ "group": "subscription",
974
811
  "binding": {
975
- "type": "zeebe:property",
976
- "name": "exclusive"
812
+ "name": "exclusive",
813
+ "type": "zeebe:property"
977
814
  },
815
+ "type": "Dropdown",
978
816
  "choices": [
979
817
  {
980
818
  "name": "Yes",
@@ -987,55 +825,132 @@
987
825
  ]
988
826
  },
989
827
  {
828
+ "id": "activationCondition",
990
829
  "label": "Activation condition",
991
- "type": "String",
992
- "group": "activation",
993
- "feel": "required",
830
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
994
831
  "optional": true,
832
+ "feel": "required",
833
+ "group": "activation",
995
834
  "binding": {
996
- "type": "zeebe:property",
997
- "name": "activationCondition"
835
+ "name": "activationCondition",
836
+ "type": "zeebe:property"
998
837
  },
999
- "description": "Condition under which the connector triggers. Leave empty to catch all events"
838
+ "type": "String"
839
+ },
840
+ {
841
+ "id": "consumeUnmatchedEvents",
842
+ "label": "Consume unmatched events",
843
+ "value": true,
844
+ "group": "activation",
845
+ "binding": {
846
+ "name": "consumeUnmatchedEvents",
847
+ "type": "zeebe:property"
848
+ },
849
+ "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",
850
+ "type": "Boolean"
851
+ },
852
+ {
853
+ "id": "deduplicationModeManualFlag",
854
+ "label": "Manual mode",
855
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
856
+ "value": false,
857
+ "group": "deduplication",
858
+ "binding": {
859
+ "name": "deduplicationModeManualFlag",
860
+ "type": "zeebe:property"
861
+ },
862
+ "type": "Boolean"
863
+ },
864
+ {
865
+ "id": "deduplicationId",
866
+ "label": "Deduplication ID",
867
+ "constraints": {
868
+ "notEmpty": true,
869
+ "pattern": {
870
+ "value": "^[a-zA-Z0-9_-]+$",
871
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
872
+ }
873
+ },
874
+ "group": "deduplication",
875
+ "binding": {
876
+ "name": "deduplicationId",
877
+ "type": "zeebe:property"
878
+ },
879
+ "condition": {
880
+ "property": "deduplicationModeManualFlag",
881
+ "equals": true,
882
+ "type": "simple"
883
+ },
884
+ "type": "String"
885
+ },
886
+ {
887
+ "id": "deduplicationModeManual",
888
+ "value": "MANUAL",
889
+ "group": "deduplication",
890
+ "binding": {
891
+ "name": "deduplicationMode",
892
+ "type": "zeebe:property"
893
+ },
894
+ "condition": {
895
+ "property": "deduplicationId",
896
+ "isActive": true,
897
+ "type": "simple"
898
+ },
899
+ "type": "Hidden"
900
+ },
901
+ {
902
+ "id": "deduplicationModeAuto",
903
+ "value": "AUTO",
904
+ "group": "deduplication",
905
+ "binding": {
906
+ "name": "deduplicationMode",
907
+ "type": "zeebe:property"
908
+ },
909
+ "condition": {
910
+ "property": "deduplicationId",
911
+ "isActive": false,
912
+ "type": "simple"
913
+ },
914
+ "type": "Hidden"
1000
915
  },
1001
916
  {
917
+ "id": "resultVariable",
1002
918
  "label": "Result variable",
1003
- "type": "String",
1004
- "group": "variable-mapping",
1005
- "optional": true,
919
+ "description": "Name of variable to store the response in",
920
+ "group": "output",
1006
921
  "binding": {
1007
- "type": "zeebe:property",
1008
- "name": "resultVariable"
922
+ "name": "resultVariable",
923
+ "type": "zeebe:property"
1009
924
  },
1010
- "description": "Name of variable to store the result of the connector in"
925
+ "type": "String"
1011
926
  },
1012
927
  {
928
+ "id": "resultExpression",
1013
929
  "label": "Result expression",
1014
- "type": "String",
1015
- "group": "variable-mapping",
930
+ "description": "Expression to map the response into process variables",
1016
931
  "feel": "required",
1017
- "optional": true,
932
+ "group": "output",
1018
933
  "binding": {
1019
- "type": "zeebe:property",
1020
- "name": "resultExpression"
934
+ "name": "resultExpression",
935
+ "type": "zeebe:property"
1021
936
  },
1022
- "description": "Expression to map the inbound payload to process variables"
937
+ "type": "Text"
1023
938
  }
1024
939
  ],
1025
940
  "icon": {
1026
- "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"
941
+ "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
1027
942
  },
1028
943
  "engines": {
1029
- "camunda": "^8.2"
944
+ "camunda": "^8.6"
1030
945
  }
1031
946
  },
1032
947
  {
1033
948
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1034
- "name": "RabbitMQ connector",
949
+ "name": "RabbitMQ Start Event Connector",
1035
950
  "id": "io.camunda.connectors.inbound.RabbitMQ.StartEvent.v1",
1036
- "version": 1,
951
+ "version": 3,
1037
952
  "description": "Receive a message from RabbitMQ",
1038
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
953
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
1039
954
  "category": {
1040
955
  "id": "connectors",
1041
956
  "name": "Connectors"
@@ -1108,7 +1023,7 @@
1108
1023
  "constraints": {
1109
1024
  "notEmpty": true,
1110
1025
  "pattern": {
1111
- "value": "^(amqps?://)|(secrets).*",
1026
+ "value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*",
1112
1027
  "message": "Must start with amqp(s):// or contain a secret reference"
1113
1028
  }
1114
1029
  },
@@ -1151,7 +1066,7 @@
1151
1066
  },
1152
1067
  {
1153
1068
  "label": "Host name",
1154
- "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>",
1069
+ "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>",
1155
1070
  "group": "routing",
1156
1071
  "type": "String",
1157
1072
  "binding": {
@@ -1168,7 +1083,7 @@
1168
1083
  },
1169
1084
  {
1170
1085
  "label": "Virtual host",
1171
- "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>",
1086
+ "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>",
1172
1087
  "group": "routing",
1173
1088
  "type": "String",
1174
1089
  "binding": {
@@ -1185,7 +1100,7 @@
1185
1100
  },
1186
1101
  {
1187
1102
  "label": "Port",
1188
- "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>",
1103
+ "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>",
1189
1104
  "group": "routing",
1190
1105
  "type": "String",
1191
1106
  "binding": {
@@ -1301,11 +1216,11 @@
1301
1216
  },
1302
1217
  {
1303
1218
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1304
- "name": "RabbitMQ Start Event Connector",
1219
+ "name": "RabbitMQ connector",
1305
1220
  "id": "io.camunda.connectors.inbound.RabbitMQ.StartEvent.v1",
1306
- "version": 3,
1221
+ "version": 1,
1307
1222
  "description": "Receive a message from RabbitMQ",
1308
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
1223
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
1309
1224
  "category": {
1310
1225
  "id": "connectors",
1311
1226
  "name": "Connectors"
@@ -1378,7 +1293,7 @@
1378
1293
  "constraints": {
1379
1294
  "notEmpty": true,
1380
1295
  "pattern": {
1381
- "value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*",
1296
+ "value": "^(amqps?://)|(secrets).*",
1382
1297
  "message": "Must start with amqp(s):// or contain a secret reference"
1383
1298
  }
1384
1299
  },
@@ -1421,7 +1336,7 @@
1421
1336
  },
1422
1337
  {
1423
1338
  "label": "Host name",
1424
- "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>",
1339
+ "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>",
1425
1340
  "group": "routing",
1426
1341
  "type": "String",
1427
1342
  "binding": {
@@ -1438,7 +1353,7 @@
1438
1353
  },
1439
1354
  {
1440
1355
  "label": "Virtual host",
1441
- "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>",
1356
+ "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>",
1442
1357
  "group": "routing",
1443
1358
  "type": "String",
1444
1359
  "binding": {
@@ -1455,7 +1370,7 @@
1455
1370
  },
1456
1371
  {
1457
1372
  "label": "Port",
1458
- "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>",
1373
+ "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>",
1459
1374
  "group": "routing",
1460
1375
  "type": "String",
1461
1376
  "binding": {
@@ -1574,8 +1489,21 @@
1574
1489
  "name": "RabbitMQ Start Event Connector",
1575
1490
  "id": "io.camunda.connectors.inbound.RabbitMQ.StartEvent.v1",
1576
1491
  "description": "Receive a message from RabbitMQ",
1492
+ "keywords": [
1493
+ "receive message",
1494
+ "consume message",
1495
+ "message queue",
1496
+ "AMQP",
1497
+ "subscribe",
1498
+ "message broker",
1499
+ "queue"
1500
+ ],
1501
+ "deprecated": {
1502
+ "message": "None Start Events are deprecated in favor of Message Start Events for message based Connectors.",
1503
+ "documentationRef": "https://docs.camunda.io/docs/components/modeler/bpmn/none-events/"
1504
+ },
1577
1505
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
1578
- "version": 6,
1506
+ "version": 8,
1579
1507
  "category": {
1580
1508
  "id": "connectors",
1581
1509
  "name": "Connectors"
@@ -1584,6 +1512,9 @@
1584
1512
  "elementType": {
1585
1513
  "value": "bpmn:StartEvent"
1586
1514
  },
1515
+ "engines": {
1516
+ "camunda": "^8.6"
1517
+ },
1587
1518
  "groups": [
1588
1519
  {
1589
1520
  "id": "authentication",
@@ -1601,6 +1532,11 @@
1601
1532
  "id": "activation",
1602
1533
  "label": "Activation"
1603
1534
  },
1535
+ {
1536
+ "id": "deduplication",
1537
+ "label": "Deduplication",
1538
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
1539
+ },
1604
1540
  {
1605
1541
  "id": "output",
1606
1542
  "label": "Output mapping"
@@ -1833,6 +1769,82 @@
1833
1769
  },
1834
1770
  "type": "String"
1835
1771
  },
1772
+ {
1773
+ "id": "consumeUnmatchedEvents",
1774
+ "label": "Consume unmatched events",
1775
+ "value": true,
1776
+ "group": "activation",
1777
+ "binding": {
1778
+ "name": "consumeUnmatchedEvents",
1779
+ "type": "zeebe:property"
1780
+ },
1781
+ "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",
1782
+ "type": "Boolean"
1783
+ },
1784
+ {
1785
+ "id": "deduplicationModeManualFlag",
1786
+ "label": "Manual mode",
1787
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
1788
+ "value": false,
1789
+ "group": "deduplication",
1790
+ "binding": {
1791
+ "name": "deduplicationModeManualFlag",
1792
+ "type": "zeebe:property"
1793
+ },
1794
+ "type": "Boolean"
1795
+ },
1796
+ {
1797
+ "id": "deduplicationId",
1798
+ "label": "Deduplication ID",
1799
+ "constraints": {
1800
+ "notEmpty": true,
1801
+ "pattern": {
1802
+ "value": "^[a-zA-Z0-9_-]+$",
1803
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
1804
+ }
1805
+ },
1806
+ "group": "deduplication",
1807
+ "binding": {
1808
+ "name": "deduplicationId",
1809
+ "type": "zeebe:property"
1810
+ },
1811
+ "condition": {
1812
+ "property": "deduplicationModeManualFlag",
1813
+ "equals": true,
1814
+ "type": "simple"
1815
+ },
1816
+ "type": "String"
1817
+ },
1818
+ {
1819
+ "id": "deduplicationModeManual",
1820
+ "value": "MANUAL",
1821
+ "group": "deduplication",
1822
+ "binding": {
1823
+ "name": "deduplicationMode",
1824
+ "type": "zeebe:property"
1825
+ },
1826
+ "condition": {
1827
+ "property": "deduplicationId",
1828
+ "isActive": true,
1829
+ "type": "simple"
1830
+ },
1831
+ "type": "Hidden"
1832
+ },
1833
+ {
1834
+ "id": "deduplicationModeAuto",
1835
+ "value": "AUTO",
1836
+ "group": "deduplication",
1837
+ "binding": {
1838
+ "name": "deduplicationMode",
1839
+ "type": "zeebe:property"
1840
+ },
1841
+ "condition": {
1842
+ "property": "deduplicationId",
1843
+ "isActive": false,
1844
+ "type": "simple"
1845
+ },
1846
+ "type": "Hidden"
1847
+ },
1836
1848
  {
1837
1849
  "id": "resultVariable",
1838
1850
  "label": "Result variable",
@@ -1859,9 +1871,6 @@
1859
1871
  ],
1860
1872
  "icon": {
1861
1873
  "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
1862
- },
1863
- "engines": {
1864
- "camunda": "^8.5"
1865
1874
  }
1866
1875
  }
1867
1876
  ]