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