@camunda/connectors-element-templates 1.0.5 → 1.0.7
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 +4 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +171 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +1618 -0
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +3064 -300
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -1
- package/src/element-templates/asana-connector.json +8 -8
- package/src/element-templates/automation-anywhere-outbound-connector.json +1185 -1179
- package/src/element-templates/aws-dynamodb-outbound-connector.json +77 -77
- package/src/element-templates/aws-eventbridge-connector-boundary.json +20 -20
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +38 -38
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-start-event.json +18 -15
- package/src/element-templates/aws-eventbridge-outbound-connector.json +50 -50
- package/src/element-templates/aws-lambda-outbound-connector.json +279 -279
- 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 +486 -486
- package/src/element-templates/aws-sns-inbound-intermediate.json +491 -491
- package/src/element-templates/aws-sns-inbound-message-start.json +98 -98
- package/src/element-templates/aws-sns-inbound-start-event.json +133 -133
- package/src/element-templates/aws-sns-outbound-connector.json +423 -423
- package/src/element-templates/aws-sqs-boundary-connector.json +58 -58
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +523 -523
- package/src/element-templates/aws-sqs-outbound-connector.json +692 -692
- package/src/element-templates/aws-sqs-start-event-connector.json +709 -709
- package/src/element-templates/aws-sqs-start-message.json +460 -460
- package/src/element-templates/azure-blobstorage-outbound-connector.json +1 -1
- package/src/element-templates/blue-prism-connector.json +53 -53
- package/src/element-templates/csv-outbound-connector.json +804 -0
- package/src/element-templates/easy-post-connector.json +151 -151
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-message-start-event-connector.json +19 -19
- package/src/element-templates/email-outbound-connector.json +199 -199
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +3478 -170
- package/src/element-templates/github-connector.json +277 -277
- package/src/element-templates/github-webhook-connector-intermediate.json +44 -44
- package/src/element-templates/github-webhook-connector-start-event.json +29 -26
- package/src/element-templates/gitlab-connector.json +990 -990
- package/src/element-templates/google-drive-outbound-connector.json +423 -423
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +17 -17
- package/src/element-templates/google-sheets-outbound-connector.json +2550 -2550
- package/src/element-templates/graphql-outbound-connector.json +1179 -1179
- package/src/element-templates/http-json-connector.json +2280 -2280
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +256 -553
- package/src/element-templates/http-polling-connector.json +262 -559
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +402 -0
- package/src/element-templates/kafka-inbound-connector-boundary.json +1052 -1052
- package/src/element-templates/kafka-inbound-connector-intermediate.json +1088 -1088
- package/src/element-templates/kafka-inbound-connector-start-message.json +112 -112
- package/src/element-templates/kafka-inbound-connector.json +3 -0
- package/src/element-templates/kafka-outbound-connector.json +617 -617
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +1783 -1783
- package/src/element-templates/openai-connector.json +144 -144
- package/src/element-templates/operate-connector.json +66 -62
- package/src/element-templates/power-automate-connector.json +10 -10
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +439 -439
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +474 -474
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +11 -11
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +597 -597
- package/src/element-templates/rabbitmq-outbound-connector.json +622 -622
- package/src/element-templates/salesforce-connector.json +44 -44
- package/src/element-templates/sendgrid-outbound-connector.json +633 -633
- package/src/element-templates/slack-inbound-boundary.json +184 -184
- package/src/element-templates/slack-inbound-intermediate.json +168 -168
- package/src/element-templates/slack-inbound-message-start.json +201 -201
- package/src/element-templates/slack-inbound-start-event.json +320 -317
- package/src/element-templates/slack-outbound-connector.json +1185 -1185
- package/src/element-templates/twilio-connector.json +26 -26
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-connector.json +3 -0
- package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +629 -629
- package/src/element-templates/webhook-connector-intermediate.json +268 -268
- package/src/element-templates/webhook-connector-start-event.json +1563 -1560
- package/src/element-templates/webhook-connector-start-message.json +1258 -1258
- package/src/element-templates/whatsapp-connector.json +39 -39
- package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
|
@@ -3,9 +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": 2,
|
|
7
6
|
"description": "Configure webhook to receive callbacks",
|
|
8
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/
|
|
7
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
|
|
8
|
+
"version": 11,
|
|
9
9
|
"category": {
|
|
10
10
|
"id": "connectors",
|
|
11
11
|
"name": "Connectors"
|
|
@@ -28,52 +28,44 @@
|
|
|
28
28
|
"id": "authorization",
|
|
29
29
|
"label": "Authorization"
|
|
30
30
|
},
|
|
31
|
+
{
|
|
32
|
+
"id": "webhookResponse",
|
|
33
|
+
"label": "Webhook response"
|
|
34
|
+
},
|
|
31
35
|
{
|
|
32
36
|
"id": "activation",
|
|
33
37
|
"label": "Activation"
|
|
34
38
|
},
|
|
35
39
|
{
|
|
36
|
-
"id": "
|
|
37
|
-
"label": "
|
|
40
|
+
"id": "correlation",
|
|
41
|
+
"label": "Correlation",
|
|
42
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
38
43
|
},
|
|
39
44
|
{
|
|
40
|
-
"id": "
|
|
41
|
-
"label": "
|
|
45
|
+
"id": "output",
|
|
46
|
+
"label": "Output mapping"
|
|
42
47
|
}
|
|
43
48
|
],
|
|
44
49
|
"properties": [
|
|
45
50
|
{
|
|
46
|
-
"type": "Hidden",
|
|
47
51
|
"value": "io.camunda:webhook:1",
|
|
48
52
|
"binding": {
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"type": "Hidden",
|
|
55
|
-
"generatedValue": {
|
|
56
|
-
"type": "uuid"
|
|
53
|
+
"name": "inbound.type",
|
|
54
|
+
"type": "zeebe:property"
|
|
57
55
|
},
|
|
58
|
-
"
|
|
59
|
-
"type": "bpmn:Message#property",
|
|
60
|
-
"name": "name"
|
|
61
|
-
}
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"type": "Hidden",
|
|
65
|
-
"value": "ConfigurableInboundWebhook",
|
|
66
|
-
"binding": {
|
|
67
|
-
"type": "zeebe:property",
|
|
68
|
-
"name": "inbound.subtype"
|
|
69
|
-
}
|
|
56
|
+
"type": "Hidden"
|
|
70
57
|
},
|
|
71
58
|
{
|
|
72
|
-
"id": "
|
|
59
|
+
"id": "inbound.method",
|
|
73
60
|
"label": "Webhook method",
|
|
74
|
-
"group": "endpoint",
|
|
75
61
|
"description": "Select HTTP method",
|
|
62
|
+
"optional": false,
|
|
76
63
|
"value": "any",
|
|
64
|
+
"group": "endpoint",
|
|
65
|
+
"binding": {
|
|
66
|
+
"name": "inbound.method",
|
|
67
|
+
"type": "zeebe:property"
|
|
68
|
+
},
|
|
77
69
|
"type": "Dropdown",
|
|
78
70
|
"choices": [
|
|
79
71
|
{
|
|
@@ -81,46 +73,53 @@
|
|
|
81
73
|
"value": "any"
|
|
82
74
|
},
|
|
83
75
|
{
|
|
84
|
-
"name": "
|
|
76
|
+
"name": "GET",
|
|
85
77
|
"value": "get"
|
|
86
78
|
},
|
|
87
79
|
{
|
|
88
|
-
"name": "
|
|
80
|
+
"name": "POST",
|
|
89
81
|
"value": "post"
|
|
90
82
|
},
|
|
91
83
|
{
|
|
92
|
-
"name": "
|
|
84
|
+
"name": "PUT",
|
|
93
85
|
"value": "put"
|
|
94
86
|
},
|
|
95
87
|
{
|
|
96
|
-
"name": "
|
|
88
|
+
"name": "DELETE",
|
|
97
89
|
"value": "delete"
|
|
98
90
|
}
|
|
99
|
-
]
|
|
100
|
-
"binding": {
|
|
101
|
-
"type": "zeebe:property",
|
|
102
|
-
"name": "inbound.method"
|
|
103
|
-
}
|
|
91
|
+
]
|
|
104
92
|
},
|
|
105
93
|
{
|
|
94
|
+
"id": "inbound.context",
|
|
106
95
|
"label": "Webhook ID",
|
|
107
|
-
"
|
|
96
|
+
"description": "The webhook ID is a part of the URL",
|
|
97
|
+
"optional": false,
|
|
98
|
+
"constraints": {
|
|
99
|
+
"notEmpty": true,
|
|
100
|
+
"pattern": {
|
|
101
|
+
"value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
|
|
102
|
+
"message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
|
|
103
|
+
}
|
|
104
|
+
},
|
|
108
105
|
"group": "endpoint",
|
|
109
106
|
"binding": {
|
|
110
|
-
"
|
|
111
|
-
"
|
|
107
|
+
"name": "inbound.context",
|
|
108
|
+
"type": "zeebe:property"
|
|
112
109
|
},
|
|
113
|
-
"
|
|
114
|
-
"constraints": {
|
|
115
|
-
"notEmpty": true
|
|
116
|
-
}
|
|
110
|
+
"type": "String"
|
|
117
111
|
},
|
|
118
112
|
{
|
|
119
|
-
"id": "shouldValidateHmac",
|
|
113
|
+
"id": "inbound.shouldValidateHmac",
|
|
120
114
|
"label": "HMAC authentication",
|
|
121
|
-
"
|
|
122
|
-
"
|
|
115
|
+
"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",
|
|
116
|
+
"optional": false,
|
|
123
117
|
"value": "disabled",
|
|
118
|
+
"group": "authentication",
|
|
119
|
+
"binding": {
|
|
120
|
+
"name": "inbound.shouldValidateHmac",
|
|
121
|
+
"type": "zeebe:property"
|
|
122
|
+
},
|
|
124
123
|
"type": "Dropdown",
|
|
125
124
|
"choices": [
|
|
126
125
|
{
|
|
@@ -131,47 +130,60 @@
|
|
|
131
130
|
"name": "Disabled",
|
|
132
131
|
"value": "disabled"
|
|
133
132
|
}
|
|
134
|
-
]
|
|
135
|
-
"binding": {
|
|
136
|
-
"type": "zeebe:property",
|
|
137
|
-
"name": "inbound.shouldValidateHmac"
|
|
138
|
-
}
|
|
133
|
+
]
|
|
139
134
|
},
|
|
140
135
|
{
|
|
136
|
+
"id": "inbound.hmacSecret",
|
|
141
137
|
"label": "HMAC secret key",
|
|
142
138
|
"description": "Shared secret key",
|
|
143
|
-
"type": "String",
|
|
144
|
-
"group": "authentication",
|
|
145
139
|
"optional": true,
|
|
140
|
+
"feel": "optional",
|
|
141
|
+
"group": "authentication",
|
|
146
142
|
"binding": {
|
|
147
|
-
"
|
|
148
|
-
"
|
|
143
|
+
"name": "inbound.hmacSecret",
|
|
144
|
+
"type": "zeebe:property"
|
|
149
145
|
},
|
|
150
146
|
"condition": {
|
|
151
|
-
"property": "shouldValidateHmac",
|
|
152
|
-
"equals": "enabled"
|
|
153
|
-
|
|
147
|
+
"property": "inbound.shouldValidateHmac",
|
|
148
|
+
"equals": "enabled",
|
|
149
|
+
"type": "simple"
|
|
150
|
+
},
|
|
151
|
+
"type": "String"
|
|
154
152
|
},
|
|
155
153
|
{
|
|
154
|
+
"id": "inbound.hmacHeader",
|
|
156
155
|
"label": "HMAC header",
|
|
157
156
|
"description": "Name of header attribute that will contain the HMAC value",
|
|
158
|
-
"type": "String",
|
|
159
|
-
"group": "authentication",
|
|
160
157
|
"optional": true,
|
|
158
|
+
"feel": "optional",
|
|
159
|
+
"group": "authentication",
|
|
161
160
|
"binding": {
|
|
162
|
-
"
|
|
163
|
-
"
|
|
161
|
+
"name": "inbound.hmacHeader",
|
|
162
|
+
"type": "zeebe:property"
|
|
164
163
|
},
|
|
165
164
|
"condition": {
|
|
166
|
-
"property": "shouldValidateHmac",
|
|
167
|
-
"equals": "enabled"
|
|
168
|
-
|
|
165
|
+
"property": "inbound.shouldValidateHmac",
|
|
166
|
+
"equals": "enabled",
|
|
167
|
+
"type": "simple"
|
|
168
|
+
},
|
|
169
|
+
"type": "String"
|
|
169
170
|
},
|
|
170
171
|
{
|
|
172
|
+
"id": "inbound.hmacAlgorithm",
|
|
171
173
|
"label": "HMAC algorithm",
|
|
172
|
-
"group": "authentication",
|
|
173
174
|
"description": "Choose HMAC algorithm",
|
|
175
|
+
"optional": false,
|
|
174
176
|
"value": "sha_256",
|
|
177
|
+
"group": "authentication",
|
|
178
|
+
"binding": {
|
|
179
|
+
"name": "inbound.hmacAlgorithm",
|
|
180
|
+
"type": "zeebe:property"
|
|
181
|
+
},
|
|
182
|
+
"condition": {
|
|
183
|
+
"property": "inbound.shouldValidateHmac",
|
|
184
|
+
"equals": "enabled",
|
|
185
|
+
"type": "simple"
|
|
186
|
+
},
|
|
175
187
|
"type": "Dropdown",
|
|
176
188
|
"choices": [
|
|
177
189
|
{
|
|
@@ -186,288 +198,341 @@
|
|
|
186
198
|
"name": "SHA-512",
|
|
187
199
|
"value": "sha_512"
|
|
188
200
|
}
|
|
189
|
-
]
|
|
190
|
-
"binding": {
|
|
191
|
-
"type": "zeebe:property",
|
|
192
|
-
"name": "inbound.hmacAlgorithm"
|
|
193
|
-
},
|
|
194
|
-
"condition": {
|
|
195
|
-
"property": "shouldValidateHmac",
|
|
196
|
-
"equals": "enabled"
|
|
197
|
-
}
|
|
201
|
+
]
|
|
198
202
|
},
|
|
199
203
|
{
|
|
204
|
+
"id": "inbound.hmacScopes",
|
|
200
205
|
"label": "HMAC scopes",
|
|
201
|
-
"
|
|
202
|
-
"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>",
|
|
203
|
-
"feel": "required",
|
|
204
|
-
"type": "String",
|
|
206
|
+
"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>",
|
|
205
207
|
"optional": true,
|
|
208
|
+
"feel": "required",
|
|
209
|
+
"group": "authentication",
|
|
206
210
|
"binding": {
|
|
207
|
-
"
|
|
208
|
-
"
|
|
211
|
+
"name": "inbound.hmacScopes",
|
|
212
|
+
"type": "zeebe:property"
|
|
209
213
|
},
|
|
210
214
|
"condition": {
|
|
211
|
-
"property": "shouldValidateHmac",
|
|
212
|
-
"equals": "enabled"
|
|
213
|
-
|
|
215
|
+
"property": "inbound.shouldValidateHmac",
|
|
216
|
+
"equals": "enabled",
|
|
217
|
+
"type": "simple"
|
|
218
|
+
},
|
|
219
|
+
"type": "String"
|
|
214
220
|
},
|
|
215
221
|
{
|
|
216
|
-
"id": "
|
|
222
|
+
"id": "inbound.auth.type",
|
|
217
223
|
"label": "Authorization type",
|
|
218
|
-
"
|
|
219
|
-
"description": "Choose the authorization type.",
|
|
224
|
+
"description": "Choose the authorization type",
|
|
220
225
|
"value": "NONE",
|
|
226
|
+
"group": "authorization",
|
|
227
|
+
"binding": {
|
|
228
|
+
"name": "inbound.auth.type",
|
|
229
|
+
"type": "zeebe:property"
|
|
230
|
+
},
|
|
221
231
|
"type": "Dropdown",
|
|
222
232
|
"choices": [
|
|
223
233
|
{
|
|
224
234
|
"name": "None",
|
|
225
235
|
"value": "NONE"
|
|
226
236
|
},
|
|
227
|
-
{
|
|
228
|
-
"name": "JWT",
|
|
229
|
-
"value": "JWT"
|
|
230
|
-
},
|
|
231
237
|
{
|
|
232
238
|
"name": "Basic",
|
|
233
239
|
"value": "BASIC"
|
|
234
240
|
},
|
|
235
241
|
{
|
|
236
|
-
"name": "API
|
|
242
|
+
"name": "API key",
|
|
237
243
|
"value": "APIKEY"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"name": "JWT",
|
|
247
|
+
"value": "JWT"
|
|
238
248
|
}
|
|
239
|
-
]
|
|
240
|
-
"binding": {
|
|
241
|
-
"type": "zeebe:property",
|
|
242
|
-
"name": "inbound.auth.type"
|
|
243
|
-
}
|
|
249
|
+
]
|
|
244
250
|
},
|
|
245
251
|
{
|
|
246
|
-
"
|
|
247
|
-
"
|
|
248
|
-
"
|
|
249
|
-
"
|
|
252
|
+
"id": "inbound.auth.username",
|
|
253
|
+
"label": "Username",
|
|
254
|
+
"description": "Username for basic authentication",
|
|
255
|
+
"optional": false,
|
|
250
256
|
"feel": "optional",
|
|
251
|
-
"
|
|
257
|
+
"group": "authorization",
|
|
252
258
|
"binding": {
|
|
253
|
-
"
|
|
254
|
-
"
|
|
259
|
+
"name": "inbound.auth.username",
|
|
260
|
+
"type": "zeebe:property"
|
|
255
261
|
},
|
|
256
262
|
"condition": {
|
|
257
|
-
"property": "
|
|
258
|
-
"equals": "
|
|
259
|
-
|
|
263
|
+
"property": "inbound.auth.type",
|
|
264
|
+
"equals": "BASIC",
|
|
265
|
+
"type": "simple"
|
|
266
|
+
},
|
|
267
|
+
"type": "String"
|
|
260
268
|
},
|
|
261
269
|
{
|
|
262
|
-
"
|
|
263
|
-
"
|
|
264
|
-
"
|
|
270
|
+
"id": "inbound.auth.password",
|
|
271
|
+
"label": "Password",
|
|
272
|
+
"description": "Password for basic authentication",
|
|
273
|
+
"optional": false,
|
|
274
|
+
"feel": "optional",
|
|
265
275
|
"group": "authorization",
|
|
266
|
-
"feel": "required",
|
|
267
|
-
"optional": true,
|
|
268
276
|
"binding": {
|
|
269
|
-
"
|
|
270
|
-
"
|
|
277
|
+
"name": "inbound.auth.password",
|
|
278
|
+
"type": "zeebe:property"
|
|
271
279
|
},
|
|
272
280
|
"condition": {
|
|
273
|
-
"property": "
|
|
274
|
-
"equals": "
|
|
275
|
-
|
|
281
|
+
"property": "inbound.auth.type",
|
|
282
|
+
"equals": "BASIC",
|
|
283
|
+
"type": "simple"
|
|
284
|
+
},
|
|
285
|
+
"type": "String"
|
|
276
286
|
},
|
|
277
287
|
{
|
|
278
|
-
"
|
|
279
|
-
"
|
|
280
|
-
"
|
|
288
|
+
"id": "inbound.auth.apiKey",
|
|
289
|
+
"label": "API key",
|
|
290
|
+
"description": "Expected API key",
|
|
291
|
+
"optional": false,
|
|
292
|
+
"feel": "optional",
|
|
281
293
|
"group": "authorization",
|
|
282
|
-
"feel": "required",
|
|
283
|
-
"optional": true,
|
|
284
294
|
"binding": {
|
|
285
|
-
"
|
|
286
|
-
"
|
|
295
|
+
"name": "inbound.auth.apiKey",
|
|
296
|
+
"type": "zeebe:property"
|
|
287
297
|
},
|
|
288
298
|
"condition": {
|
|
289
|
-
"property": "
|
|
290
|
-
"equals": "
|
|
291
|
-
|
|
299
|
+
"property": "inbound.auth.type",
|
|
300
|
+
"equals": "APIKEY",
|
|
301
|
+
"type": "simple"
|
|
302
|
+
},
|
|
303
|
+
"type": "String"
|
|
292
304
|
},
|
|
293
305
|
{
|
|
294
|
-
"
|
|
295
|
-
"
|
|
296
|
-
"
|
|
306
|
+
"id": "inbound.auth.apiKeyLocator",
|
|
307
|
+
"label": "API key locator",
|
|
308
|
+
"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>",
|
|
309
|
+
"optional": false,
|
|
310
|
+
"value": "=split(request.headers.authorization, \" \")[2]",
|
|
311
|
+
"constraints": {
|
|
312
|
+
"notEmpty": true
|
|
313
|
+
},
|
|
314
|
+
"feel": "required",
|
|
297
315
|
"group": "authorization",
|
|
298
|
-
"feel": "optional",
|
|
299
316
|
"binding": {
|
|
300
|
-
"
|
|
301
|
-
"
|
|
317
|
+
"name": "inbound.auth.apiKeyLocator",
|
|
318
|
+
"type": "zeebe:property"
|
|
302
319
|
},
|
|
303
320
|
"condition": {
|
|
304
|
-
"property": "
|
|
305
|
-
"equals": "
|
|
321
|
+
"property": "inbound.auth.type",
|
|
322
|
+
"equals": "APIKEY",
|
|
323
|
+
"type": "simple"
|
|
306
324
|
},
|
|
307
|
-
"
|
|
308
|
-
"notEmpty": true
|
|
309
|
-
}
|
|
325
|
+
"type": "String"
|
|
310
326
|
},
|
|
311
327
|
{
|
|
312
|
-
"
|
|
313
|
-
"
|
|
314
|
-
"
|
|
315
|
-
"
|
|
328
|
+
"id": "inbound.auth.jwt.jwkUrl",
|
|
329
|
+
"label": "JWK URL",
|
|
330
|
+
"description": "Well-known URL of JWKs",
|
|
331
|
+
"optional": false,
|
|
316
332
|
"feel": "optional",
|
|
333
|
+
"group": "authorization",
|
|
317
334
|
"binding": {
|
|
318
|
-
"
|
|
319
|
-
"
|
|
335
|
+
"name": "inbound.auth.jwt.jwkUrl",
|
|
336
|
+
"type": "zeebe:property"
|
|
320
337
|
},
|
|
321
338
|
"condition": {
|
|
322
|
-
"property": "
|
|
323
|
-
"equals": "
|
|
339
|
+
"property": "inbound.auth.type",
|
|
340
|
+
"equals": "JWT",
|
|
341
|
+
"type": "simple"
|
|
324
342
|
},
|
|
325
|
-
"
|
|
326
|
-
"notEmpty": true
|
|
327
|
-
}
|
|
343
|
+
"type": "String"
|
|
328
344
|
},
|
|
329
345
|
{
|
|
330
|
-
"
|
|
331
|
-
"
|
|
332
|
-
"
|
|
346
|
+
"id": "inbound.auth.jwt.permissionsExpression",
|
|
347
|
+
"label": "JWT role property expression",
|
|
348
|
+
"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>",
|
|
349
|
+
"optional": false,
|
|
350
|
+
"feel": "required",
|
|
333
351
|
"group": "authorization",
|
|
334
|
-
"feel": "optional",
|
|
335
352
|
"binding": {
|
|
336
|
-
"
|
|
337
|
-
"
|
|
353
|
+
"name": "inbound.auth.jwt.permissionsExpression",
|
|
354
|
+
"type": "zeebe:property"
|
|
338
355
|
},
|
|
339
356
|
"condition": {
|
|
340
|
-
"property": "
|
|
341
|
-
"equals": "
|
|
357
|
+
"property": "inbound.auth.type",
|
|
358
|
+
"equals": "JWT",
|
|
359
|
+
"type": "simple"
|
|
342
360
|
},
|
|
343
|
-
"
|
|
344
|
-
"notEmpty": true
|
|
345
|
-
}
|
|
361
|
+
"type": "String"
|
|
346
362
|
},
|
|
347
363
|
{
|
|
348
|
-
"
|
|
349
|
-
"
|
|
350
|
-
"
|
|
351
|
-
"
|
|
364
|
+
"id": "inbound.auth.jwt.requiredPermissions",
|
|
365
|
+
"label": "Required roles",
|
|
366
|
+
"description": "List of roles to test JWT roles against",
|
|
367
|
+
"optional": false,
|
|
352
368
|
"feel": "required",
|
|
369
|
+
"group": "authorization",
|
|
353
370
|
"binding": {
|
|
354
|
-
"
|
|
355
|
-
"
|
|
371
|
+
"name": "inbound.auth.jwt.requiredPermissions",
|
|
372
|
+
"type": "zeebe:property"
|
|
356
373
|
},
|
|
357
374
|
"condition": {
|
|
358
|
-
"property": "
|
|
359
|
-
"equals": "
|
|
360
|
-
|
|
361
|
-
"constraints": {
|
|
362
|
-
"notEmpty": true
|
|
375
|
+
"property": "inbound.auth.type",
|
|
376
|
+
"equals": "JWT",
|
|
377
|
+
"type": "simple"
|
|
363
378
|
},
|
|
364
|
-
"
|
|
379
|
+
"type": "String"
|
|
365
380
|
},
|
|
366
381
|
{
|
|
367
|
-
"
|
|
368
|
-
"
|
|
369
|
-
"
|
|
382
|
+
"id": "inbound.responseExpression",
|
|
383
|
+
"label": "Response expression",
|
|
384
|
+
"description": "Expression used to generate the HTTP response",
|
|
385
|
+
"optional": true,
|
|
370
386
|
"feel": "required",
|
|
371
|
-
"
|
|
387
|
+
"group": "webhookResponse",
|
|
372
388
|
"binding": {
|
|
373
|
-
"
|
|
374
|
-
"
|
|
389
|
+
"name": "inbound.responseExpression",
|
|
390
|
+
"type": "zeebe:property"
|
|
375
391
|
},
|
|
376
|
-
"
|
|
377
|
-
"notEmpty": true
|
|
378
|
-
}
|
|
392
|
+
"type": "Text"
|
|
379
393
|
},
|
|
380
394
|
{
|
|
381
|
-
"
|
|
382
|
-
"
|
|
383
|
-
"
|
|
395
|
+
"id": "inbound.verificationExpression",
|
|
396
|
+
"label": "One time verification response expression",
|
|
397
|
+
"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>",
|
|
398
|
+
"optional": true,
|
|
384
399
|
"feel": "required",
|
|
400
|
+
"group": "webhookResponse",
|
|
385
401
|
"binding": {
|
|
386
|
-
"
|
|
387
|
-
"
|
|
402
|
+
"name": "inbound.verificationExpression",
|
|
403
|
+
"type": "zeebe:property"
|
|
388
404
|
},
|
|
389
|
-
"
|
|
390
|
-
"constraints": {
|
|
391
|
-
"notEmpty": true
|
|
392
|
-
}
|
|
405
|
+
"type": "Text"
|
|
393
406
|
},
|
|
394
407
|
{
|
|
395
|
-
"
|
|
396
|
-
"
|
|
397
|
-
"
|
|
408
|
+
"id": "activationCondition",
|
|
409
|
+
"label": "Activation condition",
|
|
410
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
398
411
|
"optional": true,
|
|
412
|
+
"feel": "required",
|
|
399
413
|
"group": "activation",
|
|
400
414
|
"binding": {
|
|
401
|
-
"
|
|
402
|
-
"
|
|
415
|
+
"name": "activationCondition",
|
|
416
|
+
"type": "zeebe:property"
|
|
403
417
|
},
|
|
404
|
-
"
|
|
418
|
+
"type": "String"
|
|
405
419
|
},
|
|
406
420
|
{
|
|
407
|
-
"
|
|
408
|
-
"
|
|
421
|
+
"id": "consumeUnmatchedEvents",
|
|
422
|
+
"label": "Consume unmatched events",
|
|
423
|
+
"value": true,
|
|
409
424
|
"group": "activation",
|
|
410
|
-
"feel": "required",
|
|
411
|
-
"optional": true,
|
|
412
425
|
"binding": {
|
|
413
|
-
"
|
|
414
|
-
"
|
|
426
|
+
"name": "consumeUnmatchedEvents",
|
|
427
|
+
"type": "zeebe:property"
|
|
415
428
|
},
|
|
416
|
-
"
|
|
429
|
+
"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",
|
|
430
|
+
"type": "Boolean"
|
|
417
431
|
},
|
|
418
432
|
{
|
|
419
|
-
"
|
|
420
|
-
"
|
|
421
|
-
"
|
|
422
|
-
"
|
|
433
|
+
"id": "correlationKeyProcess",
|
|
434
|
+
"label": "Correlation key (process)",
|
|
435
|
+
"description": "Sets up the correlation key from process variables",
|
|
436
|
+
"constraints": {
|
|
437
|
+
"notEmpty": true
|
|
438
|
+
},
|
|
439
|
+
"feel": "required",
|
|
440
|
+
"group": "correlation",
|
|
423
441
|
"binding": {
|
|
424
|
-
"
|
|
425
|
-
"
|
|
442
|
+
"name": "correlationKey",
|
|
443
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
426
444
|
},
|
|
427
|
-
"
|
|
445
|
+
"type": "String"
|
|
428
446
|
},
|
|
429
447
|
{
|
|
430
|
-
"
|
|
431
|
-
"
|
|
432
|
-
"
|
|
448
|
+
"id": "correlationKeyPayload",
|
|
449
|
+
"label": "Correlation key (payload)",
|
|
450
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
451
|
+
"constraints": {
|
|
452
|
+
"notEmpty": true
|
|
453
|
+
},
|
|
433
454
|
"feel": "required",
|
|
434
|
-
"
|
|
455
|
+
"group": "correlation",
|
|
435
456
|
"binding": {
|
|
436
|
-
"
|
|
437
|
-
"
|
|
457
|
+
"name": "correlationKeyExpression",
|
|
458
|
+
"type": "zeebe:property"
|
|
438
459
|
},
|
|
439
|
-
"
|
|
460
|
+
"type": "String"
|
|
440
461
|
},
|
|
441
462
|
{
|
|
442
|
-
"
|
|
443
|
-
"
|
|
444
|
-
"
|
|
445
|
-
"
|
|
463
|
+
"id": "messageIdExpression",
|
|
464
|
+
"label": "Message ID expression",
|
|
465
|
+
"description": "Expression to extract unique identifier of a message",
|
|
466
|
+
"optional": true,
|
|
446
467
|
"feel": "required",
|
|
468
|
+
"group": "correlation",
|
|
469
|
+
"binding": {
|
|
470
|
+
"name": "messageIdExpression",
|
|
471
|
+
"type": "zeebe:property"
|
|
472
|
+
},
|
|
473
|
+
"type": "String"
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
"id": "messageTtl",
|
|
477
|
+
"label": "Message TTL",
|
|
478
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
447
479
|
"optional": true,
|
|
480
|
+
"constraints": {
|
|
481
|
+
"notEmpty": false,
|
|
482
|
+
"pattern": {
|
|
483
|
+
"value": "^(PT.*|)$",
|
|
484
|
+
"message": "must be an ISO-8601 duration"
|
|
485
|
+
}
|
|
486
|
+
},
|
|
487
|
+
"feel": "optional",
|
|
488
|
+
"group": "correlation",
|
|
448
489
|
"binding": {
|
|
449
|
-
"
|
|
450
|
-
"
|
|
451
|
-
}
|
|
490
|
+
"name": "messageTtl",
|
|
491
|
+
"type": "zeebe:property"
|
|
492
|
+
},
|
|
493
|
+
"type": "String"
|
|
452
494
|
},
|
|
453
495
|
{
|
|
454
|
-
"
|
|
455
|
-
"
|
|
456
|
-
|
|
496
|
+
"id": "messageNameUuid",
|
|
497
|
+
"generatedValue": {
|
|
498
|
+
"type": "uuid"
|
|
499
|
+
},
|
|
500
|
+
"group": "correlation",
|
|
501
|
+
"binding": {
|
|
502
|
+
"name": "name",
|
|
503
|
+
"type": "bpmn:Message#property"
|
|
504
|
+
},
|
|
505
|
+
"type": "Hidden"
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"id": "resultVariable",
|
|
509
|
+
"label": "Result variable",
|
|
510
|
+
"description": "Name of variable to store the response in",
|
|
511
|
+
"group": "output",
|
|
512
|
+
"binding": {
|
|
513
|
+
"name": "resultVariable",
|
|
514
|
+
"type": "zeebe:property"
|
|
515
|
+
},
|
|
516
|
+
"type": "String"
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"id": "resultExpression",
|
|
520
|
+
"label": "Result expression",
|
|
521
|
+
"description": "Expression to map the response into process variables",
|
|
457
522
|
"feel": "required",
|
|
458
|
-
"
|
|
523
|
+
"group": "output",
|
|
459
524
|
"binding": {
|
|
460
|
-
"
|
|
461
|
-
"
|
|
525
|
+
"name": "resultExpression",
|
|
526
|
+
"type": "zeebe:property"
|
|
462
527
|
},
|
|
463
|
-
"
|
|
528
|
+
"type": "Text"
|
|
464
529
|
}
|
|
465
530
|
],
|
|
466
531
|
"icon": {
|
|
467
|
-
"contents": "data:image/svg+xml
|
|
532
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
|
|
468
533
|
},
|
|
469
534
|
"engines": {
|
|
470
|
-
"camunda": "^8.
|
|
535
|
+
"camunda": "^8.6"
|
|
471
536
|
}
|
|
472
537
|
},
|
|
473
538
|
{
|
|
@@ -475,8 +540,8 @@
|
|
|
475
540
|
"name": "Webhook Boundary Event Connector",
|
|
476
541
|
"id": "io.camunda.connectors.webhook.WebhookConnectorBoundary.v1",
|
|
477
542
|
"description": "Configure webhook to receive callbacks",
|
|
478
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/
|
|
479
|
-
"version":
|
|
543
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
544
|
+
"version": 10,
|
|
480
545
|
"category": {
|
|
481
546
|
"id": "connectors",
|
|
482
547
|
"name": "Connectors"
|
|
@@ -509,8 +574,7 @@
|
|
|
509
574
|
},
|
|
510
575
|
{
|
|
511
576
|
"id": "correlation",
|
|
512
|
-
"label": "Correlation"
|
|
513
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
577
|
+
"label": "Correlation"
|
|
514
578
|
},
|
|
515
579
|
{
|
|
516
580
|
"id": "output",
|
|
@@ -583,7 +647,7 @@
|
|
|
583
647
|
{
|
|
584
648
|
"id": "inbound.shouldValidateHmac",
|
|
585
649
|
"label": "HMAC authentication",
|
|
586
|
-
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
650
|
+
"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",
|
|
587
651
|
"optional": false,
|
|
588
652
|
"value": "disabled",
|
|
589
653
|
"group": "authentication",
|
|
@@ -674,7 +738,7 @@
|
|
|
674
738
|
{
|
|
675
739
|
"id": "inbound.hmacScopes",
|
|
676
740
|
"label": "HMAC scopes",
|
|
677
|
-
"description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/
|
|
741
|
+
"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>",
|
|
678
742
|
"optional": true,
|
|
679
743
|
"feel": "required",
|
|
680
744
|
"group": "authentication",
|
|
@@ -776,7 +840,7 @@
|
|
|
776
840
|
{
|
|
777
841
|
"id": "inbound.auth.apiKeyLocator",
|
|
778
842
|
"label": "API key locator",
|
|
779
|
-
"description": "A FEEL expression that extracts API key from the request. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
843
|
+
"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>",
|
|
780
844
|
"optional": false,
|
|
781
845
|
"value": "=split(request.headers.authorization, \" \")[2]",
|
|
782
846
|
"constraints": {
|
|
@@ -816,7 +880,7 @@
|
|
|
816
880
|
{
|
|
817
881
|
"id": "inbound.auth.jwt.permissionsExpression",
|
|
818
882
|
"label": "JWT role property expression",
|
|
819
|
-
"description": "Expression to extract the roles from the JWT token. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
883
|
+
"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>",
|
|
820
884
|
"optional": false,
|
|
821
885
|
"feel": "required",
|
|
822
886
|
"group": "authorization",
|
|
@@ -850,14 +914,14 @@
|
|
|
850
914
|
"type": "String"
|
|
851
915
|
},
|
|
852
916
|
{
|
|
853
|
-
"id": "inbound.
|
|
854
|
-
"label": "Response expression",
|
|
855
|
-
"description": "
|
|
917
|
+
"id": "inbound.responseBodyExpression",
|
|
918
|
+
"label": "Response body expression",
|
|
919
|
+
"description": "Specify condition and response",
|
|
856
920
|
"optional": true,
|
|
857
921
|
"feel": "required",
|
|
858
922
|
"group": "webhookResponse",
|
|
859
923
|
"binding": {
|
|
860
|
-
"name": "inbound.
|
|
924
|
+
"name": "inbound.responseBodyExpression",
|
|
861
925
|
"type": "zeebe:property"
|
|
862
926
|
},
|
|
863
927
|
"type": "Text"
|
|
@@ -888,18 +952,6 @@
|
|
|
888
952
|
},
|
|
889
953
|
"type": "String"
|
|
890
954
|
},
|
|
891
|
-
{
|
|
892
|
-
"id": "consumeUnmatchedEvents",
|
|
893
|
-
"label": "Consume unmatched events",
|
|
894
|
-
"value": true,
|
|
895
|
-
"group": "activation",
|
|
896
|
-
"binding": {
|
|
897
|
-
"name": "consumeUnmatchedEvents",
|
|
898
|
-
"type": "zeebe:property"
|
|
899
|
-
},
|
|
900
|
-
"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",
|
|
901
|
-
"type": "Boolean"
|
|
902
|
-
},
|
|
903
955
|
{
|
|
904
956
|
"id": "correlationKeyProcess",
|
|
905
957
|
"label": "Correlation key (process)",
|
|
@@ -943,26 +995,6 @@
|
|
|
943
995
|
},
|
|
944
996
|
"type": "String"
|
|
945
997
|
},
|
|
946
|
-
{
|
|
947
|
-
"id": "messageTtl",
|
|
948
|
-
"label": "Message TTL",
|
|
949
|
-
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
950
|
-
"optional": true,
|
|
951
|
-
"constraints": {
|
|
952
|
-
"notEmpty": false,
|
|
953
|
-
"pattern": {
|
|
954
|
-
"value": "^(PT.*|)$",
|
|
955
|
-
"message": "must be an ISO-8601 duration"
|
|
956
|
-
}
|
|
957
|
-
},
|
|
958
|
-
"feel": "optional",
|
|
959
|
-
"group": "correlation",
|
|
960
|
-
"binding": {
|
|
961
|
-
"name": "messageTtl",
|
|
962
|
-
"type": "zeebe:property"
|
|
963
|
-
},
|
|
964
|
-
"type": "String"
|
|
965
|
-
},
|
|
966
998
|
{
|
|
967
999
|
"id": "messageNameUuid",
|
|
968
1000
|
"generatedValue": {
|
|
@@ -1003,19 +1035,16 @@
|
|
|
1003
1035
|
"contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
|
|
1004
1036
|
},
|
|
1005
1037
|
"engines": {
|
|
1006
|
-
"camunda": "^8.
|
|
1038
|
+
"camunda": "^8.5"
|
|
1007
1039
|
}
|
|
1008
1040
|
},
|
|
1009
1041
|
{
|
|
1010
1042
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1011
1043
|
"name": "Webhook Boundary Event Connector",
|
|
1012
1044
|
"id": "io.camunda.connectors.webhook.WebhookConnectorBoundary.v1",
|
|
1045
|
+
"version": 1,
|
|
1013
1046
|
"description": "Configure webhook to receive callbacks",
|
|
1014
|
-
"
|
|
1015
|
-
"keywords": []
|
|
1016
|
-
},
|
|
1017
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
|
|
1018
|
-
"version": 12,
|
|
1047
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
1019
1048
|
"category": {
|
|
1020
1049
|
"id": "connectors",
|
|
1021
1050
|
"name": "Connectors"
|
|
@@ -1038,44 +1067,52 @@
|
|
|
1038
1067
|
"id": "authorization",
|
|
1039
1068
|
"label": "Authorization"
|
|
1040
1069
|
},
|
|
1041
|
-
{
|
|
1042
|
-
"id": "webhookResponse",
|
|
1043
|
-
"label": "Webhook response"
|
|
1044
|
-
},
|
|
1045
1070
|
{
|
|
1046
1071
|
"id": "activation",
|
|
1047
1072
|
"label": "Activation"
|
|
1048
1073
|
},
|
|
1049
1074
|
{
|
|
1050
|
-
"id": "
|
|
1051
|
-
"label": "
|
|
1052
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
1075
|
+
"id": "variable-mapping",
|
|
1076
|
+
"label": "Variable mapping"
|
|
1053
1077
|
},
|
|
1054
1078
|
{
|
|
1055
|
-
"id": "
|
|
1056
|
-
"label": "
|
|
1079
|
+
"id": "webhookResponse",
|
|
1080
|
+
"label": "Webhook response"
|
|
1057
1081
|
}
|
|
1058
1082
|
],
|
|
1059
1083
|
"properties": [
|
|
1060
1084
|
{
|
|
1085
|
+
"type": "Hidden",
|
|
1061
1086
|
"value": "io.camunda:webhook:1",
|
|
1062
1087
|
"binding": {
|
|
1063
|
-
"
|
|
1064
|
-
"
|
|
1088
|
+
"type": "zeebe:property",
|
|
1089
|
+
"name": "inbound.type"
|
|
1090
|
+
}
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"type": "Hidden",
|
|
1094
|
+
"generatedValue": {
|
|
1095
|
+
"type": "uuid"
|
|
1065
1096
|
},
|
|
1066
|
-
"
|
|
1097
|
+
"binding": {
|
|
1098
|
+
"type": "bpmn:Message#property",
|
|
1099
|
+
"name": "name"
|
|
1100
|
+
}
|
|
1067
1101
|
},
|
|
1068
1102
|
{
|
|
1069
|
-
"
|
|
1103
|
+
"type": "Hidden",
|
|
1104
|
+
"value": "ConfigurableInboundWebhook",
|
|
1105
|
+
"binding": {
|
|
1106
|
+
"type": "zeebe:property",
|
|
1107
|
+
"name": "inbound.subtype"
|
|
1108
|
+
}
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
"id": "webhookMethod",
|
|
1070
1112
|
"label": "Webhook method",
|
|
1113
|
+
"group": "endpoint",
|
|
1071
1114
|
"description": "Select HTTP method",
|
|
1072
|
-
"optional": false,
|
|
1073
1115
|
"value": "any",
|
|
1074
|
-
"group": "endpoint",
|
|
1075
|
-
"binding": {
|
|
1076
|
-
"name": "inbound.method",
|
|
1077
|
-
"type": "zeebe:property"
|
|
1078
|
-
},
|
|
1079
1116
|
"type": "Dropdown",
|
|
1080
1117
|
"choices": [
|
|
1081
1118
|
{
|
|
@@ -1083,53 +1120,46 @@
|
|
|
1083
1120
|
"value": "any"
|
|
1084
1121
|
},
|
|
1085
1122
|
{
|
|
1086
|
-
"name": "
|
|
1123
|
+
"name": "Get",
|
|
1087
1124
|
"value": "get"
|
|
1088
1125
|
},
|
|
1089
1126
|
{
|
|
1090
|
-
"name": "
|
|
1127
|
+
"name": "Post",
|
|
1091
1128
|
"value": "post"
|
|
1092
1129
|
},
|
|
1093
1130
|
{
|
|
1094
|
-
"name": "
|
|
1131
|
+
"name": "Put",
|
|
1095
1132
|
"value": "put"
|
|
1096
1133
|
},
|
|
1097
1134
|
{
|
|
1098
|
-
"name": "
|
|
1135
|
+
"name": "Delete",
|
|
1099
1136
|
"value": "delete"
|
|
1100
1137
|
}
|
|
1101
|
-
]
|
|
1138
|
+
],
|
|
1139
|
+
"binding": {
|
|
1140
|
+
"type": "zeebe:property",
|
|
1141
|
+
"name": "inbound.method"
|
|
1142
|
+
}
|
|
1102
1143
|
},
|
|
1103
1144
|
{
|
|
1104
|
-
"id": "inbound.context",
|
|
1105
1145
|
"label": "Webhook ID",
|
|
1106
|
-
"
|
|
1107
|
-
"optional": false,
|
|
1108
|
-
"constraints": {
|
|
1109
|
-
"notEmpty": true,
|
|
1110
|
-
"pattern": {
|
|
1111
|
-
"value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
|
|
1112
|
-
"message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
|
|
1113
|
-
}
|
|
1114
|
-
},
|
|
1146
|
+
"type": "String",
|
|
1115
1147
|
"group": "endpoint",
|
|
1116
1148
|
"binding": {
|
|
1117
|
-
"
|
|
1118
|
-
"
|
|
1149
|
+
"type": "zeebe:property",
|
|
1150
|
+
"name": "inbound.context"
|
|
1119
1151
|
},
|
|
1120
|
-
"
|
|
1152
|
+
"description": "The webhook ID is a part of the URL",
|
|
1153
|
+
"constraints": {
|
|
1154
|
+
"notEmpty": true
|
|
1155
|
+
}
|
|
1121
1156
|
},
|
|
1122
1157
|
{
|
|
1123
|
-
"id": "
|
|
1158
|
+
"id": "shouldValidateHmac",
|
|
1124
1159
|
"label": "HMAC authentication",
|
|
1125
|
-
"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",
|
|
1126
|
-
"optional": false,
|
|
1127
|
-
"value": "disabled",
|
|
1128
1160
|
"group": "authentication",
|
|
1129
|
-
"
|
|
1130
|
-
|
|
1131
|
-
"type": "zeebe:property"
|
|
1132
|
-
},
|
|
1161
|
+
"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",
|
|
1162
|
+
"value": "disabled",
|
|
1133
1163
|
"type": "Dropdown",
|
|
1134
1164
|
"choices": [
|
|
1135
1165
|
{
|
|
@@ -1140,60 +1170,47 @@
|
|
|
1140
1170
|
"name": "Disabled",
|
|
1141
1171
|
"value": "disabled"
|
|
1142
1172
|
}
|
|
1143
|
-
]
|
|
1173
|
+
],
|
|
1174
|
+
"binding": {
|
|
1175
|
+
"type": "zeebe:property",
|
|
1176
|
+
"name": "inbound.shouldValidateHmac"
|
|
1177
|
+
}
|
|
1144
1178
|
},
|
|
1145
1179
|
{
|
|
1146
|
-
"id": "inbound.hmacSecret",
|
|
1147
1180
|
"label": "HMAC secret key",
|
|
1148
1181
|
"description": "Shared secret key",
|
|
1149
|
-
"
|
|
1150
|
-
"feel": "optional",
|
|
1182
|
+
"type": "String",
|
|
1151
1183
|
"group": "authentication",
|
|
1184
|
+
"optional": true,
|
|
1152
1185
|
"binding": {
|
|
1153
|
-
"
|
|
1154
|
-
"
|
|
1186
|
+
"type": "zeebe:property",
|
|
1187
|
+
"name": "inbound.hmacSecret"
|
|
1155
1188
|
},
|
|
1156
1189
|
"condition": {
|
|
1157
|
-
"property": "
|
|
1158
|
-
"equals": "enabled"
|
|
1159
|
-
|
|
1160
|
-
},
|
|
1161
|
-
"type": "String"
|
|
1190
|
+
"property": "shouldValidateHmac",
|
|
1191
|
+
"equals": "enabled"
|
|
1192
|
+
}
|
|
1162
1193
|
},
|
|
1163
1194
|
{
|
|
1164
|
-
"id": "inbound.hmacHeader",
|
|
1165
1195
|
"label": "HMAC header",
|
|
1166
1196
|
"description": "Name of header attribute that will contain the HMAC value",
|
|
1167
|
-
"
|
|
1168
|
-
"feel": "optional",
|
|
1197
|
+
"type": "String",
|
|
1169
1198
|
"group": "authentication",
|
|
1199
|
+
"optional": true,
|
|
1170
1200
|
"binding": {
|
|
1171
|
-
"
|
|
1172
|
-
"
|
|
1201
|
+
"type": "zeebe:property",
|
|
1202
|
+
"name": "inbound.hmacHeader"
|
|
1173
1203
|
},
|
|
1174
1204
|
"condition": {
|
|
1175
|
-
"property": "
|
|
1176
|
-
"equals": "enabled"
|
|
1177
|
-
|
|
1178
|
-
},
|
|
1179
|
-
"type": "String"
|
|
1205
|
+
"property": "shouldValidateHmac",
|
|
1206
|
+
"equals": "enabled"
|
|
1207
|
+
}
|
|
1180
1208
|
},
|
|
1181
|
-
{
|
|
1182
|
-
"
|
|
1183
|
-
"
|
|
1184
|
-
"description": "Choose HMAC algorithm",
|
|
1185
|
-
"
|
|
1186
|
-
"value": "sha_256",
|
|
1187
|
-
"group": "authentication",
|
|
1188
|
-
"binding": {
|
|
1189
|
-
"name": "inbound.hmacAlgorithm",
|
|
1190
|
-
"type": "zeebe:property"
|
|
1191
|
-
},
|
|
1192
|
-
"condition": {
|
|
1193
|
-
"property": "inbound.shouldValidateHmac",
|
|
1194
|
-
"equals": "enabled",
|
|
1195
|
-
"type": "simple"
|
|
1196
|
-
},
|
|
1209
|
+
{
|
|
1210
|
+
"label": "HMAC algorithm",
|
|
1211
|
+
"group": "authentication",
|
|
1212
|
+
"description": "Choose HMAC algorithm",
|
|
1213
|
+
"value": "sha_256",
|
|
1197
1214
|
"type": "Dropdown",
|
|
1198
1215
|
"choices": [
|
|
1199
1216
|
{
|
|
@@ -1208,348 +1225,271 @@
|
|
|
1208
1225
|
"name": "SHA-512",
|
|
1209
1226
|
"value": "sha_512"
|
|
1210
1227
|
}
|
|
1211
|
-
]
|
|
1228
|
+
],
|
|
1229
|
+
"binding": {
|
|
1230
|
+
"type": "zeebe:property",
|
|
1231
|
+
"name": "inbound.hmacAlgorithm"
|
|
1232
|
+
},
|
|
1233
|
+
"condition": {
|
|
1234
|
+
"property": "shouldValidateHmac",
|
|
1235
|
+
"equals": "enabled"
|
|
1236
|
+
}
|
|
1212
1237
|
},
|
|
1213
1238
|
{
|
|
1214
|
-
"id": "inbound.hmacScopes",
|
|
1215
1239
|
"label": "HMAC scopes",
|
|
1216
|
-
"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>",
|
|
1217
|
-
"optional": true,
|
|
1218
|
-
"feel": "required",
|
|
1219
1240
|
"group": "authentication",
|
|
1241
|
+
"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>",
|
|
1242
|
+
"feel": "required",
|
|
1243
|
+
"type": "String",
|
|
1244
|
+
"optional": true,
|
|
1220
1245
|
"binding": {
|
|
1221
|
-
"
|
|
1222
|
-
"
|
|
1246
|
+
"type": "zeebe:property",
|
|
1247
|
+
"name": "inbound.hmacScopes"
|
|
1223
1248
|
},
|
|
1224
1249
|
"condition": {
|
|
1225
|
-
"property": "
|
|
1226
|
-
"equals": "enabled"
|
|
1227
|
-
|
|
1228
|
-
},
|
|
1229
|
-
"type": "String"
|
|
1250
|
+
"property": "shouldValidateHmac",
|
|
1251
|
+
"equals": "enabled"
|
|
1252
|
+
}
|
|
1230
1253
|
},
|
|
1231
1254
|
{
|
|
1232
|
-
"id": "
|
|
1255
|
+
"id": "authorizationType",
|
|
1233
1256
|
"label": "Authorization type",
|
|
1234
|
-
"description": "Choose the authorization type",
|
|
1235
|
-
"value": "NONE",
|
|
1236
1257
|
"group": "authorization",
|
|
1237
|
-
"
|
|
1238
|
-
|
|
1239
|
-
"type": "zeebe:property"
|
|
1240
|
-
},
|
|
1258
|
+
"description": "Choose the authorization type.",
|
|
1259
|
+
"value": "NONE",
|
|
1241
1260
|
"type": "Dropdown",
|
|
1242
1261
|
"choices": [
|
|
1243
1262
|
{
|
|
1244
1263
|
"name": "None",
|
|
1245
1264
|
"value": "NONE"
|
|
1246
1265
|
},
|
|
1266
|
+
{
|
|
1267
|
+
"name": "JWT",
|
|
1268
|
+
"value": "JWT"
|
|
1269
|
+
},
|
|
1247
1270
|
{
|
|
1248
1271
|
"name": "Basic",
|
|
1249
1272
|
"value": "BASIC"
|
|
1250
1273
|
},
|
|
1251
1274
|
{
|
|
1252
|
-
"name": "API
|
|
1275
|
+
"name": "API Key",
|
|
1253
1276
|
"value": "APIKEY"
|
|
1254
|
-
},
|
|
1255
|
-
{
|
|
1256
|
-
"name": "JWT",
|
|
1257
|
-
"value": "JWT"
|
|
1258
1277
|
}
|
|
1259
|
-
]
|
|
1260
|
-
},
|
|
1261
|
-
{
|
|
1262
|
-
"id": "inbound.auth.username",
|
|
1263
|
-
"label": "Username",
|
|
1264
|
-
"description": "Username for basic authentication",
|
|
1265
|
-
"optional": false,
|
|
1266
|
-
"feel": "optional",
|
|
1267
|
-
"group": "authorization",
|
|
1278
|
+
],
|
|
1268
1279
|
"binding": {
|
|
1269
|
-
"
|
|
1270
|
-
"
|
|
1271
|
-
}
|
|
1272
|
-
"condition": {
|
|
1273
|
-
"property": "inbound.auth.type",
|
|
1274
|
-
"equals": "BASIC",
|
|
1275
|
-
"type": "simple"
|
|
1276
|
-
},
|
|
1277
|
-
"type": "String"
|
|
1280
|
+
"type": "zeebe:property",
|
|
1281
|
+
"name": "inbound.auth.type"
|
|
1282
|
+
}
|
|
1278
1283
|
},
|
|
1279
1284
|
{
|
|
1280
|
-
"
|
|
1281
|
-
"
|
|
1282
|
-
"
|
|
1283
|
-
"optional": false,
|
|
1284
|
-
"feel": "optional",
|
|
1285
|
+
"label": "JWK url",
|
|
1286
|
+
"description": "Well-known url of JWKs",
|
|
1287
|
+
"type": "String",
|
|
1285
1288
|
"group": "authorization",
|
|
1286
|
-
"binding": {
|
|
1287
|
-
"name": "inbound.auth.password",
|
|
1288
|
-
"type": "zeebe:property"
|
|
1289
|
-
},
|
|
1290
|
-
"condition": {
|
|
1291
|
-
"property": "inbound.auth.type",
|
|
1292
|
-
"equals": "BASIC",
|
|
1293
|
-
"type": "simple"
|
|
1294
|
-
},
|
|
1295
|
-
"type": "String"
|
|
1296
|
-
},
|
|
1297
|
-
{
|
|
1298
|
-
"id": "inbound.auth.apiKey",
|
|
1299
|
-
"label": "API key",
|
|
1300
|
-
"description": "Expected API key",
|
|
1301
|
-
"optional": false,
|
|
1302
1289
|
"feel": "optional",
|
|
1303
|
-
"
|
|
1290
|
+
"optional": true,
|
|
1304
1291
|
"binding": {
|
|
1305
|
-
"
|
|
1306
|
-
"
|
|
1292
|
+
"type": "zeebe:property",
|
|
1293
|
+
"name": "inbound.auth.jwt.jwkUrl"
|
|
1307
1294
|
},
|
|
1308
1295
|
"condition": {
|
|
1309
|
-
"property": "
|
|
1310
|
-
"equals": "
|
|
1311
|
-
|
|
1312
|
-
},
|
|
1313
|
-
"type": "String"
|
|
1296
|
+
"property": "authorizationType",
|
|
1297
|
+
"equals": "JWT"
|
|
1298
|
+
}
|
|
1314
1299
|
},
|
|
1315
1300
|
{
|
|
1316
|
-
"
|
|
1317
|
-
"
|
|
1318
|
-
"
|
|
1319
|
-
"optional": false,
|
|
1320
|
-
"value": "=split(request.headers.authorization, \" \")[2]",
|
|
1321
|
-
"constraints": {
|
|
1322
|
-
"notEmpty": true
|
|
1323
|
-
},
|
|
1324
|
-
"feel": "required",
|
|
1301
|
+
"label": "JWT role property expression",
|
|
1302
|
+
"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>",
|
|
1303
|
+
"type": "String",
|
|
1325
1304
|
"group": "authorization",
|
|
1305
|
+
"feel": "required",
|
|
1306
|
+
"optional": true,
|
|
1326
1307
|
"binding": {
|
|
1327
|
-
"
|
|
1328
|
-
"
|
|
1308
|
+
"type": "zeebe:property",
|
|
1309
|
+
"name": "inbound.auth.jwt.permissionsExpression"
|
|
1329
1310
|
},
|
|
1330
1311
|
"condition": {
|
|
1331
|
-
"property": "
|
|
1332
|
-
"equals": "
|
|
1333
|
-
|
|
1334
|
-
},
|
|
1335
|
-
"type": "String"
|
|
1312
|
+
"property": "authorizationType",
|
|
1313
|
+
"equals": "JWT"
|
|
1314
|
+
}
|
|
1336
1315
|
},
|
|
1337
1316
|
{
|
|
1338
|
-
"
|
|
1339
|
-
"
|
|
1340
|
-
"
|
|
1341
|
-
"optional": false,
|
|
1342
|
-
"feel": "optional",
|
|
1317
|
+
"label": "Required roles",
|
|
1318
|
+
"description": "List of roles to test JWT roles against",
|
|
1319
|
+
"type": "String",
|
|
1343
1320
|
"group": "authorization",
|
|
1321
|
+
"feel": "required",
|
|
1322
|
+
"optional": true,
|
|
1344
1323
|
"binding": {
|
|
1345
|
-
"
|
|
1346
|
-
"
|
|
1324
|
+
"type": "zeebe:property",
|
|
1325
|
+
"name": "inbound.auth.jwt.requiredPermissions"
|
|
1347
1326
|
},
|
|
1348
1327
|
"condition": {
|
|
1349
|
-
"property": "
|
|
1350
|
-
"equals": "JWT"
|
|
1351
|
-
|
|
1352
|
-
},
|
|
1353
|
-
"type": "String"
|
|
1328
|
+
"property": "authorizationType",
|
|
1329
|
+
"equals": "JWT"
|
|
1330
|
+
}
|
|
1354
1331
|
},
|
|
1355
1332
|
{
|
|
1356
|
-
"
|
|
1357
|
-
"
|
|
1358
|
-
"
|
|
1359
|
-
"optional": false,
|
|
1360
|
-
"feel": "required",
|
|
1333
|
+
"label": "Username",
|
|
1334
|
+
"description": "Username for basic authentication",
|
|
1335
|
+
"type": "String",
|
|
1361
1336
|
"group": "authorization",
|
|
1337
|
+
"feel": "optional",
|
|
1362
1338
|
"binding": {
|
|
1363
|
-
"
|
|
1364
|
-
"
|
|
1339
|
+
"type": "zeebe:property",
|
|
1340
|
+
"name": "inbound.auth.username"
|
|
1365
1341
|
},
|
|
1366
1342
|
"condition": {
|
|
1367
|
-
"property": "
|
|
1368
|
-
"equals": "
|
|
1369
|
-
"type": "simple"
|
|
1343
|
+
"property": "authorizationType",
|
|
1344
|
+
"equals": "BASIC"
|
|
1370
1345
|
},
|
|
1371
|
-
"
|
|
1346
|
+
"constraints": {
|
|
1347
|
+
"notEmpty": true
|
|
1348
|
+
}
|
|
1372
1349
|
},
|
|
1373
1350
|
{
|
|
1374
|
-
"
|
|
1375
|
-
"
|
|
1376
|
-
"
|
|
1377
|
-
"optional": false,
|
|
1378
|
-
"feel": "required",
|
|
1351
|
+
"label": "Password",
|
|
1352
|
+
"description": "Password for basic authentication",
|
|
1353
|
+
"type": "String",
|
|
1379
1354
|
"group": "authorization",
|
|
1355
|
+
"feel": "optional",
|
|
1380
1356
|
"binding": {
|
|
1381
|
-
"
|
|
1382
|
-
"
|
|
1357
|
+
"type": "zeebe:property",
|
|
1358
|
+
"name": "inbound.auth.password"
|
|
1383
1359
|
},
|
|
1384
1360
|
"condition": {
|
|
1385
|
-
"property": "
|
|
1386
|
-
"equals": "
|
|
1387
|
-
"type": "simple"
|
|
1388
|
-
},
|
|
1389
|
-
"type": "String"
|
|
1390
|
-
},
|
|
1391
|
-
{
|
|
1392
|
-
"id": "inbound.responseExpression",
|
|
1393
|
-
"label": "Response expression",
|
|
1394
|
-
"description": "Expression used to generate the HTTP response",
|
|
1395
|
-
"optional": true,
|
|
1396
|
-
"feel": "required",
|
|
1397
|
-
"group": "webhookResponse",
|
|
1398
|
-
"binding": {
|
|
1399
|
-
"name": "inbound.responseExpression",
|
|
1400
|
-
"type": "zeebe:property"
|
|
1401
|
-
},
|
|
1402
|
-
"type": "Text"
|
|
1403
|
-
},
|
|
1404
|
-
{
|
|
1405
|
-
"id": "inbound.verificationExpression",
|
|
1406
|
-
"label": "One time verification response expression",
|
|
1407
|
-
"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>",
|
|
1408
|
-
"optional": true,
|
|
1409
|
-
"feel": "required",
|
|
1410
|
-
"group": "webhookResponse",
|
|
1411
|
-
"binding": {
|
|
1412
|
-
"name": "inbound.verificationExpression",
|
|
1413
|
-
"type": "zeebe:property"
|
|
1414
|
-
},
|
|
1415
|
-
"type": "Text"
|
|
1416
|
-
},
|
|
1417
|
-
{
|
|
1418
|
-
"id": "activationCondition",
|
|
1419
|
-
"label": "Activation condition",
|
|
1420
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1421
|
-
"optional": true,
|
|
1422
|
-
"feel": "required",
|
|
1423
|
-
"group": "activation",
|
|
1424
|
-
"binding": {
|
|
1425
|
-
"name": "activationCondition",
|
|
1426
|
-
"type": "zeebe:property"
|
|
1427
|
-
},
|
|
1428
|
-
"type": "String"
|
|
1429
|
-
},
|
|
1430
|
-
{
|
|
1431
|
-
"id": "consumeUnmatchedEvents",
|
|
1432
|
-
"label": "Consume unmatched events",
|
|
1433
|
-
"value": true,
|
|
1434
|
-
"group": "activation",
|
|
1435
|
-
"binding": {
|
|
1436
|
-
"name": "consumeUnmatchedEvents",
|
|
1437
|
-
"type": "zeebe:property"
|
|
1361
|
+
"property": "authorizationType",
|
|
1362
|
+
"equals": "BASIC"
|
|
1438
1363
|
},
|
|
1439
|
-
"
|
|
1440
|
-
|
|
1364
|
+
"constraints": {
|
|
1365
|
+
"notEmpty": true
|
|
1366
|
+
}
|
|
1441
1367
|
},
|
|
1442
1368
|
{
|
|
1443
|
-
"
|
|
1444
|
-
"
|
|
1445
|
-
"
|
|
1369
|
+
"label": "API Key",
|
|
1370
|
+
"description": "Expected API key",
|
|
1371
|
+
"type": "String",
|
|
1372
|
+
"group": "authorization",
|
|
1373
|
+
"feel": "optional",
|
|
1374
|
+
"binding": {
|
|
1375
|
+
"type": "zeebe:property",
|
|
1376
|
+
"name": "inbound.auth.apiKey"
|
|
1377
|
+
},
|
|
1378
|
+
"condition": {
|
|
1379
|
+
"property": "authorizationType",
|
|
1380
|
+
"equals": "APIKEY"
|
|
1381
|
+
},
|
|
1446
1382
|
"constraints": {
|
|
1447
1383
|
"notEmpty": true
|
|
1448
|
-
}
|
|
1384
|
+
}
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
"label": "API Key locator",
|
|
1388
|
+
"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>",
|
|
1389
|
+
"type": "String",
|
|
1390
|
+
"group": "authorization",
|
|
1449
1391
|
"feel": "required",
|
|
1450
|
-
"group": "correlation",
|
|
1451
1392
|
"binding": {
|
|
1452
|
-
"
|
|
1453
|
-
"
|
|
1393
|
+
"type": "zeebe:property",
|
|
1394
|
+
"name": "inbound.auth.apiKeyLocator"
|
|
1395
|
+
},
|
|
1396
|
+
"condition": {
|
|
1397
|
+
"property": "authorizationType",
|
|
1398
|
+
"equals": "APIKEY"
|
|
1454
1399
|
},
|
|
1455
|
-
"type": "String"
|
|
1456
|
-
},
|
|
1457
|
-
{
|
|
1458
|
-
"id": "correlationKeyPayload",
|
|
1459
|
-
"label": "Correlation key (payload)",
|
|
1460
|
-
"description": "Extracts the correlation key from the incoming message payload",
|
|
1461
1400
|
"constraints": {
|
|
1462
1401
|
"notEmpty": true
|
|
1463
1402
|
},
|
|
1403
|
+
"value": "=split(request.headers.authorization, \" \")[2]"
|
|
1404
|
+
},
|
|
1405
|
+
{
|
|
1406
|
+
"label": "Correlation key (process)",
|
|
1407
|
+
"type": "String",
|
|
1408
|
+
"group": "activation",
|
|
1464
1409
|
"feel": "required",
|
|
1465
|
-
"
|
|
1410
|
+
"description": "Sets up the correlation key from process variables",
|
|
1466
1411
|
"binding": {
|
|
1467
|
-
"
|
|
1468
|
-
"
|
|
1412
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
1413
|
+
"name": "correlationKey"
|
|
1469
1414
|
},
|
|
1470
|
-
"
|
|
1415
|
+
"constraints": {
|
|
1416
|
+
"notEmpty": true
|
|
1417
|
+
}
|
|
1471
1418
|
},
|
|
1472
1419
|
{
|
|
1473
|
-
"
|
|
1474
|
-
"
|
|
1475
|
-
"
|
|
1476
|
-
"optional": true,
|
|
1420
|
+
"label": "Correlation key (payload)",
|
|
1421
|
+
"type": "String",
|
|
1422
|
+
"group": "activation",
|
|
1477
1423
|
"feel": "required",
|
|
1478
|
-
"group": "correlation",
|
|
1479
1424
|
"binding": {
|
|
1480
|
-
"
|
|
1481
|
-
"
|
|
1425
|
+
"type": "zeebe:property",
|
|
1426
|
+
"name": "correlationKeyExpression"
|
|
1482
1427
|
},
|
|
1483
|
-
"
|
|
1428
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
1429
|
+
"constraints": {
|
|
1430
|
+
"notEmpty": true
|
|
1431
|
+
}
|
|
1484
1432
|
},
|
|
1485
1433
|
{
|
|
1486
|
-
"
|
|
1487
|
-
"
|
|
1488
|
-
"
|
|
1434
|
+
"label": "Condition",
|
|
1435
|
+
"type": "String",
|
|
1436
|
+
"group": "activation",
|
|
1437
|
+
"feel": "required",
|
|
1489
1438
|
"optional": true,
|
|
1490
|
-
"constraints": {
|
|
1491
|
-
"notEmpty": false,
|
|
1492
|
-
"pattern": {
|
|
1493
|
-
"value": "^(PT.*|)$",
|
|
1494
|
-
"message": "must be an ISO-8601 duration"
|
|
1495
|
-
}
|
|
1496
|
-
},
|
|
1497
|
-
"feel": "optional",
|
|
1498
|
-
"group": "correlation",
|
|
1499
1439
|
"binding": {
|
|
1500
|
-
"
|
|
1501
|
-
"
|
|
1440
|
+
"type": "zeebe:property",
|
|
1441
|
+
"name": "activationCondition"
|
|
1502
1442
|
},
|
|
1503
|
-
"
|
|
1443
|
+
"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>"
|
|
1504
1444
|
},
|
|
1505
1445
|
{
|
|
1506
|
-
"
|
|
1507
|
-
"
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
"group": "correlation",
|
|
1446
|
+
"label": "Result variable",
|
|
1447
|
+
"type": "String",
|
|
1448
|
+
"group": "variable-mapping",
|
|
1449
|
+
"optional": true,
|
|
1511
1450
|
"binding": {
|
|
1512
|
-
"
|
|
1513
|
-
"
|
|
1451
|
+
"type": "zeebe:property",
|
|
1452
|
+
"name": "resultVariable"
|
|
1514
1453
|
},
|
|
1515
|
-
"
|
|
1454
|
+
"description": "Name of variable to store the result of the connector in"
|
|
1516
1455
|
},
|
|
1517
1456
|
{
|
|
1518
|
-
"
|
|
1519
|
-
"
|
|
1520
|
-
"
|
|
1521
|
-
"
|
|
1457
|
+
"label": "Result expression",
|
|
1458
|
+
"type": "String",
|
|
1459
|
+
"group": "variable-mapping",
|
|
1460
|
+
"feel": "required",
|
|
1461
|
+
"optional": true,
|
|
1522
1462
|
"binding": {
|
|
1523
|
-
"
|
|
1524
|
-
"
|
|
1463
|
+
"type": "zeebe:property",
|
|
1464
|
+
"name": "resultExpression"
|
|
1525
1465
|
},
|
|
1526
|
-
"
|
|
1466
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
1527
1467
|
},
|
|
1528
1468
|
{
|
|
1529
|
-
"
|
|
1530
|
-
"
|
|
1531
|
-
"
|
|
1469
|
+
"label": "Response body expression",
|
|
1470
|
+
"type": "Text",
|
|
1471
|
+
"group": "webhookResponse",
|
|
1532
1472
|
"feel": "required",
|
|
1533
|
-
"
|
|
1473
|
+
"optional": true,
|
|
1534
1474
|
"binding": {
|
|
1535
|
-
"
|
|
1536
|
-
"
|
|
1475
|
+
"type": "zeebe:property",
|
|
1476
|
+
"name": "inbound.responseBodyExpression"
|
|
1537
1477
|
},
|
|
1538
|
-
"
|
|
1478
|
+
"description": "Specify condition and response"
|
|
1539
1479
|
}
|
|
1540
1480
|
],
|
|
1541
|
-
"engines": {
|
|
1542
|
-
"camunda": "^8.3"
|
|
1543
|
-
},
|
|
1544
1481
|
"icon": {
|
|
1545
|
-
"contents": "data:image/svg+xml;
|
|
1482
|
+
"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"
|
|
1483
|
+
},
|
|
1484
|
+
"engines": {
|
|
1485
|
+
"camunda": "^8.2"
|
|
1546
1486
|
}
|
|
1547
1487
|
},
|
|
1548
1488
|
{
|
|
1549
1489
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1550
1490
|
"name": "Webhook Boundary Event Connector",
|
|
1551
1491
|
"id": "io.camunda.connectors.webhook.WebhookConnectorBoundary.v1",
|
|
1552
|
-
"version":
|
|
1492
|
+
"version": 2,
|
|
1553
1493
|
"description": "Configure webhook to receive callbacks",
|
|
1554
1494
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
1555
1495
|
"category": {
|
|
@@ -1658,11 +1598,7 @@
|
|
|
1658
1598
|
},
|
|
1659
1599
|
"description": "The webhook ID is a part of the URL",
|
|
1660
1600
|
"constraints": {
|
|
1661
|
-
"notEmpty": true
|
|
1662
|
-
"pattern": {
|
|
1663
|
-
"value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
|
|
1664
|
-
"message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
|
|
1665
|
-
}
|
|
1601
|
+
"notEmpty": true
|
|
1666
1602
|
}
|
|
1667
1603
|
},
|
|
1668
1604
|
{
|
|
@@ -2017,7 +1953,7 @@
|
|
|
2017
1953
|
"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"
|
|
2018
1954
|
},
|
|
2019
1955
|
"engines": {
|
|
2020
|
-
"camunda": "^8.
|
|
1956
|
+
"camunda": "^8.4"
|
|
2021
1957
|
}
|
|
2022
1958
|
},
|
|
2023
1959
|
{
|
|
@@ -2025,8 +1961,11 @@
|
|
|
2025
1961
|
"name": "Webhook Boundary Event Connector",
|
|
2026
1962
|
"id": "io.camunda.connectors.webhook.WebhookConnectorBoundary.v1",
|
|
2027
1963
|
"description": "Configure webhook to receive callbacks",
|
|
2028
|
-
"
|
|
2029
|
-
|
|
1964
|
+
"metadata": {
|
|
1965
|
+
"keywords": []
|
|
1966
|
+
},
|
|
1967
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
|
|
1968
|
+
"version": 12,
|
|
2030
1969
|
"category": {
|
|
2031
1970
|
"id": "connectors",
|
|
2032
1971
|
"name": "Connectors"
|
|
@@ -2059,7 +1998,8 @@
|
|
|
2059
1998
|
},
|
|
2060
1999
|
{
|
|
2061
2000
|
"id": "correlation",
|
|
2062
|
-
"label": "Correlation"
|
|
2001
|
+
"label": "Correlation",
|
|
2002
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
2063
2003
|
},
|
|
2064
2004
|
{
|
|
2065
2005
|
"id": "output",
|
|
@@ -2132,7 +2072,7 @@
|
|
|
2132
2072
|
{
|
|
2133
2073
|
"id": "inbound.shouldValidateHmac",
|
|
2134
2074
|
"label": "HMAC authentication",
|
|
2135
|
-
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
2075
|
+
"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",
|
|
2136
2076
|
"optional": false,
|
|
2137
2077
|
"value": "disabled",
|
|
2138
2078
|
"group": "authentication",
|
|
@@ -2223,7 +2163,7 @@
|
|
|
2223
2163
|
{
|
|
2224
2164
|
"id": "inbound.hmacScopes",
|
|
2225
2165
|
"label": "HMAC scopes",
|
|
2226
|
-
"description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/
|
|
2166
|
+
"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>",
|
|
2227
2167
|
"optional": true,
|
|
2228
2168
|
"feel": "required",
|
|
2229
2169
|
"group": "authentication",
|
|
@@ -2325,7 +2265,7 @@
|
|
|
2325
2265
|
{
|
|
2326
2266
|
"id": "inbound.auth.apiKeyLocator",
|
|
2327
2267
|
"label": "API key locator",
|
|
2328
|
-
"description": "A FEEL expression that extracts API key from the request. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
2268
|
+
"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>",
|
|
2329
2269
|
"optional": false,
|
|
2330
2270
|
"value": "=split(request.headers.authorization, \" \")[2]",
|
|
2331
2271
|
"constraints": {
|
|
@@ -2365,7 +2305,7 @@
|
|
|
2365
2305
|
{
|
|
2366
2306
|
"id": "inbound.auth.jwt.permissionsExpression",
|
|
2367
2307
|
"label": "JWT role property expression",
|
|
2368
|
-
"description": "Expression to extract the roles from the JWT token. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
2308
|
+
"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>",
|
|
2369
2309
|
"optional": false,
|
|
2370
2310
|
"feel": "required",
|
|
2371
2311
|
"group": "authorization",
|
|
@@ -2399,14 +2339,14 @@
|
|
|
2399
2339
|
"type": "String"
|
|
2400
2340
|
},
|
|
2401
2341
|
{
|
|
2402
|
-
"id": "inbound.
|
|
2403
|
-
"label": "Response
|
|
2404
|
-
"description": "
|
|
2342
|
+
"id": "inbound.responseExpression",
|
|
2343
|
+
"label": "Response expression",
|
|
2344
|
+
"description": "Expression used to generate the HTTP response",
|
|
2405
2345
|
"optional": true,
|
|
2406
2346
|
"feel": "required",
|
|
2407
2347
|
"group": "webhookResponse",
|
|
2408
2348
|
"binding": {
|
|
2409
|
-
"name": "inbound.
|
|
2349
|
+
"name": "inbound.responseExpression",
|
|
2410
2350
|
"type": "zeebe:property"
|
|
2411
2351
|
},
|
|
2412
2352
|
"type": "Text"
|
|
@@ -2437,6 +2377,18 @@
|
|
|
2437
2377
|
},
|
|
2438
2378
|
"type": "String"
|
|
2439
2379
|
},
|
|
2380
|
+
{
|
|
2381
|
+
"id": "consumeUnmatchedEvents",
|
|
2382
|
+
"label": "Consume unmatched events",
|
|
2383
|
+
"value": true,
|
|
2384
|
+
"group": "activation",
|
|
2385
|
+
"binding": {
|
|
2386
|
+
"name": "consumeUnmatchedEvents",
|
|
2387
|
+
"type": "zeebe:property"
|
|
2388
|
+
},
|
|
2389
|
+
"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",
|
|
2390
|
+
"type": "Boolean"
|
|
2391
|
+
},
|
|
2440
2392
|
{
|
|
2441
2393
|
"id": "correlationKeyProcess",
|
|
2442
2394
|
"label": "Correlation key (process)",
|
|
@@ -2480,6 +2432,26 @@
|
|
|
2480
2432
|
},
|
|
2481
2433
|
"type": "String"
|
|
2482
2434
|
},
|
|
2435
|
+
{
|
|
2436
|
+
"id": "messageTtl",
|
|
2437
|
+
"label": "Message TTL",
|
|
2438
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
2439
|
+
"optional": true,
|
|
2440
|
+
"constraints": {
|
|
2441
|
+
"notEmpty": false,
|
|
2442
|
+
"pattern": {
|
|
2443
|
+
"value": "^(PT.*|)$",
|
|
2444
|
+
"message": "must be an ISO-8601 duration"
|
|
2445
|
+
}
|
|
2446
|
+
},
|
|
2447
|
+
"feel": "optional",
|
|
2448
|
+
"group": "correlation",
|
|
2449
|
+
"binding": {
|
|
2450
|
+
"name": "messageTtl",
|
|
2451
|
+
"type": "zeebe:property"
|
|
2452
|
+
},
|
|
2453
|
+
"type": "String"
|
|
2454
|
+
},
|
|
2483
2455
|
{
|
|
2484
2456
|
"id": "messageNameUuid",
|
|
2485
2457
|
"generatedValue": {
|
|
@@ -2516,18 +2488,18 @@
|
|
|
2516
2488
|
"type": "Text"
|
|
2517
2489
|
}
|
|
2518
2490
|
],
|
|
2491
|
+
"engines": {
|
|
2492
|
+
"camunda": "^8.3"
|
|
2493
|
+
},
|
|
2519
2494
|
"icon": {
|
|
2520
2495
|
"contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
|
|
2521
|
-
},
|
|
2522
|
-
"engines": {
|
|
2523
|
-
"camunda": "^8.5"
|
|
2524
2496
|
}
|
|
2525
2497
|
},
|
|
2526
2498
|
{
|
|
2527
2499
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2528
2500
|
"name": "Webhook Boundary Event Connector",
|
|
2529
2501
|
"id": "io.camunda.connectors.webhook.WebhookConnectorBoundary.v1",
|
|
2530
|
-
"version":
|
|
2502
|
+
"version": 3,
|
|
2531
2503
|
"description": "Configure webhook to receive callbacks",
|
|
2532
2504
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
2533
2505
|
"category": {
|
|
@@ -2636,7 +2608,11 @@
|
|
|
2636
2608
|
},
|
|
2637
2609
|
"description": "The webhook ID is a part of the URL",
|
|
2638
2610
|
"constraints": {
|
|
2639
|
-
"notEmpty": true
|
|
2611
|
+
"notEmpty": true,
|
|
2612
|
+
"pattern": {
|
|
2613
|
+
"value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
|
|
2614
|
+
"message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
|
|
2615
|
+
}
|
|
2640
2616
|
}
|
|
2641
2617
|
},
|
|
2642
2618
|
{
|
|
@@ -2915,6 +2891,18 @@
|
|
|
2915
2891
|
"notEmpty": true
|
|
2916
2892
|
}
|
|
2917
2893
|
},
|
|
2894
|
+
{
|
|
2895
|
+
"label": "Message ID expression",
|
|
2896
|
+
"feel": "required",
|
|
2897
|
+
"type": "String",
|
|
2898
|
+
"optional": true,
|
|
2899
|
+
"group": "activation",
|
|
2900
|
+
"binding": {
|
|
2901
|
+
"type": "zeebe:property",
|
|
2902
|
+
"name": "messageIdExpression"
|
|
2903
|
+
},
|
|
2904
|
+
"description": "Expression to extract unique identifier of a message"
|
|
2905
|
+
},
|
|
2918
2906
|
{
|
|
2919
2907
|
"label": "Condition",
|
|
2920
2908
|
"type": "String",
|
|
@@ -2950,6 +2938,18 @@
|
|
|
2950
2938
|
},
|
|
2951
2939
|
"description": "Expression to map the inbound payload to process variables"
|
|
2952
2940
|
},
|
|
2941
|
+
{
|
|
2942
|
+
"label": "One time verification response expression",
|
|
2943
|
+
"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>",
|
|
2944
|
+
"type": "Text",
|
|
2945
|
+
"group": "webhookResponse",
|
|
2946
|
+
"feel": "required",
|
|
2947
|
+
"optional": true,
|
|
2948
|
+
"binding": {
|
|
2949
|
+
"type": "zeebe:property",
|
|
2950
|
+
"name": "inbound.verificationExpression"
|
|
2951
|
+
}
|
|
2952
|
+
},
|
|
2953
2953
|
{
|
|
2954
2954
|
"label": "Response body expression",
|
|
2955
2955
|
"type": "Text",
|
|
@@ -2967,7 +2967,7 @@
|
|
|
2967
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"
|
|
2968
2968
|
},
|
|
2969
2969
|
"engines": {
|
|
2970
|
-
"camunda": "^8.
|
|
2970
|
+
"camunda": "^8.5"
|
|
2971
2971
|
}
|
|
2972
2972
|
},
|
|
2973
2973
|
{
|