@camunda/connectors-element-templates 1.0.16 → 1.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (124) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -0
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +3 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +9 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +9 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +9 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +9 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +36 -39
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3769 -28
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6979 -3299
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +469 -471
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +484 -486
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1756 -1752
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +788 -51
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1412 -1412
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +376 -11
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +408 -9
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +322 -5
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +316 -311
  29. package/src/element-templates/aws-lambda-outbound-connector.json +305 -301
  30. package/src/element-templates/aws-s3-outbound-connector.json +656 -15
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
  32. package/src/element-templates/aws-sns-inbound-boundary.json +422 -415
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +330 -323
  34. package/src/element-templates/aws-sns-inbound-message-start.json +348 -341
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
  37. package/src/element-templates/aws-sns-outbound-connector.json +593 -589
  38. package/src/element-templates/aws-sqs-boundary-connector.json +642 -638
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +588 -584
  40. package/src/element-templates/aws-sqs-outbound-connector.json +748 -746
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +408 -400
  43. package/src/element-templates/aws-sqs-start-message.json +465 -461
  44. package/src/element-templates/aws-textract-outbound-connector.json +298 -294
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +598 -53
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +39 -31
  50. package/src/element-templates/easy-post-connector.json +1017 -49
  51. package/src/element-templates/email-inbound-connector-boundary.json +32 -24
  52. package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +45 -37
  55. package/src/element-templates/email-outbound-connector.json +2129 -256
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12447 -5385
  58. package/src/element-templates/github-webhook-connector-boundary.json +11 -13
  59. package/src/element-templates/github-webhook-connector-intermediate.json +55 -57
  60. package/src/element-templates/github-webhook-connector-message-start.json +19 -21
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +62 -64
  63. package/src/element-templates/gitlab-connector.json +2974 -1342
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +882 -262
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1048 -19
  68. package/src/element-templates/google-sheets-outbound-connector.json +2961 -1967
  69. package/src/element-templates/graphql-outbound-connector.json +1780 -1193
  70. package/src/element-templates/http-json-connector.json +2832 -2168
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +953 -277
  72. package/src/element-templates/http-polling-connector.json +1642 -966
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +432 -5
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +21 -12
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +581 -572
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +150 -141
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +436 -430
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +165 -13
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +165 -13
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +178 -26
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5616 -1607
  87. package/src/element-templates/openai-connector.json +608 -145
  88. package/src/element-templates/operate-connector.json +1218 -66
  89. package/src/element-templates/power-automate-connector.json +602 -10
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +799 -790
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +914 -905
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +477 -468
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +754 -745
  95. package/src/element-templates/rabbitmq-outbound-connector.json +875 -869
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +583 -39
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +1406 -798
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +639 -341
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +678 -348
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +332 -327
  110. package/src/element-templates/slack-outbound-connector.json +3313 -919
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1521 -41
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +35 -26
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +38 -29
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +607 -15
  119. package/src/element-templates/webhook-connector-boundary.json +1986 -1331
  120. package/src/element-templates/webhook-connector-intermediate.json +2193 -1538
  121. package/src/element-templates/webhook-connector-receive.json +654 -0
  122. package/src/element-templates/webhook-connector-start-event.json +1261 -700
  123. package/src/element-templates/webhook-connector-start-message.json +1754 -1067
  124. package/src/element-templates/whatsapp-connector.json +339 -5
@@ -1,11 +1,24 @@
1
1
  [
2
2
  {
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
- "name": "RabbitMQ connector",
4
+ "name": "RabbitMQ Start Event Connector",
5
5
  "id": "io.camunda.connectors.inbound.RabbitMQ.StartEvent.v1",
6
- "version": 2,
7
6
  "description": "Receive a message from RabbitMQ",
8
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
7
+ "keywords": [
8
+ "receive message",
9
+ "consume message",
10
+ "message queue",
11
+ "AMQP",
12
+ "subscribe",
13
+ "message broker",
14
+ "queue"
15
+ ],
16
+ "deprecated": {
17
+ "message": "None Start Events are deprecated in favor of Message Start Events for message based Connectors.",
18
+ "documentationRef": "https://docs.camunda.io/docs/components/modeler/bpmn/none-events/"
19
+ },
20
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
21
+ "version": 8,
9
22
  "category": {
10
23
  "id": "connectors",
11
24
  "name": "Connectors"
@@ -14,6 +27,9 @@
14
27
  "elementType": {
15
28
  "value": "bpmn:StartEvent"
16
29
  },
30
+ "engines": {
31
+ "camunda": "^8.6"
32
+ },
17
33
  "groups": [
18
34
  {
19
35
  "id": "authentication",
@@ -32,29 +48,34 @@
32
48
  "label": "Activation"
33
49
  },
34
50
  {
35
- "id": "variable-mapping",
36
- "label": "Variable mapping"
51
+ "id": "deduplication",
52
+ "label": "Deduplication",
53
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
54
+ },
55
+ {
56
+ "id": "output",
57
+ "label": "Output mapping"
37
58
  }
38
59
  ],
39
60
  "properties": [
40
61
  {
41
- "type": "Hidden",
42
62
  "value": "io.camunda:connector-rabbitmq-inbound:1",
43
63
  "binding": {
44
- "type": "zeebe:property",
45
- "name": "inbound.type"
46
- }
64
+ "name": "inbound.type",
65
+ "type": "zeebe:property"
66
+ },
67
+ "type": "Hidden"
47
68
  },
48
69
  {
49
- "id": "connectionType",
70
+ "id": "authentication.authType",
50
71
  "label": "Connection type",
51
- "group": "authentication",
52
- "type": "Dropdown",
53
72
  "value": "uri",
73
+ "group": "authentication",
54
74
  "binding": {
55
- "type": "zeebe:property",
56
- "name": "authentication.authType"
75
+ "name": "authentication.authType",
76
+ "type": "zeebe:property"
57
77
  },
78
+ "type": "Dropdown",
58
79
  "choices": [
59
80
  {
60
81
  "name": "URI",
@@ -67,154 +88,178 @@
67
88
  ]
68
89
  },
69
90
  {
91
+ "id": "authentication.uri",
70
92
  "label": "URI",
71
93
  "description": "URI should contain username, password, host name, port number, and virtual host",
72
- "group": "authentication",
73
- "type": "String",
74
- "binding": {
75
- "type": "zeebe:property",
76
- "name": "authentication.uri"
77
- },
94
+ "optional": false,
78
95
  "constraints": {
79
96
  "notEmpty": true,
80
97
  "pattern": {
81
- "value": "^(amqps?://)|secrets\\..+|(\\{\\{secrets\\..+\\}\\}).*",
98
+ "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
82
99
  "message": "Must start with amqp(s):// or contain a secret reference"
83
100
  }
84
101
  },
102
+ "group": "authentication",
103
+ "binding": {
104
+ "name": "authentication.uri",
105
+ "type": "zeebe:property"
106
+ },
85
107
  "condition": {
86
- "property": "connectionType",
87
- "equals": "uri"
88
- }
108
+ "property": "authentication.authType",
109
+ "equals": "uri",
110
+ "type": "simple"
111
+ },
112
+ "type": "String"
89
113
  },
90
114
  {
115
+ "id": "authentication.userName",
91
116
  "label": "Username",
92
- "group": "authentication",
93
- "type": "String",
94
- "binding": {
95
- "type": "zeebe:property",
96
- "name": "authentication.userName"
97
- },
117
+ "optional": false,
98
118
  "constraints": {
99
119
  "notEmpty": true
100
120
  },
121
+ "group": "authentication",
122
+ "binding": {
123
+ "name": "authentication.userName",
124
+ "type": "zeebe:property"
125
+ },
101
126
  "condition": {
102
- "property": "connectionType",
103
- "equals": "credentials"
104
- }
127
+ "property": "authentication.authType",
128
+ "equals": "credentials",
129
+ "type": "simple"
130
+ },
131
+ "type": "String"
105
132
  },
106
133
  {
134
+ "id": "authentication.password",
107
135
  "label": "Password",
136
+ "optional": false,
137
+ "constraints": {
138
+ "notEmpty": true
139
+ },
108
140
  "group": "authentication",
109
- "type": "String",
110
141
  "binding": {
111
- "type": "zeebe:property",
112
- "name": "authentication.password"
142
+ "name": "authentication.password",
143
+ "type": "zeebe:property"
144
+ },
145
+ "condition": {
146
+ "property": "authentication.authType",
147
+ "equals": "credentials",
148
+ "type": "simple"
113
149
  },
150
+ "type": "String"
151
+ },
152
+ {
153
+ "id": "routing.virtualHost",
154
+ "label": "Virtual host",
155
+ "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>",
156
+ "optional": false,
114
157
  "constraints": {
115
158
  "notEmpty": true
116
159
  },
160
+ "group": "routing",
161
+ "binding": {
162
+ "name": "routing.virtualHost",
163
+ "type": "zeebe:property"
164
+ },
117
165
  "condition": {
118
- "property": "connectionType",
119
- "equals": "credentials"
120
- }
166
+ "property": "authentication.authType",
167
+ "equals": "credentials",
168
+ "type": "simple"
169
+ },
170
+ "type": "String"
121
171
  },
122
172
  {
173
+ "id": "routing.hostName",
123
174
  "label": "Host name",
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
- },
175
+ "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>",
176
+ "optional": false,
131
177
  "constraints": {
132
178
  "notEmpty": true
133
179
  },
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>",
142
180
  "group": "routing",
143
- "type": "String",
144
181
  "binding": {
145
- "type": "zeebe:property",
146
- "name": "routing.virtualHost"
147
- },
148
- "constraints": {
149
- "notEmpty": true
182
+ "name": "routing.hostName",
183
+ "type": "zeebe:property"
150
184
  },
151
185
  "condition": {
152
- "property": "connectionType",
153
- "equals": "credentials"
154
- }
186
+ "property": "authentication.authType",
187
+ "equals": "credentials",
188
+ "type": "simple"
189
+ },
190
+ "type": "String"
155
191
  },
156
192
  {
193
+ "id": "routing.port",
157
194
  "label": "Port",
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>",
159
- "group": "routing",
160
- "type": "String",
161
- "binding": {
162
- "type": "zeebe:property",
163
- "name": "routing.port"
164
- },
195
+ "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>",
196
+ "optional": false,
165
197
  "constraints": {
166
198
  "notEmpty": true
167
199
  },
200
+ "group": "routing",
201
+ "binding": {
202
+ "name": "routing.port",
203
+ "type": "zeebe:property"
204
+ },
168
205
  "condition": {
169
- "property": "connectionType",
170
- "equals": "credentials"
171
- }
206
+ "property": "authentication.authType",
207
+ "equals": "credentials",
208
+ "type": "simple"
209
+ },
210
+ "type": "String"
172
211
  },
173
212
  {
213
+ "id": "queueName",
174
214
  "label": "Queue name",
175
215
  "description": "Name of the queue to subscribe to",
216
+ "optional": false,
217
+ "constraints": {
218
+ "notEmpty": true
219
+ },
176
220
  "group": "subscription",
177
- "type": "String",
178
- "feel": "optional",
179
221
  "binding": {
180
- "type": "zeebe:property",
181
- "name": "queueName"
222
+ "name": "queueName",
223
+ "type": "zeebe:property"
182
224
  },
183
- "constraints": {
184
- "notEmpty": true
185
- }
225
+ "type": "String"
186
226
  },
187
227
  {
228
+ "id": "consumerTag",
188
229
  "label": "Consumer tag",
189
230
  "description": "Consumer tag to use for the subscription",
231
+ "optional": false,
190
232
  "group": "subscription",
191
- "type": "String",
192
- "feel": "optional",
193
233
  "binding": {
194
- "type": "zeebe:property",
195
- "name": "consumerTag"
196
- }
234
+ "name": "consumerTag",
235
+ "type": "zeebe:property"
236
+ },
237
+ "type": "String"
197
238
  },
198
239
  {
240
+ "id": "arguments",
199
241
  "label": "Arguments",
200
242
  "description": "Arguments to use for the subscription",
201
- "group": "subscription",
202
- "type": "String",
243
+ "optional": true,
203
244
  "feel": "required",
245
+ "group": "subscription",
204
246
  "binding": {
205
- "type": "zeebe:property",
206
- "name": "arguments"
207
- }
247
+ "name": "arguments",
248
+ "type": "zeebe:property"
249
+ },
250
+ "type": "String"
208
251
  },
209
252
  {
253
+ "id": "exclusive",
210
254
  "label": "Exclusive consumer",
211
- "group": "subscription",
212
- "type": "Dropdown",
255
+ "optional": false,
213
256
  "value": "false",
257
+ "group": "subscription",
214
258
  "binding": {
215
- "type": "zeebe:property",
216
- "name": "exclusive"
259
+ "name": "exclusive",
260
+ "type": "zeebe:property"
217
261
  },
262
+ "type": "Dropdown",
218
263
  "choices": [
219
264
  {
220
265
  "name": "Yes",
@@ -227,59 +272,129 @@
227
272
  ]
228
273
  },
229
274
  {
275
+ "id": "activationCondition",
230
276
  "label": "Activation condition",
231
- "type": "String",
232
- "group": "activation",
233
- "feel": "required",
277
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
234
278
  "optional": true,
279
+ "feel": "required",
280
+ "group": "activation",
235
281
  "binding": {
236
- "type": "zeebe:property",
237
- "name": "activationCondition"
282
+ "name": "activationCondition",
283
+ "type": "zeebe:property"
238
284
  },
239
- "description": "Condition under which the connector triggers. Leave empty to catch all events"
285
+ "type": "String"
240
286
  },
241
287
  {
242
- "label": "Result variable",
243
- "type": "String",
244
- "group": "variable-mapping",
245
- "optional": true,
288
+ "id": "consumeUnmatchedEvents",
289
+ "label": "Consume unmatched events",
290
+ "value": true,
291
+ "group": "activation",
246
292
  "binding": {
247
- "type": "zeebe:property",
248
- "name": "resultVariable"
293
+ "name": "consumeUnmatchedEvents",
294
+ "type": "zeebe:property"
249
295
  },
250
- "description": "Name of variable to store the result of the connector in"
296
+ "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",
297
+ "type": "Boolean"
251
298
  },
252
299
  {
253
- "label": "Result expression",
254
- "type": "String",
255
- "group": "variable-mapping",
300
+ "id": "deduplicationModeManualFlag",
301
+ "label": "Manual mode",
302
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
303
+ "value": false,
304
+ "group": "deduplication",
305
+ "binding": {
306
+ "name": "deduplicationModeManualFlag",
307
+ "type": "zeebe:property"
308
+ },
309
+ "type": "Boolean"
310
+ },
311
+ {
312
+ "id": "deduplicationId",
313
+ "label": "Deduplication ID",
314
+ "constraints": {
315
+ "notEmpty": true,
316
+ "pattern": {
317
+ "value": "^[a-zA-Z0-9_-]+$",
318
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
319
+ }
320
+ },
321
+ "group": "deduplication",
322
+ "binding": {
323
+ "name": "deduplicationId",
324
+ "type": "zeebe:property"
325
+ },
326
+ "condition": {
327
+ "property": "deduplicationModeManualFlag",
328
+ "equals": true,
329
+ "type": "simple"
330
+ },
331
+ "type": "String"
332
+ },
333
+ {
334
+ "id": "deduplicationModeManual",
335
+ "value": "MANUAL",
336
+ "group": "deduplication",
337
+ "binding": {
338
+ "name": "deduplicationMode",
339
+ "type": "zeebe:property"
340
+ },
341
+ "condition": {
342
+ "property": "deduplicationId",
343
+ "isActive": true,
344
+ "type": "simple"
345
+ },
346
+ "type": "Hidden"
347
+ },
348
+ {
349
+ "id": "deduplicationModeAuto",
350
+ "value": "AUTO",
351
+ "group": "deduplication",
352
+ "binding": {
353
+ "name": "deduplicationMode",
354
+ "type": "zeebe:property"
355
+ },
356
+ "condition": {
357
+ "property": "deduplicationId",
358
+ "isActive": false,
359
+ "type": "simple"
360
+ },
361
+ "type": "Hidden"
362
+ },
363
+ {
364
+ "id": "resultVariable",
365
+ "label": "Result variable",
366
+ "description": "Name of variable to store the response in",
367
+ "group": "output",
368
+ "binding": {
369
+ "name": "resultVariable",
370
+ "type": "zeebe:property"
371
+ },
372
+ "type": "String"
373
+ },
374
+ {
375
+ "id": "resultExpression",
376
+ "label": "Result expression",
377
+ "description": "Expression to map the response into process variables",
256
378
  "feel": "required",
257
- "optional": true,
379
+ "group": "output",
258
380
  "binding": {
259
- "type": "zeebe:property",
260
- "name": "resultExpression"
381
+ "name": "resultExpression",
382
+ "type": "zeebe:property"
261
383
  },
262
- "description": "Expression to map the inbound payload to process variables"
384
+ "type": "Text"
263
385
  }
264
386
  ],
265
387
  "icon": {
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"
388
+ "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
270
389
  }
271
390
  },
272
391
  {
273
392
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
274
- "name": "RabbitMQ Start Event Connector",
393
+ "name": "RabbitMQ connector",
275
394
  "id": "io.camunda.connectors.inbound.RabbitMQ.StartEvent.v1",
395
+ "version": 2,
276
396
  "description": "Receive a message from RabbitMQ",
277
- "deprecated": {
278
- "message": "None Start Events are deprecated in favor of Message Start Events for message based Connectors.",
279
- "documentationRef": "https://docs.camunda.io/docs/components/modeler/bpmn/none-events/"
280
- },
281
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
282
- "version": 7,
397
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
283
398
  "category": {
284
399
  "id": "connectors",
285
400
  "name": "Connectors"
@@ -306,34 +421,29 @@
306
421
  "label": "Activation"
307
422
  },
308
423
  {
309
- "id": "deduplication",
310
- "label": "Deduplication",
311
- "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
312
- },
313
- {
314
- "id": "output",
315
- "label": "Output mapping"
424
+ "id": "variable-mapping",
425
+ "label": "Variable mapping"
316
426
  }
317
427
  ],
318
428
  "properties": [
319
429
  {
430
+ "type": "Hidden",
320
431
  "value": "io.camunda:connector-rabbitmq-inbound:1",
321
432
  "binding": {
322
- "name": "inbound.type",
323
- "type": "zeebe:property"
324
- },
325
- "type": "Hidden"
433
+ "type": "zeebe:property",
434
+ "name": "inbound.type"
435
+ }
326
436
  },
327
437
  {
328
- "id": "authentication.authType",
438
+ "id": "connectionType",
329
439
  "label": "Connection type",
330
- "value": "uri",
331
440
  "group": "authentication",
441
+ "type": "Dropdown",
442
+ "value": "uri",
332
443
  "binding": {
333
- "name": "authentication.authType",
334
- "type": "zeebe:property"
444
+ "type": "zeebe:property",
445
+ "name": "authentication.authType"
335
446
  },
336
- "type": "Dropdown",
337
447
  "choices": [
338
448
  {
339
449
  "name": "URI",
@@ -346,178 +456,154 @@
346
456
  ]
347
457
  },
348
458
  {
349
- "id": "authentication.uri",
350
459
  "label": "URI",
351
460
  "description": "URI should contain username, password, host name, port number, and virtual host",
352
- "optional": false,
461
+ "group": "authentication",
462
+ "type": "String",
463
+ "binding": {
464
+ "type": "zeebe:property",
465
+ "name": "authentication.uri"
466
+ },
353
467
  "constraints": {
354
468
  "notEmpty": true,
355
469
  "pattern": {
356
- "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
470
+ "value": "^(amqps?://)|secrets\\..+|(\\{\\{secrets\\..+\\}\\}).*",
357
471
  "message": "Must start with amqp(s):// or contain a secret reference"
358
472
  }
359
473
  },
360
- "group": "authentication",
361
- "binding": {
362
- "name": "authentication.uri",
363
- "type": "zeebe:property"
364
- },
365
474
  "condition": {
366
- "property": "authentication.authType",
367
- "equals": "uri",
368
- "type": "simple"
369
- },
370
- "type": "String"
475
+ "property": "connectionType",
476
+ "equals": "uri"
477
+ }
371
478
  },
372
479
  {
373
- "id": "authentication.userName",
374
480
  "label": "Username",
375
- "optional": false,
376
- "constraints": {
377
- "notEmpty": true
378
- },
379
481
  "group": "authentication",
482
+ "type": "String",
380
483
  "binding": {
381
- "name": "authentication.userName",
382
- "type": "zeebe:property"
484
+ "type": "zeebe:property",
485
+ "name": "authentication.userName"
383
486
  },
384
- "condition": {
385
- "property": "authentication.authType",
386
- "equals": "credentials",
387
- "type": "simple"
487
+ "constraints": {
488
+ "notEmpty": true
388
489
  },
389
- "type": "String"
490
+ "condition": {
491
+ "property": "connectionType",
492
+ "equals": "credentials"
493
+ }
390
494
  },
391
495
  {
392
- "id": "authentication.password",
393
496
  "label": "Password",
394
- "optional": false,
395
- "constraints": {
396
- "notEmpty": true
397
- },
398
497
  "group": "authentication",
498
+ "type": "String",
399
499
  "binding": {
400
- "name": "authentication.password",
401
- "type": "zeebe:property"
402
- },
403
- "condition": {
404
- "property": "authentication.authType",
405
- "equals": "credentials",
406
- "type": "simple"
500
+ "type": "zeebe:property",
501
+ "name": "authentication.password"
407
502
  },
408
- "type": "String"
409
- },
410
- {
411
- "id": "routing.virtualHost",
412
- "label": "Virtual host",
413
- "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>",
414
- "optional": false,
415
503
  "constraints": {
416
504
  "notEmpty": true
417
505
  },
418
- "group": "routing",
419
- "binding": {
420
- "name": "routing.virtualHost",
421
- "type": "zeebe:property"
422
- },
423
506
  "condition": {
424
- "property": "authentication.authType",
425
- "equals": "credentials",
426
- "type": "simple"
427
- },
428
- "type": "String"
507
+ "property": "connectionType",
508
+ "equals": "credentials"
509
+ }
429
510
  },
430
511
  {
431
- "id": "routing.hostName",
432
512
  "label": "Host name",
433
- "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>",
434
- "optional": false,
513
+ "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>",
514
+ "group": "routing",
515
+ "type": "String",
516
+ "binding": {
517
+ "type": "zeebe:property",
518
+ "name": "routing.hostName"
519
+ },
435
520
  "constraints": {
436
521
  "notEmpty": true
437
522
  },
523
+ "condition": {
524
+ "property": "connectionType",
525
+ "equals": "credentials"
526
+ }
527
+ },
528
+ {
529
+ "label": "Virtual host",
530
+ "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>",
438
531
  "group": "routing",
532
+ "type": "String",
439
533
  "binding": {
440
- "name": "routing.hostName",
441
- "type": "zeebe:property"
534
+ "type": "zeebe:property",
535
+ "name": "routing.virtualHost"
442
536
  },
443
- "condition": {
444
- "property": "authentication.authType",
445
- "equals": "credentials",
446
- "type": "simple"
537
+ "constraints": {
538
+ "notEmpty": true
447
539
  },
448
- "type": "String"
540
+ "condition": {
541
+ "property": "connectionType",
542
+ "equals": "credentials"
543
+ }
449
544
  },
450
545
  {
451
- "id": "routing.port",
452
546
  "label": "Port",
453
- "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>",
454
- "optional": false,
455
- "constraints": {
456
- "notEmpty": true
457
- },
547
+ "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>",
458
548
  "group": "routing",
549
+ "type": "String",
459
550
  "binding": {
460
- "name": "routing.port",
461
- "type": "zeebe:property"
551
+ "type": "zeebe:property",
552
+ "name": "routing.port"
553
+ },
554
+ "constraints": {
555
+ "notEmpty": true
462
556
  },
463
557
  "condition": {
464
- "property": "authentication.authType",
465
- "equals": "credentials",
466
- "type": "simple"
467
- },
468
- "type": "String"
558
+ "property": "connectionType",
559
+ "equals": "credentials"
560
+ }
469
561
  },
470
562
  {
471
- "id": "queueName",
472
563
  "label": "Queue name",
473
564
  "description": "Name of the queue to subscribe to",
474
- "optional": false,
475
- "constraints": {
476
- "notEmpty": true
477
- },
478
565
  "group": "subscription",
566
+ "type": "String",
567
+ "feel": "optional",
479
568
  "binding": {
480
- "name": "queueName",
481
- "type": "zeebe:property"
569
+ "type": "zeebe:property",
570
+ "name": "queueName"
482
571
  },
483
- "type": "String"
572
+ "constraints": {
573
+ "notEmpty": true
574
+ }
484
575
  },
485
576
  {
486
- "id": "consumerTag",
487
577
  "label": "Consumer tag",
488
578
  "description": "Consumer tag to use for the subscription",
489
- "optional": false,
490
579
  "group": "subscription",
580
+ "type": "String",
581
+ "feel": "optional",
491
582
  "binding": {
492
- "name": "consumerTag",
493
- "type": "zeebe:property"
494
- },
495
- "type": "String"
583
+ "type": "zeebe:property",
584
+ "name": "consumerTag"
585
+ }
496
586
  },
497
587
  {
498
- "id": "arguments",
499
588
  "label": "Arguments",
500
589
  "description": "Arguments to use for the subscription",
501
- "optional": true,
502
- "feel": "required",
503
590
  "group": "subscription",
591
+ "type": "String",
592
+ "feel": "required",
504
593
  "binding": {
505
- "name": "arguments",
506
- "type": "zeebe:property"
507
- },
508
- "type": "String"
594
+ "type": "zeebe:property",
595
+ "name": "arguments"
596
+ }
509
597
  },
510
598
  {
511
- "id": "exclusive",
512
599
  "label": "Exclusive consumer",
513
- "optional": false,
514
- "value": "false",
515
600
  "group": "subscription",
601
+ "type": "Dropdown",
602
+ "value": "false",
516
603
  "binding": {
517
- "name": "exclusive",
518
- "type": "zeebe:property"
604
+ "type": "zeebe:property",
605
+ "name": "exclusive"
519
606
  },
520
- "type": "Dropdown",
521
607
  "choices": [
522
608
  {
523
609
  "name": "Yes",
@@ -530,123 +616,46 @@
530
616
  ]
531
617
  },
532
618
  {
533
- "id": "activationCondition",
534
619
  "label": "Activation condition",
535
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
536
- "optional": true,
537
- "feel": "required",
538
- "group": "activation",
539
- "binding": {
540
- "name": "activationCondition",
541
- "type": "zeebe:property"
542
- },
543
- "type": "String"
544
- },
545
- {
546
- "id": "consumeUnmatchedEvents",
547
- "label": "Consume unmatched events",
548
- "value": true,
620
+ "type": "String",
549
621
  "group": "activation",
622
+ "feel": "required",
623
+ "optional": true,
550
624
  "binding": {
551
- "name": "consumeUnmatchedEvents",
552
- "type": "zeebe:property"
553
- },
554
- "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",
555
- "type": "Boolean"
556
- },
557
- {
558
- "id": "deduplicationModeManualFlag",
559
- "label": "Manual mode",
560
- "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
561
- "value": false,
562
- "group": "deduplication",
563
- "binding": {
564
- "name": "deduplicationModeManualFlag",
565
- "type": "zeebe:property"
566
- },
567
- "type": "Boolean"
568
- },
569
- {
570
- "id": "deduplicationId",
571
- "label": "Deduplication ID",
572
- "constraints": {
573
- "notEmpty": true,
574
- "pattern": {
575
- "value": "^[a-zA-Z0-9_-]+$",
576
- "message": "can only contain alphanumeric characters, dashes, and underscores"
577
- }
578
- },
579
- "group": "deduplication",
580
- "binding": {
581
- "name": "deduplicationId",
582
- "type": "zeebe:property"
583
- },
584
- "condition": {
585
- "property": "deduplicationModeManualFlag",
586
- "equals": true,
587
- "type": "simple"
588
- },
589
- "type": "String"
590
- },
591
- {
592
- "id": "deduplicationModeManual",
593
- "value": "MANUAL",
594
- "group": "deduplication",
595
- "binding": {
596
- "name": "deduplicationMode",
597
- "type": "zeebe:property"
598
- },
599
- "condition": {
600
- "property": "deduplicationId",
601
- "isActive": true,
602
- "type": "simple"
603
- },
604
- "type": "Hidden"
605
- },
606
- {
607
- "id": "deduplicationModeAuto",
608
- "value": "AUTO",
609
- "group": "deduplication",
610
- "binding": {
611
- "name": "deduplicationMode",
612
- "type": "zeebe:property"
613
- },
614
- "condition": {
615
- "property": "deduplicationId",
616
- "isActive": false,
617
- "type": "simple"
625
+ "type": "zeebe:property",
626
+ "name": "activationCondition"
618
627
  },
619
- "type": "Hidden"
628
+ "description": "Condition under which the connector triggers. Leave empty to catch all events"
620
629
  },
621
630
  {
622
- "id": "resultVariable",
623
631
  "label": "Result variable",
624
- "description": "Name of variable to store the response in",
625
- "group": "output",
632
+ "type": "String",
633
+ "group": "variable-mapping",
634
+ "optional": true,
626
635
  "binding": {
627
- "name": "resultVariable",
628
- "type": "zeebe:property"
636
+ "type": "zeebe:property",
637
+ "name": "resultVariable"
629
638
  },
630
- "type": "String"
639
+ "description": "Name of variable to store the result of the connector in"
631
640
  },
632
641
  {
633
- "id": "resultExpression",
634
642
  "label": "Result expression",
635
- "description": "Expression to map the response into process variables",
643
+ "type": "String",
644
+ "group": "variable-mapping",
636
645
  "feel": "required",
637
- "group": "output",
646
+ "optional": true,
638
647
  "binding": {
639
- "name": "resultExpression",
640
- "type": "zeebe:property"
648
+ "type": "zeebe:property",
649
+ "name": "resultExpression"
641
650
  },
642
- "type": "Text"
651
+ "description": "Expression to map the inbound payload to process variables"
643
652
  }
644
653
  ],
645
654
  "icon": {
646
- "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
655
+ "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"
647
656
  },
648
657
  "engines": {
649
- "camunda": "^8.6"
658
+ "camunda": "^8.2"
650
659
  }
651
660
  },
652
661
  {
@@ -654,8 +663,12 @@
654
663
  "name": "RabbitMQ Start Event Connector",
655
664
  "id": "io.camunda.connectors.inbound.RabbitMQ.StartEvent.v1",
656
665
  "description": "Receive a message from RabbitMQ",
666
+ "deprecated": {
667
+ "message": "None Start Events are deprecated in favor of Message Start Events for message based Connectors.",
668
+ "documentationRef": "https://docs.camunda.io/docs/components/modeler/bpmn/none-events/"
669
+ },
657
670
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
658
- "version": 6,
671
+ "version": 7,
659
672
  "category": {
660
673
  "id": "connectors",
661
674
  "name": "Connectors"
@@ -681,6 +694,11 @@
681
694
  "id": "activation",
682
695
  "label": "Activation"
683
696
  },
697
+ {
698
+ "id": "deduplication",
699
+ "label": "Deduplication",
700
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
701
+ },
684
702
  {
685
703
  "id": "output",
686
704
  "label": "Output mapping"
@@ -914,92 +932,168 @@
914
932
  "type": "String"
915
933
  },
916
934
  {
917
- "id": "resultVariable",
918
- "label": "Result variable",
919
- "description": "Name of variable to store the response in",
920
- "group": "output",
935
+ "id": "consumeUnmatchedEvents",
936
+ "label": "Consume unmatched events",
937
+ "value": true,
938
+ "group": "activation",
921
939
  "binding": {
922
- "name": "resultVariable",
940
+ "name": "consumeUnmatchedEvents",
923
941
  "type": "zeebe:property"
924
942
  },
925
- "type": "String"
943
+ "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",
944
+ "type": "Boolean"
926
945
  },
927
946
  {
928
- "id": "resultExpression",
929
- "label": "Result expression",
930
- "description": "Expression to map the response into process variables",
931
- "feel": "required",
932
- "group": "output",
947
+ "id": "deduplicationModeManualFlag",
948
+ "label": "Manual mode",
949
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
950
+ "value": false,
951
+ "group": "deduplication",
933
952
  "binding": {
934
- "name": "resultExpression",
953
+ "name": "deduplicationModeManualFlag",
935
954
  "type": "zeebe:property"
936
955
  },
937
- "type": "Text"
938
- }
939
- ],
940
- "icon": {
941
- "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
942
- },
943
- "engines": {
944
- "camunda": "^8.5"
945
- }
946
- },
947
- {
948
- "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
949
- "name": "RabbitMQ Start Event Connector",
950
- "id": "io.camunda.connectors.inbound.RabbitMQ.StartEvent.v1",
951
- "version": 3,
952
- "description": "Receive a message from RabbitMQ",
953
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
954
- "category": {
955
- "id": "connectors",
956
- "name": "Connectors"
957
- },
958
- "appliesTo": ["bpmn:StartEvent"],
959
- "elementType": {
960
- "value": "bpmn:StartEvent"
961
- },
962
- "groups": [
963
- {
964
- "id": "authentication",
965
- "label": "Authentication"
966
- },
967
- {
968
- "id": "routing",
969
- "label": "Routing"
970
- },
971
- {
972
- "id": "subscription",
973
- "label": "Subscription"
974
- },
975
- {
976
- "id": "activation",
977
- "label": "Activation"
956
+ "type": "Boolean"
978
957
  },
979
958
  {
980
- "id": "variable-mapping",
981
- "label": "Variable mapping"
982
- }
983
- ],
984
- "properties": [
959
+ "id": "deduplicationId",
960
+ "label": "Deduplication ID",
961
+ "constraints": {
962
+ "notEmpty": true,
963
+ "pattern": {
964
+ "value": "^[a-zA-Z0-9_-]+$",
965
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
966
+ }
967
+ },
968
+ "group": "deduplication",
969
+ "binding": {
970
+ "name": "deduplicationId",
971
+ "type": "zeebe:property"
972
+ },
973
+ "condition": {
974
+ "property": "deduplicationModeManualFlag",
975
+ "equals": true,
976
+ "type": "simple"
977
+ },
978
+ "type": "String"
979
+ },
980
+ {
981
+ "id": "deduplicationModeManual",
982
+ "value": "MANUAL",
983
+ "group": "deduplication",
984
+ "binding": {
985
+ "name": "deduplicationMode",
986
+ "type": "zeebe:property"
987
+ },
988
+ "condition": {
989
+ "property": "deduplicationId",
990
+ "isActive": true,
991
+ "type": "simple"
992
+ },
993
+ "type": "Hidden"
994
+ },
995
+ {
996
+ "id": "deduplicationModeAuto",
997
+ "value": "AUTO",
998
+ "group": "deduplication",
999
+ "binding": {
1000
+ "name": "deduplicationMode",
1001
+ "type": "zeebe:property"
1002
+ },
1003
+ "condition": {
1004
+ "property": "deduplicationId",
1005
+ "isActive": false,
1006
+ "type": "simple"
1007
+ },
1008
+ "type": "Hidden"
1009
+ },
1010
+ {
1011
+ "id": "resultVariable",
1012
+ "label": "Result variable",
1013
+ "description": "Name of variable to store the response in",
1014
+ "group": "output",
1015
+ "binding": {
1016
+ "name": "resultVariable",
1017
+ "type": "zeebe:property"
1018
+ },
1019
+ "type": "String"
1020
+ },
1021
+ {
1022
+ "id": "resultExpression",
1023
+ "label": "Result expression",
1024
+ "description": "Expression to map the response into process variables",
1025
+ "feel": "required",
1026
+ "group": "output",
1027
+ "binding": {
1028
+ "name": "resultExpression",
1029
+ "type": "zeebe:property"
1030
+ },
1031
+ "type": "Text"
1032
+ }
1033
+ ],
1034
+ "icon": {
1035
+ "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
1036
+ },
1037
+ "engines": {
1038
+ "camunda": "^8.6"
1039
+ }
1040
+ },
1041
+ {
1042
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1043
+ "name": "RabbitMQ Start Event Connector",
1044
+ "id": "io.camunda.connectors.inbound.RabbitMQ.StartEvent.v1",
1045
+ "description": "Receive a message from RabbitMQ",
1046
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
1047
+ "version": 6,
1048
+ "category": {
1049
+ "id": "connectors",
1050
+ "name": "Connectors"
1051
+ },
1052
+ "appliesTo": ["bpmn:StartEvent"],
1053
+ "elementType": {
1054
+ "value": "bpmn:StartEvent"
1055
+ },
1056
+ "groups": [
1057
+ {
1058
+ "id": "authentication",
1059
+ "label": "Authentication"
1060
+ },
1061
+ {
1062
+ "id": "routing",
1063
+ "label": "Routing"
1064
+ },
1065
+ {
1066
+ "id": "subscription",
1067
+ "label": "Subscription"
1068
+ },
1069
+ {
1070
+ "id": "activation",
1071
+ "label": "Activation"
1072
+ },
1073
+ {
1074
+ "id": "output",
1075
+ "label": "Output mapping"
1076
+ }
1077
+ ],
1078
+ "properties": [
985
1079
  {
986
- "type": "Hidden",
987
1080
  "value": "io.camunda:connector-rabbitmq-inbound:1",
988
1081
  "binding": {
989
- "type": "zeebe:property",
990
- "name": "inbound.type"
991
- }
1082
+ "name": "inbound.type",
1083
+ "type": "zeebe:property"
1084
+ },
1085
+ "type": "Hidden"
992
1086
  },
993
1087
  {
994
- "id": "connectionType",
1088
+ "id": "authentication.authType",
995
1089
  "label": "Connection type",
996
- "group": "authentication",
997
- "type": "Dropdown",
998
1090
  "value": "uri",
1091
+ "group": "authentication",
999
1092
  "binding": {
1000
- "type": "zeebe:property",
1001
- "name": "authentication.authType"
1093
+ "name": "authentication.authType",
1094
+ "type": "zeebe:property"
1002
1095
  },
1096
+ "type": "Dropdown",
1003
1097
  "choices": [
1004
1098
  {
1005
1099
  "name": "URI",
@@ -1012,154 +1106,178 @@
1012
1106
  ]
1013
1107
  },
1014
1108
  {
1109
+ "id": "authentication.uri",
1015
1110
  "label": "URI",
1016
1111
  "description": "URI should contain username, password, host name, port number, and virtual host",
1017
- "group": "authentication",
1018
- "type": "String",
1019
- "binding": {
1020
- "type": "zeebe:property",
1021
- "name": "authentication.uri"
1022
- },
1112
+ "optional": false,
1023
1113
  "constraints": {
1024
1114
  "notEmpty": true,
1025
1115
  "pattern": {
1026
- "value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*",
1116
+ "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
1027
1117
  "message": "Must start with amqp(s):// or contain a secret reference"
1028
1118
  }
1029
1119
  },
1120
+ "group": "authentication",
1121
+ "binding": {
1122
+ "name": "authentication.uri",
1123
+ "type": "zeebe:property"
1124
+ },
1030
1125
  "condition": {
1031
- "property": "connectionType",
1032
- "equals": "uri"
1033
- }
1126
+ "property": "authentication.authType",
1127
+ "equals": "uri",
1128
+ "type": "simple"
1129
+ },
1130
+ "type": "String"
1034
1131
  },
1035
1132
  {
1133
+ "id": "authentication.userName",
1036
1134
  "label": "Username",
1037
- "group": "authentication",
1038
- "type": "String",
1039
- "binding": {
1040
- "type": "zeebe:property",
1041
- "name": "authentication.userName"
1042
- },
1135
+ "optional": false,
1043
1136
  "constraints": {
1044
1137
  "notEmpty": true
1045
1138
  },
1139
+ "group": "authentication",
1140
+ "binding": {
1141
+ "name": "authentication.userName",
1142
+ "type": "zeebe:property"
1143
+ },
1046
1144
  "condition": {
1047
- "property": "connectionType",
1048
- "equals": "credentials"
1049
- }
1145
+ "property": "authentication.authType",
1146
+ "equals": "credentials",
1147
+ "type": "simple"
1148
+ },
1149
+ "type": "String"
1050
1150
  },
1051
1151
  {
1152
+ "id": "authentication.password",
1052
1153
  "label": "Password",
1154
+ "optional": false,
1155
+ "constraints": {
1156
+ "notEmpty": true
1157
+ },
1053
1158
  "group": "authentication",
1054
- "type": "String",
1055
1159
  "binding": {
1056
- "type": "zeebe:property",
1057
- "name": "authentication.password"
1160
+ "name": "authentication.password",
1161
+ "type": "zeebe:property"
1058
1162
  },
1163
+ "condition": {
1164
+ "property": "authentication.authType",
1165
+ "equals": "credentials",
1166
+ "type": "simple"
1167
+ },
1168
+ "type": "String"
1169
+ },
1170
+ {
1171
+ "id": "routing.virtualHost",
1172
+ "label": "Virtual host",
1173
+ "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>",
1174
+ "optional": false,
1059
1175
  "constraints": {
1060
1176
  "notEmpty": true
1061
1177
  },
1178
+ "group": "routing",
1179
+ "binding": {
1180
+ "name": "routing.virtualHost",
1181
+ "type": "zeebe:property"
1182
+ },
1062
1183
  "condition": {
1063
- "property": "connectionType",
1064
- "equals": "credentials"
1065
- }
1184
+ "property": "authentication.authType",
1185
+ "equals": "credentials",
1186
+ "type": "simple"
1187
+ },
1188
+ "type": "String"
1066
1189
  },
1067
1190
  {
1191
+ "id": "routing.hostName",
1068
1192
  "label": "Host name",
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>",
1070
- "group": "routing",
1071
- "type": "String",
1072
- "binding": {
1073
- "type": "zeebe:property",
1074
- "name": "routing.hostName"
1075
- },
1193
+ "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>",
1194
+ "optional": false,
1076
1195
  "constraints": {
1077
1196
  "notEmpty": true
1078
1197
  },
1079
- "condition": {
1080
- "property": "connectionType",
1081
- "equals": "credentials"
1082
- }
1083
- },
1084
- {
1085
- "label": "Virtual host",
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>",
1087
1198
  "group": "routing",
1088
- "type": "String",
1089
1199
  "binding": {
1090
- "type": "zeebe:property",
1091
- "name": "routing.virtualHost"
1092
- },
1093
- "constraints": {
1094
- "notEmpty": true
1200
+ "name": "routing.hostName",
1201
+ "type": "zeebe:property"
1095
1202
  },
1096
1203
  "condition": {
1097
- "property": "connectionType",
1098
- "equals": "credentials"
1099
- }
1204
+ "property": "authentication.authType",
1205
+ "equals": "credentials",
1206
+ "type": "simple"
1207
+ },
1208
+ "type": "String"
1100
1209
  },
1101
1210
  {
1211
+ "id": "routing.port",
1102
1212
  "label": "Port",
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>",
1104
- "group": "routing",
1105
- "type": "String",
1106
- "binding": {
1107
- "type": "zeebe:property",
1108
- "name": "routing.port"
1109
- },
1213
+ "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>",
1214
+ "optional": false,
1110
1215
  "constraints": {
1111
1216
  "notEmpty": true
1112
1217
  },
1218
+ "group": "routing",
1219
+ "binding": {
1220
+ "name": "routing.port",
1221
+ "type": "zeebe:property"
1222
+ },
1113
1223
  "condition": {
1114
- "property": "connectionType",
1115
- "equals": "credentials"
1116
- }
1224
+ "property": "authentication.authType",
1225
+ "equals": "credentials",
1226
+ "type": "simple"
1227
+ },
1228
+ "type": "String"
1117
1229
  },
1118
1230
  {
1231
+ "id": "queueName",
1119
1232
  "label": "Queue name",
1120
1233
  "description": "Name of the queue to subscribe to",
1234
+ "optional": false,
1235
+ "constraints": {
1236
+ "notEmpty": true
1237
+ },
1121
1238
  "group": "subscription",
1122
- "type": "String",
1123
- "feel": "optional",
1124
1239
  "binding": {
1125
- "type": "zeebe:property",
1126
- "name": "queueName"
1240
+ "name": "queueName",
1241
+ "type": "zeebe:property"
1127
1242
  },
1128
- "constraints": {
1129
- "notEmpty": true
1130
- }
1243
+ "type": "String"
1131
1244
  },
1132
1245
  {
1246
+ "id": "consumerTag",
1133
1247
  "label": "Consumer tag",
1134
1248
  "description": "Consumer tag to use for the subscription",
1249
+ "optional": false,
1135
1250
  "group": "subscription",
1136
- "type": "String",
1137
- "feel": "optional",
1138
1251
  "binding": {
1139
- "type": "zeebe:property",
1140
- "name": "consumerTag"
1141
- }
1252
+ "name": "consumerTag",
1253
+ "type": "zeebe:property"
1254
+ },
1255
+ "type": "String"
1142
1256
  },
1143
1257
  {
1258
+ "id": "arguments",
1144
1259
  "label": "Arguments",
1145
1260
  "description": "Arguments to use for the subscription",
1146
- "group": "subscription",
1147
- "type": "String",
1261
+ "optional": true,
1148
1262
  "feel": "required",
1263
+ "group": "subscription",
1149
1264
  "binding": {
1150
- "type": "zeebe:property",
1151
- "name": "arguments"
1152
- }
1265
+ "name": "arguments",
1266
+ "type": "zeebe:property"
1267
+ },
1268
+ "type": "String"
1153
1269
  },
1154
1270
  {
1271
+ "id": "exclusive",
1155
1272
  "label": "Exclusive consumer",
1156
- "group": "subscription",
1157
- "type": "Dropdown",
1273
+ "optional": false,
1158
1274
  "value": "false",
1275
+ "group": "subscription",
1159
1276
  "binding": {
1160
- "type": "zeebe:property",
1161
- "name": "exclusive"
1277
+ "name": "exclusive",
1278
+ "type": "zeebe:property"
1162
1279
  },
1280
+ "type": "Dropdown",
1163
1281
  "choices": [
1164
1282
  {
1165
1283
  "name": "Yes",
@@ -1172,55 +1290,56 @@
1172
1290
  ]
1173
1291
  },
1174
1292
  {
1293
+ "id": "activationCondition",
1175
1294
  "label": "Activation condition",
1176
- "type": "String",
1177
- "group": "activation",
1178
- "feel": "required",
1295
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
1179
1296
  "optional": true,
1297
+ "feel": "required",
1298
+ "group": "activation",
1180
1299
  "binding": {
1181
- "type": "zeebe:property",
1182
- "name": "activationCondition"
1300
+ "name": "activationCondition",
1301
+ "type": "zeebe:property"
1183
1302
  },
1184
- "description": "Condition under which the connector triggers. Leave empty to catch all events"
1303
+ "type": "String"
1185
1304
  },
1186
1305
  {
1306
+ "id": "resultVariable",
1187
1307
  "label": "Result variable",
1188
- "type": "String",
1189
- "group": "variable-mapping",
1190
- "optional": true,
1308
+ "description": "Name of variable to store the response in",
1309
+ "group": "output",
1191
1310
  "binding": {
1192
- "type": "zeebe:property",
1193
- "name": "resultVariable"
1311
+ "name": "resultVariable",
1312
+ "type": "zeebe:property"
1194
1313
  },
1195
- "description": "Name of variable to store the result of the connector in"
1314
+ "type": "String"
1196
1315
  },
1197
1316
  {
1317
+ "id": "resultExpression",
1198
1318
  "label": "Result expression",
1199
- "type": "String",
1200
- "group": "variable-mapping",
1319
+ "description": "Expression to map the response into process variables",
1201
1320
  "feel": "required",
1202
- "optional": true,
1321
+ "group": "output",
1203
1322
  "binding": {
1204
- "type": "zeebe:property",
1205
- "name": "resultExpression"
1323
+ "name": "resultExpression",
1324
+ "type": "zeebe:property"
1206
1325
  },
1207
- "description": "Expression to map the inbound payload to process variables"
1326
+ "type": "Text"
1208
1327
  }
1209
1328
  ],
1210
1329
  "icon": {
1211
- "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"
1330
+ "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
1212
1331
  },
1213
1332
  "engines": {
1214
- "camunda": "^8.2"
1333
+ "camunda": "^8.5"
1215
1334
  }
1216
1335
  },
1217
1336
  {
1218
1337
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1219
- "name": "RabbitMQ connector",
1338
+ "name": "RabbitMQ Start Event Connector",
1220
1339
  "id": "io.camunda.connectors.inbound.RabbitMQ.StartEvent.v1",
1221
- "version": 1,
1340
+ "version": 3,
1222
1341
  "description": "Receive a message from RabbitMQ",
1223
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
1342
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
1224
1343
  "category": {
1225
1344
  "id": "connectors",
1226
1345
  "name": "Connectors"
@@ -1293,7 +1412,7 @@
1293
1412
  "constraints": {
1294
1413
  "notEmpty": true,
1295
1414
  "pattern": {
1296
- "value": "^(amqps?://)|(secrets).*",
1415
+ "value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*",
1297
1416
  "message": "Must start with amqp(s):// or contain a secret reference"
1298
1417
  }
1299
1418
  },
@@ -1336,7 +1455,7 @@
1336
1455
  },
1337
1456
  {
1338
1457
  "label": "Host name",
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>",
1458
+ "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>",
1340
1459
  "group": "routing",
1341
1460
  "type": "String",
1342
1461
  "binding": {
@@ -1353,7 +1472,7 @@
1353
1472
  },
1354
1473
  {
1355
1474
  "label": "Virtual host",
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>",
1475
+ "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>",
1357
1476
  "group": "routing",
1358
1477
  "type": "String",
1359
1478
  "binding": {
@@ -1370,7 +1489,7 @@
1370
1489
  },
1371
1490
  {
1372
1491
  "label": "Port",
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>",
1492
+ "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>",
1374
1493
  "group": "routing",
1375
1494
  "type": "String",
1376
1495
  "binding": {
@@ -1486,15 +1605,11 @@
1486
1605
  },
1487
1606
  {
1488
1607
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1489
- "name": "RabbitMQ Start Event Connector",
1608
+ "name": "RabbitMQ connector",
1490
1609
  "id": "io.camunda.connectors.inbound.RabbitMQ.StartEvent.v1",
1610
+ "version": 1,
1491
1611
  "description": "Receive a message from RabbitMQ",
1492
- "deprecated": {
1493
- "message": "None Start Events are deprecated in favor of Message Start Events for message based Connectors.",
1494
- "documentationRef": "https://docs.camunda.io/docs/components/modeler/bpmn/none-events/"
1495
- },
1496
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
1497
- "version": 8,
1612
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
1498
1613
  "category": {
1499
1614
  "id": "connectors",
1500
1615
  "name": "Connectors"
@@ -1503,9 +1618,6 @@
1503
1618
  "elementType": {
1504
1619
  "value": "bpmn:StartEvent"
1505
1620
  },
1506
- "engines": {
1507
- "camunda": "^8.6"
1508
- },
1509
1621
  "groups": [
1510
1622
  {
1511
1623
  "id": "authentication",
@@ -1524,34 +1636,29 @@
1524
1636
  "label": "Activation"
1525
1637
  },
1526
1638
  {
1527
- "id": "deduplication",
1528
- "label": "Deduplication",
1529
- "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
1530
- },
1531
- {
1532
- "id": "output",
1533
- "label": "Output mapping"
1639
+ "id": "variable-mapping",
1640
+ "label": "Variable mapping"
1534
1641
  }
1535
1642
  ],
1536
1643
  "properties": [
1537
1644
  {
1645
+ "type": "Hidden",
1538
1646
  "value": "io.camunda:connector-rabbitmq-inbound:1",
1539
1647
  "binding": {
1540
- "name": "inbound.type",
1541
- "type": "zeebe:property"
1542
- },
1543
- "type": "Hidden"
1648
+ "type": "zeebe:property",
1649
+ "name": "inbound.type"
1650
+ }
1544
1651
  },
1545
1652
  {
1546
- "id": "authentication.authType",
1653
+ "id": "connectionType",
1547
1654
  "label": "Connection type",
1548
- "value": "uri",
1549
1655
  "group": "authentication",
1656
+ "type": "Dropdown",
1657
+ "value": "uri",
1550
1658
  "binding": {
1551
- "name": "authentication.authType",
1552
- "type": "zeebe:property"
1659
+ "type": "zeebe:property",
1660
+ "name": "authentication.authType"
1553
1661
  },
1554
- "type": "Dropdown",
1555
1662
  "choices": [
1556
1663
  {
1557
1664
  "name": "URI",
@@ -1564,178 +1671,154 @@
1564
1671
  ]
1565
1672
  },
1566
1673
  {
1567
- "id": "authentication.uri",
1568
1674
  "label": "URI",
1569
1675
  "description": "URI should contain username, password, host name, port number, and virtual host",
1570
- "optional": false,
1676
+ "group": "authentication",
1677
+ "type": "String",
1678
+ "binding": {
1679
+ "type": "zeebe:property",
1680
+ "name": "authentication.uri"
1681
+ },
1571
1682
  "constraints": {
1572
1683
  "notEmpty": true,
1573
1684
  "pattern": {
1574
- "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
1685
+ "value": "^(amqps?://)|(secrets).*",
1575
1686
  "message": "Must start with amqp(s):// or contain a secret reference"
1576
1687
  }
1577
1688
  },
1578
- "group": "authentication",
1579
- "binding": {
1580
- "name": "authentication.uri",
1581
- "type": "zeebe:property"
1582
- },
1583
1689
  "condition": {
1584
- "property": "authentication.authType",
1585
- "equals": "uri",
1586
- "type": "simple"
1587
- },
1588
- "type": "String"
1690
+ "property": "connectionType",
1691
+ "equals": "uri"
1692
+ }
1589
1693
  },
1590
1694
  {
1591
- "id": "authentication.userName",
1592
1695
  "label": "Username",
1593
- "optional": false,
1594
- "constraints": {
1595
- "notEmpty": true
1596
- },
1597
1696
  "group": "authentication",
1697
+ "type": "String",
1598
1698
  "binding": {
1599
- "name": "authentication.userName",
1600
- "type": "zeebe:property"
1601
- },
1602
- "condition": {
1603
- "property": "authentication.authType",
1604
- "equals": "credentials",
1605
- "type": "simple"
1699
+ "type": "zeebe:property",
1700
+ "name": "authentication.userName"
1606
1701
  },
1607
- "type": "String"
1608
- },
1609
- {
1610
- "id": "authentication.password",
1611
- "label": "Password",
1612
- "optional": false,
1613
1702
  "constraints": {
1614
- "notEmpty": true
1615
- },
1616
- "group": "authentication",
1617
- "binding": {
1618
- "name": "authentication.password",
1619
- "type": "zeebe:property"
1703
+ "notEmpty": true
1620
1704
  },
1621
1705
  "condition": {
1622
- "property": "authentication.authType",
1623
- "equals": "credentials",
1624
- "type": "simple"
1625
- },
1626
- "type": "String"
1706
+ "property": "connectionType",
1707
+ "equals": "credentials"
1708
+ }
1627
1709
  },
1628
1710
  {
1629
- "id": "routing.virtualHost",
1630
- "label": "Virtual host",
1631
- "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>",
1632
- "optional": false,
1711
+ "label": "Password",
1712
+ "group": "authentication",
1713
+ "type": "String",
1714
+ "binding": {
1715
+ "type": "zeebe:property",
1716
+ "name": "authentication.password"
1717
+ },
1633
1718
  "constraints": {
1634
1719
  "notEmpty": true
1635
1720
  },
1636
- "group": "routing",
1637
- "binding": {
1638
- "name": "routing.virtualHost",
1639
- "type": "zeebe:property"
1640
- },
1641
1721
  "condition": {
1642
- "property": "authentication.authType",
1643
- "equals": "credentials",
1644
- "type": "simple"
1645
- },
1646
- "type": "String"
1722
+ "property": "connectionType",
1723
+ "equals": "credentials"
1724
+ }
1647
1725
  },
1648
1726
  {
1649
- "id": "routing.hostName",
1650
1727
  "label": "Host name",
1651
- "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>",
1652
- "optional": false,
1728
+ "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>",
1729
+ "group": "routing",
1730
+ "type": "String",
1731
+ "binding": {
1732
+ "type": "zeebe:property",
1733
+ "name": "routing.hostName"
1734
+ },
1653
1735
  "constraints": {
1654
1736
  "notEmpty": true
1655
1737
  },
1738
+ "condition": {
1739
+ "property": "connectionType",
1740
+ "equals": "credentials"
1741
+ }
1742
+ },
1743
+ {
1744
+ "label": "Virtual host",
1745
+ "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>",
1656
1746
  "group": "routing",
1747
+ "type": "String",
1657
1748
  "binding": {
1658
- "name": "routing.hostName",
1659
- "type": "zeebe:property"
1749
+ "type": "zeebe:property",
1750
+ "name": "routing.virtualHost"
1660
1751
  },
1661
- "condition": {
1662
- "property": "authentication.authType",
1663
- "equals": "credentials",
1664
- "type": "simple"
1752
+ "constraints": {
1753
+ "notEmpty": true
1665
1754
  },
1666
- "type": "String"
1755
+ "condition": {
1756
+ "property": "connectionType",
1757
+ "equals": "credentials"
1758
+ }
1667
1759
  },
1668
1760
  {
1669
- "id": "routing.port",
1670
1761
  "label": "Port",
1671
- "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>",
1672
- "optional": false,
1673
- "constraints": {
1674
- "notEmpty": true
1675
- },
1762
+ "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>",
1676
1763
  "group": "routing",
1764
+ "type": "String",
1677
1765
  "binding": {
1678
- "name": "routing.port",
1679
- "type": "zeebe:property"
1766
+ "type": "zeebe:property",
1767
+ "name": "routing.port"
1680
1768
  },
1681
- "condition": {
1682
- "property": "authentication.authType",
1683
- "equals": "credentials",
1684
- "type": "simple"
1769
+ "constraints": {
1770
+ "notEmpty": true
1685
1771
  },
1686
- "type": "String"
1772
+ "condition": {
1773
+ "property": "connectionType",
1774
+ "equals": "credentials"
1775
+ }
1687
1776
  },
1688
1777
  {
1689
- "id": "queueName",
1690
1778
  "label": "Queue name",
1691
1779
  "description": "Name of the queue to subscribe to",
1692
- "optional": false,
1693
- "constraints": {
1694
- "notEmpty": true
1695
- },
1696
1780
  "group": "subscription",
1781
+ "type": "String",
1782
+ "feel": "optional",
1697
1783
  "binding": {
1698
- "name": "queueName",
1699
- "type": "zeebe:property"
1784
+ "type": "zeebe:property",
1785
+ "name": "queueName"
1700
1786
  },
1701
- "type": "String"
1787
+ "constraints": {
1788
+ "notEmpty": true
1789
+ }
1702
1790
  },
1703
1791
  {
1704
- "id": "consumerTag",
1705
1792
  "label": "Consumer tag",
1706
1793
  "description": "Consumer tag to use for the subscription",
1707
- "optional": false,
1708
1794
  "group": "subscription",
1795
+ "type": "String",
1796
+ "feel": "optional",
1709
1797
  "binding": {
1710
- "name": "consumerTag",
1711
- "type": "zeebe:property"
1712
- },
1713
- "type": "String"
1798
+ "type": "zeebe:property",
1799
+ "name": "consumerTag"
1800
+ }
1714
1801
  },
1715
1802
  {
1716
- "id": "arguments",
1717
1803
  "label": "Arguments",
1718
1804
  "description": "Arguments to use for the subscription",
1719
- "optional": true,
1720
- "feel": "required",
1721
1805
  "group": "subscription",
1806
+ "type": "String",
1807
+ "feel": "required",
1722
1808
  "binding": {
1723
- "name": "arguments",
1724
- "type": "zeebe:property"
1725
- },
1726
- "type": "String"
1809
+ "type": "zeebe:property",
1810
+ "name": "arguments"
1811
+ }
1727
1812
  },
1728
1813
  {
1729
- "id": "exclusive",
1730
1814
  "label": "Exclusive consumer",
1731
- "optional": false,
1732
- "value": "false",
1733
1815
  "group": "subscription",
1816
+ "type": "Dropdown",
1817
+ "value": "false",
1734
1818
  "binding": {
1735
- "name": "exclusive",
1736
- "type": "zeebe:property"
1819
+ "type": "zeebe:property",
1820
+ "name": "exclusive"
1737
1821
  },
1738
- "type": "Dropdown",
1739
1822
  "choices": [
1740
1823
  {
1741
1824
  "name": "Yes",
@@ -1748,120 +1831,46 @@
1748
1831
  ]
1749
1832
  },
1750
1833
  {
1751
- "id": "activationCondition",
1752
1834
  "label": "Activation condition",
1753
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
1754
- "optional": true,
1755
- "feel": "required",
1756
- "group": "activation",
1757
- "binding": {
1758
- "name": "activationCondition",
1759
- "type": "zeebe:property"
1760
- },
1761
- "type": "String"
1762
- },
1763
- {
1764
- "id": "consumeUnmatchedEvents",
1765
- "label": "Consume unmatched events",
1766
- "value": true,
1835
+ "type": "String",
1767
1836
  "group": "activation",
1837
+ "feel": "required",
1838
+ "optional": true,
1768
1839
  "binding": {
1769
- "name": "consumeUnmatchedEvents",
1770
- "type": "zeebe:property"
1771
- },
1772
- "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",
1773
- "type": "Boolean"
1774
- },
1775
- {
1776
- "id": "deduplicationModeManualFlag",
1777
- "label": "Manual mode",
1778
- "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
1779
- "value": false,
1780
- "group": "deduplication",
1781
- "binding": {
1782
- "name": "deduplicationModeManualFlag",
1783
- "type": "zeebe:property"
1784
- },
1785
- "type": "Boolean"
1786
- },
1787
- {
1788
- "id": "deduplicationId",
1789
- "label": "Deduplication ID",
1790
- "constraints": {
1791
- "notEmpty": true,
1792
- "pattern": {
1793
- "value": "^[a-zA-Z0-9_-]+$",
1794
- "message": "can only contain alphanumeric characters, dashes, and underscores"
1795
- }
1796
- },
1797
- "group": "deduplication",
1798
- "binding": {
1799
- "name": "deduplicationId",
1800
- "type": "zeebe:property"
1801
- },
1802
- "condition": {
1803
- "property": "deduplicationModeManualFlag",
1804
- "equals": true,
1805
- "type": "simple"
1806
- },
1807
- "type": "String"
1808
- },
1809
- {
1810
- "id": "deduplicationModeManual",
1811
- "value": "MANUAL",
1812
- "group": "deduplication",
1813
- "binding": {
1814
- "name": "deduplicationMode",
1815
- "type": "zeebe:property"
1816
- },
1817
- "condition": {
1818
- "property": "deduplicationId",
1819
- "isActive": true,
1820
- "type": "simple"
1821
- },
1822
- "type": "Hidden"
1823
- },
1824
- {
1825
- "id": "deduplicationModeAuto",
1826
- "value": "AUTO",
1827
- "group": "deduplication",
1828
- "binding": {
1829
- "name": "deduplicationMode",
1830
- "type": "zeebe:property"
1831
- },
1832
- "condition": {
1833
- "property": "deduplicationId",
1834
- "isActive": false,
1835
- "type": "simple"
1840
+ "type": "zeebe:property",
1841
+ "name": "activationCondition"
1836
1842
  },
1837
- "type": "Hidden"
1843
+ "description": "Condition under which the connector triggers. Leave empty to catch all events"
1838
1844
  },
1839
1845
  {
1840
- "id": "resultVariable",
1841
1846
  "label": "Result variable",
1842
- "description": "Name of variable to store the response in",
1843
- "group": "output",
1847
+ "type": "String",
1848
+ "group": "variable-mapping",
1849
+ "optional": true,
1844
1850
  "binding": {
1845
- "name": "resultVariable",
1846
- "type": "zeebe:property"
1851
+ "type": "zeebe:property",
1852
+ "name": "resultVariable"
1847
1853
  },
1848
- "type": "String"
1854
+ "description": "Name of variable to store the result of the connector in"
1849
1855
  },
1850
1856
  {
1851
- "id": "resultExpression",
1852
1857
  "label": "Result expression",
1853
- "description": "Expression to map the response into process variables",
1858
+ "type": "String",
1859
+ "group": "variable-mapping",
1854
1860
  "feel": "required",
1855
- "group": "output",
1861
+ "optional": true,
1856
1862
  "binding": {
1857
- "name": "resultExpression",
1858
- "type": "zeebe:property"
1863
+ "type": "zeebe:property",
1864
+ "name": "resultExpression"
1859
1865
  },
1860
- "type": "Text"
1866
+ "description": "Expression to map the inbound payload to process variables"
1861
1867
  }
1862
1868
  ],
1863
1869
  "icon": {
1864
- "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
1870
+ "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"
1871
+ },
1872
+ "engines": {
1873
+ "camunda": "^8.2"
1865
1874
  }
1866
1875
  }
1867
1876
  ]