@camunda/connectors-element-templates 1.0.5 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/build_element_template_array_json_files.sh +9 -0
- package/src/connectors.js +4 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +171 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +1618 -0
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +3064 -300
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -1
- package/src/element-templates/asana-connector.json +8 -8
- package/src/element-templates/automation-anywhere-outbound-connector.json +1185 -1179
- package/src/element-templates/aws-dynamodb-outbound-connector.json +77 -77
- package/src/element-templates/aws-eventbridge-connector-boundary.json +20 -20
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +38 -38
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-start-event.json +18 -15
- package/src/element-templates/aws-eventbridge-outbound-connector.json +50 -50
- package/src/element-templates/aws-lambda-outbound-connector.json +279 -279
- package/src/element-templates/aws-s3-outbound-connector.json +30 -30
- package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
- package/src/element-templates/aws-sns-inbound-boundary.json +486 -486
- package/src/element-templates/aws-sns-inbound-intermediate.json +491 -491
- package/src/element-templates/aws-sns-inbound-message-start.json +98 -98
- package/src/element-templates/aws-sns-inbound-start-event.json +133 -133
- package/src/element-templates/aws-sns-outbound-connector.json +423 -423
- package/src/element-templates/aws-sqs-boundary-connector.json +58 -58
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +523 -523
- package/src/element-templates/aws-sqs-outbound-connector.json +692 -692
- package/src/element-templates/aws-sqs-start-event-connector.json +709 -709
- package/src/element-templates/aws-sqs-start-message.json +460 -460
- package/src/element-templates/azure-blobstorage-outbound-connector.json +1 -1
- package/src/element-templates/blue-prism-connector.json +53 -53
- package/src/element-templates/csv-outbound-connector.json +804 -0
- package/src/element-templates/easy-post-connector.json +151 -151
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-message-start-event-connector.json +19 -19
- package/src/element-templates/email-outbound-connector.json +199 -199
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +3478 -170
- package/src/element-templates/github-connector.json +277 -277
- package/src/element-templates/github-webhook-connector-intermediate.json +44 -44
- package/src/element-templates/github-webhook-connector-start-event.json +29 -26
- package/src/element-templates/gitlab-connector.json +990 -990
- package/src/element-templates/google-drive-outbound-connector.json +423 -423
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +17 -17
- package/src/element-templates/google-sheets-outbound-connector.json +2550 -2550
- package/src/element-templates/graphql-outbound-connector.json +1179 -1179
- package/src/element-templates/http-json-connector.json +2280 -2280
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +256 -553
- package/src/element-templates/http-polling-connector.json +262 -559
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +402 -0
- package/src/element-templates/kafka-inbound-connector-boundary.json +1052 -1052
- package/src/element-templates/kafka-inbound-connector-intermediate.json +1088 -1088
- package/src/element-templates/kafka-inbound-connector-start-message.json +112 -112
- package/src/element-templates/kafka-inbound-connector.json +3 -0
- package/src/element-templates/kafka-outbound-connector.json +617 -617
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +1783 -1783
- package/src/element-templates/openai-connector.json +144 -144
- package/src/element-templates/operate-connector.json +66 -62
- package/src/element-templates/power-automate-connector.json +10 -10
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +439 -439
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +474 -474
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +11 -11
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +597 -597
- package/src/element-templates/rabbitmq-outbound-connector.json +622 -622
- package/src/element-templates/salesforce-connector.json +44 -44
- package/src/element-templates/sendgrid-outbound-connector.json +633 -633
- package/src/element-templates/slack-inbound-boundary.json +184 -184
- package/src/element-templates/slack-inbound-intermediate.json +168 -168
- package/src/element-templates/slack-inbound-message-start.json +201 -201
- package/src/element-templates/slack-inbound-start-event.json +320 -317
- package/src/element-templates/slack-outbound-connector.json +1185 -1185
- package/src/element-templates/twilio-connector.json +26 -26
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-connector.json +3 -0
- package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +629 -629
- package/src/element-templates/webhook-connector-intermediate.json +268 -268
- package/src/element-templates/webhook-connector-start-event.json +1563 -1560
- package/src/element-templates/webhook-connector-start-message.json +1258 -1258
- package/src/element-templates/whatsapp-connector.json +39 -39
- package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
|
@@ -4,8 +4,11 @@
|
|
|
4
4
|
"name": "Webhook Intermediate Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1",
|
|
6
6
|
"description": "Configure webhook to receive callbacks",
|
|
7
|
+
"metadata": {
|
|
8
|
+
"keywords": []
|
|
9
|
+
},
|
|
7
10
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
|
|
8
|
-
"version":
|
|
11
|
+
"version": 12,
|
|
9
12
|
"category": {
|
|
10
13
|
"id": "connectors",
|
|
11
14
|
"name": "Connectors"
|
|
@@ -528,233 +531,11 @@
|
|
|
528
531
|
"type": "Text"
|
|
529
532
|
}
|
|
530
533
|
],
|
|
531
|
-
"icon": {
|
|
532
|
-
"contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
|
|
533
|
-
},
|
|
534
534
|
"engines": {
|
|
535
|
-
"camunda": "^8.
|
|
536
|
-
}
|
|
537
|
-
},
|
|
538
|
-
{
|
|
539
|
-
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
540
|
-
"name": "Webhook connector",
|
|
541
|
-
"id": "io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1",
|
|
542
|
-
"version": 2,
|
|
543
|
-
"description": "Configure webhook to receive callbacks",
|
|
544
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
545
|
-
"category": {
|
|
546
|
-
"id": "connectors",
|
|
547
|
-
"name": "Connectors"
|
|
548
|
-
},
|
|
549
|
-
"appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
|
|
550
|
-
"elementType": {
|
|
551
|
-
"value": "bpmn:IntermediateCatchEvent",
|
|
552
|
-
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
535
|
+
"camunda": "^8.3"
|
|
553
536
|
},
|
|
554
|
-
"groups": [
|
|
555
|
-
{
|
|
556
|
-
"id": "endpoint",
|
|
557
|
-
"label": "Webhook configuration"
|
|
558
|
-
},
|
|
559
|
-
{
|
|
560
|
-
"id": "activation",
|
|
561
|
-
"label": "Activation"
|
|
562
|
-
},
|
|
563
|
-
{
|
|
564
|
-
"id": "variable-mapping",
|
|
565
|
-
"label": "Variable mapping"
|
|
566
|
-
}
|
|
567
|
-
],
|
|
568
|
-
"properties": [
|
|
569
|
-
{
|
|
570
|
-
"type": "Hidden",
|
|
571
|
-
"value": "io.camunda:webhook:1",
|
|
572
|
-
"binding": {
|
|
573
|
-
"type": "zeebe:property",
|
|
574
|
-
"name": "inbound.type"
|
|
575
|
-
}
|
|
576
|
-
},
|
|
577
|
-
{
|
|
578
|
-
"type": "Hidden",
|
|
579
|
-
"generatedValue": {
|
|
580
|
-
"type": "uuid"
|
|
581
|
-
},
|
|
582
|
-
"binding": {
|
|
583
|
-
"type": "bpmn:Message#property",
|
|
584
|
-
"name": "name"
|
|
585
|
-
}
|
|
586
|
-
},
|
|
587
|
-
{
|
|
588
|
-
"type": "Hidden",
|
|
589
|
-
"value": "ConfigurableInboundWebhook",
|
|
590
|
-
"binding": {
|
|
591
|
-
"type": "zeebe:property",
|
|
592
|
-
"name": "inbound.subtype"
|
|
593
|
-
}
|
|
594
|
-
},
|
|
595
|
-
{
|
|
596
|
-
"label": "Webhook ID",
|
|
597
|
-
"type": "String",
|
|
598
|
-
"group": "endpoint",
|
|
599
|
-
"binding": {
|
|
600
|
-
"type": "zeebe:property",
|
|
601
|
-
"name": "inbound.context"
|
|
602
|
-
},
|
|
603
|
-
"description": "The webhook ID is a part of the URL",
|
|
604
|
-
"constraints": {
|
|
605
|
-
"notEmpty": true
|
|
606
|
-
}
|
|
607
|
-
},
|
|
608
|
-
{
|
|
609
|
-
"id": "shouldValidateHmac",
|
|
610
|
-
"label": "HMAC authentication",
|
|
611
|
-
"group": "endpoint",
|
|
612
|
-
"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",
|
|
613
|
-
"value": "disabled",
|
|
614
|
-
"type": "Dropdown",
|
|
615
|
-
"choices": [
|
|
616
|
-
{
|
|
617
|
-
"name": "Enabled",
|
|
618
|
-
"value": "enabled"
|
|
619
|
-
},
|
|
620
|
-
{
|
|
621
|
-
"name": "Disabled",
|
|
622
|
-
"value": "disabled"
|
|
623
|
-
}
|
|
624
|
-
],
|
|
625
|
-
"binding": {
|
|
626
|
-
"type": "zeebe:property",
|
|
627
|
-
"name": "inbound.shouldValidateHmac"
|
|
628
|
-
}
|
|
629
|
-
},
|
|
630
|
-
{
|
|
631
|
-
"label": "HMAC secret key",
|
|
632
|
-
"description": "Shared secret key",
|
|
633
|
-
"type": "String",
|
|
634
|
-
"group": "endpoint",
|
|
635
|
-
"optional": true,
|
|
636
|
-
"binding": {
|
|
637
|
-
"type": "zeebe:property",
|
|
638
|
-
"name": "inbound.hmacSecret"
|
|
639
|
-
},
|
|
640
|
-
"condition": {
|
|
641
|
-
"property": "shouldValidateHmac",
|
|
642
|
-
"equals": "enabled"
|
|
643
|
-
}
|
|
644
|
-
},
|
|
645
|
-
{
|
|
646
|
-
"label": "HMAC header",
|
|
647
|
-
"description": "Name of header attribute that will contain the HMAC value",
|
|
648
|
-
"type": "String",
|
|
649
|
-
"group": "endpoint",
|
|
650
|
-
"optional": true,
|
|
651
|
-
"binding": {
|
|
652
|
-
"type": "zeebe:property",
|
|
653
|
-
"name": "inbound.hmacHeader"
|
|
654
|
-
},
|
|
655
|
-
"condition": {
|
|
656
|
-
"property": "shouldValidateHmac",
|
|
657
|
-
"equals": "enabled"
|
|
658
|
-
}
|
|
659
|
-
},
|
|
660
|
-
{
|
|
661
|
-
"label": "HMAC algorithm",
|
|
662
|
-
"group": "endpoint",
|
|
663
|
-
"description": "Choose HMAC algorithm",
|
|
664
|
-
"value": "sha_256",
|
|
665
|
-
"type": "Dropdown",
|
|
666
|
-
"choices": [
|
|
667
|
-
{
|
|
668
|
-
"name": "SHA-1",
|
|
669
|
-
"value": "sha_1"
|
|
670
|
-
},
|
|
671
|
-
{
|
|
672
|
-
"name": "SHA-256",
|
|
673
|
-
"value": "sha_256"
|
|
674
|
-
},
|
|
675
|
-
{
|
|
676
|
-
"name": "SHA-512",
|
|
677
|
-
"value": "sha_512"
|
|
678
|
-
}
|
|
679
|
-
],
|
|
680
|
-
"binding": {
|
|
681
|
-
"type": "zeebe:property",
|
|
682
|
-
"name": "inbound.hmacAlgorithm"
|
|
683
|
-
},
|
|
684
|
-
"condition": {
|
|
685
|
-
"property": "shouldValidateHmac",
|
|
686
|
-
"equals": "enabled"
|
|
687
|
-
}
|
|
688
|
-
},
|
|
689
|
-
{
|
|
690
|
-
"label": "Correlation key (process)",
|
|
691
|
-
"type": "String",
|
|
692
|
-
"group": "activation",
|
|
693
|
-
"feel": "required",
|
|
694
|
-
"description": "Sets up the correlation key from process variables",
|
|
695
|
-
"binding": {
|
|
696
|
-
"type": "bpmn:Message#zeebe:subscription#property",
|
|
697
|
-
"name": "correlationKey"
|
|
698
|
-
},
|
|
699
|
-
"constraints": {
|
|
700
|
-
"notEmpty": true
|
|
701
|
-
}
|
|
702
|
-
},
|
|
703
|
-
{
|
|
704
|
-
"label": "Correlation key (payload)",
|
|
705
|
-
"type": "String",
|
|
706
|
-
"group": "activation",
|
|
707
|
-
"feel": "required",
|
|
708
|
-
"binding": {
|
|
709
|
-
"type": "zeebe:property",
|
|
710
|
-
"name": "correlationKeyExpression"
|
|
711
|
-
},
|
|
712
|
-
"description": "Extracts the correlation key from the incoming message payload",
|
|
713
|
-
"constraints": {
|
|
714
|
-
"notEmpty": true
|
|
715
|
-
}
|
|
716
|
-
},
|
|
717
|
-
{
|
|
718
|
-
"label": "Condition",
|
|
719
|
-
"type": "String",
|
|
720
|
-
"group": "activation",
|
|
721
|
-
"feel": "required",
|
|
722
|
-
"optional": true,
|
|
723
|
-
"binding": {
|
|
724
|
-
"type": "zeebe:property",
|
|
725
|
-
"name": "activationCondition"
|
|
726
|
-
},
|
|
727
|
-
"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>"
|
|
728
|
-
},
|
|
729
|
-
{
|
|
730
|
-
"label": "Result variable",
|
|
731
|
-
"type": "String",
|
|
732
|
-
"group": "variable-mapping",
|
|
733
|
-
"optional": true,
|
|
734
|
-
"binding": {
|
|
735
|
-
"type": "zeebe:property",
|
|
736
|
-
"name": "resultVariable"
|
|
737
|
-
},
|
|
738
|
-
"description": "Name of variable to store the result of the connector in"
|
|
739
|
-
},
|
|
740
|
-
{
|
|
741
|
-
"label": "Result expression",
|
|
742
|
-
"type": "String",
|
|
743
|
-
"group": "variable-mapping",
|
|
744
|
-
"feel": "required",
|
|
745
|
-
"optional": true,
|
|
746
|
-
"binding": {
|
|
747
|
-
"type": "zeebe:property",
|
|
748
|
-
"name": "resultExpression"
|
|
749
|
-
},
|
|
750
|
-
"description": "Expression to map the inbound payload to process variables"
|
|
751
|
-
}
|
|
752
|
-
],
|
|
753
537
|
"icon": {
|
|
754
|
-
"contents": "data:image/svg+xml
|
|
755
|
-
},
|
|
756
|
-
"engines": {
|
|
757
|
-
"camunda": "^8.2"
|
|
538
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
|
|
758
539
|
}
|
|
759
540
|
},
|
|
760
541
|
{
|
|
@@ -762,11 +543,8 @@
|
|
|
762
543
|
"name": "Webhook Intermediate Event Connector",
|
|
763
544
|
"id": "io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1",
|
|
764
545
|
"description": "Configure webhook to receive callbacks",
|
|
765
|
-
"metadata": {
|
|
766
|
-
"keywords": []
|
|
767
|
-
},
|
|
768
546
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
|
|
769
|
-
"version":
|
|
547
|
+
"version": 11,
|
|
770
548
|
"category": {
|
|
771
549
|
"id": "connectors",
|
|
772
550
|
"name": "Connectors"
|
|
@@ -1289,18 +1067,18 @@
|
|
|
1289
1067
|
"type": "Text"
|
|
1290
1068
|
}
|
|
1291
1069
|
],
|
|
1292
|
-
"engines": {
|
|
1293
|
-
"camunda": "^8.3"
|
|
1294
|
-
},
|
|
1295
1070
|
"icon": {
|
|
1296
1071
|
"contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
|
|
1072
|
+
},
|
|
1073
|
+
"engines": {
|
|
1074
|
+
"camunda": "^8.6"
|
|
1297
1075
|
}
|
|
1298
1076
|
},
|
|
1299
1077
|
{
|
|
1300
1078
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1301
1079
|
"name": "Webhook Intermediate Catch Event Connector",
|
|
1302
1080
|
"id": "io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1",
|
|
1303
|
-
"version":
|
|
1081
|
+
"version": 4,
|
|
1304
1082
|
"description": "Configure webhook to receive callbacks",
|
|
1305
1083
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
1306
1084
|
"category": {
|
|
@@ -1688,18 +1466,6 @@
|
|
|
1688
1466
|
"notEmpty": true
|
|
1689
1467
|
}
|
|
1690
1468
|
},
|
|
1691
|
-
{
|
|
1692
|
-
"label": "Message ID expression",
|
|
1693
|
-
"feel": "required",
|
|
1694
|
-
"type": "String",
|
|
1695
|
-
"optional": true,
|
|
1696
|
-
"group": "activation",
|
|
1697
|
-
"binding": {
|
|
1698
|
-
"type": "zeebe:property",
|
|
1699
|
-
"name": "messageIdExpression"
|
|
1700
|
-
},
|
|
1701
|
-
"description": "Expression to extract unique identifier of a message"
|
|
1702
|
-
},
|
|
1703
1469
|
{
|
|
1704
1470
|
"label": "Condition",
|
|
1705
1471
|
"type": "String",
|
|
@@ -1735,18 +1501,6 @@
|
|
|
1735
1501
|
},
|
|
1736
1502
|
"description": "Expression to map the inbound payload to process variables"
|
|
1737
1503
|
},
|
|
1738
|
-
{
|
|
1739
|
-
"label": "One time verification response expression",
|
|
1740
|
-
"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>",
|
|
1741
|
-
"type": "Text",
|
|
1742
|
-
"group": "webhookResponse",
|
|
1743
|
-
"feel": "required",
|
|
1744
|
-
"optional": true,
|
|
1745
|
-
"binding": {
|
|
1746
|
-
"type": "zeebe:property",
|
|
1747
|
-
"name": "inbound.verificationExpression"
|
|
1748
|
-
}
|
|
1749
|
-
},
|
|
1750
1504
|
{
|
|
1751
1505
|
"label": "Response body expression",
|
|
1752
1506
|
"type": "Text",
|
|
@@ -1764,14 +1518,14 @@
|
|
|
1764
1518
|
"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"
|
|
1765
1519
|
},
|
|
1766
1520
|
"engines": {
|
|
1767
|
-
"camunda": "^8.
|
|
1521
|
+
"camunda": "^8.2"
|
|
1768
1522
|
}
|
|
1769
1523
|
},
|
|
1770
1524
|
{
|
|
1771
1525
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1772
1526
|
"name": "Webhook Intermediate Catch Event Connector",
|
|
1773
1527
|
"id": "io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1",
|
|
1774
|
-
"version":
|
|
1528
|
+
"version": 5,
|
|
1775
1529
|
"description": "Configure webhook to receive callbacks",
|
|
1776
1530
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
1777
1531
|
"category": {
|
|
@@ -1880,11 +1634,7 @@
|
|
|
1880
1634
|
},
|
|
1881
1635
|
"description": "The webhook ID is a part of the URL",
|
|
1882
1636
|
"constraints": {
|
|
1883
|
-
"notEmpty": true
|
|
1884
|
-
"pattern": {
|
|
1885
|
-
"value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
|
|
1886
|
-
"message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
|
|
1887
|
-
}
|
|
1637
|
+
"notEmpty": true
|
|
1888
1638
|
}
|
|
1889
1639
|
},
|
|
1890
1640
|
{
|
|
@@ -2239,7 +1989,7 @@
|
|
|
2239
1989
|
"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"
|
|
2240
1990
|
},
|
|
2241
1991
|
"engines": {
|
|
2242
|
-
"camunda": "^8.
|
|
1992
|
+
"camunda": "^8.4"
|
|
2243
1993
|
}
|
|
2244
1994
|
},
|
|
2245
1995
|
{
|
|
@@ -3176,11 +2926,233 @@
|
|
|
3176
2926
|
"camunda": "^8.2"
|
|
3177
2927
|
}
|
|
3178
2928
|
},
|
|
2929
|
+
{
|
|
2930
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2931
|
+
"name": "Webhook connector",
|
|
2932
|
+
"id": "io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1",
|
|
2933
|
+
"version": 2,
|
|
2934
|
+
"description": "Configure webhook to receive callbacks",
|
|
2935
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
2936
|
+
"category": {
|
|
2937
|
+
"id": "connectors",
|
|
2938
|
+
"name": "Connectors"
|
|
2939
|
+
},
|
|
2940
|
+
"appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
|
|
2941
|
+
"elementType": {
|
|
2942
|
+
"value": "bpmn:IntermediateCatchEvent",
|
|
2943
|
+
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
2944
|
+
},
|
|
2945
|
+
"groups": [
|
|
2946
|
+
{
|
|
2947
|
+
"id": "endpoint",
|
|
2948
|
+
"label": "Webhook configuration"
|
|
2949
|
+
},
|
|
2950
|
+
{
|
|
2951
|
+
"id": "activation",
|
|
2952
|
+
"label": "Activation"
|
|
2953
|
+
},
|
|
2954
|
+
{
|
|
2955
|
+
"id": "variable-mapping",
|
|
2956
|
+
"label": "Variable mapping"
|
|
2957
|
+
}
|
|
2958
|
+
],
|
|
2959
|
+
"properties": [
|
|
2960
|
+
{
|
|
2961
|
+
"type": "Hidden",
|
|
2962
|
+
"value": "io.camunda:webhook:1",
|
|
2963
|
+
"binding": {
|
|
2964
|
+
"type": "zeebe:property",
|
|
2965
|
+
"name": "inbound.type"
|
|
2966
|
+
}
|
|
2967
|
+
},
|
|
2968
|
+
{
|
|
2969
|
+
"type": "Hidden",
|
|
2970
|
+
"generatedValue": {
|
|
2971
|
+
"type": "uuid"
|
|
2972
|
+
},
|
|
2973
|
+
"binding": {
|
|
2974
|
+
"type": "bpmn:Message#property",
|
|
2975
|
+
"name": "name"
|
|
2976
|
+
}
|
|
2977
|
+
},
|
|
2978
|
+
{
|
|
2979
|
+
"type": "Hidden",
|
|
2980
|
+
"value": "ConfigurableInboundWebhook",
|
|
2981
|
+
"binding": {
|
|
2982
|
+
"type": "zeebe:property",
|
|
2983
|
+
"name": "inbound.subtype"
|
|
2984
|
+
}
|
|
2985
|
+
},
|
|
2986
|
+
{
|
|
2987
|
+
"label": "Webhook ID",
|
|
2988
|
+
"type": "String",
|
|
2989
|
+
"group": "endpoint",
|
|
2990
|
+
"binding": {
|
|
2991
|
+
"type": "zeebe:property",
|
|
2992
|
+
"name": "inbound.context"
|
|
2993
|
+
},
|
|
2994
|
+
"description": "The webhook ID is a part of the URL",
|
|
2995
|
+
"constraints": {
|
|
2996
|
+
"notEmpty": true
|
|
2997
|
+
}
|
|
2998
|
+
},
|
|
2999
|
+
{
|
|
3000
|
+
"id": "shouldValidateHmac",
|
|
3001
|
+
"label": "HMAC authentication",
|
|
3002
|
+
"group": "endpoint",
|
|
3003
|
+
"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",
|
|
3004
|
+
"value": "disabled",
|
|
3005
|
+
"type": "Dropdown",
|
|
3006
|
+
"choices": [
|
|
3007
|
+
{
|
|
3008
|
+
"name": "Enabled",
|
|
3009
|
+
"value": "enabled"
|
|
3010
|
+
},
|
|
3011
|
+
{
|
|
3012
|
+
"name": "Disabled",
|
|
3013
|
+
"value": "disabled"
|
|
3014
|
+
}
|
|
3015
|
+
],
|
|
3016
|
+
"binding": {
|
|
3017
|
+
"type": "zeebe:property",
|
|
3018
|
+
"name": "inbound.shouldValidateHmac"
|
|
3019
|
+
}
|
|
3020
|
+
},
|
|
3021
|
+
{
|
|
3022
|
+
"label": "HMAC secret key",
|
|
3023
|
+
"description": "Shared secret key",
|
|
3024
|
+
"type": "String",
|
|
3025
|
+
"group": "endpoint",
|
|
3026
|
+
"optional": true,
|
|
3027
|
+
"binding": {
|
|
3028
|
+
"type": "zeebe:property",
|
|
3029
|
+
"name": "inbound.hmacSecret"
|
|
3030
|
+
},
|
|
3031
|
+
"condition": {
|
|
3032
|
+
"property": "shouldValidateHmac",
|
|
3033
|
+
"equals": "enabled"
|
|
3034
|
+
}
|
|
3035
|
+
},
|
|
3036
|
+
{
|
|
3037
|
+
"label": "HMAC header",
|
|
3038
|
+
"description": "Name of header attribute that will contain the HMAC value",
|
|
3039
|
+
"type": "String",
|
|
3040
|
+
"group": "endpoint",
|
|
3041
|
+
"optional": true,
|
|
3042
|
+
"binding": {
|
|
3043
|
+
"type": "zeebe:property",
|
|
3044
|
+
"name": "inbound.hmacHeader"
|
|
3045
|
+
},
|
|
3046
|
+
"condition": {
|
|
3047
|
+
"property": "shouldValidateHmac",
|
|
3048
|
+
"equals": "enabled"
|
|
3049
|
+
}
|
|
3050
|
+
},
|
|
3051
|
+
{
|
|
3052
|
+
"label": "HMAC algorithm",
|
|
3053
|
+
"group": "endpoint",
|
|
3054
|
+
"description": "Choose HMAC algorithm",
|
|
3055
|
+
"value": "sha_256",
|
|
3056
|
+
"type": "Dropdown",
|
|
3057
|
+
"choices": [
|
|
3058
|
+
{
|
|
3059
|
+
"name": "SHA-1",
|
|
3060
|
+
"value": "sha_1"
|
|
3061
|
+
},
|
|
3062
|
+
{
|
|
3063
|
+
"name": "SHA-256",
|
|
3064
|
+
"value": "sha_256"
|
|
3065
|
+
},
|
|
3066
|
+
{
|
|
3067
|
+
"name": "SHA-512",
|
|
3068
|
+
"value": "sha_512"
|
|
3069
|
+
}
|
|
3070
|
+
],
|
|
3071
|
+
"binding": {
|
|
3072
|
+
"type": "zeebe:property",
|
|
3073
|
+
"name": "inbound.hmacAlgorithm"
|
|
3074
|
+
},
|
|
3075
|
+
"condition": {
|
|
3076
|
+
"property": "shouldValidateHmac",
|
|
3077
|
+
"equals": "enabled"
|
|
3078
|
+
}
|
|
3079
|
+
},
|
|
3080
|
+
{
|
|
3081
|
+
"label": "Correlation key (process)",
|
|
3082
|
+
"type": "String",
|
|
3083
|
+
"group": "activation",
|
|
3084
|
+
"feel": "required",
|
|
3085
|
+
"description": "Sets up the correlation key from process variables",
|
|
3086
|
+
"binding": {
|
|
3087
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
3088
|
+
"name": "correlationKey"
|
|
3089
|
+
},
|
|
3090
|
+
"constraints": {
|
|
3091
|
+
"notEmpty": true
|
|
3092
|
+
}
|
|
3093
|
+
},
|
|
3094
|
+
{
|
|
3095
|
+
"label": "Correlation key (payload)",
|
|
3096
|
+
"type": "String",
|
|
3097
|
+
"group": "activation",
|
|
3098
|
+
"feel": "required",
|
|
3099
|
+
"binding": {
|
|
3100
|
+
"type": "zeebe:property",
|
|
3101
|
+
"name": "correlationKeyExpression"
|
|
3102
|
+
},
|
|
3103
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
3104
|
+
"constraints": {
|
|
3105
|
+
"notEmpty": true
|
|
3106
|
+
}
|
|
3107
|
+
},
|
|
3108
|
+
{
|
|
3109
|
+
"label": "Condition",
|
|
3110
|
+
"type": "String",
|
|
3111
|
+
"group": "activation",
|
|
3112
|
+
"feel": "required",
|
|
3113
|
+
"optional": true,
|
|
3114
|
+
"binding": {
|
|
3115
|
+
"type": "zeebe:property",
|
|
3116
|
+
"name": "activationCondition"
|
|
3117
|
+
},
|
|
3118
|
+
"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>"
|
|
3119
|
+
},
|
|
3120
|
+
{
|
|
3121
|
+
"label": "Result variable",
|
|
3122
|
+
"type": "String",
|
|
3123
|
+
"group": "variable-mapping",
|
|
3124
|
+
"optional": true,
|
|
3125
|
+
"binding": {
|
|
3126
|
+
"type": "zeebe:property",
|
|
3127
|
+
"name": "resultVariable"
|
|
3128
|
+
},
|
|
3129
|
+
"description": "Name of variable to store the result of the connector in"
|
|
3130
|
+
},
|
|
3131
|
+
{
|
|
3132
|
+
"label": "Result expression",
|
|
3133
|
+
"type": "String",
|
|
3134
|
+
"group": "variable-mapping",
|
|
3135
|
+
"feel": "required",
|
|
3136
|
+
"optional": true,
|
|
3137
|
+
"binding": {
|
|
3138
|
+
"type": "zeebe:property",
|
|
3139
|
+
"name": "resultExpression"
|
|
3140
|
+
},
|
|
3141
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
3142
|
+
}
|
|
3143
|
+
],
|
|
3144
|
+
"icon": {
|
|
3145
|
+
"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"
|
|
3146
|
+
},
|
|
3147
|
+
"engines": {
|
|
3148
|
+
"camunda": "^8.2"
|
|
3149
|
+
}
|
|
3150
|
+
},
|
|
3179
3151
|
{
|
|
3180
3152
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
3181
3153
|
"name": "Webhook Intermediate Catch Event Connector",
|
|
3182
3154
|
"id": "io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1",
|
|
3183
|
-
"version":
|
|
3155
|
+
"version": 6,
|
|
3184
3156
|
"description": "Configure webhook to receive callbacks",
|
|
3185
3157
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
3186
3158
|
"category": {
|
|
@@ -3289,7 +3261,11 @@
|
|
|
3289
3261
|
},
|
|
3290
3262
|
"description": "The webhook ID is a part of the URL",
|
|
3291
3263
|
"constraints": {
|
|
3292
|
-
"notEmpty": true
|
|
3264
|
+
"notEmpty": true,
|
|
3265
|
+
"pattern": {
|
|
3266
|
+
"value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
|
|
3267
|
+
"message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
|
|
3268
|
+
}
|
|
3293
3269
|
}
|
|
3294
3270
|
},
|
|
3295
3271
|
{
|
|
@@ -3568,6 +3544,18 @@
|
|
|
3568
3544
|
"notEmpty": true
|
|
3569
3545
|
}
|
|
3570
3546
|
},
|
|
3547
|
+
{
|
|
3548
|
+
"label": "Message ID expression",
|
|
3549
|
+
"feel": "required",
|
|
3550
|
+
"type": "String",
|
|
3551
|
+
"optional": true,
|
|
3552
|
+
"group": "activation",
|
|
3553
|
+
"binding": {
|
|
3554
|
+
"type": "zeebe:property",
|
|
3555
|
+
"name": "messageIdExpression"
|
|
3556
|
+
},
|
|
3557
|
+
"description": "Expression to extract unique identifier of a message"
|
|
3558
|
+
},
|
|
3571
3559
|
{
|
|
3572
3560
|
"label": "Condition",
|
|
3573
3561
|
"type": "String",
|
|
@@ -3603,6 +3591,18 @@
|
|
|
3603
3591
|
},
|
|
3604
3592
|
"description": "Expression to map the inbound payload to process variables"
|
|
3605
3593
|
},
|
|
3594
|
+
{
|
|
3595
|
+
"label": "One time verification response expression",
|
|
3596
|
+
"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>",
|
|
3597
|
+
"type": "Text",
|
|
3598
|
+
"group": "webhookResponse",
|
|
3599
|
+
"feel": "required",
|
|
3600
|
+
"optional": true,
|
|
3601
|
+
"binding": {
|
|
3602
|
+
"type": "zeebe:property",
|
|
3603
|
+
"name": "inbound.verificationExpression"
|
|
3604
|
+
}
|
|
3605
|
+
},
|
|
3606
3606
|
{
|
|
3607
3607
|
"label": "Response body expression",
|
|
3608
3608
|
"type": "Text",
|
|
@@ -3620,7 +3620,7 @@
|
|
|
3620
3620
|
"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"
|
|
3621
3621
|
},
|
|
3622
3622
|
"engines": {
|
|
3623
|
-
"camunda": "^8.
|
|
3623
|
+
"camunda": "^8.5"
|
|
3624
3624
|
}
|
|
3625
3625
|
},
|
|
3626
3626
|
{
|