@camunda/connectors-element-templates 1.0.17 → 1.0.19
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 +2 -2
- package/src/connectors.js +12 -2
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +4 -7
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +8 -8
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +8 -8
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +8 -8
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +8 -8
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +9 -12
- package/src/element-templates/agenticai-aiagent-job-worker.json +3770 -29
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +6274 -2594
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +549 -552
- package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +736 -739
- package/src/element-templates/asana-connector.json +759 -48
- package/src/element-templates/automation-anywhere-outbound-connector.json +1763 -1759
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
- package/src/element-templates/aws-bedrock-outbound-connector.json +747 -10
- package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1358 -1358
- package/src/element-templates/aws-eventbridge-connector-boundary.json +383 -18
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +377 -12
- package/src/element-templates/aws-eventbridge-connector-message-start.json +407 -8
- package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
- package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
- package/src/element-templates/aws-lambda-outbound-connector.json +238 -234
- package/src/element-templates/aws-s3-outbound-connector.json +646 -5
- package/src/element-templates/aws-sagemaker-outbound-connector.json +13 -9
- package/src/element-templates/aws-sns-inbound-boundary.json +44 -37
- package/src/element-templates/aws-sns-inbound-intermediate.json +210 -203
- package/src/element-templates/aws-sns-inbound-message-start.json +125 -118
- package/src/element-templates/aws-sns-inbound-receive.json +13 -6
- package/src/element-templates/aws-sns-inbound-start-event.json +134 -127
- package/src/element-templates/aws-sns-outbound-connector.json +581 -577
- package/src/element-templates/aws-sqs-boundary-connector.json +453 -449
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +530 -526
- package/src/element-templates/aws-sqs-outbound-connector.json +711 -709
- package/src/element-templates/aws-sqs-receive-connector.json +15 -11
- package/src/element-templates/aws-sqs-start-event-connector.json +213 -205
- package/src/element-templates/aws-sqs-start-message.json +461 -457
- package/src/element-templates/aws-textract-outbound-connector.json +109 -105
- package/src/element-templates/azure-blobstorage-outbound-connector.json +676 -19
- package/src/element-templates/azure-open-ai-connector.json +1329 -4
- package/src/element-templates/blue-prism-connector.json +569 -24
- package/src/element-templates/box-outbound-connector.json +924 -12
- package/src/element-templates/csv-outbound-connector.json +13 -5
- package/src/element-templates/easy-post-connector.json +1077 -109
- package/src/element-templates/email-inbound-connector-boundary.json +32 -24
- package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
- package/src/element-templates/email-inbound-connector-receive.json +564 -0
- package/src/element-templates/email-message-start-event-connector.json +58 -50
- package/src/element-templates/email-outbound-connector.json +2116 -243
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +3 -6
- package/src/element-templates/github-connector.json +15257 -11722
- package/src/element-templates/github-webhook-connector-boundary.json +27 -29
- package/src/element-templates/github-webhook-connector-intermediate.json +36 -38
- package/src/element-templates/github-webhook-connector-message-start.json +11 -13
- package/src/element-templates/github-webhook-connector-receive.json +13 -15
- package/src/element-templates/github-webhook-connector-start-event.json +54 -56
- package/src/element-templates/gitlab-connector.json +4177 -2545
- package/src/element-templates/google-cloud-storage-outbound-connector.json +562 -13
- package/src/element-templates/google-drive-outbound-connector.json +1386 -766
- package/src/element-templates/google-gemini-outbound-connector.json +13 -5
- package/src/element-templates/google-maps-platform-connector.json +1059 -30
- package/src/element-templates/google-sheets-outbound-connector.json +2449 -1455
- package/src/element-templates/graphql-outbound-connector.json +1744 -1735
- package/src/element-templates/http-json-connector.json +2982 -2332
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +752 -741
- package/src/element-templates/http-polling-connector.json +1512 -1501
- package/src/element-templates/hubspot-outbound-connector.json +2371 -25
- package/src/element-templates/hugging-face-connector.json +234 -3
- package/src/element-templates/jdbc-outbound-connector.json +20 -6
- package/src/element-templates/kafka-inbound-connector-boundary.json +613 -604
- package/src/element-templates/kafka-inbound-connector-intermediate.json +528 -519
- package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
- package/src/element-templates/kafka-inbound-connector-start-message.json +530 -521
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +518 -512
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
- package/src/element-templates/microsoft-office365-mail-connector.json +893 -10
- package/src/element-templates/microsoft-teams-outbound-connector.json +5971 -3807
- package/src/element-templates/openai-connector.json +550 -87
- package/src/element-templates/operate-connector.json +1198 -46
- package/src/element-templates/power-automate-connector.json +601 -9
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +444 -435
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +484 -475
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +367 -358
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +479 -470
- package/src/element-templates/rabbitmq-outbound-connector.json +356 -350
- package/src/element-templates/rpa-connector.json +346 -0
- package/src/element-templates/salesforce-connector.json +544 -0
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
- package/src/element-templates/send-message-connector-message-end-event.json +10 -5
- package/src/element-templates/send-message-connector-send-task.json +10 -5
- package/src/element-templates/sendgrid-outbound-connector.json +945 -337
- package/src/element-templates/servicenow-connector.json +971 -3
- package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
- package/src/element-templates/servicenow-incident-connector.json +980 -3
- package/src/element-templates/slack-inbound-boundary.json +490 -192
- package/src/element-templates/slack-inbound-intermediate.json +421 -123
- package/src/element-templates/slack-inbound-message-start.json +469 -139
- package/src/element-templates/slack-inbound-receive.json +297 -0
- package/src/element-templates/slack-inbound-start-event.json +216 -211
- package/src/element-templates/slack-outbound-connector.json +2451 -753
- package/src/element-templates/soap-outbound-connector.json +812 -2
- package/src/element-templates/twilio-connector.json +1573 -93
- package/src/element-templates/twilio-webhook-boundary-connector.json +19 -10
- package/src/element-templates/twilio-webhook-connector.json +243 -13
- package/src/element-templates/twilio-webhook-intermediate-connector.json +34 -25
- package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
- package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
- package/src/element-templates/uipath-connector.json +594 -2
- package/src/element-templates/webhook-connector-boundary.json +580 -570
- package/src/element-templates/webhook-connector-intermediate.json +1390 -1380
- package/src/element-templates/webhook-connector-receive.json +16 -6
- package/src/element-templates/webhook-connector-start-event.json +1382 -1375
- package/src/element-templates/webhook-connector-start-message.json +1306 -1296
- package/src/element-templates/whatsapp-connector.json +343 -9
- package/src/element-templates/http-connector.json.json +0 -654
|
@@ -183,19 +183,6 @@
|
|
|
183
183
|
},
|
|
184
184
|
"type": "String"
|
|
185
185
|
},
|
|
186
|
-
{
|
|
187
|
-
"id": "messageIdExpression",
|
|
188
|
-
"label": "Message ID expression",
|
|
189
|
-
"description": "Expression to extract unique identifier of a message",
|
|
190
|
-
"optional": true,
|
|
191
|
-
"feel": "required",
|
|
192
|
-
"group": "correlation",
|
|
193
|
-
"binding": {
|
|
194
|
-
"name": "messageIdExpression",
|
|
195
|
-
"type": "zeebe:property"
|
|
196
|
-
},
|
|
197
|
-
"type": "String"
|
|
198
|
-
},
|
|
199
186
|
{
|
|
200
187
|
"id": "messageTtl",
|
|
201
188
|
"label": "Message TTL",
|
|
@@ -216,6 +203,19 @@
|
|
|
216
203
|
},
|
|
217
204
|
"type": "String"
|
|
218
205
|
},
|
|
206
|
+
{
|
|
207
|
+
"id": "messageIdExpression",
|
|
208
|
+
"label": "Message ID expression",
|
|
209
|
+
"description": "Expression to extract unique identifier of a message",
|
|
210
|
+
"optional": true,
|
|
211
|
+
"feel": "required",
|
|
212
|
+
"group": "correlation",
|
|
213
|
+
"binding": {
|
|
214
|
+
"name": "messageIdExpression",
|
|
215
|
+
"type": "zeebe:property"
|
|
216
|
+
},
|
|
217
|
+
"type": "String"
|
|
218
|
+
},
|
|
219
219
|
{
|
|
220
220
|
"id": "messageNameUuid",
|
|
221
221
|
"generatedValue": {
|
|
@@ -320,6 +320,215 @@
|
|
|
320
320
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
|
|
321
321
|
}
|
|
322
322
|
},
|
|
323
|
+
{
|
|
324
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
325
|
+
"name": "Slack Webhook Message Start Event Connector",
|
|
326
|
+
"id": "io.camunda.connectors.inbound.Slack.MessageStartEvent.v1",
|
|
327
|
+
"description": "Receive events from Slack",
|
|
328
|
+
"version": 2,
|
|
329
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
330
|
+
"category": {
|
|
331
|
+
"id": "connectors",
|
|
332
|
+
"name": "Connectors"
|
|
333
|
+
},
|
|
334
|
+
"appliesTo": ["bpmn:StartEvent"],
|
|
335
|
+
"elementType": {
|
|
336
|
+
"value": "bpmn:StartEvent",
|
|
337
|
+
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
338
|
+
},
|
|
339
|
+
"groups": [
|
|
340
|
+
{
|
|
341
|
+
"id": "endpoint",
|
|
342
|
+
"label": "Webhook configuration"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"id": "activation",
|
|
346
|
+
"label": "Activation"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"id": "correlation",
|
|
350
|
+
"label": "Subprocess correlation"
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"id": "variable-mapping",
|
|
354
|
+
"label": "Variable mapping"
|
|
355
|
+
}
|
|
356
|
+
],
|
|
357
|
+
"properties": [
|
|
358
|
+
{
|
|
359
|
+
"type": "Hidden",
|
|
360
|
+
"value": "io.camunda:slack-webhook:1",
|
|
361
|
+
"binding": {
|
|
362
|
+
"type": "zeebe:property",
|
|
363
|
+
"name": "inbound.type"
|
|
364
|
+
}
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"type": "Hidden",
|
|
368
|
+
"value": "SlackEventsWebhook",
|
|
369
|
+
"binding": {
|
|
370
|
+
"type": "zeebe:property",
|
|
371
|
+
"name": "inbound.subtype"
|
|
372
|
+
}
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"type": "Hidden",
|
|
376
|
+
"generatedValue": {
|
|
377
|
+
"type": "uuid"
|
|
378
|
+
},
|
|
379
|
+
"binding": {
|
|
380
|
+
"type": "bpmn:Message#property",
|
|
381
|
+
"name": "name"
|
|
382
|
+
}
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"label": "Webhook ID",
|
|
386
|
+
"type": "String",
|
|
387
|
+
"group": "endpoint",
|
|
388
|
+
"binding": {
|
|
389
|
+
"type": "zeebe:property",
|
|
390
|
+
"name": "inbound.context"
|
|
391
|
+
},
|
|
392
|
+
"description": "The webhook ID is a part of the URL endpoint",
|
|
393
|
+
"constraints": {
|
|
394
|
+
"notEmpty": true
|
|
395
|
+
}
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"label": "Slack signing secret",
|
|
399
|
+
"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",
|
|
400
|
+
"type": "String",
|
|
401
|
+
"group": "endpoint",
|
|
402
|
+
"feel": "optional",
|
|
403
|
+
"binding": {
|
|
404
|
+
"type": "zeebe:property",
|
|
405
|
+
"name": "inbound.slackSigningSecret"
|
|
406
|
+
},
|
|
407
|
+
"constraints": {
|
|
408
|
+
"notEmpty": true
|
|
409
|
+
}
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"type": "Hidden",
|
|
413
|
+
"value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
|
|
414
|
+
"binding": {
|
|
415
|
+
"type": "zeebe:property",
|
|
416
|
+
"name": "inbound.verificationExpression"
|
|
417
|
+
}
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"label": "Message ID expression",
|
|
421
|
+
"feel": "required",
|
|
422
|
+
"type": "String",
|
|
423
|
+
"optional": true,
|
|
424
|
+
"group": "activation",
|
|
425
|
+
"binding": {
|
|
426
|
+
"type": "zeebe:property",
|
|
427
|
+
"name": "messageIdExpression"
|
|
428
|
+
},
|
|
429
|
+
"description": "Expression to extract unique identifier of a message"
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"label": "Condition",
|
|
433
|
+
"type": "String",
|
|
434
|
+
"group": "activation",
|
|
435
|
+
"feel": "required",
|
|
436
|
+
"optional": true,
|
|
437
|
+
"binding": {
|
|
438
|
+
"type": "zeebe:property",
|
|
439
|
+
"name": "activationCondition"
|
|
440
|
+
},
|
|
441
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events."
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"label": "Correlation required",
|
|
445
|
+
"description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
|
|
446
|
+
"id": "correlationRequired",
|
|
447
|
+
"group": "correlation",
|
|
448
|
+
"type": "Dropdown",
|
|
449
|
+
"value": "notRequired",
|
|
450
|
+
"choices": [
|
|
451
|
+
{
|
|
452
|
+
"name": "Correlation not required",
|
|
453
|
+
"value": "notRequired"
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"name": "Correlation required",
|
|
457
|
+
"value": "required"
|
|
458
|
+
}
|
|
459
|
+
],
|
|
460
|
+
"binding": {
|
|
461
|
+
"type": "zeebe:property",
|
|
462
|
+
"name": "correlationRequired"
|
|
463
|
+
}
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"label": "Correlation key (process)",
|
|
467
|
+
"type": "String",
|
|
468
|
+
"group": "correlation",
|
|
469
|
+
"feel": "required",
|
|
470
|
+
"description": "Sets up the correlation key from process variables",
|
|
471
|
+
"binding": {
|
|
472
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
473
|
+
"name": "correlationKey"
|
|
474
|
+
},
|
|
475
|
+
"constraints": {
|
|
476
|
+
"notEmpty": true
|
|
477
|
+
},
|
|
478
|
+
"condition": {
|
|
479
|
+
"property": "correlationRequired",
|
|
480
|
+
"equals": "required"
|
|
481
|
+
}
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"label": "Correlation key (payload)",
|
|
485
|
+
"type": "String",
|
|
486
|
+
"group": "correlation",
|
|
487
|
+
"feel": "required",
|
|
488
|
+
"binding": {
|
|
489
|
+
"type": "zeebe:property",
|
|
490
|
+
"name": "correlationKeyExpression"
|
|
491
|
+
},
|
|
492
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
493
|
+
"constraints": {
|
|
494
|
+
"notEmpty": true
|
|
495
|
+
},
|
|
496
|
+
"condition": {
|
|
497
|
+
"property": "correlationRequired",
|
|
498
|
+
"equals": "required"
|
|
499
|
+
}
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"label": "Result variable",
|
|
503
|
+
"type": "String",
|
|
504
|
+
"group": "variable-mapping",
|
|
505
|
+
"optional": true,
|
|
506
|
+
"binding": {
|
|
507
|
+
"type": "zeebe:property",
|
|
508
|
+
"name": "resultVariable"
|
|
509
|
+
},
|
|
510
|
+
"description": "Name of variable to store the result of the connector in"
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"label": "Result expression",
|
|
514
|
+
"type": "String",
|
|
515
|
+
"group": "variable-mapping",
|
|
516
|
+
"feel": "required",
|
|
517
|
+
"optional": true,
|
|
518
|
+
"binding": {
|
|
519
|
+
"type": "zeebe:property",
|
|
520
|
+
"name": "resultExpression"
|
|
521
|
+
},
|
|
522
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
523
|
+
}
|
|
524
|
+
],
|
|
525
|
+
"icon": {
|
|
526
|
+
"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"
|
|
527
|
+
},
|
|
528
|
+
"engines": {
|
|
529
|
+
"camunda": "^8.4"
|
|
530
|
+
}
|
|
531
|
+
},
|
|
323
532
|
{
|
|
324
533
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
325
534
|
"name": "Slack Webhook Message Start Event Connector",
|
|
@@ -526,8 +735,11 @@
|
|
|
526
735
|
"name": "Slack Webhook Message Start Event Connector",
|
|
527
736
|
"id": "io.camunda.connectors.inbound.Slack.MessageStartEvent.v1",
|
|
528
737
|
"description": "Receive events from Slack",
|
|
738
|
+
"metadata": {
|
|
739
|
+
"keywords": []
|
|
740
|
+
},
|
|
529
741
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
530
|
-
"version":
|
|
742
|
+
"version": 6,
|
|
531
743
|
"category": {
|
|
532
744
|
"id": "connectors",
|
|
533
745
|
"name": "Connectors"
|
|
@@ -751,11 +963,11 @@
|
|
|
751
963
|
"type": "Text"
|
|
752
964
|
}
|
|
753
965
|
],
|
|
966
|
+
"engines": {
|
|
967
|
+
"camunda": "^8.3"
|
|
968
|
+
},
|
|
754
969
|
"icon": {
|
|
755
970
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
|
|
756
|
-
},
|
|
757
|
-
"engines": {
|
|
758
|
-
"camunda": "^8.5"
|
|
759
971
|
}
|
|
760
972
|
},
|
|
761
973
|
{
|
|
@@ -763,8 +975,8 @@
|
|
|
763
975
|
"name": "Slack Webhook Message Start Event Connector",
|
|
764
976
|
"id": "io.camunda.connectors.inbound.Slack.MessageStartEvent.v1",
|
|
765
977
|
"description": "Receive events from Slack",
|
|
766
|
-
"version": 2,
|
|
767
978
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
979
|
+
"version": 5,
|
|
768
980
|
"category": {
|
|
769
981
|
"id": "connectors",
|
|
770
982
|
"name": "Connectors"
|
|
@@ -785,106 +997,89 @@
|
|
|
785
997
|
},
|
|
786
998
|
{
|
|
787
999
|
"id": "correlation",
|
|
788
|
-
"label": "
|
|
1000
|
+
"label": "Correlation",
|
|
1001
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
789
1002
|
},
|
|
790
1003
|
{
|
|
791
|
-
"id": "
|
|
792
|
-
"label": "
|
|
1004
|
+
"id": "output",
|
|
1005
|
+
"label": "Output mapping"
|
|
793
1006
|
}
|
|
794
1007
|
],
|
|
795
1008
|
"properties": [
|
|
796
1009
|
{
|
|
797
|
-
"type": "Hidden",
|
|
798
1010
|
"value": "io.camunda:slack-webhook:1",
|
|
799
1011
|
"binding": {
|
|
800
|
-
"
|
|
801
|
-
"
|
|
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"
|
|
1012
|
+
"name": "inbound.type",
|
|
1013
|
+
"type": "zeebe:property"
|
|
816
1014
|
},
|
|
817
|
-
"
|
|
818
|
-
"type": "bpmn:Message#property",
|
|
819
|
-
"name": "name"
|
|
820
|
-
}
|
|
1015
|
+
"type": "Hidden"
|
|
821
1016
|
},
|
|
822
1017
|
{
|
|
1018
|
+
"id": "inbound.context",
|
|
823
1019
|
"label": "Webhook ID",
|
|
824
|
-
"type": "String",
|
|
825
|
-
"group": "endpoint",
|
|
826
|
-
"binding": {
|
|
827
|
-
"type": "zeebe:property",
|
|
828
|
-
"name": "inbound.context"
|
|
829
|
-
},
|
|
830
1020
|
"description": "The webhook ID is a part of the URL endpoint",
|
|
1021
|
+
"optional": false,
|
|
831
1022
|
"constraints": {
|
|
832
1023
|
"notEmpty": true
|
|
833
|
-
}
|
|
1024
|
+
},
|
|
1025
|
+
"group": "endpoint",
|
|
1026
|
+
"binding": {
|
|
1027
|
+
"name": "inbound.context",
|
|
1028
|
+
"type": "zeebe:property"
|
|
1029
|
+
},
|
|
1030
|
+
"type": "String"
|
|
834
1031
|
},
|
|
835
1032
|
{
|
|
1033
|
+
"id": "inbound.slackSigningSecret",
|
|
836
1034
|
"label": "Slack signing secret",
|
|
837
1035
|
"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
|
-
"
|
|
839
|
-
"group": "endpoint",
|
|
840
|
-
"feel": "optional",
|
|
841
|
-
"binding": {
|
|
842
|
-
"type": "zeebe:property",
|
|
843
|
-
"name": "inbound.slackSigningSecret"
|
|
844
|
-
},
|
|
1036
|
+
"optional": false,
|
|
845
1037
|
"constraints": {
|
|
846
1038
|
"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",
|
|
1039
|
+
},
|
|
1040
|
+
"group": "endpoint",
|
|
852
1041
|
"binding": {
|
|
853
|
-
"
|
|
854
|
-
"
|
|
855
|
-
}
|
|
1042
|
+
"name": "inbound.slackSigningSecret",
|
|
1043
|
+
"type": "zeebe:property"
|
|
1044
|
+
},
|
|
1045
|
+
"type": "String"
|
|
856
1046
|
},
|
|
857
1047
|
{
|
|
858
|
-
"
|
|
859
|
-
"
|
|
860
|
-
"type": "String",
|
|
1048
|
+
"id": "inbound.verificationExpression",
|
|
1049
|
+
"label": "Verification expression",
|
|
861
1050
|
"optional": true,
|
|
862
|
-
"
|
|
1051
|
+
"value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
|
|
1052
|
+
"group": "endpoint",
|
|
863
1053
|
"binding": {
|
|
864
|
-
"
|
|
865
|
-
"
|
|
1054
|
+
"name": "inbound.verificationExpression",
|
|
1055
|
+
"type": "zeebe:property"
|
|
866
1056
|
},
|
|
867
|
-
"
|
|
1057
|
+
"type": "Hidden"
|
|
868
1058
|
},
|
|
869
1059
|
{
|
|
870
|
-
"
|
|
871
|
-
"
|
|
872
|
-
"
|
|
873
|
-
"feel": "required",
|
|
1060
|
+
"id": "activationCondition",
|
|
1061
|
+
"label": "Activation condition",
|
|
1062
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
874
1063
|
"optional": true,
|
|
1064
|
+
"feel": "required",
|
|
1065
|
+
"group": "activation",
|
|
875
1066
|
"binding": {
|
|
876
|
-
"
|
|
877
|
-
"
|
|
1067
|
+
"name": "activationCondition",
|
|
1068
|
+
"type": "zeebe:property"
|
|
878
1069
|
},
|
|
879
|
-
"
|
|
1070
|
+
"type": "String"
|
|
880
1071
|
},
|
|
881
1072
|
{
|
|
882
|
-
"label": "Correlation required",
|
|
883
|
-
"description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
|
|
884
1073
|
"id": "correlationRequired",
|
|
1074
|
+
"label": "Subprocess correlation required",
|
|
1075
|
+
"description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
|
|
1076
|
+
"value": "notRequired",
|
|
885
1077
|
"group": "correlation",
|
|
1078
|
+
"binding": {
|
|
1079
|
+
"name": "correlationRequired",
|
|
1080
|
+
"type": "zeebe:property"
|
|
1081
|
+
},
|
|
886
1082
|
"type": "Dropdown",
|
|
887
|
-
"value": "notRequired",
|
|
888
1083
|
"choices": [
|
|
889
1084
|
{
|
|
890
1085
|
"name": "Correlation not required",
|
|
@@ -894,77 +1089,122 @@
|
|
|
894
1089
|
"name": "Correlation required",
|
|
895
1090
|
"value": "required"
|
|
896
1091
|
}
|
|
897
|
-
]
|
|
898
|
-
"binding": {
|
|
899
|
-
"type": "zeebe:property",
|
|
900
|
-
"name": "correlationRequired"
|
|
901
|
-
}
|
|
1092
|
+
]
|
|
902
1093
|
},
|
|
903
1094
|
{
|
|
1095
|
+
"id": "correlationKeyProcess",
|
|
904
1096
|
"label": "Correlation key (process)",
|
|
905
|
-
"type": "String",
|
|
906
|
-
"group": "correlation",
|
|
907
|
-
"feel": "required",
|
|
908
1097
|
"description": "Sets up the correlation key from process variables",
|
|
909
|
-
"binding": {
|
|
910
|
-
"type": "bpmn:Message#zeebe:subscription#property",
|
|
911
|
-
"name": "correlationKey"
|
|
912
|
-
},
|
|
913
1098
|
"constraints": {
|
|
914
1099
|
"notEmpty": true
|
|
915
1100
|
},
|
|
1101
|
+
"feel": "required",
|
|
1102
|
+
"group": "correlation",
|
|
1103
|
+
"binding": {
|
|
1104
|
+
"name": "correlationKey",
|
|
1105
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
1106
|
+
},
|
|
916
1107
|
"condition": {
|
|
917
1108
|
"property": "correlationRequired",
|
|
918
|
-
"equals": "required"
|
|
919
|
-
|
|
1109
|
+
"equals": "required",
|
|
1110
|
+
"type": "simple"
|
|
1111
|
+
},
|
|
1112
|
+
"type": "String"
|
|
920
1113
|
},
|
|
921
1114
|
{
|
|
1115
|
+
"id": "correlationKeyPayload",
|
|
922
1116
|
"label": "Correlation key (payload)",
|
|
923
|
-
"type": "String",
|
|
924
|
-
"group": "correlation",
|
|
925
|
-
"feel": "required",
|
|
926
|
-
"binding": {
|
|
927
|
-
"type": "zeebe:property",
|
|
928
|
-
"name": "correlationKeyExpression"
|
|
929
|
-
},
|
|
930
1117
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
931
1118
|
"constraints": {
|
|
932
1119
|
"notEmpty": true
|
|
933
1120
|
},
|
|
1121
|
+
"feel": "required",
|
|
1122
|
+
"group": "correlation",
|
|
1123
|
+
"binding": {
|
|
1124
|
+
"name": "correlationKeyExpression",
|
|
1125
|
+
"type": "zeebe:property"
|
|
1126
|
+
},
|
|
934
1127
|
"condition": {
|
|
935
1128
|
"property": "correlationRequired",
|
|
936
|
-
"equals": "required"
|
|
937
|
-
|
|
1129
|
+
"equals": "required",
|
|
1130
|
+
"type": "simple"
|
|
1131
|
+
},
|
|
1132
|
+
"type": "String"
|
|
938
1133
|
},
|
|
939
1134
|
{
|
|
940
|
-
"
|
|
941
|
-
"
|
|
942
|
-
"
|
|
1135
|
+
"id": "messageTtl",
|
|
1136
|
+
"label": "Message TTL",
|
|
1137
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
943
1138
|
"optional": true,
|
|
1139
|
+
"constraints": {
|
|
1140
|
+
"notEmpty": false,
|
|
1141
|
+
"pattern": {
|
|
1142
|
+
"value": "^(PT.*|)$",
|
|
1143
|
+
"message": "must be an ISO-8601 duration"
|
|
1144
|
+
}
|
|
1145
|
+
},
|
|
1146
|
+
"feel": "optional",
|
|
1147
|
+
"group": "correlation",
|
|
944
1148
|
"binding": {
|
|
945
|
-
"
|
|
946
|
-
"
|
|
1149
|
+
"name": "messageTtl",
|
|
1150
|
+
"type": "zeebe:property"
|
|
947
1151
|
},
|
|
948
|
-
"
|
|
1152
|
+
"type": "String"
|
|
949
1153
|
},
|
|
950
1154
|
{
|
|
1155
|
+
"id": "messageIdExpression",
|
|
1156
|
+
"label": "Message ID expression",
|
|
1157
|
+
"description": "Expression to extract unique identifier of a message",
|
|
1158
|
+
"optional": true,
|
|
1159
|
+
"feel": "required",
|
|
1160
|
+
"group": "correlation",
|
|
1161
|
+
"binding": {
|
|
1162
|
+
"name": "messageIdExpression",
|
|
1163
|
+
"type": "zeebe:property"
|
|
1164
|
+
},
|
|
1165
|
+
"type": "String"
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
"id": "messageNameUuid",
|
|
1169
|
+
"generatedValue": {
|
|
1170
|
+
"type": "uuid"
|
|
1171
|
+
},
|
|
1172
|
+
"group": "correlation",
|
|
1173
|
+
"binding": {
|
|
1174
|
+
"name": "name",
|
|
1175
|
+
"type": "bpmn:Message#property"
|
|
1176
|
+
},
|
|
1177
|
+
"type": "Hidden"
|
|
1178
|
+
},
|
|
1179
|
+
{
|
|
1180
|
+
"id": "resultVariable",
|
|
1181
|
+
"label": "Result variable",
|
|
1182
|
+
"description": "Name of variable to store the response in",
|
|
1183
|
+
"group": "output",
|
|
1184
|
+
"binding": {
|
|
1185
|
+
"name": "resultVariable",
|
|
1186
|
+
"type": "zeebe:property"
|
|
1187
|
+
},
|
|
1188
|
+
"type": "String"
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
"id": "resultExpression",
|
|
951
1192
|
"label": "Result expression",
|
|
952
|
-
"
|
|
953
|
-
"group": "variable-mapping",
|
|
1193
|
+
"description": "Expression to map the response into process variables",
|
|
954
1194
|
"feel": "required",
|
|
955
|
-
"
|
|
1195
|
+
"group": "output",
|
|
956
1196
|
"binding": {
|
|
957
|
-
"
|
|
958
|
-
"
|
|
1197
|
+
"name": "resultExpression",
|
|
1198
|
+
"type": "zeebe:property"
|
|
959
1199
|
},
|
|
960
|
-
"
|
|
1200
|
+
"type": "Text"
|
|
961
1201
|
}
|
|
962
1202
|
],
|
|
963
1203
|
"icon": {
|
|
964
|
-
"contents": "data:image/svg+xml;
|
|
1204
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
|
|
965
1205
|
},
|
|
966
1206
|
"engines": {
|
|
967
|
-
"camunda": "^8.
|
|
1207
|
+
"camunda": "^8.5"
|
|
968
1208
|
}
|
|
969
1209
|
},
|
|
970
1210
|
{
|
|
@@ -972,11 +1212,16 @@
|
|
|
972
1212
|
"name": "Slack Webhook Message Start Event Connector",
|
|
973
1213
|
"id": "io.camunda.connectors.inbound.Slack.MessageStartEvent.v1",
|
|
974
1214
|
"description": "Receive events from Slack",
|
|
975
|
-
"
|
|
976
|
-
"
|
|
977
|
-
|
|
1215
|
+
"keywords": [
|
|
1216
|
+
"message received",
|
|
1217
|
+
"event received",
|
|
1218
|
+
"channel event",
|
|
1219
|
+
"webhook",
|
|
1220
|
+
"messaging",
|
|
1221
|
+
"new message"
|
|
1222
|
+
],
|
|
978
1223
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
979
|
-
"version":
|
|
1224
|
+
"version": 8,
|
|
980
1225
|
"category": {
|
|
981
1226
|
"id": "connectors",
|
|
982
1227
|
"name": "Connectors"
|
|
@@ -986,6 +1231,9 @@
|
|
|
986
1231
|
"value": "bpmn:StartEvent",
|
|
987
1232
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
988
1233
|
},
|
|
1234
|
+
"engines": {
|
|
1235
|
+
"camunda": "^8.3"
|
|
1236
|
+
},
|
|
989
1237
|
"groups": [
|
|
990
1238
|
{
|
|
991
1239
|
"id": "endpoint",
|
|
@@ -1000,6 +1248,11 @@
|
|
|
1000
1248
|
"label": "Correlation",
|
|
1001
1249
|
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
1002
1250
|
},
|
|
1251
|
+
{
|
|
1252
|
+
"id": "deduplication",
|
|
1253
|
+
"label": "Deduplication",
|
|
1254
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
1255
|
+
},
|
|
1003
1256
|
{
|
|
1004
1257
|
"id": "output",
|
|
1005
1258
|
"label": "Output mapping"
|
|
@@ -1069,6 +1322,18 @@
|
|
|
1069
1322
|
},
|
|
1070
1323
|
"type": "String"
|
|
1071
1324
|
},
|
|
1325
|
+
{
|
|
1326
|
+
"id": "consumeUnmatchedEvents",
|
|
1327
|
+
"label": "Consume unmatched events",
|
|
1328
|
+
"value": true,
|
|
1329
|
+
"group": "activation",
|
|
1330
|
+
"binding": {
|
|
1331
|
+
"name": "consumeUnmatchedEvents",
|
|
1332
|
+
"type": "zeebe:property"
|
|
1333
|
+
},
|
|
1334
|
+
"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",
|
|
1335
|
+
"type": "Boolean"
|
|
1336
|
+
},
|
|
1072
1337
|
{
|
|
1073
1338
|
"id": "correlationRequired",
|
|
1074
1339
|
"label": "Subprocess correlation required",
|
|
@@ -1131,6 +1396,19 @@
|
|
|
1131
1396
|
},
|
|
1132
1397
|
"type": "String"
|
|
1133
1398
|
},
|
|
1399
|
+
{
|
|
1400
|
+
"id": "messageIdExpression",
|
|
1401
|
+
"label": "Message ID expression",
|
|
1402
|
+
"description": "Expression to extract unique identifier of a message",
|
|
1403
|
+
"optional": true,
|
|
1404
|
+
"feel": "required",
|
|
1405
|
+
"group": "correlation",
|
|
1406
|
+
"binding": {
|
|
1407
|
+
"name": "messageIdExpression",
|
|
1408
|
+
"type": "zeebe:property"
|
|
1409
|
+
},
|
|
1410
|
+
"type": "String"
|
|
1411
|
+
},
|
|
1134
1412
|
{
|
|
1135
1413
|
"id": "messageTtl",
|
|
1136
1414
|
"label": "Message TTL",
|
|
@@ -1152,34 +1430,88 @@
|
|
|
1152
1430
|
"type": "String"
|
|
1153
1431
|
},
|
|
1154
1432
|
{
|
|
1155
|
-
"id": "
|
|
1156
|
-
"label": "Message
|
|
1157
|
-
"
|
|
1158
|
-
|
|
1159
|
-
|
|
1433
|
+
"id": "messageNameUuid",
|
|
1434
|
+
"label": "Message name",
|
|
1435
|
+
"generatedValue": {
|
|
1436
|
+
"type": "uuid"
|
|
1437
|
+
},
|
|
1438
|
+
"feel": "optional",
|
|
1160
1439
|
"group": "correlation",
|
|
1161
1440
|
"binding": {
|
|
1162
|
-
"name": "
|
|
1441
|
+
"name": "name",
|
|
1442
|
+
"type": "bpmn:Message#property"
|
|
1443
|
+
},
|
|
1444
|
+
"tooltip": "By default, this is an auto-generated random UUID. We recommend using a unique message name for each connector element in the diagram. Override to set a custom message name. Learn more about <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-subscriptions\">message subscriptions</a> that power inbound connectors.",
|
|
1445
|
+
"type": "String"
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
"id": "deduplicationModeManualFlag",
|
|
1449
|
+
"label": "Manual mode",
|
|
1450
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1451
|
+
"value": false,
|
|
1452
|
+
"group": "deduplication",
|
|
1453
|
+
"binding": {
|
|
1454
|
+
"name": "deduplicationModeManualFlag",
|
|
1455
|
+
"type": "zeebe:property"
|
|
1456
|
+
},
|
|
1457
|
+
"type": "Boolean"
|
|
1458
|
+
},
|
|
1459
|
+
{
|
|
1460
|
+
"id": "deduplicationId",
|
|
1461
|
+
"label": "Deduplication ID",
|
|
1462
|
+
"constraints": {
|
|
1463
|
+
"notEmpty": true,
|
|
1464
|
+
"pattern": {
|
|
1465
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
1466
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1467
|
+
}
|
|
1468
|
+
},
|
|
1469
|
+
"group": "deduplication",
|
|
1470
|
+
"binding": {
|
|
1471
|
+
"name": "deduplicationId",
|
|
1163
1472
|
"type": "zeebe:property"
|
|
1164
1473
|
},
|
|
1474
|
+
"condition": {
|
|
1475
|
+
"property": "deduplicationModeManualFlag",
|
|
1476
|
+
"equals": true,
|
|
1477
|
+
"type": "simple"
|
|
1478
|
+
},
|
|
1165
1479
|
"type": "String"
|
|
1166
1480
|
},
|
|
1167
1481
|
{
|
|
1168
|
-
"id": "
|
|
1169
|
-
"
|
|
1170
|
-
|
|
1482
|
+
"id": "deduplicationModeManual",
|
|
1483
|
+
"value": "MANUAL",
|
|
1484
|
+
"group": "deduplication",
|
|
1485
|
+
"binding": {
|
|
1486
|
+
"name": "deduplicationMode",
|
|
1487
|
+
"type": "zeebe:property"
|
|
1171
1488
|
},
|
|
1172
|
-
"
|
|
1489
|
+
"condition": {
|
|
1490
|
+
"property": "deduplicationId",
|
|
1491
|
+
"isActive": true,
|
|
1492
|
+
"type": "simple"
|
|
1493
|
+
},
|
|
1494
|
+
"type": "Hidden"
|
|
1495
|
+
},
|
|
1496
|
+
{
|
|
1497
|
+
"id": "deduplicationModeAuto",
|
|
1498
|
+
"value": "AUTO",
|
|
1499
|
+
"group": "deduplication",
|
|
1173
1500
|
"binding": {
|
|
1174
|
-
"name": "
|
|
1175
|
-
"type": "
|
|
1501
|
+
"name": "deduplicationMode",
|
|
1502
|
+
"type": "zeebe:property"
|
|
1503
|
+
},
|
|
1504
|
+
"condition": {
|
|
1505
|
+
"property": "deduplicationId",
|
|
1506
|
+
"isActive": false,
|
|
1507
|
+
"type": "simple"
|
|
1176
1508
|
},
|
|
1177
1509
|
"type": "Hidden"
|
|
1178
1510
|
},
|
|
1179
1511
|
{
|
|
1180
1512
|
"id": "resultVariable",
|
|
1181
1513
|
"label": "Result variable",
|
|
1182
|
-
"description": "Name of variable to store the response in",
|
|
1514
|
+
"description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>.",
|
|
1183
1515
|
"group": "output",
|
|
1184
1516
|
"binding": {
|
|
1185
1517
|
"name": "resultVariable",
|
|
@@ -1190,7 +1522,8 @@
|
|
|
1190
1522
|
{
|
|
1191
1523
|
"id": "resultExpression",
|
|
1192
1524
|
"label": "Result expression",
|
|
1193
|
-
"description": "Expression to map the response into process variables",
|
|
1525
|
+
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>.",
|
|
1526
|
+
"value": "{\n myRequestBody: request.body\n // Use FEEL to extract values, e.g.,:\n // myUserId: request.body.event.user\n}",
|
|
1194
1527
|
"feel": "required",
|
|
1195
1528
|
"group": "output",
|
|
1196
1529
|
"binding": {
|
|
@@ -1200,9 +1533,6 @@
|
|
|
1200
1533
|
"type": "Text"
|
|
1201
1534
|
}
|
|
1202
1535
|
],
|
|
1203
|
-
"engines": {
|
|
1204
|
-
"camunda": "^8.3"
|
|
1205
|
-
},
|
|
1206
1536
|
"icon": {
|
|
1207
1537
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
|
|
1208
1538
|
}
|