@camunda/connectors-element-templates 1.0.6 → 1.0.8
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.
- package/package.json +1 -1
- package/src/build_element_template_array_json_files.sh +9 -0
- package/src/connectors.js +26 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +32 -30
- package/src/element-templates/agenticai-aiagent-job-worker.json +3266 -0
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +3932 -760
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +1 -1
- package/src/element-templates/asana-connector.json +104 -104
- package/src/element-templates/automation-anywhere-outbound-connector.json +657 -657
- package/src/element-templates/aws-bedrock-outbound-connector.json +30 -30
- package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
- package/src/element-templates/aws-dynamodb-outbound-connector.json +107 -107
- package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +31 -31
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-receive.json +356 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
- package/src/element-templates/aws-eventbridge-outbound-connector.json +479 -479
- package/src/element-templates/aws-lambda-outbound-connector.json +92 -92
- package/src/element-templates/aws-s3-outbound-connector.json +30 -30
- package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
- package/src/element-templates/aws-sns-inbound-boundary.json +303 -303
- package/src/element-templates/aws-sns-inbound-intermediate.json +215 -215
- package/src/element-templates/aws-sns-inbound-message-start.json +343 -343
- package/src/element-templates/aws-sns-inbound-receive.json +304 -0
- package/src/element-templates/aws-sns-inbound-start-event.json +130 -130
- package/src/element-templates/aws-sns-outbound-connector.json +726 -726
- package/src/element-templates/aws-sqs-boundary-connector.json +629 -629
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +537 -537
- package/src/element-templates/aws-sqs-outbound-connector.json +440 -440
- package/src/element-templates/aws-sqs-receive-connector.json +418 -0
- package/src/element-templates/aws-sqs-start-event-connector.json +771 -771
- package/src/element-templates/aws-sqs-start-message.json +461 -461
- package/src/element-templates/azure-open-ai-connector.json +32 -32
- package/src/element-templates/blue-prism-connector.json +50 -50
- package/src/element-templates/box-outbound-connector.json +30 -30
- package/src/element-templates/csv-outbound-connector.json +412 -0
- package/src/element-templates/easy-post-connector.json +149 -149
- package/src/element-templates/email-inbound-connector-boundary.json +19 -19
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-outbound-connector.json +233 -233
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +473 -488
- package/src/element-templates/github-connector.json +2417 -2417
- package/src/element-templates/github-webhook-connector-boundary.json +21 -21
- package/src/element-templates/github-webhook-connector-intermediate.json +57 -57
- package/src/element-templates/github-webhook-connector-message-start.json +21 -21
- package/src/element-templates/github-webhook-connector-receive.json +202 -0
- package/src/element-templates/github-webhook-connector-start-event.json +57 -57
- package/src/element-templates/gitlab-connector.json +1103 -1103
- package/src/element-templates/google-drive-outbound-connector.json +846 -846
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +78 -78
- package/src/element-templates/google-sheets-outbound-connector.json +1067 -1067
- package/src/element-templates/graphql-outbound-connector.json +1181 -1181
- package/src/element-templates/http-json-connector.json +2471 -1866
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +635 -6
- package/src/element-templates/http-polling-connector.json +635 -6
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +43 -43
- package/src/element-templates/kafka-inbound-connector-boundary.json +1012 -1012
- package/src/element-templates/kafka-inbound-connector-intermediate.json +582 -582
- package/src/element-templates/kafka-inbound-connector-receive.json +498 -0
- package/src/element-templates/kafka-inbound-connector-start-message.json +608 -608
- package/src/element-templates/kafka-outbound-connector.json +385 -385
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +1643 -1643
- package/src/element-templates/openai-connector.json +122 -122
- package/src/element-templates/operate-connector.json +76 -72
- package/src/element-templates/power-automate-connector.json +10 -10
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +334 -334
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +861 -861
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +456 -456
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +461 -0
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +258 -258
- package/src/element-templates/rabbitmq-outbound-connector.json +322 -322
- package/src/element-templates/salesforce-connector.json +44 -44
- package/src/element-templates/sendgrid-outbound-connector.json +470 -470
- package/src/element-templates/servicenow-connector.json +942 -0
- package/src/element-templates/servicenow-flow-starter-connector.json +643 -0
- package/src/element-templates/servicenow-incident-connector.json +969 -0
- package/src/element-templates/slack-inbound-boundary.json +303 -303
- package/src/element-templates/slack-inbound-intermediate.json +277 -277
- package/src/element-templates/slack-inbound-message-start.json +11 -11
- package/src/element-templates/slack-inbound-receive.json +290 -0
- package/src/element-templates/slack-inbound-start-event.json +247 -247
- package/src/element-templates/slack-outbound-connector.json +966 -966
- package/src/element-templates/twilio-connector.json +52 -52
- package/src/element-templates/twilio-webhook-boundary-connector.json +20 -20
- package/src/element-templates/twilio-webhook-connector.json +11 -11
- package/src/element-templates/twilio-webhook-intermediate-connector.json +50 -50
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/twilio-webhook-receive-connector.json +262 -0
- package/src/element-templates/webhook-connector-boundary.json +1150 -1150
- package/src/element-templates/webhook-connector-intermediate.json +1834 -1834
- package/src/element-templates/webhook-connector-receive.json +609 -0
- package/src/element-templates/webhook-connector-start-event.json +1495 -1495
- package/src/element-templates/webhook-connector-start-message.json +586 -586
- package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
|
@@ -4,11 +4,8 @@
|
|
|
4
4
|
"name": "Slack Webhook Boundary Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.inbound.Slack.BoundaryEvent.v1",
|
|
6
6
|
"description": "Receive events from Slack",
|
|
7
|
-
"metadata": {
|
|
8
|
-
"keywords": []
|
|
9
|
-
},
|
|
10
7
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
11
|
-
"version":
|
|
8
|
+
"version": 5,
|
|
12
9
|
"category": {
|
|
13
10
|
"id": "connectors",
|
|
14
11
|
"name": "Connectors"
|
|
@@ -18,9 +15,6 @@
|
|
|
18
15
|
"value": "bpmn:BoundaryEvent",
|
|
19
16
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
20
17
|
},
|
|
21
|
-
"engines": {
|
|
22
|
-
"camunda": "^8.3"
|
|
23
|
-
},
|
|
24
18
|
"groups": [
|
|
25
19
|
{
|
|
26
20
|
"id": "endpoint",
|
|
@@ -35,11 +29,6 @@
|
|
|
35
29
|
"label": "Correlation",
|
|
36
30
|
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
37
31
|
},
|
|
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
32
|
{
|
|
44
33
|
"id": "output",
|
|
45
34
|
"label": "Output mapping"
|
|
@@ -109,18 +98,6 @@
|
|
|
109
98
|
},
|
|
110
99
|
"type": "String"
|
|
111
100
|
},
|
|
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
101
|
{
|
|
125
102
|
"id": "correlationKeyProcess",
|
|
126
103
|
"label": "Correlation key (process)",
|
|
@@ -196,70 +173,6 @@
|
|
|
196
173
|
},
|
|
197
174
|
"type": "Hidden"
|
|
198
175
|
},
|
|
199
|
-
{
|
|
200
|
-
"id": "deduplicationModeManualFlag",
|
|
201
|
-
"label": "Manual mode",
|
|
202
|
-
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
203
|
-
"value": false,
|
|
204
|
-
"group": "deduplication",
|
|
205
|
-
"binding": {
|
|
206
|
-
"name": "deduplicationModeManualFlag",
|
|
207
|
-
"type": "zeebe:property"
|
|
208
|
-
},
|
|
209
|
-
"type": "Boolean"
|
|
210
|
-
},
|
|
211
|
-
{
|
|
212
|
-
"id": "deduplicationId",
|
|
213
|
-
"label": "Deduplication ID",
|
|
214
|
-
"constraints": {
|
|
215
|
-
"notEmpty": true,
|
|
216
|
-
"pattern": {
|
|
217
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
218
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
219
|
-
}
|
|
220
|
-
},
|
|
221
|
-
"group": "deduplication",
|
|
222
|
-
"binding": {
|
|
223
|
-
"name": "deduplicationId",
|
|
224
|
-
"type": "zeebe:property"
|
|
225
|
-
},
|
|
226
|
-
"condition": {
|
|
227
|
-
"property": "deduplicationModeManualFlag",
|
|
228
|
-
"equals": true,
|
|
229
|
-
"type": "simple"
|
|
230
|
-
},
|
|
231
|
-
"type": "String"
|
|
232
|
-
},
|
|
233
|
-
{
|
|
234
|
-
"id": "deduplicationModeManual",
|
|
235
|
-
"value": "MANUAL",
|
|
236
|
-
"group": "deduplication",
|
|
237
|
-
"binding": {
|
|
238
|
-
"name": "deduplicationMode",
|
|
239
|
-
"type": "zeebe:property"
|
|
240
|
-
},
|
|
241
|
-
"condition": {
|
|
242
|
-
"property": "deduplicationId",
|
|
243
|
-
"isActive": true,
|
|
244
|
-
"type": "simple"
|
|
245
|
-
},
|
|
246
|
-
"type": "Hidden"
|
|
247
|
-
},
|
|
248
|
-
{
|
|
249
|
-
"id": "deduplicationModeAuto",
|
|
250
|
-
"value": "AUTO",
|
|
251
|
-
"group": "deduplication",
|
|
252
|
-
"binding": {
|
|
253
|
-
"name": "deduplicationMode",
|
|
254
|
-
"type": "zeebe:property"
|
|
255
|
-
},
|
|
256
|
-
"condition": {
|
|
257
|
-
"property": "deduplicationId",
|
|
258
|
-
"isActive": false,
|
|
259
|
-
"type": "simple"
|
|
260
|
-
},
|
|
261
|
-
"type": "Hidden"
|
|
262
|
-
},
|
|
263
176
|
{
|
|
264
177
|
"id": "resultVariable",
|
|
265
178
|
"label": "Result variable",
|
|
@@ -286,6 +199,9 @@
|
|
|
286
199
|
],
|
|
287
200
|
"icon": {
|
|
288
201
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
|
|
202
|
+
},
|
|
203
|
+
"engines": {
|
|
204
|
+
"camunda": "^8.5"
|
|
289
205
|
}
|
|
290
206
|
},
|
|
291
207
|
{
|
|
@@ -293,8 +209,8 @@
|
|
|
293
209
|
"name": "Slack Webhook Boundary Event Connector",
|
|
294
210
|
"id": "io.camunda.connectors.inbound.Slack.BoundaryEvent.v1",
|
|
295
211
|
"description": "Receive events from Slack",
|
|
296
|
-
"version":
|
|
297
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack
|
|
212
|
+
"version": 1,
|
|
213
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
|
|
298
214
|
"category": {
|
|
299
215
|
"id": "connectors",
|
|
300
216
|
"name": "Connectors"
|
|
@@ -408,18 +324,6 @@
|
|
|
408
324
|
"notEmpty": true
|
|
409
325
|
}
|
|
410
326
|
},
|
|
411
|
-
{
|
|
412
|
-
"label": "Message ID expression",
|
|
413
|
-
"feel": "required",
|
|
414
|
-
"type": "String",
|
|
415
|
-
"optional": true,
|
|
416
|
-
"group": "activation",
|
|
417
|
-
"binding": {
|
|
418
|
-
"type": "zeebe:property",
|
|
419
|
-
"name": "messageIdExpression"
|
|
420
|
-
},
|
|
421
|
-
"description": "Expression to extract unique identifier of a message"
|
|
422
|
-
},
|
|
423
327
|
{
|
|
424
328
|
"label": "Condition",
|
|
425
329
|
"type": "String",
|
|
@@ -468,8 +372,11 @@
|
|
|
468
372
|
"name": "Slack Webhook Boundary Event Connector",
|
|
469
373
|
"id": "io.camunda.connectors.inbound.Slack.BoundaryEvent.v1",
|
|
470
374
|
"description": "Receive events from Slack",
|
|
471
|
-
"
|
|
472
|
-
|
|
375
|
+
"metadata": {
|
|
376
|
+
"keywords": []
|
|
377
|
+
},
|
|
378
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
379
|
+
"version": 6,
|
|
473
380
|
"category": {
|
|
474
381
|
"id": "connectors",
|
|
475
382
|
"name": "Connectors"
|
|
@@ -489,141 +396,183 @@
|
|
|
489
396
|
"label": "Activation"
|
|
490
397
|
},
|
|
491
398
|
{
|
|
492
|
-
"id": "
|
|
493
|
-
"label": "
|
|
399
|
+
"id": "correlation",
|
|
400
|
+
"label": "Correlation",
|
|
401
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"id": "output",
|
|
405
|
+
"label": "Output mapping"
|
|
494
406
|
}
|
|
495
407
|
],
|
|
496
408
|
"properties": [
|
|
497
409
|
{
|
|
498
|
-
"type": "Hidden",
|
|
499
410
|
"value": "io.camunda:slack-webhook:1",
|
|
500
411
|
"binding": {
|
|
501
|
-
"
|
|
502
|
-
"
|
|
503
|
-
}
|
|
504
|
-
},
|
|
505
|
-
{
|
|
506
|
-
"type": "Hidden",
|
|
507
|
-
"value": "SlackEventsWebhook",
|
|
508
|
-
"binding": {
|
|
509
|
-
"type": "zeebe:property",
|
|
510
|
-
"name": "inbound.subtype"
|
|
511
|
-
}
|
|
512
|
-
},
|
|
513
|
-
{
|
|
514
|
-
"type": "Hidden",
|
|
515
|
-
"generatedValue": {
|
|
516
|
-
"type": "uuid"
|
|
412
|
+
"name": "inbound.type",
|
|
413
|
+
"type": "zeebe:property"
|
|
517
414
|
},
|
|
518
|
-
"
|
|
519
|
-
"type": "bpmn:Message#property",
|
|
520
|
-
"name": "name"
|
|
521
|
-
}
|
|
415
|
+
"type": "Hidden"
|
|
522
416
|
},
|
|
523
417
|
{
|
|
418
|
+
"id": "inbound.context",
|
|
524
419
|
"label": "Webhook ID",
|
|
525
|
-
"type": "String",
|
|
526
|
-
"group": "endpoint",
|
|
527
|
-
"binding": {
|
|
528
|
-
"type": "zeebe:property",
|
|
529
|
-
"name": "inbound.context"
|
|
530
|
-
},
|
|
531
420
|
"description": "The webhook ID is a part of the URL endpoint",
|
|
421
|
+
"optional": false,
|
|
532
422
|
"constraints": {
|
|
533
423
|
"notEmpty": true
|
|
534
|
-
}
|
|
424
|
+
},
|
|
425
|
+
"group": "endpoint",
|
|
426
|
+
"binding": {
|
|
427
|
+
"name": "inbound.context",
|
|
428
|
+
"type": "zeebe:property"
|
|
429
|
+
},
|
|
430
|
+
"type": "String"
|
|
535
431
|
},
|
|
536
432
|
{
|
|
433
|
+
"id": "inbound.slackSigningSecret",
|
|
537
434
|
"label": "Slack signing secret",
|
|
538
435
|
"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",
|
|
539
|
-
"
|
|
436
|
+
"optional": false,
|
|
437
|
+
"constraints": {
|
|
438
|
+
"notEmpty": true
|
|
439
|
+
},
|
|
540
440
|
"group": "endpoint",
|
|
541
|
-
"feel": "optional",
|
|
542
441
|
"binding": {
|
|
543
|
-
"
|
|
544
|
-
"
|
|
442
|
+
"name": "inbound.slackSigningSecret",
|
|
443
|
+
"type": "zeebe:property"
|
|
545
444
|
},
|
|
546
|
-
"
|
|
547
|
-
"notEmpty": true
|
|
548
|
-
}
|
|
445
|
+
"type": "String"
|
|
549
446
|
},
|
|
550
447
|
{
|
|
551
|
-
"
|
|
448
|
+
"id": "inbound.verificationExpression",
|
|
449
|
+
"label": "Verification expression",
|
|
450
|
+
"optional": true,
|
|
552
451
|
"value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
|
|
452
|
+
"group": "endpoint",
|
|
553
453
|
"binding": {
|
|
554
|
-
"
|
|
555
|
-
"
|
|
556
|
-
}
|
|
454
|
+
"name": "inbound.verificationExpression",
|
|
455
|
+
"type": "zeebe:property"
|
|
456
|
+
},
|
|
457
|
+
"type": "Hidden"
|
|
557
458
|
},
|
|
558
459
|
{
|
|
559
|
-
"
|
|
560
|
-
"
|
|
561
|
-
"
|
|
460
|
+
"id": "activationCondition",
|
|
461
|
+
"label": "Activation condition",
|
|
462
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
463
|
+
"optional": true,
|
|
562
464
|
"feel": "required",
|
|
563
|
-
"
|
|
465
|
+
"group": "activation",
|
|
564
466
|
"binding": {
|
|
565
|
-
"
|
|
566
|
-
"
|
|
467
|
+
"name": "activationCondition",
|
|
468
|
+
"type": "zeebe:property"
|
|
567
469
|
},
|
|
568
|
-
"
|
|
569
|
-
"notEmpty": true
|
|
570
|
-
}
|
|
470
|
+
"type": "String"
|
|
571
471
|
},
|
|
572
472
|
{
|
|
573
|
-
"
|
|
574
|
-
"
|
|
575
|
-
"
|
|
473
|
+
"id": "correlationKeyProcess",
|
|
474
|
+
"label": "Correlation key (process)",
|
|
475
|
+
"description": "Sets up the correlation key from process variables",
|
|
476
|
+
"constraints": {
|
|
477
|
+
"notEmpty": true
|
|
478
|
+
},
|
|
576
479
|
"feel": "required",
|
|
480
|
+
"group": "correlation",
|
|
577
481
|
"binding": {
|
|
578
|
-
"
|
|
579
|
-
"
|
|
482
|
+
"name": "correlationKey",
|
|
483
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
580
484
|
},
|
|
485
|
+
"type": "String"
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"id": "correlationKeyPayload",
|
|
489
|
+
"label": "Correlation key (payload)",
|
|
581
490
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
582
491
|
"constraints": {
|
|
583
492
|
"notEmpty": true
|
|
584
|
-
}
|
|
585
|
-
},
|
|
586
|
-
{
|
|
587
|
-
"label": "Condition",
|
|
588
|
-
"type": "String",
|
|
589
|
-
"group": "activation",
|
|
493
|
+
},
|
|
590
494
|
"feel": "required",
|
|
591
|
-
"
|
|
495
|
+
"group": "correlation",
|
|
592
496
|
"binding": {
|
|
593
|
-
"
|
|
594
|
-
"
|
|
497
|
+
"name": "correlationKeyExpression",
|
|
498
|
+
"type": "zeebe:property"
|
|
595
499
|
},
|
|
596
|
-
"
|
|
500
|
+
"type": "String"
|
|
597
501
|
},
|
|
598
502
|
{
|
|
599
|
-
"
|
|
600
|
-
"
|
|
601
|
-
"
|
|
503
|
+
"id": "messageIdExpression",
|
|
504
|
+
"label": "Message ID expression",
|
|
505
|
+
"description": "Expression to extract unique identifier of a message",
|
|
602
506
|
"optional": true,
|
|
507
|
+
"feel": "required",
|
|
508
|
+
"group": "correlation",
|
|
603
509
|
"binding": {
|
|
604
|
-
"
|
|
605
|
-
"
|
|
510
|
+
"name": "messageIdExpression",
|
|
511
|
+
"type": "zeebe:property"
|
|
606
512
|
},
|
|
607
|
-
"
|
|
513
|
+
"type": "String"
|
|
608
514
|
},
|
|
609
515
|
{
|
|
516
|
+
"id": "messageTtl",
|
|
517
|
+
"label": "Message TTL",
|
|
518
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
519
|
+
"optional": true,
|
|
520
|
+
"constraints": {
|
|
521
|
+
"notEmpty": false,
|
|
522
|
+
"pattern": {
|
|
523
|
+
"value": "^(PT.*|)$",
|
|
524
|
+
"message": "must be an ISO-8601 duration"
|
|
525
|
+
}
|
|
526
|
+
},
|
|
527
|
+
"feel": "optional",
|
|
528
|
+
"group": "correlation",
|
|
529
|
+
"binding": {
|
|
530
|
+
"name": "messageTtl",
|
|
531
|
+
"type": "zeebe:property"
|
|
532
|
+
},
|
|
533
|
+
"type": "String"
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"id": "messageNameUuid",
|
|
537
|
+
"generatedValue": {
|
|
538
|
+
"type": "uuid"
|
|
539
|
+
},
|
|
540
|
+
"group": "correlation",
|
|
541
|
+
"binding": {
|
|
542
|
+
"name": "name",
|
|
543
|
+
"type": "bpmn:Message#property"
|
|
544
|
+
},
|
|
545
|
+
"type": "Hidden"
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
"id": "resultVariable",
|
|
549
|
+
"label": "Result variable",
|
|
550
|
+
"description": "Name of variable to store the response in",
|
|
551
|
+
"group": "output",
|
|
552
|
+
"binding": {
|
|
553
|
+
"name": "resultVariable",
|
|
554
|
+
"type": "zeebe:property"
|
|
555
|
+
},
|
|
556
|
+
"type": "String"
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
"id": "resultExpression",
|
|
610
560
|
"label": "Result expression",
|
|
611
|
-
"
|
|
612
|
-
"group": "variable-mapping",
|
|
561
|
+
"description": "Expression to map the response into process variables",
|
|
613
562
|
"feel": "required",
|
|
614
|
-
"
|
|
563
|
+
"group": "output",
|
|
615
564
|
"binding": {
|
|
616
|
-
"
|
|
617
|
-
"
|
|
565
|
+
"name": "resultExpression",
|
|
566
|
+
"type": "zeebe:property"
|
|
618
567
|
},
|
|
619
|
-
"
|
|
568
|
+
"type": "Text"
|
|
620
569
|
}
|
|
621
570
|
],
|
|
622
|
-
"icon": {
|
|
623
|
-
"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"
|
|
624
|
-
},
|
|
625
571
|
"engines": {
|
|
626
|
-
"camunda": "^8.
|
|
572
|
+
"camunda": "^8.3"
|
|
573
|
+
},
|
|
574
|
+
"icon": {
|
|
575
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
|
|
627
576
|
}
|
|
628
577
|
},
|
|
629
578
|
{
|
|
@@ -631,8 +580,8 @@
|
|
|
631
580
|
"name": "Slack Webhook Boundary Event Connector",
|
|
632
581
|
"id": "io.camunda.connectors.inbound.Slack.BoundaryEvent.v1",
|
|
633
582
|
"description": "Receive events from Slack",
|
|
583
|
+
"version": 2,
|
|
634
584
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
635
|
-
"version": 5,
|
|
636
585
|
"category": {
|
|
637
586
|
"id": "connectors",
|
|
638
587
|
"name": "Connectors"
|
|
@@ -652,183 +601,153 @@
|
|
|
652
601
|
"label": "Activation"
|
|
653
602
|
},
|
|
654
603
|
{
|
|
655
|
-
"id": "
|
|
656
|
-
"label": "
|
|
657
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
658
|
-
},
|
|
659
|
-
{
|
|
660
|
-
"id": "output",
|
|
661
|
-
"label": "Output mapping"
|
|
604
|
+
"id": "variable-mapping",
|
|
605
|
+
"label": "Variable mapping"
|
|
662
606
|
}
|
|
663
607
|
],
|
|
664
608
|
"properties": [
|
|
665
609
|
{
|
|
610
|
+
"type": "Hidden",
|
|
666
611
|
"value": "io.camunda:slack-webhook:1",
|
|
667
612
|
"binding": {
|
|
668
|
-
"
|
|
669
|
-
"
|
|
613
|
+
"type": "zeebe:property",
|
|
614
|
+
"name": "inbound.type"
|
|
615
|
+
}
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"type": "Hidden",
|
|
619
|
+
"value": "SlackEventsWebhook",
|
|
620
|
+
"binding": {
|
|
621
|
+
"type": "zeebe:property",
|
|
622
|
+
"name": "inbound.subtype"
|
|
623
|
+
}
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"type": "Hidden",
|
|
627
|
+
"generatedValue": {
|
|
628
|
+
"type": "uuid"
|
|
670
629
|
},
|
|
671
|
-
"
|
|
630
|
+
"binding": {
|
|
631
|
+
"type": "bpmn:Message#property",
|
|
632
|
+
"name": "name"
|
|
633
|
+
}
|
|
672
634
|
},
|
|
673
635
|
{
|
|
674
|
-
"id": "inbound.context",
|
|
675
636
|
"label": "Webhook ID",
|
|
676
|
-
"
|
|
677
|
-
"optional": false,
|
|
678
|
-
"constraints": {
|
|
679
|
-
"notEmpty": true
|
|
680
|
-
},
|
|
637
|
+
"type": "String",
|
|
681
638
|
"group": "endpoint",
|
|
682
639
|
"binding": {
|
|
683
|
-
"
|
|
684
|
-
"
|
|
640
|
+
"type": "zeebe:property",
|
|
641
|
+
"name": "inbound.context"
|
|
685
642
|
},
|
|
686
|
-
"
|
|
643
|
+
"description": "The webhook ID is a part of the URL endpoint",
|
|
644
|
+
"constraints": {
|
|
645
|
+
"notEmpty": true
|
|
646
|
+
}
|
|
687
647
|
},
|
|
688
648
|
{
|
|
689
|
-
"id": "inbound.slackSigningSecret",
|
|
690
649
|
"label": "Slack signing secret",
|
|
691
650
|
"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",
|
|
692
|
-
"
|
|
693
|
-
"constraints": {
|
|
694
|
-
"notEmpty": true
|
|
695
|
-
},
|
|
651
|
+
"type": "String",
|
|
696
652
|
"group": "endpoint",
|
|
653
|
+
"feel": "optional",
|
|
697
654
|
"binding": {
|
|
698
|
-
"
|
|
699
|
-
"
|
|
655
|
+
"type": "zeebe:property",
|
|
656
|
+
"name": "inbound.slackSigningSecret"
|
|
700
657
|
},
|
|
701
|
-
"
|
|
658
|
+
"constraints": {
|
|
659
|
+
"notEmpty": true
|
|
660
|
+
}
|
|
702
661
|
},
|
|
703
662
|
{
|
|
704
|
-
"
|
|
705
|
-
"label": "Verification expression",
|
|
706
|
-
"optional": true,
|
|
663
|
+
"type": "Hidden",
|
|
707
664
|
"value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
|
|
708
|
-
"group": "endpoint",
|
|
709
665
|
"binding": {
|
|
710
|
-
"
|
|
711
|
-
"
|
|
712
|
-
}
|
|
713
|
-
"type": "Hidden"
|
|
666
|
+
"type": "zeebe:property",
|
|
667
|
+
"name": "inbound.verificationExpression"
|
|
668
|
+
}
|
|
714
669
|
},
|
|
715
670
|
{
|
|
716
|
-
"
|
|
717
|
-
"
|
|
718
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
719
|
-
"optional": true,
|
|
720
|
-
"feel": "required",
|
|
671
|
+
"label": "Correlation key (process)",
|
|
672
|
+
"type": "String",
|
|
721
673
|
"group": "activation",
|
|
674
|
+
"feel": "required",
|
|
675
|
+
"description": "Sets up the correlation key from process variables",
|
|
722
676
|
"binding": {
|
|
723
|
-
"
|
|
724
|
-
"
|
|
677
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
678
|
+
"name": "correlationKey"
|
|
725
679
|
},
|
|
726
|
-
"type": "String"
|
|
727
|
-
},
|
|
728
|
-
{
|
|
729
|
-
"id": "correlationKeyProcess",
|
|
730
|
-
"label": "Correlation key (process)",
|
|
731
|
-
"description": "Sets up the correlation key from process variables",
|
|
732
680
|
"constraints": {
|
|
733
681
|
"notEmpty": true
|
|
734
|
-
}
|
|
735
|
-
"feel": "required",
|
|
736
|
-
"group": "correlation",
|
|
737
|
-
"binding": {
|
|
738
|
-
"name": "correlationKey",
|
|
739
|
-
"type": "bpmn:Message#zeebe:subscription#property"
|
|
740
|
-
},
|
|
741
|
-
"type": "String"
|
|
682
|
+
}
|
|
742
683
|
},
|
|
743
684
|
{
|
|
744
|
-
"id": "correlationKeyPayload",
|
|
745
685
|
"label": "Correlation key (payload)",
|
|
746
|
-
"
|
|
747
|
-
"
|
|
748
|
-
"notEmpty": true
|
|
749
|
-
},
|
|
686
|
+
"type": "String",
|
|
687
|
+
"group": "activation",
|
|
750
688
|
"feel": "required",
|
|
751
|
-
"group": "correlation",
|
|
752
689
|
"binding": {
|
|
753
|
-
"
|
|
754
|
-
"
|
|
690
|
+
"type": "zeebe:property",
|
|
691
|
+
"name": "correlationKeyExpression"
|
|
755
692
|
},
|
|
756
|
-
"
|
|
693
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
694
|
+
"constraints": {
|
|
695
|
+
"notEmpty": true
|
|
696
|
+
}
|
|
757
697
|
},
|
|
758
698
|
{
|
|
759
|
-
"id": "messageIdExpression",
|
|
760
699
|
"label": "Message ID expression",
|
|
761
|
-
"description": "Expression to extract unique identifier of a message",
|
|
762
|
-
"optional": true,
|
|
763
700
|
"feel": "required",
|
|
764
|
-
"
|
|
765
|
-
"binding": {
|
|
766
|
-
"name": "messageIdExpression",
|
|
767
|
-
"type": "zeebe:property"
|
|
768
|
-
},
|
|
769
|
-
"type": "String"
|
|
770
|
-
},
|
|
771
|
-
{
|
|
772
|
-
"id": "messageTtl",
|
|
773
|
-
"label": "Message TTL",
|
|
774
|
-
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
701
|
+
"type": "String",
|
|
775
702
|
"optional": true,
|
|
776
|
-
"
|
|
777
|
-
"notEmpty": false,
|
|
778
|
-
"pattern": {
|
|
779
|
-
"value": "^(PT.*|)$",
|
|
780
|
-
"message": "must be an ISO-8601 duration"
|
|
781
|
-
}
|
|
782
|
-
},
|
|
783
|
-
"feel": "optional",
|
|
784
|
-
"group": "correlation",
|
|
703
|
+
"group": "activation",
|
|
785
704
|
"binding": {
|
|
786
|
-
"
|
|
787
|
-
"
|
|
705
|
+
"type": "zeebe:property",
|
|
706
|
+
"name": "messageIdExpression"
|
|
788
707
|
},
|
|
789
|
-
"
|
|
708
|
+
"description": "Expression to extract unique identifier of a message"
|
|
790
709
|
},
|
|
791
710
|
{
|
|
792
|
-
"
|
|
793
|
-
"
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
"
|
|
711
|
+
"label": "Condition",
|
|
712
|
+
"type": "String",
|
|
713
|
+
"group": "activation",
|
|
714
|
+
"feel": "required",
|
|
715
|
+
"optional": true,
|
|
797
716
|
"binding": {
|
|
798
|
-
"
|
|
799
|
-
"
|
|
717
|
+
"type": "zeebe:property",
|
|
718
|
+
"name": "activationCondition"
|
|
800
719
|
},
|
|
801
|
-
"
|
|
720
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events."
|
|
802
721
|
},
|
|
803
722
|
{
|
|
804
|
-
"id": "resultVariable",
|
|
805
723
|
"label": "Result variable",
|
|
806
|
-
"
|
|
807
|
-
"group": "
|
|
724
|
+
"type": "String",
|
|
725
|
+
"group": "variable-mapping",
|
|
726
|
+
"optional": true,
|
|
808
727
|
"binding": {
|
|
809
|
-
"
|
|
810
|
-
"
|
|
728
|
+
"type": "zeebe:property",
|
|
729
|
+
"name": "resultVariable"
|
|
811
730
|
},
|
|
812
|
-
"
|
|
731
|
+
"description": "Name of variable to store the result of the connector in"
|
|
813
732
|
},
|
|
814
733
|
{
|
|
815
|
-
"id": "resultExpression",
|
|
816
734
|
"label": "Result expression",
|
|
817
|
-
"
|
|
735
|
+
"type": "String",
|
|
736
|
+
"group": "variable-mapping",
|
|
818
737
|
"feel": "required",
|
|
819
|
-
"
|
|
738
|
+
"optional": true,
|
|
820
739
|
"binding": {
|
|
821
|
-
"
|
|
822
|
-
"
|
|
740
|
+
"type": "zeebe:property",
|
|
741
|
+
"name": "resultExpression"
|
|
823
742
|
},
|
|
824
|
-
"
|
|
743
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
825
744
|
}
|
|
826
745
|
],
|
|
827
746
|
"icon": {
|
|
828
|
-
"contents": "data:image/svg+xml;
|
|
747
|
+
"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"
|
|
829
748
|
},
|
|
830
749
|
"engines": {
|
|
831
|
-
"camunda": "^8.
|
|
750
|
+
"camunda": "^8.4"
|
|
832
751
|
}
|
|
833
752
|
},
|
|
834
753
|
{
|
|
@@ -840,7 +759,7 @@
|
|
|
840
759
|
"keywords": []
|
|
841
760
|
},
|
|
842
761
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
843
|
-
"version":
|
|
762
|
+
"version": 7,
|
|
844
763
|
"category": {
|
|
845
764
|
"id": "connectors",
|
|
846
765
|
"name": "Connectors"
|
|
@@ -850,6 +769,9 @@
|
|
|
850
769
|
"value": "bpmn:BoundaryEvent",
|
|
851
770
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
852
771
|
},
|
|
772
|
+
"engines": {
|
|
773
|
+
"camunda": "^8.3"
|
|
774
|
+
},
|
|
853
775
|
"groups": [
|
|
854
776
|
{
|
|
855
777
|
"id": "endpoint",
|
|
@@ -864,6 +786,11 @@
|
|
|
864
786
|
"label": "Correlation",
|
|
865
787
|
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
866
788
|
},
|
|
789
|
+
{
|
|
790
|
+
"id": "deduplication",
|
|
791
|
+
"label": "Deduplication",
|
|
792
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
793
|
+
},
|
|
867
794
|
{
|
|
868
795
|
"id": "output",
|
|
869
796
|
"label": "Output mapping"
|
|
@@ -933,6 +860,18 @@
|
|
|
933
860
|
},
|
|
934
861
|
"type": "String"
|
|
935
862
|
},
|
|
863
|
+
{
|
|
864
|
+
"id": "consumeUnmatchedEvents",
|
|
865
|
+
"label": "Consume unmatched events",
|
|
866
|
+
"value": true,
|
|
867
|
+
"group": "activation",
|
|
868
|
+
"binding": {
|
|
869
|
+
"name": "consumeUnmatchedEvents",
|
|
870
|
+
"type": "zeebe:property"
|
|
871
|
+
},
|
|
872
|
+
"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",
|
|
873
|
+
"type": "Boolean"
|
|
874
|
+
},
|
|
936
875
|
{
|
|
937
876
|
"id": "correlationKeyProcess",
|
|
938
877
|
"label": "Correlation key (process)",
|
|
@@ -1008,6 +947,70 @@
|
|
|
1008
947
|
},
|
|
1009
948
|
"type": "Hidden"
|
|
1010
949
|
},
|
|
950
|
+
{
|
|
951
|
+
"id": "deduplicationModeManualFlag",
|
|
952
|
+
"label": "Manual mode",
|
|
953
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
954
|
+
"value": false,
|
|
955
|
+
"group": "deduplication",
|
|
956
|
+
"binding": {
|
|
957
|
+
"name": "deduplicationModeManualFlag",
|
|
958
|
+
"type": "zeebe:property"
|
|
959
|
+
},
|
|
960
|
+
"type": "Boolean"
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"id": "deduplicationId",
|
|
964
|
+
"label": "Deduplication ID",
|
|
965
|
+
"constraints": {
|
|
966
|
+
"notEmpty": true,
|
|
967
|
+
"pattern": {
|
|
968
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
969
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
970
|
+
}
|
|
971
|
+
},
|
|
972
|
+
"group": "deduplication",
|
|
973
|
+
"binding": {
|
|
974
|
+
"name": "deduplicationId",
|
|
975
|
+
"type": "zeebe:property"
|
|
976
|
+
},
|
|
977
|
+
"condition": {
|
|
978
|
+
"property": "deduplicationModeManualFlag",
|
|
979
|
+
"equals": true,
|
|
980
|
+
"type": "simple"
|
|
981
|
+
},
|
|
982
|
+
"type": "String"
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"id": "deduplicationModeManual",
|
|
986
|
+
"value": "MANUAL",
|
|
987
|
+
"group": "deduplication",
|
|
988
|
+
"binding": {
|
|
989
|
+
"name": "deduplicationMode",
|
|
990
|
+
"type": "zeebe:property"
|
|
991
|
+
},
|
|
992
|
+
"condition": {
|
|
993
|
+
"property": "deduplicationId",
|
|
994
|
+
"isActive": true,
|
|
995
|
+
"type": "simple"
|
|
996
|
+
},
|
|
997
|
+
"type": "Hidden"
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
"id": "deduplicationModeAuto",
|
|
1001
|
+
"value": "AUTO",
|
|
1002
|
+
"group": "deduplication",
|
|
1003
|
+
"binding": {
|
|
1004
|
+
"name": "deduplicationMode",
|
|
1005
|
+
"type": "zeebe:property"
|
|
1006
|
+
},
|
|
1007
|
+
"condition": {
|
|
1008
|
+
"property": "deduplicationId",
|
|
1009
|
+
"isActive": false,
|
|
1010
|
+
"type": "simple"
|
|
1011
|
+
},
|
|
1012
|
+
"type": "Hidden"
|
|
1013
|
+
},
|
|
1011
1014
|
{
|
|
1012
1015
|
"id": "resultVariable",
|
|
1013
1016
|
"label": "Result variable",
|
|
@@ -1032,9 +1035,6 @@
|
|
|
1032
1035
|
"type": "Text"
|
|
1033
1036
|
}
|
|
1034
1037
|
],
|
|
1035
|
-
"engines": {
|
|
1036
|
-
"camunda": "^8.3"
|
|
1037
|
-
},
|
|
1038
1038
|
"icon": {
|
|
1039
1039
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
|
|
1040
1040
|
}
|