@camunda/connectors-element-templates 1.0.3 → 1.0.5

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 (77) hide show
  1. package/package.json +1 -1
  2. package/src/connectors.js +8 -2
  3. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +30 -30
  4. package/src/element-templates/agenticai-aiagent-outbound-connector.json +323 -9
  5. package/src/element-templates/asana-connector.json +101 -101
  6. package/src/element-templates/automation-anywhere-outbound-connector.json +1777 -961
  7. package/src/element-templates/aws-bedrock-outbound-connector.json +74 -74
  8. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  9. package/src/element-templates/aws-dynamodb-outbound-connector.json +1373 -1373
  10. package/src/element-templates/aws-eventbridge-connector-boundary.json +28 -28
  11. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  12. package/src/element-templates/aws-eventbridge-connector-start-event.json +23 -23
  13. package/src/element-templates/aws-eventbridge-outbound-connector.json +326 -326
  14. package/src/element-templates/aws-lambda-outbound-connector.json +231 -231
  15. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  16. package/src/element-templates/aws-sns-inbound-boundary.json +285 -285
  17. package/src/element-templates/aws-sns-inbound-intermediate.json +33 -33
  18. package/src/element-templates/aws-sns-inbound-message-start.json +227 -227
  19. package/src/element-templates/aws-sns-inbound-start-event.json +132 -132
  20. package/src/element-templates/aws-sns-outbound-connector.json +370 -370
  21. package/src/element-templates/aws-sqs-boundary-connector.json +232 -232
  22. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +532 -532
  23. package/src/element-templates/aws-sqs-outbound-connector.json +396 -396
  24. package/src/element-templates/aws-sqs-start-event-connector.json +389 -389
  25. package/src/element-templates/aws-textract-outbound-connector.json +123 -123
  26. package/src/element-templates/azure-blobstorage-outbound-connector.json +349 -0
  27. package/src/element-templates/blue-prism-connector.json +13 -13
  28. package/src/element-templates/box-outbound-connector.json +30 -30
  29. package/src/element-templates/easy-post-connector.json +121 -121
  30. package/src/element-templates/email-outbound-connector.json +233 -233
  31. package/src/element-templates/github-connector.json +1259 -1259
  32. package/src/element-templates/github-webhook-connector-boundary.json +35 -35
  33. package/src/element-templates/github-webhook-connector-intermediate.json +31 -31
  34. package/src/element-templates/github-webhook-connector-start-event.json +34 -34
  35. package/src/element-templates/gitlab-connector.json +3333 -3333
  36. package/src/element-templates/google-cloud-storage-outbound-connector.json +357 -0
  37. package/src/element-templates/google-drive-outbound-connector.json +414 -101
  38. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  39. package/src/element-templates/google-maps-platform-connector.json +489 -0
  40. package/src/element-templates/google-sheets-outbound-connector.json +2468 -2468
  41. package/src/element-templates/graphql-outbound-connector.json +1113 -1113
  42. package/src/element-templates/http-json-connector.json +2202 -1290
  43. package/src/element-templates/http-polling-boundary-catch-event-connector.json +6 -6
  44. package/src/element-templates/http-polling-connector.json +6 -6
  45. package/src/element-templates/hugging-face-connector.json +34 -34
  46. package/src/element-templates/idp-extraction-outbound-connector.json +115 -0
  47. package/src/element-templates/jdbc-outbound-connector.json +36 -36
  48. package/src/element-templates/kafka-inbound-connector-boundary.json +540 -540
  49. package/src/element-templates/kafka-inbound-connector-intermediate.json +585 -585
  50. package/src/element-templates/kafka-inbound-connector.json +603 -0
  51. package/src/element-templates/kafka-outbound-connector.json +261 -261
  52. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  53. package/src/element-templates/microsoft-teams-outbound-connector.json +98 -98
  54. package/src/element-templates/openai-connector.json +517 -159
  55. package/src/element-templates/operate-connector.json +569 -53
  56. package/src/element-templates/power-automate-connector.json +1724 -0
  57. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +132 -132
  58. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +941 -941
  59. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +459 -459
  60. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +269 -269
  61. package/src/element-templates/rabbitmq-outbound-connector.json +631 -631
  62. package/src/element-templates/salesforce-connector.json +44 -44
  63. package/src/element-templates/sendgrid-outbound-connector.json +787 -255
  64. package/src/element-templates/slack-inbound-boundary.json +215 -215
  65. package/src/element-templates/slack-inbound-intermediate.json +178 -178
  66. package/src/element-templates/slack-inbound-message-start.json +323 -323
  67. package/src/element-templates/slack-inbound-start-event.json +212 -212
  68. package/src/element-templates/slack-outbound-connector.json +777 -522
  69. package/src/element-templates/twilio-connector.json +29 -29
  70. package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
  71. package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
  72. package/src/element-templates/uipath-connector.json +8 -8
  73. package/src/element-templates/webhook-connector-boundary.json +1133 -1133
  74. package/src/element-templates/webhook-connector-intermediate.json +1380 -1380
  75. package/src/element-templates/webhook-connector-start-event.json +1370 -1370
  76. package/src/element-templates/webhook-connector-start-message.json +1171 -1171
  77. package/src/element-templates/agenticai-aiagent-outbound-connector-8.8.0-alpha4.json +0 -843
@@ -8,7 +8,7 @@
8
8
  "keywords": []
9
9
  },
10
10
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
11
- "version": 7,
11
+ "version": 6,
12
12
  "category": {
13
13
  "id": "connectors",
14
14
  "name": "Connectors"
@@ -18,9 +18,6 @@
18
18
  "value": "bpmn:StartEvent",
19
19
  "eventDefinition": "bpmn:MessageEventDefinition"
20
20
  },
21
- "engines": {
22
- "camunda": "^8.3"
23
- },
24
21
  "groups": [
25
22
  {
26
23
  "id": "endpoint",
@@ -35,11 +32,6 @@
35
32
  "label": "Correlation",
36
33
  "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
37
34
  },
38
- {
39
- "id": "deduplication",
40
- "label": "Deduplication",
41
- "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
42
- },
43
35
  {
44
36
  "id": "output",
45
37
  "label": "Output mapping"
@@ -109,18 +101,6 @@
109
101
  },
110
102
  "type": "String"
111
103
  },
112
- {
113
- "id": "consumeUnmatchedEvents",
114
- "label": "Consume unmatched events",
115
- "value": true,
116
- "group": "activation",
117
- "binding": {
118
- "name": "consumeUnmatchedEvents",
119
- "type": "zeebe:property"
120
- },
121
- "tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
122
- "type": "Boolean"
123
- },
124
104
  {
125
105
  "id": "correlationRequired",
126
106
  "label": "Subprocess correlation required",
@@ -228,70 +208,6 @@
228
208
  },
229
209
  "type": "Hidden"
230
210
  },
231
- {
232
- "id": "deduplicationModeManualFlag",
233
- "label": "Manual mode",
234
- "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
235
- "value": false,
236
- "group": "deduplication",
237
- "binding": {
238
- "name": "deduplicationModeManualFlag",
239
- "type": "zeebe:property"
240
- },
241
- "type": "Boolean"
242
- },
243
- {
244
- "id": "deduplicationId",
245
- "label": "Deduplication ID",
246
- "constraints": {
247
- "notEmpty": true,
248
- "pattern": {
249
- "value": "^[a-zA-Z0-9_-]+$",
250
- "message": "can only contain alphanumeric characters, dashes, and underscores"
251
- }
252
- },
253
- "group": "deduplication",
254
- "binding": {
255
- "name": "deduplicationId",
256
- "type": "zeebe:property"
257
- },
258
- "condition": {
259
- "property": "deduplicationModeManualFlag",
260
- "equals": true,
261
- "type": "simple"
262
- },
263
- "type": "String"
264
- },
265
- {
266
- "id": "deduplicationModeManual",
267
- "value": "MANUAL",
268
- "group": "deduplication",
269
- "binding": {
270
- "name": "deduplicationMode",
271
- "type": "zeebe:property"
272
- },
273
- "condition": {
274
- "property": "deduplicationId",
275
- "isActive": true,
276
- "type": "simple"
277
- },
278
- "type": "Hidden"
279
- },
280
- {
281
- "id": "deduplicationModeAuto",
282
- "value": "AUTO",
283
- "group": "deduplication",
284
- "binding": {
285
- "name": "deduplicationMode",
286
- "type": "zeebe:property"
287
- },
288
- "condition": {
289
- "property": "deduplicationId",
290
- "isActive": false,
291
- "type": "simple"
292
- },
293
- "type": "Hidden"
294
- },
295
211
  {
296
212
  "id": "resultVariable",
297
213
  "label": "Result variable",
@@ -316,6 +232,9 @@
316
232
  "type": "Text"
317
233
  }
318
234
  ],
235
+ "engines": {
236
+ "camunda": "^8.3"
237
+ },
319
238
  "icon": {
320
239
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
321
240
  }
@@ -325,8 +244,8 @@
325
244
  "name": "Slack Webhook Message Start Event Connector",
326
245
  "id": "io.camunda.connectors.inbound.Slack.MessageStartEvent.v1",
327
246
  "description": "Receive events from Slack",
328
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
329
- "version": 5,
247
+ "version": 1,
248
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
330
249
  "category": {
331
250
  "id": "connectors",
332
251
  "name": "Connectors"
@@ -347,89 +266,98 @@
347
266
  },
348
267
  {
349
268
  "id": "correlation",
350
- "label": "Correlation",
351
- "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
269
+ "label": "Subprocess correlation"
352
270
  },
353
271
  {
354
- "id": "output",
355
- "label": "Output mapping"
272
+ "id": "variable-mapping",
273
+ "label": "Variable mapping"
356
274
  }
357
275
  ],
358
276
  "properties": [
359
277
  {
278
+ "type": "Hidden",
360
279
  "value": "io.camunda:slack-webhook:1",
361
280
  "binding": {
362
- "name": "inbound.type",
363
- "type": "zeebe:property"
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"
364
297
  },
365
- "type": "Hidden"
298
+ "binding": {
299
+ "type": "bpmn:Message#property",
300
+ "name": "name"
301
+ }
366
302
  },
367
303
  {
368
- "id": "inbound.context",
369
304
  "label": "Webhook ID",
370
- "description": "The webhook ID is a part of the URL endpoint",
371
- "optional": false,
372
- "constraints": {
373
- "notEmpty": true
374
- },
305
+ "type": "String",
375
306
  "group": "endpoint",
376
307
  "binding": {
377
- "name": "inbound.context",
378
- "type": "zeebe:property"
308
+ "type": "zeebe:property",
309
+ "name": "inbound.context"
379
310
  },
380
- "type": "String"
311
+ "description": "The webhook ID is a part of the URL endpoint",
312
+ "constraints": {
313
+ "notEmpty": true
314
+ }
381
315
  },
382
316
  {
383
- "id": "inbound.slackSigningSecret",
384
317
  "label": "Slack signing secret",
385
318
  "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",
386
- "optional": false,
387
- "constraints": {
388
- "notEmpty": true
389
- },
319
+ "type": "String",
390
320
  "group": "endpoint",
321
+ "feel": "optional",
391
322
  "binding": {
392
- "name": "inbound.slackSigningSecret",
393
- "type": "zeebe:property"
323
+ "type": "zeebe:property",
324
+ "name": "inbound.slackSigningSecret"
394
325
  },
395
- "type": "String"
326
+ "constraints": {
327
+ "notEmpty": true
328
+ }
396
329
  },
397
330
  {
398
- "id": "inbound.verificationExpression",
399
- "label": "Verification expression",
331
+ "label": "Message ID expression",
332
+ "feel": "required",
333
+ "type": "String",
400
334
  "optional": true,
401
- "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
402
- "group": "endpoint",
335
+ "group": "activation",
403
336
  "binding": {
404
- "name": "inbound.verificationExpression",
405
- "type": "zeebe:property"
337
+ "type": "zeebe:property",
338
+ "name": "messageIdExpression"
406
339
  },
407
- "type": "Hidden"
340
+ "description": "Expression to extract unique identifier of a message"
408
341
  },
409
342
  {
410
- "id": "activationCondition",
411
- "label": "Activation condition",
412
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
413
- "optional": true,
414
- "feel": "required",
343
+ "label": "Condition",
344
+ "type": "String",
415
345
  "group": "activation",
346
+ "feel": "required",
347
+ "optional": true,
416
348
  "binding": {
417
- "name": "activationCondition",
418
- "type": "zeebe:property"
349
+ "type": "zeebe:property",
350
+ "name": "activationCondition"
419
351
  },
420
- "type": "String"
352
+ "description": "Condition under which the connector triggers. Leave empty to catch all events."
421
353
  },
422
354
  {
423
- "id": "correlationRequired",
424
- "label": "Subprocess correlation required",
355
+ "label": "Correlation required",
425
356
  "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
426
- "value": "notRequired",
357
+ "id": "correlationRequired",
427
358
  "group": "correlation",
428
- "binding": {
429
- "name": "correlationRequired",
430
- "type": "zeebe:property"
431
- },
432
359
  "type": "Dropdown",
360
+ "value": "notRequired",
433
361
  "choices": [
434
362
  {
435
363
  "name": "Correlation not required",
@@ -439,122 +367,77 @@
439
367
  "name": "Correlation required",
440
368
  "value": "required"
441
369
  }
442
- ]
370
+ ],
371
+ "binding": {
372
+ "type": "zeebe:property",
373
+ "name": "correlationRequired"
374
+ }
443
375
  },
444
376
  {
445
- "id": "correlationKeyProcess",
446
377
  "label": "Correlation key (process)",
378
+ "type": "String",
379
+ "group": "correlation",
380
+ "feel": "required",
447
381
  "description": "Sets up the correlation key from process variables",
382
+ "binding": {
383
+ "type": "bpmn:Message#zeebe:subscription#property",
384
+ "name": "correlationKey"
385
+ },
448
386
  "constraints": {
449
387
  "notEmpty": true
450
388
  },
451
- "feel": "required",
452
- "group": "correlation",
453
- "binding": {
454
- "name": "correlationKey",
455
- "type": "bpmn:Message#zeebe:subscription#property"
456
- },
457
389
  "condition": {
458
390
  "property": "correlationRequired",
459
- "equals": "required",
460
- "type": "simple"
461
- },
462
- "type": "String"
391
+ "equals": "required"
392
+ }
463
393
  },
464
394
  {
465
- "id": "correlationKeyPayload",
466
395
  "label": "Correlation key (payload)",
396
+ "type": "String",
397
+ "group": "correlation",
398
+ "feel": "required",
399
+ "binding": {
400
+ "type": "zeebe:property",
401
+ "name": "correlationKeyExpression"
402
+ },
467
403
  "description": "Extracts the correlation key from the incoming message payload",
468
404
  "constraints": {
469
405
  "notEmpty": true
470
406
  },
471
- "feel": "required",
472
- "group": "correlation",
473
- "binding": {
474
- "name": "correlationKeyExpression",
475
- "type": "zeebe:property"
476
- },
477
407
  "condition": {
478
408
  "property": "correlationRequired",
479
- "equals": "required",
480
- "type": "simple"
481
- },
482
- "type": "String"
409
+ "equals": "required"
410
+ }
483
411
  },
484
412
  {
485
- "id": "messageTtl",
486
- "label": "Message TTL",
487
- "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
413
+ "label": "Result variable",
414
+ "type": "String",
415
+ "group": "variable-mapping",
488
416
  "optional": true,
489
- "constraints": {
490
- "notEmpty": false,
491
- "pattern": {
492
- "value": "^(PT.*|)$",
493
- "message": "must be an ISO-8601 duration"
494
- }
495
- },
496
- "feel": "optional",
497
- "group": "correlation",
498
417
  "binding": {
499
- "name": "messageTtl",
500
- "type": "zeebe:property"
501
- },
502
- "type": "String"
503
- },
504
- {
505
- "id": "messageIdExpression",
506
- "label": "Message ID expression",
507
- "description": "Expression to extract unique identifier of a message",
508
- "optional": true,
509
- "feel": "required",
510
- "group": "correlation",
511
- "binding": {
512
- "name": "messageIdExpression",
513
- "type": "zeebe:property"
514
- },
515
- "type": "String"
516
- },
517
- {
518
- "id": "messageNameUuid",
519
- "generatedValue": {
520
- "type": "uuid"
521
- },
522
- "group": "correlation",
523
- "binding": {
524
- "name": "name",
525
- "type": "bpmn:Message#property"
526
- },
527
- "type": "Hidden"
528
- },
529
- {
530
- "id": "resultVariable",
531
- "label": "Result variable",
532
- "description": "Name of variable to store the response in",
533
- "group": "output",
534
- "binding": {
535
- "name": "resultVariable",
536
- "type": "zeebe:property"
418
+ "type": "zeebe:property",
419
+ "name": "resultVariable"
537
420
  },
538
- "type": "String"
421
+ "description": "Name of variable to store the result of the connector in"
539
422
  },
540
423
  {
541
- "id": "resultExpression",
542
424
  "label": "Result expression",
543
- "description": "Expression to map the response into process variables",
425
+ "type": "String",
426
+ "group": "variable-mapping",
544
427
  "feel": "required",
545
- "group": "output",
428
+ "optional": true,
546
429
  "binding": {
547
- "name": "resultExpression",
548
- "type": "zeebe:property"
430
+ "type": "zeebe:property",
431
+ "name": "resultExpression"
549
432
  },
550
- "type": "Text"
433
+ "description": "Expression to map the inbound payload to process variables"
551
434
  }
552
435
  ],
553
436
  "icon": {
554
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
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"
555
438
  },
556
439
  "engines": {
557
- "camunda": "^8.5"
440
+ "camunda": "^8.2"
558
441
  }
559
442
  },
560
443
  {
@@ -562,8 +445,8 @@
562
445
  "name": "Slack Webhook Message Start Event Connector",
563
446
  "id": "io.camunda.connectors.inbound.Slack.MessageStartEvent.v1",
564
447
  "description": "Receive events from Slack",
565
- "version": 1,
566
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
448
+ "version": 2,
449
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
567
450
  "category": {
568
451
  "id": "connectors",
569
452
  "name": "Connectors"
@@ -645,6 +528,14 @@
645
528
  "notEmpty": true
646
529
  }
647
530
  },
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
+ },
648
539
  {
649
540
  "label": "Message ID expression",
650
541
  "feel": "required",
@@ -755,7 +646,7 @@
755
646
  "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"
756
647
  },
757
648
  "engines": {
758
- "camunda": "^8.2"
649
+ "camunda": "^8.4"
759
650
  }
760
651
  },
761
652
  {
@@ -763,8 +654,8 @@
763
654
  "name": "Slack Webhook Message Start Event Connector",
764
655
  "id": "io.camunda.connectors.inbound.Slack.MessageStartEvent.v1",
765
656
  "description": "Receive events from Slack",
766
- "version": 2,
767
657
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
658
+ "version": 5,
768
659
  "category": {
769
660
  "id": "connectors",
770
661
  "name": "Connectors"
@@ -785,106 +676,89 @@
785
676
  },
786
677
  {
787
678
  "id": "correlation",
788
- "label": "Subprocess 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>."
789
681
  },
790
682
  {
791
- "id": "variable-mapping",
792
- "label": "Variable mapping"
683
+ "id": "output",
684
+ "label": "Output mapping"
793
685
  }
794
686
  ],
795
687
  "properties": [
796
688
  {
797
- "type": "Hidden",
798
689
  "value": "io.camunda:slack-webhook:1",
799
690
  "binding": {
800
- "type": "zeebe:property",
801
- "name": "inbound.type"
802
- }
803
- },
804
- {
805
- "type": "Hidden",
806
- "value": "SlackEventsWebhook",
807
- "binding": {
808
- "type": "zeebe:property",
809
- "name": "inbound.subtype"
810
- }
811
- },
812
- {
813
- "type": "Hidden",
814
- "generatedValue": {
815
- "type": "uuid"
691
+ "name": "inbound.type",
692
+ "type": "zeebe:property"
816
693
  },
817
- "binding": {
818
- "type": "bpmn:Message#property",
819
- "name": "name"
820
- }
694
+ "type": "Hidden"
821
695
  },
822
696
  {
697
+ "id": "inbound.context",
823
698
  "label": "Webhook ID",
824
- "type": "String",
825
- "group": "endpoint",
826
- "binding": {
827
- "type": "zeebe:property",
828
- "name": "inbound.context"
829
- },
830
699
  "description": "The webhook ID is a part of the URL endpoint",
700
+ "optional": false,
831
701
  "constraints": {
832
702
  "notEmpty": true
833
- }
703
+ },
704
+ "group": "endpoint",
705
+ "binding": {
706
+ "name": "inbound.context",
707
+ "type": "zeebe:property"
708
+ },
709
+ "type": "String"
834
710
  },
835
711
  {
712
+ "id": "inbound.slackSigningSecret",
836
713
  "label": "Slack signing secret",
837
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",
838
- "type": "String",
839
- "group": "endpoint",
840
- "feel": "optional",
841
- "binding": {
842
- "type": "zeebe:property",
843
- "name": "inbound.slackSigningSecret"
844
- },
715
+ "optional": false,
845
716
  "constraints": {
846
717
  "notEmpty": true
847
- }
848
- },
849
- {
850
- "type": "Hidden",
851
- "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
718
+ },
719
+ "group": "endpoint",
852
720
  "binding": {
853
- "type": "zeebe:property",
854
- "name": "inbound.verificationExpression"
855
- }
721
+ "name": "inbound.slackSigningSecret",
722
+ "type": "zeebe:property"
723
+ },
724
+ "type": "String"
856
725
  },
857
726
  {
858
- "label": "Message ID expression",
859
- "feel": "required",
860
- "type": "String",
727
+ "id": "inbound.verificationExpression",
728
+ "label": "Verification expression",
861
729
  "optional": true,
862
- "group": "activation",
730
+ "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
731
+ "group": "endpoint",
863
732
  "binding": {
864
- "type": "zeebe:property",
865
- "name": "messageIdExpression"
733
+ "name": "inbound.verificationExpression",
734
+ "type": "zeebe:property"
866
735
  },
867
- "description": "Expression to extract unique identifier of a message"
736
+ "type": "Hidden"
868
737
  },
869
738
  {
870
- "label": "Condition",
871
- "type": "String",
872
- "group": "activation",
873
- "feel": "required",
739
+ "id": "activationCondition",
740
+ "label": "Activation condition",
741
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
874
742
  "optional": true,
743
+ "feel": "required",
744
+ "group": "activation",
875
745
  "binding": {
876
- "type": "zeebe:property",
877
- "name": "activationCondition"
746
+ "name": "activationCondition",
747
+ "type": "zeebe:property"
878
748
  },
879
- "description": "Condition under which the connector triggers. Leave empty to catch all events."
749
+ "type": "String"
880
750
  },
881
751
  {
882
- "label": "Correlation required",
883
- "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
884
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",
885
756
  "group": "correlation",
757
+ "binding": {
758
+ "name": "correlationRequired",
759
+ "type": "zeebe:property"
760
+ },
886
761
  "type": "Dropdown",
887
- "value": "notRequired",
888
762
  "choices": [
889
763
  {
890
764
  "name": "Correlation not required",
@@ -894,77 +768,122 @@
894
768
  "name": "Correlation required",
895
769
  "value": "required"
896
770
  }
897
- ],
898
- "binding": {
899
- "type": "zeebe:property",
900
- "name": "correlationRequired"
901
- }
771
+ ]
902
772
  },
903
773
  {
774
+ "id": "correlationKeyProcess",
904
775
  "label": "Correlation key (process)",
905
- "type": "String",
906
- "group": "correlation",
907
- "feel": "required",
908
776
  "description": "Sets up the correlation key from process variables",
909
- "binding": {
910
- "type": "bpmn:Message#zeebe:subscription#property",
911
- "name": "correlationKey"
912
- },
913
777
  "constraints": {
914
778
  "notEmpty": true
915
779
  },
780
+ "feel": "required",
781
+ "group": "correlation",
782
+ "binding": {
783
+ "name": "correlationKey",
784
+ "type": "bpmn:Message#zeebe:subscription#property"
785
+ },
916
786
  "condition": {
917
787
  "property": "correlationRequired",
918
- "equals": "required"
919
- }
788
+ "equals": "required",
789
+ "type": "simple"
790
+ },
791
+ "type": "String"
920
792
  },
921
793
  {
794
+ "id": "correlationKeyPayload",
922
795
  "label": "Correlation key (payload)",
923
- "type": "String",
924
- "group": "correlation",
925
- "feel": "required",
926
- "binding": {
927
- "type": "zeebe:property",
928
- "name": "correlationKeyExpression"
929
- },
930
796
  "description": "Extracts the correlation key from the incoming message payload",
931
797
  "constraints": {
932
798
  "notEmpty": true
933
799
  },
800
+ "feel": "required",
801
+ "group": "correlation",
802
+ "binding": {
803
+ "name": "correlationKeyExpression",
804
+ "type": "zeebe:property"
805
+ },
934
806
  "condition": {
935
807
  "property": "correlationRequired",
936
- "equals": "required"
937
- }
808
+ "equals": "required",
809
+ "type": "simple"
810
+ },
811
+ "type": "String"
938
812
  },
939
813
  {
940
- "label": "Result variable",
941
- "type": "String",
942
- "group": "variable-mapping",
814
+ "id": "messageTtl",
815
+ "label": "Message TTL",
816
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
943
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",
944
827
  "binding": {
945
- "type": "zeebe:property",
946
- "name": "resultVariable"
828
+ "name": "messageTtl",
829
+ "type": "zeebe:property"
947
830
  },
948
- "description": "Name of variable to store the result of the connector in"
831
+ "type": "String"
949
832
  },
950
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",
951
871
  "label": "Result expression",
952
- "type": "String",
953
- "group": "variable-mapping",
872
+ "description": "Expression to map the response into process variables",
954
873
  "feel": "required",
955
- "optional": true,
874
+ "group": "output",
956
875
  "binding": {
957
- "type": "zeebe:property",
958
- "name": "resultExpression"
876
+ "name": "resultExpression",
877
+ "type": "zeebe:property"
959
878
  },
960
- "description": "Expression to map the inbound payload to process variables"
879
+ "type": "Text"
961
880
  }
962
881
  ],
963
882
  "icon": {
964
- "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"
883
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
965
884
  },
966
885
  "engines": {
967
- "camunda": "^8.4"
886
+ "camunda": "^8.5"
968
887
  }
969
888
  },
970
889
  {
@@ -976,7 +895,7 @@
976
895
  "keywords": []
977
896
  },
978
897
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
979
- "version": 6,
898
+ "version": 7,
980
899
  "category": {
981
900
  "id": "connectors",
982
901
  "name": "Connectors"
@@ -986,6 +905,9 @@
986
905
  "value": "bpmn:StartEvent",
987
906
  "eventDefinition": "bpmn:MessageEventDefinition"
988
907
  },
908
+ "engines": {
909
+ "camunda": "^8.3"
910
+ },
989
911
  "groups": [
990
912
  {
991
913
  "id": "endpoint",
@@ -1000,6 +922,11 @@
1000
922
  "label": "Correlation",
1001
923
  "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
1002
924
  },
925
+ {
926
+ "id": "deduplication",
927
+ "label": "Deduplication",
928
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
929
+ },
1003
930
  {
1004
931
  "id": "output",
1005
932
  "label": "Output mapping"
@@ -1069,6 +996,18 @@
1069
996
  },
1070
997
  "type": "String"
1071
998
  },
999
+ {
1000
+ "id": "consumeUnmatchedEvents",
1001
+ "label": "Consume unmatched events",
1002
+ "value": true,
1003
+ "group": "activation",
1004
+ "binding": {
1005
+ "name": "consumeUnmatchedEvents",
1006
+ "type": "zeebe:property"
1007
+ },
1008
+ "tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
1009
+ "type": "Boolean"
1010
+ },
1072
1011
  {
1073
1012
  "id": "correlationRequired",
1074
1013
  "label": "Subprocess correlation required",
@@ -1176,6 +1115,70 @@
1176
1115
  },
1177
1116
  "type": "Hidden"
1178
1117
  },
1118
+ {
1119
+ "id": "deduplicationModeManualFlag",
1120
+ "label": "Manual mode",
1121
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
1122
+ "value": false,
1123
+ "group": "deduplication",
1124
+ "binding": {
1125
+ "name": "deduplicationModeManualFlag",
1126
+ "type": "zeebe:property"
1127
+ },
1128
+ "type": "Boolean"
1129
+ },
1130
+ {
1131
+ "id": "deduplicationId",
1132
+ "label": "Deduplication ID",
1133
+ "constraints": {
1134
+ "notEmpty": true,
1135
+ "pattern": {
1136
+ "value": "^[a-zA-Z0-9_-]+$",
1137
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
1138
+ }
1139
+ },
1140
+ "group": "deduplication",
1141
+ "binding": {
1142
+ "name": "deduplicationId",
1143
+ "type": "zeebe:property"
1144
+ },
1145
+ "condition": {
1146
+ "property": "deduplicationModeManualFlag",
1147
+ "equals": true,
1148
+ "type": "simple"
1149
+ },
1150
+ "type": "String"
1151
+ },
1152
+ {
1153
+ "id": "deduplicationModeManual",
1154
+ "value": "MANUAL",
1155
+ "group": "deduplication",
1156
+ "binding": {
1157
+ "name": "deduplicationMode",
1158
+ "type": "zeebe:property"
1159
+ },
1160
+ "condition": {
1161
+ "property": "deduplicationId",
1162
+ "isActive": true,
1163
+ "type": "simple"
1164
+ },
1165
+ "type": "Hidden"
1166
+ },
1167
+ {
1168
+ "id": "deduplicationModeAuto",
1169
+ "value": "AUTO",
1170
+ "group": "deduplication",
1171
+ "binding": {
1172
+ "name": "deduplicationMode",
1173
+ "type": "zeebe:property"
1174
+ },
1175
+ "condition": {
1176
+ "property": "deduplicationId",
1177
+ "isActive": false,
1178
+ "type": "simple"
1179
+ },
1180
+ "type": "Hidden"
1181
+ },
1179
1182
  {
1180
1183
  "id": "resultVariable",
1181
1184
  "label": "Result variable",
@@ -1200,9 +1203,6 @@
1200
1203
  "type": "Text"
1201
1204
  }
1202
1205
  ],
1203
- "engines": {
1204
- "camunda": "^8.3"
1205
- },
1206
1206
  "icon": {
1207
1207
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
1208
1208
  }