@camunda/connectors-element-templates 1.0.6 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/build_element_template_array_json_files.sh +9 -0
- package/src/connectors.js +26 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +32 -30
- package/src/element-templates/agenticai-aiagent-job-worker.json +3266 -0
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +3932 -760
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +1 -1
- package/src/element-templates/asana-connector.json +104 -104
- package/src/element-templates/automation-anywhere-outbound-connector.json +657 -657
- package/src/element-templates/aws-bedrock-outbound-connector.json +30 -30
- package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
- package/src/element-templates/aws-dynamodb-outbound-connector.json +107 -107
- package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +31 -31
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-receive.json +356 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
- package/src/element-templates/aws-eventbridge-outbound-connector.json +479 -479
- package/src/element-templates/aws-lambda-outbound-connector.json +92 -92
- package/src/element-templates/aws-s3-outbound-connector.json +30 -30
- package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
- package/src/element-templates/aws-sns-inbound-boundary.json +303 -303
- package/src/element-templates/aws-sns-inbound-intermediate.json +215 -215
- package/src/element-templates/aws-sns-inbound-message-start.json +343 -343
- package/src/element-templates/aws-sns-inbound-receive.json +304 -0
- package/src/element-templates/aws-sns-inbound-start-event.json +130 -130
- package/src/element-templates/aws-sns-outbound-connector.json +726 -726
- package/src/element-templates/aws-sqs-boundary-connector.json +629 -629
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +537 -537
- package/src/element-templates/aws-sqs-outbound-connector.json +440 -440
- package/src/element-templates/aws-sqs-receive-connector.json +418 -0
- package/src/element-templates/aws-sqs-start-event-connector.json +771 -771
- package/src/element-templates/aws-sqs-start-message.json +461 -461
- package/src/element-templates/azure-open-ai-connector.json +32 -32
- package/src/element-templates/blue-prism-connector.json +50 -50
- package/src/element-templates/box-outbound-connector.json +30 -30
- package/src/element-templates/csv-outbound-connector.json +412 -0
- package/src/element-templates/easy-post-connector.json +149 -149
- package/src/element-templates/email-inbound-connector-boundary.json +19 -19
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-outbound-connector.json +233 -233
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +473 -488
- package/src/element-templates/github-connector.json +2417 -2417
- package/src/element-templates/github-webhook-connector-boundary.json +21 -21
- package/src/element-templates/github-webhook-connector-intermediate.json +57 -57
- package/src/element-templates/github-webhook-connector-message-start.json +21 -21
- package/src/element-templates/github-webhook-connector-receive.json +202 -0
- package/src/element-templates/github-webhook-connector-start-event.json +57 -57
- package/src/element-templates/gitlab-connector.json +1103 -1103
- package/src/element-templates/google-drive-outbound-connector.json +846 -846
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +78 -78
- package/src/element-templates/google-sheets-outbound-connector.json +1067 -1067
- package/src/element-templates/graphql-outbound-connector.json +1181 -1181
- package/src/element-templates/http-json-connector.json +2471 -1866
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +635 -6
- package/src/element-templates/http-polling-connector.json +635 -6
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +43 -43
- package/src/element-templates/kafka-inbound-connector-boundary.json +1012 -1012
- package/src/element-templates/kafka-inbound-connector-intermediate.json +582 -582
- package/src/element-templates/kafka-inbound-connector-receive.json +498 -0
- package/src/element-templates/kafka-inbound-connector-start-message.json +608 -608
- package/src/element-templates/kafka-outbound-connector.json +385 -385
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +1643 -1643
- package/src/element-templates/openai-connector.json +122 -122
- package/src/element-templates/operate-connector.json +76 -72
- package/src/element-templates/power-automate-connector.json +10 -10
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +334 -334
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +861 -861
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +456 -456
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +461 -0
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +258 -258
- package/src/element-templates/rabbitmq-outbound-connector.json +322 -322
- package/src/element-templates/salesforce-connector.json +44 -44
- package/src/element-templates/sendgrid-outbound-connector.json +470 -470
- package/src/element-templates/servicenow-connector.json +942 -0
- package/src/element-templates/servicenow-flow-starter-connector.json +643 -0
- package/src/element-templates/servicenow-incident-connector.json +969 -0
- package/src/element-templates/slack-inbound-boundary.json +303 -303
- package/src/element-templates/slack-inbound-intermediate.json +277 -277
- package/src/element-templates/slack-inbound-message-start.json +11 -11
- package/src/element-templates/slack-inbound-receive.json +290 -0
- package/src/element-templates/slack-inbound-start-event.json +247 -247
- package/src/element-templates/slack-outbound-connector.json +966 -966
- package/src/element-templates/twilio-connector.json +52 -52
- package/src/element-templates/twilio-webhook-boundary-connector.json +20 -20
- package/src/element-templates/twilio-webhook-connector.json +11 -11
- package/src/element-templates/twilio-webhook-intermediate-connector.json +50 -50
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/twilio-webhook-receive-connector.json +262 -0
- package/src/element-templates/webhook-connector-boundary.json +1150 -1150
- package/src/element-templates/webhook-connector-intermediate.json +1834 -1834
- package/src/element-templates/webhook-connector-receive.json +609 -0
- package/src/element-templates/webhook-connector-start-event.json +1495 -1495
- package/src/element-templates/webhook-connector-start-message.json +586 -586
- package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
|
@@ -3,12 +3,9 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "Webhook Boundary Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.webhook.WebhookConnectorBoundary.v1",
|
|
6
|
+
"version": 3,
|
|
6
7
|
"description": "Configure webhook to receive callbacks",
|
|
7
|
-
"
|
|
8
|
-
"keywords": []
|
|
9
|
-
},
|
|
10
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
|
|
11
|
-
"version": 13,
|
|
8
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
12
9
|
"category": {
|
|
13
10
|
"id": "connectors",
|
|
14
11
|
"name": "Connectors"
|
|
@@ -18,9 +15,6 @@
|
|
|
18
15
|
"value": "bpmn:BoundaryEvent",
|
|
19
16
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
20
17
|
},
|
|
21
|
-
"engines": {
|
|
22
|
-
"camunda": "^8.3"
|
|
23
|
-
},
|
|
24
18
|
"groups": [
|
|
25
19
|
{
|
|
26
20
|
"id": "endpoint",
|
|
@@ -34,49 +28,52 @@
|
|
|
34
28
|
"id": "authorization",
|
|
35
29
|
"label": "Authorization"
|
|
36
30
|
},
|
|
37
|
-
{
|
|
38
|
-
"id": "webhookResponse",
|
|
39
|
-
"label": "Webhook response"
|
|
40
|
-
},
|
|
41
31
|
{
|
|
42
32
|
"id": "activation",
|
|
43
33
|
"label": "Activation"
|
|
44
34
|
},
|
|
45
35
|
{
|
|
46
|
-
"id": "
|
|
47
|
-
"label": "
|
|
48
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"id": "deduplication",
|
|
52
|
-
"label": "Deduplication",
|
|
53
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
36
|
+
"id": "variable-mapping",
|
|
37
|
+
"label": "Variable mapping"
|
|
54
38
|
},
|
|
55
39
|
{
|
|
56
|
-
"id": "
|
|
57
|
-
"label": "
|
|
40
|
+
"id": "webhookResponse",
|
|
41
|
+
"label": "Webhook response"
|
|
58
42
|
}
|
|
59
43
|
],
|
|
60
44
|
"properties": [
|
|
61
45
|
{
|
|
46
|
+
"type": "Hidden",
|
|
62
47
|
"value": "io.camunda:webhook:1",
|
|
63
48
|
"binding": {
|
|
64
|
-
"
|
|
65
|
-
"
|
|
49
|
+
"type": "zeebe:property",
|
|
50
|
+
"name": "inbound.type"
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"type": "Hidden",
|
|
55
|
+
"generatedValue": {
|
|
56
|
+
"type": "uuid"
|
|
66
57
|
},
|
|
67
|
-
"
|
|
58
|
+
"binding": {
|
|
59
|
+
"type": "bpmn:Message#property",
|
|
60
|
+
"name": "name"
|
|
61
|
+
}
|
|
68
62
|
},
|
|
69
63
|
{
|
|
70
|
-
"
|
|
64
|
+
"type": "Hidden",
|
|
65
|
+
"value": "ConfigurableInboundWebhook",
|
|
66
|
+
"binding": {
|
|
67
|
+
"type": "zeebe:property",
|
|
68
|
+
"name": "inbound.subtype"
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"id": "webhookMethod",
|
|
71
73
|
"label": "Webhook method",
|
|
74
|
+
"group": "endpoint",
|
|
72
75
|
"description": "Select HTTP method",
|
|
73
|
-
"optional": false,
|
|
74
76
|
"value": "any",
|
|
75
|
-
"group": "endpoint",
|
|
76
|
-
"binding": {
|
|
77
|
-
"name": "inbound.method",
|
|
78
|
-
"type": "zeebe:property"
|
|
79
|
-
},
|
|
80
77
|
"type": "Dropdown",
|
|
81
78
|
"choices": [
|
|
82
79
|
{
|
|
@@ -84,53 +81,50 @@
|
|
|
84
81
|
"value": "any"
|
|
85
82
|
},
|
|
86
83
|
{
|
|
87
|
-
"name": "
|
|
84
|
+
"name": "Get",
|
|
88
85
|
"value": "get"
|
|
89
86
|
},
|
|
90
87
|
{
|
|
91
|
-
"name": "
|
|
88
|
+
"name": "Post",
|
|
92
89
|
"value": "post"
|
|
93
90
|
},
|
|
94
91
|
{
|
|
95
|
-
"name": "
|
|
92
|
+
"name": "Put",
|
|
96
93
|
"value": "put"
|
|
97
94
|
},
|
|
98
95
|
{
|
|
99
|
-
"name": "
|
|
96
|
+
"name": "Delete",
|
|
100
97
|
"value": "delete"
|
|
101
98
|
}
|
|
102
|
-
]
|
|
99
|
+
],
|
|
100
|
+
"binding": {
|
|
101
|
+
"type": "zeebe:property",
|
|
102
|
+
"name": "inbound.method"
|
|
103
|
+
}
|
|
103
104
|
},
|
|
104
105
|
{
|
|
105
|
-
"id": "inbound.context",
|
|
106
106
|
"label": "Webhook ID",
|
|
107
|
+
"type": "String",
|
|
108
|
+
"group": "endpoint",
|
|
109
|
+
"binding": {
|
|
110
|
+
"type": "zeebe:property",
|
|
111
|
+
"name": "inbound.context"
|
|
112
|
+
},
|
|
107
113
|
"description": "The webhook ID is a part of the URL",
|
|
108
|
-
"optional": false,
|
|
109
114
|
"constraints": {
|
|
110
115
|
"notEmpty": true,
|
|
111
116
|
"pattern": {
|
|
112
117
|
"value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
|
|
113
118
|
"message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
|
|
114
119
|
}
|
|
115
|
-
}
|
|
116
|
-
"group": "endpoint",
|
|
117
|
-
"binding": {
|
|
118
|
-
"name": "inbound.context",
|
|
119
|
-
"type": "zeebe:property"
|
|
120
|
-
},
|
|
121
|
-
"type": "String"
|
|
120
|
+
}
|
|
122
121
|
},
|
|
123
122
|
{
|
|
124
|
-
"id": "
|
|
123
|
+
"id": "shouldValidateHmac",
|
|
125
124
|
"label": "HMAC authentication",
|
|
126
|
-
"description": "Choose whether HMAC verification is enabled. <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> and <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
|
|
127
|
-
"optional": false,
|
|
128
|
-
"value": "disabled",
|
|
129
125
|
"group": "authentication",
|
|
130
|
-
"
|
|
131
|
-
|
|
132
|
-
"type": "zeebe:property"
|
|
133
|
-
},
|
|
126
|
+
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
|
|
127
|
+
"value": "disabled",
|
|
134
128
|
"type": "Dropdown",
|
|
135
129
|
"choices": [
|
|
136
130
|
{
|
|
@@ -141,60 +135,47 @@
|
|
|
141
135
|
"name": "Disabled",
|
|
142
136
|
"value": "disabled"
|
|
143
137
|
}
|
|
144
|
-
]
|
|
138
|
+
],
|
|
139
|
+
"binding": {
|
|
140
|
+
"type": "zeebe:property",
|
|
141
|
+
"name": "inbound.shouldValidateHmac"
|
|
142
|
+
}
|
|
145
143
|
},
|
|
146
144
|
{
|
|
147
|
-
"id": "inbound.hmacSecret",
|
|
148
145
|
"label": "HMAC secret key",
|
|
149
146
|
"description": "Shared secret key",
|
|
150
|
-
"
|
|
151
|
-
"feel": "optional",
|
|
147
|
+
"type": "String",
|
|
152
148
|
"group": "authentication",
|
|
149
|
+
"optional": true,
|
|
153
150
|
"binding": {
|
|
154
|
-
"
|
|
155
|
-
"
|
|
151
|
+
"type": "zeebe:property",
|
|
152
|
+
"name": "inbound.hmacSecret"
|
|
156
153
|
},
|
|
157
154
|
"condition": {
|
|
158
|
-
"property": "
|
|
159
|
-
"equals": "enabled"
|
|
160
|
-
|
|
161
|
-
},
|
|
162
|
-
"type": "String"
|
|
155
|
+
"property": "shouldValidateHmac",
|
|
156
|
+
"equals": "enabled"
|
|
157
|
+
}
|
|
163
158
|
},
|
|
164
159
|
{
|
|
165
|
-
"id": "inbound.hmacHeader",
|
|
166
160
|
"label": "HMAC header",
|
|
167
161
|
"description": "Name of header attribute that will contain the HMAC value",
|
|
168
|
-
"
|
|
169
|
-
"feel": "optional",
|
|
162
|
+
"type": "String",
|
|
170
163
|
"group": "authentication",
|
|
164
|
+
"optional": true,
|
|
171
165
|
"binding": {
|
|
172
|
-
"
|
|
173
|
-
"
|
|
166
|
+
"type": "zeebe:property",
|
|
167
|
+
"name": "inbound.hmacHeader"
|
|
174
168
|
},
|
|
175
169
|
"condition": {
|
|
176
|
-
"property": "
|
|
177
|
-
"equals": "enabled"
|
|
178
|
-
|
|
179
|
-
},
|
|
180
|
-
"type": "String"
|
|
170
|
+
"property": "shouldValidateHmac",
|
|
171
|
+
"equals": "enabled"
|
|
172
|
+
}
|
|
181
173
|
},
|
|
182
174
|
{
|
|
183
|
-
"id": "inbound.hmacAlgorithm",
|
|
184
175
|
"label": "HMAC algorithm",
|
|
176
|
+
"group": "authentication",
|
|
185
177
|
"description": "Choose HMAC algorithm",
|
|
186
|
-
"optional": false,
|
|
187
178
|
"value": "sha_256",
|
|
188
|
-
"group": "authentication",
|
|
189
|
-
"binding": {
|
|
190
|
-
"name": "inbound.hmacAlgorithm",
|
|
191
|
-
"type": "zeebe:property"
|
|
192
|
-
},
|
|
193
|
-
"condition": {
|
|
194
|
-
"property": "inbound.shouldValidateHmac",
|
|
195
|
-
"equals": "enabled",
|
|
196
|
-
"type": "simple"
|
|
197
|
-
},
|
|
198
179
|
"type": "Dropdown",
|
|
199
180
|
"choices": [
|
|
200
181
|
{
|
|
@@ -209,402 +190,288 @@
|
|
|
209
190
|
"name": "SHA-512",
|
|
210
191
|
"value": "sha_512"
|
|
211
192
|
}
|
|
212
|
-
]
|
|
193
|
+
],
|
|
194
|
+
"binding": {
|
|
195
|
+
"type": "zeebe:property",
|
|
196
|
+
"name": "inbound.hmacAlgorithm"
|
|
197
|
+
},
|
|
198
|
+
"condition": {
|
|
199
|
+
"property": "shouldValidateHmac",
|
|
200
|
+
"equals": "enabled"
|
|
201
|
+
}
|
|
213
202
|
},
|
|
214
203
|
{
|
|
215
|
-
"id": "inbound.hmacScopes",
|
|
216
204
|
"label": "HMAC scopes",
|
|
217
|
-
"description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/' target='_blank'>documentation</a>",
|
|
218
|
-
"optional": true,
|
|
219
|
-
"feel": "required",
|
|
220
205
|
"group": "authentication",
|
|
206
|
+
"description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/' target='_blank'>documentation</a>",
|
|
207
|
+
"feel": "required",
|
|
208
|
+
"type": "String",
|
|
209
|
+
"optional": true,
|
|
221
210
|
"binding": {
|
|
222
|
-
"
|
|
223
|
-
"
|
|
211
|
+
"type": "zeebe:property",
|
|
212
|
+
"name": "inbound.hmacScopes"
|
|
224
213
|
},
|
|
225
214
|
"condition": {
|
|
226
|
-
"property": "
|
|
227
|
-
"equals": "enabled"
|
|
228
|
-
|
|
229
|
-
},
|
|
230
|
-
"type": "String"
|
|
215
|
+
"property": "shouldValidateHmac",
|
|
216
|
+
"equals": "enabled"
|
|
217
|
+
}
|
|
231
218
|
},
|
|
232
219
|
{
|
|
233
|
-
"id": "
|
|
220
|
+
"id": "authorizationType",
|
|
234
221
|
"label": "Authorization type",
|
|
235
|
-
"description": "Choose the authorization type",
|
|
236
|
-
"value": "NONE",
|
|
237
222
|
"group": "authorization",
|
|
238
|
-
"
|
|
239
|
-
|
|
240
|
-
"type": "zeebe:property"
|
|
241
|
-
},
|
|
223
|
+
"description": "Choose the authorization type.",
|
|
224
|
+
"value": "NONE",
|
|
242
225
|
"type": "Dropdown",
|
|
243
226
|
"choices": [
|
|
244
227
|
{
|
|
245
228
|
"name": "None",
|
|
246
229
|
"value": "NONE"
|
|
247
230
|
},
|
|
231
|
+
{
|
|
232
|
+
"name": "JWT",
|
|
233
|
+
"value": "JWT"
|
|
234
|
+
},
|
|
248
235
|
{
|
|
249
236
|
"name": "Basic",
|
|
250
237
|
"value": "BASIC"
|
|
251
238
|
},
|
|
252
239
|
{
|
|
253
|
-
"name": "API
|
|
240
|
+
"name": "API Key",
|
|
254
241
|
"value": "APIKEY"
|
|
255
|
-
},
|
|
256
|
-
{
|
|
257
|
-
"name": "JWT",
|
|
258
|
-
"value": "JWT"
|
|
259
242
|
}
|
|
260
|
-
]
|
|
243
|
+
],
|
|
244
|
+
"binding": {
|
|
245
|
+
"type": "zeebe:property",
|
|
246
|
+
"name": "inbound.auth.type"
|
|
247
|
+
}
|
|
261
248
|
},
|
|
262
249
|
{
|
|
263
|
-
"
|
|
264
|
-
"
|
|
265
|
-
"
|
|
266
|
-
"optional": false,
|
|
267
|
-
"feel": "optional",
|
|
250
|
+
"label": "JWK url",
|
|
251
|
+
"description": "Well-known url of JWKs",
|
|
252
|
+
"type": "String",
|
|
268
253
|
"group": "authorization",
|
|
254
|
+
"feel": "optional",
|
|
255
|
+
"optional": true,
|
|
269
256
|
"binding": {
|
|
270
|
-
"
|
|
271
|
-
"
|
|
257
|
+
"type": "zeebe:property",
|
|
258
|
+
"name": "inbound.auth.jwt.jwkUrl"
|
|
272
259
|
},
|
|
273
260
|
"condition": {
|
|
274
|
-
"property": "
|
|
275
|
-
"equals": "
|
|
276
|
-
|
|
277
|
-
},
|
|
278
|
-
"type": "String"
|
|
261
|
+
"property": "authorizationType",
|
|
262
|
+
"equals": "JWT"
|
|
263
|
+
}
|
|
279
264
|
},
|
|
280
265
|
{
|
|
281
|
-
"
|
|
282
|
-
"
|
|
283
|
-
"
|
|
284
|
-
"optional": false,
|
|
285
|
-
"feel": "optional",
|
|
266
|
+
"label": "JWT role property expression",
|
|
267
|
+
"description": "Expression to extract the roles from the JWT token. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#how-to-extract-roles-from-jwt-data'>See documentation</a>",
|
|
268
|
+
"type": "String",
|
|
286
269
|
"group": "authorization",
|
|
270
|
+
"feel": "required",
|
|
271
|
+
"optional": true,
|
|
287
272
|
"binding": {
|
|
288
|
-
"
|
|
289
|
-
"
|
|
273
|
+
"type": "zeebe:property",
|
|
274
|
+
"name": "inbound.auth.jwt.permissionsExpression"
|
|
290
275
|
},
|
|
291
276
|
"condition": {
|
|
292
|
-
"property": "
|
|
293
|
-
"equals": "
|
|
294
|
-
|
|
295
|
-
},
|
|
296
|
-
"type": "String"
|
|
277
|
+
"property": "authorizationType",
|
|
278
|
+
"equals": "JWT"
|
|
279
|
+
}
|
|
297
280
|
},
|
|
298
281
|
{
|
|
299
|
-
"
|
|
300
|
-
"
|
|
301
|
-
"
|
|
302
|
-
"optional": false,
|
|
303
|
-
"feel": "optional",
|
|
282
|
+
"label": "Required roles",
|
|
283
|
+
"description": "List of roles to test JWT roles against",
|
|
284
|
+
"type": "String",
|
|
304
285
|
"group": "authorization",
|
|
286
|
+
"feel": "required",
|
|
287
|
+
"optional": true,
|
|
305
288
|
"binding": {
|
|
306
|
-
"
|
|
307
|
-
"
|
|
289
|
+
"type": "zeebe:property",
|
|
290
|
+
"name": "inbound.auth.jwt.requiredPermissions"
|
|
308
291
|
},
|
|
309
292
|
"condition": {
|
|
310
|
-
"property": "
|
|
311
|
-
"equals": "
|
|
312
|
-
|
|
313
|
-
},
|
|
314
|
-
"type": "String"
|
|
293
|
+
"property": "authorizationType",
|
|
294
|
+
"equals": "JWT"
|
|
295
|
+
}
|
|
315
296
|
},
|
|
316
297
|
{
|
|
317
|
-
"
|
|
318
|
-
"
|
|
319
|
-
"
|
|
320
|
-
"optional": false,
|
|
321
|
-
"value": "=split(request.headers.authorization, \" \")[2]",
|
|
322
|
-
"constraints": {
|
|
323
|
-
"notEmpty": true
|
|
324
|
-
},
|
|
325
|
-
"feel": "required",
|
|
298
|
+
"label": "Username",
|
|
299
|
+
"description": "Username for basic authentication",
|
|
300
|
+
"type": "String",
|
|
326
301
|
"group": "authorization",
|
|
302
|
+
"feel": "optional",
|
|
327
303
|
"binding": {
|
|
328
|
-
"
|
|
329
|
-
"
|
|
304
|
+
"type": "zeebe:property",
|
|
305
|
+
"name": "inbound.auth.username"
|
|
330
306
|
},
|
|
331
307
|
"condition": {
|
|
332
|
-
"property": "
|
|
333
|
-
"equals": "
|
|
334
|
-
"type": "simple"
|
|
308
|
+
"property": "authorizationType",
|
|
309
|
+
"equals": "BASIC"
|
|
335
310
|
},
|
|
336
|
-
"
|
|
311
|
+
"constraints": {
|
|
312
|
+
"notEmpty": true
|
|
313
|
+
}
|
|
337
314
|
},
|
|
338
315
|
{
|
|
339
|
-
"
|
|
340
|
-
"
|
|
341
|
-
"
|
|
342
|
-
"optional": false,
|
|
343
|
-
"feel": "optional",
|
|
316
|
+
"label": "Password",
|
|
317
|
+
"description": "Password for basic authentication",
|
|
318
|
+
"type": "String",
|
|
344
319
|
"group": "authorization",
|
|
320
|
+
"feel": "optional",
|
|
345
321
|
"binding": {
|
|
346
|
-
"
|
|
347
|
-
"
|
|
322
|
+
"type": "zeebe:property",
|
|
323
|
+
"name": "inbound.auth.password"
|
|
348
324
|
},
|
|
349
325
|
"condition": {
|
|
350
|
-
"property": "
|
|
351
|
-
"equals": "
|
|
352
|
-
"type": "simple"
|
|
326
|
+
"property": "authorizationType",
|
|
327
|
+
"equals": "BASIC"
|
|
353
328
|
},
|
|
354
|
-
"
|
|
329
|
+
"constraints": {
|
|
330
|
+
"notEmpty": true
|
|
331
|
+
}
|
|
355
332
|
},
|
|
356
333
|
{
|
|
357
|
-
"
|
|
358
|
-
"
|
|
359
|
-
"
|
|
360
|
-
"optional": false,
|
|
361
|
-
"feel": "required",
|
|
334
|
+
"label": "API Key",
|
|
335
|
+
"description": "Expected API key",
|
|
336
|
+
"type": "String",
|
|
362
337
|
"group": "authorization",
|
|
338
|
+
"feel": "optional",
|
|
363
339
|
"binding": {
|
|
364
|
-
"
|
|
365
|
-
"
|
|
340
|
+
"type": "zeebe:property",
|
|
341
|
+
"name": "inbound.auth.apiKey"
|
|
366
342
|
},
|
|
367
343
|
"condition": {
|
|
368
|
-
"property": "
|
|
369
|
-
"equals": "
|
|
370
|
-
"type": "simple"
|
|
344
|
+
"property": "authorizationType",
|
|
345
|
+
"equals": "APIKEY"
|
|
371
346
|
},
|
|
372
|
-
"
|
|
347
|
+
"constraints": {
|
|
348
|
+
"notEmpty": true
|
|
349
|
+
}
|
|
373
350
|
},
|
|
374
351
|
{
|
|
375
|
-
"
|
|
376
|
-
"
|
|
377
|
-
"
|
|
378
|
-
"optional": false,
|
|
379
|
-
"feel": "required",
|
|
352
|
+
"label": "API Key locator",
|
|
353
|
+
"description": "A FEEL expression that extracts API key from the request. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#how-to-configure-api-key-authorization'>See documentation</a>",
|
|
354
|
+
"type": "String",
|
|
380
355
|
"group": "authorization",
|
|
356
|
+
"feel": "required",
|
|
381
357
|
"binding": {
|
|
382
|
-
"
|
|
383
|
-
"
|
|
358
|
+
"type": "zeebe:property",
|
|
359
|
+
"name": "inbound.auth.apiKeyLocator"
|
|
384
360
|
},
|
|
385
361
|
"condition": {
|
|
386
|
-
"property": "
|
|
387
|
-
"equals": "
|
|
388
|
-
"type": "simple"
|
|
362
|
+
"property": "authorizationType",
|
|
363
|
+
"equals": "APIKEY"
|
|
389
364
|
},
|
|
390
|
-
"
|
|
365
|
+
"constraints": {
|
|
366
|
+
"notEmpty": true
|
|
367
|
+
},
|
|
368
|
+
"value": "=split(request.headers.authorization, \" \")[2]"
|
|
391
369
|
},
|
|
392
370
|
{
|
|
393
|
-
"
|
|
394
|
-
"
|
|
395
|
-
"
|
|
396
|
-
"optional": true,
|
|
371
|
+
"label": "Correlation key (process)",
|
|
372
|
+
"type": "String",
|
|
373
|
+
"group": "activation",
|
|
397
374
|
"feel": "required",
|
|
398
|
-
"
|
|
375
|
+
"description": "Sets up the correlation key from process variables",
|
|
399
376
|
"binding": {
|
|
400
|
-
"
|
|
401
|
-
"
|
|
377
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
378
|
+
"name": "correlationKey"
|
|
402
379
|
},
|
|
403
|
-
"
|
|
380
|
+
"constraints": {
|
|
381
|
+
"notEmpty": true
|
|
382
|
+
}
|
|
404
383
|
},
|
|
405
384
|
{
|
|
406
|
-
"
|
|
407
|
-
"
|
|
408
|
-
"
|
|
409
|
-
"optional": true,
|
|
385
|
+
"label": "Correlation key (payload)",
|
|
386
|
+
"type": "String",
|
|
387
|
+
"group": "activation",
|
|
410
388
|
"feel": "required",
|
|
411
|
-
"group": "webhookResponse",
|
|
412
389
|
"binding": {
|
|
413
|
-
"
|
|
414
|
-
"
|
|
390
|
+
"type": "zeebe:property",
|
|
391
|
+
"name": "correlationKeyExpression"
|
|
415
392
|
},
|
|
416
|
-
"
|
|
393
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
394
|
+
"constraints": {
|
|
395
|
+
"notEmpty": true
|
|
396
|
+
}
|
|
417
397
|
},
|
|
418
398
|
{
|
|
419
|
-
"
|
|
420
|
-
"label": "Activation condition",
|
|
421
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
422
|
-
"optional": true,
|
|
399
|
+
"label": "Message ID expression",
|
|
423
400
|
"feel": "required",
|
|
401
|
+
"type": "String",
|
|
402
|
+
"optional": true,
|
|
424
403
|
"group": "activation",
|
|
425
404
|
"binding": {
|
|
426
|
-
"
|
|
427
|
-
"
|
|
405
|
+
"type": "zeebe:property",
|
|
406
|
+
"name": "messageIdExpression"
|
|
428
407
|
},
|
|
429
|
-
"
|
|
408
|
+
"description": "Expression to extract unique identifier of a message"
|
|
430
409
|
},
|
|
431
410
|
{
|
|
432
|
-
"
|
|
433
|
-
"
|
|
434
|
-
"value": true,
|
|
411
|
+
"label": "Condition",
|
|
412
|
+
"type": "String",
|
|
435
413
|
"group": "activation",
|
|
414
|
+
"feel": "required",
|
|
415
|
+
"optional": true,
|
|
436
416
|
"binding": {
|
|
437
|
-
"
|
|
438
|
-
"
|
|
417
|
+
"type": "zeebe:property",
|
|
418
|
+
"name": "activationCondition"
|
|
439
419
|
},
|
|
440
|
-
"
|
|
441
|
-
"type": "Boolean"
|
|
420
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
|
|
442
421
|
},
|
|
443
422
|
{
|
|
444
|
-
"
|
|
445
|
-
"
|
|
446
|
-
"
|
|
447
|
-
"
|
|
448
|
-
"notEmpty": true
|
|
449
|
-
},
|
|
450
|
-
"feel": "required",
|
|
451
|
-
"group": "correlation",
|
|
423
|
+
"label": "Result variable",
|
|
424
|
+
"type": "String",
|
|
425
|
+
"group": "variable-mapping",
|
|
426
|
+
"optional": true,
|
|
452
427
|
"binding": {
|
|
453
|
-
"
|
|
454
|
-
"
|
|
428
|
+
"type": "zeebe:property",
|
|
429
|
+
"name": "resultVariable"
|
|
455
430
|
},
|
|
456
|
-
"
|
|
431
|
+
"description": "Name of variable to store the result of the connector in"
|
|
457
432
|
},
|
|
458
433
|
{
|
|
459
|
-
"
|
|
460
|
-
"
|
|
461
|
-
"
|
|
462
|
-
"constraints": {
|
|
463
|
-
"notEmpty": true
|
|
464
|
-
},
|
|
434
|
+
"label": "Result expression",
|
|
435
|
+
"type": "String",
|
|
436
|
+
"group": "variable-mapping",
|
|
465
437
|
"feel": "required",
|
|
466
|
-
"
|
|
438
|
+
"optional": true,
|
|
467
439
|
"binding": {
|
|
468
|
-
"
|
|
469
|
-
"
|
|
440
|
+
"type": "zeebe:property",
|
|
441
|
+
"name": "resultExpression"
|
|
470
442
|
},
|
|
471
|
-
"
|
|
443
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
472
444
|
},
|
|
473
445
|
{
|
|
474
|
-
"
|
|
475
|
-
"
|
|
476
|
-
"
|
|
477
|
-
"
|
|
446
|
+
"label": "One time verification response expression",
|
|
447
|
+
"description": "Specify condition and response. Learn more in the <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#verification-expression' target='_blank'>documentation</a>",
|
|
448
|
+
"type": "Text",
|
|
449
|
+
"group": "webhookResponse",
|
|
478
450
|
"feel": "required",
|
|
479
|
-
"
|
|
451
|
+
"optional": true,
|
|
480
452
|
"binding": {
|
|
481
|
-
"
|
|
482
|
-
"
|
|
483
|
-
}
|
|
484
|
-
"type": "String"
|
|
453
|
+
"type": "zeebe:property",
|
|
454
|
+
"name": "inbound.verificationExpression"
|
|
455
|
+
}
|
|
485
456
|
},
|
|
486
457
|
{
|
|
487
|
-
"
|
|
488
|
-
"
|
|
489
|
-
"
|
|
458
|
+
"label": "Response body expression",
|
|
459
|
+
"type": "Text",
|
|
460
|
+
"group": "webhookResponse",
|
|
461
|
+
"feel": "required",
|
|
490
462
|
"optional": true,
|
|
491
|
-
"constraints": {
|
|
492
|
-
"notEmpty": false,
|
|
493
|
-
"pattern": {
|
|
494
|
-
"value": "^(PT.*|)$",
|
|
495
|
-
"message": "must be an ISO-8601 duration"
|
|
496
|
-
}
|
|
497
|
-
},
|
|
498
|
-
"feel": "optional",
|
|
499
|
-
"group": "correlation",
|
|
500
463
|
"binding": {
|
|
501
|
-
"
|
|
502
|
-
"
|
|
503
|
-
},
|
|
504
|
-
"type": "String"
|
|
505
|
-
},
|
|
506
|
-
{
|
|
507
|
-
"id": "messageNameUuid",
|
|
508
|
-
"generatedValue": {
|
|
509
|
-
"type": "uuid"
|
|
464
|
+
"type": "zeebe:property",
|
|
465
|
+
"name": "inbound.responseBodyExpression"
|
|
510
466
|
},
|
|
511
|
-
"
|
|
512
|
-
"binding": {
|
|
513
|
-
"name": "name",
|
|
514
|
-
"type": "bpmn:Message#property"
|
|
515
|
-
},
|
|
516
|
-
"type": "Hidden"
|
|
517
|
-
},
|
|
518
|
-
{
|
|
519
|
-
"id": "deduplicationModeManualFlag",
|
|
520
|
-
"label": "Manual mode",
|
|
521
|
-
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
522
|
-
"value": false,
|
|
523
|
-
"group": "deduplication",
|
|
524
|
-
"binding": {
|
|
525
|
-
"name": "deduplicationModeManualFlag",
|
|
526
|
-
"type": "zeebe:property"
|
|
527
|
-
},
|
|
528
|
-
"type": "Boolean"
|
|
529
|
-
},
|
|
530
|
-
{
|
|
531
|
-
"id": "deduplicationId",
|
|
532
|
-
"label": "Deduplication ID",
|
|
533
|
-
"constraints": {
|
|
534
|
-
"notEmpty": true,
|
|
535
|
-
"pattern": {
|
|
536
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
537
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
538
|
-
}
|
|
539
|
-
},
|
|
540
|
-
"group": "deduplication",
|
|
541
|
-
"binding": {
|
|
542
|
-
"name": "deduplicationId",
|
|
543
|
-
"type": "zeebe:property"
|
|
544
|
-
},
|
|
545
|
-
"condition": {
|
|
546
|
-
"property": "deduplicationModeManualFlag",
|
|
547
|
-
"equals": true,
|
|
548
|
-
"type": "simple"
|
|
549
|
-
},
|
|
550
|
-
"type": "String"
|
|
551
|
-
},
|
|
552
|
-
{
|
|
553
|
-
"id": "deduplicationModeManual",
|
|
554
|
-
"value": "MANUAL",
|
|
555
|
-
"group": "deduplication",
|
|
556
|
-
"binding": {
|
|
557
|
-
"name": "deduplicationMode",
|
|
558
|
-
"type": "zeebe:property"
|
|
559
|
-
},
|
|
560
|
-
"condition": {
|
|
561
|
-
"property": "deduplicationId",
|
|
562
|
-
"isActive": true,
|
|
563
|
-
"type": "simple"
|
|
564
|
-
},
|
|
565
|
-
"type": "Hidden"
|
|
566
|
-
},
|
|
567
|
-
{
|
|
568
|
-
"id": "deduplicationModeAuto",
|
|
569
|
-
"value": "AUTO",
|
|
570
|
-
"group": "deduplication",
|
|
571
|
-
"binding": {
|
|
572
|
-
"name": "deduplicationMode",
|
|
573
|
-
"type": "zeebe:property"
|
|
574
|
-
},
|
|
575
|
-
"condition": {
|
|
576
|
-
"property": "deduplicationId",
|
|
577
|
-
"isActive": false,
|
|
578
|
-
"type": "simple"
|
|
579
|
-
},
|
|
580
|
-
"type": "Hidden"
|
|
581
|
-
},
|
|
582
|
-
{
|
|
583
|
-
"id": "resultVariable",
|
|
584
|
-
"label": "Result variable",
|
|
585
|
-
"description": "Name of variable to store the response in",
|
|
586
|
-
"group": "output",
|
|
587
|
-
"binding": {
|
|
588
|
-
"name": "resultVariable",
|
|
589
|
-
"type": "zeebe:property"
|
|
590
|
-
},
|
|
591
|
-
"type": "String"
|
|
592
|
-
},
|
|
593
|
-
{
|
|
594
|
-
"id": "resultExpression",
|
|
595
|
-
"label": "Result expression",
|
|
596
|
-
"description": "Expression to map the response into process variables",
|
|
597
|
-
"feel": "required",
|
|
598
|
-
"group": "output",
|
|
599
|
-
"binding": {
|
|
600
|
-
"name": "resultExpression",
|
|
601
|
-
"type": "zeebe:property"
|
|
602
|
-
},
|
|
603
|
-
"type": "Text"
|
|
467
|
+
"description": "Specify condition and response"
|
|
604
468
|
}
|
|
605
469
|
],
|
|
606
470
|
"icon": {
|
|
607
|
-
"contents": "data:image/svg+xml;
|
|
471
|
+
"contents": "data:image/svg+xml,%3Csvg id='icon' xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; %7D %3C/style%3E%3C/defs%3E%3Cpath d='M24,26a3,3,0,1,0-2.8164-4H13v1a5,5,0,1,1-5-5V16a7,7,0,1,0,6.9287,8h6.2549A2.9914,2.9914,0,0,0,24,26Z'/%3E%3Cpath d='M24,16a7.024,7.024,0,0,0-2.57.4873l-3.1656-5.5395a3.0469,3.0469,0,1,0-1.7326.9985l4.1189,7.2085.8686-.4976a5.0006,5.0006,0,1,1-1.851,6.8418L17.937,26.501A7.0005,7.0005,0,1,0,24,16Z'/%3E%3Cpath d='M8.532,20.0537a3.03,3.03,0,1,0,1.7326.9985C11.74,18.47,13.86,14.7607,13.89,14.708l.4976-.8682-.8677-.497a5,5,0,1,1,6.812-1.8438l1.7315,1.002a7.0008,7.0008,0,1,0-10.3462,2.0356c-.457.7427-1.1021,1.8716-2.0737,3.5728Z'/%3E%3Crect id='_Transparent_Rectangle_' data-name='<Transparent Rectangle>' class='cls-1' width='32' height='32'/%3E%3C/svg%3E"
|
|
472
|
+
},
|
|
473
|
+
"engines": {
|
|
474
|
+
"camunda": "^8.5"
|
|
608
475
|
}
|
|
609
476
|
},
|
|
610
477
|
{
|
|
@@ -1083,8 +950,8 @@
|
|
|
1083
950
|
"name": "Webhook Boundary Event Connector",
|
|
1084
951
|
"id": "io.camunda.connectors.webhook.WebhookConnectorBoundary.v1",
|
|
1085
952
|
"description": "Configure webhook to receive callbacks",
|
|
1086
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/
|
|
1087
|
-
"version":
|
|
953
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
954
|
+
"version": 10,
|
|
1088
955
|
"category": {
|
|
1089
956
|
"id": "connectors",
|
|
1090
957
|
"name": "Connectors"
|
|
@@ -1117,8 +984,7 @@
|
|
|
1117
984
|
},
|
|
1118
985
|
{
|
|
1119
986
|
"id": "correlation",
|
|
1120
|
-
"label": "Correlation"
|
|
1121
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
987
|
+
"label": "Correlation"
|
|
1122
988
|
},
|
|
1123
989
|
{
|
|
1124
990
|
"id": "output",
|
|
@@ -1191,7 +1057,7 @@
|
|
|
1191
1057
|
{
|
|
1192
1058
|
"id": "inbound.shouldValidateHmac",
|
|
1193
1059
|
"label": "HMAC authentication",
|
|
1194
|
-
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
1060
|
+
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
|
|
1195
1061
|
"optional": false,
|
|
1196
1062
|
"value": "disabled",
|
|
1197
1063
|
"group": "authentication",
|
|
@@ -1282,7 +1148,7 @@
|
|
|
1282
1148
|
{
|
|
1283
1149
|
"id": "inbound.hmacScopes",
|
|
1284
1150
|
"label": "HMAC scopes",
|
|
1285
|
-
"description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/
|
|
1151
|
+
"description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/' target='_blank'>documentation</a>",
|
|
1286
1152
|
"optional": true,
|
|
1287
1153
|
"feel": "required",
|
|
1288
1154
|
"group": "authentication",
|
|
@@ -1384,7 +1250,7 @@
|
|
|
1384
1250
|
{
|
|
1385
1251
|
"id": "inbound.auth.apiKeyLocator",
|
|
1386
1252
|
"label": "API key locator",
|
|
1387
|
-
"description": "A FEEL expression that extracts API key from the request. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
1253
|
+
"description": "A FEEL expression that extracts API key from the request. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#how-to-configure-api-key-authorization'>See documentation</a>",
|
|
1388
1254
|
"optional": false,
|
|
1389
1255
|
"value": "=split(request.headers.authorization, \" \")[2]",
|
|
1390
1256
|
"constraints": {
|
|
@@ -1424,7 +1290,7 @@
|
|
|
1424
1290
|
{
|
|
1425
1291
|
"id": "inbound.auth.jwt.permissionsExpression",
|
|
1426
1292
|
"label": "JWT role property expression",
|
|
1427
|
-
"description": "Expression to extract the roles from the JWT token. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
1293
|
+
"description": "Expression to extract the roles from the JWT token. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#how-to-extract-roles-from-jwt-data'>See documentation</a>",
|
|
1428
1294
|
"optional": false,
|
|
1429
1295
|
"feel": "required",
|
|
1430
1296
|
"group": "authorization",
|
|
@@ -1458,14 +1324,14 @@
|
|
|
1458
1324
|
"type": "String"
|
|
1459
1325
|
},
|
|
1460
1326
|
{
|
|
1461
|
-
"id": "inbound.
|
|
1462
|
-
"label": "Response expression",
|
|
1463
|
-
"description": "
|
|
1327
|
+
"id": "inbound.responseBodyExpression",
|
|
1328
|
+
"label": "Response body expression",
|
|
1329
|
+
"description": "Specify condition and response",
|
|
1464
1330
|
"optional": true,
|
|
1465
1331
|
"feel": "required",
|
|
1466
1332
|
"group": "webhookResponse",
|
|
1467
1333
|
"binding": {
|
|
1468
|
-
"name": "inbound.
|
|
1334
|
+
"name": "inbound.responseBodyExpression",
|
|
1469
1335
|
"type": "zeebe:property"
|
|
1470
1336
|
},
|
|
1471
1337
|
"type": "Text"
|
|
@@ -1496,18 +1362,6 @@
|
|
|
1496
1362
|
},
|
|
1497
1363
|
"type": "String"
|
|
1498
1364
|
},
|
|
1499
|
-
{
|
|
1500
|
-
"id": "consumeUnmatchedEvents",
|
|
1501
|
-
"label": "Consume unmatched events",
|
|
1502
|
-
"value": true,
|
|
1503
|
-
"group": "activation",
|
|
1504
|
-
"binding": {
|
|
1505
|
-
"name": "consumeUnmatchedEvents",
|
|
1506
|
-
"type": "zeebe:property"
|
|
1507
|
-
},
|
|
1508
|
-
"tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
|
|
1509
|
-
"type": "Boolean"
|
|
1510
|
-
},
|
|
1511
1365
|
{
|
|
1512
1366
|
"id": "correlationKeyProcess",
|
|
1513
1367
|
"label": "Correlation key (process)",
|
|
@@ -1551,26 +1405,6 @@
|
|
|
1551
1405
|
},
|
|
1552
1406
|
"type": "String"
|
|
1553
1407
|
},
|
|
1554
|
-
{
|
|
1555
|
-
"id": "messageTtl",
|
|
1556
|
-
"label": "Message TTL",
|
|
1557
|
-
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
1558
|
-
"optional": true,
|
|
1559
|
-
"constraints": {
|
|
1560
|
-
"notEmpty": false,
|
|
1561
|
-
"pattern": {
|
|
1562
|
-
"value": "^(PT.*|)$",
|
|
1563
|
-
"message": "must be an ISO-8601 duration"
|
|
1564
|
-
}
|
|
1565
|
-
},
|
|
1566
|
-
"feel": "optional",
|
|
1567
|
-
"group": "correlation",
|
|
1568
|
-
"binding": {
|
|
1569
|
-
"name": "messageTtl",
|
|
1570
|
-
"type": "zeebe:property"
|
|
1571
|
-
},
|
|
1572
|
-
"type": "String"
|
|
1573
|
-
},
|
|
1574
1408
|
{
|
|
1575
1409
|
"id": "messageNameUuid",
|
|
1576
1410
|
"generatedValue": {
|
|
@@ -1611,7 +1445,7 @@
|
|
|
1611
1445
|
"contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
|
|
1612
1446
|
},
|
|
1613
1447
|
"engines": {
|
|
1614
|
-
"camunda": "^8.
|
|
1448
|
+
"camunda": "^8.5"
|
|
1615
1449
|
}
|
|
1616
1450
|
},
|
|
1617
1451
|
{
|
|
@@ -1619,11 +1453,8 @@
|
|
|
1619
1453
|
"name": "Webhook Boundary Event Connector",
|
|
1620
1454
|
"id": "io.camunda.connectors.webhook.WebhookConnectorBoundary.v1",
|
|
1621
1455
|
"description": "Configure webhook to receive callbacks",
|
|
1622
|
-
"metadata": {
|
|
1623
|
-
"keywords": []
|
|
1624
|
-
},
|
|
1625
1456
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
|
|
1626
|
-
"version":
|
|
1457
|
+
"version": 11,
|
|
1627
1458
|
"category": {
|
|
1628
1459
|
"id": "connectors",
|
|
1629
1460
|
"name": "Connectors"
|
|
@@ -1730,7 +1561,7 @@
|
|
|
1730
1561
|
{
|
|
1731
1562
|
"id": "inbound.shouldValidateHmac",
|
|
1732
1563
|
"label": "HMAC authentication",
|
|
1733
|
-
"description": "Choose whether HMAC verification is enabled. <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> and <a href='https://docs.camunda.io/docs/components/connectors/protocol/
|
|
1564
|
+
"description": "Choose whether HMAC verification is enabled. <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> and <a href='https://docs.camunda.io/docs/components/connectors/protocol/webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
|
|
1734
1565
|
"optional": false,
|
|
1735
1566
|
"value": "disabled",
|
|
1736
1567
|
"group": "authentication",
|
|
@@ -2146,20 +1977,23 @@
|
|
|
2146
1977
|
"type": "Text"
|
|
2147
1978
|
}
|
|
2148
1979
|
],
|
|
2149
|
-
"engines": {
|
|
2150
|
-
"camunda": "^8.3"
|
|
2151
|
-
},
|
|
2152
1980
|
"icon": {
|
|
2153
1981
|
"contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
|
|
1982
|
+
},
|
|
1983
|
+
"engines": {
|
|
1984
|
+
"camunda": "^8.6"
|
|
2154
1985
|
}
|
|
2155
1986
|
},
|
|
2156
1987
|
{
|
|
2157
1988
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2158
1989
|
"name": "Webhook Boundary Event Connector",
|
|
2159
1990
|
"id": "io.camunda.connectors.webhook.WebhookConnectorBoundary.v1",
|
|
2160
|
-
"version": 1,
|
|
2161
1991
|
"description": "Configure webhook to receive callbacks",
|
|
2162
|
-
"
|
|
1992
|
+
"metadata": {
|
|
1993
|
+
"keywords": []
|
|
1994
|
+
},
|
|
1995
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
|
|
1996
|
+
"version": 12,
|
|
2163
1997
|
"category": {
|
|
2164
1998
|
"id": "connectors",
|
|
2165
1999
|
"name": "Connectors"
|
|
@@ -2182,52 +2016,44 @@
|
|
|
2182
2016
|
"id": "authorization",
|
|
2183
2017
|
"label": "Authorization"
|
|
2184
2018
|
},
|
|
2019
|
+
{
|
|
2020
|
+
"id": "webhookResponse",
|
|
2021
|
+
"label": "Webhook response"
|
|
2022
|
+
},
|
|
2185
2023
|
{
|
|
2186
2024
|
"id": "activation",
|
|
2187
2025
|
"label": "Activation"
|
|
2188
2026
|
},
|
|
2189
2027
|
{
|
|
2190
|
-
"id": "
|
|
2191
|
-
"label": "
|
|
2028
|
+
"id": "correlation",
|
|
2029
|
+
"label": "Correlation",
|
|
2030
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
2192
2031
|
},
|
|
2193
2032
|
{
|
|
2194
|
-
"id": "
|
|
2195
|
-
"label": "
|
|
2033
|
+
"id": "output",
|
|
2034
|
+
"label": "Output mapping"
|
|
2196
2035
|
}
|
|
2197
2036
|
],
|
|
2198
2037
|
"properties": [
|
|
2199
2038
|
{
|
|
2200
|
-
"type": "Hidden",
|
|
2201
2039
|
"value": "io.camunda:webhook:1",
|
|
2202
2040
|
"binding": {
|
|
2203
|
-
"
|
|
2204
|
-
"
|
|
2205
|
-
}
|
|
2206
|
-
},
|
|
2207
|
-
{
|
|
2208
|
-
"type": "Hidden",
|
|
2209
|
-
"generatedValue": {
|
|
2210
|
-
"type": "uuid"
|
|
2041
|
+
"name": "inbound.type",
|
|
2042
|
+
"type": "zeebe:property"
|
|
2211
2043
|
},
|
|
2212
|
-
"
|
|
2213
|
-
"type": "bpmn:Message#property",
|
|
2214
|
-
"name": "name"
|
|
2215
|
-
}
|
|
2216
|
-
},
|
|
2217
|
-
{
|
|
2218
|
-
"type": "Hidden",
|
|
2219
|
-
"value": "ConfigurableInboundWebhook",
|
|
2220
|
-
"binding": {
|
|
2221
|
-
"type": "zeebe:property",
|
|
2222
|
-
"name": "inbound.subtype"
|
|
2223
|
-
}
|
|
2044
|
+
"type": "Hidden"
|
|
2224
2045
|
},
|
|
2225
2046
|
{
|
|
2226
|
-
"id": "
|
|
2047
|
+
"id": "inbound.method",
|
|
2227
2048
|
"label": "Webhook method",
|
|
2228
|
-
"group": "endpoint",
|
|
2229
2049
|
"description": "Select HTTP method",
|
|
2050
|
+
"optional": false,
|
|
2230
2051
|
"value": "any",
|
|
2052
|
+
"group": "endpoint",
|
|
2053
|
+
"binding": {
|
|
2054
|
+
"name": "inbound.method",
|
|
2055
|
+
"type": "zeebe:property"
|
|
2056
|
+
},
|
|
2231
2057
|
"type": "Dropdown",
|
|
2232
2058
|
"choices": [
|
|
2233
2059
|
{
|
|
@@ -2235,46 +2061,53 @@
|
|
|
2235
2061
|
"value": "any"
|
|
2236
2062
|
},
|
|
2237
2063
|
{
|
|
2238
|
-
"name": "
|
|
2064
|
+
"name": "GET",
|
|
2239
2065
|
"value": "get"
|
|
2240
2066
|
},
|
|
2241
2067
|
{
|
|
2242
|
-
"name": "
|
|
2068
|
+
"name": "POST",
|
|
2243
2069
|
"value": "post"
|
|
2244
2070
|
},
|
|
2245
2071
|
{
|
|
2246
|
-
"name": "
|
|
2072
|
+
"name": "PUT",
|
|
2247
2073
|
"value": "put"
|
|
2248
2074
|
},
|
|
2249
2075
|
{
|
|
2250
|
-
"name": "
|
|
2076
|
+
"name": "DELETE",
|
|
2251
2077
|
"value": "delete"
|
|
2252
2078
|
}
|
|
2253
|
-
]
|
|
2254
|
-
"binding": {
|
|
2255
|
-
"type": "zeebe:property",
|
|
2256
|
-
"name": "inbound.method"
|
|
2257
|
-
}
|
|
2079
|
+
]
|
|
2258
2080
|
},
|
|
2259
2081
|
{
|
|
2082
|
+
"id": "inbound.context",
|
|
2260
2083
|
"label": "Webhook ID",
|
|
2261
|
-
"
|
|
2084
|
+
"description": "The webhook ID is a part of the URL",
|
|
2085
|
+
"optional": false,
|
|
2086
|
+
"constraints": {
|
|
2087
|
+
"notEmpty": true,
|
|
2088
|
+
"pattern": {
|
|
2089
|
+
"value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
|
|
2090
|
+
"message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
|
|
2091
|
+
}
|
|
2092
|
+
},
|
|
2262
2093
|
"group": "endpoint",
|
|
2263
2094
|
"binding": {
|
|
2264
|
-
"
|
|
2265
|
-
"
|
|
2095
|
+
"name": "inbound.context",
|
|
2096
|
+
"type": "zeebe:property"
|
|
2266
2097
|
},
|
|
2267
|
-
"
|
|
2268
|
-
"constraints": {
|
|
2269
|
-
"notEmpty": true
|
|
2270
|
-
}
|
|
2098
|
+
"type": "String"
|
|
2271
2099
|
},
|
|
2272
2100
|
{
|
|
2273
|
-
"id": "shouldValidateHmac",
|
|
2101
|
+
"id": "inbound.shouldValidateHmac",
|
|
2274
2102
|
"label": "HMAC authentication",
|
|
2275
|
-
"
|
|
2276
|
-
"
|
|
2103
|
+
"description": "Choose whether HMAC verification is enabled. <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> and <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
|
|
2104
|
+
"optional": false,
|
|
2277
2105
|
"value": "disabled",
|
|
2106
|
+
"group": "authentication",
|
|
2107
|
+
"binding": {
|
|
2108
|
+
"name": "inbound.shouldValidateHmac",
|
|
2109
|
+
"type": "zeebe:property"
|
|
2110
|
+
},
|
|
2278
2111
|
"type": "Dropdown",
|
|
2279
2112
|
"choices": [
|
|
2280
2113
|
{
|
|
@@ -2285,47 +2118,60 @@
|
|
|
2285
2118
|
"name": "Disabled",
|
|
2286
2119
|
"value": "disabled"
|
|
2287
2120
|
}
|
|
2288
|
-
]
|
|
2289
|
-
"binding": {
|
|
2290
|
-
"type": "zeebe:property",
|
|
2291
|
-
"name": "inbound.shouldValidateHmac"
|
|
2292
|
-
}
|
|
2121
|
+
]
|
|
2293
2122
|
},
|
|
2294
2123
|
{
|
|
2124
|
+
"id": "inbound.hmacSecret",
|
|
2295
2125
|
"label": "HMAC secret key",
|
|
2296
2126
|
"description": "Shared secret key",
|
|
2297
|
-
"type": "String",
|
|
2298
|
-
"group": "authentication",
|
|
2299
2127
|
"optional": true,
|
|
2128
|
+
"feel": "optional",
|
|
2129
|
+
"group": "authentication",
|
|
2300
2130
|
"binding": {
|
|
2301
|
-
"
|
|
2302
|
-
"
|
|
2131
|
+
"name": "inbound.hmacSecret",
|
|
2132
|
+
"type": "zeebe:property"
|
|
2303
2133
|
},
|
|
2304
2134
|
"condition": {
|
|
2305
|
-
"property": "shouldValidateHmac",
|
|
2306
|
-
"equals": "enabled"
|
|
2307
|
-
|
|
2135
|
+
"property": "inbound.shouldValidateHmac",
|
|
2136
|
+
"equals": "enabled",
|
|
2137
|
+
"type": "simple"
|
|
2138
|
+
},
|
|
2139
|
+
"type": "String"
|
|
2308
2140
|
},
|
|
2309
2141
|
{
|
|
2142
|
+
"id": "inbound.hmacHeader",
|
|
2310
2143
|
"label": "HMAC header",
|
|
2311
2144
|
"description": "Name of header attribute that will contain the HMAC value",
|
|
2312
|
-
"type": "String",
|
|
2313
|
-
"group": "authentication",
|
|
2314
2145
|
"optional": true,
|
|
2146
|
+
"feel": "optional",
|
|
2147
|
+
"group": "authentication",
|
|
2315
2148
|
"binding": {
|
|
2316
|
-
"
|
|
2317
|
-
"
|
|
2149
|
+
"name": "inbound.hmacHeader",
|
|
2150
|
+
"type": "zeebe:property"
|
|
2318
2151
|
},
|
|
2319
2152
|
"condition": {
|
|
2320
|
-
"property": "shouldValidateHmac",
|
|
2321
|
-
"equals": "enabled"
|
|
2322
|
-
|
|
2153
|
+
"property": "inbound.shouldValidateHmac",
|
|
2154
|
+
"equals": "enabled",
|
|
2155
|
+
"type": "simple"
|
|
2156
|
+
},
|
|
2157
|
+
"type": "String"
|
|
2323
2158
|
},
|
|
2324
2159
|
{
|
|
2160
|
+
"id": "inbound.hmacAlgorithm",
|
|
2325
2161
|
"label": "HMAC algorithm",
|
|
2326
|
-
"group": "authentication",
|
|
2327
2162
|
"description": "Choose HMAC algorithm",
|
|
2163
|
+
"optional": false,
|
|
2328
2164
|
"value": "sha_256",
|
|
2165
|
+
"group": "authentication",
|
|
2166
|
+
"binding": {
|
|
2167
|
+
"name": "inbound.hmacAlgorithm",
|
|
2168
|
+
"type": "zeebe:property"
|
|
2169
|
+
},
|
|
2170
|
+
"condition": {
|
|
2171
|
+
"property": "inbound.shouldValidateHmac",
|
|
2172
|
+
"equals": "enabled",
|
|
2173
|
+
"type": "simple"
|
|
2174
|
+
},
|
|
2329
2175
|
"type": "Dropdown",
|
|
2330
2176
|
"choices": [
|
|
2331
2177
|
{
|
|
@@ -2340,273 +2186,350 @@
|
|
|
2340
2186
|
"name": "SHA-512",
|
|
2341
2187
|
"value": "sha_512"
|
|
2342
2188
|
}
|
|
2343
|
-
]
|
|
2344
|
-
"binding": {
|
|
2345
|
-
"type": "zeebe:property",
|
|
2346
|
-
"name": "inbound.hmacAlgorithm"
|
|
2347
|
-
},
|
|
2348
|
-
"condition": {
|
|
2349
|
-
"property": "shouldValidateHmac",
|
|
2350
|
-
"equals": "enabled"
|
|
2351
|
-
}
|
|
2189
|
+
]
|
|
2352
2190
|
},
|
|
2353
2191
|
{
|
|
2192
|
+
"id": "inbound.hmacScopes",
|
|
2354
2193
|
"label": "HMAC scopes",
|
|
2355
|
-
"
|
|
2356
|
-
"description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/' target='_blank'>documentation</a>",
|
|
2357
|
-
"feel": "required",
|
|
2358
|
-
"type": "String",
|
|
2194
|
+
"description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/' target='_blank'>documentation</a>",
|
|
2359
2195
|
"optional": true,
|
|
2196
|
+
"feel": "required",
|
|
2197
|
+
"group": "authentication",
|
|
2360
2198
|
"binding": {
|
|
2361
|
-
"
|
|
2362
|
-
"
|
|
2199
|
+
"name": "inbound.hmacScopes",
|
|
2200
|
+
"type": "zeebe:property"
|
|
2363
2201
|
},
|
|
2364
2202
|
"condition": {
|
|
2365
|
-
"property": "shouldValidateHmac",
|
|
2366
|
-
"equals": "enabled"
|
|
2367
|
-
|
|
2203
|
+
"property": "inbound.shouldValidateHmac",
|
|
2204
|
+
"equals": "enabled",
|
|
2205
|
+
"type": "simple"
|
|
2206
|
+
},
|
|
2207
|
+
"type": "String"
|
|
2368
2208
|
},
|
|
2369
2209
|
{
|
|
2370
|
-
"id": "
|
|
2210
|
+
"id": "inbound.auth.type",
|
|
2371
2211
|
"label": "Authorization type",
|
|
2372
|
-
"
|
|
2373
|
-
"description": "Choose the authorization type.",
|
|
2212
|
+
"description": "Choose the authorization type",
|
|
2374
2213
|
"value": "NONE",
|
|
2214
|
+
"group": "authorization",
|
|
2215
|
+
"binding": {
|
|
2216
|
+
"name": "inbound.auth.type",
|
|
2217
|
+
"type": "zeebe:property"
|
|
2218
|
+
},
|
|
2375
2219
|
"type": "Dropdown",
|
|
2376
2220
|
"choices": [
|
|
2377
2221
|
{
|
|
2378
2222
|
"name": "None",
|
|
2379
2223
|
"value": "NONE"
|
|
2380
2224
|
},
|
|
2381
|
-
{
|
|
2382
|
-
"name": "JWT",
|
|
2383
|
-
"value": "JWT"
|
|
2384
|
-
},
|
|
2385
2225
|
{
|
|
2386
2226
|
"name": "Basic",
|
|
2387
2227
|
"value": "BASIC"
|
|
2388
2228
|
},
|
|
2389
2229
|
{
|
|
2390
|
-
"name": "API
|
|
2230
|
+
"name": "API key",
|
|
2391
2231
|
"value": "APIKEY"
|
|
2232
|
+
},
|
|
2233
|
+
{
|
|
2234
|
+
"name": "JWT",
|
|
2235
|
+
"value": "JWT"
|
|
2392
2236
|
}
|
|
2393
|
-
]
|
|
2394
|
-
"binding": {
|
|
2395
|
-
"type": "zeebe:property",
|
|
2396
|
-
"name": "inbound.auth.type"
|
|
2397
|
-
}
|
|
2237
|
+
]
|
|
2398
2238
|
},
|
|
2399
2239
|
{
|
|
2400
|
-
"
|
|
2401
|
-
"
|
|
2402
|
-
"
|
|
2403
|
-
"
|
|
2240
|
+
"id": "inbound.auth.username",
|
|
2241
|
+
"label": "Username",
|
|
2242
|
+
"description": "Username for basic authentication",
|
|
2243
|
+
"optional": false,
|
|
2404
2244
|
"feel": "optional",
|
|
2405
|
-
"
|
|
2245
|
+
"group": "authorization",
|
|
2406
2246
|
"binding": {
|
|
2407
|
-
"
|
|
2408
|
-
"
|
|
2247
|
+
"name": "inbound.auth.username",
|
|
2248
|
+
"type": "zeebe:property"
|
|
2409
2249
|
},
|
|
2410
2250
|
"condition": {
|
|
2411
|
-
"property": "
|
|
2412
|
-
"equals": "
|
|
2413
|
-
|
|
2251
|
+
"property": "inbound.auth.type",
|
|
2252
|
+
"equals": "BASIC",
|
|
2253
|
+
"type": "simple"
|
|
2254
|
+
},
|
|
2255
|
+
"type": "String"
|
|
2414
2256
|
},
|
|
2415
2257
|
{
|
|
2416
|
-
"
|
|
2417
|
-
"
|
|
2418
|
-
"
|
|
2258
|
+
"id": "inbound.auth.password",
|
|
2259
|
+
"label": "Password",
|
|
2260
|
+
"description": "Password for basic authentication",
|
|
2261
|
+
"optional": false,
|
|
2262
|
+
"feel": "optional",
|
|
2419
2263
|
"group": "authorization",
|
|
2420
|
-
"feel": "required",
|
|
2421
|
-
"optional": true,
|
|
2422
2264
|
"binding": {
|
|
2423
|
-
"
|
|
2424
|
-
"
|
|
2265
|
+
"name": "inbound.auth.password",
|
|
2266
|
+
"type": "zeebe:property"
|
|
2425
2267
|
},
|
|
2426
2268
|
"condition": {
|
|
2427
|
-
"property": "
|
|
2428
|
-
"equals": "
|
|
2429
|
-
|
|
2269
|
+
"property": "inbound.auth.type",
|
|
2270
|
+
"equals": "BASIC",
|
|
2271
|
+
"type": "simple"
|
|
2272
|
+
},
|
|
2273
|
+
"type": "String"
|
|
2430
2274
|
},
|
|
2431
2275
|
{
|
|
2432
|
-
"
|
|
2433
|
-
"
|
|
2434
|
-
"
|
|
2276
|
+
"id": "inbound.auth.apiKey",
|
|
2277
|
+
"label": "API key",
|
|
2278
|
+
"description": "Expected API key",
|
|
2279
|
+
"optional": false,
|
|
2280
|
+
"feel": "optional",
|
|
2435
2281
|
"group": "authorization",
|
|
2436
|
-
"feel": "required",
|
|
2437
|
-
"optional": true,
|
|
2438
2282
|
"binding": {
|
|
2439
|
-
"
|
|
2440
|
-
"
|
|
2283
|
+
"name": "inbound.auth.apiKey",
|
|
2284
|
+
"type": "zeebe:property"
|
|
2441
2285
|
},
|
|
2442
2286
|
"condition": {
|
|
2443
|
-
"property": "
|
|
2444
|
-
"equals": "
|
|
2445
|
-
|
|
2287
|
+
"property": "inbound.auth.type",
|
|
2288
|
+
"equals": "APIKEY",
|
|
2289
|
+
"type": "simple"
|
|
2290
|
+
},
|
|
2291
|
+
"type": "String"
|
|
2446
2292
|
},
|
|
2447
2293
|
{
|
|
2448
|
-
"
|
|
2449
|
-
"
|
|
2450
|
-
"
|
|
2294
|
+
"id": "inbound.auth.apiKeyLocator",
|
|
2295
|
+
"label": "API key locator",
|
|
2296
|
+
"description": "A FEEL expression that extracts API key from the request. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#how-to-configure-api-key-authorization'>See documentation</a>",
|
|
2297
|
+
"optional": false,
|
|
2298
|
+
"value": "=split(request.headers.authorization, \" \")[2]",
|
|
2299
|
+
"constraints": {
|
|
2300
|
+
"notEmpty": true
|
|
2301
|
+
},
|
|
2302
|
+
"feel": "required",
|
|
2451
2303
|
"group": "authorization",
|
|
2452
|
-
"feel": "optional",
|
|
2453
2304
|
"binding": {
|
|
2454
|
-
"
|
|
2455
|
-
"
|
|
2305
|
+
"name": "inbound.auth.apiKeyLocator",
|
|
2306
|
+
"type": "zeebe:property"
|
|
2456
2307
|
},
|
|
2457
2308
|
"condition": {
|
|
2458
|
-
"property": "
|
|
2459
|
-
"equals": "
|
|
2309
|
+
"property": "inbound.auth.type",
|
|
2310
|
+
"equals": "APIKEY",
|
|
2311
|
+
"type": "simple"
|
|
2460
2312
|
},
|
|
2461
|
-
"
|
|
2462
|
-
"notEmpty": true
|
|
2463
|
-
}
|
|
2313
|
+
"type": "String"
|
|
2464
2314
|
},
|
|
2465
2315
|
{
|
|
2466
|
-
"
|
|
2467
|
-
"
|
|
2468
|
-
"
|
|
2469
|
-
"
|
|
2316
|
+
"id": "inbound.auth.jwt.jwkUrl",
|
|
2317
|
+
"label": "JWK URL",
|
|
2318
|
+
"description": "Well-known URL of JWKs",
|
|
2319
|
+
"optional": false,
|
|
2470
2320
|
"feel": "optional",
|
|
2321
|
+
"group": "authorization",
|
|
2471
2322
|
"binding": {
|
|
2472
|
-
"
|
|
2473
|
-
"
|
|
2323
|
+
"name": "inbound.auth.jwt.jwkUrl",
|
|
2324
|
+
"type": "zeebe:property"
|
|
2474
2325
|
},
|
|
2475
2326
|
"condition": {
|
|
2476
|
-
"property": "
|
|
2477
|
-
"equals": "
|
|
2327
|
+
"property": "inbound.auth.type",
|
|
2328
|
+
"equals": "JWT",
|
|
2329
|
+
"type": "simple"
|
|
2478
2330
|
},
|
|
2479
|
-
"
|
|
2480
|
-
"notEmpty": true
|
|
2481
|
-
}
|
|
2331
|
+
"type": "String"
|
|
2482
2332
|
},
|
|
2483
2333
|
{
|
|
2484
|
-
"
|
|
2485
|
-
"
|
|
2486
|
-
"
|
|
2334
|
+
"id": "inbound.auth.jwt.permissionsExpression",
|
|
2335
|
+
"label": "JWT role property expression",
|
|
2336
|
+
"description": "Expression to extract the roles from the JWT token. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#how-to-extract-roles-from-jwt-data'>See documentation</a>",
|
|
2337
|
+
"optional": false,
|
|
2338
|
+
"feel": "required",
|
|
2487
2339
|
"group": "authorization",
|
|
2488
|
-
"feel": "optional",
|
|
2489
2340
|
"binding": {
|
|
2490
|
-
"
|
|
2491
|
-
"
|
|
2341
|
+
"name": "inbound.auth.jwt.permissionsExpression",
|
|
2342
|
+
"type": "zeebe:property"
|
|
2492
2343
|
},
|
|
2493
2344
|
"condition": {
|
|
2494
|
-
"property": "
|
|
2495
|
-
"equals": "
|
|
2345
|
+
"property": "inbound.auth.type",
|
|
2346
|
+
"equals": "JWT",
|
|
2347
|
+
"type": "simple"
|
|
2496
2348
|
},
|
|
2497
|
-
"
|
|
2498
|
-
"notEmpty": true
|
|
2499
|
-
}
|
|
2349
|
+
"type": "String"
|
|
2500
2350
|
},
|
|
2501
2351
|
{
|
|
2502
|
-
"
|
|
2503
|
-
"
|
|
2504
|
-
"
|
|
2505
|
-
"
|
|
2352
|
+
"id": "inbound.auth.jwt.requiredPermissions",
|
|
2353
|
+
"label": "Required roles",
|
|
2354
|
+
"description": "List of roles to test JWT roles against",
|
|
2355
|
+
"optional": false,
|
|
2506
2356
|
"feel": "required",
|
|
2357
|
+
"group": "authorization",
|
|
2507
2358
|
"binding": {
|
|
2508
|
-
"
|
|
2509
|
-
"
|
|
2359
|
+
"name": "inbound.auth.jwt.requiredPermissions",
|
|
2360
|
+
"type": "zeebe:property"
|
|
2510
2361
|
},
|
|
2511
2362
|
"condition": {
|
|
2512
|
-
"property": "
|
|
2513
|
-
"equals": "
|
|
2363
|
+
"property": "inbound.auth.type",
|
|
2364
|
+
"equals": "JWT",
|
|
2365
|
+
"type": "simple"
|
|
2514
2366
|
},
|
|
2515
|
-
"
|
|
2516
|
-
|
|
2367
|
+
"type": "String"
|
|
2368
|
+
},
|
|
2369
|
+
{
|
|
2370
|
+
"id": "inbound.responseExpression",
|
|
2371
|
+
"label": "Response expression",
|
|
2372
|
+
"description": "Expression used to generate the HTTP response",
|
|
2373
|
+
"optional": true,
|
|
2374
|
+
"feel": "required",
|
|
2375
|
+
"group": "webhookResponse",
|
|
2376
|
+
"binding": {
|
|
2377
|
+
"name": "inbound.responseExpression",
|
|
2378
|
+
"type": "zeebe:property"
|
|
2517
2379
|
},
|
|
2518
|
-
"
|
|
2380
|
+
"type": "Text"
|
|
2519
2381
|
},
|
|
2520
2382
|
{
|
|
2521
|
-
"
|
|
2522
|
-
"
|
|
2523
|
-
"
|
|
2383
|
+
"id": "inbound.verificationExpression",
|
|
2384
|
+
"label": "One time verification response expression",
|
|
2385
|
+
"description": "Specify condition and response. Learn more in the <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#verification-expression' target='_blank'>documentation</a>",
|
|
2386
|
+
"optional": true,
|
|
2524
2387
|
"feel": "required",
|
|
2525
|
-
"
|
|
2388
|
+
"group": "webhookResponse",
|
|
2526
2389
|
"binding": {
|
|
2527
|
-
"
|
|
2528
|
-
"
|
|
2390
|
+
"name": "inbound.verificationExpression",
|
|
2391
|
+
"type": "zeebe:property"
|
|
2529
2392
|
},
|
|
2530
|
-
"
|
|
2531
|
-
"notEmpty": true
|
|
2532
|
-
}
|
|
2393
|
+
"type": "Text"
|
|
2533
2394
|
},
|
|
2534
2395
|
{
|
|
2535
|
-
"
|
|
2536
|
-
"
|
|
2396
|
+
"id": "activationCondition",
|
|
2397
|
+
"label": "Activation condition",
|
|
2398
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
2399
|
+
"optional": true,
|
|
2400
|
+
"feel": "required",
|
|
2401
|
+
"group": "activation",
|
|
2402
|
+
"binding": {
|
|
2403
|
+
"name": "activationCondition",
|
|
2404
|
+
"type": "zeebe:property"
|
|
2405
|
+
},
|
|
2406
|
+
"type": "String"
|
|
2407
|
+
},
|
|
2408
|
+
{
|
|
2409
|
+
"id": "consumeUnmatchedEvents",
|
|
2410
|
+
"label": "Consume unmatched events",
|
|
2411
|
+
"value": true,
|
|
2537
2412
|
"group": "activation",
|
|
2413
|
+
"binding": {
|
|
2414
|
+
"name": "consumeUnmatchedEvents",
|
|
2415
|
+
"type": "zeebe:property"
|
|
2416
|
+
},
|
|
2417
|
+
"tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
|
|
2418
|
+
"type": "Boolean"
|
|
2419
|
+
},
|
|
2420
|
+
{
|
|
2421
|
+
"id": "correlationKeyProcess",
|
|
2422
|
+
"label": "Correlation key (process)",
|
|
2423
|
+
"description": "Sets up the correlation key from process variables",
|
|
2424
|
+
"constraints": {
|
|
2425
|
+
"notEmpty": true
|
|
2426
|
+
},
|
|
2538
2427
|
"feel": "required",
|
|
2428
|
+
"group": "correlation",
|
|
2539
2429
|
"binding": {
|
|
2540
|
-
"
|
|
2541
|
-
"
|
|
2430
|
+
"name": "correlationKey",
|
|
2431
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
2542
2432
|
},
|
|
2433
|
+
"type": "String"
|
|
2434
|
+
},
|
|
2435
|
+
{
|
|
2436
|
+
"id": "correlationKeyPayload",
|
|
2437
|
+
"label": "Correlation key (payload)",
|
|
2543
2438
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
2544
2439
|
"constraints": {
|
|
2545
2440
|
"notEmpty": true
|
|
2546
|
-
}
|
|
2441
|
+
},
|
|
2442
|
+
"feel": "required",
|
|
2443
|
+
"group": "correlation",
|
|
2444
|
+
"binding": {
|
|
2445
|
+
"name": "correlationKeyExpression",
|
|
2446
|
+
"type": "zeebe:property"
|
|
2447
|
+
},
|
|
2448
|
+
"type": "String"
|
|
2547
2449
|
},
|
|
2548
2450
|
{
|
|
2549
|
-
"
|
|
2550
|
-
"
|
|
2551
|
-
"
|
|
2552
|
-
"feel": "required",
|
|
2451
|
+
"id": "messageIdExpression",
|
|
2452
|
+
"label": "Message ID expression",
|
|
2453
|
+
"description": "Expression to extract unique identifier of a message",
|
|
2553
2454
|
"optional": true,
|
|
2455
|
+
"feel": "required",
|
|
2456
|
+
"group": "correlation",
|
|
2554
2457
|
"binding": {
|
|
2555
|
-
"
|
|
2556
|
-
"
|
|
2458
|
+
"name": "messageIdExpression",
|
|
2459
|
+
"type": "zeebe:property"
|
|
2557
2460
|
},
|
|
2558
|
-
"
|
|
2461
|
+
"type": "String"
|
|
2559
2462
|
},
|
|
2560
2463
|
{
|
|
2561
|
-
"
|
|
2562
|
-
"
|
|
2563
|
-
"
|
|
2464
|
+
"id": "messageTtl",
|
|
2465
|
+
"label": "Message TTL",
|
|
2466
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
2564
2467
|
"optional": true,
|
|
2468
|
+
"constraints": {
|
|
2469
|
+
"notEmpty": false,
|
|
2470
|
+
"pattern": {
|
|
2471
|
+
"value": "^(PT.*|)$",
|
|
2472
|
+
"message": "must be an ISO-8601 duration"
|
|
2473
|
+
}
|
|
2474
|
+
},
|
|
2475
|
+
"feel": "optional",
|
|
2476
|
+
"group": "correlation",
|
|
2565
2477
|
"binding": {
|
|
2566
|
-
"
|
|
2567
|
-
"
|
|
2478
|
+
"name": "messageTtl",
|
|
2479
|
+
"type": "zeebe:property"
|
|
2568
2480
|
},
|
|
2569
|
-
"
|
|
2481
|
+
"type": "String"
|
|
2570
2482
|
},
|
|
2571
2483
|
{
|
|
2572
|
-
"
|
|
2573
|
-
"
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
"
|
|
2484
|
+
"id": "messageNameUuid",
|
|
2485
|
+
"generatedValue": {
|
|
2486
|
+
"type": "uuid"
|
|
2487
|
+
},
|
|
2488
|
+
"group": "correlation",
|
|
2577
2489
|
"binding": {
|
|
2578
|
-
"
|
|
2579
|
-
"
|
|
2490
|
+
"name": "name",
|
|
2491
|
+
"type": "bpmn:Message#property"
|
|
2580
2492
|
},
|
|
2581
|
-
"
|
|
2493
|
+
"type": "Hidden"
|
|
2582
2494
|
},
|
|
2583
2495
|
{
|
|
2584
|
-
"
|
|
2585
|
-
"
|
|
2586
|
-
"
|
|
2496
|
+
"id": "resultVariable",
|
|
2497
|
+
"label": "Result variable",
|
|
2498
|
+
"description": "Name of variable to store the response in",
|
|
2499
|
+
"group": "output",
|
|
2500
|
+
"binding": {
|
|
2501
|
+
"name": "resultVariable",
|
|
2502
|
+
"type": "zeebe:property"
|
|
2503
|
+
},
|
|
2504
|
+
"type": "String"
|
|
2505
|
+
},
|
|
2506
|
+
{
|
|
2507
|
+
"id": "resultExpression",
|
|
2508
|
+
"label": "Result expression",
|
|
2509
|
+
"description": "Expression to map the response into process variables",
|
|
2587
2510
|
"feel": "required",
|
|
2588
|
-
"
|
|
2511
|
+
"group": "output",
|
|
2589
2512
|
"binding": {
|
|
2590
|
-
"
|
|
2591
|
-
"
|
|
2513
|
+
"name": "resultExpression",
|
|
2514
|
+
"type": "zeebe:property"
|
|
2592
2515
|
},
|
|
2593
|
-
"
|
|
2516
|
+
"type": "Text"
|
|
2594
2517
|
}
|
|
2595
2518
|
],
|
|
2596
|
-
"icon": {
|
|
2597
|
-
"contents": "data:image/svg+xml,%3Csvg id='icon' xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; %7D %3C/style%3E%3C/defs%3E%3Cpath d='M24,26a3,3,0,1,0-2.8164-4H13v1a5,5,0,1,1-5-5V16a7,7,0,1,0,6.9287,8h6.2549A2.9914,2.9914,0,0,0,24,26Z'/%3E%3Cpath d='M24,16a7.024,7.024,0,0,0-2.57.4873l-3.1656-5.5395a3.0469,3.0469,0,1,0-1.7326.9985l4.1189,7.2085.8686-.4976a5.0006,5.0006,0,1,1-1.851,6.8418L17.937,26.501A7.0005,7.0005,0,1,0,24,16Z'/%3E%3Cpath d='M8.532,20.0537a3.03,3.03,0,1,0,1.7326.9985C11.74,18.47,13.86,14.7607,13.89,14.708l.4976-.8682-.8677-.497a5,5,0,1,1,6.812-1.8438l1.7315,1.002a7.0008,7.0008,0,1,0-10.3462,2.0356c-.457.7427-1.1021,1.8716-2.0737,3.5728Z'/%3E%3Crect id='_Transparent_Rectangle_' data-name='<Transparent Rectangle>' class='cls-1' width='32' height='32'/%3E%3C/svg%3E"
|
|
2598
|
-
},
|
|
2599
2519
|
"engines": {
|
|
2600
|
-
"camunda": "^8.
|
|
2520
|
+
"camunda": "^8.3"
|
|
2521
|
+
},
|
|
2522
|
+
"icon": {
|
|
2523
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
|
|
2601
2524
|
}
|
|
2602
2525
|
},
|
|
2603
2526
|
{
|
|
2604
2527
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2605
2528
|
"name": "Webhook Boundary Event Connector",
|
|
2606
2529
|
"id": "io.camunda.connectors.webhook.WebhookConnectorBoundary.v1",
|
|
2530
|
+
"version": 1,
|
|
2607
2531
|
"description": "Configure webhook to receive callbacks",
|
|
2608
2532
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
2609
|
-
"version": 10,
|
|
2610
2533
|
"category": {
|
|
2611
2534
|
"id": "connectors",
|
|
2612
2535
|
"name": "Connectors"
|
|
@@ -2629,43 +2552,52 @@
|
|
|
2629
2552
|
"id": "authorization",
|
|
2630
2553
|
"label": "Authorization"
|
|
2631
2554
|
},
|
|
2632
|
-
{
|
|
2633
|
-
"id": "webhookResponse",
|
|
2634
|
-
"label": "Webhook response"
|
|
2635
|
-
},
|
|
2636
2555
|
{
|
|
2637
2556
|
"id": "activation",
|
|
2638
2557
|
"label": "Activation"
|
|
2639
2558
|
},
|
|
2640
2559
|
{
|
|
2641
|
-
"id": "
|
|
2642
|
-
"label": "
|
|
2560
|
+
"id": "variable-mapping",
|
|
2561
|
+
"label": "Variable mapping"
|
|
2643
2562
|
},
|
|
2644
2563
|
{
|
|
2645
|
-
"id": "
|
|
2646
|
-
"label": "
|
|
2564
|
+
"id": "webhookResponse",
|
|
2565
|
+
"label": "Webhook response"
|
|
2647
2566
|
}
|
|
2648
2567
|
],
|
|
2649
2568
|
"properties": [
|
|
2650
2569
|
{
|
|
2570
|
+
"type": "Hidden",
|
|
2651
2571
|
"value": "io.camunda:webhook:1",
|
|
2652
2572
|
"binding": {
|
|
2653
|
-
"
|
|
2654
|
-
"
|
|
2573
|
+
"type": "zeebe:property",
|
|
2574
|
+
"name": "inbound.type"
|
|
2575
|
+
}
|
|
2576
|
+
},
|
|
2577
|
+
{
|
|
2578
|
+
"type": "Hidden",
|
|
2579
|
+
"generatedValue": {
|
|
2580
|
+
"type": "uuid"
|
|
2655
2581
|
},
|
|
2656
|
-
"
|
|
2582
|
+
"binding": {
|
|
2583
|
+
"type": "bpmn:Message#property",
|
|
2584
|
+
"name": "name"
|
|
2585
|
+
}
|
|
2657
2586
|
},
|
|
2658
2587
|
{
|
|
2659
|
-
"
|
|
2588
|
+
"type": "Hidden",
|
|
2589
|
+
"value": "ConfigurableInboundWebhook",
|
|
2590
|
+
"binding": {
|
|
2591
|
+
"type": "zeebe:property",
|
|
2592
|
+
"name": "inbound.subtype"
|
|
2593
|
+
}
|
|
2594
|
+
},
|
|
2595
|
+
{
|
|
2596
|
+
"id": "webhookMethod",
|
|
2660
2597
|
"label": "Webhook method",
|
|
2598
|
+
"group": "endpoint",
|
|
2661
2599
|
"description": "Select HTTP method",
|
|
2662
|
-
"optional": false,
|
|
2663
2600
|
"value": "any",
|
|
2664
|
-
"group": "endpoint",
|
|
2665
|
-
"binding": {
|
|
2666
|
-
"name": "inbound.method",
|
|
2667
|
-
"type": "zeebe:property"
|
|
2668
|
-
},
|
|
2669
2601
|
"type": "Dropdown",
|
|
2670
2602
|
"choices": [
|
|
2671
2603
|
{
|
|
@@ -2673,53 +2605,46 @@
|
|
|
2673
2605
|
"value": "any"
|
|
2674
2606
|
},
|
|
2675
2607
|
{
|
|
2676
|
-
"name": "
|
|
2608
|
+
"name": "Get",
|
|
2677
2609
|
"value": "get"
|
|
2678
2610
|
},
|
|
2679
2611
|
{
|
|
2680
|
-
"name": "
|
|
2612
|
+
"name": "Post",
|
|
2681
2613
|
"value": "post"
|
|
2682
2614
|
},
|
|
2683
2615
|
{
|
|
2684
|
-
"name": "
|
|
2616
|
+
"name": "Put",
|
|
2685
2617
|
"value": "put"
|
|
2686
2618
|
},
|
|
2687
2619
|
{
|
|
2688
|
-
"name": "
|
|
2620
|
+
"name": "Delete",
|
|
2689
2621
|
"value": "delete"
|
|
2690
2622
|
}
|
|
2691
|
-
]
|
|
2623
|
+
],
|
|
2624
|
+
"binding": {
|
|
2625
|
+
"type": "zeebe:property",
|
|
2626
|
+
"name": "inbound.method"
|
|
2627
|
+
}
|
|
2692
2628
|
},
|
|
2693
2629
|
{
|
|
2694
|
-
"id": "inbound.context",
|
|
2695
2630
|
"label": "Webhook ID",
|
|
2631
|
+
"type": "String",
|
|
2632
|
+
"group": "endpoint",
|
|
2633
|
+
"binding": {
|
|
2634
|
+
"type": "zeebe:property",
|
|
2635
|
+
"name": "inbound.context"
|
|
2636
|
+
},
|
|
2696
2637
|
"description": "The webhook ID is a part of the URL",
|
|
2697
|
-
"optional": false,
|
|
2698
2638
|
"constraints": {
|
|
2699
|
-
"notEmpty": true
|
|
2700
|
-
|
|
2701
|
-
"value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
|
|
2702
|
-
"message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
|
|
2703
|
-
}
|
|
2704
|
-
},
|
|
2705
|
-
"group": "endpoint",
|
|
2706
|
-
"binding": {
|
|
2707
|
-
"name": "inbound.context",
|
|
2708
|
-
"type": "zeebe:property"
|
|
2709
|
-
},
|
|
2710
|
-
"type": "String"
|
|
2639
|
+
"notEmpty": true
|
|
2640
|
+
}
|
|
2711
2641
|
},
|
|
2712
2642
|
{
|
|
2713
|
-
"id": "
|
|
2643
|
+
"id": "shouldValidateHmac",
|
|
2714
2644
|
"label": "HMAC authentication",
|
|
2645
|
+
"group": "authentication",
|
|
2715
2646
|
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
|
|
2716
|
-
"optional": false,
|
|
2717
2647
|
"value": "disabled",
|
|
2718
|
-
"group": "authentication",
|
|
2719
|
-
"binding": {
|
|
2720
|
-
"name": "inbound.shouldValidateHmac",
|
|
2721
|
-
"type": "zeebe:property"
|
|
2722
|
-
},
|
|
2723
2648
|
"type": "Dropdown",
|
|
2724
2649
|
"choices": [
|
|
2725
2650
|
{
|
|
@@ -2730,60 +2655,47 @@
|
|
|
2730
2655
|
"name": "Disabled",
|
|
2731
2656
|
"value": "disabled"
|
|
2732
2657
|
}
|
|
2733
|
-
]
|
|
2658
|
+
],
|
|
2659
|
+
"binding": {
|
|
2660
|
+
"type": "zeebe:property",
|
|
2661
|
+
"name": "inbound.shouldValidateHmac"
|
|
2662
|
+
}
|
|
2734
2663
|
},
|
|
2735
2664
|
{
|
|
2736
|
-
"id": "inbound.hmacSecret",
|
|
2737
2665
|
"label": "HMAC secret key",
|
|
2738
2666
|
"description": "Shared secret key",
|
|
2739
|
-
"
|
|
2740
|
-
"feel": "optional",
|
|
2667
|
+
"type": "String",
|
|
2741
2668
|
"group": "authentication",
|
|
2669
|
+
"optional": true,
|
|
2742
2670
|
"binding": {
|
|
2743
|
-
"
|
|
2744
|
-
"
|
|
2671
|
+
"type": "zeebe:property",
|
|
2672
|
+
"name": "inbound.hmacSecret"
|
|
2745
2673
|
},
|
|
2746
2674
|
"condition": {
|
|
2747
|
-
"property": "
|
|
2748
|
-
"equals": "enabled"
|
|
2749
|
-
|
|
2750
|
-
},
|
|
2751
|
-
"type": "String"
|
|
2675
|
+
"property": "shouldValidateHmac",
|
|
2676
|
+
"equals": "enabled"
|
|
2677
|
+
}
|
|
2752
2678
|
},
|
|
2753
2679
|
{
|
|
2754
|
-
"id": "inbound.hmacHeader",
|
|
2755
2680
|
"label": "HMAC header",
|
|
2756
2681
|
"description": "Name of header attribute that will contain the HMAC value",
|
|
2757
|
-
"
|
|
2758
|
-
"feel": "optional",
|
|
2682
|
+
"type": "String",
|
|
2759
2683
|
"group": "authentication",
|
|
2684
|
+
"optional": true,
|
|
2760
2685
|
"binding": {
|
|
2761
|
-
"
|
|
2762
|
-
"
|
|
2686
|
+
"type": "zeebe:property",
|
|
2687
|
+
"name": "inbound.hmacHeader"
|
|
2763
2688
|
},
|
|
2764
2689
|
"condition": {
|
|
2765
|
-
"property": "
|
|
2766
|
-
"equals": "enabled"
|
|
2767
|
-
|
|
2768
|
-
},
|
|
2769
|
-
"type": "String"
|
|
2690
|
+
"property": "shouldValidateHmac",
|
|
2691
|
+
"equals": "enabled"
|
|
2692
|
+
}
|
|
2770
2693
|
},
|
|
2771
2694
|
{
|
|
2772
|
-
"id": "inbound.hmacAlgorithm",
|
|
2773
2695
|
"label": "HMAC algorithm",
|
|
2696
|
+
"group": "authentication",
|
|
2774
2697
|
"description": "Choose HMAC algorithm",
|
|
2775
|
-
"optional": false,
|
|
2776
2698
|
"value": "sha_256",
|
|
2777
|
-
"group": "authentication",
|
|
2778
|
-
"binding": {
|
|
2779
|
-
"name": "inbound.hmacAlgorithm",
|
|
2780
|
-
"type": "zeebe:property"
|
|
2781
|
-
},
|
|
2782
|
-
"condition": {
|
|
2783
|
-
"property": "inbound.shouldValidateHmac",
|
|
2784
|
-
"equals": "enabled",
|
|
2785
|
-
"type": "simple"
|
|
2786
|
-
},
|
|
2787
2699
|
"type": "Dropdown",
|
|
2788
2700
|
"choices": [
|
|
2789
2701
|
{
|
|
@@ -2798,318 +2710,276 @@
|
|
|
2798
2710
|
"name": "SHA-512",
|
|
2799
2711
|
"value": "sha_512"
|
|
2800
2712
|
}
|
|
2801
|
-
]
|
|
2713
|
+
],
|
|
2714
|
+
"binding": {
|
|
2715
|
+
"type": "zeebe:property",
|
|
2716
|
+
"name": "inbound.hmacAlgorithm"
|
|
2717
|
+
},
|
|
2718
|
+
"condition": {
|
|
2719
|
+
"property": "shouldValidateHmac",
|
|
2720
|
+
"equals": "enabled"
|
|
2721
|
+
}
|
|
2802
2722
|
},
|
|
2803
2723
|
{
|
|
2804
|
-
"id": "inbound.hmacScopes",
|
|
2805
2724
|
"label": "HMAC scopes",
|
|
2725
|
+
"group": "authentication",
|
|
2806
2726
|
"description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/' target='_blank'>documentation</a>",
|
|
2807
|
-
"optional": true,
|
|
2808
2727
|
"feel": "required",
|
|
2809
|
-
"
|
|
2728
|
+
"type": "String",
|
|
2729
|
+
"optional": true,
|
|
2810
2730
|
"binding": {
|
|
2811
|
-
"
|
|
2812
|
-
"
|
|
2731
|
+
"type": "zeebe:property",
|
|
2732
|
+
"name": "inbound.hmacScopes"
|
|
2813
2733
|
},
|
|
2814
2734
|
"condition": {
|
|
2815
|
-
"property": "
|
|
2816
|
-
"equals": "enabled"
|
|
2817
|
-
|
|
2818
|
-
},
|
|
2819
|
-
"type": "String"
|
|
2735
|
+
"property": "shouldValidateHmac",
|
|
2736
|
+
"equals": "enabled"
|
|
2737
|
+
}
|
|
2820
2738
|
},
|
|
2821
2739
|
{
|
|
2822
|
-
"id": "
|
|
2740
|
+
"id": "authorizationType",
|
|
2823
2741
|
"label": "Authorization type",
|
|
2824
|
-
"description": "Choose the authorization type",
|
|
2825
|
-
"value": "NONE",
|
|
2826
2742
|
"group": "authorization",
|
|
2827
|
-
"
|
|
2828
|
-
|
|
2829
|
-
"type": "zeebe:property"
|
|
2830
|
-
},
|
|
2743
|
+
"description": "Choose the authorization type.",
|
|
2744
|
+
"value": "NONE",
|
|
2831
2745
|
"type": "Dropdown",
|
|
2832
2746
|
"choices": [
|
|
2833
2747
|
{
|
|
2834
2748
|
"name": "None",
|
|
2835
2749
|
"value": "NONE"
|
|
2836
2750
|
},
|
|
2751
|
+
{
|
|
2752
|
+
"name": "JWT",
|
|
2753
|
+
"value": "JWT"
|
|
2754
|
+
},
|
|
2837
2755
|
{
|
|
2838
2756
|
"name": "Basic",
|
|
2839
2757
|
"value": "BASIC"
|
|
2840
2758
|
},
|
|
2841
2759
|
{
|
|
2842
|
-
"name": "API
|
|
2760
|
+
"name": "API Key",
|
|
2843
2761
|
"value": "APIKEY"
|
|
2844
|
-
},
|
|
2845
|
-
{
|
|
2846
|
-
"name": "JWT",
|
|
2847
|
-
"value": "JWT"
|
|
2848
2762
|
}
|
|
2849
|
-
]
|
|
2763
|
+
],
|
|
2764
|
+
"binding": {
|
|
2765
|
+
"type": "zeebe:property",
|
|
2766
|
+
"name": "inbound.auth.type"
|
|
2767
|
+
}
|
|
2850
2768
|
},
|
|
2851
2769
|
{
|
|
2852
|
-
"
|
|
2853
|
-
"
|
|
2854
|
-
"
|
|
2855
|
-
"optional": false,
|
|
2856
|
-
"feel": "optional",
|
|
2770
|
+
"label": "JWK url",
|
|
2771
|
+
"description": "Well-known url of JWKs",
|
|
2772
|
+
"type": "String",
|
|
2857
2773
|
"group": "authorization",
|
|
2774
|
+
"feel": "optional",
|
|
2775
|
+
"optional": true,
|
|
2858
2776
|
"binding": {
|
|
2859
|
-
"
|
|
2860
|
-
"
|
|
2777
|
+
"type": "zeebe:property",
|
|
2778
|
+
"name": "inbound.auth.jwt.jwkUrl"
|
|
2861
2779
|
},
|
|
2862
2780
|
"condition": {
|
|
2863
|
-
"property": "
|
|
2864
|
-
"equals": "
|
|
2865
|
-
|
|
2866
|
-
},
|
|
2867
|
-
"type": "String"
|
|
2781
|
+
"property": "authorizationType",
|
|
2782
|
+
"equals": "JWT"
|
|
2783
|
+
}
|
|
2868
2784
|
},
|
|
2869
2785
|
{
|
|
2870
|
-
"
|
|
2871
|
-
"
|
|
2872
|
-
"
|
|
2873
|
-
"optional": false,
|
|
2874
|
-
"feel": "optional",
|
|
2786
|
+
"label": "JWT role property expression",
|
|
2787
|
+
"description": "Expression to extract the roles from the JWT token. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#how-to-extract-roles-from-jwt-data'>See documentation</a>",
|
|
2788
|
+
"type": "String",
|
|
2875
2789
|
"group": "authorization",
|
|
2790
|
+
"feel": "required",
|
|
2791
|
+
"optional": true,
|
|
2876
2792
|
"binding": {
|
|
2877
|
-
"
|
|
2878
|
-
"
|
|
2793
|
+
"type": "zeebe:property",
|
|
2794
|
+
"name": "inbound.auth.jwt.permissionsExpression"
|
|
2879
2795
|
},
|
|
2880
2796
|
"condition": {
|
|
2881
|
-
"property": "
|
|
2882
|
-
"equals": "
|
|
2883
|
-
|
|
2884
|
-
},
|
|
2885
|
-
"type": "String"
|
|
2797
|
+
"property": "authorizationType",
|
|
2798
|
+
"equals": "JWT"
|
|
2799
|
+
}
|
|
2886
2800
|
},
|
|
2887
2801
|
{
|
|
2888
|
-
"
|
|
2889
|
-
"
|
|
2890
|
-
"
|
|
2891
|
-
"optional": false,
|
|
2892
|
-
"feel": "optional",
|
|
2802
|
+
"label": "Required roles",
|
|
2803
|
+
"description": "List of roles to test JWT roles against",
|
|
2804
|
+
"type": "String",
|
|
2893
2805
|
"group": "authorization",
|
|
2806
|
+
"feel": "required",
|
|
2807
|
+
"optional": true,
|
|
2894
2808
|
"binding": {
|
|
2895
|
-
"
|
|
2896
|
-
"
|
|
2809
|
+
"type": "zeebe:property",
|
|
2810
|
+
"name": "inbound.auth.jwt.requiredPermissions"
|
|
2897
2811
|
},
|
|
2898
2812
|
"condition": {
|
|
2899
|
-
"property": "
|
|
2900
|
-
"equals": "
|
|
2901
|
-
|
|
2902
|
-
},
|
|
2903
|
-
"type": "String"
|
|
2813
|
+
"property": "authorizationType",
|
|
2814
|
+
"equals": "JWT"
|
|
2815
|
+
}
|
|
2904
2816
|
},
|
|
2905
2817
|
{
|
|
2906
|
-
"
|
|
2907
|
-
"
|
|
2908
|
-
"
|
|
2909
|
-
"optional": false,
|
|
2910
|
-
"value": "=split(request.headers.authorization, \" \")[2]",
|
|
2911
|
-
"constraints": {
|
|
2912
|
-
"notEmpty": true
|
|
2913
|
-
},
|
|
2914
|
-
"feel": "required",
|
|
2818
|
+
"label": "Username",
|
|
2819
|
+
"description": "Username for basic authentication",
|
|
2820
|
+
"type": "String",
|
|
2915
2821
|
"group": "authorization",
|
|
2822
|
+
"feel": "optional",
|
|
2916
2823
|
"binding": {
|
|
2917
|
-
"
|
|
2918
|
-
"
|
|
2824
|
+
"type": "zeebe:property",
|
|
2825
|
+
"name": "inbound.auth.username"
|
|
2919
2826
|
},
|
|
2920
2827
|
"condition": {
|
|
2921
|
-
"property": "
|
|
2922
|
-
"equals": "
|
|
2923
|
-
"type": "simple"
|
|
2828
|
+
"property": "authorizationType",
|
|
2829
|
+
"equals": "BASIC"
|
|
2924
2830
|
},
|
|
2925
|
-
"
|
|
2831
|
+
"constraints": {
|
|
2832
|
+
"notEmpty": true
|
|
2833
|
+
}
|
|
2926
2834
|
},
|
|
2927
2835
|
{
|
|
2928
|
-
"
|
|
2929
|
-
"
|
|
2930
|
-
"
|
|
2931
|
-
"optional": false,
|
|
2932
|
-
"feel": "optional",
|
|
2836
|
+
"label": "Password",
|
|
2837
|
+
"description": "Password for basic authentication",
|
|
2838
|
+
"type": "String",
|
|
2933
2839
|
"group": "authorization",
|
|
2840
|
+
"feel": "optional",
|
|
2934
2841
|
"binding": {
|
|
2935
|
-
"
|
|
2936
|
-
"
|
|
2842
|
+
"type": "zeebe:property",
|
|
2843
|
+
"name": "inbound.auth.password"
|
|
2937
2844
|
},
|
|
2938
2845
|
"condition": {
|
|
2939
|
-
"property": "
|
|
2940
|
-
"equals": "
|
|
2941
|
-
"type": "simple"
|
|
2846
|
+
"property": "authorizationType",
|
|
2847
|
+
"equals": "BASIC"
|
|
2942
2848
|
},
|
|
2943
|
-
"
|
|
2849
|
+
"constraints": {
|
|
2850
|
+
"notEmpty": true
|
|
2851
|
+
}
|
|
2944
2852
|
},
|
|
2945
2853
|
{
|
|
2946
|
-
"
|
|
2947
|
-
"
|
|
2948
|
-
"
|
|
2949
|
-
"optional": false,
|
|
2950
|
-
"feel": "required",
|
|
2854
|
+
"label": "API Key",
|
|
2855
|
+
"description": "Expected API key",
|
|
2856
|
+
"type": "String",
|
|
2951
2857
|
"group": "authorization",
|
|
2858
|
+
"feel": "optional",
|
|
2952
2859
|
"binding": {
|
|
2953
|
-
"
|
|
2954
|
-
"
|
|
2860
|
+
"type": "zeebe:property",
|
|
2861
|
+
"name": "inbound.auth.apiKey"
|
|
2955
2862
|
},
|
|
2956
2863
|
"condition": {
|
|
2957
|
-
"property": "
|
|
2958
|
-
"equals": "
|
|
2959
|
-
"type": "simple"
|
|
2864
|
+
"property": "authorizationType",
|
|
2865
|
+
"equals": "APIKEY"
|
|
2960
2866
|
},
|
|
2961
|
-
"
|
|
2867
|
+
"constraints": {
|
|
2868
|
+
"notEmpty": true
|
|
2869
|
+
}
|
|
2962
2870
|
},
|
|
2963
2871
|
{
|
|
2964
|
-
"
|
|
2965
|
-
"
|
|
2966
|
-
"
|
|
2967
|
-
"optional": false,
|
|
2968
|
-
"feel": "required",
|
|
2872
|
+
"label": "API Key locator",
|
|
2873
|
+
"description": "A FEEL expression that extracts API key from the request. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#how-to-configure-api-key-authorization'>See documentation</a>",
|
|
2874
|
+
"type": "String",
|
|
2969
2875
|
"group": "authorization",
|
|
2876
|
+
"feel": "required",
|
|
2970
2877
|
"binding": {
|
|
2971
|
-
"
|
|
2972
|
-
"
|
|
2878
|
+
"type": "zeebe:property",
|
|
2879
|
+
"name": "inbound.auth.apiKeyLocator"
|
|
2973
2880
|
},
|
|
2974
2881
|
"condition": {
|
|
2975
|
-
"property": "
|
|
2976
|
-
"equals": "
|
|
2977
|
-
"type": "simple"
|
|
2882
|
+
"property": "authorizationType",
|
|
2883
|
+
"equals": "APIKEY"
|
|
2978
2884
|
},
|
|
2979
|
-
"
|
|
2980
|
-
|
|
2981
|
-
{
|
|
2982
|
-
"id": "inbound.responseBodyExpression",
|
|
2983
|
-
"label": "Response body expression",
|
|
2984
|
-
"description": "Specify condition and response",
|
|
2985
|
-
"optional": true,
|
|
2986
|
-
"feel": "required",
|
|
2987
|
-
"group": "webhookResponse",
|
|
2988
|
-
"binding": {
|
|
2989
|
-
"name": "inbound.responseBodyExpression",
|
|
2990
|
-
"type": "zeebe:property"
|
|
2885
|
+
"constraints": {
|
|
2886
|
+
"notEmpty": true
|
|
2991
2887
|
},
|
|
2992
|
-
"
|
|
2888
|
+
"value": "=split(request.headers.authorization, \" \")[2]"
|
|
2993
2889
|
},
|
|
2994
2890
|
{
|
|
2995
|
-
"
|
|
2996
|
-
"
|
|
2997
|
-
"
|
|
2998
|
-
"optional": true,
|
|
2891
|
+
"label": "Correlation key (process)",
|
|
2892
|
+
"type": "String",
|
|
2893
|
+
"group": "activation",
|
|
2999
2894
|
"feel": "required",
|
|
3000
|
-
"
|
|
2895
|
+
"description": "Sets up the correlation key from process variables",
|
|
3001
2896
|
"binding": {
|
|
3002
|
-
"
|
|
3003
|
-
"
|
|
2897
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
2898
|
+
"name": "correlationKey"
|
|
3004
2899
|
},
|
|
3005
|
-
"
|
|
2900
|
+
"constraints": {
|
|
2901
|
+
"notEmpty": true
|
|
2902
|
+
}
|
|
3006
2903
|
},
|
|
3007
2904
|
{
|
|
3008
|
-
"
|
|
3009
|
-
"
|
|
3010
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
3011
|
-
"optional": true,
|
|
3012
|
-
"feel": "required",
|
|
2905
|
+
"label": "Correlation key (payload)",
|
|
2906
|
+
"type": "String",
|
|
3013
2907
|
"group": "activation",
|
|
3014
|
-
"binding": {
|
|
3015
|
-
"name": "activationCondition",
|
|
3016
|
-
"type": "zeebe:property"
|
|
3017
|
-
},
|
|
3018
|
-
"type": "String"
|
|
3019
|
-
},
|
|
3020
|
-
{
|
|
3021
|
-
"id": "correlationKeyProcess",
|
|
3022
|
-
"label": "Correlation key (process)",
|
|
3023
|
-
"description": "Sets up the correlation key from process variables",
|
|
3024
|
-
"constraints": {
|
|
3025
|
-
"notEmpty": true
|
|
3026
|
-
},
|
|
3027
2908
|
"feel": "required",
|
|
3028
|
-
"group": "correlation",
|
|
3029
2909
|
"binding": {
|
|
3030
|
-
"
|
|
3031
|
-
"
|
|
2910
|
+
"type": "zeebe:property",
|
|
2911
|
+
"name": "correlationKeyExpression"
|
|
3032
2912
|
},
|
|
3033
|
-
"type": "String"
|
|
3034
|
-
},
|
|
3035
|
-
{
|
|
3036
|
-
"id": "correlationKeyPayload",
|
|
3037
|
-
"label": "Correlation key (payload)",
|
|
3038
2913
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
3039
2914
|
"constraints": {
|
|
3040
2915
|
"notEmpty": true
|
|
3041
|
-
}
|
|
3042
|
-
"feel": "required",
|
|
3043
|
-
"group": "correlation",
|
|
3044
|
-
"binding": {
|
|
3045
|
-
"name": "correlationKeyExpression",
|
|
3046
|
-
"type": "zeebe:property"
|
|
3047
|
-
},
|
|
3048
|
-
"type": "String"
|
|
2916
|
+
}
|
|
3049
2917
|
},
|
|
3050
2918
|
{
|
|
3051
|
-
"
|
|
3052
|
-
"
|
|
3053
|
-
"
|
|
3054
|
-
"optional": true,
|
|
2919
|
+
"label": "Condition",
|
|
2920
|
+
"type": "String",
|
|
2921
|
+
"group": "activation",
|
|
3055
2922
|
"feel": "required",
|
|
3056
|
-
"
|
|
2923
|
+
"optional": true,
|
|
3057
2924
|
"binding": {
|
|
3058
|
-
"
|
|
3059
|
-
"
|
|
2925
|
+
"type": "zeebe:property",
|
|
2926
|
+
"name": "activationCondition"
|
|
3060
2927
|
},
|
|
3061
|
-
"
|
|
2928
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
|
|
3062
2929
|
},
|
|
3063
2930
|
{
|
|
3064
|
-
"
|
|
3065
|
-
"
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
"group": "correlation",
|
|
2931
|
+
"label": "Result variable",
|
|
2932
|
+
"type": "String",
|
|
2933
|
+
"group": "variable-mapping",
|
|
2934
|
+
"optional": true,
|
|
3069
2935
|
"binding": {
|
|
3070
|
-
"
|
|
3071
|
-
"
|
|
2936
|
+
"type": "zeebe:property",
|
|
2937
|
+
"name": "resultVariable"
|
|
3072
2938
|
},
|
|
3073
|
-
"
|
|
2939
|
+
"description": "Name of variable to store the result of the connector in"
|
|
3074
2940
|
},
|
|
3075
2941
|
{
|
|
3076
|
-
"
|
|
3077
|
-
"
|
|
3078
|
-
"
|
|
3079
|
-
"
|
|
2942
|
+
"label": "Result expression",
|
|
2943
|
+
"type": "String",
|
|
2944
|
+
"group": "variable-mapping",
|
|
2945
|
+
"feel": "required",
|
|
2946
|
+
"optional": true,
|
|
3080
2947
|
"binding": {
|
|
3081
|
-
"
|
|
3082
|
-
"
|
|
2948
|
+
"type": "zeebe:property",
|
|
2949
|
+
"name": "resultExpression"
|
|
3083
2950
|
},
|
|
3084
|
-
"
|
|
2951
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
3085
2952
|
},
|
|
3086
2953
|
{
|
|
3087
|
-
"
|
|
3088
|
-
"
|
|
3089
|
-
"
|
|
2954
|
+
"label": "Response body expression",
|
|
2955
|
+
"type": "Text",
|
|
2956
|
+
"group": "webhookResponse",
|
|
3090
2957
|
"feel": "required",
|
|
3091
|
-
"
|
|
2958
|
+
"optional": true,
|
|
3092
2959
|
"binding": {
|
|
3093
|
-
"
|
|
3094
|
-
"
|
|
2960
|
+
"type": "zeebe:property",
|
|
2961
|
+
"name": "inbound.responseBodyExpression"
|
|
3095
2962
|
},
|
|
3096
|
-
"
|
|
2963
|
+
"description": "Specify condition and response"
|
|
3097
2964
|
}
|
|
3098
2965
|
],
|
|
3099
2966
|
"icon": {
|
|
3100
|
-
"contents": "data:image/svg+xml;
|
|
2967
|
+
"contents": "data:image/svg+xml,%3Csvg id='icon' xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; %7D %3C/style%3E%3C/defs%3E%3Cpath d='M24,26a3,3,0,1,0-2.8164-4H13v1a5,5,0,1,1-5-5V16a7,7,0,1,0,6.9287,8h6.2549A2.9914,2.9914,0,0,0,24,26Z'/%3E%3Cpath d='M24,16a7.024,7.024,0,0,0-2.57.4873l-3.1656-5.5395a3.0469,3.0469,0,1,0-1.7326.9985l4.1189,7.2085.8686-.4976a5.0006,5.0006,0,1,1-1.851,6.8418L17.937,26.501A7.0005,7.0005,0,1,0,24,16Z'/%3E%3Cpath d='M8.532,20.0537a3.03,3.03,0,1,0,1.7326.9985C11.74,18.47,13.86,14.7607,13.89,14.708l.4976-.8682-.8677-.497a5,5,0,1,1,6.812-1.8438l1.7315,1.002a7.0008,7.0008,0,1,0-10.3462,2.0356c-.457.7427-1.1021,1.8716-2.0737,3.5728Z'/%3E%3Crect id='_Transparent_Rectangle_' data-name='<Transparent Rectangle>' class='cls-1' width='32' height='32'/%3E%3C/svg%3E"
|
|
3101
2968
|
},
|
|
3102
2969
|
"engines": {
|
|
3103
|
-
"camunda": "^8.
|
|
2970
|
+
"camunda": "^8.2"
|
|
3104
2971
|
}
|
|
3105
2972
|
},
|
|
3106
2973
|
{
|
|
3107
2974
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
3108
2975
|
"name": "Webhook Boundary Event Connector",
|
|
3109
2976
|
"id": "io.camunda.connectors.webhook.WebhookConnectorBoundary.v1",
|
|
3110
|
-
"version": 3,
|
|
3111
2977
|
"description": "Configure webhook to receive callbacks",
|
|
3112
|
-
"
|
|
2978
|
+
"metadata": {
|
|
2979
|
+
"keywords": []
|
|
2980
|
+
},
|
|
2981
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
|
|
2982
|
+
"version": 13,
|
|
3113
2983
|
"category": {
|
|
3114
2984
|
"id": "connectors",
|
|
3115
2985
|
"name": "Connectors"
|
|
@@ -3119,6 +2989,9 @@
|
|
|
3119
2989
|
"value": "bpmn:BoundaryEvent",
|
|
3120
2990
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
3121
2991
|
},
|
|
2992
|
+
"engines": {
|
|
2993
|
+
"camunda": "^8.3"
|
|
2994
|
+
},
|
|
3122
2995
|
"groups": [
|
|
3123
2996
|
{
|
|
3124
2997
|
"id": "endpoint",
|
|
@@ -3132,52 +3005,49 @@
|
|
|
3132
3005
|
"id": "authorization",
|
|
3133
3006
|
"label": "Authorization"
|
|
3134
3007
|
},
|
|
3008
|
+
{
|
|
3009
|
+
"id": "webhookResponse",
|
|
3010
|
+
"label": "Webhook response"
|
|
3011
|
+
},
|
|
3135
3012
|
{
|
|
3136
3013
|
"id": "activation",
|
|
3137
3014
|
"label": "Activation"
|
|
3138
3015
|
},
|
|
3139
3016
|
{
|
|
3140
|
-
"id": "
|
|
3141
|
-
"label": "
|
|
3017
|
+
"id": "correlation",
|
|
3018
|
+
"label": "Correlation",
|
|
3019
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
3142
3020
|
},
|
|
3143
3021
|
{
|
|
3144
|
-
"id": "
|
|
3145
|
-
"label": "
|
|
3022
|
+
"id": "deduplication",
|
|
3023
|
+
"label": "Deduplication",
|
|
3024
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
3025
|
+
},
|
|
3026
|
+
{
|
|
3027
|
+
"id": "output",
|
|
3028
|
+
"label": "Output mapping"
|
|
3146
3029
|
}
|
|
3147
3030
|
],
|
|
3148
3031
|
"properties": [
|
|
3149
3032
|
{
|
|
3150
|
-
"type": "Hidden",
|
|
3151
3033
|
"value": "io.camunda:webhook:1",
|
|
3152
3034
|
"binding": {
|
|
3153
|
-
"
|
|
3154
|
-
"
|
|
3155
|
-
}
|
|
3156
|
-
},
|
|
3157
|
-
{
|
|
3158
|
-
"type": "Hidden",
|
|
3159
|
-
"generatedValue": {
|
|
3160
|
-
"type": "uuid"
|
|
3035
|
+
"name": "inbound.type",
|
|
3036
|
+
"type": "zeebe:property"
|
|
3161
3037
|
},
|
|
3162
|
-
"
|
|
3163
|
-
"type": "bpmn:Message#property",
|
|
3164
|
-
"name": "name"
|
|
3165
|
-
}
|
|
3166
|
-
},
|
|
3167
|
-
{
|
|
3168
|
-
"type": "Hidden",
|
|
3169
|
-
"value": "ConfigurableInboundWebhook",
|
|
3170
|
-
"binding": {
|
|
3171
|
-
"type": "zeebe:property",
|
|
3172
|
-
"name": "inbound.subtype"
|
|
3173
|
-
}
|
|
3038
|
+
"type": "Hidden"
|
|
3174
3039
|
},
|
|
3175
3040
|
{
|
|
3176
|
-
"id": "
|
|
3041
|
+
"id": "inbound.method",
|
|
3177
3042
|
"label": "Webhook method",
|
|
3178
|
-
"group": "endpoint",
|
|
3179
3043
|
"description": "Select HTTP method",
|
|
3044
|
+
"optional": false,
|
|
3180
3045
|
"value": "any",
|
|
3046
|
+
"group": "endpoint",
|
|
3047
|
+
"binding": {
|
|
3048
|
+
"name": "inbound.method",
|
|
3049
|
+
"type": "zeebe:property"
|
|
3050
|
+
},
|
|
3181
3051
|
"type": "Dropdown",
|
|
3182
3052
|
"choices": [
|
|
3183
3053
|
{
|
|
@@ -3185,50 +3055,53 @@
|
|
|
3185
3055
|
"value": "any"
|
|
3186
3056
|
},
|
|
3187
3057
|
{
|
|
3188
|
-
"name": "
|
|
3058
|
+
"name": "GET",
|
|
3189
3059
|
"value": "get"
|
|
3190
3060
|
},
|
|
3191
3061
|
{
|
|
3192
|
-
"name": "
|
|
3062
|
+
"name": "POST",
|
|
3193
3063
|
"value": "post"
|
|
3194
3064
|
},
|
|
3195
3065
|
{
|
|
3196
|
-
"name": "
|
|
3066
|
+
"name": "PUT",
|
|
3197
3067
|
"value": "put"
|
|
3198
3068
|
},
|
|
3199
3069
|
{
|
|
3200
|
-
"name": "
|
|
3070
|
+
"name": "DELETE",
|
|
3201
3071
|
"value": "delete"
|
|
3202
3072
|
}
|
|
3203
|
-
]
|
|
3204
|
-
"binding": {
|
|
3205
|
-
"type": "zeebe:property",
|
|
3206
|
-
"name": "inbound.method"
|
|
3207
|
-
}
|
|
3073
|
+
]
|
|
3208
3074
|
},
|
|
3209
3075
|
{
|
|
3076
|
+
"id": "inbound.context",
|
|
3210
3077
|
"label": "Webhook ID",
|
|
3211
|
-
"type": "String",
|
|
3212
|
-
"group": "endpoint",
|
|
3213
|
-
"binding": {
|
|
3214
|
-
"type": "zeebe:property",
|
|
3215
|
-
"name": "inbound.context"
|
|
3216
|
-
},
|
|
3217
3078
|
"description": "The webhook ID is a part of the URL",
|
|
3079
|
+
"optional": false,
|
|
3218
3080
|
"constraints": {
|
|
3219
3081
|
"notEmpty": true,
|
|
3220
3082
|
"pattern": {
|
|
3221
3083
|
"value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
|
|
3222
3084
|
"message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
|
|
3223
3085
|
}
|
|
3224
|
-
}
|
|
3086
|
+
},
|
|
3087
|
+
"group": "endpoint",
|
|
3088
|
+
"binding": {
|
|
3089
|
+
"name": "inbound.context",
|
|
3090
|
+
"type": "zeebe:property"
|
|
3091
|
+
},
|
|
3092
|
+
"type": "String"
|
|
3225
3093
|
},
|
|
3226
3094
|
{
|
|
3227
|
-
"id": "shouldValidateHmac",
|
|
3095
|
+
"id": "inbound.shouldValidateHmac",
|
|
3228
3096
|
"label": "HMAC authentication",
|
|
3229
|
-
"
|
|
3230
|
-
"
|
|
3097
|
+
"description": "Choose whether HMAC verification is enabled. <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> and <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
|
|
3098
|
+
"optional": false,
|
|
3231
3099
|
"value": "disabled",
|
|
3100
|
+
"group": "authentication",
|
|
3101
|
+
"binding": {
|
|
3102
|
+
"name": "inbound.shouldValidateHmac",
|
|
3103
|
+
"type": "zeebe:property"
|
|
3104
|
+
},
|
|
3232
3105
|
"type": "Dropdown",
|
|
3233
3106
|
"choices": [
|
|
3234
3107
|
{
|
|
@@ -3239,47 +3112,60 @@
|
|
|
3239
3112
|
"name": "Disabled",
|
|
3240
3113
|
"value": "disabled"
|
|
3241
3114
|
}
|
|
3242
|
-
]
|
|
3243
|
-
"binding": {
|
|
3244
|
-
"type": "zeebe:property",
|
|
3245
|
-
"name": "inbound.shouldValidateHmac"
|
|
3246
|
-
}
|
|
3115
|
+
]
|
|
3247
3116
|
},
|
|
3248
3117
|
{
|
|
3118
|
+
"id": "inbound.hmacSecret",
|
|
3249
3119
|
"label": "HMAC secret key",
|
|
3250
3120
|
"description": "Shared secret key",
|
|
3251
|
-
"type": "String",
|
|
3252
|
-
"group": "authentication",
|
|
3253
3121
|
"optional": true,
|
|
3122
|
+
"feel": "optional",
|
|
3123
|
+
"group": "authentication",
|
|
3254
3124
|
"binding": {
|
|
3255
|
-
"
|
|
3256
|
-
"
|
|
3125
|
+
"name": "inbound.hmacSecret",
|
|
3126
|
+
"type": "zeebe:property"
|
|
3257
3127
|
},
|
|
3258
3128
|
"condition": {
|
|
3259
|
-
"property": "shouldValidateHmac",
|
|
3260
|
-
"equals": "enabled"
|
|
3261
|
-
|
|
3129
|
+
"property": "inbound.shouldValidateHmac",
|
|
3130
|
+
"equals": "enabled",
|
|
3131
|
+
"type": "simple"
|
|
3132
|
+
},
|
|
3133
|
+
"type": "String"
|
|
3262
3134
|
},
|
|
3263
3135
|
{
|
|
3136
|
+
"id": "inbound.hmacHeader",
|
|
3264
3137
|
"label": "HMAC header",
|
|
3265
3138
|
"description": "Name of header attribute that will contain the HMAC value",
|
|
3266
|
-
"type": "String",
|
|
3267
|
-
"group": "authentication",
|
|
3268
3139
|
"optional": true,
|
|
3140
|
+
"feel": "optional",
|
|
3141
|
+
"group": "authentication",
|
|
3269
3142
|
"binding": {
|
|
3270
|
-
"
|
|
3271
|
-
"
|
|
3143
|
+
"name": "inbound.hmacHeader",
|
|
3144
|
+
"type": "zeebe:property"
|
|
3272
3145
|
},
|
|
3273
3146
|
"condition": {
|
|
3274
|
-
"property": "shouldValidateHmac",
|
|
3275
|
-
"equals": "enabled"
|
|
3276
|
-
|
|
3147
|
+
"property": "inbound.shouldValidateHmac",
|
|
3148
|
+
"equals": "enabled",
|
|
3149
|
+
"type": "simple"
|
|
3150
|
+
},
|
|
3151
|
+
"type": "String"
|
|
3277
3152
|
},
|
|
3278
3153
|
{
|
|
3154
|
+
"id": "inbound.hmacAlgorithm",
|
|
3279
3155
|
"label": "HMAC algorithm",
|
|
3280
|
-
"group": "authentication",
|
|
3281
3156
|
"description": "Choose HMAC algorithm",
|
|
3157
|
+
"optional": false,
|
|
3282
3158
|
"value": "sha_256",
|
|
3159
|
+
"group": "authentication",
|
|
3160
|
+
"binding": {
|
|
3161
|
+
"name": "inbound.hmacAlgorithm",
|
|
3162
|
+
"type": "zeebe:property"
|
|
3163
|
+
},
|
|
3164
|
+
"condition": {
|
|
3165
|
+
"property": "inbound.shouldValidateHmac",
|
|
3166
|
+
"equals": "enabled",
|
|
3167
|
+
"type": "simple"
|
|
3168
|
+
},
|
|
3283
3169
|
"type": "Dropdown",
|
|
3284
3170
|
"choices": [
|
|
3285
3171
|
{
|
|
@@ -3294,288 +3180,402 @@
|
|
|
3294
3180
|
"name": "SHA-512",
|
|
3295
3181
|
"value": "sha_512"
|
|
3296
3182
|
}
|
|
3297
|
-
]
|
|
3298
|
-
"binding": {
|
|
3299
|
-
"type": "zeebe:property",
|
|
3300
|
-
"name": "inbound.hmacAlgorithm"
|
|
3301
|
-
},
|
|
3302
|
-
"condition": {
|
|
3303
|
-
"property": "shouldValidateHmac",
|
|
3304
|
-
"equals": "enabled"
|
|
3305
|
-
}
|
|
3183
|
+
]
|
|
3306
3184
|
},
|
|
3307
3185
|
{
|
|
3186
|
+
"id": "inbound.hmacScopes",
|
|
3308
3187
|
"label": "HMAC scopes",
|
|
3309
|
-
"
|
|
3310
|
-
"description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/' target='_blank'>documentation</a>",
|
|
3311
|
-
"feel": "required",
|
|
3312
|
-
"type": "String",
|
|
3188
|
+
"description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/' target='_blank'>documentation</a>",
|
|
3313
3189
|
"optional": true,
|
|
3190
|
+
"feel": "required",
|
|
3191
|
+
"group": "authentication",
|
|
3314
3192
|
"binding": {
|
|
3315
|
-
"
|
|
3316
|
-
"
|
|
3193
|
+
"name": "inbound.hmacScopes",
|
|
3194
|
+
"type": "zeebe:property"
|
|
3317
3195
|
},
|
|
3318
3196
|
"condition": {
|
|
3319
|
-
"property": "shouldValidateHmac",
|
|
3320
|
-
"equals": "enabled"
|
|
3321
|
-
|
|
3197
|
+
"property": "inbound.shouldValidateHmac",
|
|
3198
|
+
"equals": "enabled",
|
|
3199
|
+
"type": "simple"
|
|
3200
|
+
},
|
|
3201
|
+
"type": "String"
|
|
3322
3202
|
},
|
|
3323
3203
|
{
|
|
3324
|
-
"id": "
|
|
3204
|
+
"id": "inbound.auth.type",
|
|
3325
3205
|
"label": "Authorization type",
|
|
3326
|
-
"
|
|
3327
|
-
"description": "Choose the authorization type.",
|
|
3206
|
+
"description": "Choose the authorization type",
|
|
3328
3207
|
"value": "NONE",
|
|
3208
|
+
"group": "authorization",
|
|
3209
|
+
"binding": {
|
|
3210
|
+
"name": "inbound.auth.type",
|
|
3211
|
+
"type": "zeebe:property"
|
|
3212
|
+
},
|
|
3329
3213
|
"type": "Dropdown",
|
|
3330
3214
|
"choices": [
|
|
3331
3215
|
{
|
|
3332
3216
|
"name": "None",
|
|
3333
3217
|
"value": "NONE"
|
|
3334
3218
|
},
|
|
3335
|
-
{
|
|
3336
|
-
"name": "JWT",
|
|
3337
|
-
"value": "JWT"
|
|
3338
|
-
},
|
|
3339
3219
|
{
|
|
3340
3220
|
"name": "Basic",
|
|
3341
3221
|
"value": "BASIC"
|
|
3342
3222
|
},
|
|
3343
3223
|
{
|
|
3344
|
-
"name": "API
|
|
3224
|
+
"name": "API key",
|
|
3345
3225
|
"value": "APIKEY"
|
|
3226
|
+
},
|
|
3227
|
+
{
|
|
3228
|
+
"name": "JWT",
|
|
3229
|
+
"value": "JWT"
|
|
3346
3230
|
}
|
|
3347
|
-
]
|
|
3348
|
-
"binding": {
|
|
3349
|
-
"type": "zeebe:property",
|
|
3350
|
-
"name": "inbound.auth.type"
|
|
3351
|
-
}
|
|
3231
|
+
]
|
|
3352
3232
|
},
|
|
3353
3233
|
{
|
|
3354
|
-
"
|
|
3355
|
-
"
|
|
3356
|
-
"
|
|
3357
|
-
"
|
|
3234
|
+
"id": "inbound.auth.username",
|
|
3235
|
+
"label": "Username",
|
|
3236
|
+
"description": "Username for basic authentication",
|
|
3237
|
+
"optional": false,
|
|
3358
3238
|
"feel": "optional",
|
|
3359
|
-
"
|
|
3239
|
+
"group": "authorization",
|
|
3360
3240
|
"binding": {
|
|
3361
|
-
"
|
|
3362
|
-
"
|
|
3241
|
+
"name": "inbound.auth.username",
|
|
3242
|
+
"type": "zeebe:property"
|
|
3363
3243
|
},
|
|
3364
3244
|
"condition": {
|
|
3365
|
-
"property": "
|
|
3366
|
-
"equals": "
|
|
3367
|
-
|
|
3245
|
+
"property": "inbound.auth.type",
|
|
3246
|
+
"equals": "BASIC",
|
|
3247
|
+
"type": "simple"
|
|
3248
|
+
},
|
|
3249
|
+
"type": "String"
|
|
3368
3250
|
},
|
|
3369
3251
|
{
|
|
3370
|
-
"
|
|
3371
|
-
"
|
|
3372
|
-
"
|
|
3252
|
+
"id": "inbound.auth.password",
|
|
3253
|
+
"label": "Password",
|
|
3254
|
+
"description": "Password for basic authentication",
|
|
3255
|
+
"optional": false,
|
|
3256
|
+
"feel": "optional",
|
|
3373
3257
|
"group": "authorization",
|
|
3374
|
-
"feel": "required",
|
|
3375
|
-
"optional": true,
|
|
3376
3258
|
"binding": {
|
|
3377
|
-
"
|
|
3378
|
-
"
|
|
3259
|
+
"name": "inbound.auth.password",
|
|
3260
|
+
"type": "zeebe:property"
|
|
3379
3261
|
},
|
|
3380
3262
|
"condition": {
|
|
3381
|
-
"property": "
|
|
3382
|
-
"equals": "
|
|
3383
|
-
|
|
3263
|
+
"property": "inbound.auth.type",
|
|
3264
|
+
"equals": "BASIC",
|
|
3265
|
+
"type": "simple"
|
|
3266
|
+
},
|
|
3267
|
+
"type": "String"
|
|
3384
3268
|
},
|
|
3385
3269
|
{
|
|
3386
|
-
"
|
|
3387
|
-
"
|
|
3388
|
-
"
|
|
3270
|
+
"id": "inbound.auth.apiKey",
|
|
3271
|
+
"label": "API key",
|
|
3272
|
+
"description": "Expected API key",
|
|
3273
|
+
"optional": false,
|
|
3274
|
+
"feel": "optional",
|
|
3389
3275
|
"group": "authorization",
|
|
3390
|
-
"feel": "required",
|
|
3391
|
-
"optional": true,
|
|
3392
3276
|
"binding": {
|
|
3393
|
-
"
|
|
3394
|
-
"
|
|
3277
|
+
"name": "inbound.auth.apiKey",
|
|
3278
|
+
"type": "zeebe:property"
|
|
3395
3279
|
},
|
|
3396
3280
|
"condition": {
|
|
3397
|
-
"property": "
|
|
3398
|
-
"equals": "
|
|
3399
|
-
|
|
3281
|
+
"property": "inbound.auth.type",
|
|
3282
|
+
"equals": "APIKEY",
|
|
3283
|
+
"type": "simple"
|
|
3284
|
+
},
|
|
3285
|
+
"type": "String"
|
|
3400
3286
|
},
|
|
3401
3287
|
{
|
|
3402
|
-
"
|
|
3403
|
-
"
|
|
3404
|
-
"
|
|
3288
|
+
"id": "inbound.auth.apiKeyLocator",
|
|
3289
|
+
"label": "API key locator",
|
|
3290
|
+
"description": "A FEEL expression that extracts API key from the request. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#how-to-configure-api-key-authorization'>See documentation</a>",
|
|
3291
|
+
"optional": false,
|
|
3292
|
+
"value": "=split(request.headers.authorization, \" \")[2]",
|
|
3293
|
+
"constraints": {
|
|
3294
|
+
"notEmpty": true
|
|
3295
|
+
},
|
|
3296
|
+
"feel": "required",
|
|
3405
3297
|
"group": "authorization",
|
|
3406
|
-
"feel": "optional",
|
|
3407
3298
|
"binding": {
|
|
3408
|
-
"
|
|
3409
|
-
"
|
|
3299
|
+
"name": "inbound.auth.apiKeyLocator",
|
|
3300
|
+
"type": "zeebe:property"
|
|
3410
3301
|
},
|
|
3411
3302
|
"condition": {
|
|
3412
|
-
"property": "
|
|
3413
|
-
"equals": "
|
|
3303
|
+
"property": "inbound.auth.type",
|
|
3304
|
+
"equals": "APIKEY",
|
|
3305
|
+
"type": "simple"
|
|
3414
3306
|
},
|
|
3415
|
-
"
|
|
3416
|
-
"notEmpty": true
|
|
3417
|
-
}
|
|
3307
|
+
"type": "String"
|
|
3418
3308
|
},
|
|
3419
3309
|
{
|
|
3420
|
-
"
|
|
3421
|
-
"
|
|
3422
|
-
"
|
|
3423
|
-
"
|
|
3310
|
+
"id": "inbound.auth.jwt.jwkUrl",
|
|
3311
|
+
"label": "JWK URL",
|
|
3312
|
+
"description": "Well-known URL of JWKs",
|
|
3313
|
+
"optional": false,
|
|
3424
3314
|
"feel": "optional",
|
|
3315
|
+
"group": "authorization",
|
|
3425
3316
|
"binding": {
|
|
3426
|
-
"
|
|
3427
|
-
"
|
|
3317
|
+
"name": "inbound.auth.jwt.jwkUrl",
|
|
3318
|
+
"type": "zeebe:property"
|
|
3428
3319
|
},
|
|
3429
3320
|
"condition": {
|
|
3430
|
-
"property": "
|
|
3431
|
-
"equals": "
|
|
3321
|
+
"property": "inbound.auth.type",
|
|
3322
|
+
"equals": "JWT",
|
|
3323
|
+
"type": "simple"
|
|
3432
3324
|
},
|
|
3433
|
-
"
|
|
3434
|
-
"notEmpty": true
|
|
3435
|
-
}
|
|
3325
|
+
"type": "String"
|
|
3436
3326
|
},
|
|
3437
3327
|
{
|
|
3438
|
-
"
|
|
3439
|
-
"
|
|
3440
|
-
"
|
|
3328
|
+
"id": "inbound.auth.jwt.permissionsExpression",
|
|
3329
|
+
"label": "JWT role property expression",
|
|
3330
|
+
"description": "Expression to extract the roles from the JWT token. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#how-to-extract-roles-from-jwt-data'>See documentation</a>",
|
|
3331
|
+
"optional": false,
|
|
3332
|
+
"feel": "required",
|
|
3441
3333
|
"group": "authorization",
|
|
3442
|
-
"feel": "optional",
|
|
3443
3334
|
"binding": {
|
|
3444
|
-
"
|
|
3445
|
-
"
|
|
3335
|
+
"name": "inbound.auth.jwt.permissionsExpression",
|
|
3336
|
+
"type": "zeebe:property"
|
|
3446
3337
|
},
|
|
3447
3338
|
"condition": {
|
|
3448
|
-
"property": "
|
|
3449
|
-
"equals": "
|
|
3339
|
+
"property": "inbound.auth.type",
|
|
3340
|
+
"equals": "JWT",
|
|
3341
|
+
"type": "simple"
|
|
3450
3342
|
},
|
|
3451
|
-
"
|
|
3452
|
-
"notEmpty": true
|
|
3453
|
-
}
|
|
3343
|
+
"type": "String"
|
|
3454
3344
|
},
|
|
3455
3345
|
{
|
|
3456
|
-
"
|
|
3457
|
-
"
|
|
3458
|
-
"
|
|
3459
|
-
"
|
|
3346
|
+
"id": "inbound.auth.jwt.requiredPermissions",
|
|
3347
|
+
"label": "Required roles",
|
|
3348
|
+
"description": "List of roles to test JWT roles against",
|
|
3349
|
+
"optional": false,
|
|
3460
3350
|
"feel": "required",
|
|
3351
|
+
"group": "authorization",
|
|
3461
3352
|
"binding": {
|
|
3462
|
-
"
|
|
3463
|
-
"
|
|
3353
|
+
"name": "inbound.auth.jwt.requiredPermissions",
|
|
3354
|
+
"type": "zeebe:property"
|
|
3464
3355
|
},
|
|
3465
3356
|
"condition": {
|
|
3466
|
-
"property": "
|
|
3467
|
-
"equals": "
|
|
3357
|
+
"property": "inbound.auth.type",
|
|
3358
|
+
"equals": "JWT",
|
|
3359
|
+
"type": "simple"
|
|
3468
3360
|
},
|
|
3469
|
-
"
|
|
3470
|
-
|
|
3361
|
+
"type": "String"
|
|
3362
|
+
},
|
|
3363
|
+
{
|
|
3364
|
+
"id": "inbound.responseExpression",
|
|
3365
|
+
"label": "Response expression",
|
|
3366
|
+
"description": "Expression used to generate the HTTP response",
|
|
3367
|
+
"optional": true,
|
|
3368
|
+
"feel": "required",
|
|
3369
|
+
"group": "webhookResponse",
|
|
3370
|
+
"binding": {
|
|
3371
|
+
"name": "inbound.responseExpression",
|
|
3372
|
+
"type": "zeebe:property"
|
|
3471
3373
|
},
|
|
3472
|
-
"
|
|
3374
|
+
"type": "Text"
|
|
3473
3375
|
},
|
|
3474
3376
|
{
|
|
3475
|
-
"
|
|
3476
|
-
"
|
|
3477
|
-
"
|
|
3377
|
+
"id": "inbound.verificationExpression",
|
|
3378
|
+
"label": "One time verification response expression",
|
|
3379
|
+
"description": "Specify condition and response. Learn more in the <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#verification-expression' target='_blank'>documentation</a>",
|
|
3380
|
+
"optional": true,
|
|
3478
3381
|
"feel": "required",
|
|
3479
|
-
"
|
|
3382
|
+
"group": "webhookResponse",
|
|
3480
3383
|
"binding": {
|
|
3481
|
-
"
|
|
3482
|
-
"
|
|
3384
|
+
"name": "inbound.verificationExpression",
|
|
3385
|
+
"type": "zeebe:property"
|
|
3483
3386
|
},
|
|
3484
|
-
"
|
|
3485
|
-
"notEmpty": true
|
|
3486
|
-
}
|
|
3387
|
+
"type": "Text"
|
|
3487
3388
|
},
|
|
3488
3389
|
{
|
|
3489
|
-
"
|
|
3490
|
-
"
|
|
3390
|
+
"id": "activationCondition",
|
|
3391
|
+
"label": "Activation condition",
|
|
3392
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
3393
|
+
"optional": true,
|
|
3394
|
+
"feel": "required",
|
|
3491
3395
|
"group": "activation",
|
|
3396
|
+
"binding": {
|
|
3397
|
+
"name": "activationCondition",
|
|
3398
|
+
"type": "zeebe:property"
|
|
3399
|
+
},
|
|
3400
|
+
"type": "String"
|
|
3401
|
+
},
|
|
3402
|
+
{
|
|
3403
|
+
"id": "consumeUnmatchedEvents",
|
|
3404
|
+
"label": "Consume unmatched events",
|
|
3405
|
+
"value": true,
|
|
3406
|
+
"group": "activation",
|
|
3407
|
+
"binding": {
|
|
3408
|
+
"name": "consumeUnmatchedEvents",
|
|
3409
|
+
"type": "zeebe:property"
|
|
3410
|
+
},
|
|
3411
|
+
"tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
|
|
3412
|
+
"type": "Boolean"
|
|
3413
|
+
},
|
|
3414
|
+
{
|
|
3415
|
+
"id": "correlationKeyProcess",
|
|
3416
|
+
"label": "Correlation key (process)",
|
|
3417
|
+
"description": "Sets up the correlation key from process variables",
|
|
3418
|
+
"constraints": {
|
|
3419
|
+
"notEmpty": true
|
|
3420
|
+
},
|
|
3492
3421
|
"feel": "required",
|
|
3422
|
+
"group": "correlation",
|
|
3493
3423
|
"binding": {
|
|
3494
|
-
"
|
|
3495
|
-
"
|
|
3424
|
+
"name": "correlationKey",
|
|
3425
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
3496
3426
|
},
|
|
3427
|
+
"type": "String"
|
|
3428
|
+
},
|
|
3429
|
+
{
|
|
3430
|
+
"id": "correlationKeyPayload",
|
|
3431
|
+
"label": "Correlation key (payload)",
|
|
3497
3432
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
3498
3433
|
"constraints": {
|
|
3499
3434
|
"notEmpty": true
|
|
3500
|
-
}
|
|
3435
|
+
},
|
|
3436
|
+
"feel": "required",
|
|
3437
|
+
"group": "correlation",
|
|
3438
|
+
"binding": {
|
|
3439
|
+
"name": "correlationKeyExpression",
|
|
3440
|
+
"type": "zeebe:property"
|
|
3441
|
+
},
|
|
3442
|
+
"type": "String"
|
|
3501
3443
|
},
|
|
3502
3444
|
{
|
|
3445
|
+
"id": "messageIdExpression",
|
|
3503
3446
|
"label": "Message ID expression",
|
|
3504
|
-
"
|
|
3505
|
-
"type": "String",
|
|
3447
|
+
"description": "Expression to extract unique identifier of a message",
|
|
3506
3448
|
"optional": true,
|
|
3507
|
-
"
|
|
3449
|
+
"feel": "required",
|
|
3450
|
+
"group": "correlation",
|
|
3508
3451
|
"binding": {
|
|
3509
|
-
"
|
|
3510
|
-
"
|
|
3452
|
+
"name": "messageIdExpression",
|
|
3453
|
+
"type": "zeebe:property"
|
|
3511
3454
|
},
|
|
3512
|
-
"
|
|
3455
|
+
"type": "String"
|
|
3513
3456
|
},
|
|
3514
3457
|
{
|
|
3515
|
-
"
|
|
3516
|
-
"
|
|
3517
|
-
"
|
|
3518
|
-
"feel": "required",
|
|
3458
|
+
"id": "messageTtl",
|
|
3459
|
+
"label": "Message TTL",
|
|
3460
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
3519
3461
|
"optional": true,
|
|
3462
|
+
"constraints": {
|
|
3463
|
+
"notEmpty": false,
|
|
3464
|
+
"pattern": {
|
|
3465
|
+
"value": "^(PT.*|)$",
|
|
3466
|
+
"message": "must be an ISO-8601 duration"
|
|
3467
|
+
}
|
|
3468
|
+
},
|
|
3469
|
+
"feel": "optional",
|
|
3470
|
+
"group": "correlation",
|
|
3520
3471
|
"binding": {
|
|
3521
|
-
"
|
|
3522
|
-
"
|
|
3472
|
+
"name": "messageTtl",
|
|
3473
|
+
"type": "zeebe:property"
|
|
3523
3474
|
},
|
|
3524
|
-
"
|
|
3475
|
+
"type": "String"
|
|
3525
3476
|
},
|
|
3526
3477
|
{
|
|
3527
|
-
"
|
|
3528
|
-
"
|
|
3529
|
-
|
|
3530
|
-
|
|
3478
|
+
"id": "messageNameUuid",
|
|
3479
|
+
"generatedValue": {
|
|
3480
|
+
"type": "uuid"
|
|
3481
|
+
},
|
|
3482
|
+
"group": "correlation",
|
|
3531
3483
|
"binding": {
|
|
3532
|
-
"
|
|
3533
|
-
"
|
|
3484
|
+
"name": "name",
|
|
3485
|
+
"type": "bpmn:Message#property"
|
|
3534
3486
|
},
|
|
3535
|
-
"
|
|
3487
|
+
"type": "Hidden"
|
|
3536
3488
|
},
|
|
3537
3489
|
{
|
|
3538
|
-
"
|
|
3539
|
-
"
|
|
3540
|
-
"
|
|
3541
|
-
"
|
|
3542
|
-
"
|
|
3490
|
+
"id": "deduplicationModeManualFlag",
|
|
3491
|
+
"label": "Manual mode",
|
|
3492
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
3493
|
+
"value": false,
|
|
3494
|
+
"group": "deduplication",
|
|
3543
3495
|
"binding": {
|
|
3544
|
-
"
|
|
3545
|
-
"
|
|
3496
|
+
"name": "deduplicationModeManualFlag",
|
|
3497
|
+
"type": "zeebe:property"
|
|
3546
3498
|
},
|
|
3547
|
-
"
|
|
3499
|
+
"type": "Boolean"
|
|
3548
3500
|
},
|
|
3549
3501
|
{
|
|
3550
|
-
"
|
|
3551
|
-
"
|
|
3552
|
-
"
|
|
3553
|
-
|
|
3554
|
-
|
|
3555
|
-
|
|
3502
|
+
"id": "deduplicationId",
|
|
3503
|
+
"label": "Deduplication ID",
|
|
3504
|
+
"constraints": {
|
|
3505
|
+
"notEmpty": true,
|
|
3506
|
+
"pattern": {
|
|
3507
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
3508
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
3509
|
+
}
|
|
3510
|
+
},
|
|
3511
|
+
"group": "deduplication",
|
|
3556
3512
|
"binding": {
|
|
3557
|
-
"
|
|
3558
|
-
"
|
|
3559
|
-
}
|
|
3513
|
+
"name": "deduplicationId",
|
|
3514
|
+
"type": "zeebe:property"
|
|
3515
|
+
},
|
|
3516
|
+
"condition": {
|
|
3517
|
+
"property": "deduplicationModeManualFlag",
|
|
3518
|
+
"equals": true,
|
|
3519
|
+
"type": "simple"
|
|
3520
|
+
},
|
|
3521
|
+
"type": "String"
|
|
3560
3522
|
},
|
|
3561
3523
|
{
|
|
3562
|
-
"
|
|
3563
|
-
"
|
|
3564
|
-
"group": "
|
|
3524
|
+
"id": "deduplicationModeManual",
|
|
3525
|
+
"value": "MANUAL",
|
|
3526
|
+
"group": "deduplication",
|
|
3527
|
+
"binding": {
|
|
3528
|
+
"name": "deduplicationMode",
|
|
3529
|
+
"type": "zeebe:property"
|
|
3530
|
+
},
|
|
3531
|
+
"condition": {
|
|
3532
|
+
"property": "deduplicationId",
|
|
3533
|
+
"isActive": true,
|
|
3534
|
+
"type": "simple"
|
|
3535
|
+
},
|
|
3536
|
+
"type": "Hidden"
|
|
3537
|
+
},
|
|
3538
|
+
{
|
|
3539
|
+
"id": "deduplicationModeAuto",
|
|
3540
|
+
"value": "AUTO",
|
|
3541
|
+
"group": "deduplication",
|
|
3542
|
+
"binding": {
|
|
3543
|
+
"name": "deduplicationMode",
|
|
3544
|
+
"type": "zeebe:property"
|
|
3545
|
+
},
|
|
3546
|
+
"condition": {
|
|
3547
|
+
"property": "deduplicationId",
|
|
3548
|
+
"isActive": false,
|
|
3549
|
+
"type": "simple"
|
|
3550
|
+
},
|
|
3551
|
+
"type": "Hidden"
|
|
3552
|
+
},
|
|
3553
|
+
{
|
|
3554
|
+
"id": "resultVariable",
|
|
3555
|
+
"label": "Result variable",
|
|
3556
|
+
"description": "Name of variable to store the response in",
|
|
3557
|
+
"group": "output",
|
|
3558
|
+
"binding": {
|
|
3559
|
+
"name": "resultVariable",
|
|
3560
|
+
"type": "zeebe:property"
|
|
3561
|
+
},
|
|
3562
|
+
"type": "String"
|
|
3563
|
+
},
|
|
3564
|
+
{
|
|
3565
|
+
"id": "resultExpression",
|
|
3566
|
+
"label": "Result expression",
|
|
3567
|
+
"description": "Expression to map the response into process variables",
|
|
3565
3568
|
"feel": "required",
|
|
3566
|
-
"
|
|
3569
|
+
"group": "output",
|
|
3567
3570
|
"binding": {
|
|
3568
|
-
"
|
|
3569
|
-
"
|
|
3571
|
+
"name": "resultExpression",
|
|
3572
|
+
"type": "zeebe:property"
|
|
3570
3573
|
},
|
|
3571
|
-
"
|
|
3574
|
+
"type": "Text"
|
|
3572
3575
|
}
|
|
3573
3576
|
],
|
|
3574
3577
|
"icon": {
|
|
3575
|
-
"contents": "data:image/svg+xml
|
|
3576
|
-
},
|
|
3577
|
-
"engines": {
|
|
3578
|
-
"camunda": "^8.5"
|
|
3578
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
|
|
3579
3579
|
}
|
|
3580
3580
|
}
|
|
3581
3581
|
]
|