@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
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"keywords": []
|
|
9
9
|
},
|
|
10
10
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
|
|
11
|
-
"version":
|
|
11
|
+
"version": 12,
|
|
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",
|
|
@@ -42,20 +39,11 @@
|
|
|
42
39
|
"id": "activation",
|
|
43
40
|
"label": "Activation"
|
|
44
41
|
},
|
|
45
|
-
{
|
|
46
|
-
"id": "synchronousResponse",
|
|
47
|
-
"label": "Response mode"
|
|
48
|
-
},
|
|
49
42
|
{
|
|
50
43
|
"id": "correlation",
|
|
51
44
|
"label": "Correlation",
|
|
52
45
|
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
53
46
|
},
|
|
54
|
-
{
|
|
55
|
-
"id": "deduplication",
|
|
56
|
-
"label": "Deduplication",
|
|
57
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
58
|
-
},
|
|
59
47
|
{
|
|
60
48
|
"id": "output",
|
|
61
49
|
"label": "Output mapping"
|
|
@@ -444,29 +432,6 @@
|
|
|
444
432
|
"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",
|
|
445
433
|
"type": "Boolean"
|
|
446
434
|
},
|
|
447
|
-
{
|
|
448
|
-
"id": "synchronousResponse",
|
|
449
|
-
"label": "Response mode",
|
|
450
|
-
"description": "Synchronous or Asynchronous <a href=\"https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#response-mode\" target=\"_blank\">response handling</a>",
|
|
451
|
-
"value": "false",
|
|
452
|
-
"group": "synchronousResponse",
|
|
453
|
-
"binding": {
|
|
454
|
-
"name": "synchronousResponse",
|
|
455
|
-
"type": "zeebe:property"
|
|
456
|
-
},
|
|
457
|
-
"tooltip": "Select synchronous to wait for the result of the correlation. This is either the result of the created process or the process instance key that matched the correlated message subscription. Select asynchronous to trigger the correlation and return immediately without waiting for a result. This affects the data available in the <a href=\"https://docs.camunda.io/docs/components/connectors/connectors/protocol/http-webhook/#use-the-correlation-object\">correlation</a> object for the response expression.",
|
|
458
|
-
"type": "Dropdown",
|
|
459
|
-
"choices": [
|
|
460
|
-
{
|
|
461
|
-
"name": "Asynchronous",
|
|
462
|
-
"value": "false"
|
|
463
|
-
},
|
|
464
|
-
{
|
|
465
|
-
"name": "Synchronous",
|
|
466
|
-
"value": "true"
|
|
467
|
-
}
|
|
468
|
-
]
|
|
469
|
-
},
|
|
470
435
|
{
|
|
471
436
|
"id": "correlationRequired",
|
|
472
437
|
"label": "Subprocess correlation required",
|
|
@@ -529,24 +494,6 @@
|
|
|
529
494
|
},
|
|
530
495
|
"type": "String"
|
|
531
496
|
},
|
|
532
|
-
{
|
|
533
|
-
"id": "messageIdExpression",
|
|
534
|
-
"label": "Message ID expression",
|
|
535
|
-
"description": "Expression to extract unique identifier of a message",
|
|
536
|
-
"optional": true,
|
|
537
|
-
"feel": "required",
|
|
538
|
-
"group": "correlation",
|
|
539
|
-
"binding": {
|
|
540
|
-
"name": "messageIdExpression",
|
|
541
|
-
"type": "zeebe:property"
|
|
542
|
-
},
|
|
543
|
-
"condition": {
|
|
544
|
-
"property": "synchronousResponse",
|
|
545
|
-
"equals": "false",
|
|
546
|
-
"type": "simple"
|
|
547
|
-
},
|
|
548
|
-
"type": "String"
|
|
549
|
-
},
|
|
550
497
|
{
|
|
551
498
|
"id": "messageTtl",
|
|
552
499
|
"label": "Message TTL",
|
|
@@ -565,86 +512,30 @@
|
|
|
565
512
|
"name": "messageTtl",
|
|
566
513
|
"type": "zeebe:property"
|
|
567
514
|
},
|
|
568
|
-
"condition": {
|
|
569
|
-
"property": "synchronousResponse",
|
|
570
|
-
"equals": "false",
|
|
571
|
-
"type": "simple"
|
|
572
|
-
},
|
|
573
515
|
"type": "String"
|
|
574
516
|
},
|
|
575
517
|
{
|
|
576
|
-
"id": "
|
|
577
|
-
"
|
|
578
|
-
|
|
579
|
-
|
|
518
|
+
"id": "messageIdExpression",
|
|
519
|
+
"label": "Message ID expression",
|
|
520
|
+
"description": "Expression to extract unique identifier of a message",
|
|
521
|
+
"optional": true,
|
|
522
|
+
"feel": "required",
|
|
580
523
|
"group": "correlation",
|
|
581
524
|
"binding": {
|
|
582
|
-
"name": "
|
|
583
|
-
"type": "bpmn:Message#property"
|
|
584
|
-
},
|
|
585
|
-
"type": "Hidden"
|
|
586
|
-
},
|
|
587
|
-
{
|
|
588
|
-
"id": "deduplicationModeManualFlag",
|
|
589
|
-
"label": "Manual mode",
|
|
590
|
-
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
591
|
-
"value": false,
|
|
592
|
-
"group": "deduplication",
|
|
593
|
-
"binding": {
|
|
594
|
-
"name": "deduplicationModeManualFlag",
|
|
595
|
-
"type": "zeebe:property"
|
|
596
|
-
},
|
|
597
|
-
"type": "Boolean"
|
|
598
|
-
},
|
|
599
|
-
{
|
|
600
|
-
"id": "deduplicationId",
|
|
601
|
-
"label": "Deduplication ID",
|
|
602
|
-
"constraints": {
|
|
603
|
-
"notEmpty": true,
|
|
604
|
-
"pattern": {
|
|
605
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
606
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
607
|
-
}
|
|
608
|
-
},
|
|
609
|
-
"group": "deduplication",
|
|
610
|
-
"binding": {
|
|
611
|
-
"name": "deduplicationId",
|
|
525
|
+
"name": "messageIdExpression",
|
|
612
526
|
"type": "zeebe:property"
|
|
613
527
|
},
|
|
614
|
-
"condition": {
|
|
615
|
-
"property": "deduplicationModeManualFlag",
|
|
616
|
-
"equals": true,
|
|
617
|
-
"type": "simple"
|
|
618
|
-
},
|
|
619
528
|
"type": "String"
|
|
620
529
|
},
|
|
621
530
|
{
|
|
622
|
-
"id": "
|
|
623
|
-
"
|
|
624
|
-
|
|
625
|
-
"binding": {
|
|
626
|
-
"name": "deduplicationMode",
|
|
627
|
-
"type": "zeebe:property"
|
|
628
|
-
},
|
|
629
|
-
"condition": {
|
|
630
|
-
"property": "deduplicationId",
|
|
631
|
-
"isActive": true,
|
|
632
|
-
"type": "simple"
|
|
531
|
+
"id": "messageNameUuid",
|
|
532
|
+
"generatedValue": {
|
|
533
|
+
"type": "uuid"
|
|
633
534
|
},
|
|
634
|
-
"
|
|
635
|
-
},
|
|
636
|
-
{
|
|
637
|
-
"id": "deduplicationModeAuto",
|
|
638
|
-
"value": "AUTO",
|
|
639
|
-
"group": "deduplication",
|
|
535
|
+
"group": "correlation",
|
|
640
536
|
"binding": {
|
|
641
|
-
"name": "
|
|
642
|
-
"type": "
|
|
643
|
-
},
|
|
644
|
-
"condition": {
|
|
645
|
-
"property": "deduplicationId",
|
|
646
|
-
"isActive": false,
|
|
647
|
-
"type": "simple"
|
|
537
|
+
"name": "name",
|
|
538
|
+
"type": "bpmn:Message#property"
|
|
648
539
|
},
|
|
649
540
|
"type": "Hidden"
|
|
650
541
|
},
|
|
@@ -672,6 +563,9 @@
|
|
|
672
563
|
"type": "Text"
|
|
673
564
|
}
|
|
674
565
|
],
|
|
566
|
+
"engines": {
|
|
567
|
+
"camunda": "^8.3"
|
|
568
|
+
},
|
|
675
569
|
"icon": {
|
|
676
570
|
"contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
|
|
677
571
|
}
|
|
@@ -681,11 +575,8 @@
|
|
|
681
575
|
"name": "Webhook Message Start Event Connector",
|
|
682
576
|
"id": "io.camunda.connectors.webhook.WebhookConnectorStartMessage.v1",
|
|
683
577
|
"description": "Configure webhook to receive callbacks",
|
|
684
|
-
"metadata": {
|
|
685
|
-
"keywords": []
|
|
686
|
-
},
|
|
687
578
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
|
|
688
|
-
"version":
|
|
579
|
+
"version": 11,
|
|
689
580
|
"category": {
|
|
690
581
|
"id": "connectors",
|
|
691
582
|
"name": "Connectors"
|
|
@@ -695,9 +586,6 @@
|
|
|
695
586
|
"value": "bpmn:StartEvent",
|
|
696
587
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
697
588
|
},
|
|
698
|
-
"engines": {
|
|
699
|
-
"camunda": "^8.3"
|
|
700
|
-
},
|
|
701
589
|
"groups": [
|
|
702
590
|
{
|
|
703
591
|
"id": "endpoint",
|
|
@@ -724,11 +612,6 @@
|
|
|
724
612
|
"label": "Correlation",
|
|
725
613
|
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
726
614
|
},
|
|
727
|
-
{
|
|
728
|
-
"id": "deduplication",
|
|
729
|
-
"label": "Deduplication",
|
|
730
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
731
|
-
},
|
|
732
615
|
{
|
|
733
616
|
"id": "output",
|
|
734
617
|
"label": "Output mapping"
|
|
@@ -1224,70 +1107,6 @@
|
|
|
1224
1107
|
},
|
|
1225
1108
|
"type": "Hidden"
|
|
1226
1109
|
},
|
|
1227
|
-
{
|
|
1228
|
-
"id": "deduplicationModeManualFlag",
|
|
1229
|
-
"label": "Manual mode",
|
|
1230
|
-
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1231
|
-
"value": false,
|
|
1232
|
-
"group": "deduplication",
|
|
1233
|
-
"binding": {
|
|
1234
|
-
"name": "deduplicationModeManualFlag",
|
|
1235
|
-
"type": "zeebe:property"
|
|
1236
|
-
},
|
|
1237
|
-
"type": "Boolean"
|
|
1238
|
-
},
|
|
1239
|
-
{
|
|
1240
|
-
"id": "deduplicationId",
|
|
1241
|
-
"label": "Deduplication ID",
|
|
1242
|
-
"constraints": {
|
|
1243
|
-
"notEmpty": true,
|
|
1244
|
-
"pattern": {
|
|
1245
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
1246
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1247
|
-
}
|
|
1248
|
-
},
|
|
1249
|
-
"group": "deduplication",
|
|
1250
|
-
"binding": {
|
|
1251
|
-
"name": "deduplicationId",
|
|
1252
|
-
"type": "zeebe:property"
|
|
1253
|
-
},
|
|
1254
|
-
"condition": {
|
|
1255
|
-
"property": "deduplicationModeManualFlag",
|
|
1256
|
-
"equals": true,
|
|
1257
|
-
"type": "simple"
|
|
1258
|
-
},
|
|
1259
|
-
"type": "String"
|
|
1260
|
-
},
|
|
1261
|
-
{
|
|
1262
|
-
"id": "deduplicationModeManual",
|
|
1263
|
-
"value": "MANUAL",
|
|
1264
|
-
"group": "deduplication",
|
|
1265
|
-
"binding": {
|
|
1266
|
-
"name": "deduplicationMode",
|
|
1267
|
-
"type": "zeebe:property"
|
|
1268
|
-
},
|
|
1269
|
-
"condition": {
|
|
1270
|
-
"property": "deduplicationId",
|
|
1271
|
-
"isActive": true,
|
|
1272
|
-
"type": "simple"
|
|
1273
|
-
},
|
|
1274
|
-
"type": "Hidden"
|
|
1275
|
-
},
|
|
1276
|
-
{
|
|
1277
|
-
"id": "deduplicationModeAuto",
|
|
1278
|
-
"value": "AUTO",
|
|
1279
|
-
"group": "deduplication",
|
|
1280
|
-
"binding": {
|
|
1281
|
-
"name": "deduplicationMode",
|
|
1282
|
-
"type": "zeebe:property"
|
|
1283
|
-
},
|
|
1284
|
-
"condition": {
|
|
1285
|
-
"property": "deduplicationId",
|
|
1286
|
-
"isActive": false,
|
|
1287
|
-
"type": "simple"
|
|
1288
|
-
},
|
|
1289
|
-
"type": "Hidden"
|
|
1290
|
-
},
|
|
1291
1110
|
{
|
|
1292
1111
|
"id": "resultVariable",
|
|
1293
1112
|
"label": "Result variable",
|
|
@@ -1314,13 +1133,16 @@
|
|
|
1314
1133
|
],
|
|
1315
1134
|
"icon": {
|
|
1316
1135
|
"contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
|
|
1136
|
+
},
|
|
1137
|
+
"engines": {
|
|
1138
|
+
"camunda": "^8.6"
|
|
1317
1139
|
}
|
|
1318
1140
|
},
|
|
1319
1141
|
{
|
|
1320
1142
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1321
1143
|
"name": "Webhook Message Start Event Connector",
|
|
1322
1144
|
"id": "io.camunda.connectors.webhook.WebhookConnectorStartMessage.v1",
|
|
1323
|
-
"version":
|
|
1145
|
+
"version": 1,
|
|
1324
1146
|
"description": "Configure webhook to receive callbacks",
|
|
1325
1147
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
1326
1148
|
"category": {
|
|
@@ -1789,18 +1611,6 @@
|
|
|
1789
1611
|
},
|
|
1790
1612
|
"description": "Expression to map the inbound payload to process variables"
|
|
1791
1613
|
},
|
|
1792
|
-
{
|
|
1793
|
-
"label": "One time verification response expression",
|
|
1794
|
-
"description": "Specify condition and response. Learn more in the <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#verification-expression' target='_blank'>documentation</a>",
|
|
1795
|
-
"type": "Text",
|
|
1796
|
-
"group": "webhookResponse",
|
|
1797
|
-
"feel": "required",
|
|
1798
|
-
"optional": true,
|
|
1799
|
-
"binding": {
|
|
1800
|
-
"type": "zeebe:property",
|
|
1801
|
-
"name": "inbound.verificationExpression"
|
|
1802
|
-
}
|
|
1803
|
-
},
|
|
1804
1614
|
{
|
|
1805
1615
|
"label": "Response body expression",
|
|
1806
1616
|
"type": "Text",
|
|
@@ -1818,16 +1628,16 @@
|
|
|
1818
1628
|
"contents": "data:image/svg+xml,%3Csvg id='icon' xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; %7D %3C/style%3E%3C/defs%3E%3Cpath d='M24,26a3,3,0,1,0-2.8164-4H13v1a5,5,0,1,1-5-5V16a7,7,0,1,0,6.9287,8h6.2549A2.9914,2.9914,0,0,0,24,26Z'/%3E%3Cpath d='M24,16a7.024,7.024,0,0,0-2.57.4873l-3.1656-5.5395a3.0469,3.0469,0,1,0-1.7326.9985l4.1189,7.2085.8686-.4976a5.0006,5.0006,0,1,1-1.851,6.8418L17.937,26.501A7.0005,7.0005,0,1,0,24,16Z'/%3E%3Cpath d='M8.532,20.0537a3.03,3.03,0,1,0,1.7326.9985C11.74,18.47,13.86,14.7607,13.89,14.708l.4976-.8682-.8677-.497a5,5,0,1,1,6.812-1.8438l1.7315,1.002a7.0008,7.0008,0,1,0-10.3462,2.0356c-.457.7427-1.1021,1.8716-2.0737,3.5728Z'/%3E%3Crect id='_Transparent_Rectangle_' data-name='<Transparent Rectangle>' class='cls-1' width='32' height='32'/%3E%3C/svg%3E"
|
|
1819
1629
|
},
|
|
1820
1630
|
"engines": {
|
|
1821
|
-
"camunda": "^8.
|
|
1631
|
+
"camunda": "^8.2"
|
|
1822
1632
|
}
|
|
1823
1633
|
},
|
|
1824
1634
|
{
|
|
1825
1635
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1826
1636
|
"name": "Webhook Message Start Event Connector",
|
|
1827
1637
|
"id": "io.camunda.connectors.webhook.WebhookConnectorStartMessage.v1",
|
|
1828
|
-
"version": 1,
|
|
1829
1638
|
"description": "Configure webhook to receive callbacks",
|
|
1830
1639
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
1640
|
+
"version": 10,
|
|
1831
1641
|
"category": {
|
|
1832
1642
|
"id": "connectors",
|
|
1833
1643
|
"name": "Connectors"
|
|
@@ -1850,56 +1660,43 @@
|
|
|
1850
1660
|
"id": "authorization",
|
|
1851
1661
|
"label": "Authorization"
|
|
1852
1662
|
},
|
|
1663
|
+
{
|
|
1664
|
+
"id": "webhookResponse",
|
|
1665
|
+
"label": "Webhook response"
|
|
1666
|
+
},
|
|
1853
1667
|
{
|
|
1854
1668
|
"id": "activation",
|
|
1855
1669
|
"label": "Activation"
|
|
1856
1670
|
},
|
|
1857
1671
|
{
|
|
1858
1672
|
"id": "correlation",
|
|
1859
|
-
"label": "
|
|
1860
|
-
},
|
|
1861
|
-
{
|
|
1862
|
-
"id": "variable-mapping",
|
|
1863
|
-
"label": "Variable mapping"
|
|
1673
|
+
"label": "Correlation"
|
|
1864
1674
|
},
|
|
1865
1675
|
{
|
|
1866
|
-
"id": "
|
|
1867
|
-
"label": "
|
|
1676
|
+
"id": "output",
|
|
1677
|
+
"label": "Output mapping"
|
|
1868
1678
|
}
|
|
1869
1679
|
],
|
|
1870
1680
|
"properties": [
|
|
1871
1681
|
{
|
|
1872
|
-
"type": "Hidden",
|
|
1873
1682
|
"value": "io.camunda:webhook:1",
|
|
1874
1683
|
"binding": {
|
|
1875
|
-
"
|
|
1876
|
-
"
|
|
1877
|
-
}
|
|
1878
|
-
},
|
|
1879
|
-
{
|
|
1880
|
-
"type": "Hidden",
|
|
1881
|
-
"generatedValue": {
|
|
1882
|
-
"type": "uuid"
|
|
1684
|
+
"name": "inbound.type",
|
|
1685
|
+
"type": "zeebe:property"
|
|
1883
1686
|
},
|
|
1884
|
-
"
|
|
1885
|
-
"type": "bpmn:Message#property",
|
|
1886
|
-
"name": "name"
|
|
1887
|
-
}
|
|
1888
|
-
},
|
|
1889
|
-
{
|
|
1890
|
-
"type": "Hidden",
|
|
1891
|
-
"value": "ConfigurableInboundWebhook",
|
|
1892
|
-
"binding": {
|
|
1893
|
-
"type": "zeebe:property",
|
|
1894
|
-
"name": "inbound.subtype"
|
|
1895
|
-
}
|
|
1687
|
+
"type": "Hidden"
|
|
1896
1688
|
},
|
|
1897
1689
|
{
|
|
1898
|
-
"id": "
|
|
1690
|
+
"id": "inbound.method",
|
|
1899
1691
|
"label": "Webhook method",
|
|
1900
|
-
"group": "endpoint",
|
|
1901
1692
|
"description": "Select HTTP method",
|
|
1693
|
+
"optional": false,
|
|
1902
1694
|
"value": "any",
|
|
1695
|
+
"group": "endpoint",
|
|
1696
|
+
"binding": {
|
|
1697
|
+
"name": "inbound.method",
|
|
1698
|
+
"type": "zeebe:property"
|
|
1699
|
+
},
|
|
1903
1700
|
"type": "Dropdown",
|
|
1904
1701
|
"choices": [
|
|
1905
1702
|
{
|
|
@@ -1907,46 +1704,53 @@
|
|
|
1907
1704
|
"value": "any"
|
|
1908
1705
|
},
|
|
1909
1706
|
{
|
|
1910
|
-
"name": "
|
|
1707
|
+
"name": "GET",
|
|
1911
1708
|
"value": "get"
|
|
1912
1709
|
},
|
|
1913
1710
|
{
|
|
1914
|
-
"name": "
|
|
1711
|
+
"name": "POST",
|
|
1915
1712
|
"value": "post"
|
|
1916
1713
|
},
|
|
1917
1714
|
{
|
|
1918
|
-
"name": "
|
|
1715
|
+
"name": "PUT",
|
|
1919
1716
|
"value": "put"
|
|
1920
1717
|
},
|
|
1921
1718
|
{
|
|
1922
|
-
"name": "
|
|
1719
|
+
"name": "DELETE",
|
|
1923
1720
|
"value": "delete"
|
|
1924
1721
|
}
|
|
1925
|
-
]
|
|
1926
|
-
"binding": {
|
|
1927
|
-
"type": "zeebe:property",
|
|
1928
|
-
"name": "inbound.method"
|
|
1929
|
-
}
|
|
1722
|
+
]
|
|
1930
1723
|
},
|
|
1931
1724
|
{
|
|
1725
|
+
"id": "inbound.context",
|
|
1932
1726
|
"label": "Webhook ID",
|
|
1933
|
-
"
|
|
1727
|
+
"description": "The webhook ID is a part of the URL",
|
|
1728
|
+
"optional": false,
|
|
1729
|
+
"constraints": {
|
|
1730
|
+
"notEmpty": true,
|
|
1731
|
+
"pattern": {
|
|
1732
|
+
"value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
|
|
1733
|
+
"message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
|
|
1734
|
+
}
|
|
1735
|
+
},
|
|
1934
1736
|
"group": "endpoint",
|
|
1935
1737
|
"binding": {
|
|
1936
|
-
"
|
|
1937
|
-
"
|
|
1738
|
+
"name": "inbound.context",
|
|
1739
|
+
"type": "zeebe:property"
|
|
1938
1740
|
},
|
|
1939
|
-
"
|
|
1940
|
-
"constraints": {
|
|
1941
|
-
"notEmpty": true
|
|
1942
|
-
}
|
|
1741
|
+
"type": "String"
|
|
1943
1742
|
},
|
|
1944
1743
|
{
|
|
1945
|
-
"id": "shouldValidateHmac",
|
|
1744
|
+
"id": "inbound.shouldValidateHmac",
|
|
1946
1745
|
"label": "HMAC authentication",
|
|
1947
|
-
"group": "authentication",
|
|
1948
1746
|
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
|
|
1747
|
+
"optional": false,
|
|
1949
1748
|
"value": "disabled",
|
|
1749
|
+
"group": "authentication",
|
|
1750
|
+
"binding": {
|
|
1751
|
+
"name": "inbound.shouldValidateHmac",
|
|
1752
|
+
"type": "zeebe:property"
|
|
1753
|
+
},
|
|
1950
1754
|
"type": "Dropdown",
|
|
1951
1755
|
"choices": [
|
|
1952
1756
|
{
|
|
@@ -1957,47 +1761,60 @@
|
|
|
1957
1761
|
"name": "Disabled",
|
|
1958
1762
|
"value": "disabled"
|
|
1959
1763
|
}
|
|
1960
|
-
]
|
|
1961
|
-
"binding": {
|
|
1962
|
-
"type": "zeebe:property",
|
|
1963
|
-
"name": "inbound.shouldValidateHmac"
|
|
1964
|
-
}
|
|
1764
|
+
]
|
|
1965
1765
|
},
|
|
1966
1766
|
{
|
|
1767
|
+
"id": "inbound.hmacSecret",
|
|
1967
1768
|
"label": "HMAC secret key",
|
|
1968
1769
|
"description": "Shared secret key",
|
|
1969
|
-
"type": "String",
|
|
1970
|
-
"group": "authentication",
|
|
1971
1770
|
"optional": true,
|
|
1771
|
+
"feel": "optional",
|
|
1772
|
+
"group": "authentication",
|
|
1972
1773
|
"binding": {
|
|
1973
|
-
"
|
|
1974
|
-
"
|
|
1774
|
+
"name": "inbound.hmacSecret",
|
|
1775
|
+
"type": "zeebe:property"
|
|
1975
1776
|
},
|
|
1976
1777
|
"condition": {
|
|
1977
|
-
"property": "shouldValidateHmac",
|
|
1978
|
-
"equals": "enabled"
|
|
1979
|
-
|
|
1778
|
+
"property": "inbound.shouldValidateHmac",
|
|
1779
|
+
"equals": "enabled",
|
|
1780
|
+
"type": "simple"
|
|
1781
|
+
},
|
|
1782
|
+
"type": "String"
|
|
1980
1783
|
},
|
|
1981
1784
|
{
|
|
1785
|
+
"id": "inbound.hmacHeader",
|
|
1982
1786
|
"label": "HMAC header",
|
|
1983
1787
|
"description": "Name of header attribute that will contain the HMAC value",
|
|
1984
|
-
"type": "String",
|
|
1985
|
-
"group": "authentication",
|
|
1986
1788
|
"optional": true,
|
|
1789
|
+
"feel": "optional",
|
|
1790
|
+
"group": "authentication",
|
|
1987
1791
|
"binding": {
|
|
1988
|
-
"
|
|
1989
|
-
"
|
|
1792
|
+
"name": "inbound.hmacHeader",
|
|
1793
|
+
"type": "zeebe:property"
|
|
1990
1794
|
},
|
|
1991
1795
|
"condition": {
|
|
1992
|
-
"property": "shouldValidateHmac",
|
|
1993
|
-
"equals": "enabled"
|
|
1994
|
-
|
|
1796
|
+
"property": "inbound.shouldValidateHmac",
|
|
1797
|
+
"equals": "enabled",
|
|
1798
|
+
"type": "simple"
|
|
1799
|
+
},
|
|
1800
|
+
"type": "String"
|
|
1995
1801
|
},
|
|
1996
1802
|
{
|
|
1803
|
+
"id": "inbound.hmacAlgorithm",
|
|
1997
1804
|
"label": "HMAC algorithm",
|
|
1998
|
-
"group": "authentication",
|
|
1999
1805
|
"description": "Choose HMAC algorithm",
|
|
1806
|
+
"optional": false,
|
|
2000
1807
|
"value": "sha_256",
|
|
1808
|
+
"group": "authentication",
|
|
1809
|
+
"binding": {
|
|
1810
|
+
"name": "inbound.hmacAlgorithm",
|
|
1811
|
+
"type": "zeebe:property"
|
|
1812
|
+
},
|
|
1813
|
+
"condition": {
|
|
1814
|
+
"property": "inbound.shouldValidateHmac",
|
|
1815
|
+
"equals": "enabled",
|
|
1816
|
+
"type": "simple"
|
|
1817
|
+
},
|
|
2001
1818
|
"type": "Dropdown",
|
|
2002
1819
|
"choices": [
|
|
2003
1820
|
{
|
|
@@ -2012,214 +1829,236 @@
|
|
|
2012
1829
|
"name": "SHA-512",
|
|
2013
1830
|
"value": "sha_512"
|
|
2014
1831
|
}
|
|
2015
|
-
]
|
|
2016
|
-
"binding": {
|
|
2017
|
-
"type": "zeebe:property",
|
|
2018
|
-
"name": "inbound.hmacAlgorithm"
|
|
2019
|
-
},
|
|
2020
|
-
"condition": {
|
|
2021
|
-
"property": "shouldValidateHmac",
|
|
2022
|
-
"equals": "enabled"
|
|
2023
|
-
}
|
|
1832
|
+
]
|
|
2024
1833
|
},
|
|
2025
1834
|
{
|
|
1835
|
+
"id": "inbound.hmacScopes",
|
|
2026
1836
|
"label": "HMAC scopes",
|
|
2027
|
-
"group": "authentication",
|
|
2028
1837
|
"description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/' target='_blank'>documentation</a>",
|
|
2029
|
-
"feel": "required",
|
|
2030
|
-
"type": "String",
|
|
2031
1838
|
"optional": true,
|
|
1839
|
+
"feel": "required",
|
|
1840
|
+
"group": "authentication",
|
|
2032
1841
|
"binding": {
|
|
2033
|
-
"
|
|
2034
|
-
"
|
|
1842
|
+
"name": "inbound.hmacScopes",
|
|
1843
|
+
"type": "zeebe:property"
|
|
2035
1844
|
},
|
|
2036
1845
|
"condition": {
|
|
2037
|
-
"property": "shouldValidateHmac",
|
|
2038
|
-
"equals": "enabled"
|
|
2039
|
-
|
|
1846
|
+
"property": "inbound.shouldValidateHmac",
|
|
1847
|
+
"equals": "enabled",
|
|
1848
|
+
"type": "simple"
|
|
1849
|
+
},
|
|
1850
|
+
"type": "String"
|
|
2040
1851
|
},
|
|
2041
1852
|
{
|
|
2042
|
-
"id": "
|
|
1853
|
+
"id": "inbound.auth.type",
|
|
2043
1854
|
"label": "Authorization type",
|
|
2044
|
-
"
|
|
2045
|
-
"description": "Choose the authorization type.",
|
|
1855
|
+
"description": "Choose the authorization type",
|
|
2046
1856
|
"value": "NONE",
|
|
1857
|
+
"group": "authorization",
|
|
1858
|
+
"binding": {
|
|
1859
|
+
"name": "inbound.auth.type",
|
|
1860
|
+
"type": "zeebe:property"
|
|
1861
|
+
},
|
|
2047
1862
|
"type": "Dropdown",
|
|
2048
1863
|
"choices": [
|
|
2049
1864
|
{
|
|
2050
1865
|
"name": "None",
|
|
2051
1866
|
"value": "NONE"
|
|
2052
1867
|
},
|
|
2053
|
-
{
|
|
2054
|
-
"name": "JWT",
|
|
2055
|
-
"value": "JWT"
|
|
2056
|
-
},
|
|
2057
1868
|
{
|
|
2058
1869
|
"name": "Basic",
|
|
2059
1870
|
"value": "BASIC"
|
|
2060
1871
|
},
|
|
2061
1872
|
{
|
|
2062
|
-
"name": "API
|
|
1873
|
+
"name": "API key",
|
|
2063
1874
|
"value": "APIKEY"
|
|
1875
|
+
},
|
|
1876
|
+
{
|
|
1877
|
+
"name": "JWT",
|
|
1878
|
+
"value": "JWT"
|
|
2064
1879
|
}
|
|
2065
|
-
]
|
|
2066
|
-
"binding": {
|
|
2067
|
-
"type": "zeebe:property",
|
|
2068
|
-
"name": "inbound.auth.type"
|
|
2069
|
-
}
|
|
1880
|
+
]
|
|
2070
1881
|
},
|
|
2071
1882
|
{
|
|
2072
|
-
"
|
|
2073
|
-
"
|
|
2074
|
-
"
|
|
2075
|
-
"
|
|
1883
|
+
"id": "inbound.auth.username",
|
|
1884
|
+
"label": "Username",
|
|
1885
|
+
"description": "Username for basic authentication",
|
|
1886
|
+
"optional": false,
|
|
2076
1887
|
"feel": "optional",
|
|
2077
|
-
"
|
|
1888
|
+
"group": "authorization",
|
|
2078
1889
|
"binding": {
|
|
2079
|
-
"
|
|
2080
|
-
"
|
|
1890
|
+
"name": "inbound.auth.username",
|
|
1891
|
+
"type": "zeebe:property"
|
|
2081
1892
|
},
|
|
2082
1893
|
"condition": {
|
|
2083
|
-
"property": "
|
|
2084
|
-
"equals": "
|
|
2085
|
-
|
|
1894
|
+
"property": "inbound.auth.type",
|
|
1895
|
+
"equals": "BASIC",
|
|
1896
|
+
"type": "simple"
|
|
1897
|
+
},
|
|
1898
|
+
"type": "String"
|
|
2086
1899
|
},
|
|
2087
1900
|
{
|
|
2088
|
-
"
|
|
2089
|
-
"
|
|
2090
|
-
"
|
|
1901
|
+
"id": "inbound.auth.password",
|
|
1902
|
+
"label": "Password",
|
|
1903
|
+
"description": "Password for basic authentication",
|
|
1904
|
+
"optional": false,
|
|
1905
|
+
"feel": "optional",
|
|
2091
1906
|
"group": "authorization",
|
|
2092
|
-
"feel": "required",
|
|
2093
|
-
"optional": true,
|
|
2094
1907
|
"binding": {
|
|
2095
|
-
"
|
|
2096
|
-
"
|
|
1908
|
+
"name": "inbound.auth.password",
|
|
1909
|
+
"type": "zeebe:property"
|
|
2097
1910
|
},
|
|
2098
1911
|
"condition": {
|
|
2099
|
-
"property": "
|
|
2100
|
-
"equals": "
|
|
2101
|
-
|
|
1912
|
+
"property": "inbound.auth.type",
|
|
1913
|
+
"equals": "BASIC",
|
|
1914
|
+
"type": "simple"
|
|
1915
|
+
},
|
|
1916
|
+
"type": "String"
|
|
2102
1917
|
},
|
|
2103
1918
|
{
|
|
2104
|
-
"
|
|
2105
|
-
"
|
|
2106
|
-
"
|
|
1919
|
+
"id": "inbound.auth.apiKey",
|
|
1920
|
+
"label": "API key",
|
|
1921
|
+
"description": "Expected API key",
|
|
1922
|
+
"optional": false,
|
|
1923
|
+
"feel": "optional",
|
|
2107
1924
|
"group": "authorization",
|
|
2108
|
-
"feel": "required",
|
|
2109
|
-
"optional": true,
|
|
2110
1925
|
"binding": {
|
|
2111
|
-
"
|
|
2112
|
-
"
|
|
1926
|
+
"name": "inbound.auth.apiKey",
|
|
1927
|
+
"type": "zeebe:property"
|
|
2113
1928
|
},
|
|
2114
1929
|
"condition": {
|
|
2115
|
-
"property": "
|
|
2116
|
-
"equals": "
|
|
2117
|
-
|
|
1930
|
+
"property": "inbound.auth.type",
|
|
1931
|
+
"equals": "APIKEY",
|
|
1932
|
+
"type": "simple"
|
|
1933
|
+
},
|
|
1934
|
+
"type": "String"
|
|
2118
1935
|
},
|
|
2119
1936
|
{
|
|
2120
|
-
"
|
|
2121
|
-
"
|
|
2122
|
-
"
|
|
1937
|
+
"id": "inbound.auth.apiKeyLocator",
|
|
1938
|
+
"label": "API key locator",
|
|
1939
|
+
"description": "A FEEL expression that extracts API key from the request. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#how-to-configure-api-key-authorization'>See documentation</a>",
|
|
1940
|
+
"optional": false,
|
|
1941
|
+
"value": "=split(request.headers.authorization, \" \")[2]",
|
|
1942
|
+
"constraints": {
|
|
1943
|
+
"notEmpty": true
|
|
1944
|
+
},
|
|
1945
|
+
"feel": "required",
|
|
2123
1946
|
"group": "authorization",
|
|
2124
|
-
"feel": "optional",
|
|
2125
1947
|
"binding": {
|
|
2126
|
-
"
|
|
2127
|
-
"
|
|
1948
|
+
"name": "inbound.auth.apiKeyLocator",
|
|
1949
|
+
"type": "zeebe:property"
|
|
2128
1950
|
},
|
|
2129
1951
|
"condition": {
|
|
2130
|
-
"property": "
|
|
2131
|
-
"equals": "
|
|
1952
|
+
"property": "inbound.auth.type",
|
|
1953
|
+
"equals": "APIKEY",
|
|
1954
|
+
"type": "simple"
|
|
2132
1955
|
},
|
|
2133
|
-
"
|
|
2134
|
-
"notEmpty": true
|
|
2135
|
-
}
|
|
1956
|
+
"type": "String"
|
|
2136
1957
|
},
|
|
2137
1958
|
{
|
|
2138
|
-
"
|
|
2139
|
-
"
|
|
2140
|
-
"
|
|
2141
|
-
"
|
|
1959
|
+
"id": "inbound.auth.jwt.jwkUrl",
|
|
1960
|
+
"label": "JWK URL",
|
|
1961
|
+
"description": "Well-known URL of JWKs",
|
|
1962
|
+
"optional": false,
|
|
2142
1963
|
"feel": "optional",
|
|
1964
|
+
"group": "authorization",
|
|
2143
1965
|
"binding": {
|
|
2144
|
-
"
|
|
2145
|
-
"
|
|
1966
|
+
"name": "inbound.auth.jwt.jwkUrl",
|
|
1967
|
+
"type": "zeebe:property"
|
|
2146
1968
|
},
|
|
2147
1969
|
"condition": {
|
|
2148
|
-
"property": "
|
|
2149
|
-
"equals": "
|
|
1970
|
+
"property": "inbound.auth.type",
|
|
1971
|
+
"equals": "JWT",
|
|
1972
|
+
"type": "simple"
|
|
2150
1973
|
},
|
|
2151
|
-
"
|
|
2152
|
-
"notEmpty": true
|
|
2153
|
-
}
|
|
1974
|
+
"type": "String"
|
|
2154
1975
|
},
|
|
2155
1976
|
{
|
|
2156
|
-
"
|
|
2157
|
-
"
|
|
2158
|
-
"
|
|
1977
|
+
"id": "inbound.auth.jwt.permissionsExpression",
|
|
1978
|
+
"label": "JWT role property expression",
|
|
1979
|
+
"description": "Expression to extract the roles from the JWT token. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#how-to-extract-roles-from-jwt-data'>See documentation</a>",
|
|
1980
|
+
"optional": false,
|
|
1981
|
+
"feel": "required",
|
|
2159
1982
|
"group": "authorization",
|
|
2160
|
-
"feel": "optional",
|
|
2161
1983
|
"binding": {
|
|
2162
|
-
"
|
|
2163
|
-
"
|
|
1984
|
+
"name": "inbound.auth.jwt.permissionsExpression",
|
|
1985
|
+
"type": "zeebe:property"
|
|
2164
1986
|
},
|
|
2165
1987
|
"condition": {
|
|
2166
|
-
"property": "
|
|
2167
|
-
"equals": "
|
|
1988
|
+
"property": "inbound.auth.type",
|
|
1989
|
+
"equals": "JWT",
|
|
1990
|
+
"type": "simple"
|
|
2168
1991
|
},
|
|
2169
|
-
"
|
|
2170
|
-
"notEmpty": true
|
|
2171
|
-
}
|
|
1992
|
+
"type": "String"
|
|
2172
1993
|
},
|
|
2173
1994
|
{
|
|
2174
|
-
"
|
|
2175
|
-
"
|
|
2176
|
-
"
|
|
2177
|
-
"
|
|
1995
|
+
"id": "inbound.auth.jwt.requiredPermissions",
|
|
1996
|
+
"label": "Required roles",
|
|
1997
|
+
"description": "List of roles to test JWT roles against",
|
|
1998
|
+
"optional": false,
|
|
2178
1999
|
"feel": "required",
|
|
2000
|
+
"group": "authorization",
|
|
2179
2001
|
"binding": {
|
|
2180
|
-
"
|
|
2181
|
-
"
|
|
2002
|
+
"name": "inbound.auth.jwt.requiredPermissions",
|
|
2003
|
+
"type": "zeebe:property"
|
|
2182
2004
|
},
|
|
2183
2005
|
"condition": {
|
|
2184
|
-
"property": "
|
|
2185
|
-
"equals": "
|
|
2186
|
-
|
|
2187
|
-
"constraints": {
|
|
2188
|
-
"notEmpty": true
|
|
2006
|
+
"property": "inbound.auth.type",
|
|
2007
|
+
"equals": "JWT",
|
|
2008
|
+
"type": "simple"
|
|
2189
2009
|
},
|
|
2190
|
-
"
|
|
2010
|
+
"type": "String"
|
|
2191
2011
|
},
|
|
2192
2012
|
{
|
|
2193
|
-
"
|
|
2194
|
-
"
|
|
2195
|
-
"
|
|
2013
|
+
"id": "inbound.responseBodyExpression",
|
|
2014
|
+
"label": "Response body expression",
|
|
2015
|
+
"description": "Specify condition and response",
|
|
2196
2016
|
"optional": true,
|
|
2197
|
-
"
|
|
2017
|
+
"feel": "required",
|
|
2018
|
+
"group": "webhookResponse",
|
|
2198
2019
|
"binding": {
|
|
2199
|
-
"
|
|
2200
|
-
"
|
|
2020
|
+
"name": "inbound.responseBodyExpression",
|
|
2021
|
+
"type": "zeebe:property"
|
|
2201
2022
|
},
|
|
2202
|
-
"
|
|
2023
|
+
"type": "Text"
|
|
2203
2024
|
},
|
|
2204
2025
|
{
|
|
2205
|
-
"
|
|
2206
|
-
"
|
|
2207
|
-
"
|
|
2026
|
+
"id": "inbound.verificationExpression",
|
|
2027
|
+
"label": "One time verification response expression",
|
|
2028
|
+
"description": "Specify condition and response. Learn more in the <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#verification-expression' target='_blank'>documentation</a>",
|
|
2029
|
+
"optional": true,
|
|
2208
2030
|
"feel": "required",
|
|
2031
|
+
"group": "webhookResponse",
|
|
2032
|
+
"binding": {
|
|
2033
|
+
"name": "inbound.verificationExpression",
|
|
2034
|
+
"type": "zeebe:property"
|
|
2035
|
+
},
|
|
2036
|
+
"type": "Text"
|
|
2037
|
+
},
|
|
2038
|
+
{
|
|
2039
|
+
"id": "activationCondition",
|
|
2040
|
+
"label": "Activation condition",
|
|
2041
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
2209
2042
|
"optional": true,
|
|
2043
|
+
"feel": "required",
|
|
2044
|
+
"group": "activation",
|
|
2210
2045
|
"binding": {
|
|
2211
|
-
"
|
|
2212
|
-
"
|
|
2046
|
+
"name": "activationCondition",
|
|
2047
|
+
"type": "zeebe:property"
|
|
2213
2048
|
},
|
|
2214
|
-
"
|
|
2049
|
+
"type": "String"
|
|
2215
2050
|
},
|
|
2216
2051
|
{
|
|
2217
|
-
"label": "Correlation required",
|
|
2218
|
-
"description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
|
|
2219
2052
|
"id": "correlationRequired",
|
|
2053
|
+
"label": "Subprocess correlation required",
|
|
2054
|
+
"description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
|
|
2055
|
+
"value": "notRequired",
|
|
2220
2056
|
"group": "correlation",
|
|
2057
|
+
"binding": {
|
|
2058
|
+
"name": "correlationRequired",
|
|
2059
|
+
"type": "zeebe:property"
|
|
2060
|
+
},
|
|
2221
2061
|
"type": "Dropdown",
|
|
2222
|
-
"value": "notRequired",
|
|
2223
2062
|
"choices": [
|
|
2224
2063
|
{
|
|
2225
2064
|
"name": "Correlation not required",
|
|
@@ -2229,98 +2068,114 @@
|
|
|
2229
2068
|
"name": "Correlation required",
|
|
2230
2069
|
"value": "required"
|
|
2231
2070
|
}
|
|
2232
|
-
]
|
|
2233
|
-
"binding": {
|
|
2234
|
-
"type": "zeebe:property",
|
|
2235
|
-
"name": "correlationRequired"
|
|
2236
|
-
}
|
|
2071
|
+
]
|
|
2237
2072
|
},
|
|
2238
2073
|
{
|
|
2074
|
+
"id": "correlationKeyProcess",
|
|
2239
2075
|
"label": "Correlation key (process)",
|
|
2240
|
-
"type": "String",
|
|
2241
|
-
"group": "correlation",
|
|
2242
|
-
"feel": "required",
|
|
2243
2076
|
"description": "Sets up the correlation key from process variables",
|
|
2244
|
-
"binding": {
|
|
2245
|
-
"type": "bpmn:Message#zeebe:subscription#property",
|
|
2246
|
-
"name": "correlationKey"
|
|
2247
|
-
},
|
|
2248
2077
|
"constraints": {
|
|
2249
2078
|
"notEmpty": true
|
|
2250
2079
|
},
|
|
2080
|
+
"feel": "required",
|
|
2081
|
+
"group": "correlation",
|
|
2082
|
+
"binding": {
|
|
2083
|
+
"name": "correlationKey",
|
|
2084
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
2085
|
+
},
|
|
2251
2086
|
"condition": {
|
|
2252
2087
|
"property": "correlationRequired",
|
|
2253
|
-
"equals": "required"
|
|
2254
|
-
|
|
2088
|
+
"equals": "required",
|
|
2089
|
+
"type": "simple"
|
|
2090
|
+
},
|
|
2091
|
+
"type": "String"
|
|
2255
2092
|
},
|
|
2256
2093
|
{
|
|
2094
|
+
"id": "correlationKeyPayload",
|
|
2257
2095
|
"label": "Correlation key (payload)",
|
|
2258
|
-
"type": "String",
|
|
2259
|
-
"group": "correlation",
|
|
2260
|
-
"feel": "required",
|
|
2261
|
-
"binding": {
|
|
2262
|
-
"type": "zeebe:property",
|
|
2263
|
-
"name": "correlationKeyExpression"
|
|
2264
|
-
},
|
|
2265
2096
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
2266
2097
|
"constraints": {
|
|
2267
2098
|
"notEmpty": true
|
|
2268
2099
|
},
|
|
2100
|
+
"feel": "required",
|
|
2101
|
+
"group": "correlation",
|
|
2102
|
+
"binding": {
|
|
2103
|
+
"name": "correlationKeyExpression",
|
|
2104
|
+
"type": "zeebe:property"
|
|
2105
|
+
},
|
|
2269
2106
|
"condition": {
|
|
2270
2107
|
"property": "correlationRequired",
|
|
2271
|
-
"equals": "required"
|
|
2272
|
-
|
|
2108
|
+
"equals": "required",
|
|
2109
|
+
"type": "simple"
|
|
2110
|
+
},
|
|
2111
|
+
"type": "String"
|
|
2273
2112
|
},
|
|
2274
2113
|
{
|
|
2275
|
-
"
|
|
2276
|
-
"
|
|
2277
|
-
"
|
|
2114
|
+
"id": "messageIdExpression",
|
|
2115
|
+
"label": "Message ID expression",
|
|
2116
|
+
"description": "Expression to extract unique identifier of a message",
|
|
2278
2117
|
"optional": true,
|
|
2118
|
+
"feel": "required",
|
|
2119
|
+
"group": "correlation",
|
|
2279
2120
|
"binding": {
|
|
2280
|
-
"
|
|
2281
|
-
"
|
|
2121
|
+
"name": "messageIdExpression",
|
|
2122
|
+
"type": "zeebe:property"
|
|
2282
2123
|
},
|
|
2283
|
-
"
|
|
2124
|
+
"type": "String"
|
|
2284
2125
|
},
|
|
2285
2126
|
{
|
|
2286
|
-
"
|
|
2287
|
-
"
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
"
|
|
2127
|
+
"id": "messageNameUuid",
|
|
2128
|
+
"generatedValue": {
|
|
2129
|
+
"type": "uuid"
|
|
2130
|
+
},
|
|
2131
|
+
"group": "correlation",
|
|
2291
2132
|
"binding": {
|
|
2292
|
-
"
|
|
2293
|
-
"
|
|
2133
|
+
"name": "name",
|
|
2134
|
+
"type": "bpmn:Message#property"
|
|
2294
2135
|
},
|
|
2295
|
-
"
|
|
2136
|
+
"type": "Hidden"
|
|
2296
2137
|
},
|
|
2297
2138
|
{
|
|
2298
|
-
"
|
|
2299
|
-
"
|
|
2300
|
-
"
|
|
2139
|
+
"id": "resultVariable",
|
|
2140
|
+
"label": "Result variable",
|
|
2141
|
+
"description": "Name of variable to store the response in",
|
|
2142
|
+
"group": "output",
|
|
2143
|
+
"binding": {
|
|
2144
|
+
"name": "resultVariable",
|
|
2145
|
+
"type": "zeebe:property"
|
|
2146
|
+
},
|
|
2147
|
+
"type": "String"
|
|
2148
|
+
},
|
|
2149
|
+
{
|
|
2150
|
+
"id": "resultExpression",
|
|
2151
|
+
"label": "Result expression",
|
|
2152
|
+
"description": "Expression to map the response into process variables",
|
|
2301
2153
|
"feel": "required",
|
|
2302
|
-
"
|
|
2154
|
+
"group": "output",
|
|
2303
2155
|
"binding": {
|
|
2304
|
-
"
|
|
2305
|
-
"
|
|
2156
|
+
"name": "resultExpression",
|
|
2157
|
+
"type": "zeebe:property"
|
|
2306
2158
|
},
|
|
2307
|
-
"
|
|
2159
|
+
"type": "Text"
|
|
2308
2160
|
}
|
|
2309
2161
|
],
|
|
2310
2162
|
"icon": {
|
|
2311
|
-
"contents": "data:image/svg+xml
|
|
2163
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
|
|
2312
2164
|
},
|
|
2313
2165
|
"engines": {
|
|
2314
|
-
"camunda": "^8.
|
|
2166
|
+
"camunda": "^8.5"
|
|
2315
2167
|
}
|
|
2316
2168
|
},
|
|
2317
2169
|
{
|
|
2318
2170
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2319
2171
|
"name": "Webhook Message Start Event Connector",
|
|
2320
2172
|
"id": "io.camunda.connectors.webhook.WebhookConnectorStartMessage.v1",
|
|
2321
|
-
"version": 3,
|
|
2322
2173
|
"description": "Configure webhook to receive callbacks",
|
|
2323
|
-
"
|
|
2174
|
+
"metadata": {
|
|
2175
|
+
"keywords": []
|
|
2176
|
+
},
|
|
2177
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
|
|
2178
|
+
"version": 13,
|
|
2324
2179
|
"category": {
|
|
2325
2180
|
"id": "connectors",
|
|
2326
2181
|
"name": "Connectors"
|
|
@@ -2330,6 +2185,9 @@
|
|
|
2330
2185
|
"value": "bpmn:StartEvent",
|
|
2331
2186
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
2332
2187
|
},
|
|
2188
|
+
"engines": {
|
|
2189
|
+
"camunda": "^8.3"
|
|
2190
|
+
},
|
|
2333
2191
|
"groups": [
|
|
2334
2192
|
{
|
|
2335
2193
|
"id": "endpoint",
|
|
@@ -2343,56 +2201,49 @@
|
|
|
2343
2201
|
"id": "authorization",
|
|
2344
2202
|
"label": "Authorization"
|
|
2345
2203
|
},
|
|
2204
|
+
{
|
|
2205
|
+
"id": "webhookResponse",
|
|
2206
|
+
"label": "Webhook response"
|
|
2207
|
+
},
|
|
2346
2208
|
{
|
|
2347
2209
|
"id": "activation",
|
|
2348
2210
|
"label": "Activation"
|
|
2349
2211
|
},
|
|
2350
2212
|
{
|
|
2351
2213
|
"id": "correlation",
|
|
2352
|
-
"label": "
|
|
2214
|
+
"label": "Correlation",
|
|
2215
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
2353
2216
|
},
|
|
2354
2217
|
{
|
|
2355
|
-
"id": "
|
|
2356
|
-
"label": "
|
|
2357
|
-
|
|
2218
|
+
"id": "deduplication",
|
|
2219
|
+
"label": "Deduplication",
|
|
2220
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
2221
|
+
},
|
|
2358
2222
|
{
|
|
2359
|
-
"id": "
|
|
2360
|
-
"label": "
|
|
2223
|
+
"id": "output",
|
|
2224
|
+
"label": "Output mapping"
|
|
2361
2225
|
}
|
|
2362
2226
|
],
|
|
2363
2227
|
"properties": [
|
|
2364
2228
|
{
|
|
2365
|
-
"type": "Hidden",
|
|
2366
2229
|
"value": "io.camunda:webhook:1",
|
|
2367
2230
|
"binding": {
|
|
2368
|
-
"
|
|
2369
|
-
"
|
|
2370
|
-
}
|
|
2371
|
-
},
|
|
2372
|
-
{
|
|
2373
|
-
"type": "Hidden",
|
|
2374
|
-
"generatedValue": {
|
|
2375
|
-
"type": "uuid"
|
|
2231
|
+
"name": "inbound.type",
|
|
2232
|
+
"type": "zeebe:property"
|
|
2376
2233
|
},
|
|
2377
|
-
"
|
|
2378
|
-
"type": "bpmn:Message#property",
|
|
2379
|
-
"name": "name"
|
|
2380
|
-
}
|
|
2381
|
-
},
|
|
2382
|
-
{
|
|
2383
|
-
"type": "Hidden",
|
|
2384
|
-
"value": "ConfigurableInboundWebhook",
|
|
2385
|
-
"binding": {
|
|
2386
|
-
"type": "zeebe:property",
|
|
2387
|
-
"name": "inbound.subtype"
|
|
2388
|
-
}
|
|
2234
|
+
"type": "Hidden"
|
|
2389
2235
|
},
|
|
2390
2236
|
{
|
|
2391
|
-
"id": "
|
|
2237
|
+
"id": "inbound.method",
|
|
2392
2238
|
"label": "Webhook method",
|
|
2393
|
-
"group": "endpoint",
|
|
2394
2239
|
"description": "Select HTTP method",
|
|
2240
|
+
"optional": false,
|
|
2395
2241
|
"value": "any",
|
|
2242
|
+
"group": "endpoint",
|
|
2243
|
+
"binding": {
|
|
2244
|
+
"name": "inbound.method",
|
|
2245
|
+
"type": "zeebe:property"
|
|
2246
|
+
},
|
|
2396
2247
|
"type": "Dropdown",
|
|
2397
2248
|
"choices": [
|
|
2398
2249
|
{
|
|
@@ -2400,50 +2251,53 @@
|
|
|
2400
2251
|
"value": "any"
|
|
2401
2252
|
},
|
|
2402
2253
|
{
|
|
2403
|
-
"name": "
|
|
2254
|
+
"name": "GET",
|
|
2404
2255
|
"value": "get"
|
|
2405
2256
|
},
|
|
2406
2257
|
{
|
|
2407
|
-
"name": "
|
|
2258
|
+
"name": "POST",
|
|
2408
2259
|
"value": "post"
|
|
2409
2260
|
},
|
|
2410
2261
|
{
|
|
2411
|
-
"name": "
|
|
2262
|
+
"name": "PUT",
|
|
2412
2263
|
"value": "put"
|
|
2413
2264
|
},
|
|
2414
2265
|
{
|
|
2415
|
-
"name": "
|
|
2266
|
+
"name": "DELETE",
|
|
2416
2267
|
"value": "delete"
|
|
2417
2268
|
}
|
|
2418
|
-
]
|
|
2419
|
-
"binding": {
|
|
2420
|
-
"type": "zeebe:property",
|
|
2421
|
-
"name": "inbound.method"
|
|
2422
|
-
}
|
|
2269
|
+
]
|
|
2423
2270
|
},
|
|
2424
2271
|
{
|
|
2272
|
+
"id": "inbound.context",
|
|
2425
2273
|
"label": "Webhook ID",
|
|
2426
|
-
"type": "String",
|
|
2427
|
-
"group": "endpoint",
|
|
2428
|
-
"binding": {
|
|
2429
|
-
"type": "zeebe:property",
|
|
2430
|
-
"name": "inbound.context"
|
|
2431
|
-
},
|
|
2432
2274
|
"description": "The webhook ID is a part of the URL",
|
|
2275
|
+
"optional": false,
|
|
2433
2276
|
"constraints": {
|
|
2434
2277
|
"notEmpty": true,
|
|
2435
2278
|
"pattern": {
|
|
2436
2279
|
"value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
|
|
2437
2280
|
"message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
|
|
2438
2281
|
}
|
|
2439
|
-
}
|
|
2282
|
+
},
|
|
2283
|
+
"group": "endpoint",
|
|
2284
|
+
"binding": {
|
|
2285
|
+
"name": "inbound.context",
|
|
2286
|
+
"type": "zeebe:property"
|
|
2287
|
+
},
|
|
2288
|
+
"type": "String"
|
|
2440
2289
|
},
|
|
2441
2290
|
{
|
|
2442
|
-
"id": "shouldValidateHmac",
|
|
2291
|
+
"id": "inbound.shouldValidateHmac",
|
|
2443
2292
|
"label": "HMAC authentication",
|
|
2444
|
-
"
|
|
2445
|
-
"
|
|
2293
|
+
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
|
|
2294
|
+
"optional": false,
|
|
2446
2295
|
"value": "disabled",
|
|
2296
|
+
"group": "authentication",
|
|
2297
|
+
"binding": {
|
|
2298
|
+
"name": "inbound.shouldValidateHmac",
|
|
2299
|
+
"type": "zeebe:property"
|
|
2300
|
+
},
|
|
2447
2301
|
"type": "Dropdown",
|
|
2448
2302
|
"choices": [
|
|
2449
2303
|
{
|
|
@@ -2454,47 +2308,60 @@
|
|
|
2454
2308
|
"name": "Disabled",
|
|
2455
2309
|
"value": "disabled"
|
|
2456
2310
|
}
|
|
2457
|
-
]
|
|
2458
|
-
"binding": {
|
|
2459
|
-
"type": "zeebe:property",
|
|
2460
|
-
"name": "inbound.shouldValidateHmac"
|
|
2461
|
-
}
|
|
2311
|
+
]
|
|
2462
2312
|
},
|
|
2463
2313
|
{
|
|
2314
|
+
"id": "inbound.hmacSecret",
|
|
2464
2315
|
"label": "HMAC secret key",
|
|
2465
2316
|
"description": "Shared secret key",
|
|
2466
|
-
"type": "String",
|
|
2467
|
-
"group": "authentication",
|
|
2468
2317
|
"optional": true,
|
|
2318
|
+
"feel": "optional",
|
|
2319
|
+
"group": "authentication",
|
|
2469
2320
|
"binding": {
|
|
2470
|
-
"
|
|
2471
|
-
"
|
|
2321
|
+
"name": "inbound.hmacSecret",
|
|
2322
|
+
"type": "zeebe:property"
|
|
2472
2323
|
},
|
|
2473
2324
|
"condition": {
|
|
2474
|
-
"property": "shouldValidateHmac",
|
|
2475
|
-
"equals": "enabled"
|
|
2476
|
-
|
|
2325
|
+
"property": "inbound.shouldValidateHmac",
|
|
2326
|
+
"equals": "enabled",
|
|
2327
|
+
"type": "simple"
|
|
2328
|
+
},
|
|
2329
|
+
"type": "String"
|
|
2477
2330
|
},
|
|
2478
2331
|
{
|
|
2332
|
+
"id": "inbound.hmacHeader",
|
|
2479
2333
|
"label": "HMAC header",
|
|
2480
2334
|
"description": "Name of header attribute that will contain the HMAC value",
|
|
2481
|
-
"type": "String",
|
|
2482
|
-
"group": "authentication",
|
|
2483
2335
|
"optional": true,
|
|
2336
|
+
"feel": "optional",
|
|
2337
|
+
"group": "authentication",
|
|
2484
2338
|
"binding": {
|
|
2485
|
-
"
|
|
2486
|
-
"
|
|
2339
|
+
"name": "inbound.hmacHeader",
|
|
2340
|
+
"type": "zeebe:property"
|
|
2487
2341
|
},
|
|
2488
2342
|
"condition": {
|
|
2489
|
-
"property": "shouldValidateHmac",
|
|
2490
|
-
"equals": "enabled"
|
|
2491
|
-
|
|
2343
|
+
"property": "inbound.shouldValidateHmac",
|
|
2344
|
+
"equals": "enabled",
|
|
2345
|
+
"type": "simple"
|
|
2346
|
+
},
|
|
2347
|
+
"type": "String"
|
|
2492
2348
|
},
|
|
2493
2349
|
{
|
|
2350
|
+
"id": "inbound.hmacAlgorithm",
|
|
2494
2351
|
"label": "HMAC algorithm",
|
|
2495
|
-
"group": "authentication",
|
|
2496
2352
|
"description": "Choose HMAC algorithm",
|
|
2353
|
+
"optional": false,
|
|
2497
2354
|
"value": "sha_256",
|
|
2355
|
+
"group": "authentication",
|
|
2356
|
+
"binding": {
|
|
2357
|
+
"name": "inbound.hmacAlgorithm",
|
|
2358
|
+
"type": "zeebe:property"
|
|
2359
|
+
},
|
|
2360
|
+
"condition": {
|
|
2361
|
+
"property": "inbound.shouldValidateHmac",
|
|
2362
|
+
"equals": "enabled",
|
|
2363
|
+
"type": "simple"
|
|
2364
|
+
},
|
|
2498
2365
|
"type": "Dropdown",
|
|
2499
2366
|
"choices": [
|
|
2500
2367
|
{
|
|
@@ -2509,214 +2376,248 @@
|
|
|
2509
2376
|
"name": "SHA-512",
|
|
2510
2377
|
"value": "sha_512"
|
|
2511
2378
|
}
|
|
2512
|
-
]
|
|
2513
|
-
"binding": {
|
|
2514
|
-
"type": "zeebe:property",
|
|
2515
|
-
"name": "inbound.hmacAlgorithm"
|
|
2516
|
-
},
|
|
2517
|
-
"condition": {
|
|
2518
|
-
"property": "shouldValidateHmac",
|
|
2519
|
-
"equals": "enabled"
|
|
2520
|
-
}
|
|
2379
|
+
]
|
|
2521
2380
|
},
|
|
2522
2381
|
{
|
|
2382
|
+
"id": "inbound.hmacScopes",
|
|
2523
2383
|
"label": "HMAC scopes",
|
|
2524
|
-
"
|
|
2525
|
-
"description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/' target='_blank'>documentation</a>",
|
|
2526
|
-
"feel": "required",
|
|
2527
|
-
"type": "String",
|
|
2384
|
+
"description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/' target='_blank'>documentation</a>",
|
|
2528
2385
|
"optional": true,
|
|
2386
|
+
"feel": "required",
|
|
2387
|
+
"group": "authentication",
|
|
2529
2388
|
"binding": {
|
|
2530
|
-
"
|
|
2531
|
-
"
|
|
2389
|
+
"name": "inbound.hmacScopes",
|
|
2390
|
+
"type": "zeebe:property"
|
|
2532
2391
|
},
|
|
2533
2392
|
"condition": {
|
|
2534
|
-
"property": "shouldValidateHmac",
|
|
2535
|
-
"equals": "enabled"
|
|
2536
|
-
|
|
2393
|
+
"property": "inbound.shouldValidateHmac",
|
|
2394
|
+
"equals": "enabled",
|
|
2395
|
+
"type": "simple"
|
|
2396
|
+
},
|
|
2397
|
+
"type": "String"
|
|
2537
2398
|
},
|
|
2538
2399
|
{
|
|
2539
|
-
"id": "
|
|
2400
|
+
"id": "inbound.auth.type",
|
|
2540
2401
|
"label": "Authorization type",
|
|
2541
|
-
"
|
|
2542
|
-
"description": "Choose the authorization type.",
|
|
2402
|
+
"description": "Choose the authorization type",
|
|
2543
2403
|
"value": "NONE",
|
|
2404
|
+
"group": "authorization",
|
|
2405
|
+
"binding": {
|
|
2406
|
+
"name": "inbound.auth.type",
|
|
2407
|
+
"type": "zeebe:property"
|
|
2408
|
+
},
|
|
2544
2409
|
"type": "Dropdown",
|
|
2545
2410
|
"choices": [
|
|
2546
2411
|
{
|
|
2547
2412
|
"name": "None",
|
|
2548
2413
|
"value": "NONE"
|
|
2549
2414
|
},
|
|
2550
|
-
{
|
|
2551
|
-
"name": "JWT",
|
|
2552
|
-
"value": "JWT"
|
|
2553
|
-
},
|
|
2554
2415
|
{
|
|
2555
2416
|
"name": "Basic",
|
|
2556
2417
|
"value": "BASIC"
|
|
2557
2418
|
},
|
|
2558
2419
|
{
|
|
2559
|
-
"name": "API
|
|
2420
|
+
"name": "API key",
|
|
2560
2421
|
"value": "APIKEY"
|
|
2422
|
+
},
|
|
2423
|
+
{
|
|
2424
|
+
"name": "JWT",
|
|
2425
|
+
"value": "JWT"
|
|
2561
2426
|
}
|
|
2562
|
-
]
|
|
2563
|
-
"binding": {
|
|
2564
|
-
"type": "zeebe:property",
|
|
2565
|
-
"name": "inbound.auth.type"
|
|
2566
|
-
}
|
|
2427
|
+
]
|
|
2567
2428
|
},
|
|
2568
2429
|
{
|
|
2569
|
-
"
|
|
2570
|
-
"
|
|
2571
|
-
"
|
|
2572
|
-
"
|
|
2430
|
+
"id": "inbound.auth.username",
|
|
2431
|
+
"label": "Username",
|
|
2432
|
+
"description": "Username for basic authentication",
|
|
2433
|
+
"optional": false,
|
|
2573
2434
|
"feel": "optional",
|
|
2574
|
-
"
|
|
2435
|
+
"group": "authorization",
|
|
2575
2436
|
"binding": {
|
|
2576
|
-
"
|
|
2577
|
-
"
|
|
2437
|
+
"name": "inbound.auth.username",
|
|
2438
|
+
"type": "zeebe:property"
|
|
2578
2439
|
},
|
|
2579
2440
|
"condition": {
|
|
2580
|
-
"property": "
|
|
2581
|
-
"equals": "
|
|
2582
|
-
|
|
2441
|
+
"property": "inbound.auth.type",
|
|
2442
|
+
"equals": "BASIC",
|
|
2443
|
+
"type": "simple"
|
|
2444
|
+
},
|
|
2445
|
+
"type": "String"
|
|
2583
2446
|
},
|
|
2584
2447
|
{
|
|
2585
|
-
"
|
|
2586
|
-
"
|
|
2587
|
-
"
|
|
2448
|
+
"id": "inbound.auth.password",
|
|
2449
|
+
"label": "Password",
|
|
2450
|
+
"description": "Password for basic authentication",
|
|
2451
|
+
"optional": false,
|
|
2452
|
+
"feel": "optional",
|
|
2588
2453
|
"group": "authorization",
|
|
2589
|
-
"feel": "required",
|
|
2590
|
-
"optional": true,
|
|
2591
2454
|
"binding": {
|
|
2592
|
-
"
|
|
2593
|
-
"
|
|
2455
|
+
"name": "inbound.auth.password",
|
|
2456
|
+
"type": "zeebe:property"
|
|
2594
2457
|
},
|
|
2595
2458
|
"condition": {
|
|
2596
|
-
"property": "
|
|
2597
|
-
"equals": "
|
|
2598
|
-
|
|
2459
|
+
"property": "inbound.auth.type",
|
|
2460
|
+
"equals": "BASIC",
|
|
2461
|
+
"type": "simple"
|
|
2462
|
+
},
|
|
2463
|
+
"type": "String"
|
|
2599
2464
|
},
|
|
2600
2465
|
{
|
|
2601
|
-
"
|
|
2602
|
-
"
|
|
2603
|
-
"
|
|
2466
|
+
"id": "inbound.auth.apiKey",
|
|
2467
|
+
"label": "API key",
|
|
2468
|
+
"description": "Expected API key",
|
|
2469
|
+
"optional": false,
|
|
2470
|
+
"feel": "optional",
|
|
2604
2471
|
"group": "authorization",
|
|
2605
|
-
"feel": "required",
|
|
2606
|
-
"optional": true,
|
|
2607
2472
|
"binding": {
|
|
2608
|
-
"
|
|
2609
|
-
"
|
|
2473
|
+
"name": "inbound.auth.apiKey",
|
|
2474
|
+
"type": "zeebe:property"
|
|
2610
2475
|
},
|
|
2611
2476
|
"condition": {
|
|
2612
|
-
"property": "
|
|
2613
|
-
"equals": "
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
"
|
|
2477
|
+
"property": "inbound.auth.type",
|
|
2478
|
+
"equals": "APIKEY",
|
|
2479
|
+
"type": "simple"
|
|
2480
|
+
},
|
|
2481
|
+
"type": "String"
|
|
2482
|
+
},
|
|
2483
|
+
{
|
|
2484
|
+
"id": "inbound.auth.apiKeyLocator",
|
|
2485
|
+
"label": "API key locator",
|
|
2486
|
+
"description": "A FEEL expression that extracts API key from the request. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#how-to-configure-api-key-authorization'>See documentation</a>",
|
|
2487
|
+
"optional": false,
|
|
2488
|
+
"value": "=split(request.headers.authorization, \" \")[2]",
|
|
2489
|
+
"constraints": {
|
|
2490
|
+
"notEmpty": true
|
|
2491
|
+
},
|
|
2492
|
+
"feel": "required",
|
|
2620
2493
|
"group": "authorization",
|
|
2621
|
-
"feel": "optional",
|
|
2622
2494
|
"binding": {
|
|
2623
|
-
"
|
|
2624
|
-
"
|
|
2495
|
+
"name": "inbound.auth.apiKeyLocator",
|
|
2496
|
+
"type": "zeebe:property"
|
|
2625
2497
|
},
|
|
2626
2498
|
"condition": {
|
|
2627
|
-
"property": "
|
|
2628
|
-
"equals": "
|
|
2499
|
+
"property": "inbound.auth.type",
|
|
2500
|
+
"equals": "APIKEY",
|
|
2501
|
+
"type": "simple"
|
|
2629
2502
|
},
|
|
2630
|
-
"
|
|
2631
|
-
"notEmpty": true
|
|
2632
|
-
}
|
|
2503
|
+
"type": "String"
|
|
2633
2504
|
},
|
|
2634
2505
|
{
|
|
2635
|
-
"
|
|
2636
|
-
"
|
|
2637
|
-
"
|
|
2638
|
-
"
|
|
2506
|
+
"id": "inbound.auth.jwt.jwkUrl",
|
|
2507
|
+
"label": "JWK URL",
|
|
2508
|
+
"description": "Well-known URL of JWKs",
|
|
2509
|
+
"optional": false,
|
|
2639
2510
|
"feel": "optional",
|
|
2511
|
+
"group": "authorization",
|
|
2640
2512
|
"binding": {
|
|
2641
|
-
"
|
|
2642
|
-
"
|
|
2513
|
+
"name": "inbound.auth.jwt.jwkUrl",
|
|
2514
|
+
"type": "zeebe:property"
|
|
2643
2515
|
},
|
|
2644
2516
|
"condition": {
|
|
2645
|
-
"property": "
|
|
2646
|
-
"equals": "
|
|
2517
|
+
"property": "inbound.auth.type",
|
|
2518
|
+
"equals": "JWT",
|
|
2519
|
+
"type": "simple"
|
|
2647
2520
|
},
|
|
2648
|
-
"
|
|
2649
|
-
"notEmpty": true
|
|
2650
|
-
}
|
|
2521
|
+
"type": "String"
|
|
2651
2522
|
},
|
|
2652
2523
|
{
|
|
2653
|
-
"
|
|
2654
|
-
"
|
|
2655
|
-
"
|
|
2524
|
+
"id": "inbound.auth.jwt.permissionsExpression",
|
|
2525
|
+
"label": "JWT role property expression",
|
|
2526
|
+
"description": "Expression to extract the roles from the JWT token. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#how-to-extract-roles-from-jwt-data'>See documentation</a>",
|
|
2527
|
+
"optional": false,
|
|
2528
|
+
"feel": "required",
|
|
2656
2529
|
"group": "authorization",
|
|
2657
|
-
"feel": "optional",
|
|
2658
2530
|
"binding": {
|
|
2659
|
-
"
|
|
2660
|
-
"
|
|
2531
|
+
"name": "inbound.auth.jwt.permissionsExpression",
|
|
2532
|
+
"type": "zeebe:property"
|
|
2661
2533
|
},
|
|
2662
2534
|
"condition": {
|
|
2663
|
-
"property": "
|
|
2664
|
-
"equals": "
|
|
2535
|
+
"property": "inbound.auth.type",
|
|
2536
|
+
"equals": "JWT",
|
|
2537
|
+
"type": "simple"
|
|
2665
2538
|
},
|
|
2666
|
-
"
|
|
2667
|
-
"notEmpty": true
|
|
2668
|
-
}
|
|
2539
|
+
"type": "String"
|
|
2669
2540
|
},
|
|
2670
2541
|
{
|
|
2671
|
-
"
|
|
2672
|
-
"
|
|
2673
|
-
"
|
|
2674
|
-
"
|
|
2542
|
+
"id": "inbound.auth.jwt.requiredPermissions",
|
|
2543
|
+
"label": "Required roles",
|
|
2544
|
+
"description": "List of roles to test JWT roles against",
|
|
2545
|
+
"optional": false,
|
|
2675
2546
|
"feel": "required",
|
|
2547
|
+
"group": "authorization",
|
|
2676
2548
|
"binding": {
|
|
2677
|
-
"
|
|
2678
|
-
"
|
|
2549
|
+
"name": "inbound.auth.jwt.requiredPermissions",
|
|
2550
|
+
"type": "zeebe:property"
|
|
2679
2551
|
},
|
|
2680
2552
|
"condition": {
|
|
2681
|
-
"property": "
|
|
2682
|
-
"equals": "
|
|
2553
|
+
"property": "inbound.auth.type",
|
|
2554
|
+
"equals": "JWT",
|
|
2555
|
+
"type": "simple"
|
|
2683
2556
|
},
|
|
2684
|
-
"
|
|
2685
|
-
|
|
2557
|
+
"type": "String"
|
|
2558
|
+
},
|
|
2559
|
+
{
|
|
2560
|
+
"id": "inbound.responseExpression",
|
|
2561
|
+
"label": "Response expression",
|
|
2562
|
+
"description": "Expression used to generate the HTTP response",
|
|
2563
|
+
"optional": true,
|
|
2564
|
+
"feel": "required",
|
|
2565
|
+
"group": "webhookResponse",
|
|
2566
|
+
"binding": {
|
|
2567
|
+
"name": "inbound.responseExpression",
|
|
2568
|
+
"type": "zeebe:property"
|
|
2686
2569
|
},
|
|
2687
|
-
"
|
|
2570
|
+
"type": "Text"
|
|
2688
2571
|
},
|
|
2689
2572
|
{
|
|
2690
|
-
"
|
|
2573
|
+
"id": "inbound.verificationExpression",
|
|
2574
|
+
"label": "One time verification response expression",
|
|
2575
|
+
"description": "Specify condition and response. Learn more in the <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#verification-expression' target='_blank'>documentation</a>",
|
|
2576
|
+
"optional": true,
|
|
2691
2577
|
"feel": "required",
|
|
2692
|
-
"
|
|
2578
|
+
"group": "webhookResponse",
|
|
2579
|
+
"binding": {
|
|
2580
|
+
"name": "inbound.verificationExpression",
|
|
2581
|
+
"type": "zeebe:property"
|
|
2582
|
+
},
|
|
2583
|
+
"type": "Text"
|
|
2584
|
+
},
|
|
2585
|
+
{
|
|
2586
|
+
"id": "activationCondition",
|
|
2587
|
+
"label": "Activation condition",
|
|
2588
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
2693
2589
|
"optional": true,
|
|
2590
|
+
"feel": "required",
|
|
2694
2591
|
"group": "activation",
|
|
2695
2592
|
"binding": {
|
|
2696
|
-
"
|
|
2697
|
-
"
|
|
2593
|
+
"name": "activationCondition",
|
|
2594
|
+
"type": "zeebe:property"
|
|
2698
2595
|
},
|
|
2699
|
-
"
|
|
2596
|
+
"type": "String"
|
|
2700
2597
|
},
|
|
2701
2598
|
{
|
|
2702
|
-
"
|
|
2703
|
-
"
|
|
2599
|
+
"id": "consumeUnmatchedEvents",
|
|
2600
|
+
"label": "Consume unmatched events",
|
|
2601
|
+
"value": true,
|
|
2704
2602
|
"group": "activation",
|
|
2705
|
-
"feel": "required",
|
|
2706
|
-
"optional": true,
|
|
2707
2603
|
"binding": {
|
|
2708
|
-
"
|
|
2709
|
-
"
|
|
2604
|
+
"name": "consumeUnmatchedEvents",
|
|
2605
|
+
"type": "zeebe:property"
|
|
2710
2606
|
},
|
|
2711
|
-
"
|
|
2607
|
+
"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",
|
|
2608
|
+
"type": "Boolean"
|
|
2712
2609
|
},
|
|
2713
2610
|
{
|
|
2714
|
-
"label": "Correlation required",
|
|
2715
|
-
"description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
|
|
2716
2611
|
"id": "correlationRequired",
|
|
2612
|
+
"label": "Subprocess correlation required",
|
|
2613
|
+
"description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
|
|
2614
|
+
"value": "notRequired",
|
|
2717
2615
|
"group": "correlation",
|
|
2616
|
+
"binding": {
|
|
2617
|
+
"name": "correlationRequired",
|
|
2618
|
+
"type": "zeebe:property"
|
|
2619
|
+
},
|
|
2718
2620
|
"type": "Dropdown",
|
|
2719
|
-
"value": "notRequired",
|
|
2720
2621
|
"choices": [
|
|
2721
2622
|
{
|
|
2722
2623
|
"name": "Correlation not required",
|
|
@@ -2726,110 +2627,192 @@
|
|
|
2726
2627
|
"name": "Correlation required",
|
|
2727
2628
|
"value": "required"
|
|
2728
2629
|
}
|
|
2729
|
-
]
|
|
2730
|
-
"binding": {
|
|
2731
|
-
"type": "zeebe:property",
|
|
2732
|
-
"name": "correlationRequired"
|
|
2733
|
-
}
|
|
2630
|
+
]
|
|
2734
2631
|
},
|
|
2735
2632
|
{
|
|
2633
|
+
"id": "correlationKeyProcess",
|
|
2736
2634
|
"label": "Correlation key (process)",
|
|
2737
|
-
"type": "String",
|
|
2738
|
-
"group": "correlation",
|
|
2739
|
-
"feel": "required",
|
|
2740
2635
|
"description": "Sets up the correlation key from process variables",
|
|
2636
|
+
"constraints": {
|
|
2637
|
+
"notEmpty": true
|
|
2638
|
+
},
|
|
2639
|
+
"feel": "required",
|
|
2640
|
+
"group": "correlation",
|
|
2741
2641
|
"binding": {
|
|
2742
|
-
"
|
|
2743
|
-
"
|
|
2642
|
+
"name": "correlationKey",
|
|
2643
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
2744
2644
|
},
|
|
2645
|
+
"condition": {
|
|
2646
|
+
"property": "correlationRequired",
|
|
2647
|
+
"equals": "required",
|
|
2648
|
+
"type": "simple"
|
|
2649
|
+
},
|
|
2650
|
+
"type": "String"
|
|
2651
|
+
},
|
|
2652
|
+
{
|
|
2653
|
+
"id": "correlationKeyPayload",
|
|
2654
|
+
"label": "Correlation key (payload)",
|
|
2655
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
2745
2656
|
"constraints": {
|
|
2746
2657
|
"notEmpty": true
|
|
2747
2658
|
},
|
|
2659
|
+
"feel": "required",
|
|
2660
|
+
"group": "correlation",
|
|
2661
|
+
"binding": {
|
|
2662
|
+
"name": "correlationKeyExpression",
|
|
2663
|
+
"type": "zeebe:property"
|
|
2664
|
+
},
|
|
2748
2665
|
"condition": {
|
|
2749
2666
|
"property": "correlationRequired",
|
|
2750
|
-
"equals": "required"
|
|
2751
|
-
|
|
2667
|
+
"equals": "required",
|
|
2668
|
+
"type": "simple"
|
|
2669
|
+
},
|
|
2670
|
+
"type": "String"
|
|
2752
2671
|
},
|
|
2753
2672
|
{
|
|
2754
|
-
"
|
|
2755
|
-
"
|
|
2673
|
+
"id": "messageTtl",
|
|
2674
|
+
"label": "Message TTL",
|
|
2675
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
2676
|
+
"optional": true,
|
|
2677
|
+
"constraints": {
|
|
2678
|
+
"notEmpty": false,
|
|
2679
|
+
"pattern": {
|
|
2680
|
+
"value": "^(PT.*|)$",
|
|
2681
|
+
"message": "must be an ISO-8601 duration"
|
|
2682
|
+
}
|
|
2683
|
+
},
|
|
2684
|
+
"feel": "optional",
|
|
2756
2685
|
"group": "correlation",
|
|
2686
|
+
"binding": {
|
|
2687
|
+
"name": "messageTtl",
|
|
2688
|
+
"type": "zeebe:property"
|
|
2689
|
+
},
|
|
2690
|
+
"type": "String"
|
|
2691
|
+
},
|
|
2692
|
+
{
|
|
2693
|
+
"id": "messageIdExpression",
|
|
2694
|
+
"label": "Message ID expression",
|
|
2695
|
+
"description": "Expression to extract unique identifier of a message",
|
|
2696
|
+
"optional": true,
|
|
2757
2697
|
"feel": "required",
|
|
2698
|
+
"group": "correlation",
|
|
2758
2699
|
"binding": {
|
|
2759
|
-
"
|
|
2760
|
-
"
|
|
2700
|
+
"name": "messageIdExpression",
|
|
2701
|
+
"type": "zeebe:property"
|
|
2761
2702
|
},
|
|
2762
|
-
"
|
|
2703
|
+
"type": "String"
|
|
2704
|
+
},
|
|
2705
|
+
{
|
|
2706
|
+
"id": "messageNameUuid",
|
|
2707
|
+
"generatedValue": {
|
|
2708
|
+
"type": "uuid"
|
|
2709
|
+
},
|
|
2710
|
+
"group": "correlation",
|
|
2711
|
+
"binding": {
|
|
2712
|
+
"name": "name",
|
|
2713
|
+
"type": "bpmn:Message#property"
|
|
2714
|
+
},
|
|
2715
|
+
"type": "Hidden"
|
|
2716
|
+
},
|
|
2717
|
+
{
|
|
2718
|
+
"id": "deduplicationModeManualFlag",
|
|
2719
|
+
"label": "Manual mode",
|
|
2720
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
2721
|
+
"value": false,
|
|
2722
|
+
"group": "deduplication",
|
|
2723
|
+
"binding": {
|
|
2724
|
+
"name": "deduplicationModeManualFlag",
|
|
2725
|
+
"type": "zeebe:property"
|
|
2726
|
+
},
|
|
2727
|
+
"type": "Boolean"
|
|
2728
|
+
},
|
|
2729
|
+
{
|
|
2730
|
+
"id": "deduplicationId",
|
|
2731
|
+
"label": "Deduplication ID",
|
|
2763
2732
|
"constraints": {
|
|
2764
|
-
"notEmpty": true
|
|
2733
|
+
"notEmpty": true,
|
|
2734
|
+
"pattern": {
|
|
2735
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
2736
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
2737
|
+
}
|
|
2738
|
+
},
|
|
2739
|
+
"group": "deduplication",
|
|
2740
|
+
"binding": {
|
|
2741
|
+
"name": "deduplicationId",
|
|
2742
|
+
"type": "zeebe:property"
|
|
2765
2743
|
},
|
|
2766
2744
|
"condition": {
|
|
2767
|
-
"property": "
|
|
2768
|
-
"equals":
|
|
2769
|
-
|
|
2745
|
+
"property": "deduplicationModeManualFlag",
|
|
2746
|
+
"equals": true,
|
|
2747
|
+
"type": "simple"
|
|
2748
|
+
},
|
|
2749
|
+
"type": "String"
|
|
2770
2750
|
},
|
|
2771
2751
|
{
|
|
2772
|
-
"
|
|
2773
|
-
"
|
|
2774
|
-
"group": "
|
|
2775
|
-
"optional": true,
|
|
2752
|
+
"id": "deduplicationModeManual",
|
|
2753
|
+
"value": "MANUAL",
|
|
2754
|
+
"group": "deduplication",
|
|
2776
2755
|
"binding": {
|
|
2777
|
-
"
|
|
2778
|
-
"
|
|
2756
|
+
"name": "deduplicationMode",
|
|
2757
|
+
"type": "zeebe:property"
|
|
2779
2758
|
},
|
|
2780
|
-
"
|
|
2759
|
+
"condition": {
|
|
2760
|
+
"property": "deduplicationId",
|
|
2761
|
+
"isActive": true,
|
|
2762
|
+
"type": "simple"
|
|
2763
|
+
},
|
|
2764
|
+
"type": "Hidden"
|
|
2781
2765
|
},
|
|
2782
2766
|
{
|
|
2783
|
-
"
|
|
2784
|
-
"
|
|
2785
|
-
"group": "
|
|
2786
|
-
"feel": "required",
|
|
2787
|
-
"optional": true,
|
|
2767
|
+
"id": "deduplicationModeAuto",
|
|
2768
|
+
"value": "AUTO",
|
|
2769
|
+
"group": "deduplication",
|
|
2788
2770
|
"binding": {
|
|
2789
|
-
"
|
|
2790
|
-
"
|
|
2771
|
+
"name": "deduplicationMode",
|
|
2772
|
+
"type": "zeebe:property"
|
|
2791
2773
|
},
|
|
2792
|
-
"
|
|
2774
|
+
"condition": {
|
|
2775
|
+
"property": "deduplicationId",
|
|
2776
|
+
"isActive": false,
|
|
2777
|
+
"type": "simple"
|
|
2778
|
+
},
|
|
2779
|
+
"type": "Hidden"
|
|
2793
2780
|
},
|
|
2794
2781
|
{
|
|
2795
|
-
"
|
|
2796
|
-
"
|
|
2797
|
-
"
|
|
2798
|
-
"group": "
|
|
2799
|
-
"feel": "required",
|
|
2800
|
-
"optional": true,
|
|
2782
|
+
"id": "resultVariable",
|
|
2783
|
+
"label": "Result variable",
|
|
2784
|
+
"description": "Name of variable to store the response in",
|
|
2785
|
+
"group": "output",
|
|
2801
2786
|
"binding": {
|
|
2802
|
-
"
|
|
2803
|
-
"
|
|
2804
|
-
}
|
|
2787
|
+
"name": "resultVariable",
|
|
2788
|
+
"type": "zeebe:property"
|
|
2789
|
+
},
|
|
2790
|
+
"type": "String"
|
|
2805
2791
|
},
|
|
2806
2792
|
{
|
|
2807
|
-
"
|
|
2808
|
-
"
|
|
2809
|
-
"
|
|
2793
|
+
"id": "resultExpression",
|
|
2794
|
+
"label": "Result expression",
|
|
2795
|
+
"description": "Expression to map the response into process variables",
|
|
2810
2796
|
"feel": "required",
|
|
2811
|
-
"
|
|
2797
|
+
"group": "output",
|
|
2812
2798
|
"binding": {
|
|
2813
|
-
"
|
|
2814
|
-
"
|
|
2799
|
+
"name": "resultExpression",
|
|
2800
|
+
"type": "zeebe:property"
|
|
2815
2801
|
},
|
|
2816
|
-
"
|
|
2802
|
+
"type": "Text"
|
|
2817
2803
|
}
|
|
2818
2804
|
],
|
|
2819
2805
|
"icon": {
|
|
2820
|
-
"contents": "data:image/svg+xml
|
|
2821
|
-
},
|
|
2822
|
-
"engines": {
|
|
2823
|
-
"camunda": "^8.5"
|
|
2806
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
|
|
2824
2807
|
}
|
|
2825
2808
|
},
|
|
2826
2809
|
{
|
|
2827
2810
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2828
2811
|
"name": "Webhook Message Start Event Connector",
|
|
2829
2812
|
"id": "io.camunda.connectors.webhook.WebhookConnectorStartMessage.v1",
|
|
2813
|
+
"version": 3,
|
|
2830
2814
|
"description": "Configure webhook to receive callbacks",
|
|
2831
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/
|
|
2832
|
-
"version": 11,
|
|
2815
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
2833
2816
|
"category": {
|
|
2834
2817
|
"id": "connectors",
|
|
2835
2818
|
"name": "Connectors"
|
|
@@ -2852,44 +2835,56 @@
|
|
|
2852
2835
|
"id": "authorization",
|
|
2853
2836
|
"label": "Authorization"
|
|
2854
2837
|
},
|
|
2855
|
-
{
|
|
2856
|
-
"id": "webhookResponse",
|
|
2857
|
-
"label": "Webhook response"
|
|
2858
|
-
},
|
|
2859
2838
|
{
|
|
2860
2839
|
"id": "activation",
|
|
2861
2840
|
"label": "Activation"
|
|
2862
2841
|
},
|
|
2863
2842
|
{
|
|
2864
2843
|
"id": "correlation",
|
|
2865
|
-
"label": "
|
|
2866
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
2844
|
+
"label": "Subprocess correlation"
|
|
2867
2845
|
},
|
|
2868
2846
|
{
|
|
2869
|
-
"id": "
|
|
2870
|
-
"label": "
|
|
2847
|
+
"id": "variable-mapping",
|
|
2848
|
+
"label": "Variable mapping"
|
|
2849
|
+
},
|
|
2850
|
+
{
|
|
2851
|
+
"id": "webhookResponse",
|
|
2852
|
+
"label": "Webhook response"
|
|
2871
2853
|
}
|
|
2872
2854
|
],
|
|
2873
2855
|
"properties": [
|
|
2874
2856
|
{
|
|
2857
|
+
"type": "Hidden",
|
|
2875
2858
|
"value": "io.camunda:webhook:1",
|
|
2876
2859
|
"binding": {
|
|
2877
|
-
"
|
|
2878
|
-
"
|
|
2860
|
+
"type": "zeebe:property",
|
|
2861
|
+
"name": "inbound.type"
|
|
2862
|
+
}
|
|
2863
|
+
},
|
|
2864
|
+
{
|
|
2865
|
+
"type": "Hidden",
|
|
2866
|
+
"generatedValue": {
|
|
2867
|
+
"type": "uuid"
|
|
2879
2868
|
},
|
|
2880
|
-
"
|
|
2869
|
+
"binding": {
|
|
2870
|
+
"type": "bpmn:Message#property",
|
|
2871
|
+
"name": "name"
|
|
2872
|
+
}
|
|
2881
2873
|
},
|
|
2882
2874
|
{
|
|
2883
|
-
"
|
|
2875
|
+
"type": "Hidden",
|
|
2876
|
+
"value": "ConfigurableInboundWebhook",
|
|
2877
|
+
"binding": {
|
|
2878
|
+
"type": "zeebe:property",
|
|
2879
|
+
"name": "inbound.subtype"
|
|
2880
|
+
}
|
|
2881
|
+
},
|
|
2882
|
+
{
|
|
2883
|
+
"id": "webhookMethod",
|
|
2884
2884
|
"label": "Webhook method",
|
|
2885
|
+
"group": "endpoint",
|
|
2885
2886
|
"description": "Select HTTP method",
|
|
2886
|
-
"optional": false,
|
|
2887
2887
|
"value": "any",
|
|
2888
|
-
"group": "endpoint",
|
|
2889
|
-
"binding": {
|
|
2890
|
-
"name": "inbound.method",
|
|
2891
|
-
"type": "zeebe:property"
|
|
2892
|
-
},
|
|
2893
2888
|
"type": "Dropdown",
|
|
2894
2889
|
"choices": [
|
|
2895
2890
|
{
|
|
@@ -2897,53 +2892,50 @@
|
|
|
2897
2892
|
"value": "any"
|
|
2898
2893
|
},
|
|
2899
2894
|
{
|
|
2900
|
-
"name": "
|
|
2895
|
+
"name": "Get",
|
|
2901
2896
|
"value": "get"
|
|
2902
2897
|
},
|
|
2903
2898
|
{
|
|
2904
|
-
"name": "
|
|
2899
|
+
"name": "Post",
|
|
2905
2900
|
"value": "post"
|
|
2906
2901
|
},
|
|
2907
2902
|
{
|
|
2908
|
-
"name": "
|
|
2903
|
+
"name": "Put",
|
|
2909
2904
|
"value": "put"
|
|
2910
2905
|
},
|
|
2911
2906
|
{
|
|
2912
|
-
"name": "
|
|
2907
|
+
"name": "Delete",
|
|
2913
2908
|
"value": "delete"
|
|
2914
2909
|
}
|
|
2915
|
-
]
|
|
2910
|
+
],
|
|
2911
|
+
"binding": {
|
|
2912
|
+
"type": "zeebe:property",
|
|
2913
|
+
"name": "inbound.method"
|
|
2914
|
+
}
|
|
2916
2915
|
},
|
|
2917
2916
|
{
|
|
2918
|
-
"id": "inbound.context",
|
|
2919
2917
|
"label": "Webhook ID",
|
|
2918
|
+
"type": "String",
|
|
2919
|
+
"group": "endpoint",
|
|
2920
|
+
"binding": {
|
|
2921
|
+
"type": "zeebe:property",
|
|
2922
|
+
"name": "inbound.context"
|
|
2923
|
+
},
|
|
2920
2924
|
"description": "The webhook ID is a part of the URL",
|
|
2921
|
-
"optional": false,
|
|
2922
2925
|
"constraints": {
|
|
2923
2926
|
"notEmpty": true,
|
|
2924
2927
|
"pattern": {
|
|
2925
2928
|
"value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
|
|
2926
2929
|
"message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
|
|
2927
2930
|
}
|
|
2928
|
-
}
|
|
2929
|
-
"group": "endpoint",
|
|
2930
|
-
"binding": {
|
|
2931
|
-
"name": "inbound.context",
|
|
2932
|
-
"type": "zeebe:property"
|
|
2933
|
-
},
|
|
2934
|
-
"type": "String"
|
|
2931
|
+
}
|
|
2935
2932
|
},
|
|
2936
2933
|
{
|
|
2937
|
-
"id": "
|
|
2934
|
+
"id": "shouldValidateHmac",
|
|
2938
2935
|
"label": "HMAC authentication",
|
|
2939
|
-
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
|
|
2940
|
-
"optional": false,
|
|
2941
|
-
"value": "disabled",
|
|
2942
2936
|
"group": "authentication",
|
|
2943
|
-
"
|
|
2944
|
-
|
|
2945
|
-
"type": "zeebe:property"
|
|
2946
|
-
},
|
|
2937
|
+
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
|
|
2938
|
+
"value": "disabled",
|
|
2947
2939
|
"type": "Dropdown",
|
|
2948
2940
|
"choices": [
|
|
2949
2941
|
{
|
|
@@ -2954,60 +2946,47 @@
|
|
|
2954
2946
|
"name": "Disabled",
|
|
2955
2947
|
"value": "disabled"
|
|
2956
2948
|
}
|
|
2957
|
-
]
|
|
2949
|
+
],
|
|
2950
|
+
"binding": {
|
|
2951
|
+
"type": "zeebe:property",
|
|
2952
|
+
"name": "inbound.shouldValidateHmac"
|
|
2953
|
+
}
|
|
2958
2954
|
},
|
|
2959
2955
|
{
|
|
2960
|
-
"id": "inbound.hmacSecret",
|
|
2961
2956
|
"label": "HMAC secret key",
|
|
2962
2957
|
"description": "Shared secret key",
|
|
2963
|
-
"
|
|
2964
|
-
"feel": "optional",
|
|
2958
|
+
"type": "String",
|
|
2965
2959
|
"group": "authentication",
|
|
2960
|
+
"optional": true,
|
|
2966
2961
|
"binding": {
|
|
2967
|
-
"
|
|
2968
|
-
"
|
|
2962
|
+
"type": "zeebe:property",
|
|
2963
|
+
"name": "inbound.hmacSecret"
|
|
2969
2964
|
},
|
|
2970
2965
|
"condition": {
|
|
2971
|
-
"property": "
|
|
2972
|
-
"equals": "enabled"
|
|
2973
|
-
|
|
2974
|
-
},
|
|
2975
|
-
"type": "String"
|
|
2966
|
+
"property": "shouldValidateHmac",
|
|
2967
|
+
"equals": "enabled"
|
|
2968
|
+
}
|
|
2976
2969
|
},
|
|
2977
2970
|
{
|
|
2978
|
-
"id": "inbound.hmacHeader",
|
|
2979
2971
|
"label": "HMAC header",
|
|
2980
2972
|
"description": "Name of header attribute that will contain the HMAC value",
|
|
2981
|
-
"
|
|
2982
|
-
"feel": "optional",
|
|
2973
|
+
"type": "String",
|
|
2983
2974
|
"group": "authentication",
|
|
2975
|
+
"optional": true,
|
|
2984
2976
|
"binding": {
|
|
2985
|
-
"
|
|
2986
|
-
"
|
|
2977
|
+
"type": "zeebe:property",
|
|
2978
|
+
"name": "inbound.hmacHeader"
|
|
2987
2979
|
},
|
|
2988
2980
|
"condition": {
|
|
2989
|
-
"property": "
|
|
2990
|
-
"equals": "enabled"
|
|
2991
|
-
|
|
2992
|
-
},
|
|
2993
|
-
"type": "String"
|
|
2981
|
+
"property": "shouldValidateHmac",
|
|
2982
|
+
"equals": "enabled"
|
|
2983
|
+
}
|
|
2994
2984
|
},
|
|
2995
2985
|
{
|
|
2996
|
-
"id": "inbound.hmacAlgorithm",
|
|
2997
2986
|
"label": "HMAC algorithm",
|
|
2987
|
+
"group": "authentication",
|
|
2998
2988
|
"description": "Choose HMAC algorithm",
|
|
2999
|
-
"optional": false,
|
|
3000
2989
|
"value": "sha_256",
|
|
3001
|
-
"group": "authentication",
|
|
3002
|
-
"binding": {
|
|
3003
|
-
"name": "inbound.hmacAlgorithm",
|
|
3004
|
-
"type": "zeebe:property"
|
|
3005
|
-
},
|
|
3006
|
-
"condition": {
|
|
3007
|
-
"property": "inbound.shouldValidateHmac",
|
|
3008
|
-
"equals": "enabled",
|
|
3009
|
-
"type": "simple"
|
|
3010
|
-
},
|
|
3011
2990
|
"type": "Dropdown",
|
|
3012
2991
|
"choices": [
|
|
3013
2992
|
{
|
|
@@ -3022,248 +3001,214 @@
|
|
|
3022
3001
|
"name": "SHA-512",
|
|
3023
3002
|
"value": "sha_512"
|
|
3024
3003
|
}
|
|
3025
|
-
]
|
|
3004
|
+
],
|
|
3005
|
+
"binding": {
|
|
3006
|
+
"type": "zeebe:property",
|
|
3007
|
+
"name": "inbound.hmacAlgorithm"
|
|
3008
|
+
},
|
|
3009
|
+
"condition": {
|
|
3010
|
+
"property": "shouldValidateHmac",
|
|
3011
|
+
"equals": "enabled"
|
|
3012
|
+
}
|
|
3026
3013
|
},
|
|
3027
3014
|
{
|
|
3028
|
-
"id": "inbound.hmacScopes",
|
|
3029
3015
|
"label": "HMAC scopes",
|
|
3030
|
-
"description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/' target='_blank'>documentation</a>",
|
|
3031
|
-
"optional": true,
|
|
3032
|
-
"feel": "required",
|
|
3033
3016
|
"group": "authentication",
|
|
3017
|
+
"description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/' target='_blank'>documentation</a>",
|
|
3018
|
+
"feel": "required",
|
|
3019
|
+
"type": "String",
|
|
3020
|
+
"optional": true,
|
|
3034
3021
|
"binding": {
|
|
3035
|
-
"
|
|
3036
|
-
"
|
|
3022
|
+
"type": "zeebe:property",
|
|
3023
|
+
"name": "inbound.hmacScopes"
|
|
3037
3024
|
},
|
|
3038
3025
|
"condition": {
|
|
3039
|
-
"property": "
|
|
3040
|
-
"equals": "enabled"
|
|
3041
|
-
|
|
3042
|
-
},
|
|
3043
|
-
"type": "String"
|
|
3026
|
+
"property": "shouldValidateHmac",
|
|
3027
|
+
"equals": "enabled"
|
|
3028
|
+
}
|
|
3044
3029
|
},
|
|
3045
3030
|
{
|
|
3046
|
-
"id": "
|
|
3031
|
+
"id": "authorizationType",
|
|
3047
3032
|
"label": "Authorization type",
|
|
3048
|
-
"description": "Choose the authorization type",
|
|
3049
|
-
"value": "NONE",
|
|
3050
3033
|
"group": "authorization",
|
|
3051
|
-
"
|
|
3052
|
-
|
|
3053
|
-
"type": "zeebe:property"
|
|
3054
|
-
},
|
|
3034
|
+
"description": "Choose the authorization type.",
|
|
3035
|
+
"value": "NONE",
|
|
3055
3036
|
"type": "Dropdown",
|
|
3056
3037
|
"choices": [
|
|
3057
3038
|
{
|
|
3058
3039
|
"name": "None",
|
|
3059
3040
|
"value": "NONE"
|
|
3060
3041
|
},
|
|
3042
|
+
{
|
|
3043
|
+
"name": "JWT",
|
|
3044
|
+
"value": "JWT"
|
|
3045
|
+
},
|
|
3061
3046
|
{
|
|
3062
3047
|
"name": "Basic",
|
|
3063
3048
|
"value": "BASIC"
|
|
3064
3049
|
},
|
|
3065
3050
|
{
|
|
3066
|
-
"name": "API
|
|
3051
|
+
"name": "API Key",
|
|
3067
3052
|
"value": "APIKEY"
|
|
3068
|
-
},
|
|
3069
|
-
{
|
|
3070
|
-
"name": "JWT",
|
|
3071
|
-
"value": "JWT"
|
|
3072
3053
|
}
|
|
3073
|
-
]
|
|
3054
|
+
],
|
|
3055
|
+
"binding": {
|
|
3056
|
+
"type": "zeebe:property",
|
|
3057
|
+
"name": "inbound.auth.type"
|
|
3058
|
+
}
|
|
3074
3059
|
},
|
|
3075
3060
|
{
|
|
3076
|
-
"
|
|
3077
|
-
"
|
|
3078
|
-
"
|
|
3079
|
-
"optional": false,
|
|
3080
|
-
"feel": "optional",
|
|
3061
|
+
"label": "JWK url",
|
|
3062
|
+
"description": "Well-known url of JWKs",
|
|
3063
|
+
"type": "String",
|
|
3081
3064
|
"group": "authorization",
|
|
3065
|
+
"feel": "optional",
|
|
3066
|
+
"optional": true,
|
|
3082
3067
|
"binding": {
|
|
3083
|
-
"
|
|
3084
|
-
"
|
|
3068
|
+
"type": "zeebe:property",
|
|
3069
|
+
"name": "inbound.auth.jwt.jwkUrl"
|
|
3085
3070
|
},
|
|
3086
3071
|
"condition": {
|
|
3087
|
-
"property": "
|
|
3088
|
-
"equals": "
|
|
3089
|
-
|
|
3090
|
-
},
|
|
3091
|
-
"type": "String"
|
|
3072
|
+
"property": "authorizationType",
|
|
3073
|
+
"equals": "JWT"
|
|
3074
|
+
}
|
|
3092
3075
|
},
|
|
3093
3076
|
{
|
|
3094
|
-
"
|
|
3095
|
-
"
|
|
3096
|
-
"
|
|
3097
|
-
"optional": false,
|
|
3098
|
-
"feel": "optional",
|
|
3077
|
+
"label": "JWT role property expression",
|
|
3078
|
+
"description": "Expression to extract the roles from the JWT token. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#how-to-extract-roles-from-jwt-data'>See documentation</a>",
|
|
3079
|
+
"type": "String",
|
|
3099
3080
|
"group": "authorization",
|
|
3081
|
+
"feel": "required",
|
|
3082
|
+
"optional": true,
|
|
3100
3083
|
"binding": {
|
|
3101
|
-
"
|
|
3102
|
-
"
|
|
3084
|
+
"type": "zeebe:property",
|
|
3085
|
+
"name": "inbound.auth.jwt.permissionsExpression"
|
|
3103
3086
|
},
|
|
3104
3087
|
"condition": {
|
|
3105
|
-
"property": "
|
|
3106
|
-
"equals": "
|
|
3107
|
-
|
|
3108
|
-
},
|
|
3109
|
-
"type": "String"
|
|
3088
|
+
"property": "authorizationType",
|
|
3089
|
+
"equals": "JWT"
|
|
3090
|
+
}
|
|
3110
3091
|
},
|
|
3111
3092
|
{
|
|
3112
|
-
"
|
|
3113
|
-
"
|
|
3114
|
-
"
|
|
3115
|
-
"optional": false,
|
|
3116
|
-
"feel": "optional",
|
|
3093
|
+
"label": "Required roles",
|
|
3094
|
+
"description": "List of roles to test JWT roles against",
|
|
3095
|
+
"type": "String",
|
|
3117
3096
|
"group": "authorization",
|
|
3097
|
+
"feel": "required",
|
|
3098
|
+
"optional": true,
|
|
3118
3099
|
"binding": {
|
|
3119
|
-
"
|
|
3120
|
-
"
|
|
3100
|
+
"type": "zeebe:property",
|
|
3101
|
+
"name": "inbound.auth.jwt.requiredPermissions"
|
|
3121
3102
|
},
|
|
3122
3103
|
"condition": {
|
|
3123
|
-
"property": "
|
|
3124
|
-
"equals": "
|
|
3125
|
-
|
|
3126
|
-
},
|
|
3127
|
-
"type": "String"
|
|
3104
|
+
"property": "authorizationType",
|
|
3105
|
+
"equals": "JWT"
|
|
3106
|
+
}
|
|
3128
3107
|
},
|
|
3129
3108
|
{
|
|
3130
|
-
"
|
|
3131
|
-
"
|
|
3132
|
-
"
|
|
3133
|
-
"optional": false,
|
|
3134
|
-
"value": "=split(request.headers.authorization, \" \")[2]",
|
|
3135
|
-
"constraints": {
|
|
3136
|
-
"notEmpty": true
|
|
3137
|
-
},
|
|
3138
|
-
"feel": "required",
|
|
3109
|
+
"label": "Username",
|
|
3110
|
+
"description": "Username for basic authentication",
|
|
3111
|
+
"type": "String",
|
|
3139
3112
|
"group": "authorization",
|
|
3113
|
+
"feel": "optional",
|
|
3140
3114
|
"binding": {
|
|
3141
|
-
"
|
|
3142
|
-
"
|
|
3115
|
+
"type": "zeebe:property",
|
|
3116
|
+
"name": "inbound.auth.username"
|
|
3143
3117
|
},
|
|
3144
3118
|
"condition": {
|
|
3145
|
-
"property": "
|
|
3146
|
-
"equals": "
|
|
3147
|
-
"type": "simple"
|
|
3119
|
+
"property": "authorizationType",
|
|
3120
|
+
"equals": "BASIC"
|
|
3148
3121
|
},
|
|
3149
|
-
"
|
|
3122
|
+
"constraints": {
|
|
3123
|
+
"notEmpty": true
|
|
3124
|
+
}
|
|
3150
3125
|
},
|
|
3151
3126
|
{
|
|
3152
|
-
"
|
|
3153
|
-
"
|
|
3154
|
-
"
|
|
3155
|
-
"optional": false,
|
|
3156
|
-
"feel": "optional",
|
|
3127
|
+
"label": "Password",
|
|
3128
|
+
"description": "Password for basic authentication",
|
|
3129
|
+
"type": "String",
|
|
3157
3130
|
"group": "authorization",
|
|
3131
|
+
"feel": "optional",
|
|
3158
3132
|
"binding": {
|
|
3159
|
-
"
|
|
3160
|
-
"
|
|
3133
|
+
"type": "zeebe:property",
|
|
3134
|
+
"name": "inbound.auth.password"
|
|
3161
3135
|
},
|
|
3162
3136
|
"condition": {
|
|
3163
|
-
"property": "
|
|
3164
|
-
"equals": "
|
|
3165
|
-
"type": "simple"
|
|
3137
|
+
"property": "authorizationType",
|
|
3138
|
+
"equals": "BASIC"
|
|
3166
3139
|
},
|
|
3167
|
-
"
|
|
3140
|
+
"constraints": {
|
|
3141
|
+
"notEmpty": true
|
|
3142
|
+
}
|
|
3168
3143
|
},
|
|
3169
3144
|
{
|
|
3170
|
-
"
|
|
3171
|
-
"
|
|
3172
|
-
"
|
|
3173
|
-
"optional": false,
|
|
3174
|
-
"feel": "required",
|
|
3145
|
+
"label": "API Key",
|
|
3146
|
+
"description": "Expected API key",
|
|
3147
|
+
"type": "String",
|
|
3175
3148
|
"group": "authorization",
|
|
3149
|
+
"feel": "optional",
|
|
3176
3150
|
"binding": {
|
|
3177
|
-
"
|
|
3178
|
-
"
|
|
3151
|
+
"type": "zeebe:property",
|
|
3152
|
+
"name": "inbound.auth.apiKey"
|
|
3179
3153
|
},
|
|
3180
3154
|
"condition": {
|
|
3181
|
-
"property": "
|
|
3182
|
-
"equals": "
|
|
3183
|
-
"type": "simple"
|
|
3155
|
+
"property": "authorizationType",
|
|
3156
|
+
"equals": "APIKEY"
|
|
3184
3157
|
},
|
|
3185
|
-
"
|
|
3158
|
+
"constraints": {
|
|
3159
|
+
"notEmpty": true
|
|
3160
|
+
}
|
|
3186
3161
|
},
|
|
3187
3162
|
{
|
|
3188
|
-
"
|
|
3189
|
-
"
|
|
3190
|
-
"
|
|
3191
|
-
"optional": false,
|
|
3192
|
-
"feel": "required",
|
|
3163
|
+
"label": "API Key locator",
|
|
3164
|
+
"description": "A FEEL expression that extracts API key from the request. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#how-to-configure-api-key-authorization'>See documentation</a>",
|
|
3165
|
+
"type": "String",
|
|
3193
3166
|
"group": "authorization",
|
|
3167
|
+
"feel": "required",
|
|
3194
3168
|
"binding": {
|
|
3195
|
-
"
|
|
3196
|
-
"
|
|
3169
|
+
"type": "zeebe:property",
|
|
3170
|
+
"name": "inbound.auth.apiKeyLocator"
|
|
3197
3171
|
},
|
|
3198
3172
|
"condition": {
|
|
3199
|
-
"property": "
|
|
3200
|
-
"equals": "
|
|
3201
|
-
"type": "simple"
|
|
3173
|
+
"property": "authorizationType",
|
|
3174
|
+
"equals": "APIKEY"
|
|
3202
3175
|
},
|
|
3203
|
-
"
|
|
3204
|
-
|
|
3205
|
-
{
|
|
3206
|
-
"id": "inbound.responseExpression",
|
|
3207
|
-
"label": "Response expression",
|
|
3208
|
-
"description": "Expression used to generate the HTTP response",
|
|
3209
|
-
"optional": true,
|
|
3210
|
-
"feel": "required",
|
|
3211
|
-
"group": "webhookResponse",
|
|
3212
|
-
"binding": {
|
|
3213
|
-
"name": "inbound.responseExpression",
|
|
3214
|
-
"type": "zeebe:property"
|
|
3176
|
+
"constraints": {
|
|
3177
|
+
"notEmpty": true
|
|
3215
3178
|
},
|
|
3216
|
-
"
|
|
3179
|
+
"value": "=split(request.headers.authorization, \" \")[2]"
|
|
3217
3180
|
},
|
|
3218
3181
|
{
|
|
3219
|
-
"
|
|
3220
|
-
"label": "One time verification response expression",
|
|
3221
|
-
"description": "Specify condition and response. Learn more in the <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#verification-expression' target='_blank'>documentation</a>",
|
|
3222
|
-
"optional": true,
|
|
3182
|
+
"label": "Message ID expression",
|
|
3223
3183
|
"feel": "required",
|
|
3224
|
-
"
|
|
3225
|
-
"binding": {
|
|
3226
|
-
"name": "inbound.verificationExpression",
|
|
3227
|
-
"type": "zeebe:property"
|
|
3228
|
-
},
|
|
3229
|
-
"type": "Text"
|
|
3230
|
-
},
|
|
3231
|
-
{
|
|
3232
|
-
"id": "activationCondition",
|
|
3233
|
-
"label": "Activation condition",
|
|
3234
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
3184
|
+
"type": "String",
|
|
3235
3185
|
"optional": true,
|
|
3236
|
-
"feel": "required",
|
|
3237
3186
|
"group": "activation",
|
|
3238
3187
|
"binding": {
|
|
3239
|
-
"
|
|
3240
|
-
"
|
|
3188
|
+
"type": "zeebe:property",
|
|
3189
|
+
"name": "messageIdExpression"
|
|
3241
3190
|
},
|
|
3242
|
-
"
|
|
3191
|
+
"description": "Expression to extract unique identifier of a message"
|
|
3243
3192
|
},
|
|
3244
3193
|
{
|
|
3245
|
-
"
|
|
3246
|
-
"
|
|
3247
|
-
"value": true,
|
|
3194
|
+
"label": "Condition",
|
|
3195
|
+
"type": "String",
|
|
3248
3196
|
"group": "activation",
|
|
3197
|
+
"feel": "required",
|
|
3198
|
+
"optional": true,
|
|
3249
3199
|
"binding": {
|
|
3250
|
-
"
|
|
3251
|
-
"
|
|
3200
|
+
"type": "zeebe:property",
|
|
3201
|
+
"name": "activationCondition"
|
|
3252
3202
|
},
|
|
3253
|
-
"
|
|
3254
|
-
"type": "Boolean"
|
|
3203
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
|
|
3255
3204
|
},
|
|
3256
3205
|
{
|
|
3257
|
-
"
|
|
3258
|
-
"label": "Subprocess correlation required",
|
|
3206
|
+
"label": "Correlation required",
|
|
3259
3207
|
"description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
|
|
3260
|
-
"
|
|
3208
|
+
"id": "correlationRequired",
|
|
3261
3209
|
"group": "correlation",
|
|
3262
|
-
"binding": {
|
|
3263
|
-
"name": "correlationRequired",
|
|
3264
|
-
"type": "zeebe:property"
|
|
3265
|
-
},
|
|
3266
3210
|
"type": "Dropdown",
|
|
3211
|
+
"value": "notRequired",
|
|
3267
3212
|
"choices": [
|
|
3268
3213
|
{
|
|
3269
3214
|
"name": "Correlation not required",
|
|
@@ -3273,131 +3218,110 @@
|
|
|
3273
3218
|
"name": "Correlation required",
|
|
3274
3219
|
"value": "required"
|
|
3275
3220
|
}
|
|
3276
|
-
]
|
|
3221
|
+
],
|
|
3222
|
+
"binding": {
|
|
3223
|
+
"type": "zeebe:property",
|
|
3224
|
+
"name": "correlationRequired"
|
|
3225
|
+
}
|
|
3277
3226
|
},
|
|
3278
3227
|
{
|
|
3279
|
-
"id": "correlationKeyProcess",
|
|
3280
3228
|
"label": "Correlation key (process)",
|
|
3229
|
+
"type": "String",
|
|
3230
|
+
"group": "correlation",
|
|
3231
|
+
"feel": "required",
|
|
3281
3232
|
"description": "Sets up the correlation key from process variables",
|
|
3233
|
+
"binding": {
|
|
3234
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
3235
|
+
"name": "correlationKey"
|
|
3236
|
+
},
|
|
3282
3237
|
"constraints": {
|
|
3283
3238
|
"notEmpty": true
|
|
3284
3239
|
},
|
|
3285
|
-
"feel": "required",
|
|
3286
|
-
"group": "correlation",
|
|
3287
|
-
"binding": {
|
|
3288
|
-
"name": "correlationKey",
|
|
3289
|
-
"type": "bpmn:Message#zeebe:subscription#property"
|
|
3290
|
-
},
|
|
3291
3240
|
"condition": {
|
|
3292
3241
|
"property": "correlationRequired",
|
|
3293
|
-
"equals": "required"
|
|
3294
|
-
|
|
3295
|
-
},
|
|
3296
|
-
"type": "String"
|
|
3242
|
+
"equals": "required"
|
|
3243
|
+
}
|
|
3297
3244
|
},
|
|
3298
3245
|
{
|
|
3299
|
-
"id": "correlationKeyPayload",
|
|
3300
3246
|
"label": "Correlation key (payload)",
|
|
3247
|
+
"type": "String",
|
|
3248
|
+
"group": "correlation",
|
|
3249
|
+
"feel": "required",
|
|
3250
|
+
"binding": {
|
|
3251
|
+
"type": "zeebe:property",
|
|
3252
|
+
"name": "correlationKeyExpression"
|
|
3253
|
+
},
|
|
3301
3254
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
3302
3255
|
"constraints": {
|
|
3303
3256
|
"notEmpty": true
|
|
3304
3257
|
},
|
|
3305
|
-
"feel": "required",
|
|
3306
|
-
"group": "correlation",
|
|
3307
|
-
"binding": {
|
|
3308
|
-
"name": "correlationKeyExpression",
|
|
3309
|
-
"type": "zeebe:property"
|
|
3310
|
-
},
|
|
3311
3258
|
"condition": {
|
|
3312
3259
|
"property": "correlationRequired",
|
|
3313
|
-
"equals": "required"
|
|
3314
|
-
|
|
3315
|
-
},
|
|
3316
|
-
"type": "String"
|
|
3260
|
+
"equals": "required"
|
|
3261
|
+
}
|
|
3317
3262
|
},
|
|
3318
3263
|
{
|
|
3319
|
-
"
|
|
3320
|
-
"
|
|
3321
|
-
"
|
|
3264
|
+
"label": "Result variable",
|
|
3265
|
+
"type": "String",
|
|
3266
|
+
"group": "variable-mapping",
|
|
3322
3267
|
"optional": true,
|
|
3323
|
-
"constraints": {
|
|
3324
|
-
"notEmpty": false,
|
|
3325
|
-
"pattern": {
|
|
3326
|
-
"value": "^(PT.*|)$",
|
|
3327
|
-
"message": "must be an ISO-8601 duration"
|
|
3328
|
-
}
|
|
3329
|
-
},
|
|
3330
|
-
"feel": "optional",
|
|
3331
|
-
"group": "correlation",
|
|
3332
3268
|
"binding": {
|
|
3333
|
-
"
|
|
3334
|
-
"
|
|
3269
|
+
"type": "zeebe:property",
|
|
3270
|
+
"name": "resultVariable"
|
|
3335
3271
|
},
|
|
3336
|
-
"
|
|
3272
|
+
"description": "Name of variable to store the result of the connector in"
|
|
3337
3273
|
},
|
|
3338
3274
|
{
|
|
3339
|
-
"
|
|
3340
|
-
"
|
|
3341
|
-
"
|
|
3342
|
-
"optional": true,
|
|
3275
|
+
"label": "Result expression",
|
|
3276
|
+
"type": "String",
|
|
3277
|
+
"group": "variable-mapping",
|
|
3343
3278
|
"feel": "required",
|
|
3344
|
-
"
|
|
3345
|
-
"binding": {
|
|
3346
|
-
"name": "messageIdExpression",
|
|
3347
|
-
"type": "zeebe:property"
|
|
3348
|
-
},
|
|
3349
|
-
"type": "String"
|
|
3350
|
-
},
|
|
3351
|
-
{
|
|
3352
|
-
"id": "messageNameUuid",
|
|
3353
|
-
"generatedValue": {
|
|
3354
|
-
"type": "uuid"
|
|
3355
|
-
},
|
|
3356
|
-
"group": "correlation",
|
|
3279
|
+
"optional": true,
|
|
3357
3280
|
"binding": {
|
|
3358
|
-
"
|
|
3359
|
-
"
|
|
3281
|
+
"type": "zeebe:property",
|
|
3282
|
+
"name": "resultExpression"
|
|
3360
3283
|
},
|
|
3361
|
-
"
|
|
3284
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
3362
3285
|
},
|
|
3363
3286
|
{
|
|
3364
|
-
"
|
|
3365
|
-
"
|
|
3366
|
-
"
|
|
3367
|
-
"group": "
|
|
3287
|
+
"label": "One time verification response expression",
|
|
3288
|
+
"description": "Specify condition and response. Learn more in the <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#verification-expression' target='_blank'>documentation</a>",
|
|
3289
|
+
"type": "Text",
|
|
3290
|
+
"group": "webhookResponse",
|
|
3291
|
+
"feel": "required",
|
|
3292
|
+
"optional": true,
|
|
3368
3293
|
"binding": {
|
|
3369
|
-
"
|
|
3370
|
-
"
|
|
3371
|
-
}
|
|
3372
|
-
"type": "String"
|
|
3294
|
+
"type": "zeebe:property",
|
|
3295
|
+
"name": "inbound.verificationExpression"
|
|
3296
|
+
}
|
|
3373
3297
|
},
|
|
3374
3298
|
{
|
|
3375
|
-
"
|
|
3376
|
-
"
|
|
3377
|
-
"
|
|
3299
|
+
"label": "Response body expression",
|
|
3300
|
+
"type": "Text",
|
|
3301
|
+
"group": "webhookResponse",
|
|
3378
3302
|
"feel": "required",
|
|
3379
|
-
"
|
|
3303
|
+
"optional": true,
|
|
3380
3304
|
"binding": {
|
|
3381
|
-
"
|
|
3382
|
-
"
|
|
3305
|
+
"type": "zeebe:property",
|
|
3306
|
+
"name": "inbound.responseBodyExpression"
|
|
3383
3307
|
},
|
|
3384
|
-
"
|
|
3308
|
+
"description": "Specify condition and response"
|
|
3385
3309
|
}
|
|
3386
3310
|
],
|
|
3387
3311
|
"icon": {
|
|
3388
|
-
"contents": "data:image/svg+xml;
|
|
3312
|
+
"contents": "data:image/svg+xml,%3Csvg id='icon' xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; %7D %3C/style%3E%3C/defs%3E%3Cpath d='M24,26a3,3,0,1,0-2.8164-4H13v1a5,5,0,1,1-5-5V16a7,7,0,1,0,6.9287,8h6.2549A2.9914,2.9914,0,0,0,24,26Z'/%3E%3Cpath d='M24,16a7.024,7.024,0,0,0-2.57.4873l-3.1656-5.5395a3.0469,3.0469,0,1,0-1.7326.9985l4.1189,7.2085.8686-.4976a5.0006,5.0006,0,1,1-1.851,6.8418L17.937,26.501A7.0005,7.0005,0,1,0,24,16Z'/%3E%3Cpath d='M8.532,20.0537a3.03,3.03,0,1,0,1.7326.9985C11.74,18.47,13.86,14.7607,13.89,14.708l.4976-.8682-.8677-.497a5,5,0,1,1,6.812-1.8438l1.7315,1.002a7.0008,7.0008,0,1,0-10.3462,2.0356c-.457.7427-1.1021,1.8716-2.0737,3.5728Z'/%3E%3Crect id='_Transparent_Rectangle_' data-name='<Transparent Rectangle>' class='cls-1' width='32' height='32'/%3E%3C/svg%3E"
|
|
3389
3313
|
},
|
|
3390
3314
|
"engines": {
|
|
3391
|
-
"camunda": "^8.
|
|
3315
|
+
"camunda": "^8.5"
|
|
3392
3316
|
}
|
|
3393
3317
|
},
|
|
3394
3318
|
{
|
|
3395
3319
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
3396
3320
|
"name": "Webhook Message Start Event Connector",
|
|
3397
3321
|
"id": "io.camunda.connectors.webhook.WebhookConnectorStartMessage.v1",
|
|
3322
|
+
"version": 2,
|
|
3398
3323
|
"description": "Configure webhook to receive callbacks",
|
|
3399
3324
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
3400
|
-
"version": 10,
|
|
3401
3325
|
"category": {
|
|
3402
3326
|
"id": "connectors",
|
|
3403
3327
|
"name": "Connectors"
|
|
@@ -3420,43 +3344,56 @@
|
|
|
3420
3344
|
"id": "authorization",
|
|
3421
3345
|
"label": "Authorization"
|
|
3422
3346
|
},
|
|
3423
|
-
{
|
|
3424
|
-
"id": "webhookResponse",
|
|
3425
|
-
"label": "Webhook response"
|
|
3426
|
-
},
|
|
3427
3347
|
{
|
|
3428
3348
|
"id": "activation",
|
|
3429
3349
|
"label": "Activation"
|
|
3430
3350
|
},
|
|
3431
3351
|
{
|
|
3432
3352
|
"id": "correlation",
|
|
3433
|
-
"label": "
|
|
3353
|
+
"label": "Subprocess correlation"
|
|
3434
3354
|
},
|
|
3435
3355
|
{
|
|
3436
|
-
"id": "
|
|
3437
|
-
"label": "
|
|
3356
|
+
"id": "variable-mapping",
|
|
3357
|
+
"label": "Variable mapping"
|
|
3358
|
+
},
|
|
3359
|
+
{
|
|
3360
|
+
"id": "webhookResponse",
|
|
3361
|
+
"label": "Webhook response"
|
|
3438
3362
|
}
|
|
3439
3363
|
],
|
|
3440
3364
|
"properties": [
|
|
3441
3365
|
{
|
|
3366
|
+
"type": "Hidden",
|
|
3442
3367
|
"value": "io.camunda:webhook:1",
|
|
3443
3368
|
"binding": {
|
|
3444
|
-
"
|
|
3445
|
-
"
|
|
3369
|
+
"type": "zeebe:property",
|
|
3370
|
+
"name": "inbound.type"
|
|
3371
|
+
}
|
|
3372
|
+
},
|
|
3373
|
+
{
|
|
3374
|
+
"type": "Hidden",
|
|
3375
|
+
"generatedValue": {
|
|
3376
|
+
"type": "uuid"
|
|
3446
3377
|
},
|
|
3447
|
-
"
|
|
3378
|
+
"binding": {
|
|
3379
|
+
"type": "bpmn:Message#property",
|
|
3380
|
+
"name": "name"
|
|
3381
|
+
}
|
|
3448
3382
|
},
|
|
3449
3383
|
{
|
|
3450
|
-
"
|
|
3384
|
+
"type": "Hidden",
|
|
3385
|
+
"value": "ConfigurableInboundWebhook",
|
|
3386
|
+
"binding": {
|
|
3387
|
+
"type": "zeebe:property",
|
|
3388
|
+
"name": "inbound.subtype"
|
|
3389
|
+
}
|
|
3390
|
+
},
|
|
3391
|
+
{
|
|
3392
|
+
"id": "webhookMethod",
|
|
3451
3393
|
"label": "Webhook method",
|
|
3394
|
+
"group": "endpoint",
|
|
3452
3395
|
"description": "Select HTTP method",
|
|
3453
|
-
"optional": false,
|
|
3454
3396
|
"value": "any",
|
|
3455
|
-
"group": "endpoint",
|
|
3456
|
-
"binding": {
|
|
3457
|
-
"name": "inbound.method",
|
|
3458
|
-
"type": "zeebe:property"
|
|
3459
|
-
},
|
|
3460
3397
|
"type": "Dropdown",
|
|
3461
3398
|
"choices": [
|
|
3462
3399
|
{
|
|
@@ -3464,53 +3401,46 @@
|
|
|
3464
3401
|
"value": "any"
|
|
3465
3402
|
},
|
|
3466
3403
|
{
|
|
3467
|
-
"name": "
|
|
3404
|
+
"name": "Get",
|
|
3468
3405
|
"value": "get"
|
|
3469
3406
|
},
|
|
3470
3407
|
{
|
|
3471
|
-
"name": "
|
|
3408
|
+
"name": "Post",
|
|
3472
3409
|
"value": "post"
|
|
3473
3410
|
},
|
|
3474
3411
|
{
|
|
3475
|
-
"name": "
|
|
3412
|
+
"name": "Put",
|
|
3476
3413
|
"value": "put"
|
|
3477
3414
|
},
|
|
3478
3415
|
{
|
|
3479
|
-
"name": "
|
|
3416
|
+
"name": "Delete",
|
|
3480
3417
|
"value": "delete"
|
|
3481
3418
|
}
|
|
3482
|
-
]
|
|
3419
|
+
],
|
|
3420
|
+
"binding": {
|
|
3421
|
+
"type": "zeebe:property",
|
|
3422
|
+
"name": "inbound.method"
|
|
3423
|
+
}
|
|
3483
3424
|
},
|
|
3484
3425
|
{
|
|
3485
|
-
"id": "inbound.context",
|
|
3486
3426
|
"label": "Webhook ID",
|
|
3487
|
-
"
|
|
3488
|
-
"optional": false,
|
|
3489
|
-
"constraints": {
|
|
3490
|
-
"notEmpty": true,
|
|
3491
|
-
"pattern": {
|
|
3492
|
-
"value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
|
|
3493
|
-
"message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
|
|
3494
|
-
}
|
|
3495
|
-
},
|
|
3427
|
+
"type": "String",
|
|
3496
3428
|
"group": "endpoint",
|
|
3497
3429
|
"binding": {
|
|
3498
|
-
"
|
|
3499
|
-
"
|
|
3430
|
+
"type": "zeebe:property",
|
|
3431
|
+
"name": "inbound.context"
|
|
3500
3432
|
},
|
|
3501
|
-
"
|
|
3433
|
+
"description": "The webhook ID is a part of the URL",
|
|
3434
|
+
"constraints": {
|
|
3435
|
+
"notEmpty": true
|
|
3436
|
+
}
|
|
3502
3437
|
},
|
|
3503
3438
|
{
|
|
3504
|
-
"id": "
|
|
3439
|
+
"id": "shouldValidateHmac",
|
|
3505
3440
|
"label": "HMAC authentication",
|
|
3441
|
+
"group": "authentication",
|
|
3506
3442
|
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
|
|
3507
|
-
"optional": false,
|
|
3508
3443
|
"value": "disabled",
|
|
3509
|
-
"group": "authentication",
|
|
3510
|
-
"binding": {
|
|
3511
|
-
"name": "inbound.shouldValidateHmac",
|
|
3512
|
-
"type": "zeebe:property"
|
|
3513
|
-
},
|
|
3514
3444
|
"type": "Dropdown",
|
|
3515
3445
|
"choices": [
|
|
3516
3446
|
{
|
|
@@ -3521,60 +3451,47 @@
|
|
|
3521
3451
|
"name": "Disabled",
|
|
3522
3452
|
"value": "disabled"
|
|
3523
3453
|
}
|
|
3524
|
-
]
|
|
3454
|
+
],
|
|
3455
|
+
"binding": {
|
|
3456
|
+
"type": "zeebe:property",
|
|
3457
|
+
"name": "inbound.shouldValidateHmac"
|
|
3458
|
+
}
|
|
3525
3459
|
},
|
|
3526
3460
|
{
|
|
3527
|
-
"id": "inbound.hmacSecret",
|
|
3528
3461
|
"label": "HMAC secret key",
|
|
3529
3462
|
"description": "Shared secret key",
|
|
3530
|
-
"
|
|
3531
|
-
"feel": "optional",
|
|
3463
|
+
"type": "String",
|
|
3532
3464
|
"group": "authentication",
|
|
3465
|
+
"optional": true,
|
|
3533
3466
|
"binding": {
|
|
3534
|
-
"
|
|
3535
|
-
"
|
|
3467
|
+
"type": "zeebe:property",
|
|
3468
|
+
"name": "inbound.hmacSecret"
|
|
3536
3469
|
},
|
|
3537
3470
|
"condition": {
|
|
3538
|
-
"property": "
|
|
3539
|
-
"equals": "enabled"
|
|
3540
|
-
|
|
3541
|
-
},
|
|
3542
|
-
"type": "String"
|
|
3471
|
+
"property": "shouldValidateHmac",
|
|
3472
|
+
"equals": "enabled"
|
|
3473
|
+
}
|
|
3543
3474
|
},
|
|
3544
3475
|
{
|
|
3545
|
-
"id": "inbound.hmacHeader",
|
|
3546
3476
|
"label": "HMAC header",
|
|
3547
3477
|
"description": "Name of header attribute that will contain the HMAC value",
|
|
3548
|
-
"
|
|
3549
|
-
"feel": "optional",
|
|
3478
|
+
"type": "String",
|
|
3550
3479
|
"group": "authentication",
|
|
3480
|
+
"optional": true,
|
|
3551
3481
|
"binding": {
|
|
3552
|
-
"
|
|
3553
|
-
"
|
|
3482
|
+
"type": "zeebe:property",
|
|
3483
|
+
"name": "inbound.hmacHeader"
|
|
3554
3484
|
},
|
|
3555
3485
|
"condition": {
|
|
3556
|
-
"property": "
|
|
3557
|
-
"equals": "enabled"
|
|
3558
|
-
|
|
3559
|
-
},
|
|
3560
|
-
"type": "String"
|
|
3486
|
+
"property": "shouldValidateHmac",
|
|
3487
|
+
"equals": "enabled"
|
|
3488
|
+
}
|
|
3561
3489
|
},
|
|
3562
3490
|
{
|
|
3563
|
-
"id": "inbound.hmacAlgorithm",
|
|
3564
3491
|
"label": "HMAC algorithm",
|
|
3492
|
+
"group": "authentication",
|
|
3565
3493
|
"description": "Choose HMAC algorithm",
|
|
3566
|
-
"optional": false,
|
|
3567
3494
|
"value": "sha_256",
|
|
3568
|
-
"group": "authentication",
|
|
3569
|
-
"binding": {
|
|
3570
|
-
"name": "inbound.hmacAlgorithm",
|
|
3571
|
-
"type": "zeebe:property"
|
|
3572
|
-
},
|
|
3573
|
-
"condition": {
|
|
3574
|
-
"property": "inbound.shouldValidateHmac",
|
|
3575
|
-
"equals": "enabled",
|
|
3576
|
-
"type": "simple"
|
|
3577
|
-
},
|
|
3578
3495
|
"type": "Dropdown",
|
|
3579
3496
|
"choices": [
|
|
3580
3497
|
{
|
|
@@ -3589,236 +3506,214 @@
|
|
|
3589
3506
|
"name": "SHA-512",
|
|
3590
3507
|
"value": "sha_512"
|
|
3591
3508
|
}
|
|
3592
|
-
]
|
|
3509
|
+
],
|
|
3510
|
+
"binding": {
|
|
3511
|
+
"type": "zeebe:property",
|
|
3512
|
+
"name": "inbound.hmacAlgorithm"
|
|
3513
|
+
},
|
|
3514
|
+
"condition": {
|
|
3515
|
+
"property": "shouldValidateHmac",
|
|
3516
|
+
"equals": "enabled"
|
|
3517
|
+
}
|
|
3593
3518
|
},
|
|
3594
3519
|
{
|
|
3595
|
-
"id": "inbound.hmacScopes",
|
|
3596
3520
|
"label": "HMAC scopes",
|
|
3521
|
+
"group": "authentication",
|
|
3597
3522
|
"description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/' target='_blank'>documentation</a>",
|
|
3598
|
-
"optional": true,
|
|
3599
3523
|
"feel": "required",
|
|
3600
|
-
"
|
|
3524
|
+
"type": "String",
|
|
3525
|
+
"optional": true,
|
|
3601
3526
|
"binding": {
|
|
3602
|
-
"
|
|
3603
|
-
"
|
|
3527
|
+
"type": "zeebe:property",
|
|
3528
|
+
"name": "inbound.hmacScopes"
|
|
3604
3529
|
},
|
|
3605
3530
|
"condition": {
|
|
3606
|
-
"property": "
|
|
3607
|
-
"equals": "enabled"
|
|
3608
|
-
|
|
3609
|
-
},
|
|
3610
|
-
"type": "String"
|
|
3531
|
+
"property": "shouldValidateHmac",
|
|
3532
|
+
"equals": "enabled"
|
|
3533
|
+
}
|
|
3611
3534
|
},
|
|
3612
3535
|
{
|
|
3613
|
-
"id": "
|
|
3536
|
+
"id": "authorizationType",
|
|
3614
3537
|
"label": "Authorization type",
|
|
3615
|
-
"description": "Choose the authorization type",
|
|
3616
|
-
"value": "NONE",
|
|
3617
3538
|
"group": "authorization",
|
|
3618
|
-
"
|
|
3619
|
-
|
|
3620
|
-
"type": "zeebe:property"
|
|
3621
|
-
},
|
|
3539
|
+
"description": "Choose the authorization type.",
|
|
3540
|
+
"value": "NONE",
|
|
3622
3541
|
"type": "Dropdown",
|
|
3623
3542
|
"choices": [
|
|
3624
3543
|
{
|
|
3625
3544
|
"name": "None",
|
|
3626
3545
|
"value": "NONE"
|
|
3627
3546
|
},
|
|
3547
|
+
{
|
|
3548
|
+
"name": "JWT",
|
|
3549
|
+
"value": "JWT"
|
|
3550
|
+
},
|
|
3628
3551
|
{
|
|
3629
3552
|
"name": "Basic",
|
|
3630
3553
|
"value": "BASIC"
|
|
3631
3554
|
},
|
|
3632
3555
|
{
|
|
3633
|
-
"name": "API
|
|
3556
|
+
"name": "API Key",
|
|
3634
3557
|
"value": "APIKEY"
|
|
3635
|
-
},
|
|
3636
|
-
{
|
|
3637
|
-
"name": "JWT",
|
|
3638
|
-
"value": "JWT"
|
|
3639
3558
|
}
|
|
3640
|
-
]
|
|
3559
|
+
],
|
|
3560
|
+
"binding": {
|
|
3561
|
+
"type": "zeebe:property",
|
|
3562
|
+
"name": "inbound.auth.type"
|
|
3563
|
+
}
|
|
3641
3564
|
},
|
|
3642
3565
|
{
|
|
3643
|
-
"
|
|
3644
|
-
"
|
|
3645
|
-
"
|
|
3646
|
-
"optional": false,
|
|
3647
|
-
"feel": "optional",
|
|
3566
|
+
"label": "JWK url",
|
|
3567
|
+
"description": "Well-known url of JWKs",
|
|
3568
|
+
"type": "String",
|
|
3648
3569
|
"group": "authorization",
|
|
3570
|
+
"feel": "optional",
|
|
3571
|
+
"optional": true,
|
|
3649
3572
|
"binding": {
|
|
3650
|
-
"
|
|
3651
|
-
"
|
|
3573
|
+
"type": "zeebe:property",
|
|
3574
|
+
"name": "inbound.auth.jwt.jwkUrl"
|
|
3652
3575
|
},
|
|
3653
3576
|
"condition": {
|
|
3654
|
-
"property": "
|
|
3655
|
-
"equals": "
|
|
3656
|
-
|
|
3657
|
-
},
|
|
3658
|
-
"type": "String"
|
|
3577
|
+
"property": "authorizationType",
|
|
3578
|
+
"equals": "JWT"
|
|
3579
|
+
}
|
|
3659
3580
|
},
|
|
3660
3581
|
{
|
|
3661
|
-
"
|
|
3662
|
-
"
|
|
3663
|
-
"
|
|
3664
|
-
"optional": false,
|
|
3665
|
-
"feel": "optional",
|
|
3582
|
+
"label": "JWT role property expression",
|
|
3583
|
+
"description": "Expression to extract the roles from the JWT token. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#how-to-extract-roles-from-jwt-data'>See documentation</a>",
|
|
3584
|
+
"type": "String",
|
|
3666
3585
|
"group": "authorization",
|
|
3586
|
+
"feel": "required",
|
|
3587
|
+
"optional": true,
|
|
3667
3588
|
"binding": {
|
|
3668
|
-
"
|
|
3669
|
-
"
|
|
3589
|
+
"type": "zeebe:property",
|
|
3590
|
+
"name": "inbound.auth.jwt.permissionsExpression"
|
|
3670
3591
|
},
|
|
3671
3592
|
"condition": {
|
|
3672
|
-
"property": "
|
|
3673
|
-
"equals": "
|
|
3674
|
-
|
|
3675
|
-
},
|
|
3676
|
-
"type": "String"
|
|
3593
|
+
"property": "authorizationType",
|
|
3594
|
+
"equals": "JWT"
|
|
3595
|
+
}
|
|
3677
3596
|
},
|
|
3678
3597
|
{
|
|
3679
|
-
"
|
|
3680
|
-
"
|
|
3681
|
-
"
|
|
3682
|
-
"optional": false,
|
|
3683
|
-
"feel": "optional",
|
|
3598
|
+
"label": "Required roles",
|
|
3599
|
+
"description": "List of roles to test JWT roles against",
|
|
3600
|
+
"type": "String",
|
|
3684
3601
|
"group": "authorization",
|
|
3602
|
+
"feel": "required",
|
|
3603
|
+
"optional": true,
|
|
3685
3604
|
"binding": {
|
|
3686
|
-
"
|
|
3687
|
-
"
|
|
3605
|
+
"type": "zeebe:property",
|
|
3606
|
+
"name": "inbound.auth.jwt.requiredPermissions"
|
|
3688
3607
|
},
|
|
3689
3608
|
"condition": {
|
|
3690
|
-
"property": "
|
|
3691
|
-
"equals": "
|
|
3692
|
-
|
|
3693
|
-
},
|
|
3694
|
-
"type": "String"
|
|
3609
|
+
"property": "authorizationType",
|
|
3610
|
+
"equals": "JWT"
|
|
3611
|
+
}
|
|
3695
3612
|
},
|
|
3696
3613
|
{
|
|
3697
|
-
"
|
|
3698
|
-
"
|
|
3699
|
-
"
|
|
3700
|
-
"optional": false,
|
|
3701
|
-
"value": "=split(request.headers.authorization, \" \")[2]",
|
|
3702
|
-
"constraints": {
|
|
3703
|
-
"notEmpty": true
|
|
3704
|
-
},
|
|
3705
|
-
"feel": "required",
|
|
3614
|
+
"label": "Username",
|
|
3615
|
+
"description": "Username for basic authentication",
|
|
3616
|
+
"type": "String",
|
|
3706
3617
|
"group": "authorization",
|
|
3618
|
+
"feel": "optional",
|
|
3707
3619
|
"binding": {
|
|
3708
|
-
"
|
|
3709
|
-
"
|
|
3620
|
+
"type": "zeebe:property",
|
|
3621
|
+
"name": "inbound.auth.username"
|
|
3710
3622
|
},
|
|
3711
3623
|
"condition": {
|
|
3712
|
-
"property": "
|
|
3713
|
-
"equals": "
|
|
3714
|
-
"type": "simple"
|
|
3624
|
+
"property": "authorizationType",
|
|
3625
|
+
"equals": "BASIC"
|
|
3715
3626
|
},
|
|
3716
|
-
"
|
|
3627
|
+
"constraints": {
|
|
3628
|
+
"notEmpty": true
|
|
3629
|
+
}
|
|
3717
3630
|
},
|
|
3718
3631
|
{
|
|
3719
|
-
"
|
|
3720
|
-
"
|
|
3721
|
-
"
|
|
3722
|
-
"optional": false,
|
|
3723
|
-
"feel": "optional",
|
|
3632
|
+
"label": "Password",
|
|
3633
|
+
"description": "Password for basic authentication",
|
|
3634
|
+
"type": "String",
|
|
3724
3635
|
"group": "authorization",
|
|
3636
|
+
"feel": "optional",
|
|
3725
3637
|
"binding": {
|
|
3726
|
-
"
|
|
3727
|
-
"
|
|
3638
|
+
"type": "zeebe:property",
|
|
3639
|
+
"name": "inbound.auth.password"
|
|
3728
3640
|
},
|
|
3729
3641
|
"condition": {
|
|
3730
|
-
"property": "
|
|
3731
|
-
"equals": "
|
|
3732
|
-
"type": "simple"
|
|
3642
|
+
"property": "authorizationType",
|
|
3643
|
+
"equals": "BASIC"
|
|
3733
3644
|
},
|
|
3734
|
-
"
|
|
3645
|
+
"constraints": {
|
|
3646
|
+
"notEmpty": true
|
|
3647
|
+
}
|
|
3735
3648
|
},
|
|
3736
3649
|
{
|
|
3737
|
-
"
|
|
3738
|
-
"
|
|
3739
|
-
"
|
|
3740
|
-
"optional": false,
|
|
3741
|
-
"feel": "required",
|
|
3650
|
+
"label": "API Key",
|
|
3651
|
+
"description": "Expected API key",
|
|
3652
|
+
"type": "String",
|
|
3742
3653
|
"group": "authorization",
|
|
3654
|
+
"feel": "optional",
|
|
3743
3655
|
"binding": {
|
|
3744
|
-
"
|
|
3745
|
-
"
|
|
3656
|
+
"type": "zeebe:property",
|
|
3657
|
+
"name": "inbound.auth.apiKey"
|
|
3746
3658
|
},
|
|
3747
3659
|
"condition": {
|
|
3748
|
-
"property": "
|
|
3749
|
-
"equals": "
|
|
3750
|
-
"type": "simple"
|
|
3660
|
+
"property": "authorizationType",
|
|
3661
|
+
"equals": "APIKEY"
|
|
3751
3662
|
},
|
|
3752
|
-
"
|
|
3663
|
+
"constraints": {
|
|
3664
|
+
"notEmpty": true
|
|
3665
|
+
}
|
|
3753
3666
|
},
|
|
3754
3667
|
{
|
|
3755
|
-
"
|
|
3756
|
-
"
|
|
3757
|
-
"
|
|
3758
|
-
"optional": false,
|
|
3759
|
-
"feel": "required",
|
|
3668
|
+
"label": "API Key locator",
|
|
3669
|
+
"description": "A FEEL expression that extracts API key from the request. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#how-to-configure-api-key-authorization'>See documentation</a>",
|
|
3670
|
+
"type": "String",
|
|
3760
3671
|
"group": "authorization",
|
|
3672
|
+
"feel": "required",
|
|
3761
3673
|
"binding": {
|
|
3762
|
-
"
|
|
3763
|
-
"
|
|
3674
|
+
"type": "zeebe:property",
|
|
3675
|
+
"name": "inbound.auth.apiKeyLocator"
|
|
3764
3676
|
},
|
|
3765
3677
|
"condition": {
|
|
3766
|
-
"property": "
|
|
3767
|
-
"equals": "
|
|
3768
|
-
"type": "simple"
|
|
3678
|
+
"property": "authorizationType",
|
|
3679
|
+
"equals": "APIKEY"
|
|
3769
3680
|
},
|
|
3770
|
-
"
|
|
3771
|
-
|
|
3772
|
-
{
|
|
3773
|
-
"id": "inbound.responseBodyExpression",
|
|
3774
|
-
"label": "Response body expression",
|
|
3775
|
-
"description": "Specify condition and response",
|
|
3776
|
-
"optional": true,
|
|
3777
|
-
"feel": "required",
|
|
3778
|
-
"group": "webhookResponse",
|
|
3779
|
-
"binding": {
|
|
3780
|
-
"name": "inbound.responseBodyExpression",
|
|
3781
|
-
"type": "zeebe:property"
|
|
3681
|
+
"constraints": {
|
|
3682
|
+
"notEmpty": true
|
|
3782
3683
|
},
|
|
3783
|
-
"
|
|
3684
|
+
"value": "=split(request.headers.authorization, \" \")[2]"
|
|
3784
3685
|
},
|
|
3785
3686
|
{
|
|
3786
|
-
"
|
|
3787
|
-
"label": "One time verification response expression",
|
|
3788
|
-
"description": "Specify condition and response. Learn more in the <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#verification-expression' target='_blank'>documentation</a>",
|
|
3789
|
-
"optional": true,
|
|
3687
|
+
"label": "Message ID expression",
|
|
3790
3688
|
"feel": "required",
|
|
3791
|
-
"
|
|
3689
|
+
"type": "String",
|
|
3690
|
+
"optional": true,
|
|
3691
|
+
"group": "activation",
|
|
3792
3692
|
"binding": {
|
|
3793
|
-
"
|
|
3794
|
-
"
|
|
3693
|
+
"type": "zeebe:property",
|
|
3694
|
+
"name": "messageIdExpression"
|
|
3795
3695
|
},
|
|
3796
|
-
"
|
|
3696
|
+
"description": "Expression to extract unique identifier of a message"
|
|
3797
3697
|
},
|
|
3798
3698
|
{
|
|
3799
|
-
"
|
|
3800
|
-
"
|
|
3801
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
3802
|
-
"optional": true,
|
|
3803
|
-
"feel": "required",
|
|
3699
|
+
"label": "Condition",
|
|
3700
|
+
"type": "String",
|
|
3804
3701
|
"group": "activation",
|
|
3702
|
+
"feel": "required",
|
|
3703
|
+
"optional": true,
|
|
3805
3704
|
"binding": {
|
|
3806
|
-
"
|
|
3807
|
-
"
|
|
3705
|
+
"type": "zeebe:property",
|
|
3706
|
+
"name": "activationCondition"
|
|
3808
3707
|
},
|
|
3809
|
-
"
|
|
3708
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
|
|
3810
3709
|
},
|
|
3811
3710
|
{
|
|
3812
|
-
"
|
|
3813
|
-
"label": "Subprocess correlation required",
|
|
3711
|
+
"label": "Correlation required",
|
|
3814
3712
|
"description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
|
|
3815
|
-
"
|
|
3713
|
+
"id": "correlationRequired",
|
|
3816
3714
|
"group": "correlation",
|
|
3817
|
-
"binding": {
|
|
3818
|
-
"name": "correlationRequired",
|
|
3819
|
-
"type": "zeebe:property"
|
|
3820
|
-
},
|
|
3821
3715
|
"type": "Dropdown",
|
|
3716
|
+
"value": "notRequired",
|
|
3822
3717
|
"choices": [
|
|
3823
3718
|
{
|
|
3824
3719
|
"name": "Correlation not required",
|
|
@@ -3828,102 +3723,101 @@
|
|
|
3828
3723
|
"name": "Correlation required",
|
|
3829
3724
|
"value": "required"
|
|
3830
3725
|
}
|
|
3831
|
-
]
|
|
3726
|
+
],
|
|
3727
|
+
"binding": {
|
|
3728
|
+
"type": "zeebe:property",
|
|
3729
|
+
"name": "correlationRequired"
|
|
3730
|
+
}
|
|
3832
3731
|
},
|
|
3833
3732
|
{
|
|
3834
|
-
"id": "correlationKeyProcess",
|
|
3835
3733
|
"label": "Correlation key (process)",
|
|
3734
|
+
"type": "String",
|
|
3735
|
+
"group": "correlation",
|
|
3736
|
+
"feel": "required",
|
|
3836
3737
|
"description": "Sets up the correlation key from process variables",
|
|
3738
|
+
"binding": {
|
|
3739
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
3740
|
+
"name": "correlationKey"
|
|
3741
|
+
},
|
|
3837
3742
|
"constraints": {
|
|
3838
3743
|
"notEmpty": true
|
|
3839
3744
|
},
|
|
3840
|
-
"feel": "required",
|
|
3841
|
-
"group": "correlation",
|
|
3842
|
-
"binding": {
|
|
3843
|
-
"name": "correlationKey",
|
|
3844
|
-
"type": "bpmn:Message#zeebe:subscription#property"
|
|
3845
|
-
},
|
|
3846
3745
|
"condition": {
|
|
3847
3746
|
"property": "correlationRequired",
|
|
3848
|
-
"equals": "required"
|
|
3849
|
-
|
|
3850
|
-
},
|
|
3851
|
-
"type": "String"
|
|
3747
|
+
"equals": "required"
|
|
3748
|
+
}
|
|
3852
3749
|
},
|
|
3853
3750
|
{
|
|
3854
|
-
"id": "correlationKeyPayload",
|
|
3855
3751
|
"label": "Correlation key (payload)",
|
|
3752
|
+
"type": "String",
|
|
3753
|
+
"group": "correlation",
|
|
3754
|
+
"feel": "required",
|
|
3755
|
+
"binding": {
|
|
3756
|
+
"type": "zeebe:property",
|
|
3757
|
+
"name": "correlationKeyExpression"
|
|
3758
|
+
},
|
|
3856
3759
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
3857
3760
|
"constraints": {
|
|
3858
3761
|
"notEmpty": true
|
|
3859
3762
|
},
|
|
3860
|
-
"feel": "required",
|
|
3861
|
-
"group": "correlation",
|
|
3862
|
-
"binding": {
|
|
3863
|
-
"name": "correlationKeyExpression",
|
|
3864
|
-
"type": "zeebe:property"
|
|
3865
|
-
},
|
|
3866
3763
|
"condition": {
|
|
3867
3764
|
"property": "correlationRequired",
|
|
3868
|
-
"equals": "required"
|
|
3869
|
-
|
|
3870
|
-
},
|
|
3871
|
-
"type": "String"
|
|
3765
|
+
"equals": "required"
|
|
3766
|
+
}
|
|
3872
3767
|
},
|
|
3873
3768
|
{
|
|
3874
|
-
"
|
|
3875
|
-
"
|
|
3876
|
-
"
|
|
3769
|
+
"label": "Result variable",
|
|
3770
|
+
"type": "String",
|
|
3771
|
+
"group": "variable-mapping",
|
|
3877
3772
|
"optional": true,
|
|
3878
|
-
"feel": "required",
|
|
3879
|
-
"group": "correlation",
|
|
3880
3773
|
"binding": {
|
|
3881
|
-
"
|
|
3882
|
-
"
|
|
3774
|
+
"type": "zeebe:property",
|
|
3775
|
+
"name": "resultVariable"
|
|
3883
3776
|
},
|
|
3884
|
-
"
|
|
3777
|
+
"description": "Name of variable to store the result of the connector in"
|
|
3885
3778
|
},
|
|
3886
3779
|
{
|
|
3887
|
-
"
|
|
3888
|
-
"
|
|
3889
|
-
|
|
3890
|
-
|
|
3891
|
-
"
|
|
3780
|
+
"label": "Result expression",
|
|
3781
|
+
"type": "String",
|
|
3782
|
+
"group": "variable-mapping",
|
|
3783
|
+
"feel": "required",
|
|
3784
|
+
"optional": true,
|
|
3892
3785
|
"binding": {
|
|
3893
|
-
"
|
|
3894
|
-
"
|
|
3786
|
+
"type": "zeebe:property",
|
|
3787
|
+
"name": "resultExpression"
|
|
3895
3788
|
},
|
|
3896
|
-
"
|
|
3789
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
3897
3790
|
},
|
|
3898
3791
|
{
|
|
3899
|
-
"
|
|
3900
|
-
"
|
|
3901
|
-
"
|
|
3902
|
-
"group": "
|
|
3792
|
+
"label": "One time verification response expression",
|
|
3793
|
+
"description": "Specify condition and response. Learn more in the <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#verification-expression' target='_blank'>documentation</a>",
|
|
3794
|
+
"type": "Text",
|
|
3795
|
+
"group": "webhookResponse",
|
|
3796
|
+
"feel": "required",
|
|
3797
|
+
"optional": true,
|
|
3903
3798
|
"binding": {
|
|
3904
|
-
"
|
|
3905
|
-
"
|
|
3906
|
-
}
|
|
3907
|
-
"type": "String"
|
|
3799
|
+
"type": "zeebe:property",
|
|
3800
|
+
"name": "inbound.verificationExpression"
|
|
3801
|
+
}
|
|
3908
3802
|
},
|
|
3909
3803
|
{
|
|
3910
|
-
"
|
|
3911
|
-
"
|
|
3912
|
-
"
|
|
3804
|
+
"label": "Response body expression",
|
|
3805
|
+
"type": "Text",
|
|
3806
|
+
"group": "webhookResponse",
|
|
3913
3807
|
"feel": "required",
|
|
3914
|
-
"
|
|
3808
|
+
"optional": true,
|
|
3915
3809
|
"binding": {
|
|
3916
|
-
"
|
|
3917
|
-
"
|
|
3810
|
+
"type": "zeebe:property",
|
|
3811
|
+
"name": "inbound.responseBodyExpression"
|
|
3918
3812
|
},
|
|
3919
|
-
"
|
|
3813
|
+
"description": "Specify condition and response"
|
|
3920
3814
|
}
|
|
3921
3815
|
],
|
|
3922
3816
|
"icon": {
|
|
3923
|
-
"contents": "data:image/svg+xml;
|
|
3817
|
+
"contents": "data:image/svg+xml,%3Csvg id='icon' xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; %7D %3C/style%3E%3C/defs%3E%3Cpath d='M24,26a3,3,0,1,0-2.8164-4H13v1a5,5,0,1,1-5-5V16a7,7,0,1,0,6.9287,8h6.2549A2.9914,2.9914,0,0,0,24,26Z'/%3E%3Cpath d='M24,16a7.024,7.024,0,0,0-2.57.4873l-3.1656-5.5395a3.0469,3.0469,0,1,0-1.7326.9985l4.1189,7.2085.8686-.4976a5.0006,5.0006,0,1,1-1.851,6.8418L17.937,26.501A7.0005,7.0005,0,1,0,24,16Z'/%3E%3Cpath d='M8.532,20.0537a3.03,3.03,0,1,0,1.7326.9985C11.74,18.47,13.86,14.7607,13.89,14.708l.4976-.8682-.8677-.497a5,5,0,1,1,6.812-1.8438l1.7315,1.002a7.0008,7.0008,0,1,0-10.3462,2.0356c-.457.7427-1.1021,1.8716-2.0737,3.5728Z'/%3E%3Crect id='_Transparent_Rectangle_' data-name='<Transparent Rectangle>' class='cls-1' width='32' height='32'/%3E%3C/svg%3E"
|
|
3924
3818
|
},
|
|
3925
3819
|
"engines": {
|
|
3926
|
-
"camunda": "^8.
|
|
3820
|
+
"camunda": "^8.4"
|
|
3927
3821
|
}
|
|
3928
3822
|
},
|
|
3929
3823
|
{
|
|
@@ -3931,11 +3825,17 @@
|
|
|
3931
3825
|
"name": "Webhook Message Start Event Connector",
|
|
3932
3826
|
"id": "io.camunda.connectors.webhook.WebhookConnectorStartMessage.v1",
|
|
3933
3827
|
"description": "Configure webhook to receive callbacks",
|
|
3934
|
-
"
|
|
3935
|
-
"
|
|
3936
|
-
|
|
3828
|
+
"keywords": [
|
|
3829
|
+
"receive webhook",
|
|
3830
|
+
"HTTP trigger",
|
|
3831
|
+
"event received",
|
|
3832
|
+
"inbound event",
|
|
3833
|
+
"webhook trigger",
|
|
3834
|
+
"HTTP callback",
|
|
3835
|
+
"listen for event"
|
|
3836
|
+
],
|
|
3937
3837
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
|
|
3938
|
-
"version":
|
|
3838
|
+
"version": 14,
|
|
3939
3839
|
"category": {
|
|
3940
3840
|
"id": "connectors",
|
|
3941
3841
|
"name": "Connectors"
|
|
@@ -3945,6 +3845,9 @@
|
|
|
3945
3845
|
"value": "bpmn:StartEvent",
|
|
3946
3846
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
3947
3847
|
},
|
|
3848
|
+
"engines": {
|
|
3849
|
+
"camunda": "^8.3"
|
|
3850
|
+
},
|
|
3948
3851
|
"groups": [
|
|
3949
3852
|
{
|
|
3950
3853
|
"id": "endpoint",
|
|
@@ -3966,11 +3869,20 @@
|
|
|
3966
3869
|
"id": "activation",
|
|
3967
3870
|
"label": "Activation"
|
|
3968
3871
|
},
|
|
3872
|
+
{
|
|
3873
|
+
"id": "synchronousResponse",
|
|
3874
|
+
"label": "Response mode"
|
|
3875
|
+
},
|
|
3969
3876
|
{
|
|
3970
3877
|
"id": "correlation",
|
|
3971
3878
|
"label": "Correlation",
|
|
3972
3879
|
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
3973
3880
|
},
|
|
3881
|
+
{
|
|
3882
|
+
"id": "deduplication",
|
|
3883
|
+
"label": "Deduplication",
|
|
3884
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
3885
|
+
},
|
|
3974
3886
|
{
|
|
3975
3887
|
"id": "output",
|
|
3976
3888
|
"label": "Output mapping"
|
|
@@ -4359,6 +4271,29 @@
|
|
|
4359
4271
|
"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",
|
|
4360
4272
|
"type": "Boolean"
|
|
4361
4273
|
},
|
|
4274
|
+
{
|
|
4275
|
+
"id": "synchronousResponse",
|
|
4276
|
+
"label": "Response mode",
|
|
4277
|
+
"description": "Synchronous or Asynchronous <a href=\"https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#response-mode\" target=\"_blank\">response handling</a>",
|
|
4278
|
+
"value": "false",
|
|
4279
|
+
"group": "synchronousResponse",
|
|
4280
|
+
"binding": {
|
|
4281
|
+
"name": "synchronousResponse",
|
|
4282
|
+
"type": "zeebe:property"
|
|
4283
|
+
},
|
|
4284
|
+
"tooltip": "Select synchronous to wait for the result of the correlation. This is either the result of the created process or the process instance key that matched the correlated message subscription. Select asynchronous to trigger the correlation and return immediately without waiting for a result. This affects the data available in the <a href=\"https://docs.camunda.io/docs/components/connectors/connectors/protocol/http-webhook/#use-the-correlation-object\">correlation</a> object for the response expression.",
|
|
4285
|
+
"type": "Dropdown",
|
|
4286
|
+
"choices": [
|
|
4287
|
+
{
|
|
4288
|
+
"name": "Asynchronous",
|
|
4289
|
+
"value": "false"
|
|
4290
|
+
},
|
|
4291
|
+
{
|
|
4292
|
+
"name": "Synchronous",
|
|
4293
|
+
"value": "true"
|
|
4294
|
+
}
|
|
4295
|
+
]
|
|
4296
|
+
},
|
|
4362
4297
|
{
|
|
4363
4298
|
"id": "correlationRequired",
|
|
4364
4299
|
"label": "Subprocess correlation required",
|
|
@@ -4421,6 +4356,24 @@
|
|
|
4421
4356
|
},
|
|
4422
4357
|
"type": "String"
|
|
4423
4358
|
},
|
|
4359
|
+
{
|
|
4360
|
+
"id": "messageIdExpression",
|
|
4361
|
+
"label": "Message ID expression",
|
|
4362
|
+
"description": "Expression to extract unique identifier of a message",
|
|
4363
|
+
"optional": true,
|
|
4364
|
+
"feel": "required",
|
|
4365
|
+
"group": "correlation",
|
|
4366
|
+
"binding": {
|
|
4367
|
+
"name": "messageIdExpression",
|
|
4368
|
+
"type": "zeebe:property"
|
|
4369
|
+
},
|
|
4370
|
+
"condition": {
|
|
4371
|
+
"property": "synchronousResponse",
|
|
4372
|
+
"equals": "false",
|
|
4373
|
+
"type": "simple"
|
|
4374
|
+
},
|
|
4375
|
+
"type": "String"
|
|
4376
|
+
},
|
|
4424
4377
|
{
|
|
4425
4378
|
"id": "messageTtl",
|
|
4426
4379
|
"label": "Message TTL",
|
|
@@ -4439,37 +4392,96 @@
|
|
|
4439
4392
|
"name": "messageTtl",
|
|
4440
4393
|
"type": "zeebe:property"
|
|
4441
4394
|
},
|
|
4442
|
-
"
|
|
4443
|
-
|
|
4444
|
-
|
|
4445
|
-
|
|
4446
|
-
"label": "Message ID expression",
|
|
4447
|
-
"description": "Expression to extract unique identifier of a message",
|
|
4448
|
-
"optional": true,
|
|
4449
|
-
"feel": "required",
|
|
4450
|
-
"group": "correlation",
|
|
4451
|
-
"binding": {
|
|
4452
|
-
"name": "messageIdExpression",
|
|
4453
|
-
"type": "zeebe:property"
|
|
4395
|
+
"condition": {
|
|
4396
|
+
"property": "synchronousResponse",
|
|
4397
|
+
"equals": "false",
|
|
4398
|
+
"type": "simple"
|
|
4454
4399
|
},
|
|
4455
4400
|
"type": "String"
|
|
4456
4401
|
},
|
|
4457
4402
|
{
|
|
4458
4403
|
"id": "messageNameUuid",
|
|
4404
|
+
"label": "Message name",
|
|
4459
4405
|
"generatedValue": {
|
|
4460
4406
|
"type": "uuid"
|
|
4461
4407
|
},
|
|
4408
|
+
"feel": "optional",
|
|
4462
4409
|
"group": "correlation",
|
|
4463
4410
|
"binding": {
|
|
4464
4411
|
"name": "name",
|
|
4465
4412
|
"type": "bpmn:Message#property"
|
|
4466
4413
|
},
|
|
4414
|
+
"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.",
|
|
4415
|
+
"type": "String"
|
|
4416
|
+
},
|
|
4417
|
+
{
|
|
4418
|
+
"id": "deduplicationModeManualFlag",
|
|
4419
|
+
"label": "Manual mode",
|
|
4420
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
4421
|
+
"value": false,
|
|
4422
|
+
"group": "deduplication",
|
|
4423
|
+
"binding": {
|
|
4424
|
+
"name": "deduplicationModeManualFlag",
|
|
4425
|
+
"type": "zeebe:property"
|
|
4426
|
+
},
|
|
4427
|
+
"type": "Boolean"
|
|
4428
|
+
},
|
|
4429
|
+
{
|
|
4430
|
+
"id": "deduplicationId",
|
|
4431
|
+
"label": "Deduplication ID",
|
|
4432
|
+
"constraints": {
|
|
4433
|
+
"notEmpty": true,
|
|
4434
|
+
"pattern": {
|
|
4435
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
4436
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
4437
|
+
}
|
|
4438
|
+
},
|
|
4439
|
+
"group": "deduplication",
|
|
4440
|
+
"binding": {
|
|
4441
|
+
"name": "deduplicationId",
|
|
4442
|
+
"type": "zeebe:property"
|
|
4443
|
+
},
|
|
4444
|
+
"condition": {
|
|
4445
|
+
"property": "deduplicationModeManualFlag",
|
|
4446
|
+
"equals": true,
|
|
4447
|
+
"type": "simple"
|
|
4448
|
+
},
|
|
4449
|
+
"type": "String"
|
|
4450
|
+
},
|
|
4451
|
+
{
|
|
4452
|
+
"id": "deduplicationModeManual",
|
|
4453
|
+
"value": "MANUAL",
|
|
4454
|
+
"group": "deduplication",
|
|
4455
|
+
"binding": {
|
|
4456
|
+
"name": "deduplicationMode",
|
|
4457
|
+
"type": "zeebe:property"
|
|
4458
|
+
},
|
|
4459
|
+
"condition": {
|
|
4460
|
+
"property": "deduplicationId",
|
|
4461
|
+
"isActive": true,
|
|
4462
|
+
"type": "simple"
|
|
4463
|
+
},
|
|
4464
|
+
"type": "Hidden"
|
|
4465
|
+
},
|
|
4466
|
+
{
|
|
4467
|
+
"id": "deduplicationModeAuto",
|
|
4468
|
+
"value": "AUTO",
|
|
4469
|
+
"group": "deduplication",
|
|
4470
|
+
"binding": {
|
|
4471
|
+
"name": "deduplicationMode",
|
|
4472
|
+
"type": "zeebe:property"
|
|
4473
|
+
},
|
|
4474
|
+
"condition": {
|
|
4475
|
+
"property": "deduplicationId",
|
|
4476
|
+
"isActive": false,
|
|
4477
|
+
"type": "simple"
|
|
4478
|
+
},
|
|
4467
4479
|
"type": "Hidden"
|
|
4468
4480
|
},
|
|
4469
4481
|
{
|
|
4470
4482
|
"id": "resultVariable",
|
|
4471
4483
|
"label": "Result variable",
|
|
4472
|
-
"description": "Name of variable to store the response in",
|
|
4484
|
+
"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>.",
|
|
4473
4485
|
"group": "output",
|
|
4474
4486
|
"binding": {
|
|
4475
4487
|
"name": "resultVariable",
|
|
@@ -4480,7 +4492,8 @@
|
|
|
4480
4492
|
{
|
|
4481
4493
|
"id": "resultExpression",
|
|
4482
4494
|
"label": "Result expression",
|
|
4483
|
-
"description": "Expression to map the response into process variables",
|
|
4495
|
+
"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>.",
|
|
4496
|
+
"value": "{\n myRequestBody: request.body\n // Use FEEL to extract values, e.g.,:\n // myMessage: request.body.message\n}",
|
|
4484
4497
|
"feel": "required",
|
|
4485
4498
|
"group": "output",
|
|
4486
4499
|
"binding": {
|
|
@@ -4490,9 +4503,6 @@
|
|
|
4490
4503
|
"type": "Text"
|
|
4491
4504
|
}
|
|
4492
4505
|
],
|
|
4493
|
-
"engines": {
|
|
4494
|
-
"camunda": "^8.3"
|
|
4495
|
-
},
|
|
4496
4506
|
"icon": {
|
|
4497
4507
|
"contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
|
|
4498
4508
|
}
|