@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
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "HTTP Polling Boundary Catch Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.http.Polling.Boundary",
|
|
6
|
-
"version":
|
|
6
|
+
"version": 1,
|
|
7
7
|
"description": "Polls endpoint at regular intervals",
|
|
8
8
|
"icon": {
|
|
9
9
|
"contents": "data:image/svg+xml;utf8,%3C%3Fxml version='1.0'%3F%3E%3Csvg width='18' height='18' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cg class='layer'%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath d='m17.03,9c0,4.45 -3.6,8.05 -8.05,8.05c-4.45,0 -8.05,-3.6 -8.05,-8.05c0,-4.45 3.6,-8.05 8.05,-8.05c4.45,0 8.05,3.6 8.05,8.05z' fill='%23505562' id='svg_1'/%3E%3Cpath d='m4.93,14.16l1.85,-10.45l3.36,0c1.05,0 1.84,0.27 2.37,0.81c0.54,0.53 0.8,1.21 0.8,2.06c0,0.86 -0.24,1.58 -0.73,2.13c-0.47,0.55 -1.12,0.93 -1.95,1.14l-0.48,0.09l-0.53,0.03l-0.6,0.05l-1.79,0l-0.73,4.14l-1.58,0zm2.57,-5.57l1.74,0c0.76,0 1.35,-0.17 1.78,-0.5c0.44,-0.35 0.65,-0.82 0.65,-1.42c0,-0.48 -0.15,-0.85 -0.44,-1.12c-0.3,-0.28 -0.77,-0.42 -1.42,-0.42l-1.7,0l-0.61,3.46z' fill='white' id='svg_2'/%3E%3C/g%3E%3C/svg%3E"
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
"constraints": {
|
|
186
186
|
"notEmpty": true,
|
|
187
187
|
"pattern": {
|
|
188
|
-
"value": "
|
|
188
|
+
"value": "^=|P(?=\\d|T\\d)(?:\\d+Y)?(?:\\d+M)?(?:\\d+W)?(?:\\d+D)?(?:T(?:\\d+H)?(?:\\d+M)?(?:\\d+(?:\\.\\d{1,3})?S)?)$",
|
|
189
189
|
"message": "value must be defined"
|
|
190
190
|
}
|
|
191
191
|
},
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
"value": "PT5S",
|
|
198
198
|
"binding": {
|
|
199
199
|
"type": "zeebe:property",
|
|
200
|
-
"name": "
|
|
200
|
+
"name": "operatePollingInterval"
|
|
201
201
|
},
|
|
202
202
|
"optional": true
|
|
203
203
|
},
|
|
@@ -941,12 +941,12 @@
|
|
|
941
941
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
942
942
|
"name": "HTTP Polling Boundary Catch Event Connector",
|
|
943
943
|
"id": "io.camunda.connectors.http.Polling.Boundary",
|
|
944
|
-
"version": 1,
|
|
945
944
|
"description": "Polls endpoint at regular intervals",
|
|
946
|
-
"
|
|
947
|
-
"
|
|
945
|
+
"metadata": {
|
|
946
|
+
"keywords": []
|
|
948
947
|
},
|
|
949
948
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/polling/",
|
|
949
|
+
"version": 4,
|
|
950
950
|
"category": {
|
|
951
951
|
"id": "connectors",
|
|
952
952
|
"name": "Connectors"
|
|
@@ -956,6 +956,9 @@
|
|
|
956
956
|
"value": "bpmn:BoundaryEvent",
|
|
957
957
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
958
958
|
},
|
|
959
|
+
"engines": {
|
|
960
|
+
"camunda": "^8.8"
|
|
961
|
+
},
|
|
959
962
|
"groups": [
|
|
960
963
|
{
|
|
961
964
|
"id": "authentication",
|
|
@@ -966,56 +969,55 @@
|
|
|
966
969
|
"label": "HTTP Polling configuration"
|
|
967
970
|
},
|
|
968
971
|
{
|
|
969
|
-
"id": "
|
|
972
|
+
"id": "payload",
|
|
970
973
|
"label": "Payload"
|
|
971
974
|
},
|
|
972
975
|
{
|
|
973
|
-
"id": "
|
|
974
|
-
"label": "
|
|
976
|
+
"id": "interval",
|
|
977
|
+
"label": "HTTP Polling Interval"
|
|
975
978
|
},
|
|
976
979
|
{
|
|
977
|
-
"id": "
|
|
978
|
-
"label": "
|
|
980
|
+
"id": "timeout",
|
|
981
|
+
"label": "Connection timeout"
|
|
979
982
|
},
|
|
980
983
|
{
|
|
981
|
-
"id": "
|
|
982
|
-
"label": "
|
|
984
|
+
"id": "activation",
|
|
985
|
+
"label": "Activation"
|
|
983
986
|
},
|
|
984
987
|
{
|
|
985
|
-
"id": "
|
|
986
|
-
"label": "
|
|
988
|
+
"id": "correlation",
|
|
989
|
+
"label": "Correlation",
|
|
990
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"id": "output",
|
|
994
|
+
"label": "Output mapping"
|
|
987
995
|
}
|
|
988
996
|
],
|
|
989
997
|
"properties": [
|
|
990
998
|
{
|
|
991
|
-
"type": "Hidden",
|
|
992
999
|
"value": "io.camunda:http-polling:1",
|
|
993
1000
|
"binding": {
|
|
994
|
-
"
|
|
995
|
-
"
|
|
996
|
-
}
|
|
997
|
-
},
|
|
998
|
-
{
|
|
999
|
-
"type": "Hidden",
|
|
1000
|
-
"generatedValue": {
|
|
1001
|
-
"type": "uuid"
|
|
1001
|
+
"name": "inbound.type",
|
|
1002
|
+
"type": "zeebe:property"
|
|
1002
1003
|
},
|
|
1003
|
-
"
|
|
1004
|
-
"type": "bpmn:Message#property",
|
|
1005
|
-
"name": "name"
|
|
1006
|
-
}
|
|
1004
|
+
"type": "Hidden"
|
|
1007
1005
|
},
|
|
1008
1006
|
{
|
|
1007
|
+
"id": "authentication.type",
|
|
1009
1008
|
"label": "Type",
|
|
1010
|
-
"id": "authenticationType",
|
|
1011
|
-
"group": "authentication",
|
|
1012
1009
|
"description": "Choose the authentication type. Select 'None' if no authentication is necessary",
|
|
1013
1010
|
"value": "noAuth",
|
|
1011
|
+
"group": "authentication",
|
|
1012
|
+
"binding": {
|
|
1013
|
+
"name": "authentication.type",
|
|
1014
|
+
"type": "zeebe:property"
|
|
1015
|
+
},
|
|
1014
1016
|
"type": "Dropdown",
|
|
1015
1017
|
"choices": [
|
|
1016
1018
|
{
|
|
1017
|
-
"name": "
|
|
1018
|
-
"value": "
|
|
1019
|
+
"name": "API key",
|
|
1020
|
+
"value": "apiKey"
|
|
1019
1021
|
},
|
|
1020
1022
|
{
|
|
1021
1023
|
"name": "Basic",
|
|
@@ -1025,146 +1027,795 @@
|
|
|
1025
1027
|
"name": "Bearer token",
|
|
1026
1028
|
"value": "bearer"
|
|
1027
1029
|
},
|
|
1030
|
+
{
|
|
1031
|
+
"name": "None",
|
|
1032
|
+
"value": "noAuth"
|
|
1033
|
+
},
|
|
1028
1034
|
{
|
|
1029
1035
|
"name": "OAuth 2.0",
|
|
1030
1036
|
"value": "oauth-client-credentials-flow"
|
|
1031
1037
|
}
|
|
1032
|
-
]
|
|
1033
|
-
"binding": {
|
|
1034
|
-
"type": "zeebe:property",
|
|
1035
|
-
"name": "authentication.type"
|
|
1036
|
-
}
|
|
1038
|
+
]
|
|
1037
1039
|
},
|
|
1038
1040
|
{
|
|
1039
|
-
"id": "
|
|
1040
|
-
"label": "
|
|
1041
|
-
"
|
|
1041
|
+
"id": "authentication.apiKeyLocation",
|
|
1042
|
+
"label": "Api key location",
|
|
1043
|
+
"description": "Choose type: Send API key in header or as query parameter.",
|
|
1044
|
+
"optional": false,
|
|
1045
|
+
"value": "headers",
|
|
1046
|
+
"constraints": {
|
|
1047
|
+
"notEmpty": true
|
|
1048
|
+
},
|
|
1049
|
+
"group": "authentication",
|
|
1050
|
+
"binding": {
|
|
1051
|
+
"name": "authentication.apiKeyLocation",
|
|
1052
|
+
"type": "zeebe:property"
|
|
1053
|
+
},
|
|
1054
|
+
"condition": {
|
|
1055
|
+
"property": "authentication.type",
|
|
1056
|
+
"equals": "apiKey",
|
|
1057
|
+
"type": "simple"
|
|
1058
|
+
},
|
|
1042
1059
|
"type": "Dropdown",
|
|
1043
|
-
"value": "get",
|
|
1044
1060
|
"choices": [
|
|
1045
1061
|
{
|
|
1046
|
-
"name": "
|
|
1047
|
-
"value": "
|
|
1048
|
-
},
|
|
1049
|
-
{
|
|
1050
|
-
"name": "POST",
|
|
1051
|
-
"value": "post"
|
|
1052
|
-
},
|
|
1053
|
-
{
|
|
1054
|
-
"name": "PATCH",
|
|
1055
|
-
"value": "patch"
|
|
1056
|
-
},
|
|
1057
|
-
{
|
|
1058
|
-
"name": "PUT",
|
|
1059
|
-
"value": "put"
|
|
1062
|
+
"name": "Headers",
|
|
1063
|
+
"value": "headers"
|
|
1060
1064
|
},
|
|
1061
1065
|
{
|
|
1062
|
-
"name": "
|
|
1063
|
-
"value": "
|
|
1066
|
+
"name": "Query parameters",
|
|
1067
|
+
"value": "query"
|
|
1064
1068
|
}
|
|
1065
|
-
]
|
|
1066
|
-
"binding": {
|
|
1067
|
-
"type": "zeebe:property",
|
|
1068
|
-
"name": "method"
|
|
1069
|
-
}
|
|
1069
|
+
]
|
|
1070
1070
|
},
|
|
1071
1071
|
{
|
|
1072
|
-
"
|
|
1073
|
-
"
|
|
1074
|
-
"
|
|
1075
|
-
"feel": "optional",
|
|
1076
|
-
"binding": {
|
|
1077
|
-
"type": "zeebe:property",
|
|
1078
|
-
"name": "url"
|
|
1079
|
-
},
|
|
1072
|
+
"id": "authentication.name",
|
|
1073
|
+
"label": "API key name",
|
|
1074
|
+
"optional": false,
|
|
1080
1075
|
"constraints": {
|
|
1081
|
-
"notEmpty": true
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
"message": "must be a http(s) URL"
|
|
1085
|
-
}
|
|
1086
|
-
}
|
|
1087
|
-
},
|
|
1088
|
-
{
|
|
1089
|
-
"label": "Query parameters",
|
|
1090
|
-
"description": "Map of query parameters to add to the request URL",
|
|
1091
|
-
"group": "endpoint",
|
|
1092
|
-
"type": "Text",
|
|
1093
|
-
"feel": "required",
|
|
1076
|
+
"notEmpty": true
|
|
1077
|
+
},
|
|
1078
|
+
"group": "authentication",
|
|
1094
1079
|
"binding": {
|
|
1095
|
-
"
|
|
1096
|
-
"
|
|
1080
|
+
"name": "authentication.name",
|
|
1081
|
+
"type": "zeebe:property"
|
|
1097
1082
|
},
|
|
1098
|
-
"
|
|
1083
|
+
"condition": {
|
|
1084
|
+
"property": "authentication.type",
|
|
1085
|
+
"equals": "apiKey",
|
|
1086
|
+
"type": "simple"
|
|
1087
|
+
},
|
|
1088
|
+
"type": "String"
|
|
1099
1089
|
},
|
|
1100
1090
|
{
|
|
1101
|
-
"
|
|
1102
|
-
"
|
|
1103
|
-
"
|
|
1104
|
-
"
|
|
1105
|
-
|
|
1091
|
+
"id": "authentication.value",
|
|
1092
|
+
"label": "API key value",
|
|
1093
|
+
"optional": false,
|
|
1094
|
+
"constraints": {
|
|
1095
|
+
"notEmpty": true
|
|
1096
|
+
},
|
|
1097
|
+
"group": "authentication",
|
|
1106
1098
|
"binding": {
|
|
1107
|
-
"
|
|
1108
|
-
"
|
|
1099
|
+
"name": "authentication.value",
|
|
1100
|
+
"type": "zeebe:property"
|
|
1109
1101
|
},
|
|
1110
|
-
"
|
|
1102
|
+
"condition": {
|
|
1103
|
+
"property": "authentication.type",
|
|
1104
|
+
"equals": "apiKey",
|
|
1105
|
+
"type": "simple"
|
|
1106
|
+
},
|
|
1107
|
+
"type": "String"
|
|
1111
1108
|
},
|
|
1112
1109
|
{
|
|
1113
|
-
"
|
|
1114
|
-
"
|
|
1115
|
-
"
|
|
1116
|
-
"
|
|
1117
|
-
|
|
1118
|
-
|
|
1110
|
+
"id": "authentication.username",
|
|
1111
|
+
"label": "Username",
|
|
1112
|
+
"optional": false,
|
|
1113
|
+
"constraints": {
|
|
1114
|
+
"notEmpty": true
|
|
1115
|
+
},
|
|
1116
|
+
"group": "authentication",
|
|
1119
1117
|
"binding": {
|
|
1120
|
-
"
|
|
1121
|
-
"
|
|
1118
|
+
"name": "authentication.username",
|
|
1119
|
+
"type": "zeebe:property"
|
|
1122
1120
|
},
|
|
1123
|
-
"
|
|
1124
|
-
"
|
|
1125
|
-
"
|
|
1126
|
-
|
|
1127
|
-
"message": "value must be defined"
|
|
1128
|
-
}
|
|
1121
|
+
"condition": {
|
|
1122
|
+
"property": "authentication.type",
|
|
1123
|
+
"equals": "basic",
|
|
1124
|
+
"type": "simple"
|
|
1129
1125
|
},
|
|
1130
|
-
"
|
|
1126
|
+
"type": "String"
|
|
1131
1127
|
},
|
|
1132
1128
|
{
|
|
1133
|
-
"
|
|
1134
|
-
"
|
|
1135
|
-
"
|
|
1129
|
+
"id": "authentication.password",
|
|
1130
|
+
"label": "Password",
|
|
1131
|
+
"optional": false,
|
|
1132
|
+
"constraints": {
|
|
1133
|
+
"notEmpty": true
|
|
1134
|
+
},
|
|
1135
|
+
"group": "authentication",
|
|
1136
1136
|
"binding": {
|
|
1137
|
-
"
|
|
1138
|
-
"
|
|
1137
|
+
"name": "authentication.password",
|
|
1138
|
+
"type": "zeebe:property"
|
|
1139
1139
|
},
|
|
1140
|
-
"
|
|
1140
|
+
"condition": {
|
|
1141
|
+
"property": "authentication.type",
|
|
1142
|
+
"equals": "basic",
|
|
1143
|
+
"type": "simple"
|
|
1144
|
+
},
|
|
1145
|
+
"type": "String"
|
|
1141
1146
|
},
|
|
1142
1147
|
{
|
|
1148
|
+
"id": "authentication.token",
|
|
1143
1149
|
"label": "Bearer token",
|
|
1144
|
-
"
|
|
1145
|
-
"type": "String",
|
|
1146
|
-
"feel": "optional",
|
|
1147
|
-
"binding": {
|
|
1148
|
-
"type": "zeebe:property",
|
|
1149
|
-
"name": "authentication.token"
|
|
1150
|
-
},
|
|
1150
|
+
"optional": false,
|
|
1151
1151
|
"constraints": {
|
|
1152
1152
|
"notEmpty": true
|
|
1153
1153
|
},
|
|
1154
|
-
"condition": {
|
|
1155
|
-
"property": "authenticationType",
|
|
1156
|
-
"equals": "bearer"
|
|
1157
|
-
}
|
|
1158
|
-
},
|
|
1159
|
-
{
|
|
1160
|
-
"label": "OAuth token endpoint",
|
|
1161
|
-
"description": "The OAuth token endpoint",
|
|
1162
1154
|
"group": "authentication",
|
|
1163
|
-
"type": "String",
|
|
1164
|
-
"feel": "optional",
|
|
1165
1155
|
"binding": {
|
|
1166
|
-
"
|
|
1167
|
-
"
|
|
1156
|
+
"name": "authentication.token",
|
|
1157
|
+
"type": "zeebe:property"
|
|
1158
|
+
},
|
|
1159
|
+
"condition": {
|
|
1160
|
+
"property": "authentication.type",
|
|
1161
|
+
"equals": "bearer",
|
|
1162
|
+
"type": "simple"
|
|
1163
|
+
},
|
|
1164
|
+
"type": "String"
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
"id": "authentication.oauthTokenEndpoint",
|
|
1168
|
+
"label": "OAuth 2.0 token endpoint",
|
|
1169
|
+
"description": "The OAuth token endpoint",
|
|
1170
|
+
"optional": false,
|
|
1171
|
+
"constraints": {
|
|
1172
|
+
"notEmpty": true,
|
|
1173
|
+
"pattern": {
|
|
1174
|
+
"value": "^(=|(http://|https://|secrets|\\{\\{).*$)",
|
|
1175
|
+
"message": "Must be a http(s) URL"
|
|
1176
|
+
}
|
|
1177
|
+
},
|
|
1178
|
+
"group": "authentication",
|
|
1179
|
+
"binding": {
|
|
1180
|
+
"name": "authentication.oauthTokenEndpoint",
|
|
1181
|
+
"type": "zeebe:property"
|
|
1182
|
+
},
|
|
1183
|
+
"condition": {
|
|
1184
|
+
"property": "authentication.type",
|
|
1185
|
+
"equals": "oauth-client-credentials-flow",
|
|
1186
|
+
"type": "simple"
|
|
1187
|
+
},
|
|
1188
|
+
"type": "String"
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
"id": "authentication.clientId",
|
|
1192
|
+
"label": "Client ID",
|
|
1193
|
+
"description": "Your application's client ID from the OAuth client",
|
|
1194
|
+
"optional": false,
|
|
1195
|
+
"constraints": {
|
|
1196
|
+
"notEmpty": true
|
|
1197
|
+
},
|
|
1198
|
+
"group": "authentication",
|
|
1199
|
+
"binding": {
|
|
1200
|
+
"name": "authentication.clientId",
|
|
1201
|
+
"type": "zeebe:property"
|
|
1202
|
+
},
|
|
1203
|
+
"condition": {
|
|
1204
|
+
"property": "authentication.type",
|
|
1205
|
+
"equals": "oauth-client-credentials-flow",
|
|
1206
|
+
"type": "simple"
|
|
1207
|
+
},
|
|
1208
|
+
"type": "String"
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"id": "authentication.clientSecret",
|
|
1212
|
+
"label": "Client secret",
|
|
1213
|
+
"description": "Your application's client secret from the OAuth client",
|
|
1214
|
+
"optional": false,
|
|
1215
|
+
"constraints": {
|
|
1216
|
+
"notEmpty": true
|
|
1217
|
+
},
|
|
1218
|
+
"group": "authentication",
|
|
1219
|
+
"binding": {
|
|
1220
|
+
"name": "authentication.clientSecret",
|
|
1221
|
+
"type": "zeebe:property"
|
|
1222
|
+
},
|
|
1223
|
+
"condition": {
|
|
1224
|
+
"property": "authentication.type",
|
|
1225
|
+
"equals": "oauth-client-credentials-flow",
|
|
1226
|
+
"type": "simple"
|
|
1227
|
+
},
|
|
1228
|
+
"type": "String"
|
|
1229
|
+
},
|
|
1230
|
+
{
|
|
1231
|
+
"id": "authentication.audience",
|
|
1232
|
+
"label": "Audience",
|
|
1233
|
+
"description": "The unique identifier of the target API you want to access",
|
|
1234
|
+
"optional": true,
|
|
1235
|
+
"group": "authentication",
|
|
1236
|
+
"binding": {
|
|
1237
|
+
"name": "authentication.audience",
|
|
1238
|
+
"type": "zeebe:property"
|
|
1239
|
+
},
|
|
1240
|
+
"condition": {
|
|
1241
|
+
"property": "authentication.type",
|
|
1242
|
+
"equals": "oauth-client-credentials-flow",
|
|
1243
|
+
"type": "simple"
|
|
1244
|
+
},
|
|
1245
|
+
"type": "String"
|
|
1246
|
+
},
|
|
1247
|
+
{
|
|
1248
|
+
"id": "authentication.clientAuthentication",
|
|
1249
|
+
"label": "Client authentication",
|
|
1250
|
+
"description": "Send client ID and client secret as Basic Auth request in the header, or as client credentials in the request body",
|
|
1251
|
+
"optional": false,
|
|
1252
|
+
"constraints": {
|
|
1253
|
+
"notEmpty": true
|
|
1254
|
+
},
|
|
1255
|
+
"group": "authentication",
|
|
1256
|
+
"binding": {
|
|
1257
|
+
"name": "authentication.clientAuthentication",
|
|
1258
|
+
"type": "zeebe:property"
|
|
1259
|
+
},
|
|
1260
|
+
"condition": {
|
|
1261
|
+
"property": "authentication.type",
|
|
1262
|
+
"equals": "oauth-client-credentials-flow",
|
|
1263
|
+
"type": "simple"
|
|
1264
|
+
},
|
|
1265
|
+
"type": "Dropdown",
|
|
1266
|
+
"choices": [
|
|
1267
|
+
{
|
|
1268
|
+
"name": "Send client credentials in body",
|
|
1269
|
+
"value": "credentialsBody"
|
|
1270
|
+
},
|
|
1271
|
+
{
|
|
1272
|
+
"name": "Send as Basic Auth header",
|
|
1273
|
+
"value": "basicAuthHeader"
|
|
1274
|
+
}
|
|
1275
|
+
]
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
"id": "authentication.scopes",
|
|
1279
|
+
"label": "Scopes",
|
|
1280
|
+
"description": "The scopes which you want to request authorization for (e.g.read:contacts)",
|
|
1281
|
+
"optional": true,
|
|
1282
|
+
"group": "authentication",
|
|
1283
|
+
"binding": {
|
|
1284
|
+
"name": "authentication.scopes",
|
|
1285
|
+
"type": "zeebe:property"
|
|
1286
|
+
},
|
|
1287
|
+
"condition": {
|
|
1288
|
+
"property": "authentication.type",
|
|
1289
|
+
"equals": "oauth-client-credentials-flow",
|
|
1290
|
+
"type": "simple"
|
|
1291
|
+
},
|
|
1292
|
+
"type": "String"
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
"id": "method",
|
|
1296
|
+
"label": "Method",
|
|
1297
|
+
"optional": false,
|
|
1298
|
+
"value": "GET",
|
|
1299
|
+
"constraints": {
|
|
1300
|
+
"notEmpty": true
|
|
1301
|
+
},
|
|
1302
|
+
"group": "endpoint",
|
|
1303
|
+
"binding": {
|
|
1304
|
+
"name": "method",
|
|
1305
|
+
"type": "zeebe:property"
|
|
1306
|
+
},
|
|
1307
|
+
"type": "Dropdown",
|
|
1308
|
+
"choices": [
|
|
1309
|
+
{
|
|
1310
|
+
"name": "POST",
|
|
1311
|
+
"value": "POST"
|
|
1312
|
+
},
|
|
1313
|
+
{
|
|
1314
|
+
"name": "GET",
|
|
1315
|
+
"value": "GET"
|
|
1316
|
+
},
|
|
1317
|
+
{
|
|
1318
|
+
"name": "DELETE",
|
|
1319
|
+
"value": "DELETE"
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
"name": "PATCH",
|
|
1323
|
+
"value": "PATCH"
|
|
1324
|
+
},
|
|
1325
|
+
{
|
|
1326
|
+
"name": "PUT",
|
|
1327
|
+
"value": "PUT"
|
|
1328
|
+
}
|
|
1329
|
+
]
|
|
1330
|
+
},
|
|
1331
|
+
{
|
|
1332
|
+
"id": "url",
|
|
1333
|
+
"label": "URL",
|
|
1334
|
+
"optional": false,
|
|
1335
|
+
"constraints": {
|
|
1336
|
+
"notEmpty": true,
|
|
1337
|
+
"pattern": {
|
|
1338
|
+
"value": "^(=|(http://|https://|secrets|\\{\\{).*$)",
|
|
1339
|
+
"message": "Must be a http(s) URL"
|
|
1340
|
+
}
|
|
1341
|
+
},
|
|
1342
|
+
"feel": "optional",
|
|
1343
|
+
"group": "endpoint",
|
|
1344
|
+
"binding": {
|
|
1345
|
+
"name": "url",
|
|
1346
|
+
"type": "zeebe:property"
|
|
1347
|
+
},
|
|
1348
|
+
"type": "String"
|
|
1349
|
+
},
|
|
1350
|
+
{
|
|
1351
|
+
"id": "queryParameters",
|
|
1352
|
+
"label": "Query parameters",
|
|
1353
|
+
"description": "Map of query parameters to add to the request URL",
|
|
1354
|
+
"optional": true,
|
|
1355
|
+
"feel": "required",
|
|
1356
|
+
"group": "endpoint",
|
|
1357
|
+
"binding": {
|
|
1358
|
+
"name": "queryParameters",
|
|
1359
|
+
"type": "zeebe:property"
|
|
1360
|
+
},
|
|
1361
|
+
"type": "String"
|
|
1362
|
+
},
|
|
1363
|
+
{
|
|
1364
|
+
"id": "headers",
|
|
1365
|
+
"label": "Headers",
|
|
1366
|
+
"description": "Map of HTTP headers to add to the request",
|
|
1367
|
+
"optional": true,
|
|
1368
|
+
"feel": "required",
|
|
1369
|
+
"group": "endpoint",
|
|
1370
|
+
"binding": {
|
|
1371
|
+
"name": "headers",
|
|
1372
|
+
"type": "zeebe:property"
|
|
1373
|
+
},
|
|
1374
|
+
"type": "String"
|
|
1375
|
+
},
|
|
1376
|
+
{
|
|
1377
|
+
"id": "skipEncoding",
|
|
1378
|
+
"label": "Skip URL encoding",
|
|
1379
|
+
"description": "Skip the default URL decoding and encoding behavior",
|
|
1380
|
+
"optional": true,
|
|
1381
|
+
"group": "endpoint",
|
|
1382
|
+
"binding": {
|
|
1383
|
+
"name": "skipEncoding",
|
|
1384
|
+
"type": "zeebe:property"
|
|
1385
|
+
},
|
|
1386
|
+
"type": "Hidden"
|
|
1387
|
+
},
|
|
1388
|
+
{
|
|
1389
|
+
"id": "body",
|
|
1390
|
+
"label": "Request body",
|
|
1391
|
+
"description": "Payload to send with the request",
|
|
1392
|
+
"optional": true,
|
|
1393
|
+
"feel": "optional",
|
|
1394
|
+
"group": "payload",
|
|
1395
|
+
"binding": {
|
|
1396
|
+
"name": "body",
|
|
1397
|
+
"type": "zeebe:property"
|
|
1398
|
+
},
|
|
1399
|
+
"condition": {
|
|
1400
|
+
"property": "method",
|
|
1401
|
+
"oneOf": ["POST", "PUT", "PATCH"],
|
|
1402
|
+
"type": "simple"
|
|
1403
|
+
},
|
|
1404
|
+
"type": "Text"
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
"id": "httpRequestInterval",
|
|
1408
|
+
"label": "Http request interval",
|
|
1409
|
+
"description": "The delay between HTTP requests, defined as ISO 8601 durations format. <a href='https://docs.camunda.io/docs/components/modeler/bpmn/timer-events/#time-duration' target='_blank'>How to configure a time duration</a>",
|
|
1410
|
+
"optional": false,
|
|
1411
|
+
"value": "PT50S",
|
|
1412
|
+
"feel": "optional",
|
|
1413
|
+
"group": "interval",
|
|
1414
|
+
"binding": {
|
|
1415
|
+
"name": "httpRequestInterval",
|
|
1416
|
+
"type": "zeebe:property"
|
|
1417
|
+
},
|
|
1418
|
+
"type": "String"
|
|
1419
|
+
},
|
|
1420
|
+
{
|
|
1421
|
+
"id": "processPollingInterval",
|
|
1422
|
+
"label": "Process polling interval",
|
|
1423
|
+
"optional": false,
|
|
1424
|
+
"value": "PT5S",
|
|
1425
|
+
"group": "interval",
|
|
1426
|
+
"binding": {
|
|
1427
|
+
"name": "processPollingInterval",
|
|
1428
|
+
"type": "zeebe:property"
|
|
1429
|
+
},
|
|
1430
|
+
"type": "Hidden"
|
|
1431
|
+
},
|
|
1432
|
+
{
|
|
1433
|
+
"id": "connectionTimeoutInSeconds",
|
|
1434
|
+
"label": "Connection timeout in seconds",
|
|
1435
|
+
"description": "Defines the connection timeout in seconds, or 0 for an infinite timeout",
|
|
1436
|
+
"optional": false,
|
|
1437
|
+
"value": "20",
|
|
1438
|
+
"constraints": {
|
|
1439
|
+
"notEmpty": true,
|
|
1440
|
+
"pattern": {
|
|
1441
|
+
"value": "^\\d+$",
|
|
1442
|
+
"message": "Must be a number"
|
|
1443
|
+
}
|
|
1444
|
+
},
|
|
1445
|
+
"feel": "optional",
|
|
1446
|
+
"group": "timeout",
|
|
1447
|
+
"binding": {
|
|
1448
|
+
"name": "connectionTimeoutInSeconds",
|
|
1449
|
+
"type": "zeebe:property"
|
|
1450
|
+
},
|
|
1451
|
+
"tooltip": "Set the timeout in seconds to establish a connection or 0 for an infinite timeout",
|
|
1452
|
+
"type": "String"
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
"id": "readTimeoutInSeconds",
|
|
1456
|
+
"label": "Read timeout in seconds",
|
|
1457
|
+
"description": "Timeout in seconds to read data from an established connection or 0 for an infinite timeout",
|
|
1458
|
+
"optional": false,
|
|
1459
|
+
"value": "20",
|
|
1460
|
+
"constraints": {
|
|
1461
|
+
"notEmpty": true,
|
|
1462
|
+
"pattern": {
|
|
1463
|
+
"value": "^\\d+$",
|
|
1464
|
+
"message": "Must be a number"
|
|
1465
|
+
}
|
|
1466
|
+
},
|
|
1467
|
+
"feel": "optional",
|
|
1468
|
+
"group": "timeout",
|
|
1469
|
+
"binding": {
|
|
1470
|
+
"name": "readTimeoutInSeconds",
|
|
1471
|
+
"type": "zeebe:property"
|
|
1472
|
+
},
|
|
1473
|
+
"type": "String"
|
|
1474
|
+
},
|
|
1475
|
+
{
|
|
1476
|
+
"id": "activationCondition",
|
|
1477
|
+
"label": "Activation condition",
|
|
1478
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1479
|
+
"optional": true,
|
|
1480
|
+
"feel": "required",
|
|
1481
|
+
"group": "activation",
|
|
1482
|
+
"binding": {
|
|
1483
|
+
"name": "activationCondition",
|
|
1484
|
+
"type": "zeebe:property"
|
|
1485
|
+
},
|
|
1486
|
+
"type": "String"
|
|
1487
|
+
},
|
|
1488
|
+
{
|
|
1489
|
+
"id": "correlationKeyProcess",
|
|
1490
|
+
"label": "Correlation key (process)",
|
|
1491
|
+
"description": "Sets up the correlation key from process variables",
|
|
1492
|
+
"constraints": {
|
|
1493
|
+
"notEmpty": true
|
|
1494
|
+
},
|
|
1495
|
+
"feel": "required",
|
|
1496
|
+
"group": "correlation",
|
|
1497
|
+
"binding": {
|
|
1498
|
+
"name": "correlationKey",
|
|
1499
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
1500
|
+
},
|
|
1501
|
+
"type": "String"
|
|
1502
|
+
},
|
|
1503
|
+
{
|
|
1504
|
+
"id": "correlationKeyPayload",
|
|
1505
|
+
"label": "Correlation key (payload)",
|
|
1506
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
1507
|
+
"constraints": {
|
|
1508
|
+
"notEmpty": true
|
|
1509
|
+
},
|
|
1510
|
+
"feel": "required",
|
|
1511
|
+
"group": "correlation",
|
|
1512
|
+
"binding": {
|
|
1513
|
+
"name": "correlationKeyExpression",
|
|
1514
|
+
"type": "zeebe:property"
|
|
1515
|
+
},
|
|
1516
|
+
"type": "String"
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
"id": "messageIdExpression",
|
|
1520
|
+
"label": "Message ID expression",
|
|
1521
|
+
"description": "Expression to extract unique identifier of a message",
|
|
1522
|
+
"optional": true,
|
|
1523
|
+
"feel": "required",
|
|
1524
|
+
"group": "correlation",
|
|
1525
|
+
"binding": {
|
|
1526
|
+
"name": "messageIdExpression",
|
|
1527
|
+
"type": "zeebe:property"
|
|
1528
|
+
},
|
|
1529
|
+
"type": "String"
|
|
1530
|
+
},
|
|
1531
|
+
{
|
|
1532
|
+
"id": "messageTtl",
|
|
1533
|
+
"label": "Message TTL",
|
|
1534
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
1535
|
+
"optional": true,
|
|
1536
|
+
"constraints": {
|
|
1537
|
+
"notEmpty": false,
|
|
1538
|
+
"pattern": {
|
|
1539
|
+
"value": "^(PT.*|)$",
|
|
1540
|
+
"message": "must be an ISO-8601 duration"
|
|
1541
|
+
}
|
|
1542
|
+
},
|
|
1543
|
+
"feel": "optional",
|
|
1544
|
+
"group": "correlation",
|
|
1545
|
+
"binding": {
|
|
1546
|
+
"name": "messageTtl",
|
|
1547
|
+
"type": "zeebe:property"
|
|
1548
|
+
},
|
|
1549
|
+
"type": "String"
|
|
1550
|
+
},
|
|
1551
|
+
{
|
|
1552
|
+
"id": "messageNameUuid",
|
|
1553
|
+
"generatedValue": {
|
|
1554
|
+
"type": "uuid"
|
|
1555
|
+
},
|
|
1556
|
+
"group": "correlation",
|
|
1557
|
+
"binding": {
|
|
1558
|
+
"name": "name",
|
|
1559
|
+
"type": "bpmn:Message#property"
|
|
1560
|
+
},
|
|
1561
|
+
"type": "Hidden"
|
|
1562
|
+
},
|
|
1563
|
+
{
|
|
1564
|
+
"id": "resultVariable",
|
|
1565
|
+
"label": "Result variable",
|
|
1566
|
+
"description": "Name of variable to store the response in",
|
|
1567
|
+
"group": "output",
|
|
1568
|
+
"binding": {
|
|
1569
|
+
"name": "resultVariable",
|
|
1570
|
+
"type": "zeebe:property"
|
|
1571
|
+
},
|
|
1572
|
+
"type": "String"
|
|
1573
|
+
},
|
|
1574
|
+
{
|
|
1575
|
+
"id": "resultExpression",
|
|
1576
|
+
"label": "Result expression",
|
|
1577
|
+
"description": "Expression to map the response into process variables",
|
|
1578
|
+
"feel": "required",
|
|
1579
|
+
"group": "output",
|
|
1580
|
+
"binding": {
|
|
1581
|
+
"name": "resultExpression",
|
|
1582
|
+
"type": "zeebe:property"
|
|
1583
|
+
},
|
|
1584
|
+
"type": "Text"
|
|
1585
|
+
}
|
|
1586
|
+
],
|
|
1587
|
+
"icon": {
|
|
1588
|
+
"contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJz8+Cjxzdmcgd2lkdGg9JzE4JyBoZWlnaHQ9JzE4JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPgogICAgPGcgY2xhc3M9J2xheWVyJz4KICAgICAgICA8dGl0bGU+TGF5ZXIgMTwvdGl0bGU+CiAgICAgICAgPHBhdGggZD0nbTE3LjAzLDljMCw0LjQ1IC0zLjYsOC4wNSAtOC4wNSw4LjA1Yy00LjQ1LDAgLTguMDUsLTMuNiAtOC4wNSwtOC4wNWMwLC00LjQ1IDMuNiwtOC4wNSA4LjA1LC04LjA1YzQuNDUsMCA4LjA1LDMuNiA4LjA1LDguMDV6JwogICAgICAgICAgICAgIGZpbGw9JyM1MDU1NjInIGlkPSdzdmdfMScvPgogICAgICAgIDxwYXRoIGQ9J200LjkzLDE0LjE2bDEuODUsLTEwLjQ1bDMuMzYsMGMxLjA1LDAgMS44NCwwLjI3IDIuMzcsMC44MWMwLjU0LDAuNTMgMC44LDEuMjEgMC44LDIuMDZjMCwwLjg2IC0wLjI0LDEuNTggLTAuNzMsMi4xM2MtMC40NywwLjU1IC0xLjEyLDAuOTMgLTEuOTUsMS4xNGwtMC40OCwwLjA5bC0wLjUzLDAuMDNsLTAuNiwwLjA1bC0xLjc5LDBsLTAuNzMsNC4xNGwtMS41OCwwem0yLjU3LC01LjU3bDEuNzQsMGMwLjc2LDAgMS4zNSwtMC4xNyAxLjc4LC0wLjVjMC40NCwtMC4zNSAwLjY1LC0wLjgyIDAuNjUsLTEuNDJjMCwtMC40OCAtMC4xNSwtMC44NSAtMC40NCwtMS4xMmMtMC4zLC0wLjI4IC0wLjc3LC0wLjQyIC0xLjQyLC0wLjQybC0xLjcsMGwtMC42MSwzLjQ2eicKICAgICAgICAgICAgICBmaWxsPSd3aGl0ZScgaWQ9J3N2Z18yJy8+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
1589
|
+
}
|
|
1590
|
+
},
|
|
1591
|
+
{
|
|
1592
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1593
|
+
"name": "HTTP Polling Boundary Catch Event Connector",
|
|
1594
|
+
"id": "io.camunda.connectors.http.Polling.Boundary",
|
|
1595
|
+
"version": 3,
|
|
1596
|
+
"description": "Polls endpoint at regular intervals",
|
|
1597
|
+
"icon": {
|
|
1598
|
+
"contents": "data:image/svg+xml;utf8,%3C%3Fxml version='1.0'%3F%3E%3Csvg width='18' height='18' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cg class='layer'%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath d='m17.03,9c0,4.45 -3.6,8.05 -8.05,8.05c-4.45,0 -8.05,-3.6 -8.05,-8.05c0,-4.45 3.6,-8.05 8.05,-8.05c4.45,0 8.05,3.6 8.05,8.05z' fill='%23505562' id='svg_1'/%3E%3Cpath d='m4.93,14.16l1.85,-10.45l3.36,0c1.05,0 1.84,0.27 2.37,0.81c0.54,0.53 0.8,1.21 0.8,2.06c0,0.86 -0.24,1.58 -0.73,2.13c-0.47,0.55 -1.12,0.93 -1.95,1.14l-0.48,0.09l-0.53,0.03l-0.6,0.05l-1.79,0l-0.73,4.14l-1.58,0zm2.57,-5.57l1.74,0c0.76,0 1.35,-0.17 1.78,-0.5c0.44,-0.35 0.65,-0.82 0.65,-1.42c0,-0.48 -0.15,-0.85 -0.44,-1.12c-0.3,-0.28 -0.77,-0.42 -1.42,-0.42l-1.7,0l-0.61,3.46z' fill='white' id='svg_2'/%3E%3C/g%3E%3C/svg%3E"
|
|
1599
|
+
},
|
|
1600
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/polling/",
|
|
1601
|
+
"category": {
|
|
1602
|
+
"id": "connectors",
|
|
1603
|
+
"name": "Connectors"
|
|
1604
|
+
},
|
|
1605
|
+
"appliesTo": ["bpmn:BoundaryEvent"],
|
|
1606
|
+
"elementType": {
|
|
1607
|
+
"value": "bpmn:BoundaryEvent",
|
|
1608
|
+
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
1609
|
+
},
|
|
1610
|
+
"groups": [
|
|
1611
|
+
{
|
|
1612
|
+
"id": "authentication",
|
|
1613
|
+
"label": "Authentication"
|
|
1614
|
+
},
|
|
1615
|
+
{
|
|
1616
|
+
"id": "endpoint",
|
|
1617
|
+
"label": "HTTP Polling configuration"
|
|
1618
|
+
},
|
|
1619
|
+
{
|
|
1620
|
+
"id": "input",
|
|
1621
|
+
"label": "Payload"
|
|
1622
|
+
},
|
|
1623
|
+
{
|
|
1624
|
+
"id": "activation",
|
|
1625
|
+
"label": "Condition to proceed"
|
|
1626
|
+
},
|
|
1627
|
+
{
|
|
1628
|
+
"id": "timer",
|
|
1629
|
+
"label": "Timer"
|
|
1630
|
+
},
|
|
1631
|
+
{
|
|
1632
|
+
"id": "timeout",
|
|
1633
|
+
"label": "Connect timeout"
|
|
1634
|
+
},
|
|
1635
|
+
{
|
|
1636
|
+
"id": "variable-mapping",
|
|
1637
|
+
"label": "Response mapping"
|
|
1638
|
+
}
|
|
1639
|
+
],
|
|
1640
|
+
"properties": [
|
|
1641
|
+
{
|
|
1642
|
+
"type": "Hidden",
|
|
1643
|
+
"value": "io.camunda:http-polling:1",
|
|
1644
|
+
"binding": {
|
|
1645
|
+
"type": "zeebe:property",
|
|
1646
|
+
"name": "inbound.type"
|
|
1647
|
+
}
|
|
1648
|
+
},
|
|
1649
|
+
{
|
|
1650
|
+
"type": "Hidden",
|
|
1651
|
+
"generatedValue": {
|
|
1652
|
+
"type": "uuid"
|
|
1653
|
+
},
|
|
1654
|
+
"binding": {
|
|
1655
|
+
"type": "bpmn:Message#property",
|
|
1656
|
+
"name": "name"
|
|
1657
|
+
}
|
|
1658
|
+
},
|
|
1659
|
+
{
|
|
1660
|
+
"label": "Type",
|
|
1661
|
+
"id": "authenticationType",
|
|
1662
|
+
"group": "authentication",
|
|
1663
|
+
"description": "Choose the authentication type. Select 'None' if no authentication is necessary",
|
|
1664
|
+
"value": "noAuth",
|
|
1665
|
+
"type": "Dropdown",
|
|
1666
|
+
"choices": [
|
|
1667
|
+
{
|
|
1668
|
+
"name": "None",
|
|
1669
|
+
"value": "noAuth"
|
|
1670
|
+
},
|
|
1671
|
+
{
|
|
1672
|
+
"name": "Basic",
|
|
1673
|
+
"value": "basic"
|
|
1674
|
+
},
|
|
1675
|
+
{
|
|
1676
|
+
"name": "Bearer token",
|
|
1677
|
+
"value": "bearer"
|
|
1678
|
+
},
|
|
1679
|
+
{
|
|
1680
|
+
"name": "OAuth 2.0",
|
|
1681
|
+
"value": "oauth-client-credentials-flow"
|
|
1682
|
+
}
|
|
1683
|
+
],
|
|
1684
|
+
"binding": {
|
|
1685
|
+
"type": "zeebe:property",
|
|
1686
|
+
"name": "authentication.type"
|
|
1687
|
+
}
|
|
1688
|
+
},
|
|
1689
|
+
{
|
|
1690
|
+
"id": "method",
|
|
1691
|
+
"label": "Method",
|
|
1692
|
+
"group": "endpoint",
|
|
1693
|
+
"type": "Dropdown",
|
|
1694
|
+
"value": "get",
|
|
1695
|
+
"choices": [
|
|
1696
|
+
{
|
|
1697
|
+
"name": "GET",
|
|
1698
|
+
"value": "get"
|
|
1699
|
+
},
|
|
1700
|
+
{
|
|
1701
|
+
"name": "POST",
|
|
1702
|
+
"value": "post"
|
|
1703
|
+
},
|
|
1704
|
+
{
|
|
1705
|
+
"name": "PATCH",
|
|
1706
|
+
"value": "patch"
|
|
1707
|
+
},
|
|
1708
|
+
{
|
|
1709
|
+
"name": "PUT",
|
|
1710
|
+
"value": "put"
|
|
1711
|
+
},
|
|
1712
|
+
{
|
|
1713
|
+
"name": "DELETE",
|
|
1714
|
+
"value": "delete"
|
|
1715
|
+
}
|
|
1716
|
+
],
|
|
1717
|
+
"binding": {
|
|
1718
|
+
"type": "zeebe:property",
|
|
1719
|
+
"name": "method"
|
|
1720
|
+
}
|
|
1721
|
+
},
|
|
1722
|
+
{
|
|
1723
|
+
"label": "URL",
|
|
1724
|
+
"group": "endpoint",
|
|
1725
|
+
"type": "String",
|
|
1726
|
+
"feel": "optional",
|
|
1727
|
+
"binding": {
|
|
1728
|
+
"type": "zeebe:property",
|
|
1729
|
+
"name": "url"
|
|
1730
|
+
},
|
|
1731
|
+
"constraints": {
|
|
1732
|
+
"notEmpty": true,
|
|
1733
|
+
"pattern": {
|
|
1734
|
+
"value": "^(=|(https?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
|
|
1735
|
+
"message": "must be a http(s) URL"
|
|
1736
|
+
}
|
|
1737
|
+
}
|
|
1738
|
+
},
|
|
1739
|
+
{
|
|
1740
|
+
"label": "Query parameters",
|
|
1741
|
+
"description": "Map of query parameters to add to the request URL",
|
|
1742
|
+
"group": "endpoint",
|
|
1743
|
+
"type": "Text",
|
|
1744
|
+
"feel": "required",
|
|
1745
|
+
"binding": {
|
|
1746
|
+
"type": "zeebe:property",
|
|
1747
|
+
"name": "queryParameters"
|
|
1748
|
+
},
|
|
1749
|
+
"optional": true
|
|
1750
|
+
},
|
|
1751
|
+
{
|
|
1752
|
+
"label": "HTTP headers",
|
|
1753
|
+
"description": "Map of HTTP headers to add to the request",
|
|
1754
|
+
"group": "endpoint",
|
|
1755
|
+
"type": "Text",
|
|
1756
|
+
"feel": "required",
|
|
1757
|
+
"binding": {
|
|
1758
|
+
"type": "zeebe:property",
|
|
1759
|
+
"name": "headers"
|
|
1760
|
+
},
|
|
1761
|
+
"optional": true
|
|
1762
|
+
},
|
|
1763
|
+
{
|
|
1764
|
+
"label": "Interval",
|
|
1765
|
+
"description": "The delay between HTTP requests, defined as ISO 8601 durations format. <a href='https://docs.camunda.io/docs/components/modeler/bpmn/timer-events/#time-duration' target='_blank'>How to configure a time duration</a>",
|
|
1766
|
+
"group": "endpoint",
|
|
1767
|
+
"type": "String",
|
|
1768
|
+
"feel": "optional",
|
|
1769
|
+
"value": "PT50S",
|
|
1770
|
+
"binding": {
|
|
1771
|
+
"type": "zeebe:property",
|
|
1772
|
+
"name": "httpRequestInterval"
|
|
1773
|
+
},
|
|
1774
|
+
"constraints": {
|
|
1775
|
+
"notEmpty": true,
|
|
1776
|
+
"pattern": {
|
|
1777
|
+
"value": "^P(?=\\d|T\\d)(?:\\d+Y)?(?:\\d+M)?(?:\\d+W)?(?:\\d+D)?(?:T(?:\\d+H)?(?:\\d+M)?(?:\\d+(?:\\.\\d{1,3})?S)?)$",
|
|
1778
|
+
"message": "value must be defined"
|
|
1779
|
+
}
|
|
1780
|
+
},
|
|
1781
|
+
"optional": false
|
|
1782
|
+
},
|
|
1783
|
+
{
|
|
1784
|
+
"group": "endpoint",
|
|
1785
|
+
"type": "Hidden",
|
|
1786
|
+
"value": "PT5S",
|
|
1787
|
+
"binding": {
|
|
1788
|
+
"type": "zeebe:property",
|
|
1789
|
+
"name": "processPollingInterval"
|
|
1790
|
+
},
|
|
1791
|
+
"optional": true
|
|
1792
|
+
},
|
|
1793
|
+
{
|
|
1794
|
+
"label": "Bearer token",
|
|
1795
|
+
"group": "authentication",
|
|
1796
|
+
"type": "String",
|
|
1797
|
+
"feel": "optional",
|
|
1798
|
+
"binding": {
|
|
1799
|
+
"type": "zeebe:property",
|
|
1800
|
+
"name": "authentication.token"
|
|
1801
|
+
},
|
|
1802
|
+
"constraints": {
|
|
1803
|
+
"notEmpty": true
|
|
1804
|
+
},
|
|
1805
|
+
"condition": {
|
|
1806
|
+
"property": "authenticationType",
|
|
1807
|
+
"equals": "bearer"
|
|
1808
|
+
}
|
|
1809
|
+
},
|
|
1810
|
+
{
|
|
1811
|
+
"label": "OAuth token endpoint",
|
|
1812
|
+
"description": "The OAuth token endpoint",
|
|
1813
|
+
"group": "authentication",
|
|
1814
|
+
"type": "String",
|
|
1815
|
+
"feel": "optional",
|
|
1816
|
+
"binding": {
|
|
1817
|
+
"type": "zeebe:property",
|
|
1818
|
+
"name": "authentication.oauthTokenEndpoint"
|
|
1168
1819
|
},
|
|
1169
1820
|
"constraints": {
|
|
1170
1821
|
"notEmpty": true
|
|
@@ -1415,7 +2066,7 @@
|
|
|
1415
2066
|
"keywords": []
|
|
1416
2067
|
},
|
|
1417
2068
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/polling/",
|
|
1418
|
-
"version":
|
|
2069
|
+
"version": 5,
|
|
1419
2070
|
"category": {
|
|
1420
2071
|
"id": "connectors",
|
|
1421
2072
|
"name": "Connectors"
|
|
@@ -1426,7 +2077,7 @@
|
|
|
1426
2077
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
1427
2078
|
},
|
|
1428
2079
|
"engines": {
|
|
1429
|
-
"camunda": "^8.
|
|
2080
|
+
"camunda": "^8.9"
|
|
1430
2081
|
},
|
|
1431
2082
|
"groups": [
|
|
1432
2083
|
{
|
|
@@ -1854,6 +2505,20 @@
|
|
|
1854
2505
|
},
|
|
1855
2506
|
"type": "Hidden"
|
|
1856
2507
|
},
|
|
2508
|
+
{
|
|
2509
|
+
"id": "followRedirects",
|
|
2510
|
+
"label": "Follow redirects",
|
|
2511
|
+
"description": "If enabled, HTTP 3xx redirects will be followed automatically. Disabled by default.",
|
|
2512
|
+
"optional": true,
|
|
2513
|
+
"value": false,
|
|
2514
|
+
"feel": "static",
|
|
2515
|
+
"group": "endpoint",
|
|
2516
|
+
"binding": {
|
|
2517
|
+
"name": "followRedirects",
|
|
2518
|
+
"type": "zeebe:property"
|
|
2519
|
+
},
|
|
2520
|
+
"type": "Boolean"
|
|
2521
|
+
},
|
|
1857
2522
|
{
|
|
1858
2523
|
"id": "body",
|
|
1859
2524
|
"label": "Request body",
|