@camunda/connectors-element-templates 1.0.5 → 1.0.6

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 (84) hide show
  1. package/package.json +1 -1
  2. package/src/connectors.js +2 -0
  3. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +170 -13
  4. package/src/element-templates/agenticai-aiagent-outbound-connector.json +1596 -389
  5. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
  6. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -1
  7. package/src/element-templates/asana-connector.json +104 -104
  8. package/src/element-templates/automation-anywhere-outbound-connector.json +1207 -1201
  9. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  10. package/src/element-templates/aws-dynamodb-outbound-connector.json +1404 -1404
  11. package/src/element-templates/aws-eventbridge-connector-boundary.json +28 -28
  12. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  13. package/src/element-templates/aws-eventbridge-connector-start-event.json +13 -10
  14. package/src/element-templates/aws-eventbridge-outbound-connector.json +474 -474
  15. package/src/element-templates/aws-lambda-outbound-connector.json +51 -51
  16. package/src/element-templates/aws-s3-outbound-connector.json +30 -30
  17. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  18. package/src/element-templates/aws-sns-inbound-boundary.json +283 -283
  19. package/src/element-templates/aws-sns-inbound-intermediate.json +467 -467
  20. package/src/element-templates/aws-sns-inbound-message-start.json +98 -98
  21. package/src/element-templates/aws-sns-inbound-start-event.json +132 -132
  22. package/src/element-templates/aws-sns-outbound-connector.json +719 -719
  23. package/src/element-templates/aws-sqs-boundary-connector.json +420 -420
  24. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +958 -958
  25. package/src/element-templates/aws-sqs-outbound-connector.json +421 -421
  26. package/src/element-templates/aws-sqs-start-event-connector.json +388 -388
  27. package/src/element-templates/aws-sqs-start-message.json +463 -463
  28. package/src/element-templates/azure-blobstorage-outbound-connector.json +1 -1
  29. package/src/element-templates/azure-open-ai-connector.json +32 -32
  30. package/src/element-templates/blue-prism-connector.json +57 -57
  31. package/src/element-templates/box-outbound-connector.json +30 -30
  32. package/src/element-templates/csv-outbound-connector.json +392 -0
  33. package/src/element-templates/easy-post-connector.json +269 -269
  34. package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
  35. package/src/element-templates/email-outbound-connector.json +231 -231
  36. package/src/element-templates/embeddings-vector-database-outbound-connector.json +3473 -150
  37. package/src/element-templates/github-connector.json +2930 -2930
  38. package/src/element-templates/github-webhook-connector-boundary.json +21 -21
  39. package/src/element-templates/github-webhook-connector-intermediate.json +35 -35
  40. package/src/element-templates/github-webhook-connector-message-start.json +21 -21
  41. package/src/element-templates/github-webhook-connector-start-event.json +35 -32
  42. package/src/element-templates/gitlab-connector.json +1561 -1561
  43. package/src/element-templates/google-drive-outbound-connector.json +363 -363
  44. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  45. package/src/element-templates/google-maps-platform-connector.json +76 -76
  46. package/src/element-templates/google-sheets-outbound-connector.json +1177 -1177
  47. package/src/element-templates/graphql-outbound-connector.json +1182 -1182
  48. package/src/element-templates/http-json-connector.json +2332 -2332
  49. package/src/element-templates/http-polling-boundary-catch-event-connector.json +261 -558
  50. package/src/element-templates/http-polling-connector.json +259 -556
  51. package/src/element-templates/hugging-face-connector.json +34 -34
  52. package/src/element-templates/jdbc-outbound-connector.json +404 -2
  53. package/src/element-templates/kafka-inbound-connector-boundary.json +624 -624
  54. package/src/element-templates/kafka-inbound-connector-intermediate.json +1018 -1018
  55. package/src/element-templates/kafka-inbound-connector-start-message.json +532 -532
  56. package/src/element-templates/kafka-inbound-connector.json +240 -237
  57. package/src/element-templates/kafka-outbound-connector.json +588 -588
  58. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  59. package/src/element-templates/microsoft-teams-outbound-connector.json +3730 -3730
  60. package/src/element-templates/openai-connector.json +117 -117
  61. package/src/element-templates/operate-connector.json +68 -68
  62. package/src/element-templates/power-automate-connector.json +12 -12
  63. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +437 -437
  64. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +581 -581
  65. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +451 -451
  66. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +354 -354
  67. package/src/element-templates/rabbitmq-outbound-connector.json +666 -666
  68. package/src/element-templates/salesforce-connector.json +40 -40
  69. package/src/element-templates/sendgrid-outbound-connector.json +487 -487
  70. package/src/element-templates/slack-inbound-boundary.json +301 -301
  71. package/src/element-templates/slack-inbound-intermediate.json +307 -307
  72. package/src/element-templates/slack-inbound-message-start.json +350 -350
  73. package/src/element-templates/slack-inbound-start-event.json +213 -210
  74. package/src/element-templates/slack-outbound-connector.json +739 -739
  75. package/src/element-templates/twilio-connector.json +88 -88
  76. package/src/element-templates/twilio-webhook-connector.json +13 -10
  77. package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
  78. package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
  79. package/src/element-templates/uipath-connector.json +49 -49
  80. package/src/element-templates/webhook-connector-boundary.json +1644 -1644
  81. package/src/element-templates/webhook-connector-intermediate.json +972 -972
  82. package/src/element-templates/webhook-connector-start-event.json +556 -553
  83. package/src/element-templates/webhook-connector-start-message.json +33 -33
  84. package/src/element-templates/whatsapp-connector.json +6 -6
@@ -4,11 +4,217 @@
4
4
  "name": "Slack Webhook Message Start Event Connector",
5
5
  "id": "io.camunda.connectors.inbound.Slack.MessageStartEvent.v1",
6
6
  "description": "Receive events from Slack",
7
- "metadata": {
8
- "keywords": []
7
+ "version": 2,
8
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
9
+ "category": {
10
+ "id": "connectors",
11
+ "name": "Connectors"
12
+ },
13
+ "appliesTo": ["bpmn:StartEvent"],
14
+ "elementType": {
15
+ "value": "bpmn:StartEvent",
16
+ "eventDefinition": "bpmn:MessageEventDefinition"
17
+ },
18
+ "groups": [
19
+ {
20
+ "id": "endpoint",
21
+ "label": "Webhook configuration"
22
+ },
23
+ {
24
+ "id": "activation",
25
+ "label": "Activation"
26
+ },
27
+ {
28
+ "id": "correlation",
29
+ "label": "Subprocess correlation"
30
+ },
31
+ {
32
+ "id": "variable-mapping",
33
+ "label": "Variable mapping"
34
+ }
35
+ ],
36
+ "properties": [
37
+ {
38
+ "type": "Hidden",
39
+ "value": "io.camunda:slack-webhook:1",
40
+ "binding": {
41
+ "type": "zeebe:property",
42
+ "name": "inbound.type"
43
+ }
44
+ },
45
+ {
46
+ "type": "Hidden",
47
+ "value": "SlackEventsWebhook",
48
+ "binding": {
49
+ "type": "zeebe:property",
50
+ "name": "inbound.subtype"
51
+ }
52
+ },
53
+ {
54
+ "type": "Hidden",
55
+ "generatedValue": {
56
+ "type": "uuid"
57
+ },
58
+ "binding": {
59
+ "type": "bpmn:Message#property",
60
+ "name": "name"
61
+ }
62
+ },
63
+ {
64
+ "label": "Webhook ID",
65
+ "type": "String",
66
+ "group": "endpoint",
67
+ "binding": {
68
+ "type": "zeebe:property",
69
+ "name": "inbound.context"
70
+ },
71
+ "description": "The webhook ID is a part of the URL endpoint",
72
+ "constraints": {
73
+ "notEmpty": true
74
+ }
75
+ },
76
+ {
77
+ "label": "Slack signing secret",
78
+ "description": "Slack signing secret. <a href='https://api.slack.com/authentication/verifying-requests-from-slack' target='_blank'>See documentation</a> regarding the Slack signing secret",
79
+ "type": "String",
80
+ "group": "endpoint",
81
+ "feel": "optional",
82
+ "binding": {
83
+ "type": "zeebe:property",
84
+ "name": "inbound.slackSigningSecret"
85
+ },
86
+ "constraints": {
87
+ "notEmpty": true
88
+ }
89
+ },
90
+ {
91
+ "type": "Hidden",
92
+ "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
93
+ "binding": {
94
+ "type": "zeebe:property",
95
+ "name": "inbound.verificationExpression"
96
+ }
97
+ },
98
+ {
99
+ "label": "Message ID expression",
100
+ "feel": "required",
101
+ "type": "String",
102
+ "optional": true,
103
+ "group": "activation",
104
+ "binding": {
105
+ "type": "zeebe:property",
106
+ "name": "messageIdExpression"
107
+ },
108
+ "description": "Expression to extract unique identifier of a message"
109
+ },
110
+ {
111
+ "label": "Condition",
112
+ "type": "String",
113
+ "group": "activation",
114
+ "feel": "required",
115
+ "optional": true,
116
+ "binding": {
117
+ "type": "zeebe:property",
118
+ "name": "activationCondition"
119
+ },
120
+ "description": "Condition under which the connector triggers. Leave empty to catch all events."
121
+ },
122
+ {
123
+ "label": "Correlation required",
124
+ "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
125
+ "id": "correlationRequired",
126
+ "group": "correlation",
127
+ "type": "Dropdown",
128
+ "value": "notRequired",
129
+ "choices": [
130
+ {
131
+ "name": "Correlation not required",
132
+ "value": "notRequired"
133
+ },
134
+ {
135
+ "name": "Correlation required",
136
+ "value": "required"
137
+ }
138
+ ],
139
+ "binding": {
140
+ "type": "zeebe:property",
141
+ "name": "correlationRequired"
142
+ }
143
+ },
144
+ {
145
+ "label": "Correlation key (process)",
146
+ "type": "String",
147
+ "group": "correlation",
148
+ "feel": "required",
149
+ "description": "Sets up the correlation key from process variables",
150
+ "binding": {
151
+ "type": "bpmn:Message#zeebe:subscription#property",
152
+ "name": "correlationKey"
153
+ },
154
+ "constraints": {
155
+ "notEmpty": true
156
+ },
157
+ "condition": {
158
+ "property": "correlationRequired",
159
+ "equals": "required"
160
+ }
161
+ },
162
+ {
163
+ "label": "Correlation key (payload)",
164
+ "type": "String",
165
+ "group": "correlation",
166
+ "feel": "required",
167
+ "binding": {
168
+ "type": "zeebe:property",
169
+ "name": "correlationKeyExpression"
170
+ },
171
+ "description": "Extracts the correlation key from the incoming message payload",
172
+ "constraints": {
173
+ "notEmpty": true
174
+ },
175
+ "condition": {
176
+ "property": "correlationRequired",
177
+ "equals": "required"
178
+ }
179
+ },
180
+ {
181
+ "label": "Result variable",
182
+ "type": "String",
183
+ "group": "variable-mapping",
184
+ "optional": true,
185
+ "binding": {
186
+ "type": "zeebe:property",
187
+ "name": "resultVariable"
188
+ },
189
+ "description": "Name of variable to store the result of the connector in"
190
+ },
191
+ {
192
+ "label": "Result expression",
193
+ "type": "String",
194
+ "group": "variable-mapping",
195
+ "feel": "required",
196
+ "optional": true,
197
+ "binding": {
198
+ "type": "zeebe:property",
199
+ "name": "resultExpression"
200
+ },
201
+ "description": "Expression to map the inbound payload to process variables"
202
+ }
203
+ ],
204
+ "icon": {
205
+ "contents": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20%20viewBox%3D%220%200%20127%20127%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M27.2%2080c0%207.3-5.9%2013.2-13.2%2013.2C6.7%2093.2.8%2087.3.8%2080c0-7.3%205.9-13.2%2013.2-13.2h13.2V80zm6.6%200c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2v33c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V80z%22%20fill%3D%22%23E01E5A%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M47%2027c-7.3%200-13.2-5.9-13.2-13.2C33.8%206.5%2039.7.6%2047%20.6c7.3%200%2013.2%205.9%2013.2%2013.2V27H47zm0%206.7c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H13.9C6.6%2060.1.7%2054.2.7%2046.9c0-7.3%205.9-13.2%2013.2-13.2H47z%22%20fill%3D%22%2336C5F0%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M99.9%2046.9c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H99.9V46.9zm-6.6%200c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V13.8C66.9%206.5%2072.8.6%2080.1.6c7.3%200%2013.2%205.9%2013.2%2013.2v33.1z%22%20fill%3D%22%232EB67D%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M80.1%2099.8c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V99.8h13.2zm0-6.6c-7.3%200-13.2-5.9-13.2-13.2%200-7.3%205.9-13.2%2013.2-13.2h33.1c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H80.1z%22%20fill%3D%22%23ECB22E%22%2F%3E%0A%3C%2Fsvg%3E%0A"
9
206
  },
207
+ "engines": {
208
+ "camunda": "^8.4"
209
+ }
210
+ },
211
+ {
212
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
213
+ "name": "Slack Webhook Message Start Event Connector",
214
+ "id": "io.camunda.connectors.inbound.Slack.MessageStartEvent.v1",
215
+ "description": "Receive events from Slack",
10
216
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
11
- "version": 6,
217
+ "version": 5,
12
218
  "category": {
13
219
  "id": "connectors",
14
220
  "name": "Connectors"
@@ -232,11 +438,11 @@
232
438
  "type": "Text"
233
439
  }
234
440
  ],
235
- "engines": {
236
- "camunda": "^8.3"
237
- },
238
441
  "icon": {
239
442
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
443
+ },
444
+ "engines": {
445
+ "camunda": "^8.5"
240
446
  }
241
447
  },
242
448
  {
@@ -244,8 +450,11 @@
244
450
  "name": "Slack Webhook Message Start Event Connector",
245
451
  "id": "io.camunda.connectors.inbound.Slack.MessageStartEvent.v1",
246
452
  "description": "Receive events from Slack",
247
- "version": 1,
248
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
453
+ "metadata": {
454
+ "keywords": []
455
+ },
456
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
457
+ "version": 6,
249
458
  "category": {
250
459
  "id": "connectors",
251
460
  "name": "Connectors"
@@ -266,98 +475,89 @@
266
475
  },
267
476
  {
268
477
  "id": "correlation",
269
- "label": "Subprocess correlation"
478
+ "label": "Correlation",
479
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
270
480
  },
271
481
  {
272
- "id": "variable-mapping",
273
- "label": "Variable mapping"
482
+ "id": "output",
483
+ "label": "Output mapping"
274
484
  }
275
485
  ],
276
486
  "properties": [
277
487
  {
278
- "type": "Hidden",
279
488
  "value": "io.camunda:slack-webhook:1",
280
489
  "binding": {
281
- "type": "zeebe:property",
282
- "name": "inbound.type"
283
- }
284
- },
285
- {
286
- "type": "Hidden",
287
- "value": "SlackEventsWebhook",
288
- "binding": {
289
- "type": "zeebe:property",
290
- "name": "inbound.subtype"
291
- }
292
- },
293
- {
294
- "type": "Hidden",
295
- "generatedValue": {
296
- "type": "uuid"
490
+ "name": "inbound.type",
491
+ "type": "zeebe:property"
297
492
  },
298
- "binding": {
299
- "type": "bpmn:Message#property",
300
- "name": "name"
301
- }
493
+ "type": "Hidden"
302
494
  },
303
495
  {
496
+ "id": "inbound.context",
304
497
  "label": "Webhook ID",
305
- "type": "String",
306
- "group": "endpoint",
307
- "binding": {
308
- "type": "zeebe:property",
309
- "name": "inbound.context"
310
- },
311
498
  "description": "The webhook ID is a part of the URL endpoint",
499
+ "optional": false,
312
500
  "constraints": {
313
501
  "notEmpty": true
314
- }
502
+ },
503
+ "group": "endpoint",
504
+ "binding": {
505
+ "name": "inbound.context",
506
+ "type": "zeebe:property"
507
+ },
508
+ "type": "String"
315
509
  },
316
510
  {
511
+ "id": "inbound.slackSigningSecret",
317
512
  "label": "Slack signing secret",
318
513
  "description": "Slack signing secret. <a href='https://api.slack.com/authentication/verifying-requests-from-slack' target='_blank'>See documentation</a> regarding the Slack signing secret",
319
- "type": "String",
514
+ "optional": false,
515
+ "constraints": {
516
+ "notEmpty": true
517
+ },
320
518
  "group": "endpoint",
321
- "feel": "optional",
322
519
  "binding": {
323
- "type": "zeebe:property",
324
- "name": "inbound.slackSigningSecret"
520
+ "name": "inbound.slackSigningSecret",
521
+ "type": "zeebe:property"
325
522
  },
326
- "constraints": {
327
- "notEmpty": true
328
- }
523
+ "type": "String"
329
524
  },
330
525
  {
331
- "label": "Message ID expression",
332
- "feel": "required",
333
- "type": "String",
526
+ "id": "inbound.verificationExpression",
527
+ "label": "Verification expression",
334
528
  "optional": true,
335
- "group": "activation",
529
+ "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
530
+ "group": "endpoint",
336
531
  "binding": {
337
- "type": "zeebe:property",
338
- "name": "messageIdExpression"
532
+ "name": "inbound.verificationExpression",
533
+ "type": "zeebe:property"
339
534
  },
340
- "description": "Expression to extract unique identifier of a message"
535
+ "type": "Hidden"
341
536
  },
342
537
  {
343
- "label": "Condition",
344
- "type": "String",
345
- "group": "activation",
346
- "feel": "required",
538
+ "id": "activationCondition",
539
+ "label": "Activation condition",
540
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
347
541
  "optional": true,
542
+ "feel": "required",
543
+ "group": "activation",
348
544
  "binding": {
349
- "type": "zeebe:property",
350
- "name": "activationCondition"
545
+ "name": "activationCondition",
546
+ "type": "zeebe:property"
351
547
  },
352
- "description": "Condition under which the connector triggers. Leave empty to catch all events."
548
+ "type": "String"
353
549
  },
354
550
  {
355
- "label": "Correlation required",
356
- "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
357
551
  "id": "correlationRequired",
552
+ "label": "Subprocess correlation required",
553
+ "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
554
+ "value": "notRequired",
358
555
  "group": "correlation",
556
+ "binding": {
557
+ "name": "correlationRequired",
558
+ "type": "zeebe:property"
559
+ },
359
560
  "type": "Dropdown",
360
- "value": "notRequired",
361
561
  "choices": [
362
562
  {
363
563
  "name": "Correlation not required",
@@ -367,77 +567,122 @@
367
567
  "name": "Correlation required",
368
568
  "value": "required"
369
569
  }
370
- ],
371
- "binding": {
372
- "type": "zeebe:property",
373
- "name": "correlationRequired"
374
- }
570
+ ]
375
571
  },
376
572
  {
573
+ "id": "correlationKeyProcess",
377
574
  "label": "Correlation key (process)",
378
- "type": "String",
379
- "group": "correlation",
380
- "feel": "required",
381
575
  "description": "Sets up the correlation key from process variables",
382
- "binding": {
383
- "type": "bpmn:Message#zeebe:subscription#property",
384
- "name": "correlationKey"
385
- },
386
576
  "constraints": {
387
577
  "notEmpty": true
388
578
  },
579
+ "feel": "required",
580
+ "group": "correlation",
581
+ "binding": {
582
+ "name": "correlationKey",
583
+ "type": "bpmn:Message#zeebe:subscription#property"
584
+ },
389
585
  "condition": {
390
586
  "property": "correlationRequired",
391
- "equals": "required"
392
- }
587
+ "equals": "required",
588
+ "type": "simple"
589
+ },
590
+ "type": "String"
393
591
  },
394
592
  {
593
+ "id": "correlationKeyPayload",
395
594
  "label": "Correlation key (payload)",
396
- "type": "String",
397
- "group": "correlation",
398
- "feel": "required",
399
- "binding": {
400
- "type": "zeebe:property",
401
- "name": "correlationKeyExpression"
402
- },
403
595
  "description": "Extracts the correlation key from the incoming message payload",
404
596
  "constraints": {
405
597
  "notEmpty": true
406
598
  },
599
+ "feel": "required",
600
+ "group": "correlation",
601
+ "binding": {
602
+ "name": "correlationKeyExpression",
603
+ "type": "zeebe:property"
604
+ },
407
605
  "condition": {
408
606
  "property": "correlationRequired",
409
- "equals": "required"
410
- }
607
+ "equals": "required",
608
+ "type": "simple"
609
+ },
610
+ "type": "String"
411
611
  },
412
612
  {
413
- "label": "Result variable",
414
- "type": "String",
415
- "group": "variable-mapping",
613
+ "id": "messageTtl",
614
+ "label": "Message TTL",
615
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
416
616
  "optional": true,
617
+ "constraints": {
618
+ "notEmpty": false,
619
+ "pattern": {
620
+ "value": "^(PT.*|)$",
621
+ "message": "must be an ISO-8601 duration"
622
+ }
623
+ },
624
+ "feel": "optional",
625
+ "group": "correlation",
417
626
  "binding": {
418
- "type": "zeebe:property",
419
- "name": "resultVariable"
627
+ "name": "messageTtl",
628
+ "type": "zeebe:property"
420
629
  },
421
- "description": "Name of variable to store the result of the connector in"
630
+ "type": "String"
631
+ },
632
+ {
633
+ "id": "messageIdExpression",
634
+ "label": "Message ID expression",
635
+ "description": "Expression to extract unique identifier of a message",
636
+ "optional": true,
637
+ "feel": "required",
638
+ "group": "correlation",
639
+ "binding": {
640
+ "name": "messageIdExpression",
641
+ "type": "zeebe:property"
642
+ },
643
+ "type": "String"
644
+ },
645
+ {
646
+ "id": "messageNameUuid",
647
+ "generatedValue": {
648
+ "type": "uuid"
649
+ },
650
+ "group": "correlation",
651
+ "binding": {
652
+ "name": "name",
653
+ "type": "bpmn:Message#property"
654
+ },
655
+ "type": "Hidden"
422
656
  },
423
657
  {
658
+ "id": "resultVariable",
659
+ "label": "Result variable",
660
+ "description": "Name of variable to store the response in",
661
+ "group": "output",
662
+ "binding": {
663
+ "name": "resultVariable",
664
+ "type": "zeebe:property"
665
+ },
666
+ "type": "String"
667
+ },
668
+ {
669
+ "id": "resultExpression",
424
670
  "label": "Result expression",
425
- "type": "String",
426
- "group": "variable-mapping",
671
+ "description": "Expression to map the response into process variables",
427
672
  "feel": "required",
428
- "optional": true,
673
+ "group": "output",
429
674
  "binding": {
430
- "type": "zeebe:property",
431
- "name": "resultExpression"
675
+ "name": "resultExpression",
676
+ "type": "zeebe:property"
432
677
  },
433
- "description": "Expression to map the inbound payload to process variables"
678
+ "type": "Text"
434
679
  }
435
680
  ],
436
- "icon": {
437
- "contents": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20%20viewBox%3D%220%200%20127%20127%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M27.2%2080c0%207.3-5.9%2013.2-13.2%2013.2C6.7%2093.2.8%2087.3.8%2080c0-7.3%205.9-13.2%2013.2-13.2h13.2V80zm6.6%200c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2v33c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V80z%22%20fill%3D%22%23E01E5A%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M47%2027c-7.3%200-13.2-5.9-13.2-13.2C33.8%206.5%2039.7.6%2047%20.6c7.3%200%2013.2%205.9%2013.2%2013.2V27H47zm0%206.7c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H13.9C6.6%2060.1.7%2054.2.7%2046.9c0-7.3%205.9-13.2%2013.2-13.2H47z%22%20fill%3D%22%2336C5F0%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M99.9%2046.9c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H99.9V46.9zm-6.6%200c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V13.8C66.9%206.5%2072.8.6%2080.1.6c7.3%200%2013.2%205.9%2013.2%2013.2v33.1z%22%20fill%3D%22%232EB67D%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M80.1%2099.8c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V99.8h13.2zm0-6.6c-7.3%200-13.2-5.9-13.2-13.2%200-7.3%205.9-13.2%2013.2-13.2h33.1c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H80.1z%22%20fill%3D%22%23ECB22E%22%2F%3E%0A%3C%2Fsvg%3E%0A"
438
- },
439
681
  "engines": {
440
- "camunda": "^8.2"
682
+ "camunda": "^8.3"
683
+ },
684
+ "icon": {
685
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
441
686
  }
442
687
  },
443
688
  {
@@ -445,8 +690,8 @@
445
690
  "name": "Slack Webhook Message Start Event Connector",
446
691
  "id": "io.camunda.connectors.inbound.Slack.MessageStartEvent.v1",
447
692
  "description": "Receive events from Slack",
448
- "version": 2,
449
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
693
+ "version": 1,
694
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
450
695
  "category": {
451
696
  "id": "connectors",
452
697
  "name": "Connectors"
@@ -528,14 +773,6 @@
528
773
  "notEmpty": true
529
774
  }
530
775
  },
531
- {
532
- "type": "Hidden",
533
- "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
534
- "binding": {
535
- "type": "zeebe:property",
536
- "name": "inbound.verificationExpression"
537
- }
538
- },
539
776
  {
540
777
  "label": "Message ID expression",
541
778
  "feel": "required",
@@ -646,244 +883,7 @@
646
883
  "contents": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20%20viewBox%3D%220%200%20127%20127%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M27.2%2080c0%207.3-5.9%2013.2-13.2%2013.2C6.7%2093.2.8%2087.3.8%2080c0-7.3%205.9-13.2%2013.2-13.2h13.2V80zm6.6%200c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2v33c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V80z%22%20fill%3D%22%23E01E5A%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M47%2027c-7.3%200-13.2-5.9-13.2-13.2C33.8%206.5%2039.7.6%2047%20.6c7.3%200%2013.2%205.9%2013.2%2013.2V27H47zm0%206.7c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H13.9C6.6%2060.1.7%2054.2.7%2046.9c0-7.3%205.9-13.2%2013.2-13.2H47z%22%20fill%3D%22%2336C5F0%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M99.9%2046.9c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H99.9V46.9zm-6.6%200c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V13.8C66.9%206.5%2072.8.6%2080.1.6c7.3%200%2013.2%205.9%2013.2%2013.2v33.1z%22%20fill%3D%22%232EB67D%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M80.1%2099.8c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V99.8h13.2zm0-6.6c-7.3%200-13.2-5.9-13.2-13.2%200-7.3%205.9-13.2%2013.2-13.2h33.1c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H80.1z%22%20fill%3D%22%23ECB22E%22%2F%3E%0A%3C%2Fsvg%3E%0A"
647
884
  },
648
885
  "engines": {
649
- "camunda": "^8.4"
650
- }
651
- },
652
- {
653
- "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
654
- "name": "Slack Webhook Message Start Event Connector",
655
- "id": "io.camunda.connectors.inbound.Slack.MessageStartEvent.v1",
656
- "description": "Receive events from Slack",
657
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
658
- "version": 5,
659
- "category": {
660
- "id": "connectors",
661
- "name": "Connectors"
662
- },
663
- "appliesTo": ["bpmn:StartEvent"],
664
- "elementType": {
665
- "value": "bpmn:StartEvent",
666
- "eventDefinition": "bpmn:MessageEventDefinition"
667
- },
668
- "groups": [
669
- {
670
- "id": "endpoint",
671
- "label": "Webhook configuration"
672
- },
673
- {
674
- "id": "activation",
675
- "label": "Activation"
676
- },
677
- {
678
- "id": "correlation",
679
- "label": "Correlation",
680
- "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
681
- },
682
- {
683
- "id": "output",
684
- "label": "Output mapping"
685
- }
686
- ],
687
- "properties": [
688
- {
689
- "value": "io.camunda:slack-webhook:1",
690
- "binding": {
691
- "name": "inbound.type",
692
- "type": "zeebe:property"
693
- },
694
- "type": "Hidden"
695
- },
696
- {
697
- "id": "inbound.context",
698
- "label": "Webhook ID",
699
- "description": "The webhook ID is a part of the URL endpoint",
700
- "optional": false,
701
- "constraints": {
702
- "notEmpty": true
703
- },
704
- "group": "endpoint",
705
- "binding": {
706
- "name": "inbound.context",
707
- "type": "zeebe:property"
708
- },
709
- "type": "String"
710
- },
711
- {
712
- "id": "inbound.slackSigningSecret",
713
- "label": "Slack signing secret",
714
- "description": "Slack signing secret. <a href='https://api.slack.com/authentication/verifying-requests-from-slack' target='_blank'>See documentation</a> regarding the Slack signing secret",
715
- "optional": false,
716
- "constraints": {
717
- "notEmpty": true
718
- },
719
- "group": "endpoint",
720
- "binding": {
721
- "name": "inbound.slackSigningSecret",
722
- "type": "zeebe:property"
723
- },
724
- "type": "String"
725
- },
726
- {
727
- "id": "inbound.verificationExpression",
728
- "label": "Verification expression",
729
- "optional": true,
730
- "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
731
- "group": "endpoint",
732
- "binding": {
733
- "name": "inbound.verificationExpression",
734
- "type": "zeebe:property"
735
- },
736
- "type": "Hidden"
737
- },
738
- {
739
- "id": "activationCondition",
740
- "label": "Activation condition",
741
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
742
- "optional": true,
743
- "feel": "required",
744
- "group": "activation",
745
- "binding": {
746
- "name": "activationCondition",
747
- "type": "zeebe:property"
748
- },
749
- "type": "String"
750
- },
751
- {
752
- "id": "correlationRequired",
753
- "label": "Subprocess correlation required",
754
- "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
755
- "value": "notRequired",
756
- "group": "correlation",
757
- "binding": {
758
- "name": "correlationRequired",
759
- "type": "zeebe:property"
760
- },
761
- "type": "Dropdown",
762
- "choices": [
763
- {
764
- "name": "Correlation not required",
765
- "value": "notRequired"
766
- },
767
- {
768
- "name": "Correlation required",
769
- "value": "required"
770
- }
771
- ]
772
- },
773
- {
774
- "id": "correlationKeyProcess",
775
- "label": "Correlation key (process)",
776
- "description": "Sets up the correlation key from process variables",
777
- "constraints": {
778
- "notEmpty": true
779
- },
780
- "feel": "required",
781
- "group": "correlation",
782
- "binding": {
783
- "name": "correlationKey",
784
- "type": "bpmn:Message#zeebe:subscription#property"
785
- },
786
- "condition": {
787
- "property": "correlationRequired",
788
- "equals": "required",
789
- "type": "simple"
790
- },
791
- "type": "String"
792
- },
793
- {
794
- "id": "correlationKeyPayload",
795
- "label": "Correlation key (payload)",
796
- "description": "Extracts the correlation key from the incoming message payload",
797
- "constraints": {
798
- "notEmpty": true
799
- },
800
- "feel": "required",
801
- "group": "correlation",
802
- "binding": {
803
- "name": "correlationKeyExpression",
804
- "type": "zeebe:property"
805
- },
806
- "condition": {
807
- "property": "correlationRequired",
808
- "equals": "required",
809
- "type": "simple"
810
- },
811
- "type": "String"
812
- },
813
- {
814
- "id": "messageTtl",
815
- "label": "Message TTL",
816
- "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
817
- "optional": true,
818
- "constraints": {
819
- "notEmpty": false,
820
- "pattern": {
821
- "value": "^(PT.*|)$",
822
- "message": "must be an ISO-8601 duration"
823
- }
824
- },
825
- "feel": "optional",
826
- "group": "correlation",
827
- "binding": {
828
- "name": "messageTtl",
829
- "type": "zeebe:property"
830
- },
831
- "type": "String"
832
- },
833
- {
834
- "id": "messageIdExpression",
835
- "label": "Message ID expression",
836
- "description": "Expression to extract unique identifier of a message",
837
- "optional": true,
838
- "feel": "required",
839
- "group": "correlation",
840
- "binding": {
841
- "name": "messageIdExpression",
842
- "type": "zeebe:property"
843
- },
844
- "type": "String"
845
- },
846
- {
847
- "id": "messageNameUuid",
848
- "generatedValue": {
849
- "type": "uuid"
850
- },
851
- "group": "correlation",
852
- "binding": {
853
- "name": "name",
854
- "type": "bpmn:Message#property"
855
- },
856
- "type": "Hidden"
857
- },
858
- {
859
- "id": "resultVariable",
860
- "label": "Result variable",
861
- "description": "Name of variable to store the response in",
862
- "group": "output",
863
- "binding": {
864
- "name": "resultVariable",
865
- "type": "zeebe:property"
866
- },
867
- "type": "String"
868
- },
869
- {
870
- "id": "resultExpression",
871
- "label": "Result expression",
872
- "description": "Expression to map the response into process variables",
873
- "feel": "required",
874
- "group": "output",
875
- "binding": {
876
- "name": "resultExpression",
877
- "type": "zeebe:property"
878
- },
879
- "type": "Text"
880
- }
881
- ],
882
- "icon": {
883
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
884
- },
885
- "engines": {
886
- "camunda": "^8.5"
886
+ "camunda": "^8.2"
887
887
  }
888
888
  },
889
889
  {