@camunda/connectors-element-templates 1.0.15 → 1.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/connectors.js +8 -6
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +1 -0
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +30 -30
- package/src/element-templates/agenticai-aiagent-job-worker.json +175 -171
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +2144 -2144
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +467 -466
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +482 -481
- package/src/element-templates/automation-anywhere-outbound-connector.json +613 -613
- package/src/element-templates/aws-bedrock-outbound-connector.json +74 -74
- package/src/element-templates/aws-dynamodb-outbound-connector.json +80 -80
- package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +22 -22
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
- package/src/element-templates/aws-eventbridge-outbound-connector.json +188 -188
- package/src/element-templates/aws-lambda-outbound-connector.json +238 -238
- package/src/element-templates/aws-sns-inbound-boundary.json +193 -193
- package/src/element-templates/aws-sns-inbound-intermediate.json +332 -332
- package/src/element-templates/aws-sns-inbound-message-start.json +110 -110
- package/src/element-templates/aws-sns-outbound-connector.json +741 -741
- package/src/element-templates/aws-sqs-boundary-connector.json +232 -232
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +493 -493
- package/src/element-templates/aws-sqs-outbound-connector.json +753 -753
- package/src/element-templates/aws-sqs-start-event-connector.json +483 -483
- package/src/element-templates/aws-sqs-start-message.json +438 -438
- package/src/element-templates/aws-textract-outbound-connector.json +123 -123
- package/src/element-templates/azure-open-ai-connector.json +32 -32
- package/src/element-templates/blue-prism-connector.json +6 -6
- package/src/element-templates/easy-post-connector.json +114 -114
- package/src/element-templates/email-inbound-connector-boundary.json +19 -19
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-message-start-event-connector.json +32 -32
- package/src/element-templates/email-outbound-connector.json +233 -233
- package/src/element-templates/github-connector.json +11435 -7908
- package/src/element-templates/github-webhook-connector-boundary.json +16 -16
- package/src/element-templates/github-webhook-connector-intermediate.json +25 -25
- package/src/element-templates/github-webhook-connector-start-event.json +64 -64
- package/src/element-templates/gitlab-connector.json +3394 -3394
- package/src/element-templates/google-drive-outbound-connector.json +420 -420
- package/src/element-templates/google-gemini-outbound-connector.json +705 -0
- package/src/element-templates/google-maps-platform-connector.json +14 -14
- package/src/element-templates/google-sheets-outbound-connector.json +1055 -1055
- package/src/element-templates/graphql-outbound-connector.json +1341 -763
- package/src/element-templates/http-connector.json.json +654 -0
- package/src/element-templates/http-json-connector.json +1491 -1472
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +801 -136
- package/src/element-templates/http-polling-connector.json +1604 -939
- package/src/element-templates/hugging-face-connector.json +215 -10
- package/src/element-templates/kafka-inbound-connector-boundary.json +483 -483
- package/src/element-templates/kafka-inbound-connector-intermediate.json +466 -466
- package/src/element-templates/kafka-inbound-connector-start-message.json +529 -529
- package/src/element-templates/kafka-outbound-connector.json +360 -360
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +687 -0
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +687 -0
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +719 -0
- package/src/element-templates/microsoft-teams-outbound-connector.json +1892 -47
- package/src/element-templates/openai-connector.json +83 -83
- package/src/element-templates/operate-connector.json +21 -21
- package/src/element-templates/power-automate-connector.json +4 -4
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +422 -422
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +338 -338
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +463 -463
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +360 -360
- package/src/element-templates/rabbitmq-outbound-connector.json +354 -354
- package/src/element-templates/salesforce-connector.json +38 -38
- package/src/element-templates/sendgrid-outbound-connector.json +354 -354
- package/src/element-templates/slack-inbound-boundary.json +253 -253
- package/src/element-templates/slack-inbound-message-start.json +321 -321
- package/src/element-templates/slack-inbound-start-event.json +327 -327
- package/src/element-templates/slack-outbound-connector.json +1484 -717
- package/src/element-templates/twilio-connector.json +65 -65
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-intermediate-connector.json +25 -25
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +1192 -547
- package/src/element-templates/webhook-connector-intermediate.json +1258 -613
- package/src/element-templates/webhook-connector-receive.json +644 -0
- package/src/element-templates/webhook-connector-start-event.json +1690 -1136
- package/src/element-templates/webhook-connector-start-message.json +1601 -924
- package/src/element-templates/idp-classification-outbound-connector.json +0 -1141
- package/src/element-templates/idp-structured-extraction-outbound-connector.json +0 -656
- package/src/element-templates/idp-unstructured-extraction-outbound-connector.json +0 -1115
|
@@ -1,231 +1,9 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "Webhook
|
|
5
|
-
"id": "io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1",
|
|
6
|
-
"version": 2,
|
|
7
|
-
"description": "Configure webhook to receive callbacks",
|
|
8
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
9
|
-
"category": {
|
|
10
|
-
"id": "connectors",
|
|
11
|
-
"name": "Connectors"
|
|
12
|
-
},
|
|
13
|
-
"appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
|
|
14
|
-
"elementType": {
|
|
15
|
-
"value": "bpmn:IntermediateCatchEvent",
|
|
16
|
-
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
17
|
-
},
|
|
18
|
-
"groups": [
|
|
19
|
-
{
|
|
20
|
-
"id": "endpoint",
|
|
21
|
-
"label": "Webhook configuration"
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"id": "activation",
|
|
25
|
-
"label": "Activation"
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"id": "variable-mapping",
|
|
29
|
-
"label": "Variable mapping"
|
|
30
|
-
}
|
|
31
|
-
],
|
|
32
|
-
"properties": [
|
|
33
|
-
{
|
|
34
|
-
"type": "Hidden",
|
|
35
|
-
"value": "io.camunda:webhook:1",
|
|
36
|
-
"binding": {
|
|
37
|
-
"type": "zeebe:property",
|
|
38
|
-
"name": "inbound.type"
|
|
39
|
-
}
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"type": "Hidden",
|
|
43
|
-
"generatedValue": {
|
|
44
|
-
"type": "uuid"
|
|
45
|
-
},
|
|
46
|
-
"binding": {
|
|
47
|
-
"type": "bpmn:Message#property",
|
|
48
|
-
"name": "name"
|
|
49
|
-
}
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"type": "Hidden",
|
|
53
|
-
"value": "ConfigurableInboundWebhook",
|
|
54
|
-
"binding": {
|
|
55
|
-
"type": "zeebe:property",
|
|
56
|
-
"name": "inbound.subtype"
|
|
57
|
-
}
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"label": "Webhook ID",
|
|
61
|
-
"type": "String",
|
|
62
|
-
"group": "endpoint",
|
|
63
|
-
"binding": {
|
|
64
|
-
"type": "zeebe:property",
|
|
65
|
-
"name": "inbound.context"
|
|
66
|
-
},
|
|
67
|
-
"description": "The webhook ID is a part of the URL",
|
|
68
|
-
"constraints": {
|
|
69
|
-
"notEmpty": true
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"id": "shouldValidateHmac",
|
|
74
|
-
"label": "HMAC authentication",
|
|
75
|
-
"group": "endpoint",
|
|
76
|
-
"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",
|
|
77
|
-
"value": "disabled",
|
|
78
|
-
"type": "Dropdown",
|
|
79
|
-
"choices": [
|
|
80
|
-
{
|
|
81
|
-
"name": "Enabled",
|
|
82
|
-
"value": "enabled"
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"name": "Disabled",
|
|
86
|
-
"value": "disabled"
|
|
87
|
-
}
|
|
88
|
-
],
|
|
89
|
-
"binding": {
|
|
90
|
-
"type": "zeebe:property",
|
|
91
|
-
"name": "inbound.shouldValidateHmac"
|
|
92
|
-
}
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
"label": "HMAC secret key",
|
|
96
|
-
"description": "Shared secret key",
|
|
97
|
-
"type": "String",
|
|
98
|
-
"group": "endpoint",
|
|
99
|
-
"optional": true,
|
|
100
|
-
"binding": {
|
|
101
|
-
"type": "zeebe:property",
|
|
102
|
-
"name": "inbound.hmacSecret"
|
|
103
|
-
},
|
|
104
|
-
"condition": {
|
|
105
|
-
"property": "shouldValidateHmac",
|
|
106
|
-
"equals": "enabled"
|
|
107
|
-
}
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
"label": "HMAC header",
|
|
111
|
-
"description": "Name of header attribute that will contain the HMAC value",
|
|
112
|
-
"type": "String",
|
|
113
|
-
"group": "endpoint",
|
|
114
|
-
"optional": true,
|
|
115
|
-
"binding": {
|
|
116
|
-
"type": "zeebe:property",
|
|
117
|
-
"name": "inbound.hmacHeader"
|
|
118
|
-
},
|
|
119
|
-
"condition": {
|
|
120
|
-
"property": "shouldValidateHmac",
|
|
121
|
-
"equals": "enabled"
|
|
122
|
-
}
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
"label": "HMAC algorithm",
|
|
126
|
-
"group": "endpoint",
|
|
127
|
-
"description": "Choose HMAC algorithm",
|
|
128
|
-
"value": "sha_256",
|
|
129
|
-
"type": "Dropdown",
|
|
130
|
-
"choices": [
|
|
131
|
-
{
|
|
132
|
-
"name": "SHA-1",
|
|
133
|
-
"value": "sha_1"
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
"name": "SHA-256",
|
|
137
|
-
"value": "sha_256"
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
"name": "SHA-512",
|
|
141
|
-
"value": "sha_512"
|
|
142
|
-
}
|
|
143
|
-
],
|
|
144
|
-
"binding": {
|
|
145
|
-
"type": "zeebe:property",
|
|
146
|
-
"name": "inbound.hmacAlgorithm"
|
|
147
|
-
},
|
|
148
|
-
"condition": {
|
|
149
|
-
"property": "shouldValidateHmac",
|
|
150
|
-
"equals": "enabled"
|
|
151
|
-
}
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
"label": "Correlation key (process)",
|
|
155
|
-
"type": "String",
|
|
156
|
-
"group": "activation",
|
|
157
|
-
"feel": "required",
|
|
158
|
-
"description": "Sets up the correlation key from process variables",
|
|
159
|
-
"binding": {
|
|
160
|
-
"type": "bpmn:Message#zeebe:subscription#property",
|
|
161
|
-
"name": "correlationKey"
|
|
162
|
-
},
|
|
163
|
-
"constraints": {
|
|
164
|
-
"notEmpty": true
|
|
165
|
-
}
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"label": "Correlation key (payload)",
|
|
169
|
-
"type": "String",
|
|
170
|
-
"group": "activation",
|
|
171
|
-
"feel": "required",
|
|
172
|
-
"binding": {
|
|
173
|
-
"type": "zeebe:property",
|
|
174
|
-
"name": "correlationKeyExpression"
|
|
175
|
-
},
|
|
176
|
-
"description": "Extracts the correlation key from the incoming message payload",
|
|
177
|
-
"constraints": {
|
|
178
|
-
"notEmpty": true
|
|
179
|
-
}
|
|
180
|
-
},
|
|
181
|
-
{
|
|
182
|
-
"label": "Condition",
|
|
183
|
-
"type": "String",
|
|
184
|
-
"group": "activation",
|
|
185
|
-
"feel": "required",
|
|
186
|
-
"optional": true,
|
|
187
|
-
"binding": {
|
|
188
|
-
"type": "zeebe:property",
|
|
189
|
-
"name": "activationCondition"
|
|
190
|
-
},
|
|
191
|
-
"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>"
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
"label": "Result variable",
|
|
195
|
-
"type": "String",
|
|
196
|
-
"group": "variable-mapping",
|
|
197
|
-
"optional": true,
|
|
198
|
-
"binding": {
|
|
199
|
-
"type": "zeebe:property",
|
|
200
|
-
"name": "resultVariable"
|
|
201
|
-
},
|
|
202
|
-
"description": "Name of variable to store the result of the connector in"
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"label": "Result expression",
|
|
206
|
-
"type": "String",
|
|
207
|
-
"group": "variable-mapping",
|
|
208
|
-
"feel": "required",
|
|
209
|
-
"optional": true,
|
|
210
|
-
"binding": {
|
|
211
|
-
"type": "zeebe:property",
|
|
212
|
-
"name": "resultExpression"
|
|
213
|
-
},
|
|
214
|
-
"description": "Expression to map the inbound payload to process variables"
|
|
215
|
-
}
|
|
216
|
-
],
|
|
217
|
-
"icon": {
|
|
218
|
-
"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"
|
|
219
|
-
},
|
|
220
|
-
"engines": {
|
|
221
|
-
"camunda": "^8.2"
|
|
222
|
-
}
|
|
223
|
-
},
|
|
224
|
-
{
|
|
225
|
-
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
226
|
-
"name": "Webhook connector",
|
|
4
|
+
"name": "Webhook Intermediate Catch Event Connector",
|
|
227
5
|
"id": "io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1",
|
|
228
|
-
"version":
|
|
6
|
+
"version": 6,
|
|
229
7
|
"description": "Configure webhook to receive callbacks",
|
|
230
8
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
231
9
|
"category": {
|
|
@@ -257,6 +35,10 @@
|
|
|
257
35
|
{
|
|
258
36
|
"id": "variable-mapping",
|
|
259
37
|
"label": "Variable mapping"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"id": "webhookResponse",
|
|
41
|
+
"label": "Webhook response"
|
|
260
42
|
}
|
|
261
43
|
],
|
|
262
44
|
"properties": [
|
|
@@ -330,7 +112,11 @@
|
|
|
330
112
|
},
|
|
331
113
|
"description": "The webhook ID is a part of the URL",
|
|
332
114
|
"constraints": {
|
|
333
|
-
"notEmpty": true
|
|
115
|
+
"notEmpty": true,
|
|
116
|
+
"pattern": {
|
|
117
|
+
"value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
|
|
118
|
+
"message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
|
|
119
|
+
}
|
|
334
120
|
}
|
|
335
121
|
},
|
|
336
122
|
{
|
|
@@ -609,6 +395,18 @@
|
|
|
609
395
|
"notEmpty": true
|
|
610
396
|
}
|
|
611
397
|
},
|
|
398
|
+
{
|
|
399
|
+
"label": "Message ID expression",
|
|
400
|
+
"feel": "required",
|
|
401
|
+
"type": "String",
|
|
402
|
+
"optional": true,
|
|
403
|
+
"group": "activation",
|
|
404
|
+
"binding": {
|
|
405
|
+
"type": "zeebe:property",
|
|
406
|
+
"name": "messageIdExpression"
|
|
407
|
+
},
|
|
408
|
+
"description": "Expression to extract unique identifier of a message"
|
|
409
|
+
},
|
|
612
410
|
{
|
|
613
411
|
"label": "Condition",
|
|
614
412
|
"type": "String",
|
|
@@ -643,20 +441,1099 @@
|
|
|
643
441
|
"name": "resultExpression"
|
|
644
442
|
},
|
|
645
443
|
"description": "Expression to map the inbound payload to process variables"
|
|
646
|
-
}
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
444
|
+
},
|
|
445
|
+
{
|
|
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",
|
|
450
|
+
"feel": "required",
|
|
451
|
+
"optional": true,
|
|
452
|
+
"binding": {
|
|
453
|
+
"type": "zeebe:property",
|
|
454
|
+
"name": "inbound.verificationExpression"
|
|
455
|
+
}
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"label": "Response body expression",
|
|
459
|
+
"type": "Text",
|
|
460
|
+
"group": "webhookResponse",
|
|
461
|
+
"feel": "required",
|
|
462
|
+
"optional": true,
|
|
463
|
+
"binding": {
|
|
464
|
+
"type": "zeebe:property",
|
|
465
|
+
"name": "inbound.responseBodyExpression"
|
|
466
|
+
},
|
|
467
|
+
"description": "Specify condition and response"
|
|
468
|
+
}
|
|
469
|
+
],
|
|
470
|
+
"icon": {
|
|
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"
|
|
475
|
+
}
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
479
|
+
"name": "Webhook Intermediate Catch Event Connector",
|
|
480
|
+
"id": "io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1",
|
|
481
|
+
"version": 4,
|
|
482
|
+
"description": "Configure webhook to receive callbacks",
|
|
483
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
484
|
+
"category": {
|
|
485
|
+
"id": "connectors",
|
|
486
|
+
"name": "Connectors"
|
|
487
|
+
},
|
|
488
|
+
"appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
|
|
489
|
+
"elementType": {
|
|
490
|
+
"value": "bpmn:IntermediateCatchEvent",
|
|
491
|
+
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
492
|
+
},
|
|
493
|
+
"groups": [
|
|
494
|
+
{
|
|
495
|
+
"id": "endpoint",
|
|
496
|
+
"label": "Webhook configuration"
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"id": "authentication",
|
|
500
|
+
"label": "Authentication"
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"id": "authorization",
|
|
504
|
+
"label": "Authorization"
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"id": "activation",
|
|
508
|
+
"label": "Activation"
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"id": "variable-mapping",
|
|
512
|
+
"label": "Variable mapping"
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"id": "webhookResponse",
|
|
516
|
+
"label": "Webhook response"
|
|
517
|
+
}
|
|
518
|
+
],
|
|
519
|
+
"properties": [
|
|
520
|
+
{
|
|
521
|
+
"type": "Hidden",
|
|
522
|
+
"value": "io.camunda:webhook:1",
|
|
523
|
+
"binding": {
|
|
524
|
+
"type": "zeebe:property",
|
|
525
|
+
"name": "inbound.type"
|
|
526
|
+
}
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
"type": "Hidden",
|
|
530
|
+
"generatedValue": {
|
|
531
|
+
"type": "uuid"
|
|
532
|
+
},
|
|
533
|
+
"binding": {
|
|
534
|
+
"type": "bpmn:Message#property",
|
|
535
|
+
"name": "name"
|
|
536
|
+
}
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"type": "Hidden",
|
|
540
|
+
"value": "ConfigurableInboundWebhook",
|
|
541
|
+
"binding": {
|
|
542
|
+
"type": "zeebe:property",
|
|
543
|
+
"name": "inbound.subtype"
|
|
544
|
+
}
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"id": "webhookMethod",
|
|
548
|
+
"label": "Webhook method",
|
|
549
|
+
"group": "endpoint",
|
|
550
|
+
"description": "Select HTTP method",
|
|
551
|
+
"value": "any",
|
|
552
|
+
"type": "Dropdown",
|
|
553
|
+
"choices": [
|
|
554
|
+
{
|
|
555
|
+
"name": "Any",
|
|
556
|
+
"value": "any"
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
"name": "Get",
|
|
560
|
+
"value": "get"
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"name": "Post",
|
|
564
|
+
"value": "post"
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"name": "Put",
|
|
568
|
+
"value": "put"
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"name": "Delete",
|
|
572
|
+
"value": "delete"
|
|
573
|
+
}
|
|
574
|
+
],
|
|
575
|
+
"binding": {
|
|
576
|
+
"type": "zeebe:property",
|
|
577
|
+
"name": "inbound.method"
|
|
578
|
+
}
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"label": "Webhook ID",
|
|
582
|
+
"type": "String",
|
|
583
|
+
"group": "endpoint",
|
|
584
|
+
"binding": {
|
|
585
|
+
"type": "zeebe:property",
|
|
586
|
+
"name": "inbound.context"
|
|
587
|
+
},
|
|
588
|
+
"description": "The webhook ID is a part of the URL",
|
|
589
|
+
"constraints": {
|
|
590
|
+
"notEmpty": true
|
|
591
|
+
}
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"id": "shouldValidateHmac",
|
|
595
|
+
"label": "HMAC authentication",
|
|
596
|
+
"group": "authentication",
|
|
597
|
+
"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",
|
|
598
|
+
"value": "disabled",
|
|
599
|
+
"type": "Dropdown",
|
|
600
|
+
"choices": [
|
|
601
|
+
{
|
|
602
|
+
"name": "Enabled",
|
|
603
|
+
"value": "enabled"
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"name": "Disabled",
|
|
607
|
+
"value": "disabled"
|
|
608
|
+
}
|
|
609
|
+
],
|
|
610
|
+
"binding": {
|
|
611
|
+
"type": "zeebe:property",
|
|
612
|
+
"name": "inbound.shouldValidateHmac"
|
|
613
|
+
}
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"label": "HMAC secret key",
|
|
617
|
+
"description": "Shared secret key",
|
|
618
|
+
"type": "String",
|
|
619
|
+
"group": "authentication",
|
|
620
|
+
"optional": true,
|
|
621
|
+
"binding": {
|
|
622
|
+
"type": "zeebe:property",
|
|
623
|
+
"name": "inbound.hmacSecret"
|
|
624
|
+
},
|
|
625
|
+
"condition": {
|
|
626
|
+
"property": "shouldValidateHmac",
|
|
627
|
+
"equals": "enabled"
|
|
628
|
+
}
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"label": "HMAC header",
|
|
632
|
+
"description": "Name of header attribute that will contain the HMAC value",
|
|
633
|
+
"type": "String",
|
|
634
|
+
"group": "authentication",
|
|
635
|
+
"optional": true,
|
|
636
|
+
"binding": {
|
|
637
|
+
"type": "zeebe:property",
|
|
638
|
+
"name": "inbound.hmacHeader"
|
|
639
|
+
},
|
|
640
|
+
"condition": {
|
|
641
|
+
"property": "shouldValidateHmac",
|
|
642
|
+
"equals": "enabled"
|
|
643
|
+
}
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"label": "HMAC algorithm",
|
|
647
|
+
"group": "authentication",
|
|
648
|
+
"description": "Choose HMAC algorithm",
|
|
649
|
+
"value": "sha_256",
|
|
650
|
+
"type": "Dropdown",
|
|
651
|
+
"choices": [
|
|
652
|
+
{
|
|
653
|
+
"name": "SHA-1",
|
|
654
|
+
"value": "sha_1"
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"name": "SHA-256",
|
|
658
|
+
"value": "sha_256"
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
"name": "SHA-512",
|
|
662
|
+
"value": "sha_512"
|
|
663
|
+
}
|
|
664
|
+
],
|
|
665
|
+
"binding": {
|
|
666
|
+
"type": "zeebe:property",
|
|
667
|
+
"name": "inbound.hmacAlgorithm"
|
|
668
|
+
},
|
|
669
|
+
"condition": {
|
|
670
|
+
"property": "shouldValidateHmac",
|
|
671
|
+
"equals": "enabled"
|
|
672
|
+
}
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"label": "HMAC scopes",
|
|
676
|
+
"group": "authentication",
|
|
677
|
+
"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
|
+
"feel": "required",
|
|
679
|
+
"type": "String",
|
|
680
|
+
"optional": true,
|
|
681
|
+
"binding": {
|
|
682
|
+
"type": "zeebe:property",
|
|
683
|
+
"name": "inbound.hmacScopes"
|
|
684
|
+
},
|
|
685
|
+
"condition": {
|
|
686
|
+
"property": "shouldValidateHmac",
|
|
687
|
+
"equals": "enabled"
|
|
688
|
+
}
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"id": "authorizationType",
|
|
692
|
+
"label": "Authorization type",
|
|
693
|
+
"group": "authorization",
|
|
694
|
+
"description": "Choose the authorization type.",
|
|
695
|
+
"value": "NONE",
|
|
696
|
+
"type": "Dropdown",
|
|
697
|
+
"choices": [
|
|
698
|
+
{
|
|
699
|
+
"name": "None",
|
|
700
|
+
"value": "NONE"
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"name": "JWT",
|
|
704
|
+
"value": "JWT"
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"name": "Basic",
|
|
708
|
+
"value": "BASIC"
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
"name": "API Key",
|
|
712
|
+
"value": "APIKEY"
|
|
713
|
+
}
|
|
714
|
+
],
|
|
715
|
+
"binding": {
|
|
716
|
+
"type": "zeebe:property",
|
|
717
|
+
"name": "inbound.auth.type"
|
|
718
|
+
}
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
"label": "JWK url",
|
|
722
|
+
"description": "Well-known url of JWKs",
|
|
723
|
+
"type": "String",
|
|
724
|
+
"group": "authorization",
|
|
725
|
+
"feel": "optional",
|
|
726
|
+
"optional": true,
|
|
727
|
+
"binding": {
|
|
728
|
+
"type": "zeebe:property",
|
|
729
|
+
"name": "inbound.auth.jwt.jwkUrl"
|
|
730
|
+
},
|
|
731
|
+
"condition": {
|
|
732
|
+
"property": "authorizationType",
|
|
733
|
+
"equals": "JWT"
|
|
734
|
+
}
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"label": "JWT role property expression",
|
|
738
|
+
"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>",
|
|
739
|
+
"type": "String",
|
|
740
|
+
"group": "authorization",
|
|
741
|
+
"feel": "required",
|
|
742
|
+
"optional": true,
|
|
743
|
+
"binding": {
|
|
744
|
+
"type": "zeebe:property",
|
|
745
|
+
"name": "inbound.auth.jwt.permissionsExpression"
|
|
746
|
+
},
|
|
747
|
+
"condition": {
|
|
748
|
+
"property": "authorizationType",
|
|
749
|
+
"equals": "JWT"
|
|
750
|
+
}
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"label": "Required roles",
|
|
754
|
+
"description": "List of roles to test JWT roles against",
|
|
755
|
+
"type": "String",
|
|
756
|
+
"group": "authorization",
|
|
757
|
+
"feel": "required",
|
|
758
|
+
"optional": true,
|
|
759
|
+
"binding": {
|
|
760
|
+
"type": "zeebe:property",
|
|
761
|
+
"name": "inbound.auth.jwt.requiredPermissions"
|
|
762
|
+
},
|
|
763
|
+
"condition": {
|
|
764
|
+
"property": "authorizationType",
|
|
765
|
+
"equals": "JWT"
|
|
766
|
+
}
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"label": "Username",
|
|
770
|
+
"description": "Username for basic authentication",
|
|
771
|
+
"type": "String",
|
|
772
|
+
"group": "authorization",
|
|
773
|
+
"feel": "optional",
|
|
774
|
+
"binding": {
|
|
775
|
+
"type": "zeebe:property",
|
|
776
|
+
"name": "inbound.auth.username"
|
|
777
|
+
},
|
|
778
|
+
"condition": {
|
|
779
|
+
"property": "authorizationType",
|
|
780
|
+
"equals": "BASIC"
|
|
781
|
+
},
|
|
782
|
+
"constraints": {
|
|
783
|
+
"notEmpty": true
|
|
784
|
+
}
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"label": "Password",
|
|
788
|
+
"description": "Password for basic authentication",
|
|
789
|
+
"type": "String",
|
|
790
|
+
"group": "authorization",
|
|
791
|
+
"feel": "optional",
|
|
792
|
+
"binding": {
|
|
793
|
+
"type": "zeebe:property",
|
|
794
|
+
"name": "inbound.auth.password"
|
|
795
|
+
},
|
|
796
|
+
"condition": {
|
|
797
|
+
"property": "authorizationType",
|
|
798
|
+
"equals": "BASIC"
|
|
799
|
+
},
|
|
800
|
+
"constraints": {
|
|
801
|
+
"notEmpty": true
|
|
802
|
+
}
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"label": "API Key",
|
|
806
|
+
"description": "Expected API key",
|
|
807
|
+
"type": "String",
|
|
808
|
+
"group": "authorization",
|
|
809
|
+
"feel": "optional",
|
|
810
|
+
"binding": {
|
|
811
|
+
"type": "zeebe:property",
|
|
812
|
+
"name": "inbound.auth.apiKey"
|
|
813
|
+
},
|
|
814
|
+
"condition": {
|
|
815
|
+
"property": "authorizationType",
|
|
816
|
+
"equals": "APIKEY"
|
|
817
|
+
},
|
|
818
|
+
"constraints": {
|
|
819
|
+
"notEmpty": true
|
|
820
|
+
}
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"label": "API Key locator",
|
|
824
|
+
"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>",
|
|
825
|
+
"type": "String",
|
|
826
|
+
"group": "authorization",
|
|
827
|
+
"feel": "required",
|
|
828
|
+
"binding": {
|
|
829
|
+
"type": "zeebe:property",
|
|
830
|
+
"name": "inbound.auth.apiKeyLocator"
|
|
831
|
+
},
|
|
832
|
+
"condition": {
|
|
833
|
+
"property": "authorizationType",
|
|
834
|
+
"equals": "APIKEY"
|
|
835
|
+
},
|
|
836
|
+
"constraints": {
|
|
837
|
+
"notEmpty": true
|
|
838
|
+
},
|
|
839
|
+
"value": "=split(request.headers.authorization, \" \")[2]"
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
"label": "Correlation key (process)",
|
|
843
|
+
"type": "String",
|
|
844
|
+
"group": "activation",
|
|
845
|
+
"feel": "required",
|
|
846
|
+
"description": "Sets up the correlation key from process variables",
|
|
847
|
+
"binding": {
|
|
848
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
849
|
+
"name": "correlationKey"
|
|
850
|
+
},
|
|
851
|
+
"constraints": {
|
|
852
|
+
"notEmpty": true
|
|
853
|
+
}
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"label": "Correlation key (payload)",
|
|
857
|
+
"type": "String",
|
|
858
|
+
"group": "activation",
|
|
859
|
+
"feel": "required",
|
|
860
|
+
"binding": {
|
|
861
|
+
"type": "zeebe:property",
|
|
862
|
+
"name": "correlationKeyExpression"
|
|
863
|
+
},
|
|
864
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
865
|
+
"constraints": {
|
|
866
|
+
"notEmpty": true
|
|
867
|
+
}
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
"label": "Condition",
|
|
871
|
+
"type": "String",
|
|
872
|
+
"group": "activation",
|
|
873
|
+
"feel": "required",
|
|
874
|
+
"optional": true,
|
|
875
|
+
"binding": {
|
|
876
|
+
"type": "zeebe:property",
|
|
877
|
+
"name": "activationCondition"
|
|
878
|
+
},
|
|
879
|
+
"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>"
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
"label": "Result variable",
|
|
883
|
+
"type": "String",
|
|
884
|
+
"group": "variable-mapping",
|
|
885
|
+
"optional": true,
|
|
886
|
+
"binding": {
|
|
887
|
+
"type": "zeebe:property",
|
|
888
|
+
"name": "resultVariable"
|
|
889
|
+
},
|
|
890
|
+
"description": "Name of variable to store the result of the connector in"
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
"label": "Result expression",
|
|
894
|
+
"type": "String",
|
|
895
|
+
"group": "variable-mapping",
|
|
896
|
+
"feel": "required",
|
|
897
|
+
"optional": true,
|
|
898
|
+
"binding": {
|
|
899
|
+
"type": "zeebe:property",
|
|
900
|
+
"name": "resultExpression"
|
|
901
|
+
},
|
|
902
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"label": "Response body expression",
|
|
906
|
+
"type": "Text",
|
|
907
|
+
"group": "webhookResponse",
|
|
908
|
+
"feel": "required",
|
|
909
|
+
"optional": true,
|
|
910
|
+
"binding": {
|
|
911
|
+
"type": "zeebe:property",
|
|
912
|
+
"name": "inbound.responseBodyExpression"
|
|
913
|
+
},
|
|
914
|
+
"description": "Specify condition and response"
|
|
915
|
+
}
|
|
916
|
+
],
|
|
917
|
+
"icon": {
|
|
918
|
+
"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"
|
|
919
|
+
},
|
|
920
|
+
"engines": {
|
|
921
|
+
"camunda": "^8.2"
|
|
922
|
+
}
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
926
|
+
"name": "Webhook Intermediate Event Connector",
|
|
927
|
+
"id": "io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1",
|
|
928
|
+
"description": "Configure webhook to receive callbacks",
|
|
929
|
+
"metadata": {
|
|
930
|
+
"keywords": []
|
|
931
|
+
},
|
|
932
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
|
|
933
|
+
"version": 13,
|
|
934
|
+
"category": {
|
|
935
|
+
"id": "connectors",
|
|
936
|
+
"name": "Connectors"
|
|
937
|
+
},
|
|
938
|
+
"appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
|
|
939
|
+
"elementType": {
|
|
940
|
+
"value": "bpmn:IntermediateCatchEvent",
|
|
941
|
+
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
942
|
+
},
|
|
943
|
+
"engines": {
|
|
944
|
+
"camunda": "^8.3"
|
|
945
|
+
},
|
|
946
|
+
"groups": [
|
|
947
|
+
{
|
|
948
|
+
"id": "endpoint",
|
|
949
|
+
"label": "Webhook configuration"
|
|
950
|
+
},
|
|
951
|
+
{
|
|
952
|
+
"id": "authentication",
|
|
953
|
+
"label": "Authentication"
|
|
954
|
+
},
|
|
955
|
+
{
|
|
956
|
+
"id": "authorization",
|
|
957
|
+
"label": "Authorization"
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
"id": "webhookResponse",
|
|
961
|
+
"label": "Webhook response"
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
"id": "activation",
|
|
965
|
+
"label": "Activation"
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
"id": "correlation",
|
|
969
|
+
"label": "Correlation",
|
|
970
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"id": "deduplication",
|
|
974
|
+
"label": "Deduplication",
|
|
975
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
976
|
+
},
|
|
977
|
+
{
|
|
978
|
+
"id": "output",
|
|
979
|
+
"label": "Output mapping"
|
|
980
|
+
}
|
|
981
|
+
],
|
|
982
|
+
"properties": [
|
|
983
|
+
{
|
|
984
|
+
"value": "io.camunda:webhook:1",
|
|
985
|
+
"binding": {
|
|
986
|
+
"name": "inbound.type",
|
|
987
|
+
"type": "zeebe:property"
|
|
988
|
+
},
|
|
989
|
+
"type": "Hidden"
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
"id": "inbound.method",
|
|
993
|
+
"label": "Webhook method",
|
|
994
|
+
"description": "Select HTTP method",
|
|
995
|
+
"optional": false,
|
|
996
|
+
"value": "any",
|
|
997
|
+
"group": "endpoint",
|
|
998
|
+
"binding": {
|
|
999
|
+
"name": "inbound.method",
|
|
1000
|
+
"type": "zeebe:property"
|
|
1001
|
+
},
|
|
1002
|
+
"type": "Dropdown",
|
|
1003
|
+
"choices": [
|
|
1004
|
+
{
|
|
1005
|
+
"name": "Any",
|
|
1006
|
+
"value": "any"
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
"name": "GET",
|
|
1010
|
+
"value": "get"
|
|
1011
|
+
},
|
|
1012
|
+
{
|
|
1013
|
+
"name": "POST",
|
|
1014
|
+
"value": "post"
|
|
1015
|
+
},
|
|
1016
|
+
{
|
|
1017
|
+
"name": "PUT",
|
|
1018
|
+
"value": "put"
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
"name": "DELETE",
|
|
1022
|
+
"value": "delete"
|
|
1023
|
+
}
|
|
1024
|
+
]
|
|
1025
|
+
},
|
|
1026
|
+
{
|
|
1027
|
+
"id": "inbound.context",
|
|
1028
|
+
"label": "Webhook ID",
|
|
1029
|
+
"description": "The webhook ID is a part of the URL",
|
|
1030
|
+
"optional": false,
|
|
1031
|
+
"constraints": {
|
|
1032
|
+
"notEmpty": true,
|
|
1033
|
+
"pattern": {
|
|
1034
|
+
"value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
|
|
1035
|
+
"message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
|
|
1036
|
+
}
|
|
1037
|
+
},
|
|
1038
|
+
"group": "endpoint",
|
|
1039
|
+
"binding": {
|
|
1040
|
+
"name": "inbound.context",
|
|
1041
|
+
"type": "zeebe:property"
|
|
1042
|
+
},
|
|
1043
|
+
"type": "String"
|
|
1044
|
+
},
|
|
1045
|
+
{
|
|
1046
|
+
"id": "inbound.shouldValidateHmac",
|
|
1047
|
+
"label": "HMAC authentication",
|
|
1048
|
+
"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",
|
|
1049
|
+
"optional": false,
|
|
1050
|
+
"value": "disabled",
|
|
1051
|
+
"group": "authentication",
|
|
1052
|
+
"binding": {
|
|
1053
|
+
"name": "inbound.shouldValidateHmac",
|
|
1054
|
+
"type": "zeebe:property"
|
|
1055
|
+
},
|
|
1056
|
+
"type": "Dropdown",
|
|
1057
|
+
"choices": [
|
|
1058
|
+
{
|
|
1059
|
+
"name": "Enabled",
|
|
1060
|
+
"value": "enabled"
|
|
1061
|
+
},
|
|
1062
|
+
{
|
|
1063
|
+
"name": "Disabled",
|
|
1064
|
+
"value": "disabled"
|
|
1065
|
+
}
|
|
1066
|
+
]
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
"id": "inbound.hmacSecret",
|
|
1070
|
+
"label": "HMAC secret key",
|
|
1071
|
+
"description": "Shared secret key",
|
|
1072
|
+
"optional": true,
|
|
1073
|
+
"feel": "optional",
|
|
1074
|
+
"group": "authentication",
|
|
1075
|
+
"binding": {
|
|
1076
|
+
"name": "inbound.hmacSecret",
|
|
1077
|
+
"type": "zeebe:property"
|
|
1078
|
+
},
|
|
1079
|
+
"condition": {
|
|
1080
|
+
"property": "inbound.shouldValidateHmac",
|
|
1081
|
+
"equals": "enabled",
|
|
1082
|
+
"type": "simple"
|
|
1083
|
+
},
|
|
1084
|
+
"type": "String"
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
"id": "inbound.hmacHeader",
|
|
1088
|
+
"label": "HMAC header",
|
|
1089
|
+
"description": "Name of header attribute that will contain the HMAC value",
|
|
1090
|
+
"optional": true,
|
|
1091
|
+
"feel": "optional",
|
|
1092
|
+
"group": "authentication",
|
|
1093
|
+
"binding": {
|
|
1094
|
+
"name": "inbound.hmacHeader",
|
|
1095
|
+
"type": "zeebe:property"
|
|
1096
|
+
},
|
|
1097
|
+
"condition": {
|
|
1098
|
+
"property": "inbound.shouldValidateHmac",
|
|
1099
|
+
"equals": "enabled",
|
|
1100
|
+
"type": "simple"
|
|
1101
|
+
},
|
|
1102
|
+
"type": "String"
|
|
1103
|
+
},
|
|
1104
|
+
{
|
|
1105
|
+
"id": "inbound.hmacAlgorithm",
|
|
1106
|
+
"label": "HMAC algorithm",
|
|
1107
|
+
"description": "Choose HMAC algorithm",
|
|
1108
|
+
"optional": false,
|
|
1109
|
+
"value": "sha_256",
|
|
1110
|
+
"group": "authentication",
|
|
1111
|
+
"binding": {
|
|
1112
|
+
"name": "inbound.hmacAlgorithm",
|
|
1113
|
+
"type": "zeebe:property"
|
|
1114
|
+
},
|
|
1115
|
+
"condition": {
|
|
1116
|
+
"property": "inbound.shouldValidateHmac",
|
|
1117
|
+
"equals": "enabled",
|
|
1118
|
+
"type": "simple"
|
|
1119
|
+
},
|
|
1120
|
+
"type": "Dropdown",
|
|
1121
|
+
"choices": [
|
|
1122
|
+
{
|
|
1123
|
+
"name": "SHA-1",
|
|
1124
|
+
"value": "sha_1"
|
|
1125
|
+
},
|
|
1126
|
+
{
|
|
1127
|
+
"name": "SHA-256",
|
|
1128
|
+
"value": "sha_256"
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
"name": "SHA-512",
|
|
1132
|
+
"value": "sha_512"
|
|
1133
|
+
}
|
|
1134
|
+
]
|
|
1135
|
+
},
|
|
1136
|
+
{
|
|
1137
|
+
"id": "inbound.hmacScopes",
|
|
1138
|
+
"label": "HMAC scopes",
|
|
1139
|
+
"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>",
|
|
1140
|
+
"optional": true,
|
|
1141
|
+
"feel": "required",
|
|
1142
|
+
"group": "authentication",
|
|
1143
|
+
"binding": {
|
|
1144
|
+
"name": "inbound.hmacScopes",
|
|
1145
|
+
"type": "zeebe:property"
|
|
1146
|
+
},
|
|
1147
|
+
"condition": {
|
|
1148
|
+
"property": "inbound.shouldValidateHmac",
|
|
1149
|
+
"equals": "enabled",
|
|
1150
|
+
"type": "simple"
|
|
1151
|
+
},
|
|
1152
|
+
"type": "String"
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"id": "inbound.auth.type",
|
|
1156
|
+
"label": "Authorization type",
|
|
1157
|
+
"description": "Choose the authorization type",
|
|
1158
|
+
"value": "NONE",
|
|
1159
|
+
"group": "authorization",
|
|
1160
|
+
"binding": {
|
|
1161
|
+
"name": "inbound.auth.type",
|
|
1162
|
+
"type": "zeebe:property"
|
|
1163
|
+
},
|
|
1164
|
+
"type": "Dropdown",
|
|
1165
|
+
"choices": [
|
|
1166
|
+
{
|
|
1167
|
+
"name": "None",
|
|
1168
|
+
"value": "NONE"
|
|
1169
|
+
},
|
|
1170
|
+
{
|
|
1171
|
+
"name": "Basic",
|
|
1172
|
+
"value": "BASIC"
|
|
1173
|
+
},
|
|
1174
|
+
{
|
|
1175
|
+
"name": "API key",
|
|
1176
|
+
"value": "APIKEY"
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
"name": "JWT",
|
|
1180
|
+
"value": "JWT"
|
|
1181
|
+
}
|
|
1182
|
+
]
|
|
1183
|
+
},
|
|
1184
|
+
{
|
|
1185
|
+
"id": "inbound.auth.username",
|
|
1186
|
+
"label": "Username",
|
|
1187
|
+
"description": "Username for basic authentication",
|
|
1188
|
+
"optional": false,
|
|
1189
|
+
"feel": "optional",
|
|
1190
|
+
"group": "authorization",
|
|
1191
|
+
"binding": {
|
|
1192
|
+
"name": "inbound.auth.username",
|
|
1193
|
+
"type": "zeebe:property"
|
|
1194
|
+
},
|
|
1195
|
+
"condition": {
|
|
1196
|
+
"property": "inbound.auth.type",
|
|
1197
|
+
"equals": "BASIC",
|
|
1198
|
+
"type": "simple"
|
|
1199
|
+
},
|
|
1200
|
+
"type": "String"
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
"id": "inbound.auth.password",
|
|
1204
|
+
"label": "Password",
|
|
1205
|
+
"description": "Password for basic authentication",
|
|
1206
|
+
"optional": false,
|
|
1207
|
+
"feel": "optional",
|
|
1208
|
+
"group": "authorization",
|
|
1209
|
+
"binding": {
|
|
1210
|
+
"name": "inbound.auth.password",
|
|
1211
|
+
"type": "zeebe:property"
|
|
1212
|
+
},
|
|
1213
|
+
"condition": {
|
|
1214
|
+
"property": "inbound.auth.type",
|
|
1215
|
+
"equals": "BASIC",
|
|
1216
|
+
"type": "simple"
|
|
1217
|
+
},
|
|
1218
|
+
"type": "String"
|
|
1219
|
+
},
|
|
1220
|
+
{
|
|
1221
|
+
"id": "inbound.auth.apiKey",
|
|
1222
|
+
"label": "API key",
|
|
1223
|
+
"description": "Expected API key",
|
|
1224
|
+
"optional": false,
|
|
1225
|
+
"feel": "optional",
|
|
1226
|
+
"group": "authorization",
|
|
1227
|
+
"binding": {
|
|
1228
|
+
"name": "inbound.auth.apiKey",
|
|
1229
|
+
"type": "zeebe:property"
|
|
1230
|
+
},
|
|
1231
|
+
"condition": {
|
|
1232
|
+
"property": "inbound.auth.type",
|
|
1233
|
+
"equals": "APIKEY",
|
|
1234
|
+
"type": "simple"
|
|
1235
|
+
},
|
|
1236
|
+
"type": "String"
|
|
1237
|
+
},
|
|
1238
|
+
{
|
|
1239
|
+
"id": "inbound.auth.apiKeyLocator",
|
|
1240
|
+
"label": "API key locator",
|
|
1241
|
+
"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>",
|
|
1242
|
+
"optional": false,
|
|
1243
|
+
"value": "=split(request.headers.authorization, \" \")[2]",
|
|
1244
|
+
"constraints": {
|
|
1245
|
+
"notEmpty": true
|
|
1246
|
+
},
|
|
1247
|
+
"feel": "required",
|
|
1248
|
+
"group": "authorization",
|
|
1249
|
+
"binding": {
|
|
1250
|
+
"name": "inbound.auth.apiKeyLocator",
|
|
1251
|
+
"type": "zeebe:property"
|
|
1252
|
+
},
|
|
1253
|
+
"condition": {
|
|
1254
|
+
"property": "inbound.auth.type",
|
|
1255
|
+
"equals": "APIKEY",
|
|
1256
|
+
"type": "simple"
|
|
1257
|
+
},
|
|
1258
|
+
"type": "String"
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
"id": "inbound.auth.jwt.jwkUrl",
|
|
1262
|
+
"label": "JWK URL",
|
|
1263
|
+
"description": "Well-known URL of JWKs",
|
|
1264
|
+
"optional": false,
|
|
1265
|
+
"feel": "optional",
|
|
1266
|
+
"group": "authorization",
|
|
1267
|
+
"binding": {
|
|
1268
|
+
"name": "inbound.auth.jwt.jwkUrl",
|
|
1269
|
+
"type": "zeebe:property"
|
|
1270
|
+
},
|
|
1271
|
+
"condition": {
|
|
1272
|
+
"property": "inbound.auth.type",
|
|
1273
|
+
"equals": "JWT",
|
|
1274
|
+
"type": "simple"
|
|
1275
|
+
},
|
|
1276
|
+
"type": "String"
|
|
1277
|
+
},
|
|
1278
|
+
{
|
|
1279
|
+
"id": "inbound.auth.jwt.permissionsExpression",
|
|
1280
|
+
"label": "JWT role property expression",
|
|
1281
|
+
"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>",
|
|
1282
|
+
"optional": false,
|
|
1283
|
+
"feel": "required",
|
|
1284
|
+
"group": "authorization",
|
|
1285
|
+
"binding": {
|
|
1286
|
+
"name": "inbound.auth.jwt.permissionsExpression",
|
|
1287
|
+
"type": "zeebe:property"
|
|
1288
|
+
},
|
|
1289
|
+
"condition": {
|
|
1290
|
+
"property": "inbound.auth.type",
|
|
1291
|
+
"equals": "JWT",
|
|
1292
|
+
"type": "simple"
|
|
1293
|
+
},
|
|
1294
|
+
"type": "String"
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
"id": "inbound.auth.jwt.requiredPermissions",
|
|
1298
|
+
"label": "Required roles",
|
|
1299
|
+
"description": "List of roles to test JWT roles against",
|
|
1300
|
+
"optional": false,
|
|
1301
|
+
"feel": "required",
|
|
1302
|
+
"group": "authorization",
|
|
1303
|
+
"binding": {
|
|
1304
|
+
"name": "inbound.auth.jwt.requiredPermissions",
|
|
1305
|
+
"type": "zeebe:property"
|
|
1306
|
+
},
|
|
1307
|
+
"condition": {
|
|
1308
|
+
"property": "inbound.auth.type",
|
|
1309
|
+
"equals": "JWT",
|
|
1310
|
+
"type": "simple"
|
|
1311
|
+
},
|
|
1312
|
+
"type": "String"
|
|
1313
|
+
},
|
|
1314
|
+
{
|
|
1315
|
+
"id": "inbound.responseExpression",
|
|
1316
|
+
"label": "Response expression",
|
|
1317
|
+
"description": "Expression used to generate the HTTP response",
|
|
1318
|
+
"optional": true,
|
|
1319
|
+
"feel": "required",
|
|
1320
|
+
"group": "webhookResponse",
|
|
1321
|
+
"binding": {
|
|
1322
|
+
"name": "inbound.responseExpression",
|
|
1323
|
+
"type": "zeebe:property"
|
|
1324
|
+
},
|
|
1325
|
+
"type": "Text"
|
|
1326
|
+
},
|
|
1327
|
+
{
|
|
1328
|
+
"id": "inbound.verificationExpression",
|
|
1329
|
+
"label": "One time verification response expression",
|
|
1330
|
+
"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>",
|
|
1331
|
+
"optional": true,
|
|
1332
|
+
"feel": "required",
|
|
1333
|
+
"group": "webhookResponse",
|
|
1334
|
+
"binding": {
|
|
1335
|
+
"name": "inbound.verificationExpression",
|
|
1336
|
+
"type": "zeebe:property"
|
|
1337
|
+
},
|
|
1338
|
+
"type": "Text"
|
|
1339
|
+
},
|
|
1340
|
+
{
|
|
1341
|
+
"id": "activationCondition",
|
|
1342
|
+
"label": "Activation condition",
|
|
1343
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1344
|
+
"optional": true,
|
|
1345
|
+
"feel": "required",
|
|
1346
|
+
"group": "activation",
|
|
1347
|
+
"binding": {
|
|
1348
|
+
"name": "activationCondition",
|
|
1349
|
+
"type": "zeebe:property"
|
|
1350
|
+
},
|
|
1351
|
+
"type": "String"
|
|
1352
|
+
},
|
|
1353
|
+
{
|
|
1354
|
+
"id": "consumeUnmatchedEvents",
|
|
1355
|
+
"label": "Consume unmatched events",
|
|
1356
|
+
"value": true,
|
|
1357
|
+
"group": "activation",
|
|
1358
|
+
"binding": {
|
|
1359
|
+
"name": "consumeUnmatchedEvents",
|
|
1360
|
+
"type": "zeebe:property"
|
|
1361
|
+
},
|
|
1362
|
+
"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",
|
|
1363
|
+
"type": "Boolean"
|
|
1364
|
+
},
|
|
1365
|
+
{
|
|
1366
|
+
"id": "correlationKeyProcess",
|
|
1367
|
+
"label": "Correlation key (process)",
|
|
1368
|
+
"description": "Sets up the correlation key from process variables",
|
|
1369
|
+
"constraints": {
|
|
1370
|
+
"notEmpty": true
|
|
1371
|
+
},
|
|
1372
|
+
"feel": "required",
|
|
1373
|
+
"group": "correlation",
|
|
1374
|
+
"binding": {
|
|
1375
|
+
"name": "correlationKey",
|
|
1376
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
1377
|
+
},
|
|
1378
|
+
"type": "String"
|
|
1379
|
+
},
|
|
1380
|
+
{
|
|
1381
|
+
"id": "correlationKeyPayload",
|
|
1382
|
+
"label": "Correlation key (payload)",
|
|
1383
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
1384
|
+
"constraints": {
|
|
1385
|
+
"notEmpty": true
|
|
1386
|
+
},
|
|
1387
|
+
"feel": "required",
|
|
1388
|
+
"group": "correlation",
|
|
1389
|
+
"binding": {
|
|
1390
|
+
"name": "correlationKeyExpression",
|
|
1391
|
+
"type": "zeebe:property"
|
|
1392
|
+
},
|
|
1393
|
+
"type": "String"
|
|
1394
|
+
},
|
|
1395
|
+
{
|
|
1396
|
+
"id": "messageIdExpression",
|
|
1397
|
+
"label": "Message ID expression",
|
|
1398
|
+
"description": "Expression to extract unique identifier of a message",
|
|
1399
|
+
"optional": true,
|
|
1400
|
+
"feel": "required",
|
|
1401
|
+
"group": "correlation",
|
|
1402
|
+
"binding": {
|
|
1403
|
+
"name": "messageIdExpression",
|
|
1404
|
+
"type": "zeebe:property"
|
|
1405
|
+
},
|
|
1406
|
+
"type": "String"
|
|
1407
|
+
},
|
|
1408
|
+
{
|
|
1409
|
+
"id": "messageTtl",
|
|
1410
|
+
"label": "Message TTL",
|
|
1411
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
1412
|
+
"optional": true,
|
|
1413
|
+
"constraints": {
|
|
1414
|
+
"notEmpty": false,
|
|
1415
|
+
"pattern": {
|
|
1416
|
+
"value": "^(PT.*|)$",
|
|
1417
|
+
"message": "must be an ISO-8601 duration"
|
|
1418
|
+
}
|
|
1419
|
+
},
|
|
1420
|
+
"feel": "optional",
|
|
1421
|
+
"group": "correlation",
|
|
1422
|
+
"binding": {
|
|
1423
|
+
"name": "messageTtl",
|
|
1424
|
+
"type": "zeebe:property"
|
|
1425
|
+
},
|
|
1426
|
+
"type": "String"
|
|
1427
|
+
},
|
|
1428
|
+
{
|
|
1429
|
+
"id": "messageNameUuid",
|
|
1430
|
+
"generatedValue": {
|
|
1431
|
+
"type": "uuid"
|
|
1432
|
+
},
|
|
1433
|
+
"group": "correlation",
|
|
1434
|
+
"binding": {
|
|
1435
|
+
"name": "name",
|
|
1436
|
+
"type": "bpmn:Message#property"
|
|
1437
|
+
},
|
|
1438
|
+
"type": "Hidden"
|
|
1439
|
+
},
|
|
1440
|
+
{
|
|
1441
|
+
"id": "deduplicationModeManualFlag",
|
|
1442
|
+
"label": "Manual mode",
|
|
1443
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1444
|
+
"value": false,
|
|
1445
|
+
"group": "deduplication",
|
|
1446
|
+
"binding": {
|
|
1447
|
+
"name": "deduplicationModeManualFlag",
|
|
1448
|
+
"type": "zeebe:property"
|
|
1449
|
+
},
|
|
1450
|
+
"type": "Boolean"
|
|
1451
|
+
},
|
|
1452
|
+
{
|
|
1453
|
+
"id": "deduplicationId",
|
|
1454
|
+
"label": "Deduplication ID",
|
|
1455
|
+
"constraints": {
|
|
1456
|
+
"notEmpty": true,
|
|
1457
|
+
"pattern": {
|
|
1458
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
1459
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1460
|
+
}
|
|
1461
|
+
},
|
|
1462
|
+
"group": "deduplication",
|
|
1463
|
+
"binding": {
|
|
1464
|
+
"name": "deduplicationId",
|
|
1465
|
+
"type": "zeebe:property"
|
|
1466
|
+
},
|
|
1467
|
+
"condition": {
|
|
1468
|
+
"property": "deduplicationModeManualFlag",
|
|
1469
|
+
"equals": true,
|
|
1470
|
+
"type": "simple"
|
|
1471
|
+
},
|
|
1472
|
+
"type": "String"
|
|
1473
|
+
},
|
|
1474
|
+
{
|
|
1475
|
+
"id": "deduplicationModeManual",
|
|
1476
|
+
"value": "MANUAL",
|
|
1477
|
+
"group": "deduplication",
|
|
1478
|
+
"binding": {
|
|
1479
|
+
"name": "deduplicationMode",
|
|
1480
|
+
"type": "zeebe:property"
|
|
1481
|
+
},
|
|
1482
|
+
"condition": {
|
|
1483
|
+
"property": "deduplicationId",
|
|
1484
|
+
"isActive": true,
|
|
1485
|
+
"type": "simple"
|
|
1486
|
+
},
|
|
1487
|
+
"type": "Hidden"
|
|
1488
|
+
},
|
|
1489
|
+
{
|
|
1490
|
+
"id": "deduplicationModeAuto",
|
|
1491
|
+
"value": "AUTO",
|
|
1492
|
+
"group": "deduplication",
|
|
1493
|
+
"binding": {
|
|
1494
|
+
"name": "deduplicationMode",
|
|
1495
|
+
"type": "zeebe:property"
|
|
1496
|
+
},
|
|
1497
|
+
"condition": {
|
|
1498
|
+
"property": "deduplicationId",
|
|
1499
|
+
"isActive": false,
|
|
1500
|
+
"type": "simple"
|
|
1501
|
+
},
|
|
1502
|
+
"type": "Hidden"
|
|
1503
|
+
},
|
|
1504
|
+
{
|
|
1505
|
+
"id": "resultVariable",
|
|
1506
|
+
"label": "Result variable",
|
|
1507
|
+
"description": "Name of variable to store the response in",
|
|
1508
|
+
"group": "output",
|
|
1509
|
+
"binding": {
|
|
1510
|
+
"name": "resultVariable",
|
|
1511
|
+
"type": "zeebe:property"
|
|
1512
|
+
},
|
|
1513
|
+
"type": "String"
|
|
1514
|
+
},
|
|
1515
|
+
{
|
|
1516
|
+
"id": "resultExpression",
|
|
1517
|
+
"label": "Result expression",
|
|
1518
|
+
"description": "Expression to map the response into process variables",
|
|
1519
|
+
"feel": "required",
|
|
1520
|
+
"group": "output",
|
|
1521
|
+
"binding": {
|
|
1522
|
+
"name": "resultExpression",
|
|
1523
|
+
"type": "zeebe:property"
|
|
1524
|
+
},
|
|
1525
|
+
"type": "Text"
|
|
1526
|
+
}
|
|
1527
|
+
],
|
|
1528
|
+
"icon": {
|
|
1529
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
|
|
653
1530
|
}
|
|
654
1531
|
},
|
|
655
1532
|
{
|
|
656
1533
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
657
|
-
"name": "Webhook
|
|
1534
|
+
"name": "Webhook connector",
|
|
658
1535
|
"id": "io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1",
|
|
659
|
-
"version":
|
|
1536
|
+
"version": 3,
|
|
660
1537
|
"description": "Configure webhook to receive callbacks",
|
|
661
1538
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
662
1539
|
"category": {
|
|
@@ -688,10 +1565,6 @@
|
|
|
688
1565
|
{
|
|
689
1566
|
"id": "variable-mapping",
|
|
690
1567
|
"label": "Variable mapping"
|
|
691
|
-
},
|
|
692
|
-
{
|
|
693
|
-
"id": "webhookResponse",
|
|
694
|
-
"label": "Webhook response"
|
|
695
1568
|
}
|
|
696
1569
|
],
|
|
697
1570
|
"properties": [
|
|
@@ -1078,18 +1951,6 @@
|
|
|
1078
1951
|
"name": "resultExpression"
|
|
1079
1952
|
},
|
|
1080
1953
|
"description": "Expression to map the inbound payload to process variables"
|
|
1081
|
-
},
|
|
1082
|
-
{
|
|
1083
|
-
"label": "Response body expression",
|
|
1084
|
-
"type": "Text",
|
|
1085
|
-
"group": "webhookResponse",
|
|
1086
|
-
"feel": "required",
|
|
1087
|
-
"optional": true,
|
|
1088
|
-
"binding": {
|
|
1089
|
-
"type": "zeebe:property",
|
|
1090
|
-
"name": "inbound.responseBodyExpression"
|
|
1091
|
-
},
|
|
1092
|
-
"description": "Specify condition and response"
|
|
1093
1954
|
}
|
|
1094
1955
|
],
|
|
1095
1956
|
"icon": {
|
|
@@ -1103,7 +1964,7 @@
|
|
|
1103
1964
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1104
1965
|
"name": "Webhook Intermediate Catch Event Connector",
|
|
1105
1966
|
"id": "io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1",
|
|
1106
|
-
"version":
|
|
1967
|
+
"version": 5,
|
|
1107
1968
|
"description": "Configure webhook to receive callbacks",
|
|
1108
1969
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
1109
1970
|
"category": {
|
|
@@ -1212,11 +2073,7 @@
|
|
|
1212
2073
|
},
|
|
1213
2074
|
"description": "The webhook ID is a part of the URL",
|
|
1214
2075
|
"constraints": {
|
|
1215
|
-
"notEmpty": true
|
|
1216
|
-
"pattern": {
|
|
1217
|
-
"value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
|
|
1218
|
-
"message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
|
|
1219
|
-
}
|
|
2076
|
+
"notEmpty": true
|
|
1220
2077
|
}
|
|
1221
2078
|
},
|
|
1222
2079
|
{
|
|
@@ -1571,14 +2428,14 @@
|
|
|
1571
2428
|
"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"
|
|
1572
2429
|
},
|
|
1573
2430
|
"engines": {
|
|
1574
|
-
"camunda": "^8.
|
|
2431
|
+
"camunda": "^8.4"
|
|
1575
2432
|
}
|
|
1576
2433
|
},
|
|
1577
2434
|
{
|
|
1578
2435
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1579
|
-
"name": "Webhook
|
|
2436
|
+
"name": "Webhook connector",
|
|
1580
2437
|
"id": "io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1",
|
|
1581
|
-
"version":
|
|
2438
|
+
"version": 2,
|
|
1582
2439
|
"description": "Configure webhook to receive callbacks",
|
|
1583
2440
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
1584
2441
|
"category": {
|
|
@@ -1595,14 +2452,6 @@
|
|
|
1595
2452
|
"id": "endpoint",
|
|
1596
2453
|
"label": "Webhook configuration"
|
|
1597
2454
|
},
|
|
1598
|
-
{
|
|
1599
|
-
"id": "authentication",
|
|
1600
|
-
"label": "Authentication"
|
|
1601
|
-
},
|
|
1602
|
-
{
|
|
1603
|
-
"id": "authorization",
|
|
1604
|
-
"label": "Authorization"
|
|
1605
|
-
},
|
|
1606
2455
|
{
|
|
1607
2456
|
"id": "activation",
|
|
1608
2457
|
"label": "Activation"
|
|
@@ -1610,10 +2459,6 @@
|
|
|
1610
2459
|
{
|
|
1611
2460
|
"id": "variable-mapping",
|
|
1612
2461
|
"label": "Variable mapping"
|
|
1613
|
-
},
|
|
1614
|
-
{
|
|
1615
|
-
"id": "webhookResponse",
|
|
1616
|
-
"label": "Webhook response"
|
|
1617
2462
|
}
|
|
1618
2463
|
],
|
|
1619
2464
|
"properties": [
|
|
@@ -1643,40 +2488,6 @@
|
|
|
1643
2488
|
"name": "inbound.subtype"
|
|
1644
2489
|
}
|
|
1645
2490
|
},
|
|
1646
|
-
{
|
|
1647
|
-
"id": "webhookMethod",
|
|
1648
|
-
"label": "Webhook method",
|
|
1649
|
-
"group": "endpoint",
|
|
1650
|
-
"description": "Select HTTP method",
|
|
1651
|
-
"value": "any",
|
|
1652
|
-
"type": "Dropdown",
|
|
1653
|
-
"choices": [
|
|
1654
|
-
{
|
|
1655
|
-
"name": "Any",
|
|
1656
|
-
"value": "any"
|
|
1657
|
-
},
|
|
1658
|
-
{
|
|
1659
|
-
"name": "Get",
|
|
1660
|
-
"value": "get"
|
|
1661
|
-
},
|
|
1662
|
-
{
|
|
1663
|
-
"name": "Post",
|
|
1664
|
-
"value": "post"
|
|
1665
|
-
},
|
|
1666
|
-
{
|
|
1667
|
-
"name": "Put",
|
|
1668
|
-
"value": "put"
|
|
1669
|
-
},
|
|
1670
|
-
{
|
|
1671
|
-
"name": "Delete",
|
|
1672
|
-
"value": "delete"
|
|
1673
|
-
}
|
|
1674
|
-
],
|
|
1675
|
-
"binding": {
|
|
1676
|
-
"type": "zeebe:property",
|
|
1677
|
-
"name": "inbound.method"
|
|
1678
|
-
}
|
|
1679
|
-
},
|
|
1680
2491
|
{
|
|
1681
2492
|
"label": "Webhook ID",
|
|
1682
2493
|
"type": "String",
|
|
@@ -1693,7 +2504,7 @@
|
|
|
1693
2504
|
{
|
|
1694
2505
|
"id": "shouldValidateHmac",
|
|
1695
2506
|
"label": "HMAC authentication",
|
|
1696
|
-
"group": "
|
|
2507
|
+
"group": "endpoint",
|
|
1697
2508
|
"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",
|
|
1698
2509
|
"value": "disabled",
|
|
1699
2510
|
"type": "Dropdown",
|
|
@@ -1715,228 +2526,61 @@
|
|
|
1715
2526
|
{
|
|
1716
2527
|
"label": "HMAC secret key",
|
|
1717
2528
|
"description": "Shared secret key",
|
|
1718
|
-
"type": "String",
|
|
1719
|
-
"group": "
|
|
1720
|
-
"optional": true,
|
|
1721
|
-
"binding": {
|
|
1722
|
-
"type": "zeebe:property",
|
|
1723
|
-
"name": "inbound.hmacSecret"
|
|
1724
|
-
},
|
|
1725
|
-
"condition": {
|
|
1726
|
-
"property": "shouldValidateHmac",
|
|
1727
|
-
"equals": "enabled"
|
|
1728
|
-
}
|
|
1729
|
-
},
|
|
1730
|
-
{
|
|
1731
|
-
"label": "HMAC header",
|
|
1732
|
-
"description": "Name of header attribute that will contain the HMAC value",
|
|
1733
|
-
"type": "String",
|
|
1734
|
-
"group": "authentication",
|
|
1735
|
-
"optional": true,
|
|
1736
|
-
"binding": {
|
|
1737
|
-
"type": "zeebe:property",
|
|
1738
|
-
"name": "inbound.hmacHeader"
|
|
1739
|
-
},
|
|
1740
|
-
"condition": {
|
|
1741
|
-
"property": "shouldValidateHmac",
|
|
1742
|
-
"equals": "enabled"
|
|
1743
|
-
}
|
|
1744
|
-
},
|
|
1745
|
-
{
|
|
1746
|
-
"label": "HMAC algorithm",
|
|
1747
|
-
"group": "authentication",
|
|
1748
|
-
"description": "Choose HMAC algorithm",
|
|
1749
|
-
"value": "sha_256",
|
|
1750
|
-
"type": "Dropdown",
|
|
1751
|
-
"choices": [
|
|
1752
|
-
{
|
|
1753
|
-
"name": "SHA-1",
|
|
1754
|
-
"value": "sha_1"
|
|
1755
|
-
},
|
|
1756
|
-
{
|
|
1757
|
-
"name": "SHA-256",
|
|
1758
|
-
"value": "sha_256"
|
|
1759
|
-
},
|
|
1760
|
-
{
|
|
1761
|
-
"name": "SHA-512",
|
|
1762
|
-
"value": "sha_512"
|
|
1763
|
-
}
|
|
1764
|
-
],
|
|
1765
|
-
"binding": {
|
|
1766
|
-
"type": "zeebe:property",
|
|
1767
|
-
"name": "inbound.hmacAlgorithm"
|
|
1768
|
-
},
|
|
1769
|
-
"condition": {
|
|
1770
|
-
"property": "shouldValidateHmac",
|
|
1771
|
-
"equals": "enabled"
|
|
1772
|
-
}
|
|
1773
|
-
},
|
|
1774
|
-
{
|
|
1775
|
-
"label": "HMAC scopes",
|
|
1776
|
-
"group": "authentication",
|
|
1777
|
-
"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>",
|
|
1778
|
-
"feel": "required",
|
|
1779
|
-
"type": "String",
|
|
1780
|
-
"optional": true,
|
|
1781
|
-
"binding": {
|
|
1782
|
-
"type": "zeebe:property",
|
|
1783
|
-
"name": "inbound.hmacScopes"
|
|
1784
|
-
},
|
|
1785
|
-
"condition": {
|
|
1786
|
-
"property": "shouldValidateHmac",
|
|
1787
|
-
"equals": "enabled"
|
|
1788
|
-
}
|
|
1789
|
-
},
|
|
1790
|
-
{
|
|
1791
|
-
"id": "authorizationType",
|
|
1792
|
-
"label": "Authorization type",
|
|
1793
|
-
"group": "authorization",
|
|
1794
|
-
"description": "Choose the authorization type.",
|
|
1795
|
-
"value": "NONE",
|
|
1796
|
-
"type": "Dropdown",
|
|
1797
|
-
"choices": [
|
|
1798
|
-
{
|
|
1799
|
-
"name": "None",
|
|
1800
|
-
"value": "NONE"
|
|
1801
|
-
},
|
|
1802
|
-
{
|
|
1803
|
-
"name": "JWT",
|
|
1804
|
-
"value": "JWT"
|
|
1805
|
-
},
|
|
1806
|
-
{
|
|
1807
|
-
"name": "Basic",
|
|
1808
|
-
"value": "BASIC"
|
|
1809
|
-
},
|
|
1810
|
-
{
|
|
1811
|
-
"name": "API Key",
|
|
1812
|
-
"value": "APIKEY"
|
|
1813
|
-
}
|
|
1814
|
-
],
|
|
1815
|
-
"binding": {
|
|
1816
|
-
"type": "zeebe:property",
|
|
1817
|
-
"name": "inbound.auth.type"
|
|
1818
|
-
}
|
|
1819
|
-
},
|
|
1820
|
-
{
|
|
1821
|
-
"label": "JWK url",
|
|
1822
|
-
"description": "Well-known url of JWKs",
|
|
1823
|
-
"type": "String",
|
|
1824
|
-
"group": "authorization",
|
|
1825
|
-
"feel": "optional",
|
|
1826
|
-
"optional": true,
|
|
1827
|
-
"binding": {
|
|
1828
|
-
"type": "zeebe:property",
|
|
1829
|
-
"name": "inbound.auth.jwt.jwkUrl"
|
|
1830
|
-
},
|
|
1831
|
-
"condition": {
|
|
1832
|
-
"property": "authorizationType",
|
|
1833
|
-
"equals": "JWT"
|
|
1834
|
-
}
|
|
1835
|
-
},
|
|
1836
|
-
{
|
|
1837
|
-
"label": "JWT role property expression",
|
|
1838
|
-
"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>",
|
|
1839
|
-
"type": "String",
|
|
1840
|
-
"group": "authorization",
|
|
1841
|
-
"feel": "required",
|
|
1842
|
-
"optional": true,
|
|
1843
|
-
"binding": {
|
|
1844
|
-
"type": "zeebe:property",
|
|
1845
|
-
"name": "inbound.auth.jwt.permissionsExpression"
|
|
1846
|
-
},
|
|
1847
|
-
"condition": {
|
|
1848
|
-
"property": "authorizationType",
|
|
1849
|
-
"equals": "JWT"
|
|
1850
|
-
}
|
|
1851
|
-
},
|
|
1852
|
-
{
|
|
1853
|
-
"label": "Required roles",
|
|
1854
|
-
"description": "List of roles to test JWT roles against",
|
|
1855
|
-
"type": "String",
|
|
1856
|
-
"group": "authorization",
|
|
1857
|
-
"feel": "required",
|
|
1858
|
-
"optional": true,
|
|
1859
|
-
"binding": {
|
|
1860
|
-
"type": "zeebe:property",
|
|
1861
|
-
"name": "inbound.auth.jwt.requiredPermissions"
|
|
1862
|
-
},
|
|
1863
|
-
"condition": {
|
|
1864
|
-
"property": "authorizationType",
|
|
1865
|
-
"equals": "JWT"
|
|
1866
|
-
}
|
|
1867
|
-
},
|
|
1868
|
-
{
|
|
1869
|
-
"label": "Username",
|
|
1870
|
-
"description": "Username for basic authentication",
|
|
1871
|
-
"type": "String",
|
|
1872
|
-
"group": "authorization",
|
|
1873
|
-
"feel": "optional",
|
|
1874
|
-
"binding": {
|
|
1875
|
-
"type": "zeebe:property",
|
|
1876
|
-
"name": "inbound.auth.username"
|
|
1877
|
-
},
|
|
1878
|
-
"condition": {
|
|
1879
|
-
"property": "authorizationType",
|
|
1880
|
-
"equals": "BASIC"
|
|
1881
|
-
},
|
|
1882
|
-
"constraints": {
|
|
1883
|
-
"notEmpty": true
|
|
1884
|
-
}
|
|
1885
|
-
},
|
|
1886
|
-
{
|
|
1887
|
-
"label": "Password",
|
|
1888
|
-
"description": "Password for basic authentication",
|
|
1889
|
-
"type": "String",
|
|
1890
|
-
"group": "authorization",
|
|
1891
|
-
"feel": "optional",
|
|
2529
|
+
"type": "String",
|
|
2530
|
+
"group": "endpoint",
|
|
2531
|
+
"optional": true,
|
|
1892
2532
|
"binding": {
|
|
1893
2533
|
"type": "zeebe:property",
|
|
1894
|
-
"name": "inbound.
|
|
2534
|
+
"name": "inbound.hmacSecret"
|
|
1895
2535
|
},
|
|
1896
2536
|
"condition": {
|
|
1897
|
-
"property": "
|
|
1898
|
-
"equals": "
|
|
1899
|
-
},
|
|
1900
|
-
"constraints": {
|
|
1901
|
-
"notEmpty": true
|
|
2537
|
+
"property": "shouldValidateHmac",
|
|
2538
|
+
"equals": "enabled"
|
|
1902
2539
|
}
|
|
1903
2540
|
},
|
|
1904
2541
|
{
|
|
1905
|
-
"label": "
|
|
1906
|
-
"description": "
|
|
2542
|
+
"label": "HMAC header",
|
|
2543
|
+
"description": "Name of header attribute that will contain the HMAC value",
|
|
1907
2544
|
"type": "String",
|
|
1908
|
-
"group": "
|
|
1909
|
-
"
|
|
2545
|
+
"group": "endpoint",
|
|
2546
|
+
"optional": true,
|
|
1910
2547
|
"binding": {
|
|
1911
2548
|
"type": "zeebe:property",
|
|
1912
|
-
"name": "inbound.
|
|
2549
|
+
"name": "inbound.hmacHeader"
|
|
1913
2550
|
},
|
|
1914
2551
|
"condition": {
|
|
1915
|
-
"property": "
|
|
1916
|
-
"equals": "
|
|
1917
|
-
},
|
|
1918
|
-
"constraints": {
|
|
1919
|
-
"notEmpty": true
|
|
2552
|
+
"property": "shouldValidateHmac",
|
|
2553
|
+
"equals": "enabled"
|
|
1920
2554
|
}
|
|
1921
2555
|
},
|
|
1922
2556
|
{
|
|
1923
|
-
"label": "
|
|
1924
|
-
"
|
|
1925
|
-
"
|
|
1926
|
-
"
|
|
1927
|
-
"
|
|
2557
|
+
"label": "HMAC algorithm",
|
|
2558
|
+
"group": "endpoint",
|
|
2559
|
+
"description": "Choose HMAC algorithm",
|
|
2560
|
+
"value": "sha_256",
|
|
2561
|
+
"type": "Dropdown",
|
|
2562
|
+
"choices": [
|
|
2563
|
+
{
|
|
2564
|
+
"name": "SHA-1",
|
|
2565
|
+
"value": "sha_1"
|
|
2566
|
+
},
|
|
2567
|
+
{
|
|
2568
|
+
"name": "SHA-256",
|
|
2569
|
+
"value": "sha_256"
|
|
2570
|
+
},
|
|
2571
|
+
{
|
|
2572
|
+
"name": "SHA-512",
|
|
2573
|
+
"value": "sha_512"
|
|
2574
|
+
}
|
|
2575
|
+
],
|
|
1928
2576
|
"binding": {
|
|
1929
2577
|
"type": "zeebe:property",
|
|
1930
|
-
"name": "inbound.
|
|
2578
|
+
"name": "inbound.hmacAlgorithm"
|
|
1931
2579
|
},
|
|
1932
2580
|
"condition": {
|
|
1933
|
-
"property": "
|
|
1934
|
-
"equals": "
|
|
1935
|
-
}
|
|
1936
|
-
"constraints": {
|
|
1937
|
-
"notEmpty": true
|
|
1938
|
-
},
|
|
1939
|
-
"value": "=split(request.headers.authorization, \" \")[2]"
|
|
2581
|
+
"property": "shouldValidateHmac",
|
|
2582
|
+
"equals": "enabled"
|
|
2583
|
+
}
|
|
1940
2584
|
},
|
|
1941
2585
|
{
|
|
1942
2586
|
"label": "Correlation key (process)",
|
|
@@ -1966,18 +2610,6 @@
|
|
|
1966
2610
|
"notEmpty": true
|
|
1967
2611
|
}
|
|
1968
2612
|
},
|
|
1969
|
-
{
|
|
1970
|
-
"label": "Message ID expression",
|
|
1971
|
-
"feel": "required",
|
|
1972
|
-
"type": "String",
|
|
1973
|
-
"optional": true,
|
|
1974
|
-
"group": "activation",
|
|
1975
|
-
"binding": {
|
|
1976
|
-
"type": "zeebe:property",
|
|
1977
|
-
"name": "messageIdExpression"
|
|
1978
|
-
},
|
|
1979
|
-
"description": "Expression to extract unique identifier of a message"
|
|
1980
|
-
},
|
|
1981
2613
|
{
|
|
1982
2614
|
"label": "Condition",
|
|
1983
2615
|
"type": "String",
|
|
@@ -2012,37 +2644,13 @@
|
|
|
2012
2644
|
"name": "resultExpression"
|
|
2013
2645
|
},
|
|
2014
2646
|
"description": "Expression to map the inbound payload to process variables"
|
|
2015
|
-
},
|
|
2016
|
-
{
|
|
2017
|
-
"label": "One time verification response expression",
|
|
2018
|
-
"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>",
|
|
2019
|
-
"type": "Text",
|
|
2020
|
-
"group": "webhookResponse",
|
|
2021
|
-
"feel": "required",
|
|
2022
|
-
"optional": true,
|
|
2023
|
-
"binding": {
|
|
2024
|
-
"type": "zeebe:property",
|
|
2025
|
-
"name": "inbound.verificationExpression"
|
|
2026
|
-
}
|
|
2027
|
-
},
|
|
2028
|
-
{
|
|
2029
|
-
"label": "Response body expression",
|
|
2030
|
-
"type": "Text",
|
|
2031
|
-
"group": "webhookResponse",
|
|
2032
|
-
"feel": "required",
|
|
2033
|
-
"optional": true,
|
|
2034
|
-
"binding": {
|
|
2035
|
-
"type": "zeebe:property",
|
|
2036
|
-
"name": "inbound.responseBodyExpression"
|
|
2037
|
-
},
|
|
2038
|
-
"description": "Specify condition and response"
|
|
2039
2647
|
}
|
|
2040
2648
|
],
|
|
2041
2649
|
"icon": {
|
|
2042
2650
|
"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"
|
|
2043
2651
|
},
|
|
2044
2652
|
"engines": {
|
|
2045
|
-
"camunda": "^8.
|
|
2653
|
+
"camunda": "^8.2"
|
|
2046
2654
|
}
|
|
2047
2655
|
},
|
|
2048
2656
|
{
|
|
@@ -2050,11 +2658,8 @@
|
|
|
2050
2658
|
"name": "Webhook Intermediate Event Connector",
|
|
2051
2659
|
"id": "io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1",
|
|
2052
2660
|
"description": "Configure webhook to receive callbacks",
|
|
2053
|
-
"metadata": {
|
|
2054
|
-
"keywords": []
|
|
2055
|
-
},
|
|
2056
2661
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
|
|
2057
|
-
"version":
|
|
2662
|
+
"version": 11,
|
|
2058
2663
|
"category": {
|
|
2059
2664
|
"id": "connectors",
|
|
2060
2665
|
"name": "Connectors"
|
|
@@ -2577,11 +3182,11 @@
|
|
|
2577
3182
|
"type": "Text"
|
|
2578
3183
|
}
|
|
2579
3184
|
],
|
|
2580
|
-
"engines": {
|
|
2581
|
-
"camunda": "^8.3"
|
|
2582
|
-
},
|
|
2583
3185
|
"icon": {
|
|
2584
3186
|
"contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
|
|
3187
|
+
},
|
|
3188
|
+
"engines": {
|
|
3189
|
+
"camunda": "^8.6"
|
|
2585
3190
|
}
|
|
2586
3191
|
},
|
|
2587
3192
|
{
|
|
@@ -2589,8 +3194,8 @@
|
|
|
2589
3194
|
"name": "Webhook Intermediate Event Connector",
|
|
2590
3195
|
"id": "io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1",
|
|
2591
3196
|
"description": "Configure webhook to receive callbacks",
|
|
2592
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/
|
|
2593
|
-
"version":
|
|
3197
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
3198
|
+
"version": 10,
|
|
2594
3199
|
"category": {
|
|
2595
3200
|
"id": "connectors",
|
|
2596
3201
|
"name": "Connectors"
|
|
@@ -2623,8 +3228,7 @@
|
|
|
2623
3228
|
},
|
|
2624
3229
|
{
|
|
2625
3230
|
"id": "correlation",
|
|
2626
|
-
"label": "Correlation"
|
|
2627
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
3231
|
+
"label": "Correlation"
|
|
2628
3232
|
},
|
|
2629
3233
|
{
|
|
2630
3234
|
"id": "output",
|
|
@@ -2697,7 +3301,7 @@
|
|
|
2697
3301
|
{
|
|
2698
3302
|
"id": "inbound.shouldValidateHmac",
|
|
2699
3303
|
"label": "HMAC authentication",
|
|
2700
|
-
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
3304
|
+
"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",
|
|
2701
3305
|
"optional": false,
|
|
2702
3306
|
"value": "disabled",
|
|
2703
3307
|
"group": "authentication",
|
|
@@ -2788,7 +3392,7 @@
|
|
|
2788
3392
|
{
|
|
2789
3393
|
"id": "inbound.hmacScopes",
|
|
2790
3394
|
"label": "HMAC scopes",
|
|
2791
|
-
"description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/
|
|
3395
|
+
"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>",
|
|
2792
3396
|
"optional": true,
|
|
2793
3397
|
"feel": "required",
|
|
2794
3398
|
"group": "authentication",
|
|
@@ -2890,7 +3494,7 @@
|
|
|
2890
3494
|
{
|
|
2891
3495
|
"id": "inbound.auth.apiKeyLocator",
|
|
2892
3496
|
"label": "API key locator",
|
|
2893
|
-
"description": "A FEEL expression that extracts API key from the request. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
3497
|
+
"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>",
|
|
2894
3498
|
"optional": false,
|
|
2895
3499
|
"value": "=split(request.headers.authorization, \" \")[2]",
|
|
2896
3500
|
"constraints": {
|
|
@@ -2930,7 +3534,7 @@
|
|
|
2930
3534
|
{
|
|
2931
3535
|
"id": "inbound.auth.jwt.permissionsExpression",
|
|
2932
3536
|
"label": "JWT role property expression",
|
|
2933
|
-
"description": "Expression to extract the roles from the JWT token. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
3537
|
+
"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>",
|
|
2934
3538
|
"optional": false,
|
|
2935
3539
|
"feel": "required",
|
|
2936
3540
|
"group": "authorization",
|
|
@@ -2964,14 +3568,14 @@
|
|
|
2964
3568
|
"type": "String"
|
|
2965
3569
|
},
|
|
2966
3570
|
{
|
|
2967
|
-
"id": "inbound.
|
|
2968
|
-
"label": "Response expression",
|
|
2969
|
-
"description": "
|
|
3571
|
+
"id": "inbound.responseBodyExpression",
|
|
3572
|
+
"label": "Response body expression",
|
|
3573
|
+
"description": "Specify condition and response",
|
|
2970
3574
|
"optional": true,
|
|
2971
3575
|
"feel": "required",
|
|
2972
3576
|
"group": "webhookResponse",
|
|
2973
3577
|
"binding": {
|
|
2974
|
-
"name": "inbound.
|
|
3578
|
+
"name": "inbound.responseBodyExpression",
|
|
2975
3579
|
"type": "zeebe:property"
|
|
2976
3580
|
},
|
|
2977
3581
|
"type": "Text"
|
|
@@ -3002,18 +3606,6 @@
|
|
|
3002
3606
|
},
|
|
3003
3607
|
"type": "String"
|
|
3004
3608
|
},
|
|
3005
|
-
{
|
|
3006
|
-
"id": "consumeUnmatchedEvents",
|
|
3007
|
-
"label": "Consume unmatched events",
|
|
3008
|
-
"value": true,
|
|
3009
|
-
"group": "activation",
|
|
3010
|
-
"binding": {
|
|
3011
|
-
"name": "consumeUnmatchedEvents",
|
|
3012
|
-
"type": "zeebe:property"
|
|
3013
|
-
},
|
|
3014
|
-
"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",
|
|
3015
|
-
"type": "Boolean"
|
|
3016
|
-
},
|
|
3017
3609
|
{
|
|
3018
3610
|
"id": "correlationKeyProcess",
|
|
3019
3611
|
"label": "Correlation key (process)",
|
|
@@ -3057,26 +3649,6 @@
|
|
|
3057
3649
|
},
|
|
3058
3650
|
"type": "String"
|
|
3059
3651
|
},
|
|
3060
|
-
{
|
|
3061
|
-
"id": "messageTtl",
|
|
3062
|
-
"label": "Message TTL",
|
|
3063
|
-
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
3064
|
-
"optional": true,
|
|
3065
|
-
"constraints": {
|
|
3066
|
-
"notEmpty": false,
|
|
3067
|
-
"pattern": {
|
|
3068
|
-
"value": "^(PT.*|)$",
|
|
3069
|
-
"message": "must be an ISO-8601 duration"
|
|
3070
|
-
}
|
|
3071
|
-
},
|
|
3072
|
-
"feel": "optional",
|
|
3073
|
-
"group": "correlation",
|
|
3074
|
-
"binding": {
|
|
3075
|
-
"name": "messageTtl",
|
|
3076
|
-
"type": "zeebe:property"
|
|
3077
|
-
},
|
|
3078
|
-
"type": "String"
|
|
3079
|
-
},
|
|
3080
3652
|
{
|
|
3081
3653
|
"id": "messageNameUuid",
|
|
3082
3654
|
"generatedValue": {
|
|
@@ -3117,7 +3689,7 @@
|
|
|
3117
3689
|
"contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
|
|
3118
3690
|
},
|
|
3119
3691
|
"engines": {
|
|
3120
|
-
"camunda": "^8.
|
|
3692
|
+
"camunda": "^8.5"
|
|
3121
3693
|
}
|
|
3122
3694
|
},
|
|
3123
3695
|
{
|
|
@@ -3125,8 +3697,11 @@
|
|
|
3125
3697
|
"name": "Webhook Intermediate Event Connector",
|
|
3126
3698
|
"id": "io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1",
|
|
3127
3699
|
"description": "Configure webhook to receive callbacks",
|
|
3128
|
-
"
|
|
3129
|
-
|
|
3700
|
+
"metadata": {
|
|
3701
|
+
"keywords": []
|
|
3702
|
+
},
|
|
3703
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
|
|
3704
|
+
"version": 12,
|
|
3130
3705
|
"category": {
|
|
3131
3706
|
"id": "connectors",
|
|
3132
3707
|
"name": "Connectors"
|
|
@@ -3159,7 +3734,8 @@
|
|
|
3159
3734
|
},
|
|
3160
3735
|
{
|
|
3161
3736
|
"id": "correlation",
|
|
3162
|
-
"label": "Correlation"
|
|
3737
|
+
"label": "Correlation",
|
|
3738
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
3163
3739
|
},
|
|
3164
3740
|
{
|
|
3165
3741
|
"id": "output",
|
|
@@ -3232,7 +3808,7 @@
|
|
|
3232
3808
|
{
|
|
3233
3809
|
"id": "inbound.shouldValidateHmac",
|
|
3234
3810
|
"label": "HMAC authentication",
|
|
3235
|
-
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
3811
|
+
"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",
|
|
3236
3812
|
"optional": false,
|
|
3237
3813
|
"value": "disabled",
|
|
3238
3814
|
"group": "authentication",
|
|
@@ -3323,7 +3899,7 @@
|
|
|
3323
3899
|
{
|
|
3324
3900
|
"id": "inbound.hmacScopes",
|
|
3325
3901
|
"label": "HMAC scopes",
|
|
3326
|
-
"description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/
|
|
3902
|
+
"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>",
|
|
3327
3903
|
"optional": true,
|
|
3328
3904
|
"feel": "required",
|
|
3329
3905
|
"group": "authentication",
|
|
@@ -3425,7 +4001,7 @@
|
|
|
3425
4001
|
{
|
|
3426
4002
|
"id": "inbound.auth.apiKeyLocator",
|
|
3427
4003
|
"label": "API key locator",
|
|
3428
|
-
"description": "A FEEL expression that extracts API key from the request. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
4004
|
+
"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>",
|
|
3429
4005
|
"optional": false,
|
|
3430
4006
|
"value": "=split(request.headers.authorization, \" \")[2]",
|
|
3431
4007
|
"constraints": {
|
|
@@ -3465,7 +4041,7 @@
|
|
|
3465
4041
|
{
|
|
3466
4042
|
"id": "inbound.auth.jwt.permissionsExpression",
|
|
3467
4043
|
"label": "JWT role property expression",
|
|
3468
|
-
"description": "Expression to extract the roles from the JWT token. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
4044
|
+
"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>",
|
|
3469
4045
|
"optional": false,
|
|
3470
4046
|
"feel": "required",
|
|
3471
4047
|
"group": "authorization",
|
|
@@ -3499,14 +4075,14 @@
|
|
|
3499
4075
|
"type": "String"
|
|
3500
4076
|
},
|
|
3501
4077
|
{
|
|
3502
|
-
"id": "inbound.
|
|
3503
|
-
"label": "Response
|
|
3504
|
-
"description": "
|
|
4078
|
+
"id": "inbound.responseExpression",
|
|
4079
|
+
"label": "Response expression",
|
|
4080
|
+
"description": "Expression used to generate the HTTP response",
|
|
3505
4081
|
"optional": true,
|
|
3506
4082
|
"feel": "required",
|
|
3507
4083
|
"group": "webhookResponse",
|
|
3508
4084
|
"binding": {
|
|
3509
|
-
"name": "inbound.
|
|
4085
|
+
"name": "inbound.responseExpression",
|
|
3510
4086
|
"type": "zeebe:property"
|
|
3511
4087
|
},
|
|
3512
4088
|
"type": "Text"
|
|
@@ -3537,6 +4113,18 @@
|
|
|
3537
4113
|
},
|
|
3538
4114
|
"type": "String"
|
|
3539
4115
|
},
|
|
4116
|
+
{
|
|
4117
|
+
"id": "consumeUnmatchedEvents",
|
|
4118
|
+
"label": "Consume unmatched events",
|
|
4119
|
+
"value": true,
|
|
4120
|
+
"group": "activation",
|
|
4121
|
+
"binding": {
|
|
4122
|
+
"name": "consumeUnmatchedEvents",
|
|
4123
|
+
"type": "zeebe:property"
|
|
4124
|
+
},
|
|
4125
|
+
"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",
|
|
4126
|
+
"type": "Boolean"
|
|
4127
|
+
},
|
|
3540
4128
|
{
|
|
3541
4129
|
"id": "correlationKeyProcess",
|
|
3542
4130
|
"label": "Correlation key (process)",
|
|
@@ -3580,6 +4168,26 @@
|
|
|
3580
4168
|
},
|
|
3581
4169
|
"type": "String"
|
|
3582
4170
|
},
|
|
4171
|
+
{
|
|
4172
|
+
"id": "messageTtl",
|
|
4173
|
+
"label": "Message TTL",
|
|
4174
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
4175
|
+
"optional": true,
|
|
4176
|
+
"constraints": {
|
|
4177
|
+
"notEmpty": false,
|
|
4178
|
+
"pattern": {
|
|
4179
|
+
"value": "^(PT.*|)$",
|
|
4180
|
+
"message": "must be an ISO-8601 duration"
|
|
4181
|
+
}
|
|
4182
|
+
},
|
|
4183
|
+
"feel": "optional",
|
|
4184
|
+
"group": "correlation",
|
|
4185
|
+
"binding": {
|
|
4186
|
+
"name": "messageTtl",
|
|
4187
|
+
"type": "zeebe:property"
|
|
4188
|
+
},
|
|
4189
|
+
"type": "String"
|
|
4190
|
+
},
|
|
3583
4191
|
{
|
|
3584
4192
|
"id": "messageNameUuid",
|
|
3585
4193
|
"generatedValue": {
|
|
@@ -3616,11 +4224,11 @@
|
|
|
3616
4224
|
"type": "Text"
|
|
3617
4225
|
}
|
|
3618
4226
|
],
|
|
4227
|
+
"engines": {
|
|
4228
|
+
"camunda": "^8.3"
|
|
4229
|
+
},
|
|
3619
4230
|
"icon": {
|
|
3620
4231
|
"contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
|
|
3621
|
-
},
|
|
3622
|
-
"engines": {
|
|
3623
|
-
"camunda": "^8.5"
|
|
3624
4232
|
}
|
|
3625
4233
|
},
|
|
3626
4234
|
{
|
|
@@ -3632,7 +4240,7 @@
|
|
|
3632
4240
|
"keywords": []
|
|
3633
4241
|
},
|
|
3634
4242
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
|
|
3635
|
-
"version":
|
|
4243
|
+
"version": 14,
|
|
3636
4244
|
"category": {
|
|
3637
4245
|
"id": "connectors",
|
|
3638
4246
|
"name": "Connectors"
|
|
@@ -3666,6 +4274,10 @@
|
|
|
3666
4274
|
"id": "activation",
|
|
3667
4275
|
"label": "Activation"
|
|
3668
4276
|
},
|
|
4277
|
+
{
|
|
4278
|
+
"id": "synchronousResponse",
|
|
4279
|
+
"label": "Response mode"
|
|
4280
|
+
},
|
|
3669
4281
|
{
|
|
3670
4282
|
"id": "correlation",
|
|
3671
4283
|
"label": "Correlation",
|
|
@@ -4064,6 +4676,29 @@
|
|
|
4064
4676
|
"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",
|
|
4065
4677
|
"type": "Boolean"
|
|
4066
4678
|
},
|
|
4679
|
+
{
|
|
4680
|
+
"id": "synchronousResponse",
|
|
4681
|
+
"label": "Response mode",
|
|
4682
|
+
"description": "Synchronous or Asynchronous <a href=\"https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#response-mode\" target=\"_blank\">response handling</a>",
|
|
4683
|
+
"value": "false",
|
|
4684
|
+
"group": "synchronousResponse",
|
|
4685
|
+
"binding": {
|
|
4686
|
+
"name": "synchronousResponse",
|
|
4687
|
+
"type": "zeebe:property"
|
|
4688
|
+
},
|
|
4689
|
+
"tooltip": "Select synchronous to wait for the result of the correlation. This is either the result of the created process or the process instance key that matched the correlated message subscription. Select asynchronous to trigger the correlation and return immediately without waiting for a result. This affects the data available in the <a href=\"https://docs.camunda.io/docs/components/connectors/connectors/protocol/http-webhook/#use-the-correlation-object\">correlation</a> object for the response expression.",
|
|
4690
|
+
"type": "Dropdown",
|
|
4691
|
+
"choices": [
|
|
4692
|
+
{
|
|
4693
|
+
"name": "Asynchronous",
|
|
4694
|
+
"value": "false"
|
|
4695
|
+
},
|
|
4696
|
+
{
|
|
4697
|
+
"name": "Synchronous",
|
|
4698
|
+
"value": "true"
|
|
4699
|
+
}
|
|
4700
|
+
]
|
|
4701
|
+
},
|
|
4067
4702
|
{
|
|
4068
4703
|
"id": "correlationKeyProcess",
|
|
4069
4704
|
"label": "Correlation key (process)",
|
|
@@ -4105,6 +4740,11 @@
|
|
|
4105
4740
|
"name": "messageIdExpression",
|
|
4106
4741
|
"type": "zeebe:property"
|
|
4107
4742
|
},
|
|
4743
|
+
"condition": {
|
|
4744
|
+
"property": "synchronousResponse",
|
|
4745
|
+
"equals": "false",
|
|
4746
|
+
"type": "simple"
|
|
4747
|
+
},
|
|
4108
4748
|
"type": "String"
|
|
4109
4749
|
},
|
|
4110
4750
|
{
|
|
@@ -4125,6 +4765,11 @@
|
|
|
4125
4765
|
"name": "messageTtl",
|
|
4126
4766
|
"type": "zeebe:property"
|
|
4127
4767
|
},
|
|
4768
|
+
"condition": {
|
|
4769
|
+
"property": "synchronousResponse",
|
|
4770
|
+
"equals": "false",
|
|
4771
|
+
"type": "simple"
|
|
4772
|
+
},
|
|
4128
4773
|
"type": "String"
|
|
4129
4774
|
},
|
|
4130
4775
|
{
|