@camunda/connectors-element-templates 1.0.17 → 1.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/connectors.js +12 -2
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +4 -7
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +8 -8
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +8 -8
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +8 -8
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +8 -8
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +9 -12
- package/src/element-templates/agenticai-aiagent-job-worker.json +3770 -29
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +6274 -2594
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +549 -552
- package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +736 -739
- package/src/element-templates/asana-connector.json +759 -48
- package/src/element-templates/automation-anywhere-outbound-connector.json +1763 -1759
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
- package/src/element-templates/aws-bedrock-outbound-connector.json +747 -10
- package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1358 -1358
- package/src/element-templates/aws-eventbridge-connector-boundary.json +383 -18
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +377 -12
- package/src/element-templates/aws-eventbridge-connector-message-start.json +407 -8
- package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
- package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
- package/src/element-templates/aws-lambda-outbound-connector.json +238 -234
- package/src/element-templates/aws-s3-outbound-connector.json +646 -5
- package/src/element-templates/aws-sagemaker-outbound-connector.json +13 -9
- package/src/element-templates/aws-sns-inbound-boundary.json +44 -37
- package/src/element-templates/aws-sns-inbound-intermediate.json +210 -203
- package/src/element-templates/aws-sns-inbound-message-start.json +125 -118
- package/src/element-templates/aws-sns-inbound-receive.json +13 -6
- package/src/element-templates/aws-sns-inbound-start-event.json +134 -127
- package/src/element-templates/aws-sns-outbound-connector.json +581 -577
- package/src/element-templates/aws-sqs-boundary-connector.json +453 -449
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +530 -526
- package/src/element-templates/aws-sqs-outbound-connector.json +711 -709
- package/src/element-templates/aws-sqs-receive-connector.json +15 -11
- package/src/element-templates/aws-sqs-start-event-connector.json +213 -205
- package/src/element-templates/aws-sqs-start-message.json +461 -457
- package/src/element-templates/aws-textract-outbound-connector.json +109 -105
- package/src/element-templates/azure-blobstorage-outbound-connector.json +676 -19
- package/src/element-templates/azure-open-ai-connector.json +1329 -4
- package/src/element-templates/blue-prism-connector.json +569 -24
- package/src/element-templates/box-outbound-connector.json +924 -12
- package/src/element-templates/csv-outbound-connector.json +13 -5
- package/src/element-templates/easy-post-connector.json +1077 -109
- package/src/element-templates/email-inbound-connector-boundary.json +32 -24
- package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
- package/src/element-templates/email-inbound-connector-receive.json +564 -0
- package/src/element-templates/email-message-start-event-connector.json +58 -50
- package/src/element-templates/email-outbound-connector.json +2116 -243
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +3 -6
- package/src/element-templates/github-connector.json +15257 -11722
- package/src/element-templates/github-webhook-connector-boundary.json +27 -29
- package/src/element-templates/github-webhook-connector-intermediate.json +36 -38
- package/src/element-templates/github-webhook-connector-message-start.json +11 -13
- package/src/element-templates/github-webhook-connector-receive.json +13 -15
- package/src/element-templates/github-webhook-connector-start-event.json +54 -56
- package/src/element-templates/gitlab-connector.json +4177 -2545
- package/src/element-templates/google-cloud-storage-outbound-connector.json +562 -13
- package/src/element-templates/google-drive-outbound-connector.json +1386 -766
- package/src/element-templates/google-gemini-outbound-connector.json +13 -5
- package/src/element-templates/google-maps-platform-connector.json +1059 -30
- package/src/element-templates/google-sheets-outbound-connector.json +2449 -1455
- package/src/element-templates/graphql-outbound-connector.json +1744 -1735
- package/src/element-templates/http-json-connector.json +2982 -2332
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +752 -741
- package/src/element-templates/http-polling-connector.json +1512 -1501
- package/src/element-templates/hubspot-outbound-connector.json +2371 -25
- package/src/element-templates/hugging-face-connector.json +234 -3
- package/src/element-templates/jdbc-outbound-connector.json +20 -6
- package/src/element-templates/kafka-inbound-connector-boundary.json +613 -604
- package/src/element-templates/kafka-inbound-connector-intermediate.json +528 -519
- package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
- package/src/element-templates/kafka-inbound-connector-start-message.json +530 -521
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +518 -512
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
- package/src/element-templates/microsoft-office365-mail-connector.json +893 -10
- package/src/element-templates/microsoft-teams-outbound-connector.json +5971 -3807
- package/src/element-templates/openai-connector.json +550 -87
- package/src/element-templates/operate-connector.json +1198 -46
- package/src/element-templates/power-automate-connector.json +601 -9
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +444 -435
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +484 -475
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +367 -358
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +479 -470
- package/src/element-templates/rabbitmq-outbound-connector.json +356 -350
- package/src/element-templates/rpa-connector.json +346 -0
- package/src/element-templates/salesforce-connector.json +544 -0
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
- package/src/element-templates/send-message-connector-message-end-event.json +10 -5
- package/src/element-templates/send-message-connector-send-task.json +10 -5
- package/src/element-templates/sendgrid-outbound-connector.json +945 -337
- package/src/element-templates/servicenow-connector.json +971 -3
- package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
- package/src/element-templates/servicenow-incident-connector.json +980 -3
- package/src/element-templates/slack-inbound-boundary.json +490 -192
- package/src/element-templates/slack-inbound-intermediate.json +421 -123
- package/src/element-templates/slack-inbound-message-start.json +469 -139
- package/src/element-templates/slack-inbound-receive.json +297 -0
- package/src/element-templates/slack-inbound-start-event.json +216 -211
- package/src/element-templates/slack-outbound-connector.json +2451 -753
- package/src/element-templates/soap-outbound-connector.json +812 -2
- package/src/element-templates/twilio-connector.json +1573 -93
- package/src/element-templates/twilio-webhook-boundary-connector.json +19 -10
- package/src/element-templates/twilio-webhook-connector.json +243 -13
- package/src/element-templates/twilio-webhook-intermediate-connector.json +34 -25
- package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
- package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
- package/src/element-templates/uipath-connector.json +594 -2
- package/src/element-templates/webhook-connector-boundary.json +580 -570
- package/src/element-templates/webhook-connector-intermediate.json +1390 -1380
- package/src/element-templates/webhook-connector-receive.json +16 -6
- package/src/element-templates/webhook-connector-start-event.json +1382 -1375
- package/src/element-templates/webhook-connector-start-message.json +1306 -1296
- package/src/element-templates/whatsapp-connector.json +343 -9
- package/src/element-templates/http-connector.json.json +0 -654
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "HTTP Polling Intermediate Catch Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.http.Polling",
|
|
6
|
+
"version": 2,
|
|
6
7
|
"description": "Polls endpoint at regular intervals",
|
|
7
|
-
"
|
|
8
|
-
"
|
|
8
|
+
"icon": {
|
|
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"
|
|
9
10
|
},
|
|
10
11
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/polling/",
|
|
11
|
-
"version": 5,
|
|
12
12
|
"category": {
|
|
13
13
|
"id": "connectors",
|
|
14
14
|
"name": "Connectors"
|
|
@@ -18,9 +18,6 @@
|
|
|
18
18
|
"value": "bpmn:IntermediateCatchEvent",
|
|
19
19
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
20
20
|
},
|
|
21
|
-
"engines": {
|
|
22
|
-
"camunda": "^8.9"
|
|
23
|
-
},
|
|
24
21
|
"groups": [
|
|
25
22
|
{
|
|
26
23
|
"id": "authentication",
|
|
@@ -31,55 +28,56 @@
|
|
|
31
28
|
"label": "HTTP Polling configuration"
|
|
32
29
|
},
|
|
33
30
|
{
|
|
34
|
-
"id": "
|
|
31
|
+
"id": "input",
|
|
35
32
|
"label": "Payload"
|
|
36
33
|
},
|
|
37
34
|
{
|
|
38
|
-
"id": "
|
|
39
|
-
"label": "
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"id": "timeout",
|
|
43
|
-
"label": "Connection timeout"
|
|
35
|
+
"id": "activation",
|
|
36
|
+
"label": "Condition to proceed"
|
|
44
37
|
},
|
|
45
38
|
{
|
|
46
|
-
"id": "
|
|
47
|
-
"label": "
|
|
39
|
+
"id": "timer",
|
|
40
|
+
"label": "Timer"
|
|
48
41
|
},
|
|
49
42
|
{
|
|
50
|
-
"id": "
|
|
51
|
-
"label": "
|
|
52
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
43
|
+
"id": "timeout",
|
|
44
|
+
"label": "Connect timeout"
|
|
53
45
|
},
|
|
54
46
|
{
|
|
55
|
-
"id": "
|
|
56
|
-
"label": "
|
|
47
|
+
"id": "variable-mapping",
|
|
48
|
+
"label": "Response mapping"
|
|
57
49
|
}
|
|
58
50
|
],
|
|
59
51
|
"properties": [
|
|
60
52
|
{
|
|
53
|
+
"type": "Hidden",
|
|
61
54
|
"value": "io.camunda:http-polling:1",
|
|
62
55
|
"binding": {
|
|
63
|
-
"
|
|
64
|
-
"
|
|
56
|
+
"type": "zeebe:property",
|
|
57
|
+
"name": "inbound.type"
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"type": "Hidden",
|
|
62
|
+
"generatedValue": {
|
|
63
|
+
"type": "uuid"
|
|
65
64
|
},
|
|
66
|
-
"
|
|
65
|
+
"binding": {
|
|
66
|
+
"type": "bpmn:Message#property",
|
|
67
|
+
"name": "name"
|
|
68
|
+
}
|
|
67
69
|
},
|
|
68
70
|
{
|
|
69
|
-
"id": "authentication.type",
|
|
70
71
|
"label": "Type",
|
|
72
|
+
"id": "authenticationType",
|
|
73
|
+
"group": "authentication",
|
|
71
74
|
"description": "Choose the authentication type. Select 'None' if no authentication is necessary",
|
|
72
75
|
"value": "noAuth",
|
|
73
|
-
"group": "authentication",
|
|
74
|
-
"binding": {
|
|
75
|
-
"name": "authentication.type",
|
|
76
|
-
"type": "zeebe:property"
|
|
77
|
-
},
|
|
78
76
|
"type": "Dropdown",
|
|
79
77
|
"choices": [
|
|
80
78
|
{
|
|
81
|
-
"name": "
|
|
82
|
-
"value": "
|
|
79
|
+
"name": "None",
|
|
80
|
+
"value": "noAuth"
|
|
83
81
|
},
|
|
84
82
|
{
|
|
85
83
|
"name": "Basic",
|
|
@@ -89,241 +87,229 @@
|
|
|
89
87
|
"name": "Bearer token",
|
|
90
88
|
"value": "bearer"
|
|
91
89
|
},
|
|
92
|
-
{
|
|
93
|
-
"name": "None",
|
|
94
|
-
"value": "noAuth"
|
|
95
|
-
},
|
|
96
90
|
{
|
|
97
91
|
"name": "OAuth 2.0",
|
|
98
92
|
"value": "oauth-client-credentials-flow"
|
|
99
93
|
}
|
|
100
|
-
]
|
|
94
|
+
],
|
|
95
|
+
"binding": {
|
|
96
|
+
"type": "zeebe:property",
|
|
97
|
+
"name": "authentication.type"
|
|
98
|
+
}
|
|
101
99
|
},
|
|
102
100
|
{
|
|
103
|
-
"id": "
|
|
104
|
-
"label": "
|
|
105
|
-
"
|
|
106
|
-
"optional": false,
|
|
107
|
-
"value": "headers",
|
|
108
|
-
"constraints": {
|
|
109
|
-
"notEmpty": true
|
|
110
|
-
},
|
|
111
|
-
"group": "authentication",
|
|
112
|
-
"binding": {
|
|
113
|
-
"name": "authentication.apiKeyLocation",
|
|
114
|
-
"type": "zeebe:property"
|
|
115
|
-
},
|
|
116
|
-
"condition": {
|
|
117
|
-
"property": "authentication.type",
|
|
118
|
-
"equals": "apiKey",
|
|
119
|
-
"type": "simple"
|
|
120
|
-
},
|
|
101
|
+
"id": "method",
|
|
102
|
+
"label": "Method",
|
|
103
|
+
"group": "endpoint",
|
|
121
104
|
"type": "Dropdown",
|
|
105
|
+
"value": "get",
|
|
122
106
|
"choices": [
|
|
123
107
|
{
|
|
124
|
-
"name": "
|
|
125
|
-
"value": "
|
|
108
|
+
"name": "GET",
|
|
109
|
+
"value": "get"
|
|
126
110
|
},
|
|
127
111
|
{
|
|
128
|
-
"name": "
|
|
129
|
-
"value": "
|
|
112
|
+
"name": "POST",
|
|
113
|
+
"value": "post"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"name": "PATCH",
|
|
117
|
+
"value": "patch"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"name": "PUT",
|
|
121
|
+
"value": "put"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"name": "DELETE",
|
|
125
|
+
"value": "delete"
|
|
130
126
|
}
|
|
131
|
-
]
|
|
127
|
+
],
|
|
128
|
+
"binding": {
|
|
129
|
+
"type": "zeebe:property",
|
|
130
|
+
"name": "method"
|
|
131
|
+
}
|
|
132
132
|
},
|
|
133
133
|
{
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"notEmpty": true
|
|
139
|
-
},
|
|
140
|
-
"group": "authentication",
|
|
134
|
+
"label": "URL",
|
|
135
|
+
"group": "endpoint",
|
|
136
|
+
"type": "String",
|
|
137
|
+
"feel": "optional",
|
|
141
138
|
"binding": {
|
|
142
|
-
"
|
|
143
|
-
"
|
|
144
|
-
},
|
|
145
|
-
"condition": {
|
|
146
|
-
"property": "authentication.type",
|
|
147
|
-
"equals": "apiKey",
|
|
148
|
-
"type": "simple"
|
|
139
|
+
"type": "zeebe:property",
|
|
140
|
+
"name": "url"
|
|
149
141
|
},
|
|
150
|
-
"
|
|
142
|
+
"constraints": {
|
|
143
|
+
"notEmpty": true,
|
|
144
|
+
"pattern": {
|
|
145
|
+
"value": "^(=|(https?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
|
|
146
|
+
"message": "must be a http(s) URL"
|
|
147
|
+
}
|
|
148
|
+
}
|
|
151
149
|
},
|
|
152
150
|
{
|
|
153
|
-
"
|
|
154
|
-
"
|
|
155
|
-
"
|
|
156
|
-
"
|
|
157
|
-
|
|
158
|
-
},
|
|
159
|
-
"group": "authentication",
|
|
151
|
+
"label": "Query parameters",
|
|
152
|
+
"description": "Map of query parameters to add to the request URL",
|
|
153
|
+
"group": "endpoint",
|
|
154
|
+
"type": "Text",
|
|
155
|
+
"feel": "required",
|
|
160
156
|
"binding": {
|
|
161
|
-
"
|
|
162
|
-
"
|
|
163
|
-
},
|
|
164
|
-
"condition": {
|
|
165
|
-
"property": "authentication.type",
|
|
166
|
-
"equals": "apiKey",
|
|
167
|
-
"type": "simple"
|
|
157
|
+
"type": "zeebe:property",
|
|
158
|
+
"name": "queryParameters"
|
|
168
159
|
},
|
|
169
|
-
"
|
|
160
|
+
"optional": true
|
|
170
161
|
},
|
|
171
162
|
{
|
|
172
|
-
"
|
|
173
|
-
"
|
|
174
|
-
"
|
|
175
|
-
"
|
|
176
|
-
|
|
177
|
-
},
|
|
178
|
-
"group": "authentication",
|
|
163
|
+
"label": "HTTP headers",
|
|
164
|
+
"description": "Map of HTTP headers to add to the request",
|
|
165
|
+
"group": "endpoint",
|
|
166
|
+
"type": "Text",
|
|
167
|
+
"feel": "required",
|
|
179
168
|
"binding": {
|
|
180
|
-
"
|
|
181
|
-
"
|
|
182
|
-
},
|
|
183
|
-
"condition": {
|
|
184
|
-
"property": "authentication.type",
|
|
185
|
-
"equals": "basic",
|
|
186
|
-
"type": "simple"
|
|
169
|
+
"type": "zeebe:property",
|
|
170
|
+
"name": "headers"
|
|
187
171
|
},
|
|
188
|
-
"
|
|
172
|
+
"optional": true
|
|
189
173
|
},
|
|
190
174
|
{
|
|
191
|
-
"
|
|
192
|
-
"
|
|
193
|
-
"
|
|
175
|
+
"label": "Interval",
|
|
176
|
+
"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>",
|
|
177
|
+
"group": "endpoint",
|
|
178
|
+
"type": "String",
|
|
179
|
+
"feel": "optional",
|
|
180
|
+
"value": "PT50S",
|
|
181
|
+
"binding": {
|
|
182
|
+
"type": "zeebe:property",
|
|
183
|
+
"name": "httpRequestInterval"
|
|
184
|
+
},
|
|
194
185
|
"constraints": {
|
|
195
|
-
"notEmpty": true
|
|
186
|
+
"notEmpty": true,
|
|
187
|
+
"pattern": {
|
|
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
|
+
"message": "value must be defined"
|
|
190
|
+
}
|
|
196
191
|
},
|
|
197
|
-
"
|
|
192
|
+
"optional": false
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"group": "endpoint",
|
|
196
|
+
"type": "Hidden",
|
|
197
|
+
"value": "PT5S",
|
|
198
198
|
"binding": {
|
|
199
|
-
"
|
|
200
|
-
"
|
|
201
|
-
},
|
|
202
|
-
"condition": {
|
|
203
|
-
"property": "authentication.type",
|
|
204
|
-
"equals": "basic",
|
|
205
|
-
"type": "simple"
|
|
199
|
+
"type": "zeebe:property",
|
|
200
|
+
"name": "processPollingInterval"
|
|
206
201
|
},
|
|
207
|
-
"
|
|
202
|
+
"optional": true
|
|
208
203
|
},
|
|
209
204
|
{
|
|
210
|
-
"id": "authentication.token",
|
|
211
205
|
"label": "Bearer token",
|
|
212
|
-
"optional": false,
|
|
213
|
-
"constraints": {
|
|
214
|
-
"notEmpty": true
|
|
215
|
-
},
|
|
216
206
|
"group": "authentication",
|
|
207
|
+
"type": "String",
|
|
208
|
+
"feel": "optional",
|
|
217
209
|
"binding": {
|
|
218
|
-
"
|
|
219
|
-
"
|
|
210
|
+
"type": "zeebe:property",
|
|
211
|
+
"name": "authentication.token"
|
|
220
212
|
},
|
|
221
|
-
"
|
|
222
|
-
"
|
|
223
|
-
"equals": "bearer",
|
|
224
|
-
"type": "simple"
|
|
213
|
+
"constraints": {
|
|
214
|
+
"notEmpty": true
|
|
225
215
|
},
|
|
226
|
-
"
|
|
216
|
+
"condition": {
|
|
217
|
+
"property": "authenticationType",
|
|
218
|
+
"equals": "bearer"
|
|
219
|
+
}
|
|
227
220
|
},
|
|
228
221
|
{
|
|
229
|
-
"
|
|
230
|
-
"label": "OAuth 2.0 token endpoint",
|
|
222
|
+
"label": "OAuth token endpoint",
|
|
231
223
|
"description": "The OAuth token endpoint",
|
|
232
|
-
"optional": false,
|
|
233
|
-
"constraints": {
|
|
234
|
-
"notEmpty": true,
|
|
235
|
-
"pattern": {
|
|
236
|
-
"value": "^(=|(http://|https://|secrets|\\{\\{).*$)",
|
|
237
|
-
"message": "Must be a http(s) URL"
|
|
238
|
-
}
|
|
239
|
-
},
|
|
240
224
|
"group": "authentication",
|
|
225
|
+
"type": "String",
|
|
226
|
+
"feel": "optional",
|
|
241
227
|
"binding": {
|
|
242
|
-
"
|
|
243
|
-
"
|
|
228
|
+
"type": "zeebe:property",
|
|
229
|
+
"name": "authentication.oauthTokenEndpoint"
|
|
244
230
|
},
|
|
245
|
-
"
|
|
246
|
-
"
|
|
247
|
-
"equals": "oauth-client-credentials-flow",
|
|
248
|
-
"type": "simple"
|
|
231
|
+
"constraints": {
|
|
232
|
+
"notEmpty": true
|
|
249
233
|
},
|
|
250
|
-
"
|
|
234
|
+
"condition": {
|
|
235
|
+
"property": "authenticationType",
|
|
236
|
+
"equals": "oauth-client-credentials-flow"
|
|
237
|
+
}
|
|
251
238
|
},
|
|
252
239
|
{
|
|
253
|
-
"id": "authentication.clientId",
|
|
254
240
|
"label": "Client ID",
|
|
255
241
|
"description": "Your application's client ID from the OAuth client",
|
|
256
|
-
"optional": false,
|
|
257
|
-
"constraints": {
|
|
258
|
-
"notEmpty": true
|
|
259
|
-
},
|
|
260
242
|
"group": "authentication",
|
|
243
|
+
"type": "String",
|
|
244
|
+
"feel": "optional",
|
|
261
245
|
"binding": {
|
|
262
|
-
"
|
|
263
|
-
"
|
|
246
|
+
"type": "zeebe:property",
|
|
247
|
+
"name": "authentication.clientId"
|
|
264
248
|
},
|
|
265
|
-
"
|
|
266
|
-
"
|
|
267
|
-
"equals": "oauth-client-credentials-flow",
|
|
268
|
-
"type": "simple"
|
|
249
|
+
"constraints": {
|
|
250
|
+
"notEmpty": true
|
|
269
251
|
},
|
|
270
|
-
"
|
|
252
|
+
"condition": {
|
|
253
|
+
"property": "authenticationType",
|
|
254
|
+
"equals": "oauth-client-credentials-flow"
|
|
255
|
+
}
|
|
271
256
|
},
|
|
272
257
|
{
|
|
273
|
-
"id": "authentication.clientSecret",
|
|
274
258
|
"label": "Client secret",
|
|
275
259
|
"description": "Your application's client secret from the OAuth client",
|
|
276
|
-
"
|
|
260
|
+
"group": "authentication",
|
|
261
|
+
"type": "String",
|
|
262
|
+
"feel": "optional",
|
|
263
|
+
"binding": {
|
|
264
|
+
"type": "zeebe:property",
|
|
265
|
+
"name": "authentication.clientSecret"
|
|
266
|
+
},
|
|
277
267
|
"constraints": {
|
|
278
268
|
"notEmpty": true
|
|
279
269
|
},
|
|
270
|
+
"condition": {
|
|
271
|
+
"property": "authenticationType",
|
|
272
|
+
"equals": "oauth-client-credentials-flow"
|
|
273
|
+
}
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"label": "Scopes",
|
|
277
|
+
"description": "The scopes which you want to request authorization for (e.g.read:contacts)",
|
|
280
278
|
"group": "authentication",
|
|
279
|
+
"type": "String",
|
|
280
|
+
"feel": "optional",
|
|
281
|
+
"optional": true,
|
|
281
282
|
"binding": {
|
|
282
|
-
"
|
|
283
|
-
"
|
|
283
|
+
"type": "zeebe:property",
|
|
284
|
+
"name": "authentication.scopes"
|
|
284
285
|
},
|
|
285
286
|
"condition": {
|
|
286
|
-
"property": "
|
|
287
|
-
"equals": "oauth-client-credentials-flow"
|
|
288
|
-
|
|
289
|
-
},
|
|
290
|
-
"type": "String"
|
|
287
|
+
"property": "authenticationType",
|
|
288
|
+
"equals": "oauth-client-credentials-flow"
|
|
289
|
+
}
|
|
291
290
|
},
|
|
292
291
|
{
|
|
293
|
-
"id": "authentication.audience",
|
|
294
292
|
"label": "Audience",
|
|
295
293
|
"description": "The unique identifier of the target API you want to access",
|
|
296
|
-
"optional": true,
|
|
297
294
|
"group": "authentication",
|
|
295
|
+
"type": "String",
|
|
296
|
+
"feel": "optional",
|
|
297
|
+
"optional": true,
|
|
298
298
|
"binding": {
|
|
299
|
-
"
|
|
300
|
-
"
|
|
299
|
+
"type": "zeebe:property",
|
|
300
|
+
"name": "authentication.audience"
|
|
301
301
|
},
|
|
302
302
|
"condition": {
|
|
303
|
-
"property": "
|
|
304
|
-
"equals": "oauth-client-credentials-flow"
|
|
305
|
-
|
|
306
|
-
},
|
|
307
|
-
"type": "String"
|
|
303
|
+
"property": "authenticationType",
|
|
304
|
+
"equals": "oauth-client-credentials-flow"
|
|
305
|
+
}
|
|
308
306
|
},
|
|
309
307
|
{
|
|
310
|
-
"id": "authentication.clientAuthentication",
|
|
311
308
|
"label": "Client authentication",
|
|
312
|
-
"
|
|
313
|
-
"optional": false,
|
|
314
|
-
"constraints": {
|
|
315
|
-
"notEmpty": true
|
|
316
|
-
},
|
|
309
|
+
"id": "authentication.clientAuthentication",
|
|
317
310
|
"group": "authentication",
|
|
318
|
-
"
|
|
319
|
-
|
|
320
|
-
"type": "zeebe:property"
|
|
321
|
-
},
|
|
322
|
-
"condition": {
|
|
323
|
-
"property": "authentication.type",
|
|
324
|
-
"equals": "oauth-client-credentials-flow",
|
|
325
|
-
"type": "simple"
|
|
326
|
-
},
|
|
311
|
+
"description": "Send client ID and client secret as Basic Auth request in the header, or as client credentials in the request body",
|
|
312
|
+
"value": "basicAuthHeader",
|
|
327
313
|
"type": "Dropdown",
|
|
328
314
|
"choices": [
|
|
329
315
|
{
|
|
@@ -334,341 +320,159 @@
|
|
|
334
320
|
"name": "Send as Basic Auth header",
|
|
335
321
|
"value": "basicAuthHeader"
|
|
336
322
|
}
|
|
337
|
-
]
|
|
323
|
+
],
|
|
324
|
+
"binding": {
|
|
325
|
+
"type": "zeebe:property",
|
|
326
|
+
"name": "authentication.clientAuthentication"
|
|
327
|
+
},
|
|
328
|
+
"condition": {
|
|
329
|
+
"property": "authenticationType",
|
|
330
|
+
"equals": "oauth-client-credentials-flow"
|
|
331
|
+
}
|
|
338
332
|
},
|
|
339
333
|
{
|
|
340
|
-
"
|
|
341
|
-
"label": "Scopes",
|
|
342
|
-
"description": "The scopes which you want to request authorization for (e.g.read:contacts)",
|
|
343
|
-
"optional": true,
|
|
334
|
+
"label": "Username",
|
|
344
335
|
"group": "authentication",
|
|
336
|
+
"type": "String",
|
|
337
|
+
"feel": "optional",
|
|
345
338
|
"binding": {
|
|
346
|
-
"
|
|
347
|
-
"
|
|
339
|
+
"type": "zeebe:property",
|
|
340
|
+
"name": "authentication.username"
|
|
348
341
|
},
|
|
349
|
-
"
|
|
350
|
-
"
|
|
351
|
-
"equals": "oauth-client-credentials-flow",
|
|
352
|
-
"type": "simple"
|
|
342
|
+
"constraints": {
|
|
343
|
+
"notEmpty": true
|
|
353
344
|
},
|
|
354
|
-
"
|
|
345
|
+
"condition": {
|
|
346
|
+
"property": "authenticationType",
|
|
347
|
+
"equals": "basic"
|
|
348
|
+
}
|
|
355
349
|
},
|
|
356
350
|
{
|
|
357
|
-
"
|
|
358
|
-
"
|
|
359
|
-
"
|
|
360
|
-
"
|
|
351
|
+
"label": "Password",
|
|
352
|
+
"group": "authentication",
|
|
353
|
+
"type": "String",
|
|
354
|
+
"feel": "optional",
|
|
355
|
+
"binding": {
|
|
356
|
+
"type": "zeebe:property",
|
|
357
|
+
"name": "authentication.password"
|
|
358
|
+
},
|
|
361
359
|
"constraints": {
|
|
362
360
|
"notEmpty": true
|
|
363
361
|
},
|
|
364
|
-
"
|
|
365
|
-
|
|
366
|
-
"
|
|
367
|
-
|
|
368
|
-
},
|
|
369
|
-
"type": "Dropdown",
|
|
370
|
-
"choices": [
|
|
371
|
-
{
|
|
372
|
-
"name": "POST",
|
|
373
|
-
"value": "POST"
|
|
374
|
-
},
|
|
375
|
-
{
|
|
376
|
-
"name": "GET",
|
|
377
|
-
"value": "GET"
|
|
378
|
-
},
|
|
379
|
-
{
|
|
380
|
-
"name": "DELETE",
|
|
381
|
-
"value": "DELETE"
|
|
382
|
-
},
|
|
383
|
-
{
|
|
384
|
-
"name": "PATCH",
|
|
385
|
-
"value": "PATCH"
|
|
386
|
-
},
|
|
387
|
-
{
|
|
388
|
-
"name": "PUT",
|
|
389
|
-
"value": "PUT"
|
|
390
|
-
}
|
|
391
|
-
]
|
|
362
|
+
"condition": {
|
|
363
|
+
"property": "authenticationType",
|
|
364
|
+
"equals": "basic"
|
|
365
|
+
}
|
|
392
366
|
},
|
|
393
367
|
{
|
|
394
|
-
"
|
|
395
|
-
"
|
|
396
|
-
"
|
|
397
|
-
"
|
|
398
|
-
"notEmpty": true,
|
|
399
|
-
"pattern": {
|
|
400
|
-
"value": "^(=|(http://|https://|secrets|\\{\\{).*$)",
|
|
401
|
-
"message": "Must be a http(s) URL"
|
|
402
|
-
}
|
|
403
|
-
},
|
|
368
|
+
"label": "Request body",
|
|
369
|
+
"description": "Payload to send with the request",
|
|
370
|
+
"group": "input",
|
|
371
|
+
"type": "Text",
|
|
404
372
|
"feel": "optional",
|
|
405
|
-
"group": "endpoint",
|
|
406
373
|
"binding": {
|
|
407
|
-
"
|
|
408
|
-
"
|
|
374
|
+
"type": "zeebe:property",
|
|
375
|
+
"name": "body"
|
|
409
376
|
},
|
|
410
|
-
"
|
|
377
|
+
"condition": {
|
|
378
|
+
"property": "method",
|
|
379
|
+
"oneOf": ["post", "put", "patch"]
|
|
380
|
+
},
|
|
381
|
+
"optional": true
|
|
411
382
|
},
|
|
412
383
|
{
|
|
413
|
-
"
|
|
414
|
-
"
|
|
415
|
-
"
|
|
416
|
-
"optional": true,
|
|
384
|
+
"label": "Correlation key (process)",
|
|
385
|
+
"type": "String",
|
|
386
|
+
"group": "activation",
|
|
417
387
|
"feel": "required",
|
|
418
|
-
"
|
|
388
|
+
"description": "Sets up the correlation key from process variables",
|
|
419
389
|
"binding": {
|
|
420
|
-
"
|
|
421
|
-
"
|
|
390
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
391
|
+
"name": "correlationKey"
|
|
422
392
|
},
|
|
423
|
-
"
|
|
393
|
+
"constraints": {
|
|
394
|
+
"notEmpty": true
|
|
395
|
+
}
|
|
424
396
|
},
|
|
425
397
|
{
|
|
426
|
-
"
|
|
427
|
-
"
|
|
428
|
-
"
|
|
429
|
-
"optional": true,
|
|
398
|
+
"label": "Correlation key (payload)",
|
|
399
|
+
"type": "String",
|
|
400
|
+
"group": "activation",
|
|
430
401
|
"feel": "required",
|
|
431
|
-
"group": "endpoint",
|
|
432
402
|
"binding": {
|
|
433
|
-
"
|
|
434
|
-
"
|
|
403
|
+
"type": "zeebe:property",
|
|
404
|
+
"name": "correlationKeyExpression"
|
|
435
405
|
},
|
|
436
|
-
"
|
|
406
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
407
|
+
"constraints": {
|
|
408
|
+
"notEmpty": true
|
|
409
|
+
}
|
|
437
410
|
},
|
|
438
411
|
{
|
|
439
|
-
"
|
|
440
|
-
"
|
|
441
|
-
"
|
|
412
|
+
"label": "Condition",
|
|
413
|
+
"type": "String",
|
|
414
|
+
"group": "activation",
|
|
415
|
+
"feel": "required",
|
|
442
416
|
"optional": true,
|
|
443
|
-
"group": "endpoint",
|
|
444
417
|
"binding": {
|
|
445
|
-
"
|
|
446
|
-
"
|
|
418
|
+
"type": "zeebe:property",
|
|
419
|
+
"name": "activationCondition"
|
|
447
420
|
},
|
|
448
|
-
"
|
|
421
|
+
"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>"
|
|
449
422
|
},
|
|
450
423
|
{
|
|
451
|
-
"
|
|
452
|
-
"
|
|
453
|
-
"description": "If enabled, HTTP 3xx redirects will be followed automatically. Disabled by default.",
|
|
454
|
-
"optional": true,
|
|
455
|
-
"value": false,
|
|
456
|
-
"feel": "static",
|
|
424
|
+
"label": "Connection timeout",
|
|
425
|
+
"description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
|
|
457
426
|
"group": "endpoint",
|
|
458
|
-
"
|
|
459
|
-
"name": "followRedirects",
|
|
460
|
-
"type": "zeebe:property"
|
|
461
|
-
},
|
|
462
|
-
"type": "Boolean"
|
|
463
|
-
},
|
|
464
|
-
{
|
|
465
|
-
"id": "body",
|
|
466
|
-
"label": "Request body",
|
|
467
|
-
"description": "Payload to send with the request",
|
|
468
|
-
"optional": true,
|
|
469
|
-
"feel": "optional",
|
|
470
|
-
"group": "payload",
|
|
471
|
-
"binding": {
|
|
472
|
-
"name": "body",
|
|
473
|
-
"type": "zeebe:property"
|
|
474
|
-
},
|
|
475
|
-
"condition": {
|
|
476
|
-
"property": "method",
|
|
477
|
-
"oneOf": ["POST", "PUT", "PATCH"],
|
|
478
|
-
"type": "simple"
|
|
479
|
-
},
|
|
480
|
-
"type": "Text"
|
|
481
|
-
},
|
|
482
|
-
{
|
|
483
|
-
"id": "httpRequestInterval",
|
|
484
|
-
"label": "Http request interval",
|
|
485
|
-
"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>",
|
|
486
|
-
"optional": false,
|
|
487
|
-
"value": "PT50S",
|
|
488
|
-
"feel": "optional",
|
|
489
|
-
"group": "interval",
|
|
490
|
-
"binding": {
|
|
491
|
-
"name": "httpRequestInterval",
|
|
492
|
-
"type": "zeebe:property"
|
|
493
|
-
},
|
|
494
|
-
"type": "String"
|
|
495
|
-
},
|
|
496
|
-
{
|
|
497
|
-
"id": "processPollingInterval",
|
|
498
|
-
"label": "Process polling interval",
|
|
499
|
-
"optional": false,
|
|
500
|
-
"value": "PT5S",
|
|
501
|
-
"group": "interval",
|
|
502
|
-
"binding": {
|
|
503
|
-
"name": "processPollingInterval",
|
|
504
|
-
"type": "zeebe:property"
|
|
505
|
-
},
|
|
506
|
-
"type": "Hidden"
|
|
507
|
-
},
|
|
508
|
-
{
|
|
509
|
-
"id": "connectionTimeoutInSeconds",
|
|
510
|
-
"label": "Connection timeout in seconds",
|
|
511
|
-
"description": "Defines the connection timeout in seconds, or 0 for an infinite timeout",
|
|
512
|
-
"optional": false,
|
|
513
|
-
"value": "20",
|
|
514
|
-
"constraints": {
|
|
515
|
-
"notEmpty": true,
|
|
516
|
-
"pattern": {
|
|
517
|
-
"value": "^\\d+$",
|
|
518
|
-
"message": "Must be a number"
|
|
519
|
-
}
|
|
520
|
-
},
|
|
521
|
-
"feel": "optional",
|
|
522
|
-
"group": "timeout",
|
|
523
|
-
"binding": {
|
|
524
|
-
"name": "connectionTimeoutInSeconds",
|
|
525
|
-
"type": "zeebe:property"
|
|
526
|
-
},
|
|
527
|
-
"tooltip": "Set the timeout in seconds to establish a connection or 0 for an infinite timeout",
|
|
528
|
-
"type": "String"
|
|
529
|
-
},
|
|
530
|
-
{
|
|
531
|
-
"id": "readTimeoutInSeconds",
|
|
532
|
-
"label": "Read timeout in seconds",
|
|
533
|
-
"description": "Timeout in seconds to read data from an established connection or 0 for an infinite timeout",
|
|
534
|
-
"optional": false,
|
|
427
|
+
"type": "String",
|
|
535
428
|
"value": "20",
|
|
536
|
-
"constraints": {
|
|
537
|
-
"notEmpty": true,
|
|
538
|
-
"pattern": {
|
|
539
|
-
"value": "^\\d+$",
|
|
540
|
-
"message": "Must be a number"
|
|
541
|
-
}
|
|
542
|
-
},
|
|
543
|
-
"feel": "optional",
|
|
544
|
-
"group": "timeout",
|
|
545
|
-
"binding": {
|
|
546
|
-
"name": "readTimeoutInSeconds",
|
|
547
|
-
"type": "zeebe:property"
|
|
548
|
-
},
|
|
549
|
-
"type": "String"
|
|
550
|
-
},
|
|
551
|
-
{
|
|
552
|
-
"id": "activationCondition",
|
|
553
|
-
"label": "Activation condition",
|
|
554
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
555
|
-
"optional": true,
|
|
556
|
-
"feel": "required",
|
|
557
|
-
"group": "activation",
|
|
558
|
-
"binding": {
|
|
559
|
-
"name": "activationCondition",
|
|
560
|
-
"type": "zeebe:property"
|
|
561
|
-
},
|
|
562
|
-
"type": "String"
|
|
563
|
-
},
|
|
564
|
-
{
|
|
565
|
-
"id": "correlationKeyProcess",
|
|
566
|
-
"label": "Correlation key (process)",
|
|
567
|
-
"description": "Sets up the correlation key from process variables",
|
|
568
|
-
"constraints": {
|
|
569
|
-
"notEmpty": true
|
|
570
|
-
},
|
|
571
|
-
"feel": "required",
|
|
572
|
-
"group": "correlation",
|
|
573
429
|
"binding": {
|
|
574
|
-
"
|
|
575
|
-
"
|
|
576
|
-
},
|
|
577
|
-
"type": "String"
|
|
578
|
-
},
|
|
579
|
-
{
|
|
580
|
-
"id": "correlationKeyPayload",
|
|
581
|
-
"label": "Correlation key (payload)",
|
|
582
|
-
"description": "Extracts the correlation key from the incoming message payload",
|
|
583
|
-
"constraints": {
|
|
584
|
-
"notEmpty": true
|
|
585
|
-
},
|
|
586
|
-
"feel": "required",
|
|
587
|
-
"group": "correlation",
|
|
588
|
-
"binding": {
|
|
589
|
-
"name": "correlationKeyExpression",
|
|
590
|
-
"type": "zeebe:property"
|
|
591
|
-
},
|
|
592
|
-
"type": "String"
|
|
593
|
-
},
|
|
594
|
-
{
|
|
595
|
-
"id": "messageIdExpression",
|
|
596
|
-
"label": "Message ID expression",
|
|
597
|
-
"description": "Expression to extract unique identifier of a message",
|
|
598
|
-
"optional": true,
|
|
599
|
-
"feel": "required",
|
|
600
|
-
"group": "correlation",
|
|
601
|
-
"binding": {
|
|
602
|
-
"name": "messageIdExpression",
|
|
603
|
-
"type": "zeebe:property"
|
|
430
|
+
"type": "zeebe:property",
|
|
431
|
+
"name": "connectionTimeoutInSeconds"
|
|
604
432
|
},
|
|
605
|
-
"type": "String"
|
|
606
|
-
},
|
|
607
|
-
{
|
|
608
|
-
"id": "messageTtl",
|
|
609
|
-
"label": "Message TTL",
|
|
610
|
-
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
611
433
|
"optional": true,
|
|
434
|
+
"feel": "optional",
|
|
612
435
|
"constraints": {
|
|
613
436
|
"notEmpty": false,
|
|
614
437
|
"pattern": {
|
|
615
|
-
"value": "^(
|
|
616
|
-
"message": "must be
|
|
438
|
+
"value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
|
|
439
|
+
"message": "must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
617
440
|
}
|
|
618
|
-
}
|
|
619
|
-
"feel": "optional",
|
|
620
|
-
"group": "correlation",
|
|
621
|
-
"binding": {
|
|
622
|
-
"name": "messageTtl",
|
|
623
|
-
"type": "zeebe:property"
|
|
624
|
-
},
|
|
625
|
-
"type": "String"
|
|
626
|
-
},
|
|
627
|
-
{
|
|
628
|
-
"id": "messageNameUuid",
|
|
629
|
-
"generatedValue": {
|
|
630
|
-
"type": "uuid"
|
|
631
|
-
},
|
|
632
|
-
"group": "correlation",
|
|
633
|
-
"binding": {
|
|
634
|
-
"name": "name",
|
|
635
|
-
"type": "bpmn:Message#property"
|
|
636
|
-
},
|
|
637
|
-
"type": "Hidden"
|
|
441
|
+
}
|
|
638
442
|
},
|
|
639
443
|
{
|
|
640
|
-
"id": "resultVariable",
|
|
641
444
|
"label": "Result variable",
|
|
642
|
-
"
|
|
643
|
-
"group": "
|
|
445
|
+
"type": "String",
|
|
446
|
+
"group": "variable-mapping",
|
|
447
|
+
"optional": true,
|
|
644
448
|
"binding": {
|
|
645
|
-
"
|
|
646
|
-
"
|
|
449
|
+
"type": "zeebe:property",
|
|
450
|
+
"name": "resultVariable"
|
|
647
451
|
},
|
|
648
|
-
"
|
|
452
|
+
"description": "Name of variable to store the result of the connector in"
|
|
649
453
|
},
|
|
650
454
|
{
|
|
651
|
-
"id": "resultExpression",
|
|
652
455
|
"label": "Result expression",
|
|
653
|
-
"
|
|
456
|
+
"type": "String",
|
|
457
|
+
"group": "variable-mapping",
|
|
654
458
|
"feel": "required",
|
|
655
|
-
"
|
|
459
|
+
"optional": true,
|
|
656
460
|
"binding": {
|
|
657
|
-
"
|
|
658
|
-
"
|
|
461
|
+
"type": "zeebe:property",
|
|
462
|
+
"name": "resultExpression"
|
|
659
463
|
},
|
|
660
|
-
"
|
|
464
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
661
465
|
}
|
|
662
466
|
],
|
|
663
|
-
"
|
|
664
|
-
"
|
|
467
|
+
"engines": {
|
|
468
|
+
"camunda": "^8.3"
|
|
665
469
|
}
|
|
666
470
|
},
|
|
667
471
|
{
|
|
668
472
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
669
473
|
"name": "HTTP Polling Intermediate Catch Event Connector",
|
|
670
474
|
"id": "io.camunda.connectors.http.Polling",
|
|
671
|
-
"version":
|
|
475
|
+
"version": 3,
|
|
672
476
|
"description": "Polls endpoint at regular intervals",
|
|
673
477
|
"icon": {
|
|
674
478
|
"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"
|
|
@@ -850,7 +654,7 @@
|
|
|
850
654
|
"constraints": {
|
|
851
655
|
"notEmpty": true,
|
|
852
656
|
"pattern": {
|
|
853
|
-
"value": "
|
|
657
|
+
"value": "^P(?=\\d|T\\d)(?:\\d+Y)?(?:\\d+M)?(?:\\d+W)?(?:\\d+D)?(?:T(?:\\d+H)?(?:\\d+M)?(?:\\d+(?:\\.\\d{1,3})?S)?)$",
|
|
854
658
|
"message": "value must be defined"
|
|
855
659
|
}
|
|
856
660
|
},
|
|
@@ -862,7 +666,7 @@
|
|
|
862
666
|
"value": "PT5S",
|
|
863
667
|
"binding": {
|
|
864
668
|
"type": "zeebe:property",
|
|
865
|
-
"name": "
|
|
669
|
+
"name": "processPollingInterval"
|
|
866
670
|
},
|
|
867
671
|
"optional": true
|
|
868
672
|
},
|
|
@@ -1137,12 +941,12 @@
|
|
|
1137
941
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1138
942
|
"name": "HTTP Polling Intermediate Catch Event Connector",
|
|
1139
943
|
"id": "io.camunda.connectors.http.Polling",
|
|
944
|
+
"version": 1,
|
|
1140
945
|
"description": "Polls endpoint at regular intervals",
|
|
1141
|
-
"
|
|
1142
|
-
"
|
|
946
|
+
"icon": {
|
|
947
|
+
"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"
|
|
1143
948
|
},
|
|
1144
949
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/polling/",
|
|
1145
|
-
"version": 4,
|
|
1146
950
|
"category": {
|
|
1147
951
|
"id": "connectors",
|
|
1148
952
|
"name": "Connectors"
|
|
@@ -1152,9 +956,6 @@
|
|
|
1152
956
|
"value": "bpmn:IntermediateCatchEvent",
|
|
1153
957
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
1154
958
|
},
|
|
1155
|
-
"engines": {
|
|
1156
|
-
"camunda": "^8.8"
|
|
1157
|
-
},
|
|
1158
959
|
"groups": [
|
|
1159
960
|
{
|
|
1160
961
|
"id": "authentication",
|
|
@@ -1165,55 +966,56 @@
|
|
|
1165
966
|
"label": "HTTP Polling configuration"
|
|
1166
967
|
},
|
|
1167
968
|
{
|
|
1168
|
-
"id": "
|
|
969
|
+
"id": "input",
|
|
1169
970
|
"label": "Payload"
|
|
1170
971
|
},
|
|
1171
972
|
{
|
|
1172
|
-
"id": "
|
|
1173
|
-
"label": "
|
|
1174
|
-
},
|
|
1175
|
-
{
|
|
1176
|
-
"id": "timeout",
|
|
1177
|
-
"label": "Connection timeout"
|
|
973
|
+
"id": "activation",
|
|
974
|
+
"label": "Condition to proceed"
|
|
1178
975
|
},
|
|
1179
976
|
{
|
|
1180
|
-
"id": "
|
|
1181
|
-
"label": "
|
|
977
|
+
"id": "timer",
|
|
978
|
+
"label": "Timer"
|
|
1182
979
|
},
|
|
1183
980
|
{
|
|
1184
|
-
"id": "
|
|
1185
|
-
"label": "
|
|
1186
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
981
|
+
"id": "timeout",
|
|
982
|
+
"label": "Connect timeout"
|
|
1187
983
|
},
|
|
1188
984
|
{
|
|
1189
|
-
"id": "
|
|
1190
|
-
"label": "
|
|
985
|
+
"id": "variable-mapping",
|
|
986
|
+
"label": "Response mapping"
|
|
1191
987
|
}
|
|
1192
988
|
],
|
|
1193
989
|
"properties": [
|
|
1194
990
|
{
|
|
991
|
+
"type": "Hidden",
|
|
1195
992
|
"value": "io.camunda:http-polling:1",
|
|
1196
993
|
"binding": {
|
|
1197
|
-
"
|
|
1198
|
-
"
|
|
994
|
+
"type": "zeebe:property",
|
|
995
|
+
"name": "inbound.type"
|
|
996
|
+
}
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
"type": "Hidden",
|
|
1000
|
+
"generatedValue": {
|
|
1001
|
+
"type": "uuid"
|
|
1199
1002
|
},
|
|
1200
|
-
"
|
|
1003
|
+
"binding": {
|
|
1004
|
+
"type": "bpmn:Message#property",
|
|
1005
|
+
"name": "name"
|
|
1006
|
+
}
|
|
1201
1007
|
},
|
|
1202
1008
|
{
|
|
1203
|
-
"id": "authentication.type",
|
|
1204
1009
|
"label": "Type",
|
|
1010
|
+
"id": "authenticationType",
|
|
1011
|
+
"group": "authentication",
|
|
1205
1012
|
"description": "Choose the authentication type. Select 'None' if no authentication is necessary",
|
|
1206
1013
|
"value": "noAuth",
|
|
1207
|
-
"group": "authentication",
|
|
1208
|
-
"binding": {
|
|
1209
|
-
"name": "authentication.type",
|
|
1210
|
-
"type": "zeebe:property"
|
|
1211
|
-
},
|
|
1212
1014
|
"type": "Dropdown",
|
|
1213
1015
|
"choices": [
|
|
1214
1016
|
{
|
|
1215
|
-
"name": "
|
|
1216
|
-
"value": "
|
|
1017
|
+
"name": "None",
|
|
1018
|
+
"value": "noAuth"
|
|
1217
1019
|
},
|
|
1218
1020
|
{
|
|
1219
1021
|
"name": "Basic",
|
|
@@ -1223,241 +1025,229 @@
|
|
|
1223
1025
|
"name": "Bearer token",
|
|
1224
1026
|
"value": "bearer"
|
|
1225
1027
|
},
|
|
1226
|
-
{
|
|
1227
|
-
"name": "None",
|
|
1228
|
-
"value": "noAuth"
|
|
1229
|
-
},
|
|
1230
1028
|
{
|
|
1231
1029
|
"name": "OAuth 2.0",
|
|
1232
1030
|
"value": "oauth-client-credentials-flow"
|
|
1233
1031
|
}
|
|
1234
|
-
]
|
|
1032
|
+
],
|
|
1033
|
+
"binding": {
|
|
1034
|
+
"type": "zeebe:property",
|
|
1035
|
+
"name": "authentication.type"
|
|
1036
|
+
}
|
|
1235
1037
|
},
|
|
1236
1038
|
{
|
|
1237
|
-
"id": "
|
|
1238
|
-
"label": "
|
|
1239
|
-
"
|
|
1240
|
-
"optional": false,
|
|
1241
|
-
"value": "headers",
|
|
1242
|
-
"constraints": {
|
|
1243
|
-
"notEmpty": true
|
|
1244
|
-
},
|
|
1245
|
-
"group": "authentication",
|
|
1246
|
-
"binding": {
|
|
1247
|
-
"name": "authentication.apiKeyLocation",
|
|
1248
|
-
"type": "zeebe:property"
|
|
1249
|
-
},
|
|
1250
|
-
"condition": {
|
|
1251
|
-
"property": "authentication.type",
|
|
1252
|
-
"equals": "apiKey",
|
|
1253
|
-
"type": "simple"
|
|
1254
|
-
},
|
|
1039
|
+
"id": "method",
|
|
1040
|
+
"label": "Method",
|
|
1041
|
+
"group": "endpoint",
|
|
1255
1042
|
"type": "Dropdown",
|
|
1043
|
+
"value": "get",
|
|
1256
1044
|
"choices": [
|
|
1257
1045
|
{
|
|
1258
|
-
"name": "
|
|
1259
|
-
"value": "
|
|
1046
|
+
"name": "GET",
|
|
1047
|
+
"value": "get"
|
|
1260
1048
|
},
|
|
1261
1049
|
{
|
|
1262
|
-
"name": "
|
|
1263
|
-
"value": "
|
|
1050
|
+
"name": "POST",
|
|
1051
|
+
"value": "post"
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
"name": "PATCH",
|
|
1055
|
+
"value": "patch"
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
"name": "PUT",
|
|
1059
|
+
"value": "put"
|
|
1060
|
+
},
|
|
1061
|
+
{
|
|
1062
|
+
"name": "DELETE",
|
|
1063
|
+
"value": "delete"
|
|
1264
1064
|
}
|
|
1265
|
-
]
|
|
1065
|
+
],
|
|
1066
|
+
"binding": {
|
|
1067
|
+
"type": "zeebe:property",
|
|
1068
|
+
"name": "method"
|
|
1069
|
+
}
|
|
1266
1070
|
},
|
|
1267
1071
|
{
|
|
1268
|
-
"
|
|
1269
|
-
"
|
|
1270
|
-
"
|
|
1271
|
-
"
|
|
1272
|
-
"notEmpty": true
|
|
1273
|
-
},
|
|
1274
|
-
"group": "authentication",
|
|
1072
|
+
"label": "URL",
|
|
1073
|
+
"group": "endpoint",
|
|
1074
|
+
"type": "String",
|
|
1075
|
+
"feel": "optional",
|
|
1275
1076
|
"binding": {
|
|
1276
|
-
"
|
|
1277
|
-
"
|
|
1278
|
-
},
|
|
1279
|
-
"condition": {
|
|
1280
|
-
"property": "authentication.type",
|
|
1281
|
-
"equals": "apiKey",
|
|
1282
|
-
"type": "simple"
|
|
1077
|
+
"type": "zeebe:property",
|
|
1078
|
+
"name": "url"
|
|
1283
1079
|
},
|
|
1284
|
-
"
|
|
1080
|
+
"constraints": {
|
|
1081
|
+
"notEmpty": true,
|
|
1082
|
+
"pattern": {
|
|
1083
|
+
"value": "^(=|(https?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
|
|
1084
|
+
"message": "must be a http(s) URL"
|
|
1085
|
+
}
|
|
1086
|
+
}
|
|
1285
1087
|
},
|
|
1286
1088
|
{
|
|
1287
|
-
"
|
|
1288
|
-
"
|
|
1289
|
-
"
|
|
1290
|
-
"
|
|
1291
|
-
|
|
1292
|
-
},
|
|
1293
|
-
"group": "authentication",
|
|
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",
|
|
1294
1094
|
"binding": {
|
|
1295
|
-
"
|
|
1296
|
-
"
|
|
1297
|
-
},
|
|
1298
|
-
"condition": {
|
|
1299
|
-
"property": "authentication.type",
|
|
1300
|
-
"equals": "apiKey",
|
|
1301
|
-
"type": "simple"
|
|
1095
|
+
"type": "zeebe:property",
|
|
1096
|
+
"name": "queryParameters"
|
|
1302
1097
|
},
|
|
1303
|
-
"
|
|
1098
|
+
"optional": true
|
|
1304
1099
|
},
|
|
1305
1100
|
{
|
|
1306
|
-
"
|
|
1307
|
-
"
|
|
1308
|
-
"
|
|
1309
|
-
"
|
|
1310
|
-
|
|
1311
|
-
},
|
|
1312
|
-
"group": "authentication",
|
|
1101
|
+
"label": "HTTP headers",
|
|
1102
|
+
"description": "Map of HTTP headers to add to the request",
|
|
1103
|
+
"group": "endpoint",
|
|
1104
|
+
"type": "Text",
|
|
1105
|
+
"feel": "required",
|
|
1313
1106
|
"binding": {
|
|
1314
|
-
"
|
|
1315
|
-
"
|
|
1316
|
-
},
|
|
1317
|
-
"condition": {
|
|
1318
|
-
"property": "authentication.type",
|
|
1319
|
-
"equals": "basic",
|
|
1320
|
-
"type": "simple"
|
|
1107
|
+
"type": "zeebe:property",
|
|
1108
|
+
"name": "headers"
|
|
1321
1109
|
},
|
|
1322
|
-
"
|
|
1110
|
+
"optional": true
|
|
1323
1111
|
},
|
|
1324
1112
|
{
|
|
1325
|
-
"
|
|
1326
|
-
"
|
|
1327
|
-
"
|
|
1113
|
+
"label": "Interval",
|
|
1114
|
+
"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>",
|
|
1115
|
+
"group": "endpoint",
|
|
1116
|
+
"type": "String",
|
|
1117
|
+
"feel": "optional",
|
|
1118
|
+
"value": "PT50S",
|
|
1119
|
+
"binding": {
|
|
1120
|
+
"type": "zeebe:property",
|
|
1121
|
+
"name": "httpRequestInterval"
|
|
1122
|
+
},
|
|
1328
1123
|
"constraints": {
|
|
1329
|
-
"notEmpty": true
|
|
1124
|
+
"notEmpty": true,
|
|
1125
|
+
"pattern": {
|
|
1126
|
+
"value": "^=|P(?=\\d|T\\d)(?:\\d+Y)?(?:\\d+M)?(?:\\d+W)?(?:\\d+D)?(?:T(?:\\d+H)?(?:\\d+M)?(?:\\d+(?:\\.\\d{1,3})?S)?)$",
|
|
1127
|
+
"message": "value must be defined"
|
|
1128
|
+
}
|
|
1330
1129
|
},
|
|
1331
|
-
"
|
|
1130
|
+
"optional": false
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
"group": "endpoint",
|
|
1134
|
+
"type": "Hidden",
|
|
1135
|
+
"value": "PT5S",
|
|
1332
1136
|
"binding": {
|
|
1333
|
-
"
|
|
1334
|
-
"
|
|
1335
|
-
},
|
|
1336
|
-
"condition": {
|
|
1337
|
-
"property": "authentication.type",
|
|
1338
|
-
"equals": "basic",
|
|
1339
|
-
"type": "simple"
|
|
1137
|
+
"type": "zeebe:property",
|
|
1138
|
+
"name": "operatePollingInterval"
|
|
1340
1139
|
},
|
|
1341
|
-
"
|
|
1140
|
+
"optional": true
|
|
1342
1141
|
},
|
|
1343
1142
|
{
|
|
1344
|
-
"id": "authentication.token",
|
|
1345
1143
|
"label": "Bearer token",
|
|
1346
|
-
"optional": false,
|
|
1347
|
-
"constraints": {
|
|
1348
|
-
"notEmpty": true
|
|
1349
|
-
},
|
|
1350
1144
|
"group": "authentication",
|
|
1145
|
+
"type": "String",
|
|
1146
|
+
"feel": "optional",
|
|
1351
1147
|
"binding": {
|
|
1352
|
-
"
|
|
1353
|
-
"
|
|
1148
|
+
"type": "zeebe:property",
|
|
1149
|
+
"name": "authentication.token"
|
|
1354
1150
|
},
|
|
1355
|
-
"
|
|
1356
|
-
"
|
|
1357
|
-
"equals": "bearer",
|
|
1358
|
-
"type": "simple"
|
|
1151
|
+
"constraints": {
|
|
1152
|
+
"notEmpty": true
|
|
1359
1153
|
},
|
|
1360
|
-
"
|
|
1154
|
+
"condition": {
|
|
1155
|
+
"property": "authenticationType",
|
|
1156
|
+
"equals": "bearer"
|
|
1157
|
+
}
|
|
1361
1158
|
},
|
|
1362
1159
|
{
|
|
1363
|
-
"
|
|
1364
|
-
"label": "OAuth 2.0 token endpoint",
|
|
1160
|
+
"label": "OAuth token endpoint",
|
|
1365
1161
|
"description": "The OAuth token endpoint",
|
|
1366
|
-
"optional": false,
|
|
1367
|
-
"constraints": {
|
|
1368
|
-
"notEmpty": true,
|
|
1369
|
-
"pattern": {
|
|
1370
|
-
"value": "^(=|(http://|https://|secrets|\\{\\{).*$)",
|
|
1371
|
-
"message": "Must be a http(s) URL"
|
|
1372
|
-
}
|
|
1373
|
-
},
|
|
1374
1162
|
"group": "authentication",
|
|
1163
|
+
"type": "String",
|
|
1164
|
+
"feel": "optional",
|
|
1375
1165
|
"binding": {
|
|
1376
|
-
"
|
|
1377
|
-
"
|
|
1166
|
+
"type": "zeebe:property",
|
|
1167
|
+
"name": "authentication.oauthTokenEndpoint"
|
|
1378
1168
|
},
|
|
1379
|
-
"
|
|
1380
|
-
"
|
|
1381
|
-
"equals": "oauth-client-credentials-flow",
|
|
1382
|
-
"type": "simple"
|
|
1169
|
+
"constraints": {
|
|
1170
|
+
"notEmpty": true
|
|
1383
1171
|
},
|
|
1384
|
-
"
|
|
1172
|
+
"condition": {
|
|
1173
|
+
"property": "authenticationType",
|
|
1174
|
+
"equals": "oauth-client-credentials-flow"
|
|
1175
|
+
}
|
|
1385
1176
|
},
|
|
1386
1177
|
{
|
|
1387
|
-
"id": "authentication.clientId",
|
|
1388
1178
|
"label": "Client ID",
|
|
1389
1179
|
"description": "Your application's client ID from the OAuth client",
|
|
1390
|
-
"optional": false,
|
|
1391
|
-
"constraints": {
|
|
1392
|
-
"notEmpty": true
|
|
1393
|
-
},
|
|
1394
1180
|
"group": "authentication",
|
|
1181
|
+
"type": "String",
|
|
1182
|
+
"feel": "optional",
|
|
1395
1183
|
"binding": {
|
|
1396
|
-
"
|
|
1397
|
-
"
|
|
1184
|
+
"type": "zeebe:property",
|
|
1185
|
+
"name": "authentication.clientId"
|
|
1398
1186
|
},
|
|
1399
|
-
"
|
|
1400
|
-
"
|
|
1401
|
-
"equals": "oauth-client-credentials-flow",
|
|
1402
|
-
"type": "simple"
|
|
1187
|
+
"constraints": {
|
|
1188
|
+
"notEmpty": true
|
|
1403
1189
|
},
|
|
1404
|
-
"
|
|
1190
|
+
"condition": {
|
|
1191
|
+
"property": "authenticationType",
|
|
1192
|
+
"equals": "oauth-client-credentials-flow"
|
|
1193
|
+
}
|
|
1405
1194
|
},
|
|
1406
1195
|
{
|
|
1407
|
-
"id": "authentication.clientSecret",
|
|
1408
1196
|
"label": "Client secret",
|
|
1409
1197
|
"description": "Your application's client secret from the OAuth client",
|
|
1410
|
-
"
|
|
1198
|
+
"group": "authentication",
|
|
1199
|
+
"type": "String",
|
|
1200
|
+
"feel": "optional",
|
|
1201
|
+
"binding": {
|
|
1202
|
+
"type": "zeebe:property",
|
|
1203
|
+
"name": "authentication.clientSecret"
|
|
1204
|
+
},
|
|
1411
1205
|
"constraints": {
|
|
1412
1206
|
"notEmpty": true
|
|
1413
1207
|
},
|
|
1208
|
+
"condition": {
|
|
1209
|
+
"property": "authenticationType",
|
|
1210
|
+
"equals": "oauth-client-credentials-flow"
|
|
1211
|
+
}
|
|
1212
|
+
},
|
|
1213
|
+
{
|
|
1214
|
+
"label": "Scopes",
|
|
1215
|
+
"description": "The scopes which you want to request authorization for (e.g.read:contacts)",
|
|
1414
1216
|
"group": "authentication",
|
|
1217
|
+
"type": "String",
|
|
1218
|
+
"feel": "optional",
|
|
1219
|
+
"optional": true,
|
|
1415
1220
|
"binding": {
|
|
1416
|
-
"
|
|
1417
|
-
"
|
|
1221
|
+
"type": "zeebe:property",
|
|
1222
|
+
"name": "authentication.scopes"
|
|
1418
1223
|
},
|
|
1419
1224
|
"condition": {
|
|
1420
|
-
"property": "
|
|
1421
|
-
"equals": "oauth-client-credentials-flow"
|
|
1422
|
-
|
|
1423
|
-
},
|
|
1424
|
-
"type": "String"
|
|
1225
|
+
"property": "authenticationType",
|
|
1226
|
+
"equals": "oauth-client-credentials-flow"
|
|
1227
|
+
}
|
|
1425
1228
|
},
|
|
1426
1229
|
{
|
|
1427
|
-
"id": "authentication.audience",
|
|
1428
1230
|
"label": "Audience",
|
|
1429
1231
|
"description": "The unique identifier of the target API you want to access",
|
|
1430
|
-
"optional": true,
|
|
1431
1232
|
"group": "authentication",
|
|
1233
|
+
"type": "String",
|
|
1234
|
+
"feel": "optional",
|
|
1235
|
+
"optional": true,
|
|
1432
1236
|
"binding": {
|
|
1433
|
-
"
|
|
1434
|
-
"
|
|
1237
|
+
"type": "zeebe:property",
|
|
1238
|
+
"name": "authentication.audience"
|
|
1435
1239
|
},
|
|
1436
1240
|
"condition": {
|
|
1437
|
-
"property": "
|
|
1438
|
-
"equals": "oauth-client-credentials-flow"
|
|
1439
|
-
|
|
1440
|
-
},
|
|
1441
|
-
"type": "String"
|
|
1241
|
+
"property": "authenticationType",
|
|
1242
|
+
"equals": "oauth-client-credentials-flow"
|
|
1243
|
+
}
|
|
1442
1244
|
},
|
|
1443
1245
|
{
|
|
1444
|
-
"id": "authentication.clientAuthentication",
|
|
1445
1246
|
"label": "Client authentication",
|
|
1446
|
-
"
|
|
1447
|
-
"optional": false,
|
|
1448
|
-
"constraints": {
|
|
1449
|
-
"notEmpty": true
|
|
1450
|
-
},
|
|
1247
|
+
"id": "authentication.clientAuthentication",
|
|
1451
1248
|
"group": "authentication",
|
|
1452
|
-
"
|
|
1453
|
-
|
|
1454
|
-
"type": "zeebe:property"
|
|
1455
|
-
},
|
|
1456
|
-
"condition": {
|
|
1457
|
-
"property": "authentication.type",
|
|
1458
|
-
"equals": "oauth-client-credentials-flow",
|
|
1459
|
-
"type": "simple"
|
|
1460
|
-
},
|
|
1249
|
+
"description": "Send client ID and client secret as Basic Auth request in the header, or as client credentials in the request body",
|
|
1250
|
+
"value": "basicAuthHeader",
|
|
1461
1251
|
"type": "Dropdown",
|
|
1462
1252
|
"choices": [
|
|
1463
1253
|
{
|
|
@@ -1468,332 +1258,164 @@
|
|
|
1468
1258
|
"name": "Send as Basic Auth header",
|
|
1469
1259
|
"value": "basicAuthHeader"
|
|
1470
1260
|
}
|
|
1471
|
-
]
|
|
1261
|
+
],
|
|
1262
|
+
"binding": {
|
|
1263
|
+
"type": "zeebe:property",
|
|
1264
|
+
"name": "authentication.clientAuthentication"
|
|
1265
|
+
},
|
|
1266
|
+
"condition": {
|
|
1267
|
+
"property": "authenticationType",
|
|
1268
|
+
"equals": "oauth-client-credentials-flow"
|
|
1269
|
+
}
|
|
1472
1270
|
},
|
|
1473
1271
|
{
|
|
1474
|
-
"
|
|
1475
|
-
"label": "Scopes",
|
|
1476
|
-
"description": "The scopes which you want to request authorization for (e.g.read:contacts)",
|
|
1477
|
-
"optional": true,
|
|
1272
|
+
"label": "Username",
|
|
1478
1273
|
"group": "authentication",
|
|
1274
|
+
"type": "String",
|
|
1275
|
+
"feel": "optional",
|
|
1479
1276
|
"binding": {
|
|
1480
|
-
"
|
|
1481
|
-
"
|
|
1277
|
+
"type": "zeebe:property",
|
|
1278
|
+
"name": "authentication.username"
|
|
1482
1279
|
},
|
|
1483
|
-
"
|
|
1484
|
-
"
|
|
1485
|
-
"equals": "oauth-client-credentials-flow",
|
|
1486
|
-
"type": "simple"
|
|
1280
|
+
"constraints": {
|
|
1281
|
+
"notEmpty": true
|
|
1487
1282
|
},
|
|
1488
|
-
"
|
|
1283
|
+
"condition": {
|
|
1284
|
+
"property": "authenticationType",
|
|
1285
|
+
"equals": "basic"
|
|
1286
|
+
}
|
|
1489
1287
|
},
|
|
1490
1288
|
{
|
|
1491
|
-
"
|
|
1492
|
-
"
|
|
1493
|
-
"
|
|
1494
|
-
"
|
|
1289
|
+
"label": "Password",
|
|
1290
|
+
"group": "authentication",
|
|
1291
|
+
"type": "String",
|
|
1292
|
+
"feel": "optional",
|
|
1293
|
+
"binding": {
|
|
1294
|
+
"type": "zeebe:property",
|
|
1295
|
+
"name": "authentication.password"
|
|
1296
|
+
},
|
|
1495
1297
|
"constraints": {
|
|
1496
1298
|
"notEmpty": true
|
|
1497
1299
|
},
|
|
1498
|
-
"
|
|
1499
|
-
|
|
1500
|
-
"
|
|
1501
|
-
|
|
1502
|
-
},
|
|
1503
|
-
"type": "Dropdown",
|
|
1504
|
-
"choices": [
|
|
1505
|
-
{
|
|
1506
|
-
"name": "POST",
|
|
1507
|
-
"value": "POST"
|
|
1508
|
-
},
|
|
1509
|
-
{
|
|
1510
|
-
"name": "GET",
|
|
1511
|
-
"value": "GET"
|
|
1512
|
-
},
|
|
1513
|
-
{
|
|
1514
|
-
"name": "DELETE",
|
|
1515
|
-
"value": "DELETE"
|
|
1516
|
-
},
|
|
1517
|
-
{
|
|
1518
|
-
"name": "PATCH",
|
|
1519
|
-
"value": "PATCH"
|
|
1520
|
-
},
|
|
1521
|
-
{
|
|
1522
|
-
"name": "PUT",
|
|
1523
|
-
"value": "PUT"
|
|
1524
|
-
}
|
|
1525
|
-
]
|
|
1300
|
+
"condition": {
|
|
1301
|
+
"property": "authenticationType",
|
|
1302
|
+
"equals": "basic"
|
|
1303
|
+
}
|
|
1526
1304
|
},
|
|
1527
1305
|
{
|
|
1528
|
-
"
|
|
1529
|
-
"
|
|
1530
|
-
"
|
|
1531
|
-
"
|
|
1532
|
-
"notEmpty": true,
|
|
1533
|
-
"pattern": {
|
|
1534
|
-
"value": "^(=|(http://|https://|secrets|\\{\\{).*$)",
|
|
1535
|
-
"message": "Must be a http(s) URL"
|
|
1536
|
-
}
|
|
1537
|
-
},
|
|
1306
|
+
"label": "Request body",
|
|
1307
|
+
"description": "Payload to send with the request",
|
|
1308
|
+
"group": "input",
|
|
1309
|
+
"type": "Text",
|
|
1538
1310
|
"feel": "optional",
|
|
1539
|
-
"group": "endpoint",
|
|
1540
1311
|
"binding": {
|
|
1541
|
-
"
|
|
1542
|
-
"
|
|
1312
|
+
"type": "zeebe:property",
|
|
1313
|
+
"name": "body"
|
|
1543
1314
|
},
|
|
1544
|
-
"
|
|
1315
|
+
"condition": {
|
|
1316
|
+
"property": "method",
|
|
1317
|
+
"oneOf": ["post", "put", "patch"]
|
|
1318
|
+
},
|
|
1319
|
+
"optional": true
|
|
1545
1320
|
},
|
|
1546
1321
|
{
|
|
1547
|
-
"
|
|
1548
|
-
"
|
|
1549
|
-
"
|
|
1550
|
-
"optional": true,
|
|
1322
|
+
"label": "Correlation key (process)",
|
|
1323
|
+
"type": "String",
|
|
1324
|
+
"group": "activation",
|
|
1551
1325
|
"feel": "required",
|
|
1552
|
-
"
|
|
1326
|
+
"description": "Sets up the correlation key from process variables",
|
|
1553
1327
|
"binding": {
|
|
1554
|
-
"
|
|
1555
|
-
"
|
|
1328
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
1329
|
+
"name": "correlationKey"
|
|
1556
1330
|
},
|
|
1557
|
-
"
|
|
1331
|
+
"constraints": {
|
|
1332
|
+
"notEmpty": true
|
|
1333
|
+
}
|
|
1558
1334
|
},
|
|
1559
1335
|
{
|
|
1560
|
-
"
|
|
1561
|
-
"
|
|
1562
|
-
"
|
|
1563
|
-
"optional": true,
|
|
1336
|
+
"label": "Correlation key (payload)",
|
|
1337
|
+
"type": "String",
|
|
1338
|
+
"group": "activation",
|
|
1564
1339
|
"feel": "required",
|
|
1565
|
-
"group": "endpoint",
|
|
1566
1340
|
"binding": {
|
|
1567
|
-
"
|
|
1568
|
-
"
|
|
1341
|
+
"type": "zeebe:property",
|
|
1342
|
+
"name": "correlationKeyExpression"
|
|
1569
1343
|
},
|
|
1570
|
-
"
|
|
1344
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
1345
|
+
"constraints": {
|
|
1346
|
+
"notEmpty": true
|
|
1347
|
+
}
|
|
1571
1348
|
},
|
|
1572
1349
|
{
|
|
1573
|
-
"
|
|
1574
|
-
"
|
|
1575
|
-
"
|
|
1350
|
+
"label": "Condition",
|
|
1351
|
+
"type": "String",
|
|
1352
|
+
"group": "activation",
|
|
1353
|
+
"feel": "required",
|
|
1576
1354
|
"optional": true,
|
|
1577
|
-
"group": "endpoint",
|
|
1578
1355
|
"binding": {
|
|
1579
|
-
"
|
|
1580
|
-
"
|
|
1356
|
+
"type": "zeebe:property",
|
|
1357
|
+
"name": "activationCondition"
|
|
1581
1358
|
},
|
|
1582
|
-
"
|
|
1359
|
+
"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>"
|
|
1583
1360
|
},
|
|
1584
1361
|
{
|
|
1585
|
-
"
|
|
1586
|
-
"
|
|
1587
|
-
"
|
|
1588
|
-
"
|
|
1589
|
-
"
|
|
1590
|
-
"group": "payload",
|
|
1362
|
+
"label": "Connection timeout",
|
|
1363
|
+
"description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
|
|
1364
|
+
"group": "endpoint",
|
|
1365
|
+
"type": "String",
|
|
1366
|
+
"value": "20",
|
|
1591
1367
|
"binding": {
|
|
1592
|
-
"
|
|
1593
|
-
"
|
|
1594
|
-
},
|
|
1595
|
-
"condition": {
|
|
1596
|
-
"property": "method",
|
|
1597
|
-
"oneOf": ["POST", "PUT", "PATCH"],
|
|
1598
|
-
"type": "simple"
|
|
1368
|
+
"type": "zeebe:property",
|
|
1369
|
+
"name": "connectionTimeoutInSeconds"
|
|
1599
1370
|
},
|
|
1600
|
-
"type": "Text"
|
|
1601
|
-
},
|
|
1602
|
-
{
|
|
1603
|
-
"id": "httpRequestInterval",
|
|
1604
|
-
"label": "Http request interval",
|
|
1605
|
-
"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>",
|
|
1606
|
-
"optional": false,
|
|
1607
|
-
"value": "PT50S",
|
|
1608
|
-
"feel": "optional",
|
|
1609
|
-
"group": "interval",
|
|
1610
|
-
"binding": {
|
|
1611
|
-
"name": "httpRequestInterval",
|
|
1612
|
-
"type": "zeebe:property"
|
|
1613
|
-
},
|
|
1614
|
-
"type": "String"
|
|
1615
|
-
},
|
|
1616
|
-
{
|
|
1617
|
-
"id": "processPollingInterval",
|
|
1618
|
-
"label": "Process polling interval",
|
|
1619
|
-
"optional": false,
|
|
1620
|
-
"value": "PT5S",
|
|
1621
|
-
"group": "interval",
|
|
1622
|
-
"binding": {
|
|
1623
|
-
"name": "processPollingInterval",
|
|
1624
|
-
"type": "zeebe:property"
|
|
1625
|
-
},
|
|
1626
|
-
"type": "Hidden"
|
|
1627
|
-
},
|
|
1628
|
-
{
|
|
1629
|
-
"id": "connectionTimeoutInSeconds",
|
|
1630
|
-
"label": "Connection timeout in seconds",
|
|
1631
|
-
"description": "Defines the connection timeout in seconds, or 0 for an infinite timeout",
|
|
1632
|
-
"optional": false,
|
|
1633
|
-
"value": "20",
|
|
1634
|
-
"constraints": {
|
|
1635
|
-
"notEmpty": true,
|
|
1636
|
-
"pattern": {
|
|
1637
|
-
"value": "^\\d+$",
|
|
1638
|
-
"message": "Must be a number"
|
|
1639
|
-
}
|
|
1640
|
-
},
|
|
1641
|
-
"feel": "optional",
|
|
1642
|
-
"group": "timeout",
|
|
1643
|
-
"binding": {
|
|
1644
|
-
"name": "connectionTimeoutInSeconds",
|
|
1645
|
-
"type": "zeebe:property"
|
|
1646
|
-
},
|
|
1647
|
-
"tooltip": "Set the timeout in seconds to establish a connection or 0 for an infinite timeout",
|
|
1648
|
-
"type": "String"
|
|
1649
|
-
},
|
|
1650
|
-
{
|
|
1651
|
-
"id": "readTimeoutInSeconds",
|
|
1652
|
-
"label": "Read timeout in seconds",
|
|
1653
|
-
"description": "Timeout in seconds to read data from an established connection or 0 for an infinite timeout",
|
|
1654
|
-
"optional": false,
|
|
1655
|
-
"value": "20",
|
|
1656
|
-
"constraints": {
|
|
1657
|
-
"notEmpty": true,
|
|
1658
|
-
"pattern": {
|
|
1659
|
-
"value": "^\\d+$",
|
|
1660
|
-
"message": "Must be a number"
|
|
1661
|
-
}
|
|
1662
|
-
},
|
|
1663
|
-
"feel": "optional",
|
|
1664
|
-
"group": "timeout",
|
|
1665
|
-
"binding": {
|
|
1666
|
-
"name": "readTimeoutInSeconds",
|
|
1667
|
-
"type": "zeebe:property"
|
|
1668
|
-
},
|
|
1669
|
-
"type": "String"
|
|
1670
|
-
},
|
|
1671
|
-
{
|
|
1672
|
-
"id": "activationCondition",
|
|
1673
|
-
"label": "Activation condition",
|
|
1674
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1675
|
-
"optional": true,
|
|
1676
|
-
"feel": "required",
|
|
1677
|
-
"group": "activation",
|
|
1678
|
-
"binding": {
|
|
1679
|
-
"name": "activationCondition",
|
|
1680
|
-
"type": "zeebe:property"
|
|
1681
|
-
},
|
|
1682
|
-
"type": "String"
|
|
1683
|
-
},
|
|
1684
|
-
{
|
|
1685
|
-
"id": "correlationKeyProcess",
|
|
1686
|
-
"label": "Correlation key (process)",
|
|
1687
|
-
"description": "Sets up the correlation key from process variables",
|
|
1688
|
-
"constraints": {
|
|
1689
|
-
"notEmpty": true
|
|
1690
|
-
},
|
|
1691
|
-
"feel": "required",
|
|
1692
|
-
"group": "correlation",
|
|
1693
|
-
"binding": {
|
|
1694
|
-
"name": "correlationKey",
|
|
1695
|
-
"type": "bpmn:Message#zeebe:subscription#property"
|
|
1696
|
-
},
|
|
1697
|
-
"type": "String"
|
|
1698
|
-
},
|
|
1699
|
-
{
|
|
1700
|
-
"id": "correlationKeyPayload",
|
|
1701
|
-
"label": "Correlation key (payload)",
|
|
1702
|
-
"description": "Extracts the correlation key from the incoming message payload",
|
|
1703
|
-
"constraints": {
|
|
1704
|
-
"notEmpty": true
|
|
1705
|
-
},
|
|
1706
|
-
"feel": "required",
|
|
1707
|
-
"group": "correlation",
|
|
1708
|
-
"binding": {
|
|
1709
|
-
"name": "correlationKeyExpression",
|
|
1710
|
-
"type": "zeebe:property"
|
|
1711
|
-
},
|
|
1712
|
-
"type": "String"
|
|
1713
|
-
},
|
|
1714
|
-
{
|
|
1715
|
-
"id": "messageIdExpression",
|
|
1716
|
-
"label": "Message ID expression",
|
|
1717
|
-
"description": "Expression to extract unique identifier of a message",
|
|
1718
|
-
"optional": true,
|
|
1719
|
-
"feel": "required",
|
|
1720
|
-
"group": "correlation",
|
|
1721
|
-
"binding": {
|
|
1722
|
-
"name": "messageIdExpression",
|
|
1723
|
-
"type": "zeebe:property"
|
|
1724
|
-
},
|
|
1725
|
-
"type": "String"
|
|
1726
|
-
},
|
|
1727
|
-
{
|
|
1728
|
-
"id": "messageTtl",
|
|
1729
|
-
"label": "Message TTL",
|
|
1730
|
-
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
1731
1371
|
"optional": true,
|
|
1372
|
+
"feel": "optional",
|
|
1732
1373
|
"constraints": {
|
|
1733
1374
|
"notEmpty": false,
|
|
1734
1375
|
"pattern": {
|
|
1735
|
-
"value": "^(
|
|
1736
|
-
"message": "must be
|
|
1376
|
+
"value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
|
|
1377
|
+
"message": "must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
1737
1378
|
}
|
|
1738
|
-
}
|
|
1739
|
-
"feel": "optional",
|
|
1740
|
-
"group": "correlation",
|
|
1741
|
-
"binding": {
|
|
1742
|
-
"name": "messageTtl",
|
|
1743
|
-
"type": "zeebe:property"
|
|
1744
|
-
},
|
|
1745
|
-
"type": "String"
|
|
1746
|
-
},
|
|
1747
|
-
{
|
|
1748
|
-
"id": "messageNameUuid",
|
|
1749
|
-
"generatedValue": {
|
|
1750
|
-
"type": "uuid"
|
|
1751
|
-
},
|
|
1752
|
-
"group": "correlation",
|
|
1753
|
-
"binding": {
|
|
1754
|
-
"name": "name",
|
|
1755
|
-
"type": "bpmn:Message#property"
|
|
1756
|
-
},
|
|
1757
|
-
"type": "Hidden"
|
|
1379
|
+
}
|
|
1758
1380
|
},
|
|
1759
1381
|
{
|
|
1760
|
-
"id": "resultVariable",
|
|
1761
1382
|
"label": "Result variable",
|
|
1762
|
-
"
|
|
1763
|
-
"group": "
|
|
1383
|
+
"type": "String",
|
|
1384
|
+
"group": "variable-mapping",
|
|
1385
|
+
"optional": true,
|
|
1764
1386
|
"binding": {
|
|
1765
|
-
"
|
|
1766
|
-
"
|
|
1387
|
+
"type": "zeebe:property",
|
|
1388
|
+
"name": "resultVariable"
|
|
1767
1389
|
},
|
|
1768
|
-
"
|
|
1390
|
+
"description": "Name of variable to store the result of the connector in"
|
|
1769
1391
|
},
|
|
1770
1392
|
{
|
|
1771
|
-
"id": "resultExpression",
|
|
1772
1393
|
"label": "Result expression",
|
|
1773
|
-
"
|
|
1394
|
+
"type": "String",
|
|
1395
|
+
"group": "variable-mapping",
|
|
1774
1396
|
"feel": "required",
|
|
1775
|
-
"
|
|
1397
|
+
"optional": true,
|
|
1776
1398
|
"binding": {
|
|
1777
|
-
"
|
|
1778
|
-
"
|
|
1399
|
+
"type": "zeebe:property",
|
|
1400
|
+
"name": "resultExpression"
|
|
1779
1401
|
},
|
|
1780
|
-
"
|
|
1402
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
1781
1403
|
}
|
|
1782
1404
|
],
|
|
1783
|
-
"
|
|
1784
|
-
"
|
|
1405
|
+
"engines": {
|
|
1406
|
+
"camunda": "^8.3"
|
|
1785
1407
|
}
|
|
1786
1408
|
},
|
|
1787
1409
|
{
|
|
1788
1410
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1789
1411
|
"name": "HTTP Polling Intermediate Catch Event Connector",
|
|
1790
1412
|
"id": "io.camunda.connectors.http.Polling",
|
|
1791
|
-
"version": 3,
|
|
1792
1413
|
"description": "Polls endpoint at regular intervals",
|
|
1793
|
-
"
|
|
1794
|
-
"
|
|
1414
|
+
"metadata": {
|
|
1415
|
+
"keywords": []
|
|
1795
1416
|
},
|
|
1796
1417
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/polling/",
|
|
1418
|
+
"version": 4,
|
|
1797
1419
|
"category": {
|
|
1798
1420
|
"id": "connectors",
|
|
1799
1421
|
"name": "Connectors"
|
|
@@ -1803,6 +1425,9 @@
|
|
|
1803
1425
|
"value": "bpmn:IntermediateCatchEvent",
|
|
1804
1426
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
1805
1427
|
},
|
|
1428
|
+
"engines": {
|
|
1429
|
+
"camunda": "^8.8"
|
|
1430
|
+
},
|
|
1806
1431
|
"groups": [
|
|
1807
1432
|
{
|
|
1808
1433
|
"id": "authentication",
|
|
@@ -1813,56 +1438,55 @@
|
|
|
1813
1438
|
"label": "HTTP Polling configuration"
|
|
1814
1439
|
},
|
|
1815
1440
|
{
|
|
1816
|
-
"id": "
|
|
1441
|
+
"id": "payload",
|
|
1817
1442
|
"label": "Payload"
|
|
1818
1443
|
},
|
|
1819
1444
|
{
|
|
1820
|
-
"id": "
|
|
1821
|
-
"label": "
|
|
1445
|
+
"id": "interval",
|
|
1446
|
+
"label": "HTTP Polling Interval"
|
|
1822
1447
|
},
|
|
1823
1448
|
{
|
|
1824
|
-
"id": "
|
|
1825
|
-
"label": "
|
|
1449
|
+
"id": "timeout",
|
|
1450
|
+
"label": "Connection timeout"
|
|
1826
1451
|
},
|
|
1827
1452
|
{
|
|
1828
|
-
"id": "
|
|
1829
|
-
"label": "
|
|
1453
|
+
"id": "activation",
|
|
1454
|
+
"label": "Activation"
|
|
1830
1455
|
},
|
|
1831
1456
|
{
|
|
1832
|
-
"id": "
|
|
1833
|
-
"label": "
|
|
1457
|
+
"id": "correlation",
|
|
1458
|
+
"label": "Correlation",
|
|
1459
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
1460
|
+
},
|
|
1461
|
+
{
|
|
1462
|
+
"id": "output",
|
|
1463
|
+
"label": "Output mapping"
|
|
1834
1464
|
}
|
|
1835
1465
|
],
|
|
1836
1466
|
"properties": [
|
|
1837
1467
|
{
|
|
1838
|
-
"type": "Hidden",
|
|
1839
1468
|
"value": "io.camunda:http-polling:1",
|
|
1840
1469
|
"binding": {
|
|
1841
|
-
"
|
|
1842
|
-
"
|
|
1843
|
-
}
|
|
1844
|
-
},
|
|
1845
|
-
{
|
|
1846
|
-
"type": "Hidden",
|
|
1847
|
-
"generatedValue": {
|
|
1848
|
-
"type": "uuid"
|
|
1470
|
+
"name": "inbound.type",
|
|
1471
|
+
"type": "zeebe:property"
|
|
1849
1472
|
},
|
|
1850
|
-
"
|
|
1851
|
-
"type": "bpmn:Message#property",
|
|
1852
|
-
"name": "name"
|
|
1853
|
-
}
|
|
1473
|
+
"type": "Hidden"
|
|
1854
1474
|
},
|
|
1855
1475
|
{
|
|
1476
|
+
"id": "authentication.type",
|
|
1856
1477
|
"label": "Type",
|
|
1857
|
-
"id": "authenticationType",
|
|
1858
|
-
"group": "authentication",
|
|
1859
1478
|
"description": "Choose the authentication type. Select 'None' if no authentication is necessary",
|
|
1860
1479
|
"value": "noAuth",
|
|
1480
|
+
"group": "authentication",
|
|
1481
|
+
"binding": {
|
|
1482
|
+
"name": "authentication.type",
|
|
1483
|
+
"type": "zeebe:property"
|
|
1484
|
+
},
|
|
1861
1485
|
"type": "Dropdown",
|
|
1862
1486
|
"choices": [
|
|
1863
1487
|
{
|
|
1864
|
-
"name": "
|
|
1865
|
-
"value": "
|
|
1488
|
+
"name": "API key",
|
|
1489
|
+
"value": "apiKey"
|
|
1866
1490
|
},
|
|
1867
1491
|
{
|
|
1868
1492
|
"name": "Basic",
|
|
@@ -1872,229 +1496,241 @@
|
|
|
1872
1496
|
"name": "Bearer token",
|
|
1873
1497
|
"value": "bearer"
|
|
1874
1498
|
},
|
|
1499
|
+
{
|
|
1500
|
+
"name": "None",
|
|
1501
|
+
"value": "noAuth"
|
|
1502
|
+
},
|
|
1875
1503
|
{
|
|
1876
1504
|
"name": "OAuth 2.0",
|
|
1877
1505
|
"value": "oauth-client-credentials-flow"
|
|
1878
1506
|
}
|
|
1879
|
-
]
|
|
1880
|
-
"binding": {
|
|
1881
|
-
"type": "zeebe:property",
|
|
1882
|
-
"name": "authentication.type"
|
|
1883
|
-
}
|
|
1507
|
+
]
|
|
1884
1508
|
},
|
|
1885
1509
|
{
|
|
1886
|
-
"id": "
|
|
1887
|
-
"label": "
|
|
1888
|
-
"
|
|
1889
|
-
"
|
|
1890
|
-
"value": "
|
|
1891
|
-
"
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1510
|
+
"id": "authentication.apiKeyLocation",
|
|
1511
|
+
"label": "Api key location",
|
|
1512
|
+
"description": "Choose type: Send API key in header or as query parameter.",
|
|
1513
|
+
"optional": false,
|
|
1514
|
+
"value": "headers",
|
|
1515
|
+
"constraints": {
|
|
1516
|
+
"notEmpty": true
|
|
1517
|
+
},
|
|
1518
|
+
"group": "authentication",
|
|
1519
|
+
"binding": {
|
|
1520
|
+
"name": "authentication.apiKeyLocation",
|
|
1521
|
+
"type": "zeebe:property"
|
|
1522
|
+
},
|
|
1523
|
+
"condition": {
|
|
1524
|
+
"property": "authentication.type",
|
|
1525
|
+
"equals": "apiKey",
|
|
1526
|
+
"type": "simple"
|
|
1527
|
+
},
|
|
1528
|
+
"type": "Dropdown",
|
|
1529
|
+
"choices": [
|
|
1904
1530
|
{
|
|
1905
|
-
"name": "
|
|
1906
|
-
"value": "
|
|
1531
|
+
"name": "Headers",
|
|
1532
|
+
"value": "headers"
|
|
1907
1533
|
},
|
|
1908
1534
|
{
|
|
1909
|
-
"name": "
|
|
1910
|
-
"value": "
|
|
1535
|
+
"name": "Query parameters",
|
|
1536
|
+
"value": "query"
|
|
1911
1537
|
}
|
|
1912
|
-
]
|
|
1913
|
-
"binding": {
|
|
1914
|
-
"type": "zeebe:property",
|
|
1915
|
-
"name": "method"
|
|
1916
|
-
}
|
|
1538
|
+
]
|
|
1917
1539
|
},
|
|
1918
1540
|
{
|
|
1919
|
-
"
|
|
1920
|
-
"
|
|
1921
|
-
"
|
|
1922
|
-
"feel": "optional",
|
|
1923
|
-
"binding": {
|
|
1924
|
-
"type": "zeebe:property",
|
|
1925
|
-
"name": "url"
|
|
1926
|
-
},
|
|
1541
|
+
"id": "authentication.name",
|
|
1542
|
+
"label": "API key name",
|
|
1543
|
+
"optional": false,
|
|
1927
1544
|
"constraints": {
|
|
1928
|
-
"notEmpty": true
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
"message": "must be a http(s) URL"
|
|
1932
|
-
}
|
|
1933
|
-
}
|
|
1934
|
-
},
|
|
1935
|
-
{
|
|
1936
|
-
"label": "Query parameters",
|
|
1937
|
-
"description": "Map of query parameters to add to the request URL",
|
|
1938
|
-
"group": "endpoint",
|
|
1939
|
-
"type": "Text",
|
|
1940
|
-
"feel": "required",
|
|
1545
|
+
"notEmpty": true
|
|
1546
|
+
},
|
|
1547
|
+
"group": "authentication",
|
|
1941
1548
|
"binding": {
|
|
1942
|
-
"
|
|
1943
|
-
"
|
|
1549
|
+
"name": "authentication.name",
|
|
1550
|
+
"type": "zeebe:property"
|
|
1944
1551
|
},
|
|
1945
|
-
"
|
|
1552
|
+
"condition": {
|
|
1553
|
+
"property": "authentication.type",
|
|
1554
|
+
"equals": "apiKey",
|
|
1555
|
+
"type": "simple"
|
|
1556
|
+
},
|
|
1557
|
+
"type": "String"
|
|
1946
1558
|
},
|
|
1947
1559
|
{
|
|
1948
|
-
"
|
|
1949
|
-
"
|
|
1950
|
-
"
|
|
1951
|
-
"
|
|
1952
|
-
|
|
1560
|
+
"id": "authentication.value",
|
|
1561
|
+
"label": "API key value",
|
|
1562
|
+
"optional": false,
|
|
1563
|
+
"constraints": {
|
|
1564
|
+
"notEmpty": true
|
|
1565
|
+
},
|
|
1566
|
+
"group": "authentication",
|
|
1953
1567
|
"binding": {
|
|
1954
|
-
"
|
|
1955
|
-
"
|
|
1568
|
+
"name": "authentication.value",
|
|
1569
|
+
"type": "zeebe:property"
|
|
1956
1570
|
},
|
|
1957
|
-
"
|
|
1571
|
+
"condition": {
|
|
1572
|
+
"property": "authentication.type",
|
|
1573
|
+
"equals": "apiKey",
|
|
1574
|
+
"type": "simple"
|
|
1575
|
+
},
|
|
1576
|
+
"type": "String"
|
|
1958
1577
|
},
|
|
1959
1578
|
{
|
|
1960
|
-
"
|
|
1961
|
-
"
|
|
1962
|
-
"
|
|
1963
|
-
"
|
|
1964
|
-
|
|
1965
|
-
|
|
1579
|
+
"id": "authentication.username",
|
|
1580
|
+
"label": "Username",
|
|
1581
|
+
"optional": false,
|
|
1582
|
+
"constraints": {
|
|
1583
|
+
"notEmpty": true
|
|
1584
|
+
},
|
|
1585
|
+
"group": "authentication",
|
|
1966
1586
|
"binding": {
|
|
1967
|
-
"
|
|
1968
|
-
"
|
|
1587
|
+
"name": "authentication.username",
|
|
1588
|
+
"type": "zeebe:property"
|
|
1969
1589
|
},
|
|
1970
|
-
"
|
|
1971
|
-
"
|
|
1972
|
-
"
|
|
1973
|
-
|
|
1974
|
-
"message": "value must be defined"
|
|
1975
|
-
}
|
|
1590
|
+
"condition": {
|
|
1591
|
+
"property": "authentication.type",
|
|
1592
|
+
"equals": "basic",
|
|
1593
|
+
"type": "simple"
|
|
1976
1594
|
},
|
|
1977
|
-
"
|
|
1595
|
+
"type": "String"
|
|
1978
1596
|
},
|
|
1979
1597
|
{
|
|
1980
|
-
"
|
|
1981
|
-
"
|
|
1982
|
-
"
|
|
1598
|
+
"id": "authentication.password",
|
|
1599
|
+
"label": "Password",
|
|
1600
|
+
"optional": false,
|
|
1601
|
+
"constraints": {
|
|
1602
|
+
"notEmpty": true
|
|
1603
|
+
},
|
|
1604
|
+
"group": "authentication",
|
|
1983
1605
|
"binding": {
|
|
1984
|
-
"
|
|
1985
|
-
"
|
|
1606
|
+
"name": "authentication.password",
|
|
1607
|
+
"type": "zeebe:property"
|
|
1986
1608
|
},
|
|
1987
|
-
"
|
|
1609
|
+
"condition": {
|
|
1610
|
+
"property": "authentication.type",
|
|
1611
|
+
"equals": "basic",
|
|
1612
|
+
"type": "simple"
|
|
1613
|
+
},
|
|
1614
|
+
"type": "String"
|
|
1988
1615
|
},
|
|
1989
1616
|
{
|
|
1617
|
+
"id": "authentication.token",
|
|
1990
1618
|
"label": "Bearer token",
|
|
1991
|
-
"
|
|
1992
|
-
"type": "String",
|
|
1993
|
-
"feel": "optional",
|
|
1994
|
-
"binding": {
|
|
1995
|
-
"type": "zeebe:property",
|
|
1996
|
-
"name": "authentication.token"
|
|
1997
|
-
},
|
|
1619
|
+
"optional": false,
|
|
1998
1620
|
"constraints": {
|
|
1999
1621
|
"notEmpty": true
|
|
2000
1622
|
},
|
|
1623
|
+
"group": "authentication",
|
|
1624
|
+
"binding": {
|
|
1625
|
+
"name": "authentication.token",
|
|
1626
|
+
"type": "zeebe:property"
|
|
1627
|
+
},
|
|
2001
1628
|
"condition": {
|
|
2002
|
-
"property": "
|
|
2003
|
-
"equals": "bearer"
|
|
2004
|
-
|
|
1629
|
+
"property": "authentication.type",
|
|
1630
|
+
"equals": "bearer",
|
|
1631
|
+
"type": "simple"
|
|
1632
|
+
},
|
|
1633
|
+
"type": "String"
|
|
2005
1634
|
},
|
|
2006
1635
|
{
|
|
2007
|
-
"
|
|
1636
|
+
"id": "authentication.oauthTokenEndpoint",
|
|
1637
|
+
"label": "OAuth 2.0 token endpoint",
|
|
2008
1638
|
"description": "The OAuth token endpoint",
|
|
1639
|
+
"optional": false,
|
|
1640
|
+
"constraints": {
|
|
1641
|
+
"notEmpty": true,
|
|
1642
|
+
"pattern": {
|
|
1643
|
+
"value": "^(=|(http://|https://|secrets|\\{\\{).*$)",
|
|
1644
|
+
"message": "Must be a http(s) URL"
|
|
1645
|
+
}
|
|
1646
|
+
},
|
|
2009
1647
|
"group": "authentication",
|
|
2010
|
-
"type": "String",
|
|
2011
|
-
"feel": "optional",
|
|
2012
1648
|
"binding": {
|
|
2013
|
-
"
|
|
2014
|
-
"
|
|
2015
|
-
},
|
|
2016
|
-
"constraints": {
|
|
2017
|
-
"notEmpty": true
|
|
1649
|
+
"name": "authentication.oauthTokenEndpoint",
|
|
1650
|
+
"type": "zeebe:property"
|
|
2018
1651
|
},
|
|
2019
1652
|
"condition": {
|
|
2020
|
-
"property": "
|
|
2021
|
-
"equals": "oauth-client-credentials-flow"
|
|
2022
|
-
|
|
1653
|
+
"property": "authentication.type",
|
|
1654
|
+
"equals": "oauth-client-credentials-flow",
|
|
1655
|
+
"type": "simple"
|
|
1656
|
+
},
|
|
1657
|
+
"type": "String"
|
|
2023
1658
|
},
|
|
2024
1659
|
{
|
|
1660
|
+
"id": "authentication.clientId",
|
|
2025
1661
|
"label": "Client ID",
|
|
2026
1662
|
"description": "Your application's client ID from the OAuth client",
|
|
2027
|
-
"
|
|
2028
|
-
"type": "String",
|
|
2029
|
-
"feel": "optional",
|
|
2030
|
-
"binding": {
|
|
2031
|
-
"type": "zeebe:property",
|
|
2032
|
-
"name": "authentication.clientId"
|
|
2033
|
-
},
|
|
1663
|
+
"optional": false,
|
|
2034
1664
|
"constraints": {
|
|
2035
1665
|
"notEmpty": true
|
|
2036
1666
|
},
|
|
1667
|
+
"group": "authentication",
|
|
1668
|
+
"binding": {
|
|
1669
|
+
"name": "authentication.clientId",
|
|
1670
|
+
"type": "zeebe:property"
|
|
1671
|
+
},
|
|
2037
1672
|
"condition": {
|
|
2038
|
-
"property": "
|
|
2039
|
-
"equals": "oauth-client-credentials-flow"
|
|
2040
|
-
|
|
1673
|
+
"property": "authentication.type",
|
|
1674
|
+
"equals": "oauth-client-credentials-flow",
|
|
1675
|
+
"type": "simple"
|
|
1676
|
+
},
|
|
1677
|
+
"type": "String"
|
|
2041
1678
|
},
|
|
2042
1679
|
{
|
|
1680
|
+
"id": "authentication.clientSecret",
|
|
2043
1681
|
"label": "Client secret",
|
|
2044
1682
|
"description": "Your application's client secret from the OAuth client",
|
|
2045
|
-
"
|
|
2046
|
-
"type": "String",
|
|
2047
|
-
"feel": "optional",
|
|
2048
|
-
"binding": {
|
|
2049
|
-
"type": "zeebe:property",
|
|
2050
|
-
"name": "authentication.clientSecret"
|
|
2051
|
-
},
|
|
1683
|
+
"optional": false,
|
|
2052
1684
|
"constraints": {
|
|
2053
1685
|
"notEmpty": true
|
|
2054
1686
|
},
|
|
2055
|
-
"condition": {
|
|
2056
|
-
"property": "authenticationType",
|
|
2057
|
-
"equals": "oauth-client-credentials-flow"
|
|
2058
|
-
}
|
|
2059
|
-
},
|
|
2060
|
-
{
|
|
2061
|
-
"label": "Scopes",
|
|
2062
|
-
"description": "The scopes which you want to request authorization for (e.g.read:contacts)",
|
|
2063
1687
|
"group": "authentication",
|
|
2064
|
-
"type": "String",
|
|
2065
|
-
"feel": "optional",
|
|
2066
|
-
"optional": true,
|
|
2067
1688
|
"binding": {
|
|
2068
|
-
"
|
|
2069
|
-
"
|
|
1689
|
+
"name": "authentication.clientSecret",
|
|
1690
|
+
"type": "zeebe:property"
|
|
2070
1691
|
},
|
|
2071
1692
|
"condition": {
|
|
2072
|
-
"property": "
|
|
2073
|
-
"equals": "oauth-client-credentials-flow"
|
|
2074
|
-
|
|
1693
|
+
"property": "authentication.type",
|
|
1694
|
+
"equals": "oauth-client-credentials-flow",
|
|
1695
|
+
"type": "simple"
|
|
1696
|
+
},
|
|
1697
|
+
"type": "String"
|
|
2075
1698
|
},
|
|
2076
1699
|
{
|
|
1700
|
+
"id": "authentication.audience",
|
|
2077
1701
|
"label": "Audience",
|
|
2078
1702
|
"description": "The unique identifier of the target API you want to access",
|
|
2079
|
-
"group": "authentication",
|
|
2080
|
-
"type": "String",
|
|
2081
|
-
"feel": "optional",
|
|
2082
1703
|
"optional": true,
|
|
1704
|
+
"group": "authentication",
|
|
2083
1705
|
"binding": {
|
|
2084
|
-
"
|
|
2085
|
-
"
|
|
1706
|
+
"name": "authentication.audience",
|
|
1707
|
+
"type": "zeebe:property"
|
|
2086
1708
|
},
|
|
2087
1709
|
"condition": {
|
|
2088
|
-
"property": "
|
|
2089
|
-
"equals": "oauth-client-credentials-flow"
|
|
2090
|
-
|
|
1710
|
+
"property": "authentication.type",
|
|
1711
|
+
"equals": "oauth-client-credentials-flow",
|
|
1712
|
+
"type": "simple"
|
|
1713
|
+
},
|
|
1714
|
+
"type": "String"
|
|
2091
1715
|
},
|
|
2092
1716
|
{
|
|
2093
|
-
"label": "Client authentication",
|
|
2094
1717
|
"id": "authentication.clientAuthentication",
|
|
2095
|
-
"
|
|
1718
|
+
"label": "Client authentication",
|
|
2096
1719
|
"description": "Send client ID and client secret as Basic Auth request in the header, or as client credentials in the request body",
|
|
2097
|
-
"
|
|
1720
|
+
"optional": false,
|
|
1721
|
+
"constraints": {
|
|
1722
|
+
"notEmpty": true
|
|
1723
|
+
},
|
|
1724
|
+
"group": "authentication",
|
|
1725
|
+
"binding": {
|
|
1726
|
+
"name": "authentication.clientAuthentication",
|
|
1727
|
+
"type": "zeebe:property"
|
|
1728
|
+
},
|
|
1729
|
+
"condition": {
|
|
1730
|
+
"property": "authentication.type",
|
|
1731
|
+
"equals": "oauth-client-credentials-flow",
|
|
1732
|
+
"type": "simple"
|
|
1733
|
+
},
|
|
2098
1734
|
"type": "Dropdown",
|
|
2099
1735
|
"choices": [
|
|
2100
1736
|
{
|
|
@@ -2105,164 +1741,339 @@
|
|
|
2105
1741
|
"name": "Send as Basic Auth header",
|
|
2106
1742
|
"value": "basicAuthHeader"
|
|
2107
1743
|
}
|
|
2108
|
-
]
|
|
2109
|
-
"binding": {
|
|
2110
|
-
"type": "zeebe:property",
|
|
2111
|
-
"name": "authentication.clientAuthentication"
|
|
2112
|
-
},
|
|
2113
|
-
"condition": {
|
|
2114
|
-
"property": "authenticationType",
|
|
2115
|
-
"equals": "oauth-client-credentials-flow"
|
|
2116
|
-
}
|
|
1744
|
+
]
|
|
2117
1745
|
},
|
|
2118
1746
|
{
|
|
2119
|
-
"
|
|
1747
|
+
"id": "authentication.scopes",
|
|
1748
|
+
"label": "Scopes",
|
|
1749
|
+
"description": "The scopes which you want to request authorization for (e.g.read:contacts)",
|
|
1750
|
+
"optional": true,
|
|
2120
1751
|
"group": "authentication",
|
|
2121
|
-
"type": "String",
|
|
2122
|
-
"feel": "optional",
|
|
2123
1752
|
"binding": {
|
|
2124
|
-
"
|
|
2125
|
-
"
|
|
2126
|
-
},
|
|
2127
|
-
"constraints": {
|
|
2128
|
-
"notEmpty": true
|
|
1753
|
+
"name": "authentication.scopes",
|
|
1754
|
+
"type": "zeebe:property"
|
|
2129
1755
|
},
|
|
2130
1756
|
"condition": {
|
|
2131
|
-
"property": "
|
|
2132
|
-
"equals": "
|
|
2133
|
-
|
|
1757
|
+
"property": "authentication.type",
|
|
1758
|
+
"equals": "oauth-client-credentials-flow",
|
|
1759
|
+
"type": "simple"
|
|
1760
|
+
},
|
|
1761
|
+
"type": "String"
|
|
2134
1762
|
},
|
|
2135
1763
|
{
|
|
2136
|
-
"
|
|
2137
|
-
"
|
|
2138
|
-
"
|
|
2139
|
-
"
|
|
2140
|
-
"binding": {
|
|
2141
|
-
"type": "zeebe:property",
|
|
2142
|
-
"name": "authentication.password"
|
|
2143
|
-
},
|
|
1764
|
+
"id": "method",
|
|
1765
|
+
"label": "Method",
|
|
1766
|
+
"optional": false,
|
|
1767
|
+
"value": "GET",
|
|
2144
1768
|
"constraints": {
|
|
2145
1769
|
"notEmpty": true
|
|
2146
1770
|
},
|
|
2147
|
-
"
|
|
2148
|
-
|
|
2149
|
-
"
|
|
2150
|
-
|
|
1771
|
+
"group": "endpoint",
|
|
1772
|
+
"binding": {
|
|
1773
|
+
"name": "method",
|
|
1774
|
+
"type": "zeebe:property"
|
|
1775
|
+
},
|
|
1776
|
+
"type": "Dropdown",
|
|
1777
|
+
"choices": [
|
|
1778
|
+
{
|
|
1779
|
+
"name": "POST",
|
|
1780
|
+
"value": "POST"
|
|
1781
|
+
},
|
|
1782
|
+
{
|
|
1783
|
+
"name": "GET",
|
|
1784
|
+
"value": "GET"
|
|
1785
|
+
},
|
|
1786
|
+
{
|
|
1787
|
+
"name": "DELETE",
|
|
1788
|
+
"value": "DELETE"
|
|
1789
|
+
},
|
|
1790
|
+
{
|
|
1791
|
+
"name": "PATCH",
|
|
1792
|
+
"value": "PATCH"
|
|
1793
|
+
},
|
|
1794
|
+
{
|
|
1795
|
+
"name": "PUT",
|
|
1796
|
+
"value": "PUT"
|
|
1797
|
+
}
|
|
1798
|
+
]
|
|
2151
1799
|
},
|
|
2152
1800
|
{
|
|
2153
|
-
"
|
|
2154
|
-
"
|
|
2155
|
-
"
|
|
2156
|
-
"
|
|
1801
|
+
"id": "url",
|
|
1802
|
+
"label": "URL",
|
|
1803
|
+
"optional": false,
|
|
1804
|
+
"constraints": {
|
|
1805
|
+
"notEmpty": true,
|
|
1806
|
+
"pattern": {
|
|
1807
|
+
"value": "^(=|(http://|https://|secrets|\\{\\{).*$)",
|
|
1808
|
+
"message": "Must be a http(s) URL"
|
|
1809
|
+
}
|
|
1810
|
+
},
|
|
2157
1811
|
"feel": "optional",
|
|
1812
|
+
"group": "endpoint",
|
|
2158
1813
|
"binding": {
|
|
2159
|
-
"
|
|
2160
|
-
"
|
|
2161
|
-
},
|
|
2162
|
-
"condition": {
|
|
2163
|
-
"property": "method",
|
|
2164
|
-
"oneOf": ["post", "put", "patch"]
|
|
1814
|
+
"name": "url",
|
|
1815
|
+
"type": "zeebe:property"
|
|
2165
1816
|
},
|
|
2166
|
-
"
|
|
1817
|
+
"type": "String"
|
|
2167
1818
|
},
|
|
2168
1819
|
{
|
|
2169
|
-
"
|
|
2170
|
-
"
|
|
2171
|
-
"
|
|
1820
|
+
"id": "queryParameters",
|
|
1821
|
+
"label": "Query parameters",
|
|
1822
|
+
"description": "Map of query parameters to add to the request URL",
|
|
1823
|
+
"optional": true,
|
|
2172
1824
|
"feel": "required",
|
|
2173
|
-
"
|
|
1825
|
+
"group": "endpoint",
|
|
2174
1826
|
"binding": {
|
|
2175
|
-
"
|
|
2176
|
-
"
|
|
1827
|
+
"name": "queryParameters",
|
|
1828
|
+
"type": "zeebe:property"
|
|
2177
1829
|
},
|
|
2178
|
-
"
|
|
2179
|
-
"notEmpty": true
|
|
2180
|
-
}
|
|
1830
|
+
"type": "String"
|
|
2181
1831
|
},
|
|
2182
1832
|
{
|
|
2183
|
-
"
|
|
2184
|
-
"
|
|
2185
|
-
"
|
|
1833
|
+
"id": "headers",
|
|
1834
|
+
"label": "Headers",
|
|
1835
|
+
"description": "Map of HTTP headers to add to the request",
|
|
1836
|
+
"optional": true,
|
|
2186
1837
|
"feel": "required",
|
|
1838
|
+
"group": "endpoint",
|
|
2187
1839
|
"binding": {
|
|
2188
|
-
"
|
|
2189
|
-
"
|
|
1840
|
+
"name": "headers",
|
|
1841
|
+
"type": "zeebe:property"
|
|
2190
1842
|
},
|
|
2191
|
-
"
|
|
2192
|
-
"constraints": {
|
|
2193
|
-
"notEmpty": true
|
|
2194
|
-
}
|
|
1843
|
+
"type": "String"
|
|
2195
1844
|
},
|
|
2196
1845
|
{
|
|
2197
|
-
"
|
|
2198
|
-
"
|
|
2199
|
-
"
|
|
2200
|
-
"feel": "required",
|
|
1846
|
+
"id": "skipEncoding",
|
|
1847
|
+
"label": "Skip URL encoding",
|
|
1848
|
+
"description": "Skip the default URL decoding and encoding behavior",
|
|
2201
1849
|
"optional": true,
|
|
1850
|
+
"group": "endpoint",
|
|
2202
1851
|
"binding": {
|
|
2203
|
-
"
|
|
2204
|
-
"
|
|
1852
|
+
"name": "skipEncoding",
|
|
1853
|
+
"type": "zeebe:property"
|
|
2205
1854
|
},
|
|
2206
|
-
"
|
|
1855
|
+
"type": "Hidden"
|
|
2207
1856
|
},
|
|
2208
1857
|
{
|
|
2209
|
-
"
|
|
2210
|
-
"
|
|
2211
|
-
"
|
|
2212
|
-
"type": "String",
|
|
2213
|
-
"value": "20",
|
|
2214
|
-
"binding": {
|
|
2215
|
-
"type": "zeebe:property",
|
|
2216
|
-
"name": "connectionTimeoutInSeconds"
|
|
2217
|
-
},
|
|
1858
|
+
"id": "body",
|
|
1859
|
+
"label": "Request body",
|
|
1860
|
+
"description": "Payload to send with the request",
|
|
2218
1861
|
"optional": true,
|
|
2219
1862
|
"feel": "optional",
|
|
2220
|
-
"
|
|
2221
|
-
|
|
2222
|
-
"
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
1863
|
+
"group": "payload",
|
|
1864
|
+
"binding": {
|
|
1865
|
+
"name": "body",
|
|
1866
|
+
"type": "zeebe:property"
|
|
1867
|
+
},
|
|
1868
|
+
"condition": {
|
|
1869
|
+
"property": "method",
|
|
1870
|
+
"oneOf": ["POST", "PUT", "PATCH"],
|
|
1871
|
+
"type": "simple"
|
|
1872
|
+
},
|
|
1873
|
+
"type": "Text"
|
|
2227
1874
|
},
|
|
2228
1875
|
{
|
|
2229
|
-
"
|
|
2230
|
-
"
|
|
2231
|
-
"
|
|
2232
|
-
"optional":
|
|
1876
|
+
"id": "httpRequestInterval",
|
|
1877
|
+
"label": "Http request interval",
|
|
1878
|
+
"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>",
|
|
1879
|
+
"optional": false,
|
|
1880
|
+
"value": "PT50S",
|
|
1881
|
+
"feel": "optional",
|
|
1882
|
+
"group": "interval",
|
|
2233
1883
|
"binding": {
|
|
2234
|
-
"
|
|
2235
|
-
"
|
|
1884
|
+
"name": "httpRequestInterval",
|
|
1885
|
+
"type": "zeebe:property"
|
|
2236
1886
|
},
|
|
2237
|
-
"
|
|
1887
|
+
"type": "String"
|
|
2238
1888
|
},
|
|
2239
1889
|
{
|
|
2240
|
-
"
|
|
2241
|
-
"
|
|
2242
|
-
"
|
|
2243
|
-
"
|
|
2244
|
-
"
|
|
1890
|
+
"id": "processPollingInterval",
|
|
1891
|
+
"label": "Process polling interval",
|
|
1892
|
+
"optional": false,
|
|
1893
|
+
"value": "PT5S",
|
|
1894
|
+
"group": "interval",
|
|
2245
1895
|
"binding": {
|
|
2246
|
-
"
|
|
2247
|
-
"
|
|
1896
|
+
"name": "processPollingInterval",
|
|
1897
|
+
"type": "zeebe:property"
|
|
2248
1898
|
},
|
|
2249
|
-
"
|
|
2250
|
-
}
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
1899
|
+
"type": "Hidden"
|
|
1900
|
+
},
|
|
1901
|
+
{
|
|
1902
|
+
"id": "connectionTimeoutInSeconds",
|
|
1903
|
+
"label": "Connection timeout in seconds",
|
|
1904
|
+
"description": "Defines the connection timeout in seconds, or 0 for an infinite timeout",
|
|
1905
|
+
"optional": false,
|
|
1906
|
+
"value": "20",
|
|
1907
|
+
"constraints": {
|
|
1908
|
+
"notEmpty": true,
|
|
1909
|
+
"pattern": {
|
|
1910
|
+
"value": "^\\d+$",
|
|
1911
|
+
"message": "Must be a number"
|
|
1912
|
+
}
|
|
1913
|
+
},
|
|
1914
|
+
"feel": "optional",
|
|
1915
|
+
"group": "timeout",
|
|
1916
|
+
"binding": {
|
|
1917
|
+
"name": "connectionTimeoutInSeconds",
|
|
1918
|
+
"type": "zeebe:property"
|
|
1919
|
+
},
|
|
1920
|
+
"tooltip": "Set the timeout in seconds to establish a connection or 0 for an infinite timeout",
|
|
1921
|
+
"type": "String"
|
|
1922
|
+
},
|
|
1923
|
+
{
|
|
1924
|
+
"id": "readTimeoutInSeconds",
|
|
1925
|
+
"label": "Read timeout in seconds",
|
|
1926
|
+
"description": "Timeout in seconds to read data from an established connection or 0 for an infinite timeout",
|
|
1927
|
+
"optional": false,
|
|
1928
|
+
"value": "20",
|
|
1929
|
+
"constraints": {
|
|
1930
|
+
"notEmpty": true,
|
|
1931
|
+
"pattern": {
|
|
1932
|
+
"value": "^\\d+$",
|
|
1933
|
+
"message": "Must be a number"
|
|
1934
|
+
}
|
|
1935
|
+
},
|
|
1936
|
+
"feel": "optional",
|
|
1937
|
+
"group": "timeout",
|
|
1938
|
+
"binding": {
|
|
1939
|
+
"name": "readTimeoutInSeconds",
|
|
1940
|
+
"type": "zeebe:property"
|
|
1941
|
+
},
|
|
1942
|
+
"type": "String"
|
|
1943
|
+
},
|
|
1944
|
+
{
|
|
1945
|
+
"id": "activationCondition",
|
|
1946
|
+
"label": "Activation condition",
|
|
1947
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1948
|
+
"optional": true,
|
|
1949
|
+
"feel": "required",
|
|
1950
|
+
"group": "activation",
|
|
1951
|
+
"binding": {
|
|
1952
|
+
"name": "activationCondition",
|
|
1953
|
+
"type": "zeebe:property"
|
|
1954
|
+
},
|
|
1955
|
+
"type": "String"
|
|
1956
|
+
},
|
|
1957
|
+
{
|
|
1958
|
+
"id": "correlationKeyProcess",
|
|
1959
|
+
"label": "Correlation key (process)",
|
|
1960
|
+
"description": "Sets up the correlation key from process variables",
|
|
1961
|
+
"constraints": {
|
|
1962
|
+
"notEmpty": true
|
|
1963
|
+
},
|
|
1964
|
+
"feel": "required",
|
|
1965
|
+
"group": "correlation",
|
|
1966
|
+
"binding": {
|
|
1967
|
+
"name": "correlationKey",
|
|
1968
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
1969
|
+
},
|
|
1970
|
+
"type": "String"
|
|
1971
|
+
},
|
|
1972
|
+
{
|
|
1973
|
+
"id": "correlationKeyPayload",
|
|
1974
|
+
"label": "Correlation key (payload)",
|
|
1975
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
1976
|
+
"constraints": {
|
|
1977
|
+
"notEmpty": true
|
|
1978
|
+
},
|
|
1979
|
+
"feel": "required",
|
|
1980
|
+
"group": "correlation",
|
|
1981
|
+
"binding": {
|
|
1982
|
+
"name": "correlationKeyExpression",
|
|
1983
|
+
"type": "zeebe:property"
|
|
1984
|
+
},
|
|
1985
|
+
"type": "String"
|
|
1986
|
+
},
|
|
1987
|
+
{
|
|
1988
|
+
"id": "messageIdExpression",
|
|
1989
|
+
"label": "Message ID expression",
|
|
1990
|
+
"description": "Expression to extract unique identifier of a message",
|
|
1991
|
+
"optional": true,
|
|
1992
|
+
"feel": "required",
|
|
1993
|
+
"group": "correlation",
|
|
1994
|
+
"binding": {
|
|
1995
|
+
"name": "messageIdExpression",
|
|
1996
|
+
"type": "zeebe:property"
|
|
1997
|
+
},
|
|
1998
|
+
"type": "String"
|
|
1999
|
+
},
|
|
2000
|
+
{
|
|
2001
|
+
"id": "messageTtl",
|
|
2002
|
+
"label": "Message TTL",
|
|
2003
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
2004
|
+
"optional": true,
|
|
2005
|
+
"constraints": {
|
|
2006
|
+
"notEmpty": false,
|
|
2007
|
+
"pattern": {
|
|
2008
|
+
"value": "^(PT.*|)$",
|
|
2009
|
+
"message": "must be an ISO-8601 duration"
|
|
2010
|
+
}
|
|
2011
|
+
},
|
|
2012
|
+
"feel": "optional",
|
|
2013
|
+
"group": "correlation",
|
|
2014
|
+
"binding": {
|
|
2015
|
+
"name": "messageTtl",
|
|
2016
|
+
"type": "zeebe:property"
|
|
2017
|
+
},
|
|
2018
|
+
"type": "String"
|
|
2019
|
+
},
|
|
2020
|
+
{
|
|
2021
|
+
"id": "messageNameUuid",
|
|
2022
|
+
"generatedValue": {
|
|
2023
|
+
"type": "uuid"
|
|
2024
|
+
},
|
|
2025
|
+
"group": "correlation",
|
|
2026
|
+
"binding": {
|
|
2027
|
+
"name": "name",
|
|
2028
|
+
"type": "bpmn:Message#property"
|
|
2029
|
+
},
|
|
2030
|
+
"type": "Hidden"
|
|
2031
|
+
},
|
|
2032
|
+
{
|
|
2033
|
+
"id": "resultVariable",
|
|
2034
|
+
"label": "Result variable",
|
|
2035
|
+
"description": "Name of variable to store the response in",
|
|
2036
|
+
"group": "output",
|
|
2037
|
+
"binding": {
|
|
2038
|
+
"name": "resultVariable",
|
|
2039
|
+
"type": "zeebe:property"
|
|
2040
|
+
},
|
|
2041
|
+
"type": "String"
|
|
2042
|
+
},
|
|
2043
|
+
{
|
|
2044
|
+
"id": "resultExpression",
|
|
2045
|
+
"label": "Result expression",
|
|
2046
|
+
"description": "Expression to map the response into process variables",
|
|
2047
|
+
"feel": "required",
|
|
2048
|
+
"group": "output",
|
|
2049
|
+
"binding": {
|
|
2050
|
+
"name": "resultExpression",
|
|
2051
|
+
"type": "zeebe:property"
|
|
2052
|
+
},
|
|
2053
|
+
"type": "Text"
|
|
2054
|
+
}
|
|
2055
|
+
],
|
|
2056
|
+
"icon": {
|
|
2057
|
+
"contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJz8+Cjxzdmcgd2lkdGg9JzE4JyBoZWlnaHQ9JzE4JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPgogICAgPGcgY2xhc3M9J2xheWVyJz4KICAgICAgICA8dGl0bGU+TGF5ZXIgMTwvdGl0bGU+CiAgICAgICAgPHBhdGggZD0nbTE3LjAzLDljMCw0LjQ1IC0zLjYsOC4wNSAtOC4wNSw4LjA1Yy00LjQ1LDAgLTguMDUsLTMuNiAtOC4wNSwtOC4wNWMwLC00LjQ1IDMuNiwtOC4wNSA4LjA1LC04LjA1YzQuNDUsMCA4LjA1LDMuNiA4LjA1LDguMDV6JwogICAgICAgICAgICAgIGZpbGw9JyM1MDU1NjInIGlkPSdzdmdfMScvPgogICAgICAgIDxwYXRoIGQ9J200LjkzLDE0LjE2bDEuODUsLTEwLjQ1bDMuMzYsMGMxLjA1LDAgMS44NCwwLjI3IDIuMzcsMC44MWMwLjU0LDAuNTMgMC44LDEuMjEgMC44LDIuMDZjMCwwLjg2IC0wLjI0LDEuNTggLTAuNzMsMi4xM2MtMC40NywwLjU1IC0xLjEyLDAuOTMgLTEuOTUsMS4xNGwtMC40OCwwLjA5bC0wLjUzLDAuMDNsLTAuNiwwLjA1bC0xLjc5LDBsLTAuNzMsNC4xNGwtMS41OCwwem0yLjU3LC01LjU3bDEuNzQsMGMwLjc2LDAgMS4zNSwtMC4xNyAxLjc4LC0wLjVjMC40NCwtMC4zNSAwLjY1LC0wLjgyIDAuNjUsLTEuNDJjMCwtMC40OCAtMC4xNSwtMC44NSAtMC40NCwtMS4xMmMtMC4zLC0wLjI4IC0wLjc3LC0wLjQyIC0xLjQyLC0wLjQybC0xLjcsMGwtMC42MSwzLjQ2eicKICAgICAgICAgICAgICBmaWxsPSd3aGl0ZScgaWQ9J3N2Z18yJy8+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
2058
|
+
}
|
|
2255
2059
|
},
|
|
2256
2060
|
{
|
|
2257
2061
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2258
2062
|
"name": "HTTP Polling Intermediate Catch Event Connector",
|
|
2259
2063
|
"id": "io.camunda.connectors.http.Polling",
|
|
2260
|
-
"version": 2,
|
|
2261
2064
|
"description": "Polls endpoint at regular intervals",
|
|
2262
|
-
"
|
|
2263
|
-
"
|
|
2264
|
-
|
|
2065
|
+
"keywords": [
|
|
2066
|
+
"poll",
|
|
2067
|
+
"polling",
|
|
2068
|
+
"HTTP",
|
|
2069
|
+
"REST",
|
|
2070
|
+
"wait for response",
|
|
2071
|
+
"check status",
|
|
2072
|
+
"periodic request",
|
|
2073
|
+
"HTTP callback"
|
|
2074
|
+
],
|
|
2265
2075
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/polling/",
|
|
2076
|
+
"version": 5,
|
|
2266
2077
|
"category": {
|
|
2267
2078
|
"id": "connectors",
|
|
2268
2079
|
"name": "Connectors"
|
|
@@ -2272,6 +2083,9 @@
|
|
|
2272
2083
|
"value": "bpmn:IntermediateCatchEvent",
|
|
2273
2084
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
2274
2085
|
},
|
|
2086
|
+
"engines": {
|
|
2087
|
+
"camunda": "^8.9"
|
|
2088
|
+
},
|
|
2275
2089
|
"groups": [
|
|
2276
2090
|
{
|
|
2277
2091
|
"id": "authentication",
|
|
@@ -2282,444 +2096,641 @@
|
|
|
2282
2096
|
"label": "HTTP Polling configuration"
|
|
2283
2097
|
},
|
|
2284
2098
|
{
|
|
2285
|
-
"id": "
|
|
2099
|
+
"id": "payload",
|
|
2286
2100
|
"label": "Payload"
|
|
2287
2101
|
},
|
|
2288
2102
|
{
|
|
2289
|
-
"id": "
|
|
2290
|
-
"label": "
|
|
2103
|
+
"id": "interval",
|
|
2104
|
+
"label": "HTTP Polling Interval"
|
|
2291
2105
|
},
|
|
2292
2106
|
{
|
|
2293
|
-
"id": "
|
|
2294
|
-
"label": "
|
|
2107
|
+
"id": "timeout",
|
|
2108
|
+
"label": "Connection timeout"
|
|
2295
2109
|
},
|
|
2296
2110
|
{
|
|
2297
|
-
"id": "
|
|
2298
|
-
"label": "
|
|
2111
|
+
"id": "activation",
|
|
2112
|
+
"label": "Activation"
|
|
2299
2113
|
},
|
|
2300
2114
|
{
|
|
2301
|
-
"id": "
|
|
2302
|
-
"label": "
|
|
2115
|
+
"id": "correlation",
|
|
2116
|
+
"label": "Correlation",
|
|
2117
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
2118
|
+
},
|
|
2119
|
+
{
|
|
2120
|
+
"id": "output",
|
|
2121
|
+
"label": "Output mapping"
|
|
2303
2122
|
}
|
|
2304
2123
|
],
|
|
2305
2124
|
"properties": [
|
|
2306
2125
|
{
|
|
2307
|
-
"type": "Hidden",
|
|
2308
2126
|
"value": "io.camunda:http-polling:1",
|
|
2309
2127
|
"binding": {
|
|
2310
|
-
"
|
|
2311
|
-
"
|
|
2312
|
-
}
|
|
2128
|
+
"name": "inbound.type",
|
|
2129
|
+
"type": "zeebe:property"
|
|
2130
|
+
},
|
|
2131
|
+
"type": "Hidden"
|
|
2313
2132
|
},
|
|
2314
2133
|
{
|
|
2315
|
-
"
|
|
2316
|
-
"
|
|
2317
|
-
|
|
2134
|
+
"id": "authentication.type",
|
|
2135
|
+
"label": "Type",
|
|
2136
|
+
"description": "Choose the authentication type. Select 'None' if no authentication is necessary",
|
|
2137
|
+
"value": "noAuth",
|
|
2138
|
+
"group": "authentication",
|
|
2139
|
+
"binding": {
|
|
2140
|
+
"name": "authentication.type",
|
|
2141
|
+
"type": "zeebe:property"
|
|
2318
2142
|
},
|
|
2143
|
+
"type": "Dropdown",
|
|
2144
|
+
"choices": [
|
|
2145
|
+
{
|
|
2146
|
+
"name": "API key",
|
|
2147
|
+
"value": "apiKey"
|
|
2148
|
+
},
|
|
2149
|
+
{
|
|
2150
|
+
"name": "Basic",
|
|
2151
|
+
"value": "basic"
|
|
2152
|
+
},
|
|
2153
|
+
{
|
|
2154
|
+
"name": "Bearer token",
|
|
2155
|
+
"value": "bearer"
|
|
2156
|
+
},
|
|
2157
|
+
{
|
|
2158
|
+
"name": "None",
|
|
2159
|
+
"value": "noAuth"
|
|
2160
|
+
},
|
|
2161
|
+
{
|
|
2162
|
+
"name": "OAuth 2.0",
|
|
2163
|
+
"value": "oauth-client-credentials-flow"
|
|
2164
|
+
}
|
|
2165
|
+
]
|
|
2166
|
+
},
|
|
2167
|
+
{
|
|
2168
|
+
"id": "authentication.apiKeyLocation",
|
|
2169
|
+
"label": "Api key location",
|
|
2170
|
+
"description": "Choose type: Send API key in header or as query parameter.",
|
|
2171
|
+
"optional": false,
|
|
2172
|
+
"value": "headers",
|
|
2173
|
+
"constraints": {
|
|
2174
|
+
"notEmpty": true
|
|
2175
|
+
},
|
|
2176
|
+
"group": "authentication",
|
|
2319
2177
|
"binding": {
|
|
2320
|
-
"
|
|
2321
|
-
"
|
|
2322
|
-
}
|
|
2178
|
+
"name": "authentication.apiKeyLocation",
|
|
2179
|
+
"type": "zeebe:property"
|
|
2180
|
+
},
|
|
2181
|
+
"condition": {
|
|
2182
|
+
"property": "authentication.type",
|
|
2183
|
+
"equals": "apiKey",
|
|
2184
|
+
"type": "simple"
|
|
2185
|
+
},
|
|
2186
|
+
"type": "Dropdown",
|
|
2187
|
+
"choices": [
|
|
2188
|
+
{
|
|
2189
|
+
"name": "Headers",
|
|
2190
|
+
"value": "headers"
|
|
2191
|
+
},
|
|
2192
|
+
{
|
|
2193
|
+
"name": "Query parameters",
|
|
2194
|
+
"value": "query"
|
|
2195
|
+
}
|
|
2196
|
+
]
|
|
2197
|
+
},
|
|
2198
|
+
{
|
|
2199
|
+
"id": "authentication.name",
|
|
2200
|
+
"label": "API key name",
|
|
2201
|
+
"optional": false,
|
|
2202
|
+
"constraints": {
|
|
2203
|
+
"notEmpty": true
|
|
2204
|
+
},
|
|
2205
|
+
"group": "authentication",
|
|
2206
|
+
"binding": {
|
|
2207
|
+
"name": "authentication.name",
|
|
2208
|
+
"type": "zeebe:property"
|
|
2209
|
+
},
|
|
2210
|
+
"condition": {
|
|
2211
|
+
"property": "authentication.type",
|
|
2212
|
+
"equals": "apiKey",
|
|
2213
|
+
"type": "simple"
|
|
2214
|
+
},
|
|
2215
|
+
"type": "String"
|
|
2216
|
+
},
|
|
2217
|
+
{
|
|
2218
|
+
"id": "authentication.value",
|
|
2219
|
+
"label": "API key value",
|
|
2220
|
+
"optional": false,
|
|
2221
|
+
"constraints": {
|
|
2222
|
+
"notEmpty": true
|
|
2223
|
+
},
|
|
2224
|
+
"group": "authentication",
|
|
2225
|
+
"binding": {
|
|
2226
|
+
"name": "authentication.value",
|
|
2227
|
+
"type": "zeebe:property"
|
|
2228
|
+
},
|
|
2229
|
+
"condition": {
|
|
2230
|
+
"property": "authentication.type",
|
|
2231
|
+
"equals": "apiKey",
|
|
2232
|
+
"type": "simple"
|
|
2233
|
+
},
|
|
2234
|
+
"type": "String"
|
|
2235
|
+
},
|
|
2236
|
+
{
|
|
2237
|
+
"id": "authentication.username",
|
|
2238
|
+
"label": "Username",
|
|
2239
|
+
"optional": false,
|
|
2240
|
+
"constraints": {
|
|
2241
|
+
"notEmpty": true
|
|
2242
|
+
},
|
|
2243
|
+
"group": "authentication",
|
|
2244
|
+
"binding": {
|
|
2245
|
+
"name": "authentication.username",
|
|
2246
|
+
"type": "zeebe:property"
|
|
2247
|
+
},
|
|
2248
|
+
"condition": {
|
|
2249
|
+
"property": "authentication.type",
|
|
2250
|
+
"equals": "basic",
|
|
2251
|
+
"type": "simple"
|
|
2252
|
+
},
|
|
2253
|
+
"type": "String"
|
|
2254
|
+
},
|
|
2255
|
+
{
|
|
2256
|
+
"id": "authentication.password",
|
|
2257
|
+
"label": "Password",
|
|
2258
|
+
"optional": false,
|
|
2259
|
+
"constraints": {
|
|
2260
|
+
"notEmpty": true
|
|
2261
|
+
},
|
|
2262
|
+
"group": "authentication",
|
|
2263
|
+
"binding": {
|
|
2264
|
+
"name": "authentication.password",
|
|
2265
|
+
"type": "zeebe:property"
|
|
2266
|
+
},
|
|
2267
|
+
"condition": {
|
|
2268
|
+
"property": "authentication.type",
|
|
2269
|
+
"equals": "basic",
|
|
2270
|
+
"type": "simple"
|
|
2271
|
+
},
|
|
2272
|
+
"type": "String"
|
|
2273
|
+
},
|
|
2274
|
+
{
|
|
2275
|
+
"id": "authentication.token",
|
|
2276
|
+
"label": "Bearer token",
|
|
2277
|
+
"optional": false,
|
|
2278
|
+
"constraints": {
|
|
2279
|
+
"notEmpty": true
|
|
2280
|
+
},
|
|
2281
|
+
"group": "authentication",
|
|
2282
|
+
"binding": {
|
|
2283
|
+
"name": "authentication.token",
|
|
2284
|
+
"type": "zeebe:property"
|
|
2285
|
+
},
|
|
2286
|
+
"condition": {
|
|
2287
|
+
"property": "authentication.type",
|
|
2288
|
+
"equals": "bearer",
|
|
2289
|
+
"type": "simple"
|
|
2290
|
+
},
|
|
2291
|
+
"type": "String"
|
|
2292
|
+
},
|
|
2293
|
+
{
|
|
2294
|
+
"id": "authentication.oauthTokenEndpoint",
|
|
2295
|
+
"label": "OAuth 2.0 token endpoint",
|
|
2296
|
+
"description": "The OAuth token endpoint",
|
|
2297
|
+
"optional": false,
|
|
2298
|
+
"constraints": {
|
|
2299
|
+
"notEmpty": true,
|
|
2300
|
+
"pattern": {
|
|
2301
|
+
"value": "^(=|(http://|https://|secrets|\\{\\{).*$)",
|
|
2302
|
+
"message": "Must be a http(s) URL"
|
|
2303
|
+
}
|
|
2304
|
+
},
|
|
2305
|
+
"group": "authentication",
|
|
2306
|
+
"binding": {
|
|
2307
|
+
"name": "authentication.oauthTokenEndpoint",
|
|
2308
|
+
"type": "zeebe:property"
|
|
2309
|
+
},
|
|
2310
|
+
"condition": {
|
|
2311
|
+
"property": "authentication.type",
|
|
2312
|
+
"equals": "oauth-client-credentials-flow",
|
|
2313
|
+
"type": "simple"
|
|
2314
|
+
},
|
|
2315
|
+
"type": "String"
|
|
2316
|
+
},
|
|
2317
|
+
{
|
|
2318
|
+
"id": "authentication.clientId",
|
|
2319
|
+
"label": "Client ID",
|
|
2320
|
+
"description": "Your application's client ID from the OAuth client",
|
|
2321
|
+
"optional": false,
|
|
2322
|
+
"constraints": {
|
|
2323
|
+
"notEmpty": true
|
|
2324
|
+
},
|
|
2325
|
+
"group": "authentication",
|
|
2326
|
+
"binding": {
|
|
2327
|
+
"name": "authentication.clientId",
|
|
2328
|
+
"type": "zeebe:property"
|
|
2329
|
+
},
|
|
2330
|
+
"condition": {
|
|
2331
|
+
"property": "authentication.type",
|
|
2332
|
+
"equals": "oauth-client-credentials-flow",
|
|
2333
|
+
"type": "simple"
|
|
2334
|
+
},
|
|
2335
|
+
"type": "String"
|
|
2336
|
+
},
|
|
2337
|
+
{
|
|
2338
|
+
"id": "authentication.clientSecret",
|
|
2339
|
+
"label": "Client secret",
|
|
2340
|
+
"description": "Your application's client secret from the OAuth client",
|
|
2341
|
+
"optional": false,
|
|
2342
|
+
"constraints": {
|
|
2343
|
+
"notEmpty": true
|
|
2344
|
+
},
|
|
2345
|
+
"group": "authentication",
|
|
2346
|
+
"binding": {
|
|
2347
|
+
"name": "authentication.clientSecret",
|
|
2348
|
+
"type": "zeebe:property"
|
|
2349
|
+
},
|
|
2350
|
+
"condition": {
|
|
2351
|
+
"property": "authentication.type",
|
|
2352
|
+
"equals": "oauth-client-credentials-flow",
|
|
2353
|
+
"type": "simple"
|
|
2354
|
+
},
|
|
2355
|
+
"type": "String"
|
|
2356
|
+
},
|
|
2357
|
+
{
|
|
2358
|
+
"id": "authentication.audience",
|
|
2359
|
+
"label": "Audience",
|
|
2360
|
+
"description": "The unique identifier of the target API you want to access",
|
|
2361
|
+
"optional": true,
|
|
2362
|
+
"group": "authentication",
|
|
2363
|
+
"binding": {
|
|
2364
|
+
"name": "authentication.audience",
|
|
2365
|
+
"type": "zeebe:property"
|
|
2366
|
+
},
|
|
2367
|
+
"condition": {
|
|
2368
|
+
"property": "authentication.type",
|
|
2369
|
+
"equals": "oauth-client-credentials-flow",
|
|
2370
|
+
"type": "simple"
|
|
2371
|
+
},
|
|
2372
|
+
"type": "String"
|
|
2323
2373
|
},
|
|
2324
2374
|
{
|
|
2325
|
-
"
|
|
2326
|
-
"
|
|
2375
|
+
"id": "authentication.clientAuthentication",
|
|
2376
|
+
"label": "Client authentication",
|
|
2377
|
+
"description": "Send client ID and client secret as Basic Auth request in the header, or as client credentials in the request body",
|
|
2378
|
+
"optional": false,
|
|
2379
|
+
"constraints": {
|
|
2380
|
+
"notEmpty": true
|
|
2381
|
+
},
|
|
2327
2382
|
"group": "authentication",
|
|
2328
|
-
"
|
|
2329
|
-
|
|
2383
|
+
"binding": {
|
|
2384
|
+
"name": "authentication.clientAuthentication",
|
|
2385
|
+
"type": "zeebe:property"
|
|
2386
|
+
},
|
|
2387
|
+
"condition": {
|
|
2388
|
+
"property": "authentication.type",
|
|
2389
|
+
"equals": "oauth-client-credentials-flow",
|
|
2390
|
+
"type": "simple"
|
|
2391
|
+
},
|
|
2330
2392
|
"type": "Dropdown",
|
|
2331
2393
|
"choices": [
|
|
2332
2394
|
{
|
|
2333
|
-
"name": "
|
|
2334
|
-
"value": "
|
|
2335
|
-
},
|
|
2336
|
-
{
|
|
2337
|
-
"name": "Basic",
|
|
2338
|
-
"value": "basic"
|
|
2339
|
-
},
|
|
2340
|
-
{
|
|
2341
|
-
"name": "Bearer token",
|
|
2342
|
-
"value": "bearer"
|
|
2395
|
+
"name": "Send client credentials in body",
|
|
2396
|
+
"value": "credentialsBody"
|
|
2343
2397
|
},
|
|
2344
2398
|
{
|
|
2345
|
-
"name": "
|
|
2346
|
-
"value": "
|
|
2399
|
+
"name": "Send as Basic Auth header",
|
|
2400
|
+
"value": "basicAuthHeader"
|
|
2347
2401
|
}
|
|
2348
|
-
]
|
|
2402
|
+
]
|
|
2403
|
+
},
|
|
2404
|
+
{
|
|
2405
|
+
"id": "authentication.scopes",
|
|
2406
|
+
"label": "Scopes",
|
|
2407
|
+
"description": "The scopes which you want to request authorization for (e.g.read:contacts)",
|
|
2408
|
+
"optional": true,
|
|
2409
|
+
"group": "authentication",
|
|
2349
2410
|
"binding": {
|
|
2350
|
-
"
|
|
2351
|
-
"
|
|
2352
|
-
}
|
|
2411
|
+
"name": "authentication.scopes",
|
|
2412
|
+
"type": "zeebe:property"
|
|
2413
|
+
},
|
|
2414
|
+
"condition": {
|
|
2415
|
+
"property": "authentication.type",
|
|
2416
|
+
"equals": "oauth-client-credentials-flow",
|
|
2417
|
+
"type": "simple"
|
|
2418
|
+
},
|
|
2419
|
+
"type": "String"
|
|
2353
2420
|
},
|
|
2354
2421
|
{
|
|
2355
2422
|
"id": "method",
|
|
2356
2423
|
"label": "Method",
|
|
2424
|
+
"optional": false,
|
|
2425
|
+
"value": "GET",
|
|
2426
|
+
"constraints": {
|
|
2427
|
+
"notEmpty": true
|
|
2428
|
+
},
|
|
2357
2429
|
"group": "endpoint",
|
|
2430
|
+
"binding": {
|
|
2431
|
+
"name": "method",
|
|
2432
|
+
"type": "zeebe:property"
|
|
2433
|
+
},
|
|
2358
2434
|
"type": "Dropdown",
|
|
2359
|
-
"value": "get",
|
|
2360
2435
|
"choices": [
|
|
2436
|
+
{
|
|
2437
|
+
"name": "POST",
|
|
2438
|
+
"value": "POST"
|
|
2439
|
+
},
|
|
2361
2440
|
{
|
|
2362
2441
|
"name": "GET",
|
|
2363
|
-
"value": "
|
|
2442
|
+
"value": "GET"
|
|
2364
2443
|
},
|
|
2365
2444
|
{
|
|
2366
|
-
"name": "
|
|
2367
|
-
"value": "
|
|
2445
|
+
"name": "DELETE",
|
|
2446
|
+
"value": "DELETE"
|
|
2368
2447
|
},
|
|
2369
2448
|
{
|
|
2370
2449
|
"name": "PATCH",
|
|
2371
|
-
"value": "
|
|
2450
|
+
"value": "PATCH"
|
|
2372
2451
|
},
|
|
2373
2452
|
{
|
|
2374
2453
|
"name": "PUT",
|
|
2375
|
-
"value": "
|
|
2376
|
-
},
|
|
2377
|
-
{
|
|
2378
|
-
"name": "DELETE",
|
|
2379
|
-
"value": "delete"
|
|
2454
|
+
"value": "PUT"
|
|
2380
2455
|
}
|
|
2381
|
-
]
|
|
2382
|
-
"binding": {
|
|
2383
|
-
"type": "zeebe:property",
|
|
2384
|
-
"name": "method"
|
|
2385
|
-
}
|
|
2456
|
+
]
|
|
2386
2457
|
},
|
|
2387
2458
|
{
|
|
2459
|
+
"id": "url",
|
|
2388
2460
|
"label": "URL",
|
|
2389
|
-
"
|
|
2390
|
-
"type": "String",
|
|
2391
|
-
"feel": "optional",
|
|
2392
|
-
"binding": {
|
|
2393
|
-
"type": "zeebe:property",
|
|
2394
|
-
"name": "url"
|
|
2395
|
-
},
|
|
2461
|
+
"optional": false,
|
|
2396
2462
|
"constraints": {
|
|
2397
2463
|
"notEmpty": true,
|
|
2398
2464
|
"pattern": {
|
|
2399
|
-
"value": "^(=|(https
|
|
2400
|
-
"message": "
|
|
2465
|
+
"value": "^(=|(http://|https://|secrets|\\{\\{).*$)",
|
|
2466
|
+
"message": "Must be a http(s) URL"
|
|
2401
2467
|
}
|
|
2402
|
-
}
|
|
2468
|
+
},
|
|
2469
|
+
"feel": "optional",
|
|
2470
|
+
"group": "endpoint",
|
|
2471
|
+
"binding": {
|
|
2472
|
+
"name": "url",
|
|
2473
|
+
"type": "zeebe:property"
|
|
2474
|
+
},
|
|
2475
|
+
"type": "String"
|
|
2403
2476
|
},
|
|
2404
2477
|
{
|
|
2478
|
+
"id": "queryParameters",
|
|
2405
2479
|
"label": "Query parameters",
|
|
2406
2480
|
"description": "Map of query parameters to add to the request URL",
|
|
2407
|
-
"
|
|
2408
|
-
"type": "Text",
|
|
2481
|
+
"optional": true,
|
|
2409
2482
|
"feel": "required",
|
|
2483
|
+
"group": "endpoint",
|
|
2410
2484
|
"binding": {
|
|
2411
|
-
"
|
|
2412
|
-
"
|
|
2485
|
+
"name": "queryParameters",
|
|
2486
|
+
"type": "zeebe:property"
|
|
2413
2487
|
},
|
|
2414
|
-
"
|
|
2488
|
+
"type": "String"
|
|
2415
2489
|
},
|
|
2416
2490
|
{
|
|
2417
|
-
"
|
|
2491
|
+
"id": "headers",
|
|
2492
|
+
"label": "Headers",
|
|
2418
2493
|
"description": "Map of HTTP headers to add to the request",
|
|
2419
|
-
"
|
|
2420
|
-
"type": "Text",
|
|
2494
|
+
"optional": true,
|
|
2421
2495
|
"feel": "required",
|
|
2422
|
-
"binding": {
|
|
2423
|
-
"type": "zeebe:property",
|
|
2424
|
-
"name": "headers"
|
|
2425
|
-
},
|
|
2426
|
-
"optional": true
|
|
2427
|
-
},
|
|
2428
|
-
{
|
|
2429
|
-
"label": "Interval",
|
|
2430
|
-
"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>",
|
|
2431
2496
|
"group": "endpoint",
|
|
2432
|
-
"type": "String",
|
|
2433
|
-
"feel": "optional",
|
|
2434
|
-
"value": "PT50S",
|
|
2435
2497
|
"binding": {
|
|
2436
|
-
"
|
|
2437
|
-
"
|
|
2438
|
-
},
|
|
2439
|
-
"constraints": {
|
|
2440
|
-
"notEmpty": true,
|
|
2441
|
-
"pattern": {
|
|
2442
|
-
"value": "^P(?=\\d|T\\d)(?:\\d+Y)?(?:\\d+M)?(?:\\d+W)?(?:\\d+D)?(?:T(?:\\d+H)?(?:\\d+M)?(?:\\d+(?:\\.\\d{1,3})?S)?)$",
|
|
2443
|
-
"message": "value must be defined"
|
|
2444
|
-
}
|
|
2498
|
+
"name": "headers",
|
|
2499
|
+
"type": "zeebe:property"
|
|
2445
2500
|
},
|
|
2446
|
-
"
|
|
2501
|
+
"type": "String"
|
|
2447
2502
|
},
|
|
2448
2503
|
{
|
|
2504
|
+
"id": "skipEncoding",
|
|
2505
|
+
"label": "Skip URL encoding",
|
|
2506
|
+
"description": "Skip the default URL decoding and encoding behavior",
|
|
2507
|
+
"optional": true,
|
|
2449
2508
|
"group": "endpoint",
|
|
2450
|
-
"type": "Hidden",
|
|
2451
|
-
"value": "PT5S",
|
|
2452
|
-
"binding": {
|
|
2453
|
-
"type": "zeebe:property",
|
|
2454
|
-
"name": "processPollingInterval"
|
|
2455
|
-
},
|
|
2456
|
-
"optional": true
|
|
2457
|
-
},
|
|
2458
|
-
{
|
|
2459
|
-
"label": "Bearer token",
|
|
2460
|
-
"group": "authentication",
|
|
2461
|
-
"type": "String",
|
|
2462
|
-
"feel": "optional",
|
|
2463
|
-
"binding": {
|
|
2464
|
-
"type": "zeebe:property",
|
|
2465
|
-
"name": "authentication.token"
|
|
2466
|
-
},
|
|
2467
|
-
"constraints": {
|
|
2468
|
-
"notEmpty": true
|
|
2469
|
-
},
|
|
2470
|
-
"condition": {
|
|
2471
|
-
"property": "authenticationType",
|
|
2472
|
-
"equals": "bearer"
|
|
2473
|
-
}
|
|
2474
|
-
},
|
|
2475
|
-
{
|
|
2476
|
-
"label": "OAuth token endpoint",
|
|
2477
|
-
"description": "The OAuth token endpoint",
|
|
2478
|
-
"group": "authentication",
|
|
2479
|
-
"type": "String",
|
|
2480
|
-
"feel": "optional",
|
|
2481
|
-
"binding": {
|
|
2482
|
-
"type": "zeebe:property",
|
|
2483
|
-
"name": "authentication.oauthTokenEndpoint"
|
|
2484
|
-
},
|
|
2485
|
-
"constraints": {
|
|
2486
|
-
"notEmpty": true
|
|
2487
|
-
},
|
|
2488
|
-
"condition": {
|
|
2489
|
-
"property": "authenticationType",
|
|
2490
|
-
"equals": "oauth-client-credentials-flow"
|
|
2491
|
-
}
|
|
2492
|
-
},
|
|
2493
|
-
{
|
|
2494
|
-
"label": "Client ID",
|
|
2495
|
-
"description": "Your application's client ID from the OAuth client",
|
|
2496
|
-
"group": "authentication",
|
|
2497
|
-
"type": "String",
|
|
2498
|
-
"feel": "optional",
|
|
2499
2509
|
"binding": {
|
|
2500
|
-
"
|
|
2501
|
-
"
|
|
2502
|
-
},
|
|
2503
|
-
"constraints": {
|
|
2504
|
-
"notEmpty": true
|
|
2510
|
+
"name": "skipEncoding",
|
|
2511
|
+
"type": "zeebe:property"
|
|
2505
2512
|
},
|
|
2506
|
-
"
|
|
2507
|
-
"property": "authenticationType",
|
|
2508
|
-
"equals": "oauth-client-credentials-flow"
|
|
2509
|
-
}
|
|
2513
|
+
"type": "Hidden"
|
|
2510
2514
|
},
|
|
2511
2515
|
{
|
|
2512
|
-
"
|
|
2513
|
-
"
|
|
2514
|
-
"
|
|
2515
|
-
"
|
|
2516
|
-
"
|
|
2516
|
+
"id": "followRedirects",
|
|
2517
|
+
"label": "Follow redirects",
|
|
2518
|
+
"description": "If enabled, HTTP 3xx redirects will be followed automatically. Disabled by default.",
|
|
2519
|
+
"optional": true,
|
|
2520
|
+
"value": false,
|
|
2521
|
+
"feel": "static",
|
|
2522
|
+
"group": "endpoint",
|
|
2517
2523
|
"binding": {
|
|
2518
|
-
"
|
|
2519
|
-
"
|
|
2520
|
-
},
|
|
2521
|
-
"constraints": {
|
|
2522
|
-
"notEmpty": true
|
|
2524
|
+
"name": "followRedirects",
|
|
2525
|
+
"type": "zeebe:property"
|
|
2523
2526
|
},
|
|
2524
|
-
"
|
|
2525
|
-
"property": "authenticationType",
|
|
2526
|
-
"equals": "oauth-client-credentials-flow"
|
|
2527
|
-
}
|
|
2527
|
+
"type": "Boolean"
|
|
2528
2528
|
},
|
|
2529
2529
|
{
|
|
2530
|
-
"
|
|
2531
|
-
"
|
|
2532
|
-
"
|
|
2533
|
-
"type": "String",
|
|
2534
|
-
"feel": "optional",
|
|
2530
|
+
"id": "body",
|
|
2531
|
+
"label": "Request body",
|
|
2532
|
+
"description": "Payload to send with the request",
|
|
2535
2533
|
"optional": true,
|
|
2534
|
+
"feel": "optional",
|
|
2535
|
+
"group": "payload",
|
|
2536
2536
|
"binding": {
|
|
2537
|
-
"
|
|
2538
|
-
"
|
|
2537
|
+
"name": "body",
|
|
2538
|
+
"type": "zeebe:property"
|
|
2539
2539
|
},
|
|
2540
2540
|
"condition": {
|
|
2541
|
-
"property": "
|
|
2542
|
-
"
|
|
2543
|
-
|
|
2541
|
+
"property": "method",
|
|
2542
|
+
"oneOf": ["POST", "PUT", "PATCH"],
|
|
2543
|
+
"type": "simple"
|
|
2544
|
+
},
|
|
2545
|
+
"type": "Text"
|
|
2544
2546
|
},
|
|
2545
2547
|
{
|
|
2546
|
-
"
|
|
2547
|
-
"
|
|
2548
|
-
"
|
|
2549
|
-
"
|
|
2548
|
+
"id": "httpRequestInterval",
|
|
2549
|
+
"label": "Http request interval",
|
|
2550
|
+
"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>",
|
|
2551
|
+
"optional": false,
|
|
2552
|
+
"value": "PT50S",
|
|
2550
2553
|
"feel": "optional",
|
|
2551
|
-
"
|
|
2554
|
+
"group": "interval",
|
|
2552
2555
|
"binding": {
|
|
2553
|
-
"
|
|
2554
|
-
"
|
|
2556
|
+
"name": "httpRequestInterval",
|
|
2557
|
+
"type": "zeebe:property"
|
|
2555
2558
|
},
|
|
2556
|
-
"
|
|
2557
|
-
"property": "authenticationType",
|
|
2558
|
-
"equals": "oauth-client-credentials-flow"
|
|
2559
|
-
}
|
|
2559
|
+
"type": "String"
|
|
2560
2560
|
},
|
|
2561
2561
|
{
|
|
2562
|
-
"
|
|
2563
|
-
"
|
|
2564
|
-
"
|
|
2565
|
-
"
|
|
2566
|
-
"
|
|
2567
|
-
"type": "Dropdown",
|
|
2568
|
-
"choices": [
|
|
2569
|
-
{
|
|
2570
|
-
"name": "Send client credentials in body",
|
|
2571
|
-
"value": "credentialsBody"
|
|
2572
|
-
},
|
|
2573
|
-
{
|
|
2574
|
-
"name": "Send as Basic Auth header",
|
|
2575
|
-
"value": "basicAuthHeader"
|
|
2576
|
-
}
|
|
2577
|
-
],
|
|
2562
|
+
"id": "processPollingInterval",
|
|
2563
|
+
"label": "Process polling interval",
|
|
2564
|
+
"optional": false,
|
|
2565
|
+
"value": "PT5S",
|
|
2566
|
+
"group": "interval",
|
|
2578
2567
|
"binding": {
|
|
2579
|
-
"
|
|
2580
|
-
"
|
|
2568
|
+
"name": "processPollingInterval",
|
|
2569
|
+
"type": "zeebe:property"
|
|
2581
2570
|
},
|
|
2582
|
-
"
|
|
2583
|
-
"property": "authenticationType",
|
|
2584
|
-
"equals": "oauth-client-credentials-flow"
|
|
2585
|
-
}
|
|
2571
|
+
"type": "Hidden"
|
|
2586
2572
|
},
|
|
2587
2573
|
{
|
|
2588
|
-
"
|
|
2589
|
-
"
|
|
2590
|
-
"
|
|
2574
|
+
"id": "connectionTimeoutInSeconds",
|
|
2575
|
+
"label": "Connection timeout in seconds",
|
|
2576
|
+
"description": "Defines the connection timeout in seconds, or 0 for an infinite timeout",
|
|
2577
|
+
"optional": false,
|
|
2578
|
+
"value": "20",
|
|
2579
|
+
"constraints": {
|
|
2580
|
+
"notEmpty": true,
|
|
2581
|
+
"pattern": {
|
|
2582
|
+
"value": "^\\d+$",
|
|
2583
|
+
"message": "Must be a number"
|
|
2584
|
+
}
|
|
2585
|
+
},
|
|
2591
2586
|
"feel": "optional",
|
|
2587
|
+
"group": "timeout",
|
|
2592
2588
|
"binding": {
|
|
2593
|
-
"
|
|
2594
|
-
"
|
|
2595
|
-
},
|
|
2596
|
-
"constraints": {
|
|
2597
|
-
"notEmpty": true
|
|
2589
|
+
"name": "connectionTimeoutInSeconds",
|
|
2590
|
+
"type": "zeebe:property"
|
|
2598
2591
|
},
|
|
2599
|
-
"
|
|
2600
|
-
|
|
2601
|
-
"equals": "basic"
|
|
2602
|
-
}
|
|
2592
|
+
"tooltip": "Set the timeout in seconds to establish a connection or 0 for an infinite timeout",
|
|
2593
|
+
"type": "String"
|
|
2603
2594
|
},
|
|
2604
2595
|
{
|
|
2605
|
-
"
|
|
2606
|
-
"
|
|
2607
|
-
"
|
|
2596
|
+
"id": "readTimeoutInSeconds",
|
|
2597
|
+
"label": "Read timeout in seconds",
|
|
2598
|
+
"description": "Timeout in seconds to read data from an established connection or 0 for an infinite timeout",
|
|
2599
|
+
"optional": false,
|
|
2600
|
+
"value": "20",
|
|
2601
|
+
"constraints": {
|
|
2602
|
+
"notEmpty": true,
|
|
2603
|
+
"pattern": {
|
|
2604
|
+
"value": "^\\d+$",
|
|
2605
|
+
"message": "Must be a number"
|
|
2606
|
+
}
|
|
2607
|
+
},
|
|
2608
2608
|
"feel": "optional",
|
|
2609
|
+
"group": "timeout",
|
|
2609
2610
|
"binding": {
|
|
2610
|
-
"
|
|
2611
|
-
"
|
|
2612
|
-
},
|
|
2613
|
-
"constraints": {
|
|
2614
|
-
"notEmpty": true
|
|
2611
|
+
"name": "readTimeoutInSeconds",
|
|
2612
|
+
"type": "zeebe:property"
|
|
2615
2613
|
},
|
|
2616
|
-
"
|
|
2617
|
-
"property": "authenticationType",
|
|
2618
|
-
"equals": "basic"
|
|
2619
|
-
}
|
|
2614
|
+
"type": "String"
|
|
2620
2615
|
},
|
|
2621
2616
|
{
|
|
2622
|
-
"
|
|
2623
|
-
"
|
|
2624
|
-
"
|
|
2625
|
-
"
|
|
2626
|
-
"feel": "
|
|
2617
|
+
"id": "activationCondition",
|
|
2618
|
+
"label": "Activation condition",
|
|
2619
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
2620
|
+
"optional": true,
|
|
2621
|
+
"feel": "required",
|
|
2622
|
+
"group": "activation",
|
|
2627
2623
|
"binding": {
|
|
2628
|
-
"
|
|
2629
|
-
"
|
|
2630
|
-
},
|
|
2631
|
-
"condition": {
|
|
2632
|
-
"property": "method",
|
|
2633
|
-
"oneOf": ["post", "put", "patch"]
|
|
2624
|
+
"name": "activationCondition",
|
|
2625
|
+
"type": "zeebe:property"
|
|
2634
2626
|
},
|
|
2635
|
-
"
|
|
2627
|
+
"type": "String"
|
|
2636
2628
|
},
|
|
2637
2629
|
{
|
|
2630
|
+
"id": "correlationKeyProcess",
|
|
2638
2631
|
"label": "Correlation key (process)",
|
|
2639
|
-
"type": "String",
|
|
2640
|
-
"group": "activation",
|
|
2641
|
-
"feel": "required",
|
|
2642
2632
|
"description": "Sets up the correlation key from process variables",
|
|
2643
|
-
"binding": {
|
|
2644
|
-
"type": "bpmn:Message#zeebe:subscription#property",
|
|
2645
|
-
"name": "correlationKey"
|
|
2646
|
-
},
|
|
2647
2633
|
"constraints": {
|
|
2648
2634
|
"notEmpty": true
|
|
2649
|
-
}
|
|
2650
|
-
},
|
|
2651
|
-
{
|
|
2652
|
-
"label": "Correlation key (payload)",
|
|
2653
|
-
"type": "String",
|
|
2654
|
-
"group": "activation",
|
|
2635
|
+
},
|
|
2655
2636
|
"feel": "required",
|
|
2637
|
+
"group": "correlation",
|
|
2656
2638
|
"binding": {
|
|
2657
|
-
"
|
|
2658
|
-
"
|
|
2639
|
+
"name": "correlationKey",
|
|
2640
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
2659
2641
|
},
|
|
2642
|
+
"type": "String"
|
|
2643
|
+
},
|
|
2644
|
+
{
|
|
2645
|
+
"id": "correlationKeyPayload",
|
|
2646
|
+
"label": "Correlation key (payload)",
|
|
2660
2647
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
2661
2648
|
"constraints": {
|
|
2662
2649
|
"notEmpty": true
|
|
2663
|
-
}
|
|
2664
|
-
},
|
|
2665
|
-
{
|
|
2666
|
-
"label": "Condition",
|
|
2667
|
-
"type": "String",
|
|
2668
|
-
"group": "activation",
|
|
2650
|
+
},
|
|
2669
2651
|
"feel": "required",
|
|
2670
|
-
"
|
|
2652
|
+
"group": "correlation",
|
|
2671
2653
|
"binding": {
|
|
2672
|
-
"
|
|
2673
|
-
"
|
|
2654
|
+
"name": "correlationKeyExpression",
|
|
2655
|
+
"type": "zeebe:property"
|
|
2674
2656
|
},
|
|
2675
|
-
"
|
|
2657
|
+
"type": "String"
|
|
2676
2658
|
},
|
|
2677
2659
|
{
|
|
2678
|
-
"
|
|
2679
|
-
"
|
|
2680
|
-
"
|
|
2681
|
-
"
|
|
2682
|
-
"
|
|
2660
|
+
"id": "messageIdExpression",
|
|
2661
|
+
"label": "Message ID expression",
|
|
2662
|
+
"description": "Expression to extract unique identifier of a message",
|
|
2663
|
+
"optional": true,
|
|
2664
|
+
"feel": "required",
|
|
2665
|
+
"group": "correlation",
|
|
2683
2666
|
"binding": {
|
|
2684
|
-
"
|
|
2685
|
-
"
|
|
2667
|
+
"name": "messageIdExpression",
|
|
2668
|
+
"type": "zeebe:property"
|
|
2686
2669
|
},
|
|
2670
|
+
"type": "String"
|
|
2671
|
+
},
|
|
2672
|
+
{
|
|
2673
|
+
"id": "messageTtl",
|
|
2674
|
+
"label": "Message TTL",
|
|
2675
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
2687
2676
|
"optional": true,
|
|
2688
|
-
"feel": "optional",
|
|
2689
2677
|
"constraints": {
|
|
2690
2678
|
"notEmpty": false,
|
|
2691
2679
|
"pattern": {
|
|
2692
|
-
"value": "^(
|
|
2693
|
-
"message": "must be
|
|
2680
|
+
"value": "^(PT.*|)$",
|
|
2681
|
+
"message": "must be an ISO-8601 duration"
|
|
2694
2682
|
}
|
|
2695
|
-
}
|
|
2683
|
+
},
|
|
2684
|
+
"feel": "optional",
|
|
2685
|
+
"group": "correlation",
|
|
2686
|
+
"binding": {
|
|
2687
|
+
"name": "messageTtl",
|
|
2688
|
+
"type": "zeebe:property"
|
|
2689
|
+
},
|
|
2690
|
+
"type": "String"
|
|
2691
|
+
},
|
|
2692
|
+
{
|
|
2693
|
+
"id": "messageNameUuid",
|
|
2694
|
+
"label": "Message name",
|
|
2695
|
+
"generatedValue": {
|
|
2696
|
+
"type": "uuid"
|
|
2697
|
+
},
|
|
2698
|
+
"feel": "optional",
|
|
2699
|
+
"group": "correlation",
|
|
2700
|
+
"binding": {
|
|
2701
|
+
"name": "name",
|
|
2702
|
+
"type": "bpmn:Message#property"
|
|
2703
|
+
},
|
|
2704
|
+
"tooltip": "By default, this is an auto-generated random UUID. We recommend using a unique message name for each connector element in the diagram. Override to set a custom message name. Learn more about <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-subscriptions\">message subscriptions</a> that power inbound connectors.",
|
|
2705
|
+
"type": "String"
|
|
2696
2706
|
},
|
|
2697
2707
|
{
|
|
2708
|
+
"id": "resultVariable",
|
|
2698
2709
|
"label": "Result variable",
|
|
2699
|
-
"
|
|
2700
|
-
"group": "
|
|
2701
|
-
"optional": true,
|
|
2710
|
+
"description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>.",
|
|
2711
|
+
"group": "output",
|
|
2702
2712
|
"binding": {
|
|
2703
|
-
"
|
|
2704
|
-
"
|
|
2713
|
+
"name": "resultVariable",
|
|
2714
|
+
"type": "zeebe:property"
|
|
2705
2715
|
},
|
|
2706
|
-
"
|
|
2716
|
+
"type": "String"
|
|
2707
2717
|
},
|
|
2708
2718
|
{
|
|
2719
|
+
"id": "resultExpression",
|
|
2709
2720
|
"label": "Result expression",
|
|
2710
|
-
"
|
|
2711
|
-
"
|
|
2721
|
+
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>.",
|
|
2722
|
+
"value": "{\n myResponseBody: response.body\n // Use FEEL to extract values, e.g.,:\n // myUserId: response.body.post.userId\n}",
|
|
2712
2723
|
"feel": "required",
|
|
2713
|
-
"
|
|
2724
|
+
"group": "output",
|
|
2714
2725
|
"binding": {
|
|
2715
|
-
"
|
|
2716
|
-
"
|
|
2726
|
+
"name": "resultExpression",
|
|
2727
|
+
"type": "zeebe:property"
|
|
2717
2728
|
},
|
|
2718
|
-
"
|
|
2729
|
+
"type": "Text"
|
|
2719
2730
|
}
|
|
2720
2731
|
],
|
|
2721
|
-
"
|
|
2722
|
-
"
|
|
2732
|
+
"icon": {
|
|
2733
|
+
"contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJz8+Cjxzdmcgd2lkdGg9JzE4JyBoZWlnaHQ9JzE4JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPgogICAgPGcgY2xhc3M9J2xheWVyJz4KICAgICAgICA8dGl0bGU+TGF5ZXIgMTwvdGl0bGU+CiAgICAgICAgPHBhdGggZD0nbTE3LjAzLDljMCw0LjQ1IC0zLjYsOC4wNSAtOC4wNSw4LjA1Yy00LjQ1LDAgLTguMDUsLTMuNiAtOC4wNSwtOC4wNWMwLC00LjQ1IDMuNiwtOC4wNSA4LjA1LC04LjA1YzQuNDUsMCA4LjA1LDMuNiA4LjA1LDguMDV6JwogICAgICAgICAgICAgIGZpbGw9JyM1MDU1NjInIGlkPSdzdmdfMScvPgogICAgICAgIDxwYXRoIGQ9J200LjkzLDE0LjE2bDEuODUsLTEwLjQ1bDMuMzYsMGMxLjA1LDAgMS44NCwwLjI3IDIuMzcsMC44MWMwLjU0LDAuNTMgMC44LDEuMjEgMC44LDIuMDZjMCwwLjg2IC0wLjI0LDEuNTggLTAuNzMsMi4xM2MtMC40NywwLjU1IC0xLjEyLDAuOTMgLTEuOTUsMS4xNGwtMC40OCwwLjA5bC0wLjUzLDAuMDNsLTAuNiwwLjA1bC0xLjc5LDBsLTAuNzMsNC4xNGwtMS41OCwwem0yLjU3LC01LjU3bDEuNzQsMGMwLjc2LDAgMS4zNSwtMC4xNyAxLjc4LC0wLjVjMC40NCwtMC4zNSAwLjY1LC0wLjgyIDAuNjUsLTEuNDJjMCwtMC40OCAtMC4xNSwtMC44NSAtMC40NCwtMS4xMmMtMC4zLC0wLjI4IC0wLjc3LC0wLjQyIC0xLjQyLC0wLjQybC0xLjcsMGwtMC42MSwzLjQ2eicKICAgICAgICAgICAgICBmaWxsPSd3aGl0ZScgaWQ9J3N2Z18yJy8+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
2723
2734
|
}
|
|
2724
2735
|
}
|
|
2725
2736
|
]
|