@camunda/connectors-element-templates 1.0.16 → 1.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (124) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -0
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +3 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +9 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +9 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +9 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +9 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +36 -39
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3769 -28
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6979 -3299
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +469 -471
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +484 -486
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1756 -1752
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +788 -51
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1412 -1412
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +376 -11
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +408 -9
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +322 -5
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +316 -311
  29. package/src/element-templates/aws-lambda-outbound-connector.json +305 -301
  30. package/src/element-templates/aws-s3-outbound-connector.json +656 -15
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
  32. package/src/element-templates/aws-sns-inbound-boundary.json +422 -415
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +330 -323
  34. package/src/element-templates/aws-sns-inbound-message-start.json +348 -341
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
  37. package/src/element-templates/aws-sns-outbound-connector.json +593 -589
  38. package/src/element-templates/aws-sqs-boundary-connector.json +642 -638
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +588 -584
  40. package/src/element-templates/aws-sqs-outbound-connector.json +748 -746
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +408 -400
  43. package/src/element-templates/aws-sqs-start-message.json +465 -461
  44. package/src/element-templates/aws-textract-outbound-connector.json +298 -294
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +598 -53
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +39 -31
  50. package/src/element-templates/easy-post-connector.json +1017 -49
  51. package/src/element-templates/email-inbound-connector-boundary.json +32 -24
  52. package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +45 -37
  55. package/src/element-templates/email-outbound-connector.json +2129 -256
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12447 -5385
  58. package/src/element-templates/github-webhook-connector-boundary.json +11 -13
  59. package/src/element-templates/github-webhook-connector-intermediate.json +55 -57
  60. package/src/element-templates/github-webhook-connector-message-start.json +19 -21
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +62 -64
  63. package/src/element-templates/gitlab-connector.json +2974 -1342
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +882 -262
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1048 -19
  68. package/src/element-templates/google-sheets-outbound-connector.json +2961 -1967
  69. package/src/element-templates/graphql-outbound-connector.json +1780 -1193
  70. package/src/element-templates/http-json-connector.json +2832 -2168
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +953 -277
  72. package/src/element-templates/http-polling-connector.json +1642 -966
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +432 -5
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +21 -12
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +581 -572
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +150 -141
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +436 -430
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +165 -13
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +165 -13
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +178 -26
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5616 -1607
  87. package/src/element-templates/openai-connector.json +608 -145
  88. package/src/element-templates/operate-connector.json +1218 -66
  89. package/src/element-templates/power-automate-connector.json +602 -10
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +799 -790
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +914 -905
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +477 -468
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +754 -745
  95. package/src/element-templates/rabbitmq-outbound-connector.json +875 -869
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +583 -39
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +1406 -798
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +639 -341
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +678 -348
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +332 -327
  110. package/src/element-templates/slack-outbound-connector.json +3313 -919
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1521 -41
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +35 -26
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +38 -29
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +607 -15
  119. package/src/element-templates/webhook-connector-boundary.json +1986 -1331
  120. package/src/element-templates/webhook-connector-intermediate.json +2193 -1538
  121. package/src/element-templates/webhook-connector-receive.json +654 -0
  122. package/src/element-templates/webhook-connector-start-event.json +1261 -700
  123. package/src/element-templates/webhook-connector-start-message.json +1754 -1067
  124. package/src/element-templates/whatsapp-connector.json +339 -5
@@ -1,11 +1,20 @@
1
1
  [
2
2
  {
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
- "name": "RabbitMQ connector",
4
+ "name": "RabbitMQ Outbound Connector",
5
5
  "id": "io.camunda.connectors.RabbitMQ.v1",
6
6
  "description": "Send message to RabbitMQ",
7
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/",
8
- "version": 2,
7
+ "keywords": [
8
+ "publish message",
9
+ "send message",
10
+ "message queue",
11
+ "AMQP",
12
+ "produce event",
13
+ "message broker",
14
+ "queue"
15
+ ],
16
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound",
17
+ "version": 6,
9
18
  "category": {
10
19
  "id": "connectors",
11
20
  "name": "Connectors"
@@ -14,6 +23,9 @@
14
23
  "elementType": {
15
24
  "value": "bpmn:ServiceTask"
16
25
  },
26
+ "engines": {
27
+ "camunda": "^8.3"
28
+ },
17
29
  "groups": [
18
30
  {
19
31
  "id": "authentication",
@@ -27,34 +39,42 @@
27
39
  "id": "message",
28
40
  "label": "Message"
29
41
  },
42
+ {
43
+ "id": "connector",
44
+ "label": "Connector"
45
+ },
30
46
  {
31
47
  "id": "output",
32
48
  "label": "Output mapping"
33
49
  },
34
50
  {
35
- "id": "errors",
51
+ "id": "error",
36
52
  "label": "Error handling"
53
+ },
54
+ {
55
+ "id": "retries",
56
+ "label": "Retries"
37
57
  }
38
58
  ],
39
59
  "properties": [
40
60
  {
41
- "type": "Hidden",
42
61
  "value": "io.camunda:connector-rabbitmq:1",
43
62
  "binding": {
44
- "type": "zeebe:taskDefinition",
45
- "property": "type"
46
- }
63
+ "property": "type",
64
+ "type": "zeebe:taskDefinition"
65
+ },
66
+ "type": "Hidden"
47
67
  },
48
68
  {
49
- "id": "connectionType",
69
+ "id": "authentication.authType",
50
70
  "label": "Connection type",
51
- "group": "authentication",
52
- "type": "Dropdown",
53
71
  "value": "uri",
72
+ "group": "authentication",
54
73
  "binding": {
55
- "type": "zeebe:input",
56
- "name": "authentication.authType"
74
+ "name": "authentication.authType",
75
+ "type": "zeebe:input"
57
76
  },
77
+ "type": "Dropdown",
58
78
  "choices": [
59
79
  {
60
80
  "name": "URI",
@@ -67,210 +87,291 @@
67
87
  ]
68
88
  },
69
89
  {
90
+ "id": "authentication.uri",
70
91
  "label": "URI",
71
92
  "description": "URI should contain username, password, host name, port number, and virtual host",
72
- "group": "authentication",
73
- "type": "String",
74
- "binding": {
75
- "type": "zeebe:input",
76
- "name": "authentication.uri"
77
- },
93
+ "optional": false,
78
94
  "constraints": {
79
95
  "notEmpty": true,
80
96
  "pattern": {
81
- "value": "^(=|(amqps?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
97
+ "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
82
98
  "message": "Must start with amqp(s):// or contain a secret reference"
83
99
  }
84
100
  },
101
+ "feel": "optional",
102
+ "group": "authentication",
103
+ "binding": {
104
+ "name": "authentication.uri",
105
+ "type": "zeebe:input"
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:input",
96
- "name": "authentication.userName"
97
- },
117
+ "optional": false,
98
118
  "constraints": {
99
119
  "notEmpty": true
100
120
  },
121
+ "feel": "optional",
122
+ "group": "authentication",
123
+ "binding": {
124
+ "name": "authentication.userName",
125
+ "type": "zeebe:input"
126
+ },
101
127
  "condition": {
102
- "property": "connectionType",
103
- "equals": "credentials"
104
- }
128
+ "property": "authentication.authType",
129
+ "equals": "credentials",
130
+ "type": "simple"
131
+ },
132
+ "type": "String"
105
133
  },
106
134
  {
135
+ "id": "authentication.password",
107
136
  "label": "Password",
108
- "group": "authentication",
109
- "type": "String",
110
- "binding": {
111
- "type": "zeebe:input",
112
- "name": "authentication.password"
113
- },
137
+ "optional": false,
114
138
  "constraints": {
115
139
  "notEmpty": true
116
140
  },
141
+ "feel": "optional",
142
+ "group": "authentication",
143
+ "binding": {
144
+ "name": "authentication.password",
145
+ "type": "zeebe:input"
146
+ },
117
147
  "condition": {
118
- "property": "connectionType",
119
- "equals": "credentials"
120
- }
148
+ "property": "authentication.authType",
149
+ "equals": "credentials",
150
+ "type": "simple"
151
+ },
152
+ "type": "String"
121
153
  },
122
154
  {
123
- "label": "Host name",
124
- "description": "Host name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
155
+ "id": "routing.exchange",
156
+ "label": "Exchange",
157
+ "description": "Topic exchange: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
158
+ "optional": false,
159
+ "constraints": {
160
+ "notEmpty": true
161
+ },
125
162
  "feel": "optional",
126
163
  "group": "routing",
127
- "type": "String",
128
164
  "binding": {
129
- "type": "zeebe:input",
130
- "name": "routing.hostName"
165
+ "name": "routing.exchange",
166
+ "type": "zeebe:input"
131
167
  },
168
+ "type": "String"
169
+ },
170
+ {
171
+ "id": "routing.routingKey",
172
+ "label": "Routing key",
173
+ "description": "Routing key: a binding is a \"link\" that was set up to bind a queue to an exchange. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
174
+ "optional": false,
132
175
  "constraints": {
133
176
  "notEmpty": true
134
177
  },
135
- "condition": {
136
- "property": "connectionType",
137
- "equals": "credentials"
138
- }
139
- },
140
- {
141
- "label": "Virtual host",
142
- "description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
143
178
  "feel": "optional",
144
179
  "group": "routing",
145
- "type": "String",
146
180
  "binding": {
147
- "type": "zeebe:input",
148
- "name": "routing.virtualHost"
181
+ "name": "routing.routingKey",
182
+ "type": "zeebe:input"
149
183
  },
184
+ "type": "String"
185
+ },
186
+ {
187
+ "id": "routing.virtualHost",
188
+ "label": "Virtual host",
189
+ "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>",
190
+ "optional": false,
150
191
  "constraints": {
151
192
  "notEmpty": true
152
193
  },
153
- "condition": {
154
- "property": "connectionType",
155
- "equals": "credentials"
156
- }
157
- },
158
- {
159
- "label": "Exchange",
160
- "description": "Topic exchange: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
161
194
  "feel": "optional",
162
195
  "group": "routing",
163
- "type": "String",
164
196
  "binding": {
165
- "type": "zeebe:input",
166
- "name": "routing.exchange"
197
+ "name": "routing.virtualHost",
198
+ "type": "zeebe:input"
167
199
  },
168
- "constraints": {
169
- "notEmpty": true
170
- }
200
+ "condition": {
201
+ "property": "authentication.authType",
202
+ "equals": "credentials",
203
+ "type": "simple"
204
+ },
205
+ "type": "String"
171
206
  },
172
207
  {
173
- "label": "Routing key",
174
- "description": "Routing key: a binding is a \"link\" that was set up to bind a queue to an exchange. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
208
+ "id": "routing.hostName",
209
+ "label": "Host name",
210
+ "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>",
211
+ "optional": false,
212
+ "constraints": {
213
+ "notEmpty": true
214
+ },
175
215
  "feel": "optional",
176
216
  "group": "routing",
177
- "type": "String",
178
217
  "binding": {
179
- "type": "zeebe:input",
180
- "name": "routing.routingKey"
218
+ "name": "routing.hostName",
219
+ "type": "zeebe:input"
181
220
  },
182
- "constraints": {
183
- "notEmpty": true
184
- }
221
+ "condition": {
222
+ "property": "authentication.authType",
223
+ "equals": "credentials",
224
+ "type": "simple"
225
+ },
226
+ "type": "String"
185
227
  },
186
228
  {
229
+ "id": "routing.port",
187
230
  "label": "Port",
188
- "description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
231
+ "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>",
232
+ "optional": false,
233
+ "constraints": {
234
+ "notEmpty": true
235
+ },
189
236
  "feel": "optional",
190
237
  "group": "routing",
191
- "type": "String",
192
238
  "binding": {
193
- "type": "zeebe:input",
194
- "name": "routing.port"
195
- },
196
- "constraints": {
197
- "notEmpty": true
239
+ "name": "routing.port",
240
+ "type": "zeebe:input"
198
241
  },
199
242
  "condition": {
200
- "property": "connectionType",
201
- "equals": "credentials"
202
- }
243
+ "property": "authentication.authType",
244
+ "equals": "credentials",
245
+ "type": "simple"
246
+ },
247
+ "type": "String"
203
248
  },
204
249
  {
205
- "label": "Message",
206
- "description": "Data to send to RabbitMQ",
250
+ "id": "message.properties",
251
+ "label": "Properties",
252
+ "description": "Properties for the message, routing headers, etc",
253
+ "optional": true,
254
+ "value": "={}",
255
+ "feel": "required",
207
256
  "group": "message",
208
- "type": "Text",
209
- "feel": "optional",
210
257
  "binding": {
211
- "type": "zeebe:input",
212
- "name": "message.body"
213
- }
258
+ "name": "message.properties",
259
+ "type": "zeebe:input"
260
+ },
261
+ "type": "Text"
214
262
  },
215
263
  {
216
- "label": "Properties",
217
- "description": "Properties for the message, routing headers, etc.",
264
+ "id": "message.body",
265
+ "label": "Message",
266
+ "description": "Data to send to RabbitMQ",
267
+ "optional": false,
268
+ "constraints": {
269
+ "notEmpty": true
270
+ },
271
+ "feel": "optional",
218
272
  "group": "message",
219
- "type": "Text",
220
- "feel": "required",
221
- "value": "={}",
222
273
  "binding": {
223
- "type": "zeebe:input",
224
- "name": "message.properties"
225
- }
274
+ "name": "message.body",
275
+ "type": "zeebe:input"
276
+ },
277
+ "type": "Text"
226
278
  },
227
279
  {
228
- "label": "Result variable",
229
- "description": "Enter name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
230
- "group": "output",
231
- "type": "String",
280
+ "id": "version",
281
+ "label": "Version",
282
+ "description": "Version of the element template",
283
+ "value": "6",
284
+ "group": "connector",
232
285
  "binding": {
233
- "type": "zeebe:taskHeader",
234
- "key": "resultVariable"
235
- }
286
+ "key": "elementTemplateVersion",
287
+ "type": "zeebe:taskHeader"
288
+ },
289
+ "type": "Hidden"
236
290
  },
237
291
  {
238
- "label": "Result expression",
239
- "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
292
+ "id": "id",
293
+ "label": "ID",
294
+ "description": "ID of the element template",
295
+ "value": "io.camunda.connectors.RabbitMQ.v1",
296
+ "group": "connector",
297
+ "binding": {
298
+ "key": "elementTemplateId",
299
+ "type": "zeebe:taskHeader"
300
+ },
301
+ "type": "Hidden"
302
+ },
303
+ {
304
+ "id": "resultVariable",
305
+ "label": "Result variable",
306
+ "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>.",
240
307
  "group": "output",
241
- "type": "Text",
308
+ "binding": {
309
+ "key": "resultVariable",
310
+ "type": "zeebe:taskHeader"
311
+ },
312
+ "type": "String"
313
+ },
314
+ {
315
+ "id": "resultExpression",
316
+ "label": "Result expression",
317
+ "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>.",
242
318
  "feel": "required",
319
+ "group": "output",
243
320
  "binding": {
244
- "type": "zeebe:taskHeader",
245
- "key": "resultExpression"
246
- }
321
+ "key": "resultExpression",
322
+ "type": "zeebe:taskHeader"
323
+ },
324
+ "type": "Text"
247
325
  },
248
326
  {
327
+ "id": "errorExpression",
249
328
  "label": "Error expression",
250
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
251
- "group": "errors",
252
- "type": "Text",
329
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
253
330
  "feel": "required",
331
+ "group": "error",
254
332
  "binding": {
255
- "type": "zeebe:taskHeader",
256
- "key": "errorExpression"
257
- }
333
+ "key": "errorExpression",
334
+ "type": "zeebe:taskHeader"
335
+ },
336
+ "type": "Text"
337
+ },
338
+ {
339
+ "id": "retryCount",
340
+ "label": "Retries",
341
+ "description": "Number of retries",
342
+ "value": "3",
343
+ "feel": "optional",
344
+ "group": "retries",
345
+ "binding": {
346
+ "property": "retries",
347
+ "type": "zeebe:taskDefinition"
348
+ },
349
+ "type": "String"
350
+ },
351
+ {
352
+ "id": "retryBackoff",
353
+ "label": "Retry backoff",
354
+ "description": "ISO-8601 duration to wait between retries",
355
+ "value": "PT0S",
356
+ "group": "retries",
357
+ "binding": {
358
+ "key": "retryBackoff",
359
+ "type": "zeebe:taskHeader"
360
+ },
361
+ "type": "String"
258
362
  }
259
363
  ],
260
364
  "icon": {
261
- "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='-7.5 0 271 271' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M245.44 108.308h-85.09a7.738 7.738 0 0 1-7.735-7.734v-88.68C152.615 5.327 147.29 0 140.726 0h-30.375c-6.568 0-11.89 5.327-11.89 11.894v88.143c0 4.573-3.697 8.29-8.27 8.31l-27.885.133c-4.612.025-8.359-3.717-8.35-8.325l.173-88.241C54.144 5.337 48.817 0 42.24 0H11.89C5.321 0 0 5.327 0 11.894V260.21c0 5.834 4.726 10.56 10.555 10.56H245.44c5.834 0 10.56-4.726 10.56-10.56V118.868c0-5.834-4.726-10.56-10.56-10.56zm-39.902 93.233c0 7.645-6.198 13.844-13.843 13.844H167.69c-7.646 0-13.844-6.199-13.844-13.844v-24.005c0-7.646 6.198-13.844 13.844-13.844h24.005c7.645 0 13.843 6.198 13.843 13.844v24.005z' fill='%23F60'/%3E%3C/svg%3E"
262
- },
263
- "engines": {
264
- "camunda": "^8.2"
365
+ "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
265
366
  }
266
367
  },
267
368
  {
268
369
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
269
- "name": "RabbitMQ Outbound Connector",
370
+ "name": "RabbitMQ connector",
270
371
  "id": "io.camunda.connectors.RabbitMQ.v1",
271
372
  "description": "Send message to RabbitMQ",
272
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound",
273
- "version": 4,
373
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/",
374
+ "version": 2,
274
375
  "category": {
275
376
  "id": "connectors",
276
377
  "name": "Connectors"
@@ -297,33 +398,29 @@
297
398
  "label": "Output mapping"
298
399
  },
299
400
  {
300
- "id": "error",
401
+ "id": "errors",
301
402
  "label": "Error handling"
302
- },
303
- {
304
- "id": "retries",
305
- "label": "Retries"
306
403
  }
307
404
  ],
308
405
  "properties": [
309
406
  {
407
+ "type": "Hidden",
310
408
  "value": "io.camunda:connector-rabbitmq:1",
311
409
  "binding": {
312
- "property": "type",
313
- "type": "zeebe:taskDefinition"
314
- },
315
- "type": "Hidden"
410
+ "type": "zeebe:taskDefinition",
411
+ "property": "type"
412
+ }
316
413
  },
317
414
  {
318
- "id": "authentication.authType",
415
+ "id": "connectionType",
319
416
  "label": "Connection type",
320
- "value": "uri",
321
417
  "group": "authentication",
418
+ "type": "Dropdown",
419
+ "value": "uri",
322
420
  "binding": {
323
- "name": "authentication.authType",
324
- "type": "zeebe:input"
421
+ "type": "zeebe:input",
422
+ "name": "authentication.authType"
325
423
  },
326
- "type": "Dropdown",
327
424
  "choices": [
328
425
  {
329
426
  "name": "URI",
@@ -336,106 +433,379 @@
336
433
  ]
337
434
  },
338
435
  {
339
- "id": "authentication.uri",
340
436
  "label": "URI",
341
437
  "description": "URI should contain username, password, host name, port number, and virtual host",
342
- "optional": false,
343
- "constraints": {
344
- "notEmpty": true
345
- },
346
- "feel": "optional",
347
438
  "group": "authentication",
439
+ "type": "String",
348
440
  "binding": {
349
- "name": "authentication.uri",
350
- "type": "zeebe:input"
441
+ "type": "zeebe:input",
442
+ "name": "authentication.uri"
351
443
  },
352
- "condition": {
353
- "property": "authentication.authType",
354
- "equals": "uri",
355
- "type": "simple"
444
+ "constraints": {
445
+ "notEmpty": true,
446
+ "pattern": {
447
+ "value": "^(=|(amqps?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
448
+ "message": "Must start with amqp(s):// or contain a secret reference"
449
+ }
356
450
  },
357
- "type": "String"
451
+ "condition": {
452
+ "property": "connectionType",
453
+ "equals": "uri"
454
+ }
358
455
  },
359
456
  {
360
- "id": "authentication.userName",
361
457
  "label": "Username",
362
- "optional": false,
363
- "constraints": {
364
- "notEmpty": true
365
- },
366
- "feel": "optional",
367
458
  "group": "authentication",
459
+ "type": "String",
368
460
  "binding": {
369
- "name": "authentication.userName",
370
- "type": "zeebe:input"
461
+ "type": "zeebe:input",
462
+ "name": "authentication.userName"
371
463
  },
372
- "condition": {
373
- "property": "authentication.authType",
374
- "equals": "credentials",
375
- "type": "simple"
464
+ "constraints": {
465
+ "notEmpty": true
376
466
  },
377
- "type": "String"
467
+ "condition": {
468
+ "property": "connectionType",
469
+ "equals": "credentials"
470
+ }
378
471
  },
379
472
  {
380
- "id": "authentication.password",
381
473
  "label": "Password",
382
- "optional": false,
474
+ "group": "authentication",
475
+ "type": "String",
476
+ "binding": {
477
+ "type": "zeebe:input",
478
+ "name": "authentication.password"
479
+ },
383
480
  "constraints": {
384
481
  "notEmpty": true
385
482
  },
483
+ "condition": {
484
+ "property": "connectionType",
485
+ "equals": "credentials"
486
+ }
487
+ },
488
+ {
489
+ "label": "Host name",
490
+ "description": "Host name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
386
491
  "feel": "optional",
387
- "group": "authentication",
492
+ "group": "routing",
493
+ "type": "String",
388
494
  "binding": {
389
- "name": "authentication.password",
390
- "type": "zeebe:input"
495
+ "type": "zeebe:input",
496
+ "name": "routing.hostName"
391
497
  },
392
- "condition": {
393
- "property": "authentication.authType",
394
- "equals": "credentials",
395
- "type": "simple"
498
+ "constraints": {
499
+ "notEmpty": true
396
500
  },
397
- "type": "String"
501
+ "condition": {
502
+ "property": "connectionType",
503
+ "equals": "credentials"
504
+ }
398
505
  },
399
506
  {
400
- "id": "routing.exchange",
401
- "label": "Exchange",
402
- "description": "Topic exchange: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
403
- "optional": false,
507
+ "label": "Virtual host",
508
+ "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>",
509
+ "feel": "optional",
510
+ "group": "routing",
511
+ "type": "String",
512
+ "binding": {
513
+ "type": "zeebe:input",
514
+ "name": "routing.virtualHost"
515
+ },
404
516
  "constraints": {
405
517
  "notEmpty": true
406
518
  },
519
+ "condition": {
520
+ "property": "connectionType",
521
+ "equals": "credentials"
522
+ }
523
+ },
524
+ {
525
+ "label": "Exchange",
526
+ "description": "Topic exchange: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
407
527
  "feel": "optional",
408
528
  "group": "routing",
529
+ "type": "String",
409
530
  "binding": {
410
- "name": "routing.exchange",
411
- "type": "zeebe:input"
531
+ "type": "zeebe:input",
532
+ "name": "routing.exchange"
412
533
  },
413
- "type": "String"
534
+ "constraints": {
535
+ "notEmpty": true
536
+ }
414
537
  },
415
538
  {
416
- "id": "routing.routingKey",
417
539
  "label": "Routing key",
418
- "description": "Routing key: a binding is a \"link\" that was set up to bind a queue to an exchange. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
419
- "optional": false,
420
- "constraints": {
421
- "notEmpty": true
422
- },
540
+ "description": "Routing key: a binding is a \"link\" that was set up to bind a queue to an exchange. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
423
541
  "feel": "optional",
424
542
  "group": "routing",
543
+ "type": "String",
425
544
  "binding": {
426
- "name": "routing.routingKey",
427
- "type": "zeebe:input"
545
+ "type": "zeebe:input",
546
+ "name": "routing.routingKey"
428
547
  },
429
- "type": "String"
430
- },
431
- {
432
- "id": "routing.virtualHost",
433
- "label": "Virtual host",
434
- "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>",
435
- "optional": false,
436
548
  "constraints": {
437
549
  "notEmpty": true
438
- },
550
+ }
551
+ },
552
+ {
553
+ "label": "Port",
554
+ "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>",
555
+ "feel": "optional",
556
+ "group": "routing",
557
+ "type": "String",
558
+ "binding": {
559
+ "type": "zeebe:input",
560
+ "name": "routing.port"
561
+ },
562
+ "constraints": {
563
+ "notEmpty": true
564
+ },
565
+ "condition": {
566
+ "property": "connectionType",
567
+ "equals": "credentials"
568
+ }
569
+ },
570
+ {
571
+ "label": "Message",
572
+ "description": "Data to send to RabbitMQ",
573
+ "group": "message",
574
+ "type": "Text",
575
+ "feel": "optional",
576
+ "binding": {
577
+ "type": "zeebe:input",
578
+ "name": "message.body"
579
+ }
580
+ },
581
+ {
582
+ "label": "Properties",
583
+ "description": "Properties for the message, routing headers, etc.",
584
+ "group": "message",
585
+ "type": "Text",
586
+ "feel": "required",
587
+ "value": "={}",
588
+ "binding": {
589
+ "type": "zeebe:input",
590
+ "name": "message.properties"
591
+ }
592
+ },
593
+ {
594
+ "label": "Result variable",
595
+ "description": "Enter name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
596
+ "group": "output",
597
+ "type": "String",
598
+ "binding": {
599
+ "type": "zeebe:taskHeader",
600
+ "key": "resultVariable"
601
+ }
602
+ },
603
+ {
604
+ "label": "Result expression",
605
+ "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>",
606
+ "group": "output",
607
+ "type": "Text",
608
+ "feel": "required",
609
+ "binding": {
610
+ "type": "zeebe:taskHeader",
611
+ "key": "resultExpression"
612
+ }
613
+ },
614
+ {
615
+ "label": "Error expression",
616
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
617
+ "group": "errors",
618
+ "type": "Text",
619
+ "feel": "required",
620
+ "binding": {
621
+ "type": "zeebe:taskHeader",
622
+ "key": "errorExpression"
623
+ }
624
+ }
625
+ ],
626
+ "icon": {
627
+ "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"
628
+ },
629
+ "engines": {
630
+ "camunda": "^8.2"
631
+ }
632
+ },
633
+ {
634
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
635
+ "name": "RabbitMQ Outbound Connector",
636
+ "id": "io.camunda.connectors.RabbitMQ.v1",
637
+ "description": "Send message to RabbitMQ",
638
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound",
639
+ "version": 5,
640
+ "category": {
641
+ "id": "connectors",
642
+ "name": "Connectors"
643
+ },
644
+ "appliesTo": ["bpmn:Task"],
645
+ "elementType": {
646
+ "value": "bpmn:ServiceTask"
647
+ },
648
+ "groups": [
649
+ {
650
+ "id": "authentication",
651
+ "label": "Authentication"
652
+ },
653
+ {
654
+ "id": "routing",
655
+ "label": "Routing"
656
+ },
657
+ {
658
+ "id": "message",
659
+ "label": "Message"
660
+ },
661
+ {
662
+ "id": "output",
663
+ "label": "Output mapping"
664
+ },
665
+ {
666
+ "id": "error",
667
+ "label": "Error handling"
668
+ },
669
+ {
670
+ "id": "retries",
671
+ "label": "Retries"
672
+ }
673
+ ],
674
+ "properties": [
675
+ {
676
+ "value": "io.camunda:connector-rabbitmq:1",
677
+ "binding": {
678
+ "property": "type",
679
+ "type": "zeebe:taskDefinition"
680
+ },
681
+ "type": "Hidden"
682
+ },
683
+ {
684
+ "id": "authentication.authType",
685
+ "label": "Connection type",
686
+ "value": "uri",
687
+ "group": "authentication",
688
+ "binding": {
689
+ "name": "authentication.authType",
690
+ "type": "zeebe:input"
691
+ },
692
+ "type": "Dropdown",
693
+ "choices": [
694
+ {
695
+ "name": "URI",
696
+ "value": "uri"
697
+ },
698
+ {
699
+ "name": "Username/Password",
700
+ "value": "credentials"
701
+ }
702
+ ]
703
+ },
704
+ {
705
+ "id": "authentication.uri",
706
+ "label": "URI",
707
+ "description": "URI should contain username, password, host name, port number, and virtual host",
708
+ "optional": false,
709
+ "constraints": {
710
+ "notEmpty": true,
711
+ "pattern": {
712
+ "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
713
+ "message": "Must start with amqp(s):// or contain a secret reference"
714
+ }
715
+ },
716
+ "feel": "optional",
717
+ "group": "authentication",
718
+ "binding": {
719
+ "name": "authentication.uri",
720
+ "type": "zeebe:input"
721
+ },
722
+ "condition": {
723
+ "property": "authentication.authType",
724
+ "equals": "uri",
725
+ "type": "simple"
726
+ },
727
+ "type": "String"
728
+ },
729
+ {
730
+ "id": "authentication.userName",
731
+ "label": "Username",
732
+ "optional": false,
733
+ "constraints": {
734
+ "notEmpty": true
735
+ },
736
+ "feel": "optional",
737
+ "group": "authentication",
738
+ "binding": {
739
+ "name": "authentication.userName",
740
+ "type": "zeebe:input"
741
+ },
742
+ "condition": {
743
+ "property": "authentication.authType",
744
+ "equals": "credentials",
745
+ "type": "simple"
746
+ },
747
+ "type": "String"
748
+ },
749
+ {
750
+ "id": "authentication.password",
751
+ "label": "Password",
752
+ "optional": false,
753
+ "constraints": {
754
+ "notEmpty": true
755
+ },
756
+ "feel": "optional",
757
+ "group": "authentication",
758
+ "binding": {
759
+ "name": "authentication.password",
760
+ "type": "zeebe:input"
761
+ },
762
+ "condition": {
763
+ "property": "authentication.authType",
764
+ "equals": "credentials",
765
+ "type": "simple"
766
+ },
767
+ "type": "String"
768
+ },
769
+ {
770
+ "id": "routing.exchange",
771
+ "label": "Exchange",
772
+ "description": "Topic exchange: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
773
+ "optional": false,
774
+ "constraints": {
775
+ "notEmpty": true
776
+ },
777
+ "feel": "optional",
778
+ "group": "routing",
779
+ "binding": {
780
+ "name": "routing.exchange",
781
+ "type": "zeebe:input"
782
+ },
783
+ "type": "String"
784
+ },
785
+ {
786
+ "id": "routing.routingKey",
787
+ "label": "Routing key",
788
+ "description": "Routing key: a binding is a \"link\" that was set up to bind a queue to an exchange. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
789
+ "optional": false,
790
+ "constraints": {
791
+ "notEmpty": true
792
+ },
793
+ "feel": "optional",
794
+ "group": "routing",
795
+ "binding": {
796
+ "name": "routing.routingKey",
797
+ "type": "zeebe:input"
798
+ },
799
+ "type": "String"
800
+ },
801
+ {
802
+ "id": "routing.virtualHost",
803
+ "label": "Virtual host",
804
+ "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>",
805
+ "optional": false,
806
+ "constraints": {
807
+ "notEmpty": true
808
+ },
439
809
  "feel": "optional",
440
810
  "group": "routing",
441
811
  "binding": {
@@ -596,7 +966,7 @@
596
966
  "id": "io.camunda.connectors.RabbitMQ.v1",
597
967
  "description": "Send message to RabbitMQ",
598
968
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound",
599
- "version": 3,
969
+ "version": 4,
600
970
  "category": {
601
971
  "id": "connectors",
602
972
  "name": "Connectors"
@@ -623,29 +993,33 @@
623
993
  "label": "Output mapping"
624
994
  },
625
995
  {
626
- "id": "errors",
996
+ "id": "error",
627
997
  "label": "Error handling"
998
+ },
999
+ {
1000
+ "id": "retries",
1001
+ "label": "Retries"
628
1002
  }
629
1003
  ],
630
1004
  "properties": [
631
1005
  {
632
- "type": "Hidden",
633
1006
  "value": "io.camunda:connector-rabbitmq:1",
634
1007
  "binding": {
635
- "type": "zeebe:taskDefinition",
636
- "property": "type"
637
- }
1008
+ "property": "type",
1009
+ "type": "zeebe:taskDefinition"
1010
+ },
1011
+ "type": "Hidden"
638
1012
  },
639
1013
  {
640
- "id": "connectionType",
1014
+ "id": "authentication.authType",
641
1015
  "label": "Connection type",
642
- "group": "authentication",
643
- "type": "Dropdown",
644
1016
  "value": "uri",
1017
+ "group": "authentication",
645
1018
  "binding": {
646
- "type": "zeebe:input",
647
- "name": "authentication.authType"
1019
+ "name": "authentication.authType",
1020
+ "type": "zeebe:input"
648
1021
  },
1022
+ "type": "Dropdown",
649
1023
  "choices": [
650
1024
  {
651
1025
  "name": "URI",
@@ -658,201 +1032,258 @@
658
1032
  ]
659
1033
  },
660
1034
  {
1035
+ "id": "authentication.uri",
661
1036
  "label": "URI",
662
1037
  "description": "URI should contain username, password, host name, port number, and virtual host",
1038
+ "optional": false,
1039
+ "constraints": {
1040
+ "notEmpty": true
1041
+ },
1042
+ "feel": "optional",
663
1043
  "group": "authentication",
664
- "type": "String",
665
1044
  "binding": {
666
- "type": "zeebe:input",
667
- "name": "authentication.uri"
668
- },
669
- "constraints": {
670
- "notEmpty": true,
671
- "pattern": {
672
- "value": "^(=|(amqps?://|\\{\\{secrets\\..+\\}\\}).*$)",
673
- "message": "Must start with amqp(s):// or contain a secret reference"
674
- }
1045
+ "name": "authentication.uri",
1046
+ "type": "zeebe:input"
675
1047
  },
676
1048
  "condition": {
677
- "property": "connectionType",
678
- "equals": "uri"
679
- }
1049
+ "property": "authentication.authType",
1050
+ "equals": "uri",
1051
+ "type": "simple"
1052
+ },
1053
+ "type": "String"
680
1054
  },
681
1055
  {
1056
+ "id": "authentication.userName",
682
1057
  "label": "Username",
683
- "group": "authentication",
684
- "type": "String",
685
- "binding": {
686
- "type": "zeebe:input",
687
- "name": "authentication.userName"
688
- },
1058
+ "optional": false,
689
1059
  "constraints": {
690
1060
  "notEmpty": true
691
1061
  },
1062
+ "feel": "optional",
1063
+ "group": "authentication",
1064
+ "binding": {
1065
+ "name": "authentication.userName",
1066
+ "type": "zeebe:input"
1067
+ },
692
1068
  "condition": {
693
- "property": "connectionType",
694
- "equals": "credentials"
695
- }
1069
+ "property": "authentication.authType",
1070
+ "equals": "credentials",
1071
+ "type": "simple"
1072
+ },
1073
+ "type": "String"
696
1074
  },
697
1075
  {
1076
+ "id": "authentication.password",
698
1077
  "label": "Password",
699
- "group": "authentication",
700
- "type": "String",
701
- "binding": {
702
- "type": "zeebe:input",
703
- "name": "authentication.password"
704
- },
1078
+ "optional": false,
705
1079
  "constraints": {
706
1080
  "notEmpty": true
707
1081
  },
1082
+ "feel": "optional",
1083
+ "group": "authentication",
1084
+ "binding": {
1085
+ "name": "authentication.password",
1086
+ "type": "zeebe:input"
1087
+ },
708
1088
  "condition": {
709
- "property": "connectionType",
710
- "equals": "credentials"
711
- }
1089
+ "property": "authentication.authType",
1090
+ "equals": "credentials",
1091
+ "type": "simple"
1092
+ },
1093
+ "type": "String"
712
1094
  },
713
1095
  {
714
- "label": "Host name",
715
- "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>",
1096
+ "id": "routing.exchange",
1097
+ "label": "Exchange",
1098
+ "description": "Topic exchange: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
1099
+ "optional": false,
1100
+ "constraints": {
1101
+ "notEmpty": true
1102
+ },
716
1103
  "feel": "optional",
717
1104
  "group": "routing",
718
- "type": "String",
719
1105
  "binding": {
720
- "type": "zeebe:input",
721
- "name": "routing.hostName"
1106
+ "name": "routing.exchange",
1107
+ "type": "zeebe:input"
722
1108
  },
1109
+ "type": "String"
1110
+ },
1111
+ {
1112
+ "id": "routing.routingKey",
1113
+ "label": "Routing key",
1114
+ "description": "Routing key: a binding is a \"link\" that was set up to bind a queue to an exchange. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
1115
+ "optional": false,
723
1116
  "constraints": {
724
1117
  "notEmpty": true
725
1118
  },
726
- "condition": {
727
- "property": "connectionType",
728
- "equals": "credentials"
729
- }
730
- },
731
- {
732
- "label": "Virtual host",
733
- "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>",
734
1119
  "feel": "optional",
735
1120
  "group": "routing",
736
- "type": "String",
737
1121
  "binding": {
738
- "type": "zeebe:input",
739
- "name": "routing.virtualHost"
1122
+ "name": "routing.routingKey",
1123
+ "type": "zeebe:input"
740
1124
  },
1125
+ "type": "String"
1126
+ },
1127
+ {
1128
+ "id": "routing.virtualHost",
1129
+ "label": "Virtual host",
1130
+ "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>",
1131
+ "optional": false,
741
1132
  "constraints": {
742
1133
  "notEmpty": true
743
1134
  },
744
- "condition": {
745
- "property": "connectionType",
746
- "equals": "credentials"
747
- }
748
- },
749
- {
750
- "label": "Exchange",
751
- "description": "Topic exchange: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
752
1135
  "feel": "optional",
753
1136
  "group": "routing",
754
- "type": "String",
755
1137
  "binding": {
756
- "type": "zeebe:input",
757
- "name": "routing.exchange"
1138
+ "name": "routing.virtualHost",
1139
+ "type": "zeebe:input"
758
1140
  },
759
- "constraints": {
760
- "notEmpty": true
761
- }
1141
+ "condition": {
1142
+ "property": "authentication.authType",
1143
+ "equals": "credentials",
1144
+ "type": "simple"
1145
+ },
1146
+ "type": "String"
762
1147
  },
763
1148
  {
764
- "label": "Routing key",
765
- "description": "Routing key: a binding is a \"link\" that was set up to bind a queue to an exchange. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
1149
+ "id": "routing.hostName",
1150
+ "label": "Host name",
1151
+ "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>",
1152
+ "optional": false,
1153
+ "constraints": {
1154
+ "notEmpty": true
1155
+ },
766
1156
  "feel": "optional",
767
1157
  "group": "routing",
768
- "type": "String",
769
1158
  "binding": {
770
- "type": "zeebe:input",
771
- "name": "routing.routingKey"
1159
+ "name": "routing.hostName",
1160
+ "type": "zeebe:input"
772
1161
  },
773
- "constraints": {
774
- "notEmpty": true
775
- }
1162
+ "condition": {
1163
+ "property": "authentication.authType",
1164
+ "equals": "credentials",
1165
+ "type": "simple"
1166
+ },
1167
+ "type": "String"
776
1168
  },
777
1169
  {
1170
+ "id": "routing.port",
778
1171
  "label": "Port",
779
1172
  "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>",
1173
+ "optional": false,
1174
+ "constraints": {
1175
+ "notEmpty": true
1176
+ },
780
1177
  "feel": "optional",
781
1178
  "group": "routing",
782
- "type": "String",
783
1179
  "binding": {
784
- "type": "zeebe:input",
785
- "name": "routing.port"
786
- },
787
- "constraints": {
788
- "notEmpty": true
1180
+ "name": "routing.port",
1181
+ "type": "zeebe:input"
789
1182
  },
790
1183
  "condition": {
791
- "property": "connectionType",
792
- "equals": "credentials"
793
- }
1184
+ "property": "authentication.authType",
1185
+ "equals": "credentials",
1186
+ "type": "simple"
1187
+ },
1188
+ "type": "String"
794
1189
  },
795
1190
  {
796
- "label": "Message",
797
- "description": "Data to send to RabbitMQ",
1191
+ "id": "message.properties",
1192
+ "label": "Properties",
1193
+ "description": "Properties for the message, routing headers, etc",
1194
+ "optional": true,
1195
+ "value": "={}",
1196
+ "feel": "required",
798
1197
  "group": "message",
799
- "type": "Text",
800
- "feel": "optional",
801
1198
  "binding": {
802
- "type": "zeebe:input",
803
- "name": "message.body"
804
- }
1199
+ "name": "message.properties",
1200
+ "type": "zeebe:input"
1201
+ },
1202
+ "type": "Text"
805
1203
  },
806
1204
  {
807
- "label": "Properties",
808
- "description": "Properties for the message, routing headers, etc.",
1205
+ "id": "message.body",
1206
+ "label": "Message",
1207
+ "description": "Data to send to RabbitMQ",
1208
+ "optional": false,
1209
+ "constraints": {
1210
+ "notEmpty": true
1211
+ },
1212
+ "feel": "optional",
809
1213
  "group": "message",
810
- "type": "Text",
811
- "feel": "required",
812
- "value": "={}",
813
1214
  "binding": {
814
- "type": "zeebe:input",
815
- "name": "message.properties"
816
- }
1215
+ "name": "message.body",
1216
+ "type": "zeebe:input"
1217
+ },
1218
+ "type": "Text"
817
1219
  },
818
1220
  {
1221
+ "id": "resultVariable",
819
1222
  "label": "Result variable",
820
- "description": "Enter name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
1223
+ "description": "Name of variable to store the response in",
821
1224
  "group": "output",
822
- "type": "String",
823
1225
  "binding": {
824
- "type": "zeebe:taskHeader",
825
- "key": "resultVariable"
826
- }
1226
+ "key": "resultVariable",
1227
+ "type": "zeebe:taskHeader"
1228
+ },
1229
+ "type": "String"
827
1230
  },
828
1231
  {
1232
+ "id": "resultExpression",
829
1233
  "label": "Result expression",
830
- "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>",
831
- "group": "output",
832
- "type": "Text",
1234
+ "description": "Expression to map the response into process variables",
833
1235
  "feel": "required",
1236
+ "group": "output",
834
1237
  "binding": {
835
- "type": "zeebe:taskHeader",
836
- "key": "resultExpression"
837
- }
1238
+ "key": "resultExpression",
1239
+ "type": "zeebe:taskHeader"
1240
+ },
1241
+ "type": "Text"
838
1242
  },
839
1243
  {
1244
+ "id": "errorExpression",
840
1245
  "label": "Error expression",
841
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
842
- "group": "errors",
843
- "type": "Text",
1246
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
844
1247
  "feel": "required",
1248
+ "group": "error",
845
1249
  "binding": {
846
- "type": "zeebe:taskHeader",
847
- "key": "errorExpression"
848
- }
1250
+ "key": "errorExpression",
1251
+ "type": "zeebe:taskHeader"
1252
+ },
1253
+ "type": "Text"
1254
+ },
1255
+ {
1256
+ "id": "retryCount",
1257
+ "label": "Retries",
1258
+ "description": "Number of retries",
1259
+ "value": "3",
1260
+ "feel": "optional",
1261
+ "group": "retries",
1262
+ "binding": {
1263
+ "property": "retries",
1264
+ "type": "zeebe:taskDefinition"
1265
+ },
1266
+ "type": "String"
1267
+ },
1268
+ {
1269
+ "id": "retryBackoff",
1270
+ "label": "Retry backoff",
1271
+ "description": "ISO-8601 duration to wait between retries",
1272
+ "value": "PT0S",
1273
+ "feel": "optional",
1274
+ "group": "retries",
1275
+ "binding": {
1276
+ "key": "retryBackoff",
1277
+ "type": "zeebe:taskHeader"
1278
+ },
1279
+ "type": "String"
849
1280
  }
850
1281
  ],
851
1282
  "icon": {
852
- "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"
1283
+ "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
853
1284
  },
854
1285
  "engines": {
855
- "camunda": "^8.2"
1286
+ "camunda": "^8.5"
856
1287
  }
857
1288
  },
858
1289
  {
@@ -1126,7 +1557,7 @@
1126
1557
  "id": "io.camunda.connectors.RabbitMQ.v1",
1127
1558
  "description": "Send message to RabbitMQ",
1128
1559
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound",
1129
- "version": 5,
1560
+ "version": 3,
1130
1561
  "category": {
1131
1562
  "id": "connectors",
1132
1563
  "name": "Connectors"
@@ -1153,33 +1584,29 @@
1153
1584
  "label": "Output mapping"
1154
1585
  },
1155
1586
  {
1156
- "id": "error",
1587
+ "id": "errors",
1157
1588
  "label": "Error handling"
1158
- },
1159
- {
1160
- "id": "retries",
1161
- "label": "Retries"
1162
1589
  }
1163
1590
  ],
1164
1591
  "properties": [
1165
1592
  {
1593
+ "type": "Hidden",
1166
1594
  "value": "io.camunda:connector-rabbitmq:1",
1167
1595
  "binding": {
1168
- "property": "type",
1169
- "type": "zeebe:taskDefinition"
1170
- },
1171
- "type": "Hidden"
1596
+ "type": "zeebe:taskDefinition",
1597
+ "property": "type"
1598
+ }
1172
1599
  },
1173
1600
  {
1174
- "id": "authentication.authType",
1601
+ "id": "connectionType",
1175
1602
  "label": "Connection type",
1176
- "value": "uri",
1177
1603
  "group": "authentication",
1604
+ "type": "Dropdown",
1605
+ "value": "uri",
1178
1606
  "binding": {
1179
- "name": "authentication.authType",
1180
- "type": "zeebe:input"
1607
+ "type": "zeebe:input",
1608
+ "name": "authentication.authType"
1181
1609
  },
1182
- "type": "Dropdown",
1183
1610
  "choices": [
1184
1611
  {
1185
1612
  "name": "URI",
@@ -1192,622 +1619,201 @@
1192
1619
  ]
1193
1620
  },
1194
1621
  {
1195
- "id": "authentication.uri",
1196
1622
  "label": "URI",
1197
1623
  "description": "URI should contain username, password, host name, port number, and virtual host",
1198
- "optional": false,
1624
+ "group": "authentication",
1625
+ "type": "String",
1626
+ "binding": {
1627
+ "type": "zeebe:input",
1628
+ "name": "authentication.uri"
1629
+ },
1199
1630
  "constraints": {
1200
1631
  "notEmpty": true,
1201
1632
  "pattern": {
1202
- "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
1633
+ "value": "^(=|(amqps?://|\\{\\{secrets\\..+\\}\\}).*$)",
1203
1634
  "message": "Must start with amqp(s):// or contain a secret reference"
1204
1635
  }
1205
1636
  },
1206
- "feel": "optional",
1207
- "group": "authentication",
1208
- "binding": {
1209
- "name": "authentication.uri",
1210
- "type": "zeebe:input"
1211
- },
1212
1637
  "condition": {
1213
- "property": "authentication.authType",
1214
- "equals": "uri",
1215
- "type": "simple"
1216
- },
1217
- "type": "String"
1638
+ "property": "connectionType",
1639
+ "equals": "uri"
1640
+ }
1218
1641
  },
1219
1642
  {
1220
- "id": "authentication.userName",
1221
1643
  "label": "Username",
1222
- "optional": false,
1223
- "constraints": {
1224
- "notEmpty": true
1225
- },
1226
- "feel": "optional",
1227
1644
  "group": "authentication",
1645
+ "type": "String",
1228
1646
  "binding": {
1229
- "name": "authentication.userName",
1230
- "type": "zeebe:input"
1647
+ "type": "zeebe:input",
1648
+ "name": "authentication.userName"
1231
1649
  },
1232
- "condition": {
1233
- "property": "authentication.authType",
1234
- "equals": "credentials",
1235
- "type": "simple"
1650
+ "constraints": {
1651
+ "notEmpty": true
1236
1652
  },
1237
- "type": "String"
1653
+ "condition": {
1654
+ "property": "connectionType",
1655
+ "equals": "credentials"
1656
+ }
1238
1657
  },
1239
1658
  {
1240
- "id": "authentication.password",
1241
1659
  "label": "Password",
1242
- "optional": false,
1243
- "constraints": {
1244
- "notEmpty": true
1245
- },
1246
- "feel": "optional",
1247
1660
  "group": "authentication",
1661
+ "type": "String",
1248
1662
  "binding": {
1249
- "name": "authentication.password",
1250
- "type": "zeebe:input"
1251
- },
1252
- "condition": {
1253
- "property": "authentication.authType",
1254
- "equals": "credentials",
1255
- "type": "simple"
1663
+ "type": "zeebe:input",
1664
+ "name": "authentication.password"
1256
1665
  },
1257
- "type": "String"
1258
- },
1259
- {
1260
- "id": "routing.exchange",
1261
- "label": "Exchange",
1262
- "description": "Topic exchange: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
1263
- "optional": false,
1264
1666
  "constraints": {
1265
1667
  "notEmpty": true
1266
1668
  },
1669
+ "condition": {
1670
+ "property": "connectionType",
1671
+ "equals": "credentials"
1672
+ }
1673
+ },
1674
+ {
1675
+ "label": "Host name",
1676
+ "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>",
1267
1677
  "feel": "optional",
1268
1678
  "group": "routing",
1679
+ "type": "String",
1269
1680
  "binding": {
1270
- "name": "routing.exchange",
1271
- "type": "zeebe:input"
1681
+ "type": "zeebe:input",
1682
+ "name": "routing.hostName"
1272
1683
  },
1273
- "type": "String"
1274
- },
1275
- {
1276
- "id": "routing.routingKey",
1277
- "label": "Routing key",
1278
- "description": "Routing key: a binding is a \"link\" that was set up to bind a queue to an exchange. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
1279
- "optional": false,
1280
1684
  "constraints": {
1281
1685
  "notEmpty": true
1282
1686
  },
1283
- "feel": "optional",
1284
- "group": "routing",
1285
- "binding": {
1286
- "name": "routing.routingKey",
1287
- "type": "zeebe:input"
1288
- },
1289
- "type": "String"
1687
+ "condition": {
1688
+ "property": "connectionType",
1689
+ "equals": "credentials"
1690
+ }
1290
1691
  },
1291
1692
  {
1292
- "id": "routing.virtualHost",
1293
1693
  "label": "Virtual host",
1294
1694
  "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>",
1295
- "optional": false,
1296
- "constraints": {
1297
- "notEmpty": true
1298
- },
1299
1695
  "feel": "optional",
1300
1696
  "group": "routing",
1697
+ "type": "String",
1301
1698
  "binding": {
1302
- "name": "routing.virtualHost",
1303
- "type": "zeebe:input"
1699
+ "type": "zeebe:input",
1700
+ "name": "routing.virtualHost"
1304
1701
  },
1305
- "condition": {
1306
- "property": "authentication.authType",
1307
- "equals": "credentials",
1308
- "type": "simple"
1702
+ "constraints": {
1703
+ "notEmpty": true
1309
1704
  },
1310
- "type": "String"
1705
+ "condition": {
1706
+ "property": "connectionType",
1707
+ "equals": "credentials"
1708
+ }
1311
1709
  },
1312
1710
  {
1313
- "id": "routing.hostName",
1314
- "label": "Host name",
1315
- "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>",
1316
- "optional": false,
1711
+ "label": "Exchange",
1712
+ "description": "Topic exchange: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
1713
+ "feel": "optional",
1714
+ "group": "routing",
1715
+ "type": "String",
1716
+ "binding": {
1717
+ "type": "zeebe:input",
1718
+ "name": "routing.exchange"
1719
+ },
1317
1720
  "constraints": {
1318
1721
  "notEmpty": true
1319
- },
1722
+ }
1723
+ },
1724
+ {
1725
+ "label": "Routing key",
1726
+ "description": "Routing key: a binding is a \"link\" that was set up to bind a queue to an exchange. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
1320
1727
  "feel": "optional",
1321
1728
  "group": "routing",
1729
+ "type": "String",
1322
1730
  "binding": {
1323
- "name": "routing.hostName",
1324
- "type": "zeebe:input"
1325
- },
1326
- "condition": {
1327
- "property": "authentication.authType",
1328
- "equals": "credentials",
1329
- "type": "simple"
1731
+ "type": "zeebe:input",
1732
+ "name": "routing.routingKey"
1330
1733
  },
1331
- "type": "String"
1734
+ "constraints": {
1735
+ "notEmpty": true
1736
+ }
1332
1737
  },
1333
1738
  {
1334
- "id": "routing.port",
1335
1739
  "label": "Port",
1336
1740
  "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>",
1337
- "optional": false,
1338
- "constraints": {
1339
- "notEmpty": true
1340
- },
1341
1741
  "feel": "optional",
1342
1742
  "group": "routing",
1743
+ "type": "String",
1343
1744
  "binding": {
1344
- "name": "routing.port",
1345
- "type": "zeebe:input"
1745
+ "type": "zeebe:input",
1746
+ "name": "routing.port"
1346
1747
  },
1347
- "condition": {
1348
- "property": "authentication.authType",
1349
- "equals": "credentials",
1350
- "type": "simple"
1748
+ "constraints": {
1749
+ "notEmpty": true
1351
1750
  },
1352
- "type": "String"
1751
+ "condition": {
1752
+ "property": "connectionType",
1753
+ "equals": "credentials"
1754
+ }
1353
1755
  },
1354
1756
  {
1355
- "id": "message.properties",
1356
- "label": "Properties",
1357
- "description": "Properties for the message, routing headers, etc",
1358
- "optional": true,
1359
- "value": "={}",
1360
- "feel": "required",
1361
- "group": "message",
1362
- "binding": {
1363
- "name": "message.properties",
1364
- "type": "zeebe:input"
1365
- },
1366
- "type": "Text"
1367
- },
1368
- {
1369
- "id": "message.body",
1370
1757
  "label": "Message",
1371
1758
  "description": "Data to send to RabbitMQ",
1372
- "optional": false,
1373
- "constraints": {
1374
- "notEmpty": true
1375
- },
1376
- "feel": "optional",
1377
1759
  "group": "message",
1378
- "binding": {
1379
- "name": "message.body",
1380
- "type": "zeebe:input"
1381
- },
1382
- "type": "Text"
1383
- },
1384
- {
1385
- "id": "resultVariable",
1386
- "label": "Result variable",
1387
- "description": "Name of variable to store the response in",
1388
- "group": "output",
1389
- "binding": {
1390
- "key": "resultVariable",
1391
- "type": "zeebe:taskHeader"
1392
- },
1393
- "type": "String"
1394
- },
1395
- {
1396
- "id": "resultExpression",
1397
- "label": "Result expression",
1398
- "description": "Expression to map the response into process variables",
1399
- "feel": "required",
1400
- "group": "output",
1401
- "binding": {
1402
- "key": "resultExpression",
1403
- "type": "zeebe:taskHeader"
1404
- },
1405
- "type": "Text"
1406
- },
1407
- {
1408
- "id": "errorExpression",
1409
- "label": "Error expression",
1410
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1411
- "feel": "required",
1412
- "group": "error",
1413
- "binding": {
1414
- "key": "errorExpression",
1415
- "type": "zeebe:taskHeader"
1416
- },
1417
- "type": "Text"
1418
- },
1419
- {
1420
- "id": "retryCount",
1421
- "label": "Retries",
1422
- "description": "Number of retries",
1423
- "value": "3",
1424
- "feel": "optional",
1425
- "group": "retries",
1426
- "binding": {
1427
- "property": "retries",
1428
- "type": "zeebe:taskDefinition"
1429
- },
1430
- "type": "String"
1431
- },
1432
- {
1433
- "id": "retryBackoff",
1434
- "label": "Retry backoff",
1435
- "description": "ISO-8601 duration to wait between retries",
1436
- "value": "PT0S",
1437
- "feel": "optional",
1438
- "group": "retries",
1439
- "binding": {
1440
- "key": "retryBackoff",
1441
- "type": "zeebe:taskHeader"
1442
- },
1443
- "type": "String"
1444
- }
1445
- ],
1446
- "icon": {
1447
- "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
1448
- },
1449
- "engines": {
1450
- "camunda": "^8.5"
1451
- }
1452
- },
1453
- {
1454
- "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1455
- "name": "RabbitMQ Outbound Connector",
1456
- "id": "io.camunda.connectors.RabbitMQ.v1",
1457
- "description": "Send message to RabbitMQ",
1458
- "metadata": {
1459
- "keywords": []
1460
- },
1461
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound",
1462
- "version": 6,
1463
- "category": {
1464
- "id": "connectors",
1465
- "name": "Connectors"
1466
- },
1467
- "appliesTo": ["bpmn:Task"],
1468
- "elementType": {
1469
- "value": "bpmn:ServiceTask"
1470
- },
1471
- "engines": {
1472
- "camunda": "^8.3"
1473
- },
1474
- "groups": [
1475
- {
1476
- "id": "authentication",
1477
- "label": "Authentication"
1478
- },
1479
- {
1480
- "id": "routing",
1481
- "label": "Routing"
1482
- },
1483
- {
1484
- "id": "message",
1485
- "label": "Message"
1486
- },
1487
- {
1488
- "id": "connector",
1489
- "label": "Connector"
1490
- },
1491
- {
1492
- "id": "output",
1493
- "label": "Output mapping"
1494
- },
1495
- {
1496
- "id": "error",
1497
- "label": "Error handling"
1498
- },
1499
- {
1500
- "id": "retries",
1501
- "label": "Retries"
1502
- }
1503
- ],
1504
- "properties": [
1505
- {
1506
- "value": "io.camunda:connector-rabbitmq:1",
1507
- "binding": {
1508
- "property": "type",
1509
- "type": "zeebe:taskDefinition"
1510
- },
1511
- "type": "Hidden"
1512
- },
1513
- {
1514
- "id": "authentication.authType",
1515
- "label": "Connection type",
1516
- "value": "uri",
1517
- "group": "authentication",
1518
- "binding": {
1519
- "name": "authentication.authType",
1520
- "type": "zeebe:input"
1521
- },
1522
- "type": "Dropdown",
1523
- "choices": [
1524
- {
1525
- "name": "URI",
1526
- "value": "uri"
1527
- },
1528
- {
1529
- "name": "Username/Password",
1530
- "value": "credentials"
1531
- }
1532
- ]
1533
- },
1534
- {
1535
- "id": "authentication.uri",
1536
- "label": "URI",
1537
- "description": "URI should contain username, password, host name, port number, and virtual host",
1538
- "optional": false,
1539
- "constraints": {
1540
- "notEmpty": true,
1541
- "pattern": {
1542
- "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
1543
- "message": "Must start with amqp(s):// or contain a secret reference"
1544
- }
1545
- },
1546
- "feel": "optional",
1547
- "group": "authentication",
1548
- "binding": {
1549
- "name": "authentication.uri",
1550
- "type": "zeebe:input"
1551
- },
1552
- "condition": {
1553
- "property": "authentication.authType",
1554
- "equals": "uri",
1555
- "type": "simple"
1556
- },
1557
- "type": "String"
1558
- },
1559
- {
1560
- "id": "authentication.userName",
1561
- "label": "Username",
1562
- "optional": false,
1563
- "constraints": {
1564
- "notEmpty": true
1565
- },
1566
- "feel": "optional",
1567
- "group": "authentication",
1568
- "binding": {
1569
- "name": "authentication.userName",
1570
- "type": "zeebe:input"
1571
- },
1572
- "condition": {
1573
- "property": "authentication.authType",
1574
- "equals": "credentials",
1575
- "type": "simple"
1576
- },
1577
- "type": "String"
1578
- },
1579
- {
1580
- "id": "authentication.password",
1581
- "label": "Password",
1582
- "optional": false,
1583
- "constraints": {
1584
- "notEmpty": true
1585
- },
1586
- "feel": "optional",
1587
- "group": "authentication",
1588
- "binding": {
1589
- "name": "authentication.password",
1590
- "type": "zeebe:input"
1591
- },
1592
- "condition": {
1593
- "property": "authentication.authType",
1594
- "equals": "credentials",
1595
- "type": "simple"
1596
- },
1597
- "type": "String"
1598
- },
1599
- {
1600
- "id": "routing.exchange",
1601
- "label": "Exchange",
1602
- "description": "Topic exchange: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
1603
- "optional": false,
1604
- "constraints": {
1605
- "notEmpty": true
1606
- },
1607
- "feel": "optional",
1608
- "group": "routing",
1609
- "binding": {
1610
- "name": "routing.exchange",
1611
- "type": "zeebe:input"
1612
- },
1613
- "type": "String"
1614
- },
1615
- {
1616
- "id": "routing.routingKey",
1617
- "label": "Routing key",
1618
- "description": "Routing key: a binding is a \"link\" that was set up to bind a queue to an exchange. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
1619
- "optional": false,
1620
- "constraints": {
1621
- "notEmpty": true
1622
- },
1623
- "feel": "optional",
1624
- "group": "routing",
1625
- "binding": {
1626
- "name": "routing.routingKey",
1627
- "type": "zeebe:input"
1628
- },
1629
- "type": "String"
1630
- },
1631
- {
1632
- "id": "routing.virtualHost",
1633
- "label": "Virtual host",
1634
- "description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
1635
- "optional": false,
1636
- "constraints": {
1637
- "notEmpty": true
1638
- },
1639
- "feel": "optional",
1640
- "group": "routing",
1641
- "binding": {
1642
- "name": "routing.virtualHost",
1643
- "type": "zeebe:input"
1644
- },
1645
- "condition": {
1646
- "property": "authentication.authType",
1647
- "equals": "credentials",
1648
- "type": "simple"
1649
- },
1650
- "type": "String"
1651
- },
1652
- {
1653
- "id": "routing.hostName",
1654
- "label": "Host name",
1655
- "description": "Host name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
1656
- "optional": false,
1657
- "constraints": {
1658
- "notEmpty": true
1659
- },
1660
- "feel": "optional",
1661
- "group": "routing",
1662
- "binding": {
1663
- "name": "routing.hostName",
1664
- "type": "zeebe:input"
1665
- },
1666
- "condition": {
1667
- "property": "authentication.authType",
1668
- "equals": "credentials",
1669
- "type": "simple"
1670
- },
1671
- "type": "String"
1672
- },
1673
- {
1674
- "id": "routing.port",
1675
- "label": "Port",
1676
- "description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
1677
- "optional": false,
1678
- "constraints": {
1679
- "notEmpty": true
1680
- },
1760
+ "type": "Text",
1681
1761
  "feel": "optional",
1682
- "group": "routing",
1683
1762
  "binding": {
1684
- "name": "routing.port",
1685
- "type": "zeebe:input"
1686
- },
1687
- "condition": {
1688
- "property": "authentication.authType",
1689
- "equals": "credentials",
1690
- "type": "simple"
1691
- },
1692
- "type": "String"
1763
+ "type": "zeebe:input",
1764
+ "name": "message.body"
1765
+ }
1693
1766
  },
1694
1767
  {
1695
- "id": "message.properties",
1696
1768
  "label": "Properties",
1697
- "description": "Properties for the message, routing headers, etc",
1698
- "optional": true,
1699
- "value": "={}",
1700
- "feel": "required",
1701
- "group": "message",
1702
- "binding": {
1703
- "name": "message.properties",
1704
- "type": "zeebe:input"
1705
- },
1706
- "type": "Text"
1707
- },
1708
- {
1709
- "id": "message.body",
1710
- "label": "Message",
1711
- "description": "Data to send to RabbitMQ",
1712
- "optional": false,
1713
- "constraints": {
1714
- "notEmpty": true
1715
- },
1716
- "feel": "optional",
1769
+ "description": "Properties for the message, routing headers, etc.",
1717
1770
  "group": "message",
1771
+ "type": "Text",
1772
+ "feel": "required",
1773
+ "value": "={}",
1718
1774
  "binding": {
1719
- "name": "message.body",
1720
- "type": "zeebe:input"
1721
- },
1722
- "type": "Text"
1723
- },
1724
- {
1725
- "id": "version",
1726
- "label": "Version",
1727
- "description": "Version of the element template",
1728
- "value": "6",
1729
- "group": "connector",
1730
- "binding": {
1731
- "key": "elementTemplateVersion",
1732
- "type": "zeebe:taskHeader"
1733
- },
1734
- "type": "Hidden"
1735
- },
1736
- {
1737
- "id": "id",
1738
- "label": "ID",
1739
- "description": "ID of the element template",
1740
- "value": "io.camunda.connectors.RabbitMQ.v1",
1741
- "group": "connector",
1742
- "binding": {
1743
- "key": "elementTemplateId",
1744
- "type": "zeebe:taskHeader"
1745
- },
1746
- "type": "Hidden"
1775
+ "type": "zeebe:input",
1776
+ "name": "message.properties"
1777
+ }
1747
1778
  },
1748
1779
  {
1749
- "id": "resultVariable",
1750
1780
  "label": "Result variable",
1751
- "description": "Name of variable to store the response in",
1781
+ "description": "Enter name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
1752
1782
  "group": "output",
1783
+ "type": "String",
1753
1784
  "binding": {
1754
- "key": "resultVariable",
1755
- "type": "zeebe:taskHeader"
1756
- },
1757
- "type": "String"
1785
+ "type": "zeebe:taskHeader",
1786
+ "key": "resultVariable"
1787
+ }
1758
1788
  },
1759
1789
  {
1760
- "id": "resultExpression",
1761
1790
  "label": "Result expression",
1762
- "description": "Expression to map the response into process variables",
1763
- "feel": "required",
1791
+ "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>",
1764
1792
  "group": "output",
1793
+ "type": "Text",
1794
+ "feel": "required",
1765
1795
  "binding": {
1766
- "key": "resultExpression",
1767
- "type": "zeebe:taskHeader"
1768
- },
1769
- "type": "Text"
1796
+ "type": "zeebe:taskHeader",
1797
+ "key": "resultExpression"
1798
+ }
1770
1799
  },
1771
1800
  {
1772
- "id": "errorExpression",
1773
1801
  "label": "Error expression",
1774
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1802
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
1803
+ "group": "errors",
1804
+ "type": "Text",
1775
1805
  "feel": "required",
1776
- "group": "error",
1777
- "binding": {
1778
- "key": "errorExpression",
1779
- "type": "zeebe:taskHeader"
1780
- },
1781
- "type": "Text"
1782
- },
1783
- {
1784
- "id": "retryCount",
1785
- "label": "Retries",
1786
- "description": "Number of retries",
1787
- "value": "3",
1788
- "feel": "optional",
1789
- "group": "retries",
1790
- "binding": {
1791
- "property": "retries",
1792
- "type": "zeebe:taskDefinition"
1793
- },
1794
- "type": "String"
1795
- },
1796
- {
1797
- "id": "retryBackoff",
1798
- "label": "Retry backoff",
1799
- "description": "ISO-8601 duration to wait between retries",
1800
- "value": "PT0S",
1801
- "group": "retries",
1802
1806
  "binding": {
1803
- "key": "retryBackoff",
1804
- "type": "zeebe:taskHeader"
1805
- },
1806
- "type": "String"
1807
+ "type": "zeebe:taskHeader",
1808
+ "key": "errorExpression"
1809
+ }
1807
1810
  }
1808
1811
  ],
1809
1812
  "icon": {
1810
- "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
1813
+ "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"
1814
+ },
1815
+ "engines": {
1816
+ "camunda": "^8.2"
1811
1817
  }
1812
1818
  }
1813
1819
  ]