@camunda/connectors-element-templates 1.0.17 → 1.0.18
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 +2 -5
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -5
- package/src/element-templates/asana-connector.json +718 -7
- package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
- 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 +775 -38
- package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
- package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
- package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
- 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 +472 -468
- package/src/element-templates/aws-s3-outbound-connector.json +656 -15
- package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
- package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
- package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
- package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
- package/src/element-templates/aws-sns-inbound-receive.json +13 -6
- package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
- package/src/element-templates/aws-sns-outbound-connector.json +390 -386
- package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
- package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
- package/src/element-templates/aws-sqs-receive-connector.json +15 -11
- package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
- package/src/element-templates/aws-sqs-start-message.json +866 -862
- package/src/element-templates/aws-textract-outbound-connector.json +358 -354
- package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
- package/src/element-templates/azure-open-ai-connector.json +1325 -0
- package/src/element-templates/blue-prism-connector.json +595 -50
- package/src/element-templates/box-outbound-connector.json +924 -12
- package/src/element-templates/csv-outbound-connector.json +39 -31
- package/src/element-templates/easy-post-connector.json +1088 -120
- package/src/element-templates/email-inbound-connector-boundary.json +16 -8
- package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
- package/src/element-templates/email-inbound-connector-receive.json +564 -0
- package/src/element-templates/email-message-start-event-connector.json +16 -8
- package/src/element-templates/email-outbound-connector.json +2114 -241
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
- package/src/element-templates/github-connector.json +12587 -9052
- package/src/element-templates/github-webhook-connector-boundary.json +27 -29
- package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
- package/src/element-templates/github-webhook-connector-message-start.json +19 -21
- package/src/element-templates/github-webhook-connector-receive.json +13 -15
- package/src/element-templates/github-webhook-connector-start-event.json +11 -13
- package/src/element-templates/gitlab-connector.json +4756 -3124
- package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
- package/src/element-templates/google-drive-outbound-connector.json +1285 -665
- package/src/element-templates/google-gemini-outbound-connector.json +117 -109
- package/src/element-templates/google-maps-platform-connector.json +1055 -26
- package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
- package/src/element-templates/graphql-outbound-connector.json +1136 -1127
- package/src/element-templates/http-json-connector.json +2779 -2129
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
- package/src/element-templates/http-polling-connector.json +746 -735
- package/src/element-templates/hubspot-outbound-connector.json +2376 -30
- package/src/element-templates/hugging-face-connector.json +249 -18
- package/src/element-templates/jdbc-outbound-connector.json +62 -48
- package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
- package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
- package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
- package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +666 -660
- 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 +883 -0
- package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
- package/src/element-templates/openai-connector.json +579 -116
- package/src/element-templates/operate-connector.json +1219 -67
- package/src/element-templates/power-automate-connector.json +604 -12
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
- package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
- package/src/element-templates/rpa-connector.json +346 -0
- package/src/element-templates/salesforce-connector.json +553 -9
- 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 +1380 -772
- 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 +389 -91
- package/src/element-templates/slack-inbound-intermediate.json +393 -95
- package/src/element-templates/slack-inbound-message-start.json +566 -236
- package/src/element-templates/slack-inbound-receive.json +297 -0
- package/src/element-templates/slack-inbound-start-event.json +127 -122
- package/src/element-templates/slack-outbound-connector.json +2613 -915
- package/src/element-templates/soap-outbound-connector.json +812 -2
- package/src/element-templates/twilio-connector.json +1514 -34
- package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
- package/src/element-templates/twilio-webhook-connector.json +238 -8
- package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
- 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 +607 -15
- package/src/element-templates/webhook-connector-boundary.json +1218 -1208
- package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
- package/src/element-templates/webhook-connector-receive.json +55 -45
- package/src/element-templates/webhook-connector-start-event.json +1299 -1292
- package/src/element-templates/webhook-connector-start-message.json +711 -701
- package/src/element-templates/whatsapp-connector.json +339 -5
- package/src/element-templates/http-connector.json.json +0 -654
|
@@ -3,8 +3,15 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "Amazon EventBridge Boundary Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.AWSEventBridge.boundary.v1",
|
|
6
|
-
"version":
|
|
6
|
+
"version": 4,
|
|
7
7
|
"description": "Receive events from AWS EventBridge",
|
|
8
|
+
"keywords": [
|
|
9
|
+
"receive event",
|
|
10
|
+
"subscribe to event",
|
|
11
|
+
"event bus",
|
|
12
|
+
"cloud event",
|
|
13
|
+
"event driven"
|
|
14
|
+
],
|
|
8
15
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=inbound",
|
|
9
16
|
"category": {
|
|
10
17
|
"id": "connectors",
|
|
@@ -23,10 +30,6 @@
|
|
|
23
30
|
"id": "endpoint",
|
|
24
31
|
"label": "API destination"
|
|
25
32
|
},
|
|
26
|
-
{
|
|
27
|
-
"id": "authentication",
|
|
28
|
-
"label": "Authentication"
|
|
29
|
-
},
|
|
30
33
|
{
|
|
31
34
|
"id": "authorization",
|
|
32
35
|
"label": "Authorization"
|
|
@@ -709,6 +712,368 @@
|
|
|
709
712
|
"camunda": "^8.4"
|
|
710
713
|
}
|
|
711
714
|
},
|
|
715
|
+
{
|
|
716
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
717
|
+
"name": "Amazon EventBridge Boundary Event Connector",
|
|
718
|
+
"id": "io.camunda.connectors.AWSEventBridge.boundary.v1",
|
|
719
|
+
"version": 3,
|
|
720
|
+
"description": "Receive events from AWS EventBridge",
|
|
721
|
+
"keywords": [
|
|
722
|
+
"receive event",
|
|
723
|
+
"subscribe to event",
|
|
724
|
+
"event bus",
|
|
725
|
+
"cloud event",
|
|
726
|
+
"event driven"
|
|
727
|
+
],
|
|
728
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=inbound",
|
|
729
|
+
"category": {
|
|
730
|
+
"id": "connectors",
|
|
731
|
+
"name": "Connectors"
|
|
732
|
+
},
|
|
733
|
+
"appliesTo": ["bpmn:BoundaryEvent"],
|
|
734
|
+
"elementType": {
|
|
735
|
+
"value": "bpmn:BoundaryEvent",
|
|
736
|
+
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
737
|
+
},
|
|
738
|
+
"engines": {
|
|
739
|
+
"camunda": "^8.4"
|
|
740
|
+
},
|
|
741
|
+
"groups": [
|
|
742
|
+
{
|
|
743
|
+
"id": "endpoint",
|
|
744
|
+
"label": "API destination"
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"id": "authentication",
|
|
748
|
+
"label": "Authentication"
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
"id": "authorization",
|
|
752
|
+
"label": "Authorization"
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
"id": "activation",
|
|
756
|
+
"label": "Activation"
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"id": "variable-mapping",
|
|
760
|
+
"label": "Variable mapping"
|
|
761
|
+
}
|
|
762
|
+
],
|
|
763
|
+
"properties": [
|
|
764
|
+
{
|
|
765
|
+
"type": "Hidden",
|
|
766
|
+
"value": "io.camunda:webhook:1",
|
|
767
|
+
"binding": {
|
|
768
|
+
"type": "zeebe:property",
|
|
769
|
+
"name": "inbound.type"
|
|
770
|
+
}
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"type": "Hidden",
|
|
774
|
+
"generatedValue": {
|
|
775
|
+
"type": "uuid"
|
|
776
|
+
},
|
|
777
|
+
"binding": {
|
|
778
|
+
"type": "bpmn:Message#property",
|
|
779
|
+
"name": "name"
|
|
780
|
+
}
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
"type": "Hidden",
|
|
784
|
+
"value": "aws:eventbridge",
|
|
785
|
+
"binding": {
|
|
786
|
+
"type": "zeebe:property",
|
|
787
|
+
"name": "inbound.subtype"
|
|
788
|
+
}
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
"id": "webhookMethod",
|
|
792
|
+
"label": "Webhook method",
|
|
793
|
+
"group": "endpoint",
|
|
794
|
+
"description": "Select HTTP method",
|
|
795
|
+
"value": "any",
|
|
796
|
+
"type": "Dropdown",
|
|
797
|
+
"choices": [
|
|
798
|
+
{
|
|
799
|
+
"name": "Any",
|
|
800
|
+
"value": "any"
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"name": "Get",
|
|
804
|
+
"value": "get"
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"name": "Post",
|
|
808
|
+
"value": "post"
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
"name": "Put",
|
|
812
|
+
"value": "put"
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"name": "Delete",
|
|
816
|
+
"value": "delete"
|
|
817
|
+
}
|
|
818
|
+
],
|
|
819
|
+
"binding": {
|
|
820
|
+
"type": "zeebe:property",
|
|
821
|
+
"name": "inbound.method"
|
|
822
|
+
}
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"label": "Webhook ID",
|
|
826
|
+
"type": "String",
|
|
827
|
+
"group": "endpoint",
|
|
828
|
+
"binding": {
|
|
829
|
+
"type": "zeebe:property",
|
|
830
|
+
"name": "inbound.context"
|
|
831
|
+
},
|
|
832
|
+
"description": "The webhook ID is a part of the URL",
|
|
833
|
+
"constraints": {
|
|
834
|
+
"notEmpty": true
|
|
835
|
+
}
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
"label": "HMAC authentication",
|
|
839
|
+
"value": "disabled",
|
|
840
|
+
"type": "Hidden",
|
|
841
|
+
"binding": {
|
|
842
|
+
"type": "zeebe:property",
|
|
843
|
+
"name": "inbound.shouldValidateHmac"
|
|
844
|
+
}
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
"id": "authorizationType",
|
|
848
|
+
"label": "Authorization type",
|
|
849
|
+
"group": "authorization",
|
|
850
|
+
"description": "Choose the authorization type",
|
|
851
|
+
"value": "NONE",
|
|
852
|
+
"type": "Dropdown",
|
|
853
|
+
"choices": [
|
|
854
|
+
{
|
|
855
|
+
"name": "None",
|
|
856
|
+
"value": "NONE"
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"name": "JWT",
|
|
860
|
+
"value": "JWT"
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"name": "Basic",
|
|
864
|
+
"value": "BASIC"
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
"name": "API key",
|
|
868
|
+
"value": "APIKEY"
|
|
869
|
+
}
|
|
870
|
+
],
|
|
871
|
+
"binding": {
|
|
872
|
+
"type": "zeebe:property",
|
|
873
|
+
"name": "inbound.auth.type"
|
|
874
|
+
}
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
"label": "JWK URL",
|
|
878
|
+
"description": "Well-known URL of JWKs",
|
|
879
|
+
"type": "String",
|
|
880
|
+
"group": "authorization",
|
|
881
|
+
"feel": "optional",
|
|
882
|
+
"optional": true,
|
|
883
|
+
"binding": {
|
|
884
|
+
"type": "zeebe:property",
|
|
885
|
+
"name": "inbound.auth.jwt.jwkUrl"
|
|
886
|
+
},
|
|
887
|
+
"condition": {
|
|
888
|
+
"property": "authorizationType",
|
|
889
|
+
"equals": "JWT"
|
|
890
|
+
}
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
"label": "JWT role property expression",
|
|
894
|
+
"description": "Expression to extract the roles from the JWT token",
|
|
895
|
+
"type": "String",
|
|
896
|
+
"group": "authorization",
|
|
897
|
+
"feel": "required",
|
|
898
|
+
"optional": true,
|
|
899
|
+
"binding": {
|
|
900
|
+
"type": "zeebe:property",
|
|
901
|
+
"name": "inbound.auth.jwt.permissionsExpression"
|
|
902
|
+
},
|
|
903
|
+
"condition": {
|
|
904
|
+
"property": "authorizationType",
|
|
905
|
+
"equals": "JWT"
|
|
906
|
+
}
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"label": "Required roles",
|
|
910
|
+
"description": "List of roles to test JWT roles against",
|
|
911
|
+
"type": "String",
|
|
912
|
+
"group": "authorization",
|
|
913
|
+
"feel": "required",
|
|
914
|
+
"optional": true,
|
|
915
|
+
"binding": {
|
|
916
|
+
"type": "zeebe:property",
|
|
917
|
+
"name": "inbound.auth.jwt.requiredPermissions"
|
|
918
|
+
},
|
|
919
|
+
"condition": {
|
|
920
|
+
"property": "authorizationType",
|
|
921
|
+
"equals": "JWT"
|
|
922
|
+
}
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
"label": "Username",
|
|
926
|
+
"description": "Username for basic authentication",
|
|
927
|
+
"type": "String",
|
|
928
|
+
"group": "authorization",
|
|
929
|
+
"feel": "optional",
|
|
930
|
+
"binding": {
|
|
931
|
+
"type": "zeebe:property",
|
|
932
|
+
"name": "inbound.auth.username"
|
|
933
|
+
},
|
|
934
|
+
"condition": {
|
|
935
|
+
"property": "authorizationType",
|
|
936
|
+
"equals": "BASIC"
|
|
937
|
+
},
|
|
938
|
+
"constraints": {
|
|
939
|
+
"notEmpty": true
|
|
940
|
+
}
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"label": "Password",
|
|
944
|
+
"description": "Password for basic authentication",
|
|
945
|
+
"type": "String",
|
|
946
|
+
"group": "authorization",
|
|
947
|
+
"feel": "optional",
|
|
948
|
+
"binding": {
|
|
949
|
+
"type": "zeebe:property",
|
|
950
|
+
"name": "inbound.auth.password"
|
|
951
|
+
},
|
|
952
|
+
"condition": {
|
|
953
|
+
"property": "authorizationType",
|
|
954
|
+
"equals": "BASIC"
|
|
955
|
+
},
|
|
956
|
+
"constraints": {
|
|
957
|
+
"notEmpty": true
|
|
958
|
+
}
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"label": "API key",
|
|
962
|
+
"description": "Expected API key",
|
|
963
|
+
"type": "String",
|
|
964
|
+
"group": "authorization",
|
|
965
|
+
"feel": "optional",
|
|
966
|
+
"binding": {
|
|
967
|
+
"type": "zeebe:property",
|
|
968
|
+
"name": "inbound.auth.apiKey"
|
|
969
|
+
},
|
|
970
|
+
"condition": {
|
|
971
|
+
"property": "authorizationType",
|
|
972
|
+
"equals": "APIKEY"
|
|
973
|
+
},
|
|
974
|
+
"constraints": {
|
|
975
|
+
"notEmpty": true
|
|
976
|
+
}
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"label": "API key locator",
|
|
980
|
+
"description": "A FEEL expression that extracts API key from the request",
|
|
981
|
+
"type": "String",
|
|
982
|
+
"group": "authorization",
|
|
983
|
+
"feel": "required",
|
|
984
|
+
"binding": {
|
|
985
|
+
"type": "zeebe:property",
|
|
986
|
+
"name": "inbound.auth.apiKeyLocator"
|
|
987
|
+
},
|
|
988
|
+
"condition": {
|
|
989
|
+
"property": "authorizationType",
|
|
990
|
+
"equals": "APIKEY"
|
|
991
|
+
},
|
|
992
|
+
"constraints": {
|
|
993
|
+
"notEmpty": true
|
|
994
|
+
},
|
|
995
|
+
"value": "=request.headers.apikey"
|
|
996
|
+
},
|
|
997
|
+
{
|
|
998
|
+
"label": "Correlation key (process)",
|
|
999
|
+
"type": "String",
|
|
1000
|
+
"group": "activation",
|
|
1001
|
+
"feel": "required",
|
|
1002
|
+
"description": "Sets up the correlation key from process variables",
|
|
1003
|
+
"binding": {
|
|
1004
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
1005
|
+
"name": "correlationKey"
|
|
1006
|
+
},
|
|
1007
|
+
"constraints": {
|
|
1008
|
+
"notEmpty": true
|
|
1009
|
+
}
|
|
1010
|
+
},
|
|
1011
|
+
{
|
|
1012
|
+
"label": "Correlation key (payload)",
|
|
1013
|
+
"type": "String",
|
|
1014
|
+
"group": "activation",
|
|
1015
|
+
"feel": "required",
|
|
1016
|
+
"binding": {
|
|
1017
|
+
"type": "zeebe:property",
|
|
1018
|
+
"name": "correlationKeyExpression"
|
|
1019
|
+
},
|
|
1020
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
1021
|
+
"constraints": {
|
|
1022
|
+
"notEmpty": true
|
|
1023
|
+
}
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
"label": "Message ID expression",
|
|
1027
|
+
"feel": "required",
|
|
1028
|
+
"type": "String",
|
|
1029
|
+
"optional": true,
|
|
1030
|
+
"group": "activation",
|
|
1031
|
+
"binding": {
|
|
1032
|
+
"type": "zeebe:property",
|
|
1033
|
+
"name": "messageIdExpression"
|
|
1034
|
+
},
|
|
1035
|
+
"description": "Expression to extract unique identifier of a message"
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
"label": "Condition",
|
|
1039
|
+
"type": "String",
|
|
1040
|
+
"group": "activation",
|
|
1041
|
+
"feel": "required",
|
|
1042
|
+
"optional": true,
|
|
1043
|
+
"binding": {
|
|
1044
|
+
"type": "zeebe:property",
|
|
1045
|
+
"name": "activationCondition"
|
|
1046
|
+
},
|
|
1047
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events. <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>"
|
|
1048
|
+
},
|
|
1049
|
+
{
|
|
1050
|
+
"label": "Result variable",
|
|
1051
|
+
"type": "String",
|
|
1052
|
+
"group": "variable-mapping",
|
|
1053
|
+
"optional": true,
|
|
1054
|
+
"binding": {
|
|
1055
|
+
"type": "zeebe:property",
|
|
1056
|
+
"name": "resultVariable"
|
|
1057
|
+
},
|
|
1058
|
+
"description": "Name of variable to store the result of the connector in"
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"label": "Result expression",
|
|
1062
|
+
"type": "String",
|
|
1063
|
+
"group": "variable-mapping",
|
|
1064
|
+
"feel": "required",
|
|
1065
|
+
"optional": true,
|
|
1066
|
+
"binding": {
|
|
1067
|
+
"type": "zeebe:property",
|
|
1068
|
+
"name": "resultExpression"
|
|
1069
|
+
},
|
|
1070
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
1071
|
+
}
|
|
1072
|
+
],
|
|
1073
|
+
"icon": {
|
|
1074
|
+
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 256 256'%3E%3Cdefs%3E%3ClinearGradient id='logosAwsEventbridge0' x1='0%25' x2='100%25' y1='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23B0084D'/%3E%3Cstop offset='100%25' stop-color='%23FF4F8B'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23logosAwsEventbridge0)' d='M0 0h256v256H0z'/%3E%3Cpath fill='%23FFF' d='M171.702 211.2c-6.858 0-12.44-5.61-12.44-12.509s5.582-12.509 12.44-12.509c6.857 0 12.438 5.61 12.438 12.51c0 6.898-5.581 12.508-12.438 12.508Zm-27.278-54.4h-33.071L94.815 128l16.538-28.8h33.071L160.96 128l-16.535 28.8ZM88.387 69.818c-6.857 0-12.438-5.61-12.438-12.51c0-6.898 5.581-12.508 12.438-12.508c6.861 0 12.443 5.61 12.443 12.509s-5.582 12.509-12.443 12.509Zm83.315 109.964c-2.362 0-4.614.458-6.699 1.261l-13.514-22.931l-.713.426L167.39 129.6a3.226 3.226 0 0 0 0-3.2l-18.374-32a3.177 3.177 0 0 0-2.755-1.6h-33.435l.13-.077l-12.39-21.03c4.047-3.469 6.628-8.627 6.628-14.384c0-10.426-8.436-18.909-18.807-18.909c-10.367 0-18.803 8.483-18.803 18.909c0 10.425 8.436 18.909 18.803 18.909c2.365 0 4.618-.458 6.702-1.261l11.567 19.625L88.384 126.4a3.226 3.226 0 0 0 0 3.2l18.377 32c.57.992 1.62 1.6 2.756 1.6h36.744c.264 0 .521-.042.77-.102l12.496 21.21c-4.051 3.468-6.629 8.626-6.629 14.383c0 10.426 8.433 18.909 18.804 18.909c10.37 0 18.803-8.483 18.803-18.909c0-10.425-8.433-18.909-18.803-18.909Zm18.968-77.05c-6.857 0-12.436-5.609-12.436-12.508c0-6.9 5.579-12.509 12.436-12.509c6.858 0 12.44 5.61 12.44 12.509c0 6.9-5.582 12.509-12.44 12.509Zm23.303 23.668l-12.08-21.04c4.592-3.453 7.58-8.944 7.58-15.136c0-10.426-8.432-18.909-18.803-18.909c-2.638 0-5.152.554-7.433 1.549l-9.849-17.155a3.18 3.18 0 0 0-2.756-1.6h-39.448v6.4h37.612l9.11 15.872c-3.703 3.456-6.036 8.374-6.036 13.843c0 10.426 8.433 18.909 18.8 18.909c1.932 0 3.8-.298 5.556-.845L207.545 128l-15.892 27.674l5.512 3.2l16.808-29.274a3.21 3.21 0 0 0 0-3.2Zm-146.04 50.39c-6.86 0-12.442-5.612-12.442-12.508c0-6.9 5.581-12.51 12.442-12.51c6.857 0 12.439 5.61 12.439 12.51c0 6.896-5.582 12.508-12.44 12.508Zm10.393 3.236c5.062-3.392 8.41-9.181 8.41-15.744c0-10.426-8.436-18.91-18.803-18.91c-3.004 0-5.833.73-8.353 1.994L48.458 128l18.428-32.093l-5.515-3.2L42.027 126.4a3.21 3.21 0 0 0 0 3.2l12.388 21.568c-3.268 3.405-5.289 8.022-5.289 13.114c0 10.425 8.436 18.908 18.807 18.908c1.562 0 3.074-.214 4.528-.579l10.15 17.68c.57.989 1.62 1.6 2.757 1.6h39.451v-6.4H87.204l-8.878-15.465Z'/%3E%3C/svg%3E%0A"
|
|
1075
|
+
}
|
|
1076
|
+
},
|
|
712
1077
|
{
|
|
713
1078
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
714
1079
|
"name": "Amazon EventBridge Boundary Event Connector",
|