@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
@@ -3,9 +3,9 @@
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
4
  "name": "RabbitMQ Message Start Event Connector",
5
5
  "id": "io.camunda.connectors.inbound.RabbitMQ.MessageStart.v1",
6
+ "version": 1,
6
7
  "description": "Receive a message from RabbitMQ",
7
8
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
8
- "version": 6,
9
9
  "category": {
10
10
  "id": "connectors",
11
11
  "name": "Connectors"
@@ -34,32 +34,42 @@
34
34
  },
35
35
  {
36
36
  "id": "correlation",
37
- "label": "Correlation"
37
+ "label": "Subprocess correlation"
38
38
  },
39
39
  {
40
- "id": "output",
41
- "label": "Output mapping"
40
+ "id": "variable-mapping",
41
+ "label": "Variable mapping"
42
42
  }
43
43
  ],
44
44
  "properties": [
45
45
  {
46
+ "type": "Hidden",
46
47
  "value": "io.camunda:connector-rabbitmq-inbound:1",
47
48
  "binding": {
48
- "name": "inbound.type",
49
- "type": "zeebe:property"
49
+ "type": "zeebe:property",
50
+ "name": "inbound.type"
51
+ }
52
+ },
53
+ {
54
+ "type": "Hidden",
55
+ "generatedValue": {
56
+ "type": "uuid"
50
57
  },
51
- "type": "Hidden"
58
+ "binding": {
59
+ "type": "bpmn:Message#property",
60
+ "name": "name"
61
+ }
52
62
  },
53
63
  {
54
- "id": "authentication.authType",
64
+ "id": "connectionType",
55
65
  "label": "Connection type",
56
- "value": "uri",
57
66
  "group": "authentication",
67
+ "type": "Dropdown",
68
+ "value": "uri",
58
69
  "binding": {
59
- "name": "authentication.authType",
60
- "type": "zeebe:property"
70
+ "type": "zeebe:property",
71
+ "name": "authentication.authType"
61
72
  },
62
- "type": "Dropdown",
63
73
  "choices": [
64
74
  {
65
75
  "name": "URI",
@@ -72,178 +82,154 @@
72
82
  ]
73
83
  },
74
84
  {
75
- "id": "authentication.uri",
76
85
  "label": "URI",
77
86
  "description": "URI should contain username, password, host name, port number, and virtual host",
78
- "optional": false,
87
+ "group": "authentication",
88
+ "type": "String",
89
+ "binding": {
90
+ "type": "zeebe:property",
91
+ "name": "authentication.uri"
92
+ },
79
93
  "constraints": {
80
94
  "notEmpty": true,
81
95
  "pattern": {
82
- "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
96
+ "value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*$",
83
97
  "message": "Must start with amqp(s):// or contain a secret reference"
84
98
  }
85
99
  },
86
- "group": "authentication",
87
- "binding": {
88
- "name": "authentication.uri",
89
- "type": "zeebe:property"
90
- },
91
100
  "condition": {
92
- "property": "authentication.authType",
93
- "equals": "uri",
94
- "type": "simple"
95
- },
96
- "type": "String"
101
+ "property": "connectionType",
102
+ "equals": "uri"
103
+ }
97
104
  },
98
105
  {
99
- "id": "authentication.userName",
100
106
  "label": "Username",
101
- "optional": false,
102
- "constraints": {
103
- "notEmpty": true
104
- },
105
107
  "group": "authentication",
108
+ "type": "String",
106
109
  "binding": {
107
- "name": "authentication.userName",
108
- "type": "zeebe:property"
110
+ "type": "zeebe:property",
111
+ "name": "authentication.userName"
109
112
  },
110
- "condition": {
111
- "property": "authentication.authType",
112
- "equals": "credentials",
113
- "type": "simple"
113
+ "constraints": {
114
+ "notEmpty": true
114
115
  },
115
- "type": "String"
116
+ "condition": {
117
+ "property": "connectionType",
118
+ "equals": "credentials"
119
+ }
116
120
  },
117
121
  {
118
- "id": "authentication.password",
119
122
  "label": "Password",
120
- "optional": false,
121
- "constraints": {
122
- "notEmpty": true
123
- },
124
123
  "group": "authentication",
124
+ "type": "String",
125
125
  "binding": {
126
- "name": "authentication.password",
127
- "type": "zeebe:property"
128
- },
129
- "condition": {
130
- "property": "authentication.authType",
131
- "equals": "credentials",
132
- "type": "simple"
126
+ "type": "zeebe:property",
127
+ "name": "authentication.password"
133
128
  },
134
- "type": "String"
135
- },
136
- {
137
- "id": "routing.virtualHost",
138
- "label": "Virtual host",
139
- "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>",
140
- "optional": false,
141
129
  "constraints": {
142
130
  "notEmpty": true
143
131
  },
144
- "group": "routing",
145
- "binding": {
146
- "name": "routing.virtualHost",
147
- "type": "zeebe:property"
148
- },
149
132
  "condition": {
150
- "property": "authentication.authType",
151
- "equals": "credentials",
152
- "type": "simple"
153
- },
154
- "type": "String"
133
+ "property": "connectionType",
134
+ "equals": "credentials"
135
+ }
155
136
  },
156
137
  {
157
- "id": "routing.hostName",
158
138
  "label": "Host name",
159
- "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>",
160
- "optional": false,
139
+ "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>",
140
+ "group": "routing",
141
+ "type": "String",
142
+ "binding": {
143
+ "type": "zeebe:property",
144
+ "name": "routing.hostName"
145
+ },
161
146
  "constraints": {
162
147
  "notEmpty": true
163
148
  },
149
+ "condition": {
150
+ "property": "connectionType",
151
+ "equals": "credentials"
152
+ }
153
+ },
154
+ {
155
+ "label": "Virtual host",
156
+ "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>",
164
157
  "group": "routing",
158
+ "type": "String",
165
159
  "binding": {
166
- "name": "routing.hostName",
167
- "type": "zeebe:property"
160
+ "type": "zeebe:property",
161
+ "name": "routing.virtualHost"
168
162
  },
169
- "condition": {
170
- "property": "authentication.authType",
171
- "equals": "credentials",
172
- "type": "simple"
163
+ "constraints": {
164
+ "notEmpty": true
173
165
  },
174
- "type": "String"
166
+ "condition": {
167
+ "property": "connectionType",
168
+ "equals": "credentials"
169
+ }
175
170
  },
176
171
  {
177
- "id": "routing.port",
178
172
  "label": "Port",
179
- "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>",
180
- "optional": false,
181
- "constraints": {
182
- "notEmpty": true
183
- },
173
+ "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>",
184
174
  "group": "routing",
175
+ "type": "String",
185
176
  "binding": {
186
- "name": "routing.port",
187
- "type": "zeebe:property"
177
+ "type": "zeebe:property",
178
+ "name": "routing.port"
188
179
  },
189
- "condition": {
190
- "property": "authentication.authType",
191
- "equals": "credentials",
192
- "type": "simple"
180
+ "constraints": {
181
+ "notEmpty": true
193
182
  },
194
- "type": "String"
183
+ "condition": {
184
+ "property": "connectionType",
185
+ "equals": "credentials"
186
+ }
195
187
  },
196
188
  {
197
- "id": "queueName",
198
189
  "label": "Queue name",
199
190
  "description": "Name of the queue to subscribe to",
200
- "optional": false,
201
- "constraints": {
202
- "notEmpty": true
203
- },
204
191
  "group": "subscription",
192
+ "type": "String",
193
+ "feel": "optional",
205
194
  "binding": {
206
- "name": "queueName",
207
- "type": "zeebe:property"
195
+ "type": "zeebe:property",
196
+ "name": "queueName"
208
197
  },
209
- "type": "String"
198
+ "constraints": {
199
+ "notEmpty": true
200
+ }
210
201
  },
211
202
  {
212
- "id": "consumerTag",
213
203
  "label": "Consumer tag",
214
204
  "description": "Consumer tag to use for the subscription",
215
- "optional": false,
216
205
  "group": "subscription",
206
+ "type": "String",
207
+ "feel": "optional",
217
208
  "binding": {
218
- "name": "consumerTag",
219
- "type": "zeebe:property"
220
- },
221
- "type": "String"
209
+ "type": "zeebe:property",
210
+ "name": "consumerTag"
211
+ }
222
212
  },
223
213
  {
224
- "id": "arguments",
225
214
  "label": "Arguments",
226
215
  "description": "Arguments to use for the subscription",
227
- "optional": true,
228
- "feel": "required",
229
216
  "group": "subscription",
217
+ "type": "String",
218
+ "feel": "required",
230
219
  "binding": {
231
- "name": "arguments",
232
- "type": "zeebe:property"
233
- },
234
- "type": "String"
220
+ "type": "zeebe:property",
221
+ "name": "arguments"
222
+ }
235
223
  },
236
224
  {
237
- "id": "exclusive",
238
225
  "label": "Exclusive consumer",
239
- "optional": false,
240
- "value": "false",
241
226
  "group": "subscription",
227
+ "type": "Dropdown",
228
+ "value": "false",
242
229
  "binding": {
243
- "name": "exclusive",
244
- "type": "zeebe:property"
230
+ "type": "zeebe:property",
231
+ "name": "exclusive"
245
232
  },
246
- "type": "Dropdown",
247
233
  "choices": [
248
234
  {
249
235
  "name": "Yes",
@@ -256,29 +242,36 @@
256
242
  ]
257
243
  },
258
244
  {
259
- "id": "activationCondition",
260
- "label": "Activation condition",
261
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
262
- "optional": true,
245
+ "label": "Message ID expression",
263
246
  "feel": "required",
247
+ "type": "String",
248
+ "optional": true,
264
249
  "group": "activation",
265
250
  "binding": {
266
- "name": "activationCondition",
267
- "type": "zeebe:property"
251
+ "type": "zeebe:property",
252
+ "name": "messageIdExpression"
268
253
  },
269
- "type": "String"
254
+ "description": "Expression to extract unique identifier of a message"
270
255
  },
271
256
  {
272
- "id": "correlationRequired",
273
- "label": "Subprocess correlation required",
274
- "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
275
- "value": "notRequired",
276
- "group": "correlation",
257
+ "label": "Activation condition",
258
+ "type": "String",
259
+ "group": "activation",
260
+ "feel": "required",
261
+ "optional": true,
277
262
  "binding": {
278
- "name": "correlationRequired",
279
- "type": "zeebe:property"
263
+ "type": "zeebe:property",
264
+ "name": "activationCondition"
280
265
  },
266
+ "description": "Condition under which the connector triggers. Leave empty to catch all events"
267
+ },
268
+ {
269
+ "label": "Correlation required",
270
+ "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
271
+ "id": "correlationRequired",
272
+ "group": "correlation",
281
273
  "type": "Dropdown",
274
+ "value": "notRequired",
282
275
  "choices": [
283
276
  {
284
277
  "name": "Correlation not required",
@@ -288,102 +281,77 @@
288
281
  "name": "Correlation required",
289
282
  "value": "required"
290
283
  }
291
- ]
284
+ ],
285
+ "binding": {
286
+ "type": "zeebe:property",
287
+ "name": "correlationRequired"
288
+ }
292
289
  },
293
290
  {
294
- "id": "correlationKeyProcess",
295
291
  "label": "Correlation key (process)",
292
+ "type": "String",
293
+ "group": "correlation",
294
+ "feel": "required",
296
295
  "description": "Sets up the correlation key from process variables",
296
+ "binding": {
297
+ "type": "bpmn:Message#zeebe:subscription#property",
298
+ "name": "correlationKey"
299
+ },
297
300
  "constraints": {
298
301
  "notEmpty": true
299
302
  },
300
- "feel": "required",
301
- "group": "correlation",
302
- "binding": {
303
- "name": "correlationKey",
304
- "type": "bpmn:Message#zeebe:subscription#property"
305
- },
306
303
  "condition": {
307
304
  "property": "correlationRequired",
308
- "equals": "required",
309
- "type": "simple"
310
- },
311
- "type": "String"
305
+ "equals": "required"
306
+ }
312
307
  },
313
308
  {
314
- "id": "correlationKeyPayload",
315
309
  "label": "Correlation key (payload)",
310
+ "type": "String",
311
+ "group": "correlation",
312
+ "feel": "required",
313
+ "binding": {
314
+ "type": "zeebe:property",
315
+ "name": "correlationKeyExpression"
316
+ },
316
317
  "description": "Extracts the correlation key from the incoming message payload",
317
318
  "constraints": {
318
319
  "notEmpty": true
319
320
  },
320
- "feel": "required",
321
- "group": "correlation",
322
- "binding": {
323
- "name": "correlationKeyExpression",
324
- "type": "zeebe:property"
325
- },
326
321
  "condition": {
327
322
  "property": "correlationRequired",
328
- "equals": "required",
329
- "type": "simple"
330
- },
331
- "type": "String"
332
- },
333
- {
334
- "id": "messageIdExpression",
335
- "label": "Message ID expression",
336
- "description": "Expression to extract unique identifier of a message",
337
- "optional": true,
338
- "feel": "required",
339
- "group": "correlation",
340
- "binding": {
341
- "name": "messageIdExpression",
342
- "type": "zeebe:property"
343
- },
344
- "type": "String"
345
- },
346
- {
347
- "id": "messageNameUuid",
348
- "generatedValue": {
349
- "type": "uuid"
350
- },
351
- "group": "correlation",
352
- "binding": {
353
- "name": "name",
354
- "type": "bpmn:Message#property"
355
- },
356
- "type": "Hidden"
323
+ "equals": "required"
324
+ }
357
325
  },
358
326
  {
359
- "id": "resultVariable",
360
327
  "label": "Result variable",
361
- "description": "Name of variable to store the response in",
362
- "group": "output",
328
+ "type": "String",
329
+ "group": "variable-mapping",
330
+ "optional": true,
363
331
  "binding": {
364
- "name": "resultVariable",
365
- "type": "zeebe:property"
332
+ "type": "zeebe:property",
333
+ "name": "resultVariable"
366
334
  },
367
- "type": "String"
335
+ "description": "Name of variable to store the result of the connector in"
368
336
  },
369
337
  {
370
- "id": "resultExpression",
371
338
  "label": "Result expression",
372
- "description": "Expression to map the response into process variables",
339
+ "type": "String",
340
+ "group": "variable-mapping",
373
341
  "feel": "required",
374
- "group": "output",
342
+ "optional": true,
375
343
  "binding": {
376
- "name": "resultExpression",
377
- "type": "zeebe:property"
344
+ "type": "zeebe:property",
345
+ "name": "resultExpression"
378
346
  },
379
- "type": "Text"
347
+ "description": "Expression to map the inbound payload to process variables"
380
348
  }
381
349
  ],
382
350
  "icon": {
383
- "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
351
+ "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"
384
352
  },
385
353
  "engines": {
386
- "camunda": "^8.5"
354
+ "camunda": "^8.2"
387
355
  }
388
356
  },
389
357
  {
@@ -879,9 +847,9 @@
879
847
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
880
848
  "name": "RabbitMQ Message Start Event Connector",
881
849
  "id": "io.camunda.connectors.inbound.RabbitMQ.MessageStart.v1",
882
- "version": 1,
883
850
  "description": "Receive a message from RabbitMQ",
884
851
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
852
+ "version": 6,
885
853
  "category": {
886
854
  "id": "connectors",
887
855
  "name": "Connectors"
@@ -910,42 +878,32 @@
910
878
  },
911
879
  {
912
880
  "id": "correlation",
913
- "label": "Subprocess correlation"
881
+ "label": "Correlation"
914
882
  },
915
883
  {
916
- "id": "variable-mapping",
917
- "label": "Variable mapping"
884
+ "id": "output",
885
+ "label": "Output mapping"
918
886
  }
919
887
  ],
920
888
  "properties": [
921
889
  {
922
- "type": "Hidden",
923
890
  "value": "io.camunda:connector-rabbitmq-inbound:1",
924
891
  "binding": {
925
- "type": "zeebe:property",
926
- "name": "inbound.type"
927
- }
928
- },
929
- {
930
- "type": "Hidden",
931
- "generatedValue": {
932
- "type": "uuid"
892
+ "name": "inbound.type",
893
+ "type": "zeebe:property"
933
894
  },
934
- "binding": {
935
- "type": "bpmn:Message#property",
936
- "name": "name"
937
- }
895
+ "type": "Hidden"
938
896
  },
939
897
  {
940
- "id": "connectionType",
898
+ "id": "authentication.authType",
941
899
  "label": "Connection type",
942
- "group": "authentication",
943
- "type": "Dropdown",
944
900
  "value": "uri",
901
+ "group": "authentication",
945
902
  "binding": {
946
- "type": "zeebe:property",
947
- "name": "authentication.authType"
903
+ "name": "authentication.authType",
904
+ "type": "zeebe:property"
948
905
  },
906
+ "type": "Dropdown",
949
907
  "choices": [
950
908
  {
951
909
  "name": "URI",
@@ -958,154 +916,178 @@
958
916
  ]
959
917
  },
960
918
  {
919
+ "id": "authentication.uri",
961
920
  "label": "URI",
962
921
  "description": "URI should contain username, password, host name, port number, and virtual host",
963
- "group": "authentication",
964
- "type": "String",
965
- "binding": {
966
- "type": "zeebe:property",
967
- "name": "authentication.uri"
968
- },
922
+ "optional": false,
969
923
  "constraints": {
970
924
  "notEmpty": true,
971
925
  "pattern": {
972
- "value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*$",
926
+ "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
973
927
  "message": "Must start with amqp(s):// or contain a secret reference"
974
928
  }
975
929
  },
930
+ "group": "authentication",
931
+ "binding": {
932
+ "name": "authentication.uri",
933
+ "type": "zeebe:property"
934
+ },
976
935
  "condition": {
977
- "property": "connectionType",
978
- "equals": "uri"
979
- }
936
+ "property": "authentication.authType",
937
+ "equals": "uri",
938
+ "type": "simple"
939
+ },
940
+ "type": "String"
980
941
  },
981
942
  {
943
+ "id": "authentication.userName",
982
944
  "label": "Username",
983
- "group": "authentication",
984
- "type": "String",
985
- "binding": {
986
- "type": "zeebe:property",
987
- "name": "authentication.userName"
988
- },
945
+ "optional": false,
989
946
  "constraints": {
990
947
  "notEmpty": true
991
948
  },
949
+ "group": "authentication",
950
+ "binding": {
951
+ "name": "authentication.userName",
952
+ "type": "zeebe:property"
953
+ },
992
954
  "condition": {
993
- "property": "connectionType",
994
- "equals": "credentials"
995
- }
955
+ "property": "authentication.authType",
956
+ "equals": "credentials",
957
+ "type": "simple"
958
+ },
959
+ "type": "String"
996
960
  },
997
961
  {
962
+ "id": "authentication.password",
998
963
  "label": "Password",
964
+ "optional": false,
965
+ "constraints": {
966
+ "notEmpty": true
967
+ },
999
968
  "group": "authentication",
1000
- "type": "String",
1001
969
  "binding": {
1002
- "type": "zeebe:property",
1003
- "name": "authentication.password"
970
+ "name": "authentication.password",
971
+ "type": "zeebe:property"
972
+ },
973
+ "condition": {
974
+ "property": "authentication.authType",
975
+ "equals": "credentials",
976
+ "type": "simple"
1004
977
  },
978
+ "type": "String"
979
+ },
980
+ {
981
+ "id": "routing.virtualHost",
982
+ "label": "Virtual host",
983
+ "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>",
984
+ "optional": false,
1005
985
  "constraints": {
1006
986
  "notEmpty": true
1007
987
  },
988
+ "group": "routing",
989
+ "binding": {
990
+ "name": "routing.virtualHost",
991
+ "type": "zeebe:property"
992
+ },
1008
993
  "condition": {
1009
- "property": "connectionType",
1010
- "equals": "credentials"
1011
- }
994
+ "property": "authentication.authType",
995
+ "equals": "credentials",
996
+ "type": "simple"
997
+ },
998
+ "type": "String"
1012
999
  },
1013
1000
  {
1001
+ "id": "routing.hostName",
1014
1002
  "label": "Host name",
1015
- "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>",
1016
- "group": "routing",
1017
- "type": "String",
1018
- "binding": {
1019
- "type": "zeebe:property",
1020
- "name": "routing.hostName"
1021
- },
1003
+ "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>",
1004
+ "optional": false,
1022
1005
  "constraints": {
1023
1006
  "notEmpty": true
1024
1007
  },
1025
- "condition": {
1026
- "property": "connectionType",
1027
- "equals": "credentials"
1028
- }
1029
- },
1030
- {
1031
- "label": "Virtual host",
1032
- "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>",
1033
1008
  "group": "routing",
1034
- "type": "String",
1035
1009
  "binding": {
1036
- "type": "zeebe:property",
1037
- "name": "routing.virtualHost"
1038
- },
1039
- "constraints": {
1040
- "notEmpty": true
1010
+ "name": "routing.hostName",
1011
+ "type": "zeebe:property"
1041
1012
  },
1042
1013
  "condition": {
1043
- "property": "connectionType",
1044
- "equals": "credentials"
1045
- }
1014
+ "property": "authentication.authType",
1015
+ "equals": "credentials",
1016
+ "type": "simple"
1017
+ },
1018
+ "type": "String"
1046
1019
  },
1047
1020
  {
1021
+ "id": "routing.port",
1048
1022
  "label": "Port",
1049
- "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>",
1050
- "group": "routing",
1051
- "type": "String",
1052
- "binding": {
1053
- "type": "zeebe:property",
1054
- "name": "routing.port"
1055
- },
1023
+ "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>",
1024
+ "optional": false,
1056
1025
  "constraints": {
1057
1026
  "notEmpty": true
1058
1027
  },
1028
+ "group": "routing",
1029
+ "binding": {
1030
+ "name": "routing.port",
1031
+ "type": "zeebe:property"
1032
+ },
1059
1033
  "condition": {
1060
- "property": "connectionType",
1061
- "equals": "credentials"
1062
- }
1034
+ "property": "authentication.authType",
1035
+ "equals": "credentials",
1036
+ "type": "simple"
1037
+ },
1038
+ "type": "String"
1063
1039
  },
1064
1040
  {
1041
+ "id": "queueName",
1065
1042
  "label": "Queue name",
1066
1043
  "description": "Name of the queue to subscribe to",
1044
+ "optional": false,
1045
+ "constraints": {
1046
+ "notEmpty": true
1047
+ },
1067
1048
  "group": "subscription",
1068
- "type": "String",
1069
- "feel": "optional",
1070
1049
  "binding": {
1071
- "type": "zeebe:property",
1072
- "name": "queueName"
1050
+ "name": "queueName",
1051
+ "type": "zeebe:property"
1073
1052
  },
1074
- "constraints": {
1075
- "notEmpty": true
1076
- }
1053
+ "type": "String"
1077
1054
  },
1078
1055
  {
1056
+ "id": "consumerTag",
1079
1057
  "label": "Consumer tag",
1080
1058
  "description": "Consumer tag to use for the subscription",
1059
+ "optional": false,
1081
1060
  "group": "subscription",
1082
- "type": "String",
1083
- "feel": "optional",
1084
1061
  "binding": {
1085
- "type": "zeebe:property",
1086
- "name": "consumerTag"
1087
- }
1062
+ "name": "consumerTag",
1063
+ "type": "zeebe:property"
1064
+ },
1065
+ "type": "String"
1088
1066
  },
1089
1067
  {
1068
+ "id": "arguments",
1090
1069
  "label": "Arguments",
1091
1070
  "description": "Arguments to use for the subscription",
1092
- "group": "subscription",
1093
- "type": "String",
1071
+ "optional": true,
1094
1072
  "feel": "required",
1073
+ "group": "subscription",
1095
1074
  "binding": {
1096
- "type": "zeebe:property",
1097
- "name": "arguments"
1098
- }
1075
+ "name": "arguments",
1076
+ "type": "zeebe:property"
1077
+ },
1078
+ "type": "String"
1099
1079
  },
1100
1080
  {
1081
+ "id": "exclusive",
1101
1082
  "label": "Exclusive consumer",
1102
- "group": "subscription",
1103
- "type": "Dropdown",
1083
+ "optional": false,
1104
1084
  "value": "false",
1085
+ "group": "subscription",
1105
1086
  "binding": {
1106
- "type": "zeebe:property",
1107
- "name": "exclusive"
1087
+ "name": "exclusive",
1088
+ "type": "zeebe:property"
1108
1089
  },
1090
+ "type": "Dropdown",
1109
1091
  "choices": [
1110
1092
  {
1111
1093
  "name": "Yes",
@@ -1118,36 +1100,29 @@
1118
1100
  ]
1119
1101
  },
1120
1102
  {
1121
- "label": "Message ID expression",
1122
- "feel": "required",
1123
- "type": "String",
1124
- "optional": true,
1125
- "group": "activation",
1126
- "binding": {
1127
- "type": "zeebe:property",
1128
- "name": "messageIdExpression"
1129
- },
1130
- "description": "Expression to extract unique identifier of a message"
1131
- },
1132
- {
1103
+ "id": "activationCondition",
1133
1104
  "label": "Activation condition",
1134
- "type": "String",
1135
- "group": "activation",
1136
- "feel": "required",
1105
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
1137
1106
  "optional": true,
1107
+ "feel": "required",
1108
+ "group": "activation",
1138
1109
  "binding": {
1139
- "type": "zeebe:property",
1140
- "name": "activationCondition"
1110
+ "name": "activationCondition",
1111
+ "type": "zeebe:property"
1141
1112
  },
1142
- "description": "Condition under which the connector triggers. Leave empty to catch all events"
1113
+ "type": "String"
1143
1114
  },
1144
1115
  {
1145
- "label": "Correlation required",
1146
- "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
1147
1116
  "id": "correlationRequired",
1117
+ "label": "Subprocess correlation required",
1118
+ "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
1119
+ "value": "notRequired",
1148
1120
  "group": "correlation",
1121
+ "binding": {
1122
+ "name": "correlationRequired",
1123
+ "type": "zeebe:property"
1124
+ },
1149
1125
  "type": "Dropdown",
1150
- "value": "notRequired",
1151
1126
  "choices": [
1152
1127
  {
1153
1128
  "name": "Correlation not required",
@@ -1157,77 +1132,102 @@
1157
1132
  "name": "Correlation required",
1158
1133
  "value": "required"
1159
1134
  }
1160
- ],
1161
- "binding": {
1162
- "type": "zeebe:property",
1163
- "name": "correlationRequired"
1164
- }
1135
+ ]
1165
1136
  },
1166
1137
  {
1138
+ "id": "correlationKeyProcess",
1167
1139
  "label": "Correlation key (process)",
1168
- "type": "String",
1169
- "group": "correlation",
1170
- "feel": "required",
1171
1140
  "description": "Sets up the correlation key from process variables",
1172
- "binding": {
1173
- "type": "bpmn:Message#zeebe:subscription#property",
1174
- "name": "correlationKey"
1175
- },
1176
1141
  "constraints": {
1177
1142
  "notEmpty": true
1178
1143
  },
1144
+ "feel": "required",
1145
+ "group": "correlation",
1146
+ "binding": {
1147
+ "name": "correlationKey",
1148
+ "type": "bpmn:Message#zeebe:subscription#property"
1149
+ },
1179
1150
  "condition": {
1180
1151
  "property": "correlationRequired",
1181
- "equals": "required"
1182
- }
1152
+ "equals": "required",
1153
+ "type": "simple"
1154
+ },
1155
+ "type": "String"
1183
1156
  },
1184
1157
  {
1158
+ "id": "correlationKeyPayload",
1185
1159
  "label": "Correlation key (payload)",
1186
- "type": "String",
1187
- "group": "correlation",
1188
- "feel": "required",
1189
- "binding": {
1190
- "type": "zeebe:property",
1191
- "name": "correlationKeyExpression"
1192
- },
1193
1160
  "description": "Extracts the correlation key from the incoming message payload",
1194
1161
  "constraints": {
1195
1162
  "notEmpty": true
1196
1163
  },
1164
+ "feel": "required",
1165
+ "group": "correlation",
1166
+ "binding": {
1167
+ "name": "correlationKeyExpression",
1168
+ "type": "zeebe:property"
1169
+ },
1197
1170
  "condition": {
1198
1171
  "property": "correlationRequired",
1199
- "equals": "required"
1200
- }
1172
+ "equals": "required",
1173
+ "type": "simple"
1174
+ },
1175
+ "type": "String"
1201
1176
  },
1202
1177
  {
1203
- "label": "Result variable",
1204
- "type": "String",
1205
- "group": "variable-mapping",
1178
+ "id": "messageIdExpression",
1179
+ "label": "Message ID expression",
1180
+ "description": "Expression to extract unique identifier of a message",
1206
1181
  "optional": true,
1182
+ "feel": "required",
1183
+ "group": "correlation",
1207
1184
  "binding": {
1208
- "type": "zeebe:property",
1209
- "name": "resultVariable"
1185
+ "name": "messageIdExpression",
1186
+ "type": "zeebe:property"
1210
1187
  },
1211
- "description": "Name of variable to store the result of the connector in"
1188
+ "type": "String"
1189
+ },
1190
+ {
1191
+ "id": "messageNameUuid",
1192
+ "generatedValue": {
1193
+ "type": "uuid"
1194
+ },
1195
+ "group": "correlation",
1196
+ "binding": {
1197
+ "name": "name",
1198
+ "type": "bpmn:Message#property"
1199
+ },
1200
+ "type": "Hidden"
1201
+ },
1202
+ {
1203
+ "id": "resultVariable",
1204
+ "label": "Result variable",
1205
+ "description": "Name of variable to store the response in",
1206
+ "group": "output",
1207
+ "binding": {
1208
+ "name": "resultVariable",
1209
+ "type": "zeebe:property"
1210
+ },
1211
+ "type": "String"
1212
1212
  },
1213
1213
  {
1214
+ "id": "resultExpression",
1214
1215
  "label": "Result expression",
1215
- "type": "String",
1216
- "group": "variable-mapping",
1216
+ "description": "Expression to map the response into process variables",
1217
1217
  "feel": "required",
1218
- "optional": true,
1218
+ "group": "output",
1219
1219
  "binding": {
1220
- "type": "zeebe:property",
1221
- "name": "resultExpression"
1220
+ "name": "resultExpression",
1221
+ "type": "zeebe:property"
1222
1222
  },
1223
- "description": "Expression to map the inbound payload to process variables"
1223
+ "type": "Text"
1224
1224
  }
1225
1225
  ],
1226
1226
  "icon": {
1227
- "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"
1227
+ "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
1228
1228
  },
1229
1229
  "engines": {
1230
- "camunda": "^8.2"
1230
+ "camunda": "^8.5"
1231
1231
  }
1232
1232
  },
1233
1233
  {
@@ -1235,9 +1235,15 @@
1235
1235
  "name": "RabbitMQ Message Start Event Connector",
1236
1236
  "id": "io.camunda.connectors.inbound.RabbitMQ.MessageStart.v1",
1237
1237
  "description": "Receive a message from RabbitMQ",
1238
- "metadata": {
1239
- "keywords": []
1240
- },
1238
+ "keywords": [
1239
+ "receive message",
1240
+ "consume message",
1241
+ "message queue",
1242
+ "AMQP",
1243
+ "subscribe",
1244
+ "message broker",
1245
+ "queue"
1246
+ ],
1241
1247
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
1242
1248
  "version": 8,
1243
1249
  "category": {
@@ -1620,15 +1626,18 @@
1620
1626
  },
1621
1627
  {
1622
1628
  "id": "messageNameUuid",
1629
+ "label": "Message name",
1623
1630
  "generatedValue": {
1624
1631
  "type": "uuid"
1625
1632
  },
1633
+ "feel": "optional",
1626
1634
  "group": "correlation",
1627
1635
  "binding": {
1628
1636
  "name": "name",
1629
1637
  "type": "bpmn:Message#property"
1630
1638
  },
1631
- "type": "Hidden"
1639
+ "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.",
1640
+ "type": "String"
1632
1641
  },
1633
1642
  {
1634
1643
  "id": "deduplicationModeManualFlag",
@@ -1697,7 +1706,7 @@
1697
1706
  {
1698
1707
  "id": "resultVariable",
1699
1708
  "label": "Result variable",
1700
- "description": "Name of variable to store the response in",
1709
+ "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>.",
1701
1710
  "group": "output",
1702
1711
  "binding": {
1703
1712
  "name": "resultVariable",
@@ -1708,7 +1717,7 @@
1708
1717
  {
1709
1718
  "id": "resultExpression",
1710
1719
  "label": "Result expression",
1711
- "description": "Expression to map the response into process variables",
1720
+ "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>.",
1712
1721
  "feel": "required",
1713
1722
  "group": "output",
1714
1723
  "binding": {