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