@camunda/connectors-element-templates 1.0.16 → 1.0.17
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/connectors.js +2 -0
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +1 -0
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +30 -30
- package/src/element-templates/agenticai-aiagent-job-worker.json +163 -163
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +2144 -2144
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +467 -466
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +482 -481
- package/src/element-templates/automation-anywhere-outbound-connector.json +613 -613
- package/src/element-templates/aws-bedrock-outbound-connector.json +74 -74
- package/src/element-templates/aws-dynamodb-outbound-connector.json +80 -80
- package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +22 -22
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
- package/src/element-templates/aws-eventbridge-outbound-connector.json +188 -188
- package/src/element-templates/aws-lambda-outbound-connector.json +238 -238
- package/src/element-templates/aws-sns-inbound-boundary.json +193 -193
- package/src/element-templates/aws-sns-inbound-intermediate.json +332 -332
- package/src/element-templates/aws-sns-inbound-message-start.json +110 -110
- package/src/element-templates/aws-sns-outbound-connector.json +741 -741
- package/src/element-templates/aws-sqs-boundary-connector.json +232 -232
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +493 -493
- package/src/element-templates/aws-sqs-outbound-connector.json +753 -753
- package/src/element-templates/aws-sqs-start-event-connector.json +483 -483
- package/src/element-templates/aws-sqs-start-message.json +438 -438
- package/src/element-templates/aws-textract-outbound-connector.json +123 -123
- package/src/element-templates/azure-open-ai-connector.json +32 -32
- package/src/element-templates/blue-prism-connector.json +6 -6
- package/src/element-templates/easy-post-connector.json +114 -114
- package/src/element-templates/email-inbound-connector-boundary.json +19 -19
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-message-start-event-connector.json +32 -32
- package/src/element-templates/email-outbound-connector.json +233 -233
- package/src/element-templates/github-connector.json +11435 -7908
- package/src/element-templates/github-webhook-connector-boundary.json +16 -16
- package/src/element-templates/github-webhook-connector-intermediate.json +25 -25
- package/src/element-templates/github-webhook-connector-start-event.json +64 -64
- package/src/element-templates/gitlab-connector.json +3394 -3394
- package/src/element-templates/google-drive-outbound-connector.json +420 -420
- package/src/element-templates/google-maps-platform-connector.json +14 -14
- package/src/element-templates/google-sheets-outbound-connector.json +1055 -1055
- package/src/element-templates/graphql-outbound-connector.json +1341 -763
- package/src/element-templates/http-connector.json.json +654 -0
- package/src/element-templates/http-json-connector.json +1489 -1475
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +801 -136
- package/src/element-templates/http-polling-connector.json +1604 -939
- package/src/element-templates/hugging-face-connector.json +196 -0
- package/src/element-templates/kafka-inbound-connector-boundary.json +483 -483
- package/src/element-templates/kafka-inbound-connector-intermediate.json +466 -466
- package/src/element-templates/kafka-inbound-connector-start-message.json +529 -529
- package/src/element-templates/kafka-outbound-connector.json +360 -360
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +147 -7
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +147 -7
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +160 -20
- package/src/element-templates/microsoft-teams-outbound-connector.json +1892 -47
- package/src/element-templates/openai-connector.json +83 -83
- package/src/element-templates/operate-connector.json +21 -21
- package/src/element-templates/power-automate-connector.json +4 -4
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +422 -422
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +338 -338
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +463 -463
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +360 -360
- package/src/element-templates/rabbitmq-outbound-connector.json +354 -354
- package/src/element-templates/salesforce-connector.json +38 -38
- package/src/element-templates/sendgrid-outbound-connector.json +354 -354
- package/src/element-templates/slack-inbound-boundary.json +253 -253
- package/src/element-templates/slack-inbound-message-start.json +321 -321
- package/src/element-templates/slack-inbound-start-event.json +327 -327
- package/src/element-templates/slack-outbound-connector.json +1203 -507
- package/src/element-templates/twilio-connector.json +65 -65
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-intermediate-connector.json +25 -25
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +1192 -547
- package/src/element-templates/webhook-connector-intermediate.json +1258 -613
- package/src/element-templates/webhook-connector-receive.json +644 -0
- package/src/element-templates/webhook-connector-start-event.json +1690 -1136
- package/src/element-templates/webhook-connector-start-message.json +1601 -924
|
@@ -605,5 +605,649 @@
|
|
|
605
605
|
"icon": {
|
|
606
606
|
"contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
|
|
607
607
|
}
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
611
|
+
"name": "Webhook Receive Task Connector",
|
|
612
|
+
"id": "io.camunda.connectors.webhook.WebhookConnectorReceive.v1",
|
|
613
|
+
"description": "Configure webhook to receive callbacks",
|
|
614
|
+
"metadata": {
|
|
615
|
+
"keywords": []
|
|
616
|
+
},
|
|
617
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
|
|
618
|
+
"version": 14,
|
|
619
|
+
"category": {
|
|
620
|
+
"id": "connectors",
|
|
621
|
+
"name": "Connectors"
|
|
622
|
+
},
|
|
623
|
+
"appliesTo": ["bpmn:ReceiveTask"],
|
|
624
|
+
"elementType": {
|
|
625
|
+
"value": "bpmn:ReceiveTask"
|
|
626
|
+
},
|
|
627
|
+
"engines": {
|
|
628
|
+
"camunda": "^8.3"
|
|
629
|
+
},
|
|
630
|
+
"groups": [
|
|
631
|
+
{
|
|
632
|
+
"id": "endpoint",
|
|
633
|
+
"label": "Webhook configuration"
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"id": "authentication",
|
|
637
|
+
"label": "Authentication"
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"id": "authorization",
|
|
641
|
+
"label": "Authorization"
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
"id": "webhookResponse",
|
|
645
|
+
"label": "Webhook response"
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"id": "activation",
|
|
649
|
+
"label": "Activation"
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
"id": "synchronousResponse",
|
|
653
|
+
"label": "Response mode"
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"id": "correlation",
|
|
657
|
+
"label": "Correlation",
|
|
658
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
"id": "deduplication",
|
|
662
|
+
"label": "Deduplication",
|
|
663
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"id": "output",
|
|
667
|
+
"label": "Output mapping"
|
|
668
|
+
}
|
|
669
|
+
],
|
|
670
|
+
"properties": [
|
|
671
|
+
{
|
|
672
|
+
"value": "io.camunda:webhook:1",
|
|
673
|
+
"binding": {
|
|
674
|
+
"name": "inbound.type",
|
|
675
|
+
"type": "zeebe:property"
|
|
676
|
+
},
|
|
677
|
+
"type": "Hidden"
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"id": "inbound.method",
|
|
681
|
+
"label": "Webhook method",
|
|
682
|
+
"description": "Select HTTP method",
|
|
683
|
+
"optional": false,
|
|
684
|
+
"value": "any",
|
|
685
|
+
"group": "endpoint",
|
|
686
|
+
"binding": {
|
|
687
|
+
"name": "inbound.method",
|
|
688
|
+
"type": "zeebe:property"
|
|
689
|
+
},
|
|
690
|
+
"type": "Dropdown",
|
|
691
|
+
"choices": [
|
|
692
|
+
{
|
|
693
|
+
"name": "Any",
|
|
694
|
+
"value": "any"
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"name": "GET",
|
|
698
|
+
"value": "get"
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
"name": "POST",
|
|
702
|
+
"value": "post"
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"name": "PUT",
|
|
706
|
+
"value": "put"
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
"name": "DELETE",
|
|
710
|
+
"value": "delete"
|
|
711
|
+
}
|
|
712
|
+
]
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"id": "inbound.context",
|
|
716
|
+
"label": "Webhook ID",
|
|
717
|
+
"description": "The webhook ID is a part of the URL",
|
|
718
|
+
"optional": false,
|
|
719
|
+
"constraints": {
|
|
720
|
+
"notEmpty": true,
|
|
721
|
+
"pattern": {
|
|
722
|
+
"value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
|
|
723
|
+
"message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
|
|
724
|
+
}
|
|
725
|
+
},
|
|
726
|
+
"group": "endpoint",
|
|
727
|
+
"binding": {
|
|
728
|
+
"name": "inbound.context",
|
|
729
|
+
"type": "zeebe:property"
|
|
730
|
+
},
|
|
731
|
+
"type": "String"
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"id": "inbound.shouldValidateHmac",
|
|
735
|
+
"label": "HMAC authentication",
|
|
736
|
+
"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",
|
|
737
|
+
"optional": false,
|
|
738
|
+
"value": "disabled",
|
|
739
|
+
"group": "authentication",
|
|
740
|
+
"binding": {
|
|
741
|
+
"name": "inbound.shouldValidateHmac",
|
|
742
|
+
"type": "zeebe:property"
|
|
743
|
+
},
|
|
744
|
+
"type": "Dropdown",
|
|
745
|
+
"choices": [
|
|
746
|
+
{
|
|
747
|
+
"name": "Enabled",
|
|
748
|
+
"value": "enabled"
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
"name": "Disabled",
|
|
752
|
+
"value": "disabled"
|
|
753
|
+
}
|
|
754
|
+
]
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"id": "inbound.hmacSecret",
|
|
758
|
+
"label": "HMAC secret key",
|
|
759
|
+
"description": "Shared secret key",
|
|
760
|
+
"optional": true,
|
|
761
|
+
"feel": "optional",
|
|
762
|
+
"group": "authentication",
|
|
763
|
+
"binding": {
|
|
764
|
+
"name": "inbound.hmacSecret",
|
|
765
|
+
"type": "zeebe:property"
|
|
766
|
+
},
|
|
767
|
+
"condition": {
|
|
768
|
+
"property": "inbound.shouldValidateHmac",
|
|
769
|
+
"equals": "enabled",
|
|
770
|
+
"type": "simple"
|
|
771
|
+
},
|
|
772
|
+
"type": "String"
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"id": "inbound.hmacHeader",
|
|
776
|
+
"label": "HMAC header",
|
|
777
|
+
"description": "Name of header attribute that will contain the HMAC value",
|
|
778
|
+
"optional": true,
|
|
779
|
+
"feel": "optional",
|
|
780
|
+
"group": "authentication",
|
|
781
|
+
"binding": {
|
|
782
|
+
"name": "inbound.hmacHeader",
|
|
783
|
+
"type": "zeebe:property"
|
|
784
|
+
},
|
|
785
|
+
"condition": {
|
|
786
|
+
"property": "inbound.shouldValidateHmac",
|
|
787
|
+
"equals": "enabled",
|
|
788
|
+
"type": "simple"
|
|
789
|
+
},
|
|
790
|
+
"type": "String"
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"id": "inbound.hmacAlgorithm",
|
|
794
|
+
"label": "HMAC algorithm",
|
|
795
|
+
"description": "Choose HMAC algorithm",
|
|
796
|
+
"optional": false,
|
|
797
|
+
"value": "sha_256",
|
|
798
|
+
"group": "authentication",
|
|
799
|
+
"binding": {
|
|
800
|
+
"name": "inbound.hmacAlgorithm",
|
|
801
|
+
"type": "zeebe:property"
|
|
802
|
+
},
|
|
803
|
+
"condition": {
|
|
804
|
+
"property": "inbound.shouldValidateHmac",
|
|
805
|
+
"equals": "enabled",
|
|
806
|
+
"type": "simple"
|
|
807
|
+
},
|
|
808
|
+
"type": "Dropdown",
|
|
809
|
+
"choices": [
|
|
810
|
+
{
|
|
811
|
+
"name": "SHA-1",
|
|
812
|
+
"value": "sha_1"
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"name": "SHA-256",
|
|
816
|
+
"value": "sha_256"
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"name": "SHA-512",
|
|
820
|
+
"value": "sha_512"
|
|
821
|
+
}
|
|
822
|
+
]
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"id": "inbound.hmacScopes",
|
|
826
|
+
"label": "HMAC scopes",
|
|
827
|
+
"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>",
|
|
828
|
+
"optional": true,
|
|
829
|
+
"feel": "required",
|
|
830
|
+
"group": "authentication",
|
|
831
|
+
"binding": {
|
|
832
|
+
"name": "inbound.hmacScopes",
|
|
833
|
+
"type": "zeebe:property"
|
|
834
|
+
},
|
|
835
|
+
"condition": {
|
|
836
|
+
"property": "inbound.shouldValidateHmac",
|
|
837
|
+
"equals": "enabled",
|
|
838
|
+
"type": "simple"
|
|
839
|
+
},
|
|
840
|
+
"type": "String"
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"id": "inbound.auth.type",
|
|
844
|
+
"label": "Authorization type",
|
|
845
|
+
"description": "Choose the authorization type",
|
|
846
|
+
"value": "NONE",
|
|
847
|
+
"group": "authorization",
|
|
848
|
+
"binding": {
|
|
849
|
+
"name": "inbound.auth.type",
|
|
850
|
+
"type": "zeebe:property"
|
|
851
|
+
},
|
|
852
|
+
"type": "Dropdown",
|
|
853
|
+
"choices": [
|
|
854
|
+
{
|
|
855
|
+
"name": "None",
|
|
856
|
+
"value": "NONE"
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"name": "Basic",
|
|
860
|
+
"value": "BASIC"
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"name": "API key",
|
|
864
|
+
"value": "APIKEY"
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
"name": "JWT",
|
|
868
|
+
"value": "JWT"
|
|
869
|
+
}
|
|
870
|
+
]
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"id": "inbound.auth.username",
|
|
874
|
+
"label": "Username",
|
|
875
|
+
"description": "Username for basic authentication",
|
|
876
|
+
"optional": false,
|
|
877
|
+
"feel": "optional",
|
|
878
|
+
"group": "authorization",
|
|
879
|
+
"binding": {
|
|
880
|
+
"name": "inbound.auth.username",
|
|
881
|
+
"type": "zeebe:property"
|
|
882
|
+
},
|
|
883
|
+
"condition": {
|
|
884
|
+
"property": "inbound.auth.type",
|
|
885
|
+
"equals": "BASIC",
|
|
886
|
+
"type": "simple"
|
|
887
|
+
},
|
|
888
|
+
"type": "String"
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
"id": "inbound.auth.password",
|
|
892
|
+
"label": "Password",
|
|
893
|
+
"description": "Password for basic authentication",
|
|
894
|
+
"optional": false,
|
|
895
|
+
"feel": "optional",
|
|
896
|
+
"group": "authorization",
|
|
897
|
+
"binding": {
|
|
898
|
+
"name": "inbound.auth.password",
|
|
899
|
+
"type": "zeebe:property"
|
|
900
|
+
},
|
|
901
|
+
"condition": {
|
|
902
|
+
"property": "inbound.auth.type",
|
|
903
|
+
"equals": "BASIC",
|
|
904
|
+
"type": "simple"
|
|
905
|
+
},
|
|
906
|
+
"type": "String"
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"id": "inbound.auth.apiKey",
|
|
910
|
+
"label": "API key",
|
|
911
|
+
"description": "Expected API key",
|
|
912
|
+
"optional": false,
|
|
913
|
+
"feel": "optional",
|
|
914
|
+
"group": "authorization",
|
|
915
|
+
"binding": {
|
|
916
|
+
"name": "inbound.auth.apiKey",
|
|
917
|
+
"type": "zeebe:property"
|
|
918
|
+
},
|
|
919
|
+
"condition": {
|
|
920
|
+
"property": "inbound.auth.type",
|
|
921
|
+
"equals": "APIKEY",
|
|
922
|
+
"type": "simple"
|
|
923
|
+
},
|
|
924
|
+
"type": "String"
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
"id": "inbound.auth.apiKeyLocator",
|
|
928
|
+
"label": "API key locator",
|
|
929
|
+
"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>",
|
|
930
|
+
"optional": false,
|
|
931
|
+
"value": "=split(request.headers.authorization, \" \")[2]",
|
|
932
|
+
"constraints": {
|
|
933
|
+
"notEmpty": true
|
|
934
|
+
},
|
|
935
|
+
"feel": "required",
|
|
936
|
+
"group": "authorization",
|
|
937
|
+
"binding": {
|
|
938
|
+
"name": "inbound.auth.apiKeyLocator",
|
|
939
|
+
"type": "zeebe:property"
|
|
940
|
+
},
|
|
941
|
+
"condition": {
|
|
942
|
+
"property": "inbound.auth.type",
|
|
943
|
+
"equals": "APIKEY",
|
|
944
|
+
"type": "simple"
|
|
945
|
+
},
|
|
946
|
+
"type": "String"
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
"id": "inbound.auth.jwt.jwkUrl",
|
|
950
|
+
"label": "JWK URL",
|
|
951
|
+
"description": "Well-known URL of JWKs",
|
|
952
|
+
"optional": false,
|
|
953
|
+
"feel": "optional",
|
|
954
|
+
"group": "authorization",
|
|
955
|
+
"binding": {
|
|
956
|
+
"name": "inbound.auth.jwt.jwkUrl",
|
|
957
|
+
"type": "zeebe:property"
|
|
958
|
+
},
|
|
959
|
+
"condition": {
|
|
960
|
+
"property": "inbound.auth.type",
|
|
961
|
+
"equals": "JWT",
|
|
962
|
+
"type": "simple"
|
|
963
|
+
},
|
|
964
|
+
"type": "String"
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
"id": "inbound.auth.jwt.permissionsExpression",
|
|
968
|
+
"label": "JWT role property expression",
|
|
969
|
+
"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>",
|
|
970
|
+
"optional": false,
|
|
971
|
+
"feel": "required",
|
|
972
|
+
"group": "authorization",
|
|
973
|
+
"binding": {
|
|
974
|
+
"name": "inbound.auth.jwt.permissionsExpression",
|
|
975
|
+
"type": "zeebe:property"
|
|
976
|
+
},
|
|
977
|
+
"condition": {
|
|
978
|
+
"property": "inbound.auth.type",
|
|
979
|
+
"equals": "JWT",
|
|
980
|
+
"type": "simple"
|
|
981
|
+
},
|
|
982
|
+
"type": "String"
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"id": "inbound.auth.jwt.requiredPermissions",
|
|
986
|
+
"label": "Required roles",
|
|
987
|
+
"description": "List of roles to test JWT roles against",
|
|
988
|
+
"optional": false,
|
|
989
|
+
"feel": "required",
|
|
990
|
+
"group": "authorization",
|
|
991
|
+
"binding": {
|
|
992
|
+
"name": "inbound.auth.jwt.requiredPermissions",
|
|
993
|
+
"type": "zeebe:property"
|
|
994
|
+
},
|
|
995
|
+
"condition": {
|
|
996
|
+
"property": "inbound.auth.type",
|
|
997
|
+
"equals": "JWT",
|
|
998
|
+
"type": "simple"
|
|
999
|
+
},
|
|
1000
|
+
"type": "String"
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
"id": "inbound.responseExpression",
|
|
1004
|
+
"label": "Response expression",
|
|
1005
|
+
"description": "Expression used to generate the HTTP response",
|
|
1006
|
+
"optional": true,
|
|
1007
|
+
"feel": "required",
|
|
1008
|
+
"group": "webhookResponse",
|
|
1009
|
+
"binding": {
|
|
1010
|
+
"name": "inbound.responseExpression",
|
|
1011
|
+
"type": "zeebe:property"
|
|
1012
|
+
},
|
|
1013
|
+
"type": "Text"
|
|
1014
|
+
},
|
|
1015
|
+
{
|
|
1016
|
+
"id": "inbound.verificationExpression",
|
|
1017
|
+
"label": "One time verification response expression",
|
|
1018
|
+
"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>",
|
|
1019
|
+
"optional": true,
|
|
1020
|
+
"feel": "required",
|
|
1021
|
+
"group": "webhookResponse",
|
|
1022
|
+
"binding": {
|
|
1023
|
+
"name": "inbound.verificationExpression",
|
|
1024
|
+
"type": "zeebe:property"
|
|
1025
|
+
},
|
|
1026
|
+
"type": "Text"
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
"id": "activationCondition",
|
|
1030
|
+
"label": "Activation condition",
|
|
1031
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1032
|
+
"optional": true,
|
|
1033
|
+
"feel": "required",
|
|
1034
|
+
"group": "activation",
|
|
1035
|
+
"binding": {
|
|
1036
|
+
"name": "activationCondition",
|
|
1037
|
+
"type": "zeebe:property"
|
|
1038
|
+
},
|
|
1039
|
+
"type": "String"
|
|
1040
|
+
},
|
|
1041
|
+
{
|
|
1042
|
+
"id": "consumeUnmatchedEvents",
|
|
1043
|
+
"label": "Consume unmatched events",
|
|
1044
|
+
"value": true,
|
|
1045
|
+
"group": "activation",
|
|
1046
|
+
"binding": {
|
|
1047
|
+
"name": "consumeUnmatchedEvents",
|
|
1048
|
+
"type": "zeebe:property"
|
|
1049
|
+
},
|
|
1050
|
+
"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",
|
|
1051
|
+
"type": "Boolean"
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
"id": "synchronousResponse",
|
|
1055
|
+
"label": "Response mode",
|
|
1056
|
+
"description": "Synchronous or Asynchronous <a href=\"https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#response-mode\" target=\"_blank\">response handling</a>",
|
|
1057
|
+
"value": "false",
|
|
1058
|
+
"group": "synchronousResponse",
|
|
1059
|
+
"binding": {
|
|
1060
|
+
"name": "synchronousResponse",
|
|
1061
|
+
"type": "zeebe:property"
|
|
1062
|
+
},
|
|
1063
|
+
"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.",
|
|
1064
|
+
"type": "Dropdown",
|
|
1065
|
+
"choices": [
|
|
1066
|
+
{
|
|
1067
|
+
"name": "Asynchronous",
|
|
1068
|
+
"value": "false"
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
"name": "Synchronous",
|
|
1072
|
+
"value": "true"
|
|
1073
|
+
}
|
|
1074
|
+
]
|
|
1075
|
+
},
|
|
1076
|
+
{
|
|
1077
|
+
"id": "correlationKeyProcess",
|
|
1078
|
+
"label": "Correlation key (process)",
|
|
1079
|
+
"description": "Sets up the correlation key from process variables",
|
|
1080
|
+
"constraints": {
|
|
1081
|
+
"notEmpty": true
|
|
1082
|
+
},
|
|
1083
|
+
"feel": "required",
|
|
1084
|
+
"group": "correlation",
|
|
1085
|
+
"binding": {
|
|
1086
|
+
"name": "correlationKey",
|
|
1087
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
1088
|
+
},
|
|
1089
|
+
"type": "String"
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"id": "correlationKeyPayload",
|
|
1093
|
+
"label": "Correlation key (payload)",
|
|
1094
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
1095
|
+
"constraints": {
|
|
1096
|
+
"notEmpty": true
|
|
1097
|
+
},
|
|
1098
|
+
"feel": "required",
|
|
1099
|
+
"group": "correlation",
|
|
1100
|
+
"binding": {
|
|
1101
|
+
"name": "correlationKeyExpression",
|
|
1102
|
+
"type": "zeebe:property"
|
|
1103
|
+
},
|
|
1104
|
+
"type": "String"
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"id": "messageIdExpression",
|
|
1108
|
+
"label": "Message ID expression",
|
|
1109
|
+
"description": "Expression to extract unique identifier of a message",
|
|
1110
|
+
"optional": true,
|
|
1111
|
+
"feel": "required",
|
|
1112
|
+
"group": "correlation",
|
|
1113
|
+
"binding": {
|
|
1114
|
+
"name": "messageIdExpression",
|
|
1115
|
+
"type": "zeebe:property"
|
|
1116
|
+
},
|
|
1117
|
+
"condition": {
|
|
1118
|
+
"property": "synchronousResponse",
|
|
1119
|
+
"equals": "false",
|
|
1120
|
+
"type": "simple"
|
|
1121
|
+
},
|
|
1122
|
+
"type": "String"
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
"id": "messageTtl",
|
|
1126
|
+
"label": "Message TTL",
|
|
1127
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
1128
|
+
"optional": true,
|
|
1129
|
+
"constraints": {
|
|
1130
|
+
"notEmpty": false,
|
|
1131
|
+
"pattern": {
|
|
1132
|
+
"value": "^(PT.*|)$",
|
|
1133
|
+
"message": "must be an ISO-8601 duration"
|
|
1134
|
+
}
|
|
1135
|
+
},
|
|
1136
|
+
"feel": "optional",
|
|
1137
|
+
"group": "correlation",
|
|
1138
|
+
"binding": {
|
|
1139
|
+
"name": "messageTtl",
|
|
1140
|
+
"type": "zeebe:property"
|
|
1141
|
+
},
|
|
1142
|
+
"condition": {
|
|
1143
|
+
"property": "synchronousResponse",
|
|
1144
|
+
"equals": "false",
|
|
1145
|
+
"type": "simple"
|
|
1146
|
+
},
|
|
1147
|
+
"type": "String"
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
"id": "messageNameUuid",
|
|
1151
|
+
"generatedValue": {
|
|
1152
|
+
"type": "uuid"
|
|
1153
|
+
},
|
|
1154
|
+
"group": "correlation",
|
|
1155
|
+
"binding": {
|
|
1156
|
+
"name": "name",
|
|
1157
|
+
"type": "bpmn:Message#property"
|
|
1158
|
+
},
|
|
1159
|
+
"type": "Hidden"
|
|
1160
|
+
},
|
|
1161
|
+
{
|
|
1162
|
+
"id": "deduplicationModeManualFlag",
|
|
1163
|
+
"label": "Manual mode",
|
|
1164
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1165
|
+
"value": false,
|
|
1166
|
+
"group": "deduplication",
|
|
1167
|
+
"binding": {
|
|
1168
|
+
"name": "deduplicationModeManualFlag",
|
|
1169
|
+
"type": "zeebe:property"
|
|
1170
|
+
},
|
|
1171
|
+
"type": "Boolean"
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
"id": "deduplicationId",
|
|
1175
|
+
"label": "Deduplication ID",
|
|
1176
|
+
"constraints": {
|
|
1177
|
+
"notEmpty": true,
|
|
1178
|
+
"pattern": {
|
|
1179
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
1180
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1181
|
+
}
|
|
1182
|
+
},
|
|
1183
|
+
"group": "deduplication",
|
|
1184
|
+
"binding": {
|
|
1185
|
+
"name": "deduplicationId",
|
|
1186
|
+
"type": "zeebe:property"
|
|
1187
|
+
},
|
|
1188
|
+
"condition": {
|
|
1189
|
+
"property": "deduplicationModeManualFlag",
|
|
1190
|
+
"equals": true,
|
|
1191
|
+
"type": "simple"
|
|
1192
|
+
},
|
|
1193
|
+
"type": "String"
|
|
1194
|
+
},
|
|
1195
|
+
{
|
|
1196
|
+
"id": "deduplicationModeManual",
|
|
1197
|
+
"value": "MANUAL",
|
|
1198
|
+
"group": "deduplication",
|
|
1199
|
+
"binding": {
|
|
1200
|
+
"name": "deduplicationMode",
|
|
1201
|
+
"type": "zeebe:property"
|
|
1202
|
+
},
|
|
1203
|
+
"condition": {
|
|
1204
|
+
"property": "deduplicationId",
|
|
1205
|
+
"isActive": true,
|
|
1206
|
+
"type": "simple"
|
|
1207
|
+
},
|
|
1208
|
+
"type": "Hidden"
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"id": "deduplicationModeAuto",
|
|
1212
|
+
"value": "AUTO",
|
|
1213
|
+
"group": "deduplication",
|
|
1214
|
+
"binding": {
|
|
1215
|
+
"name": "deduplicationMode",
|
|
1216
|
+
"type": "zeebe:property"
|
|
1217
|
+
},
|
|
1218
|
+
"condition": {
|
|
1219
|
+
"property": "deduplicationId",
|
|
1220
|
+
"isActive": false,
|
|
1221
|
+
"type": "simple"
|
|
1222
|
+
},
|
|
1223
|
+
"type": "Hidden"
|
|
1224
|
+
},
|
|
1225
|
+
{
|
|
1226
|
+
"id": "resultVariable",
|
|
1227
|
+
"label": "Result variable",
|
|
1228
|
+
"description": "Name of variable to store the response in",
|
|
1229
|
+
"group": "output",
|
|
1230
|
+
"binding": {
|
|
1231
|
+
"name": "resultVariable",
|
|
1232
|
+
"type": "zeebe:property"
|
|
1233
|
+
},
|
|
1234
|
+
"type": "String"
|
|
1235
|
+
},
|
|
1236
|
+
{
|
|
1237
|
+
"id": "resultExpression",
|
|
1238
|
+
"label": "Result expression",
|
|
1239
|
+
"description": "Expression to map the response into process variables",
|
|
1240
|
+
"feel": "required",
|
|
1241
|
+
"group": "output",
|
|
1242
|
+
"binding": {
|
|
1243
|
+
"name": "resultExpression",
|
|
1244
|
+
"type": "zeebe:property"
|
|
1245
|
+
},
|
|
1246
|
+
"type": "Text"
|
|
1247
|
+
}
|
|
1248
|
+
],
|
|
1249
|
+
"icon": {
|
|
1250
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
|
|
1251
|
+
}
|
|
608
1252
|
}
|
|
609
1253
|
]
|