@camunda/connectors-element-templates 1.0.17 → 1.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/connectors.js +12 -2
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -5
- package/src/element-templates/asana-connector.json +718 -7
- package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
- package/src/element-templates/aws-bedrock-outbound-connector.json +775 -38
- package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
- package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
- package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
- package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
- package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
- package/src/element-templates/aws-lambda-outbound-connector.json +472 -468
- package/src/element-templates/aws-s3-outbound-connector.json +656 -15
- package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
- package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
- package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
- package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
- package/src/element-templates/aws-sns-inbound-receive.json +13 -6
- package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
- package/src/element-templates/aws-sns-outbound-connector.json +390 -386
- package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
- package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
- package/src/element-templates/aws-sqs-receive-connector.json +15 -11
- package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
- package/src/element-templates/aws-sqs-start-message.json +866 -862
- package/src/element-templates/aws-textract-outbound-connector.json +358 -354
- package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
- package/src/element-templates/azure-open-ai-connector.json +1325 -0
- package/src/element-templates/blue-prism-connector.json +595 -50
- package/src/element-templates/box-outbound-connector.json +924 -12
- package/src/element-templates/csv-outbound-connector.json +39 -31
- package/src/element-templates/easy-post-connector.json +1088 -120
- package/src/element-templates/email-inbound-connector-boundary.json +16 -8
- package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
- package/src/element-templates/email-inbound-connector-receive.json +564 -0
- package/src/element-templates/email-message-start-event-connector.json +16 -8
- package/src/element-templates/email-outbound-connector.json +2114 -241
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
- package/src/element-templates/github-connector.json +12587 -9052
- package/src/element-templates/github-webhook-connector-boundary.json +27 -29
- package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
- package/src/element-templates/github-webhook-connector-message-start.json +19 -21
- package/src/element-templates/github-webhook-connector-receive.json +13 -15
- package/src/element-templates/github-webhook-connector-start-event.json +11 -13
- package/src/element-templates/gitlab-connector.json +4756 -3124
- package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
- package/src/element-templates/google-drive-outbound-connector.json +1285 -665
- package/src/element-templates/google-gemini-outbound-connector.json +117 -109
- package/src/element-templates/google-maps-platform-connector.json +1055 -26
- package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
- package/src/element-templates/graphql-outbound-connector.json +1136 -1127
- package/src/element-templates/http-json-connector.json +2779 -2129
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
- package/src/element-templates/http-polling-connector.json +746 -735
- package/src/element-templates/hubspot-outbound-connector.json +2376 -30
- package/src/element-templates/hugging-face-connector.json +249 -18
- package/src/element-templates/jdbc-outbound-connector.json +62 -48
- package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
- package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
- package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
- package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +666 -660
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
- package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
- package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
- package/src/element-templates/openai-connector.json +579 -116
- package/src/element-templates/operate-connector.json +1219 -67
- package/src/element-templates/power-automate-connector.json +604 -12
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
- package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
- package/src/element-templates/rpa-connector.json +346 -0
- package/src/element-templates/salesforce-connector.json +553 -9
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
- package/src/element-templates/send-message-connector-message-end-event.json +10 -5
- package/src/element-templates/send-message-connector-send-task.json +10 -5
- package/src/element-templates/sendgrid-outbound-connector.json +1380 -772
- package/src/element-templates/servicenow-connector.json +971 -3
- package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
- package/src/element-templates/servicenow-incident-connector.json +980 -3
- package/src/element-templates/slack-inbound-boundary.json +389 -91
- package/src/element-templates/slack-inbound-intermediate.json +393 -95
- package/src/element-templates/slack-inbound-message-start.json +566 -236
- package/src/element-templates/slack-inbound-receive.json +297 -0
- package/src/element-templates/slack-inbound-start-event.json +127 -122
- package/src/element-templates/slack-outbound-connector.json +2613 -915
- package/src/element-templates/soap-outbound-connector.json +812 -2
- package/src/element-templates/twilio-connector.json +1514 -34
- package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
- package/src/element-templates/twilio-webhook-connector.json +238 -8
- package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
- package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
- package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
- package/src/element-templates/uipath-connector.json +607 -15
- package/src/element-templates/webhook-connector-boundary.json +1218 -1208
- package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
- package/src/element-templates/webhook-connector-receive.json +55 -45
- package/src/element-templates/webhook-connector-start-event.json +1299 -1292
- package/src/element-templates/webhook-connector-start-message.json +711 -701
- package/src/element-templates/whatsapp-connector.json +339 -5
- package/src/element-templates/http-connector.json.json +0 -654
|
@@ -1,11 +1,20 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "Webhook Intermediate
|
|
4
|
+
"name": "Webhook Intermediate Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1",
|
|
6
|
-
"version": 6,
|
|
7
6
|
"description": "Configure webhook to receive callbacks",
|
|
8
|
-
"
|
|
7
|
+
"keywords": [
|
|
8
|
+
"receive webhook",
|
|
9
|
+
"HTTP trigger",
|
|
10
|
+
"event received",
|
|
11
|
+
"inbound event",
|
|
12
|
+
"webhook trigger",
|
|
13
|
+
"HTTP callback",
|
|
14
|
+
"listen for event"
|
|
15
|
+
],
|
|
16
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
|
|
17
|
+
"version": 14,
|
|
9
18
|
"category": {
|
|
10
19
|
"id": "connectors",
|
|
11
20
|
"name": "Connectors"
|
|
@@ -15,6 +24,9 @@
|
|
|
15
24
|
"value": "bpmn:IntermediateCatchEvent",
|
|
16
25
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
17
26
|
},
|
|
27
|
+
"engines": {
|
|
28
|
+
"camunda": "^8.3"
|
|
29
|
+
},
|
|
18
30
|
"groups": [
|
|
19
31
|
{
|
|
20
32
|
"id": "endpoint",
|
|
@@ -28,52 +40,53 @@
|
|
|
28
40
|
"id": "authorization",
|
|
29
41
|
"label": "Authorization"
|
|
30
42
|
},
|
|
43
|
+
{
|
|
44
|
+
"id": "webhookResponse",
|
|
45
|
+
"label": "Webhook response"
|
|
46
|
+
},
|
|
31
47
|
{
|
|
32
48
|
"id": "activation",
|
|
33
49
|
"label": "Activation"
|
|
34
50
|
},
|
|
35
51
|
{
|
|
36
|
-
"id": "
|
|
37
|
-
"label": "
|
|
52
|
+
"id": "synchronousResponse",
|
|
53
|
+
"label": "Response mode"
|
|
38
54
|
},
|
|
39
55
|
{
|
|
40
|
-
"id": "
|
|
41
|
-
"label": "
|
|
56
|
+
"id": "correlation",
|
|
57
|
+
"label": "Correlation",
|
|
58
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"id": "deduplication",
|
|
62
|
+
"label": "Deduplication",
|
|
63
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"id": "output",
|
|
67
|
+
"label": "Output mapping"
|
|
42
68
|
}
|
|
43
69
|
],
|
|
44
70
|
"properties": [
|
|
45
71
|
{
|
|
46
|
-
"type": "Hidden",
|
|
47
72
|
"value": "io.camunda:webhook:1",
|
|
48
73
|
"binding": {
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"type": "Hidden",
|
|
55
|
-
"generatedValue": {
|
|
56
|
-
"type": "uuid"
|
|
74
|
+
"name": "inbound.type",
|
|
75
|
+
"type": "zeebe:property"
|
|
57
76
|
},
|
|
58
|
-
"
|
|
59
|
-
"type": "bpmn:Message#property",
|
|
60
|
-
"name": "name"
|
|
61
|
-
}
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"type": "Hidden",
|
|
65
|
-
"value": "ConfigurableInboundWebhook",
|
|
66
|
-
"binding": {
|
|
67
|
-
"type": "zeebe:property",
|
|
68
|
-
"name": "inbound.subtype"
|
|
69
|
-
}
|
|
77
|
+
"type": "Hidden"
|
|
70
78
|
},
|
|
71
79
|
{
|
|
72
|
-
"id": "
|
|
80
|
+
"id": "inbound.method",
|
|
73
81
|
"label": "Webhook method",
|
|
74
|
-
"group": "endpoint",
|
|
75
82
|
"description": "Select HTTP method",
|
|
83
|
+
"optional": false,
|
|
76
84
|
"value": "any",
|
|
85
|
+
"group": "endpoint",
|
|
86
|
+
"binding": {
|
|
87
|
+
"name": "inbound.method",
|
|
88
|
+
"type": "zeebe:property"
|
|
89
|
+
},
|
|
77
90
|
"type": "Dropdown",
|
|
78
91
|
"choices": [
|
|
79
92
|
{
|
|
@@ -81,50 +94,53 @@
|
|
|
81
94
|
"value": "any"
|
|
82
95
|
},
|
|
83
96
|
{
|
|
84
|
-
"name": "
|
|
97
|
+
"name": "GET",
|
|
85
98
|
"value": "get"
|
|
86
99
|
},
|
|
87
100
|
{
|
|
88
|
-
"name": "
|
|
101
|
+
"name": "POST",
|
|
89
102
|
"value": "post"
|
|
90
103
|
},
|
|
91
104
|
{
|
|
92
|
-
"name": "
|
|
105
|
+
"name": "PUT",
|
|
93
106
|
"value": "put"
|
|
94
107
|
},
|
|
95
108
|
{
|
|
96
|
-
"name": "
|
|
109
|
+
"name": "DELETE",
|
|
97
110
|
"value": "delete"
|
|
98
111
|
}
|
|
99
|
-
]
|
|
100
|
-
"binding": {
|
|
101
|
-
"type": "zeebe:property",
|
|
102
|
-
"name": "inbound.method"
|
|
103
|
-
}
|
|
112
|
+
]
|
|
104
113
|
},
|
|
105
114
|
{
|
|
115
|
+
"id": "inbound.context",
|
|
106
116
|
"label": "Webhook ID",
|
|
107
|
-
"type": "String",
|
|
108
|
-
"group": "endpoint",
|
|
109
|
-
"binding": {
|
|
110
|
-
"type": "zeebe:property",
|
|
111
|
-
"name": "inbound.context"
|
|
112
|
-
},
|
|
113
117
|
"description": "The webhook ID is a part of the URL",
|
|
118
|
+
"optional": false,
|
|
114
119
|
"constraints": {
|
|
115
120
|
"notEmpty": true,
|
|
116
121
|
"pattern": {
|
|
117
122
|
"value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
|
|
118
123
|
"message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
|
|
119
124
|
}
|
|
120
|
-
}
|
|
125
|
+
},
|
|
126
|
+
"group": "endpoint",
|
|
127
|
+
"binding": {
|
|
128
|
+
"name": "inbound.context",
|
|
129
|
+
"type": "zeebe:property"
|
|
130
|
+
},
|
|
131
|
+
"type": "String"
|
|
121
132
|
},
|
|
122
133
|
{
|
|
123
|
-
"id": "shouldValidateHmac",
|
|
134
|
+
"id": "inbound.shouldValidateHmac",
|
|
124
135
|
"label": "HMAC authentication",
|
|
125
|
-
"
|
|
126
|
-
"
|
|
136
|
+
"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",
|
|
137
|
+
"optional": false,
|
|
127
138
|
"value": "disabled",
|
|
139
|
+
"group": "authentication",
|
|
140
|
+
"binding": {
|
|
141
|
+
"name": "inbound.shouldValidateHmac",
|
|
142
|
+
"type": "zeebe:property"
|
|
143
|
+
},
|
|
128
144
|
"type": "Dropdown",
|
|
129
145
|
"choices": [
|
|
130
146
|
{
|
|
@@ -135,47 +151,60 @@
|
|
|
135
151
|
"name": "Disabled",
|
|
136
152
|
"value": "disabled"
|
|
137
153
|
}
|
|
138
|
-
]
|
|
139
|
-
"binding": {
|
|
140
|
-
"type": "zeebe:property",
|
|
141
|
-
"name": "inbound.shouldValidateHmac"
|
|
142
|
-
}
|
|
154
|
+
]
|
|
143
155
|
},
|
|
144
156
|
{
|
|
157
|
+
"id": "inbound.hmacSecret",
|
|
145
158
|
"label": "HMAC secret key",
|
|
146
159
|
"description": "Shared secret key",
|
|
147
|
-
"type": "String",
|
|
148
|
-
"group": "authentication",
|
|
149
160
|
"optional": true,
|
|
161
|
+
"feel": "optional",
|
|
162
|
+
"group": "authentication",
|
|
150
163
|
"binding": {
|
|
151
|
-
"
|
|
152
|
-
"
|
|
164
|
+
"name": "inbound.hmacSecret",
|
|
165
|
+
"type": "zeebe:property"
|
|
153
166
|
},
|
|
154
167
|
"condition": {
|
|
155
|
-
"property": "shouldValidateHmac",
|
|
156
|
-
"equals": "enabled"
|
|
157
|
-
|
|
168
|
+
"property": "inbound.shouldValidateHmac",
|
|
169
|
+
"equals": "enabled",
|
|
170
|
+
"type": "simple"
|
|
171
|
+
},
|
|
172
|
+
"type": "String"
|
|
158
173
|
},
|
|
159
174
|
{
|
|
175
|
+
"id": "inbound.hmacHeader",
|
|
160
176
|
"label": "HMAC header",
|
|
161
177
|
"description": "Name of header attribute that will contain the HMAC value",
|
|
162
|
-
"type": "String",
|
|
163
|
-
"group": "authentication",
|
|
164
178
|
"optional": true,
|
|
179
|
+
"feel": "optional",
|
|
180
|
+
"group": "authentication",
|
|
165
181
|
"binding": {
|
|
166
|
-
"
|
|
167
|
-
"
|
|
182
|
+
"name": "inbound.hmacHeader",
|
|
183
|
+
"type": "zeebe:property"
|
|
168
184
|
},
|
|
169
185
|
"condition": {
|
|
170
|
-
"property": "shouldValidateHmac",
|
|
171
|
-
"equals": "enabled"
|
|
172
|
-
|
|
186
|
+
"property": "inbound.shouldValidateHmac",
|
|
187
|
+
"equals": "enabled",
|
|
188
|
+
"type": "simple"
|
|
189
|
+
},
|
|
190
|
+
"type": "String"
|
|
173
191
|
},
|
|
174
192
|
{
|
|
193
|
+
"id": "inbound.hmacAlgorithm",
|
|
175
194
|
"label": "HMAC algorithm",
|
|
176
|
-
"group": "authentication",
|
|
177
195
|
"description": "Choose HMAC algorithm",
|
|
196
|
+
"optional": false,
|
|
178
197
|
"value": "sha_256",
|
|
198
|
+
"group": "authentication",
|
|
199
|
+
"binding": {
|
|
200
|
+
"name": "inbound.hmacAlgorithm",
|
|
201
|
+
"type": "zeebe:property"
|
|
202
|
+
},
|
|
203
|
+
"condition": {
|
|
204
|
+
"property": "inbound.shouldValidateHmac",
|
|
205
|
+
"equals": "enabled",
|
|
206
|
+
"type": "simple"
|
|
207
|
+
},
|
|
179
208
|
"type": "Dropdown",
|
|
180
209
|
"choices": [
|
|
181
210
|
{
|
|
@@ -190,295 +219,446 @@
|
|
|
190
219
|
"name": "SHA-512",
|
|
191
220
|
"value": "sha_512"
|
|
192
221
|
}
|
|
193
|
-
]
|
|
194
|
-
"binding": {
|
|
195
|
-
"type": "zeebe:property",
|
|
196
|
-
"name": "inbound.hmacAlgorithm"
|
|
197
|
-
},
|
|
198
|
-
"condition": {
|
|
199
|
-
"property": "shouldValidateHmac",
|
|
200
|
-
"equals": "enabled"
|
|
201
|
-
}
|
|
222
|
+
]
|
|
202
223
|
},
|
|
203
224
|
{
|
|
225
|
+
"id": "inbound.hmacScopes",
|
|
204
226
|
"label": "HMAC scopes",
|
|
205
|
-
"
|
|
206
|
-
"description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/' target='_blank'>documentation</a>",
|
|
207
|
-
"feel": "required",
|
|
208
|
-
"type": "String",
|
|
227
|
+
"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>",
|
|
209
228
|
"optional": true,
|
|
229
|
+
"feel": "required",
|
|
230
|
+
"group": "authentication",
|
|
210
231
|
"binding": {
|
|
211
|
-
"
|
|
212
|
-
"
|
|
232
|
+
"name": "inbound.hmacScopes",
|
|
233
|
+
"type": "zeebe:property"
|
|
213
234
|
},
|
|
214
235
|
"condition": {
|
|
215
|
-
"property": "shouldValidateHmac",
|
|
216
|
-
"equals": "enabled"
|
|
217
|
-
|
|
236
|
+
"property": "inbound.shouldValidateHmac",
|
|
237
|
+
"equals": "enabled",
|
|
238
|
+
"type": "simple"
|
|
239
|
+
},
|
|
240
|
+
"type": "String"
|
|
218
241
|
},
|
|
219
242
|
{
|
|
220
|
-
"id": "
|
|
243
|
+
"id": "inbound.auth.type",
|
|
221
244
|
"label": "Authorization type",
|
|
222
|
-
"
|
|
223
|
-
"description": "Choose the authorization type.",
|
|
245
|
+
"description": "Choose the authorization type",
|
|
224
246
|
"value": "NONE",
|
|
247
|
+
"group": "authorization",
|
|
248
|
+
"binding": {
|
|
249
|
+
"name": "inbound.auth.type",
|
|
250
|
+
"type": "zeebe:property"
|
|
251
|
+
},
|
|
225
252
|
"type": "Dropdown",
|
|
226
253
|
"choices": [
|
|
227
254
|
{
|
|
228
255
|
"name": "None",
|
|
229
256
|
"value": "NONE"
|
|
230
257
|
},
|
|
231
|
-
{
|
|
232
|
-
"name": "JWT",
|
|
233
|
-
"value": "JWT"
|
|
234
|
-
},
|
|
235
258
|
{
|
|
236
259
|
"name": "Basic",
|
|
237
260
|
"value": "BASIC"
|
|
238
261
|
},
|
|
239
262
|
{
|
|
240
|
-
"name": "API
|
|
263
|
+
"name": "API key",
|
|
241
264
|
"value": "APIKEY"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"name": "JWT",
|
|
268
|
+
"value": "JWT"
|
|
242
269
|
}
|
|
243
|
-
]
|
|
244
|
-
"binding": {
|
|
245
|
-
"type": "zeebe:property",
|
|
246
|
-
"name": "inbound.auth.type"
|
|
247
|
-
}
|
|
270
|
+
]
|
|
248
271
|
},
|
|
249
272
|
{
|
|
250
|
-
"
|
|
251
|
-
"
|
|
252
|
-
"
|
|
253
|
-
"
|
|
273
|
+
"id": "inbound.auth.username",
|
|
274
|
+
"label": "Username",
|
|
275
|
+
"description": "Username for basic authentication",
|
|
276
|
+
"optional": false,
|
|
254
277
|
"feel": "optional",
|
|
255
|
-
"
|
|
278
|
+
"group": "authorization",
|
|
256
279
|
"binding": {
|
|
257
|
-
"
|
|
258
|
-
"
|
|
280
|
+
"name": "inbound.auth.username",
|
|
281
|
+
"type": "zeebe:property"
|
|
259
282
|
},
|
|
260
283
|
"condition": {
|
|
261
|
-
"property": "
|
|
262
|
-
"equals": "
|
|
263
|
-
|
|
284
|
+
"property": "inbound.auth.type",
|
|
285
|
+
"equals": "BASIC",
|
|
286
|
+
"type": "simple"
|
|
287
|
+
},
|
|
288
|
+
"type": "String"
|
|
264
289
|
},
|
|
265
290
|
{
|
|
266
|
-
"
|
|
267
|
-
"
|
|
268
|
-
"
|
|
291
|
+
"id": "inbound.auth.password",
|
|
292
|
+
"label": "Password",
|
|
293
|
+
"description": "Password for basic authentication",
|
|
294
|
+
"optional": false,
|
|
295
|
+
"feel": "optional",
|
|
269
296
|
"group": "authorization",
|
|
270
|
-
"feel": "required",
|
|
271
|
-
"optional": true,
|
|
272
297
|
"binding": {
|
|
273
|
-
"
|
|
274
|
-
"
|
|
298
|
+
"name": "inbound.auth.password",
|
|
299
|
+
"type": "zeebe:property"
|
|
275
300
|
},
|
|
276
301
|
"condition": {
|
|
277
|
-
"property": "
|
|
278
|
-
"equals": "
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
"
|
|
302
|
+
"property": "inbound.auth.type",
|
|
303
|
+
"equals": "BASIC",
|
|
304
|
+
"type": "simple"
|
|
305
|
+
},
|
|
306
|
+
"type": "String"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"id": "inbound.auth.apiKey",
|
|
310
|
+
"label": "API key",
|
|
311
|
+
"description": "Expected API key",
|
|
312
|
+
"optional": false,
|
|
313
|
+
"feel": "optional",
|
|
285
314
|
"group": "authorization",
|
|
286
|
-
"feel": "required",
|
|
287
|
-
"optional": true,
|
|
288
315
|
"binding": {
|
|
289
|
-
"
|
|
290
|
-
"
|
|
316
|
+
"name": "inbound.auth.apiKey",
|
|
317
|
+
"type": "zeebe:property"
|
|
291
318
|
},
|
|
292
319
|
"condition": {
|
|
293
|
-
"property": "
|
|
294
|
-
"equals": "
|
|
295
|
-
|
|
320
|
+
"property": "inbound.auth.type",
|
|
321
|
+
"equals": "APIKEY",
|
|
322
|
+
"type": "simple"
|
|
323
|
+
},
|
|
324
|
+
"type": "String"
|
|
296
325
|
},
|
|
297
326
|
{
|
|
298
|
-
"
|
|
299
|
-
"
|
|
300
|
-
"
|
|
327
|
+
"id": "inbound.auth.apiKeyLocator",
|
|
328
|
+
"label": "API key locator",
|
|
329
|
+
"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>",
|
|
330
|
+
"optional": false,
|
|
331
|
+
"value": "=split(request.headers.authorization, \" \")[2]",
|
|
332
|
+
"constraints": {
|
|
333
|
+
"notEmpty": true
|
|
334
|
+
},
|
|
335
|
+
"feel": "required",
|
|
301
336
|
"group": "authorization",
|
|
302
|
-
"feel": "optional",
|
|
303
337
|
"binding": {
|
|
304
|
-
"
|
|
305
|
-
"
|
|
338
|
+
"name": "inbound.auth.apiKeyLocator",
|
|
339
|
+
"type": "zeebe:property"
|
|
306
340
|
},
|
|
307
341
|
"condition": {
|
|
308
|
-
"property": "
|
|
309
|
-
"equals": "
|
|
342
|
+
"property": "inbound.auth.type",
|
|
343
|
+
"equals": "APIKEY",
|
|
344
|
+
"type": "simple"
|
|
310
345
|
},
|
|
311
|
-
"
|
|
312
|
-
"notEmpty": true
|
|
313
|
-
}
|
|
346
|
+
"type": "String"
|
|
314
347
|
},
|
|
315
348
|
{
|
|
316
|
-
"
|
|
317
|
-
"
|
|
318
|
-
"
|
|
319
|
-
"
|
|
349
|
+
"id": "inbound.auth.jwt.jwkUrl",
|
|
350
|
+
"label": "JWK URL",
|
|
351
|
+
"description": "Well-known URL of JWKs",
|
|
352
|
+
"optional": false,
|
|
320
353
|
"feel": "optional",
|
|
354
|
+
"group": "authorization",
|
|
321
355
|
"binding": {
|
|
322
|
-
"
|
|
323
|
-
"
|
|
356
|
+
"name": "inbound.auth.jwt.jwkUrl",
|
|
357
|
+
"type": "zeebe:property"
|
|
324
358
|
},
|
|
325
359
|
"condition": {
|
|
326
|
-
"property": "
|
|
327
|
-
"equals": "
|
|
360
|
+
"property": "inbound.auth.type",
|
|
361
|
+
"equals": "JWT",
|
|
362
|
+
"type": "simple"
|
|
328
363
|
},
|
|
329
|
-
"
|
|
330
|
-
"notEmpty": true
|
|
331
|
-
}
|
|
364
|
+
"type": "String"
|
|
332
365
|
},
|
|
333
366
|
{
|
|
334
|
-
"
|
|
335
|
-
"
|
|
336
|
-
"
|
|
367
|
+
"id": "inbound.auth.jwt.permissionsExpression",
|
|
368
|
+
"label": "JWT role property expression",
|
|
369
|
+
"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>",
|
|
370
|
+
"optional": false,
|
|
371
|
+
"feel": "required",
|
|
337
372
|
"group": "authorization",
|
|
338
|
-
"feel": "optional",
|
|
339
373
|
"binding": {
|
|
340
|
-
"
|
|
341
|
-
"
|
|
374
|
+
"name": "inbound.auth.jwt.permissionsExpression",
|
|
375
|
+
"type": "zeebe:property"
|
|
342
376
|
},
|
|
343
377
|
"condition": {
|
|
344
|
-
"property": "
|
|
345
|
-
"equals": "
|
|
378
|
+
"property": "inbound.auth.type",
|
|
379
|
+
"equals": "JWT",
|
|
380
|
+
"type": "simple"
|
|
346
381
|
},
|
|
347
|
-
"
|
|
348
|
-
"notEmpty": true
|
|
349
|
-
}
|
|
382
|
+
"type": "String"
|
|
350
383
|
},
|
|
351
384
|
{
|
|
352
|
-
"
|
|
353
|
-
"
|
|
354
|
-
"
|
|
355
|
-
"
|
|
385
|
+
"id": "inbound.auth.jwt.requiredPermissions",
|
|
386
|
+
"label": "Required roles",
|
|
387
|
+
"description": "List of roles to test JWT roles against",
|
|
388
|
+
"optional": false,
|
|
356
389
|
"feel": "required",
|
|
390
|
+
"group": "authorization",
|
|
357
391
|
"binding": {
|
|
358
|
-
"
|
|
359
|
-
"
|
|
392
|
+
"name": "inbound.auth.jwt.requiredPermissions",
|
|
393
|
+
"type": "zeebe:property"
|
|
360
394
|
},
|
|
361
395
|
"condition": {
|
|
362
|
-
"property": "
|
|
363
|
-
"equals": "
|
|
364
|
-
|
|
365
|
-
"constraints": {
|
|
366
|
-
"notEmpty": true
|
|
396
|
+
"property": "inbound.auth.type",
|
|
397
|
+
"equals": "JWT",
|
|
398
|
+
"type": "simple"
|
|
367
399
|
},
|
|
368
|
-
"
|
|
400
|
+
"type": "String"
|
|
369
401
|
},
|
|
370
402
|
{
|
|
371
|
-
"
|
|
372
|
-
"
|
|
373
|
-
"
|
|
403
|
+
"id": "inbound.responseExpression",
|
|
404
|
+
"label": "Response expression",
|
|
405
|
+
"description": "Expression used to generate the HTTP response",
|
|
406
|
+
"optional": true,
|
|
374
407
|
"feel": "required",
|
|
375
|
-
"
|
|
408
|
+
"group": "webhookResponse",
|
|
376
409
|
"binding": {
|
|
377
|
-
"
|
|
378
|
-
"
|
|
410
|
+
"name": "inbound.responseExpression",
|
|
411
|
+
"type": "zeebe:property"
|
|
379
412
|
},
|
|
380
|
-
"
|
|
381
|
-
"notEmpty": true
|
|
382
|
-
}
|
|
413
|
+
"type": "Text"
|
|
383
414
|
},
|
|
384
415
|
{
|
|
385
|
-
"
|
|
386
|
-
"
|
|
387
|
-
"
|
|
416
|
+
"id": "inbound.verificationExpression",
|
|
417
|
+
"label": "One time verification response expression",
|
|
418
|
+
"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>",
|
|
419
|
+
"optional": true,
|
|
388
420
|
"feel": "required",
|
|
421
|
+
"group": "webhookResponse",
|
|
389
422
|
"binding": {
|
|
390
|
-
"
|
|
391
|
-
"
|
|
423
|
+
"name": "inbound.verificationExpression",
|
|
424
|
+
"type": "zeebe:property"
|
|
392
425
|
},
|
|
393
|
-
"
|
|
394
|
-
"constraints": {
|
|
395
|
-
"notEmpty": true
|
|
396
|
-
}
|
|
426
|
+
"type": "Text"
|
|
397
427
|
},
|
|
398
428
|
{
|
|
399
|
-
"
|
|
400
|
-
"
|
|
401
|
-
"
|
|
429
|
+
"id": "activationCondition",
|
|
430
|
+
"label": "Activation condition",
|
|
431
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
402
432
|
"optional": true,
|
|
433
|
+
"feel": "required",
|
|
403
434
|
"group": "activation",
|
|
404
435
|
"binding": {
|
|
405
|
-
"
|
|
406
|
-
"
|
|
436
|
+
"name": "activationCondition",
|
|
437
|
+
"type": "zeebe:property"
|
|
407
438
|
},
|
|
408
|
-
"
|
|
439
|
+
"type": "String"
|
|
409
440
|
},
|
|
410
441
|
{
|
|
411
|
-
"
|
|
412
|
-
"
|
|
442
|
+
"id": "consumeUnmatchedEvents",
|
|
443
|
+
"label": "Consume unmatched events",
|
|
444
|
+
"value": true,
|
|
413
445
|
"group": "activation",
|
|
414
|
-
"feel": "required",
|
|
415
|
-
"optional": true,
|
|
416
446
|
"binding": {
|
|
417
|
-
"
|
|
418
|
-
"
|
|
447
|
+
"name": "consumeUnmatchedEvents",
|
|
448
|
+
"type": "zeebe:property"
|
|
419
449
|
},
|
|
420
|
-
"
|
|
450
|
+
"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",
|
|
451
|
+
"type": "Boolean"
|
|
421
452
|
},
|
|
422
453
|
{
|
|
423
|
-
"
|
|
424
|
-
"
|
|
425
|
-
"
|
|
426
|
-
"
|
|
454
|
+
"id": "synchronousResponse",
|
|
455
|
+
"label": "Response mode",
|
|
456
|
+
"description": "Synchronous or Asynchronous <a href=\"https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#response-mode\" target=\"_blank\">response handling</a>",
|
|
457
|
+
"value": "false",
|
|
458
|
+
"group": "synchronousResponse",
|
|
427
459
|
"binding": {
|
|
428
|
-
"
|
|
429
|
-
"
|
|
460
|
+
"name": "synchronousResponse",
|
|
461
|
+
"type": "zeebe:property"
|
|
430
462
|
},
|
|
431
|
-
"
|
|
463
|
+
"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.",
|
|
464
|
+
"type": "Dropdown",
|
|
465
|
+
"choices": [
|
|
466
|
+
{
|
|
467
|
+
"name": "Asynchronous",
|
|
468
|
+
"value": "false"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"name": "Synchronous",
|
|
472
|
+
"value": "true"
|
|
473
|
+
}
|
|
474
|
+
]
|
|
432
475
|
},
|
|
433
476
|
{
|
|
434
|
-
"
|
|
435
|
-
"
|
|
436
|
-
"
|
|
477
|
+
"id": "correlationKeyProcess",
|
|
478
|
+
"label": "Correlation key (process)",
|
|
479
|
+
"description": "Sets up the correlation key from process variables",
|
|
480
|
+
"constraints": {
|
|
481
|
+
"notEmpty": true
|
|
482
|
+
},
|
|
437
483
|
"feel": "required",
|
|
438
|
-
"
|
|
484
|
+
"group": "correlation",
|
|
439
485
|
"binding": {
|
|
440
|
-
"
|
|
441
|
-
"
|
|
486
|
+
"name": "correlationKey",
|
|
487
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
442
488
|
},
|
|
443
|
-
"
|
|
489
|
+
"type": "String"
|
|
444
490
|
},
|
|
445
491
|
{
|
|
446
|
-
"
|
|
447
|
-
"
|
|
448
|
-
"
|
|
449
|
-
"
|
|
492
|
+
"id": "correlationKeyPayload",
|
|
493
|
+
"label": "Correlation key (payload)",
|
|
494
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
495
|
+
"constraints": {
|
|
496
|
+
"notEmpty": true
|
|
497
|
+
},
|
|
450
498
|
"feel": "required",
|
|
451
|
-
"
|
|
499
|
+
"group": "correlation",
|
|
452
500
|
"binding": {
|
|
453
|
-
"
|
|
454
|
-
"
|
|
455
|
-
}
|
|
501
|
+
"name": "correlationKeyExpression",
|
|
502
|
+
"type": "zeebe:property"
|
|
503
|
+
},
|
|
504
|
+
"type": "String"
|
|
456
505
|
},
|
|
457
506
|
{
|
|
458
|
-
"
|
|
459
|
-
"
|
|
460
|
-
"
|
|
461
|
-
"feel": "required",
|
|
507
|
+
"id": "messageIdExpression",
|
|
508
|
+
"label": "Message ID expression",
|
|
509
|
+
"description": "Expression to extract unique identifier of a message",
|
|
462
510
|
"optional": true,
|
|
511
|
+
"feel": "required",
|
|
512
|
+
"group": "correlation",
|
|
463
513
|
"binding": {
|
|
464
|
-
"
|
|
465
|
-
"
|
|
514
|
+
"name": "messageIdExpression",
|
|
515
|
+
"type": "zeebe:property"
|
|
466
516
|
},
|
|
467
|
-
"
|
|
517
|
+
"condition": {
|
|
518
|
+
"property": "synchronousResponse",
|
|
519
|
+
"equals": "false",
|
|
520
|
+
"type": "simple"
|
|
521
|
+
},
|
|
522
|
+
"type": "String"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"id": "messageTtl",
|
|
526
|
+
"label": "Message TTL",
|
|
527
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
528
|
+
"optional": true,
|
|
529
|
+
"constraints": {
|
|
530
|
+
"notEmpty": false,
|
|
531
|
+
"pattern": {
|
|
532
|
+
"value": "^(PT.*|)$",
|
|
533
|
+
"message": "must be an ISO-8601 duration"
|
|
534
|
+
}
|
|
535
|
+
},
|
|
536
|
+
"feel": "optional",
|
|
537
|
+
"group": "correlation",
|
|
538
|
+
"binding": {
|
|
539
|
+
"name": "messageTtl",
|
|
540
|
+
"type": "zeebe:property"
|
|
541
|
+
},
|
|
542
|
+
"condition": {
|
|
543
|
+
"property": "synchronousResponse",
|
|
544
|
+
"equals": "false",
|
|
545
|
+
"type": "simple"
|
|
546
|
+
},
|
|
547
|
+
"type": "String"
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"id": "messageNameUuid",
|
|
551
|
+
"label": "Message name",
|
|
552
|
+
"generatedValue": {
|
|
553
|
+
"type": "uuid"
|
|
554
|
+
},
|
|
555
|
+
"feel": "optional",
|
|
556
|
+
"group": "correlation",
|
|
557
|
+
"binding": {
|
|
558
|
+
"name": "name",
|
|
559
|
+
"type": "bpmn:Message#property"
|
|
560
|
+
},
|
|
561
|
+
"tooltip": "By default, this is an auto-generated random UUID. We recommend using a unique message name for each connector element in the diagram. Override to set a custom message name. Learn more about <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-subscriptions\">message subscriptions</a> that power inbound connectors.",
|
|
562
|
+
"type": "String"
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
"id": "deduplicationModeManualFlag",
|
|
566
|
+
"label": "Manual mode",
|
|
567
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
568
|
+
"value": false,
|
|
569
|
+
"group": "deduplication",
|
|
570
|
+
"binding": {
|
|
571
|
+
"name": "deduplicationModeManualFlag",
|
|
572
|
+
"type": "zeebe:property"
|
|
573
|
+
},
|
|
574
|
+
"type": "Boolean"
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"id": "deduplicationId",
|
|
578
|
+
"label": "Deduplication ID",
|
|
579
|
+
"constraints": {
|
|
580
|
+
"notEmpty": true,
|
|
581
|
+
"pattern": {
|
|
582
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
583
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
584
|
+
}
|
|
585
|
+
},
|
|
586
|
+
"group": "deduplication",
|
|
587
|
+
"binding": {
|
|
588
|
+
"name": "deduplicationId",
|
|
589
|
+
"type": "zeebe:property"
|
|
590
|
+
},
|
|
591
|
+
"condition": {
|
|
592
|
+
"property": "deduplicationModeManualFlag",
|
|
593
|
+
"equals": true,
|
|
594
|
+
"type": "simple"
|
|
595
|
+
},
|
|
596
|
+
"type": "String"
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"id": "deduplicationModeManual",
|
|
600
|
+
"value": "MANUAL",
|
|
601
|
+
"group": "deduplication",
|
|
602
|
+
"binding": {
|
|
603
|
+
"name": "deduplicationMode",
|
|
604
|
+
"type": "zeebe:property"
|
|
605
|
+
},
|
|
606
|
+
"condition": {
|
|
607
|
+
"property": "deduplicationId",
|
|
608
|
+
"isActive": true,
|
|
609
|
+
"type": "simple"
|
|
610
|
+
},
|
|
611
|
+
"type": "Hidden"
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"id": "deduplicationModeAuto",
|
|
615
|
+
"value": "AUTO",
|
|
616
|
+
"group": "deduplication",
|
|
617
|
+
"binding": {
|
|
618
|
+
"name": "deduplicationMode",
|
|
619
|
+
"type": "zeebe:property"
|
|
620
|
+
},
|
|
621
|
+
"condition": {
|
|
622
|
+
"property": "deduplicationId",
|
|
623
|
+
"isActive": false,
|
|
624
|
+
"type": "simple"
|
|
625
|
+
},
|
|
626
|
+
"type": "Hidden"
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"id": "resultVariable",
|
|
630
|
+
"label": "Result variable",
|
|
631
|
+
"description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>.",
|
|
632
|
+
"group": "output",
|
|
633
|
+
"binding": {
|
|
634
|
+
"name": "resultVariable",
|
|
635
|
+
"type": "zeebe:property"
|
|
636
|
+
},
|
|
637
|
+
"type": "String"
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"id": "resultExpression",
|
|
641
|
+
"label": "Result expression",
|
|
642
|
+
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>.",
|
|
643
|
+
"value": "{\n myRequestBody: request.body\n // Use FEEL to extract values, e.g.,:\n // myMessage: request.body.message\n}",
|
|
644
|
+
"feel": "required",
|
|
645
|
+
"group": "output",
|
|
646
|
+
"binding": {
|
|
647
|
+
"name": "resultExpression",
|
|
648
|
+
"type": "zeebe:property"
|
|
649
|
+
},
|
|
650
|
+
"type": "Text"
|
|
468
651
|
}
|
|
469
652
|
],
|
|
470
653
|
"icon": {
|
|
471
|
-
"contents": "data:image/svg+xml
|
|
472
|
-
},
|
|
473
|
-
"engines": {
|
|
474
|
-
"camunda": "^8.5"
|
|
654
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
|
|
475
655
|
}
|
|
476
656
|
},
|
|
477
657
|
{
|
|
478
658
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
479
659
|
"name": "Webhook Intermediate Catch Event Connector",
|
|
480
660
|
"id": "io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1",
|
|
481
|
-
"version":
|
|
661
|
+
"version": 6,
|
|
482
662
|
"description": "Configure webhook to receive callbacks",
|
|
483
663
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
484
664
|
"category": {
|
|
@@ -587,7 +767,11 @@
|
|
|
587
767
|
},
|
|
588
768
|
"description": "The webhook ID is a part of the URL",
|
|
589
769
|
"constraints": {
|
|
590
|
-
"notEmpty": true
|
|
770
|
+
"notEmpty": true,
|
|
771
|
+
"pattern": {
|
|
772
|
+
"value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
|
|
773
|
+
"message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
|
|
774
|
+
}
|
|
591
775
|
}
|
|
592
776
|
},
|
|
593
777
|
{
|
|
@@ -866,6 +1050,18 @@
|
|
|
866
1050
|
"notEmpty": true
|
|
867
1051
|
}
|
|
868
1052
|
},
|
|
1053
|
+
{
|
|
1054
|
+
"label": "Message ID expression",
|
|
1055
|
+
"feel": "required",
|
|
1056
|
+
"type": "String",
|
|
1057
|
+
"optional": true,
|
|
1058
|
+
"group": "activation",
|
|
1059
|
+
"binding": {
|
|
1060
|
+
"type": "zeebe:property",
|
|
1061
|
+
"name": "messageIdExpression"
|
|
1062
|
+
},
|
|
1063
|
+
"description": "Expression to extract unique identifier of a message"
|
|
1064
|
+
},
|
|
869
1065
|
{
|
|
870
1066
|
"label": "Condition",
|
|
871
1067
|
"type": "String",
|
|
@@ -901,6 +1097,18 @@
|
|
|
901
1097
|
},
|
|
902
1098
|
"description": "Expression to map the inbound payload to process variables"
|
|
903
1099
|
},
|
|
1100
|
+
{
|
|
1101
|
+
"label": "One time verification response expression",
|
|
1102
|
+
"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>",
|
|
1103
|
+
"type": "Text",
|
|
1104
|
+
"group": "webhookResponse",
|
|
1105
|
+
"feel": "required",
|
|
1106
|
+
"optional": true,
|
|
1107
|
+
"binding": {
|
|
1108
|
+
"type": "zeebe:property",
|
|
1109
|
+
"name": "inbound.verificationExpression"
|
|
1110
|
+
}
|
|
1111
|
+
},
|
|
904
1112
|
{
|
|
905
1113
|
"label": "Response body expression",
|
|
906
1114
|
"type": "Text",
|
|
@@ -918,19 +1126,16 @@
|
|
|
918
1126
|
"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
1127
|
},
|
|
920
1128
|
"engines": {
|
|
921
|
-
"camunda": "^8.
|
|
1129
|
+
"camunda": "^8.5"
|
|
922
1130
|
}
|
|
923
1131
|
},
|
|
924
1132
|
{
|
|
925
1133
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
926
|
-
"name": "Webhook Intermediate Event Connector",
|
|
1134
|
+
"name": "Webhook Intermediate Catch Event Connector",
|
|
927
1135
|
"id": "io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1",
|
|
1136
|
+
"version": 5,
|
|
928
1137
|
"description": "Configure webhook to receive callbacks",
|
|
929
|
-
"
|
|
930
|
-
"keywords": []
|
|
931
|
-
},
|
|
932
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
|
|
933
|
-
"version": 13,
|
|
1138
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
934
1139
|
"category": {
|
|
935
1140
|
"id": "connectors",
|
|
936
1141
|
"name": "Connectors"
|
|
@@ -940,9 +1145,6 @@
|
|
|
940
1145
|
"value": "bpmn:IntermediateCatchEvent",
|
|
941
1146
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
942
1147
|
},
|
|
943
|
-
"engines": {
|
|
944
|
-
"camunda": "^8.3"
|
|
945
|
-
},
|
|
946
1148
|
"groups": [
|
|
947
1149
|
{
|
|
948
1150
|
"id": "endpoint",
|
|
@@ -956,49 +1158,52 @@
|
|
|
956
1158
|
"id": "authorization",
|
|
957
1159
|
"label": "Authorization"
|
|
958
1160
|
},
|
|
959
|
-
{
|
|
960
|
-
"id": "webhookResponse",
|
|
961
|
-
"label": "Webhook response"
|
|
962
|
-
},
|
|
963
1161
|
{
|
|
964
1162
|
"id": "activation",
|
|
965
1163
|
"label": "Activation"
|
|
966
1164
|
},
|
|
967
1165
|
{
|
|
968
|
-
"id": "
|
|
969
|
-
"label": "
|
|
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."
|
|
1166
|
+
"id": "variable-mapping",
|
|
1167
|
+
"label": "Variable mapping"
|
|
976
1168
|
},
|
|
977
1169
|
{
|
|
978
|
-
"id": "
|
|
979
|
-
"label": "
|
|
1170
|
+
"id": "webhookResponse",
|
|
1171
|
+
"label": "Webhook response"
|
|
980
1172
|
}
|
|
981
1173
|
],
|
|
982
1174
|
"properties": [
|
|
983
1175
|
{
|
|
1176
|
+
"type": "Hidden",
|
|
984
1177
|
"value": "io.camunda:webhook:1",
|
|
985
1178
|
"binding": {
|
|
986
|
-
"
|
|
987
|
-
"
|
|
1179
|
+
"type": "zeebe:property",
|
|
1180
|
+
"name": "inbound.type"
|
|
1181
|
+
}
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"type": "Hidden",
|
|
1185
|
+
"generatedValue": {
|
|
1186
|
+
"type": "uuid"
|
|
988
1187
|
},
|
|
989
|
-
"
|
|
1188
|
+
"binding": {
|
|
1189
|
+
"type": "bpmn:Message#property",
|
|
1190
|
+
"name": "name"
|
|
1191
|
+
}
|
|
990
1192
|
},
|
|
991
1193
|
{
|
|
992
|
-
"
|
|
1194
|
+
"type": "Hidden",
|
|
1195
|
+
"value": "ConfigurableInboundWebhook",
|
|
1196
|
+
"binding": {
|
|
1197
|
+
"type": "zeebe:property",
|
|
1198
|
+
"name": "inbound.subtype"
|
|
1199
|
+
}
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
"id": "webhookMethod",
|
|
993
1203
|
"label": "Webhook method",
|
|
1204
|
+
"group": "endpoint",
|
|
994
1205
|
"description": "Select HTTP method",
|
|
995
|
-
"optional": false,
|
|
996
1206
|
"value": "any",
|
|
997
|
-
"group": "endpoint",
|
|
998
|
-
"binding": {
|
|
999
|
-
"name": "inbound.method",
|
|
1000
|
-
"type": "zeebe:property"
|
|
1001
|
-
},
|
|
1002
1207
|
"type": "Dropdown",
|
|
1003
1208
|
"choices": [
|
|
1004
1209
|
{
|
|
@@ -1006,53 +1211,46 @@
|
|
|
1006
1211
|
"value": "any"
|
|
1007
1212
|
},
|
|
1008
1213
|
{
|
|
1009
|
-
"name": "
|
|
1214
|
+
"name": "Get",
|
|
1010
1215
|
"value": "get"
|
|
1011
1216
|
},
|
|
1012
1217
|
{
|
|
1013
|
-
"name": "
|
|
1218
|
+
"name": "Post",
|
|
1014
1219
|
"value": "post"
|
|
1015
1220
|
},
|
|
1016
1221
|
{
|
|
1017
|
-
"name": "
|
|
1222
|
+
"name": "Put",
|
|
1018
1223
|
"value": "put"
|
|
1019
1224
|
},
|
|
1020
1225
|
{
|
|
1021
|
-
"name": "
|
|
1226
|
+
"name": "Delete",
|
|
1022
1227
|
"value": "delete"
|
|
1023
1228
|
}
|
|
1024
|
-
]
|
|
1229
|
+
],
|
|
1230
|
+
"binding": {
|
|
1231
|
+
"type": "zeebe:property",
|
|
1232
|
+
"name": "inbound.method"
|
|
1233
|
+
}
|
|
1025
1234
|
},
|
|
1026
1235
|
{
|
|
1027
|
-
"id": "inbound.context",
|
|
1028
1236
|
"label": "Webhook ID",
|
|
1237
|
+
"type": "String",
|
|
1238
|
+
"group": "endpoint",
|
|
1239
|
+
"binding": {
|
|
1240
|
+
"type": "zeebe:property",
|
|
1241
|
+
"name": "inbound.context"
|
|
1242
|
+
},
|
|
1029
1243
|
"description": "The webhook ID is a part of the URL",
|
|
1030
|
-
"optional": false,
|
|
1031
1244
|
"constraints": {
|
|
1032
|
-
"notEmpty": true
|
|
1033
|
-
|
|
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"
|
|
1245
|
+
"notEmpty": true
|
|
1246
|
+
}
|
|
1044
1247
|
},
|
|
1045
1248
|
{
|
|
1046
|
-
"id": "
|
|
1249
|
+
"id": "shouldValidateHmac",
|
|
1047
1250
|
"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
1251
|
"group": "authentication",
|
|
1052
|
-
"
|
|
1053
|
-
|
|
1054
|
-
"type": "zeebe:property"
|
|
1055
|
-
},
|
|
1252
|
+
"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",
|
|
1253
|
+
"value": "disabled",
|
|
1056
1254
|
"type": "Dropdown",
|
|
1057
1255
|
"choices": [
|
|
1058
1256
|
{
|
|
@@ -1063,60 +1261,47 @@
|
|
|
1063
1261
|
"name": "Disabled",
|
|
1064
1262
|
"value": "disabled"
|
|
1065
1263
|
}
|
|
1066
|
-
]
|
|
1264
|
+
],
|
|
1265
|
+
"binding": {
|
|
1266
|
+
"type": "zeebe:property",
|
|
1267
|
+
"name": "inbound.shouldValidateHmac"
|
|
1268
|
+
}
|
|
1067
1269
|
},
|
|
1068
1270
|
{
|
|
1069
|
-
"id": "inbound.hmacSecret",
|
|
1070
1271
|
"label": "HMAC secret key",
|
|
1071
1272
|
"description": "Shared secret key",
|
|
1072
|
-
"
|
|
1073
|
-
"feel": "optional",
|
|
1273
|
+
"type": "String",
|
|
1074
1274
|
"group": "authentication",
|
|
1275
|
+
"optional": true,
|
|
1075
1276
|
"binding": {
|
|
1076
|
-
"
|
|
1077
|
-
"
|
|
1277
|
+
"type": "zeebe:property",
|
|
1278
|
+
"name": "inbound.hmacSecret"
|
|
1078
1279
|
},
|
|
1079
1280
|
"condition": {
|
|
1080
|
-
"property": "
|
|
1081
|
-
"equals": "enabled"
|
|
1082
|
-
|
|
1083
|
-
},
|
|
1084
|
-
"type": "String"
|
|
1281
|
+
"property": "shouldValidateHmac",
|
|
1282
|
+
"equals": "enabled"
|
|
1283
|
+
}
|
|
1085
1284
|
},
|
|
1086
1285
|
{
|
|
1087
|
-
"id": "inbound.hmacHeader",
|
|
1088
1286
|
"label": "HMAC header",
|
|
1089
1287
|
"description": "Name of header attribute that will contain the HMAC value",
|
|
1090
|
-
"
|
|
1091
|
-
"feel": "optional",
|
|
1288
|
+
"type": "String",
|
|
1092
1289
|
"group": "authentication",
|
|
1290
|
+
"optional": true,
|
|
1093
1291
|
"binding": {
|
|
1094
|
-
"
|
|
1095
|
-
"
|
|
1292
|
+
"type": "zeebe:property",
|
|
1293
|
+
"name": "inbound.hmacHeader"
|
|
1096
1294
|
},
|
|
1097
1295
|
"condition": {
|
|
1098
|
-
"property": "
|
|
1099
|
-
"equals": "enabled"
|
|
1100
|
-
|
|
1101
|
-
},
|
|
1102
|
-
"type": "String"
|
|
1296
|
+
"property": "shouldValidateHmac",
|
|
1297
|
+
"equals": "enabled"
|
|
1298
|
+
}
|
|
1103
1299
|
},
|
|
1104
1300
|
{
|
|
1105
|
-
"id": "inbound.hmacAlgorithm",
|
|
1106
1301
|
"label": "HMAC algorithm",
|
|
1302
|
+
"group": "authentication",
|
|
1107
1303
|
"description": "Choose HMAC algorithm",
|
|
1108
|
-
"optional": false,
|
|
1109
1304
|
"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
1305
|
"type": "Dropdown",
|
|
1121
1306
|
"choices": [
|
|
1122
1307
|
{
|
|
@@ -1131,507 +1316,351 @@
|
|
|
1131
1316
|
"name": "SHA-512",
|
|
1132
1317
|
"value": "sha_512"
|
|
1133
1318
|
}
|
|
1134
|
-
]
|
|
1319
|
+
],
|
|
1320
|
+
"binding": {
|
|
1321
|
+
"type": "zeebe:property",
|
|
1322
|
+
"name": "inbound.hmacAlgorithm"
|
|
1323
|
+
},
|
|
1324
|
+
"condition": {
|
|
1325
|
+
"property": "shouldValidateHmac",
|
|
1326
|
+
"equals": "enabled"
|
|
1327
|
+
}
|
|
1135
1328
|
},
|
|
1136
1329
|
{
|
|
1137
|
-
"id": "inbound.hmacScopes",
|
|
1138
1330
|
"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
1331
|
"group": "authentication",
|
|
1332
|
+
"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>",
|
|
1333
|
+
"feel": "required",
|
|
1334
|
+
"type": "String",
|
|
1335
|
+
"optional": true,
|
|
1143
1336
|
"binding": {
|
|
1144
|
-
"
|
|
1145
|
-
"
|
|
1337
|
+
"type": "zeebe:property",
|
|
1338
|
+
"name": "inbound.hmacScopes"
|
|
1146
1339
|
},
|
|
1147
1340
|
"condition": {
|
|
1148
|
-
"property": "
|
|
1149
|
-
"equals": "enabled"
|
|
1150
|
-
|
|
1151
|
-
},
|
|
1152
|
-
"type": "String"
|
|
1341
|
+
"property": "shouldValidateHmac",
|
|
1342
|
+
"equals": "enabled"
|
|
1343
|
+
}
|
|
1153
1344
|
},
|
|
1154
1345
|
{
|
|
1155
|
-
"id": "
|
|
1346
|
+
"id": "authorizationType",
|
|
1156
1347
|
"label": "Authorization type",
|
|
1157
|
-
"description": "Choose the authorization type",
|
|
1158
|
-
"value": "NONE",
|
|
1159
1348
|
"group": "authorization",
|
|
1160
|
-
"
|
|
1161
|
-
|
|
1162
|
-
"type": "zeebe:property"
|
|
1163
|
-
},
|
|
1349
|
+
"description": "Choose the authorization type.",
|
|
1350
|
+
"value": "NONE",
|
|
1164
1351
|
"type": "Dropdown",
|
|
1165
1352
|
"choices": [
|
|
1166
1353
|
{
|
|
1167
1354
|
"name": "None",
|
|
1168
1355
|
"value": "NONE"
|
|
1169
1356
|
},
|
|
1357
|
+
{
|
|
1358
|
+
"name": "JWT",
|
|
1359
|
+
"value": "JWT"
|
|
1360
|
+
},
|
|
1170
1361
|
{
|
|
1171
1362
|
"name": "Basic",
|
|
1172
1363
|
"value": "BASIC"
|
|
1173
1364
|
},
|
|
1174
1365
|
{
|
|
1175
|
-
"name": "API
|
|
1366
|
+
"name": "API Key",
|
|
1176
1367
|
"value": "APIKEY"
|
|
1177
|
-
},
|
|
1178
|
-
{
|
|
1179
|
-
"name": "JWT",
|
|
1180
|
-
"value": "JWT"
|
|
1181
1368
|
}
|
|
1182
|
-
]
|
|
1369
|
+
],
|
|
1370
|
+
"binding": {
|
|
1371
|
+
"type": "zeebe:property",
|
|
1372
|
+
"name": "inbound.auth.type"
|
|
1373
|
+
}
|
|
1183
1374
|
},
|
|
1184
1375
|
{
|
|
1185
|
-
"
|
|
1186
|
-
"
|
|
1187
|
-
"
|
|
1188
|
-
"optional": false,
|
|
1189
|
-
"feel": "optional",
|
|
1376
|
+
"label": "JWK url",
|
|
1377
|
+
"description": "Well-known url of JWKs",
|
|
1378
|
+
"type": "String",
|
|
1190
1379
|
"group": "authorization",
|
|
1380
|
+
"feel": "optional",
|
|
1381
|
+
"optional": true,
|
|
1191
1382
|
"binding": {
|
|
1192
|
-
"
|
|
1193
|
-
"
|
|
1383
|
+
"type": "zeebe:property",
|
|
1384
|
+
"name": "inbound.auth.jwt.jwkUrl"
|
|
1194
1385
|
},
|
|
1195
1386
|
"condition": {
|
|
1196
|
-
"property": "
|
|
1197
|
-
"equals": "
|
|
1198
|
-
|
|
1199
|
-
},
|
|
1200
|
-
"type": "String"
|
|
1387
|
+
"property": "authorizationType",
|
|
1388
|
+
"equals": "JWT"
|
|
1389
|
+
}
|
|
1201
1390
|
},
|
|
1202
1391
|
{
|
|
1203
|
-
"
|
|
1204
|
-
"
|
|
1205
|
-
"
|
|
1206
|
-
"optional": false,
|
|
1207
|
-
"feel": "optional",
|
|
1392
|
+
"label": "JWT role property expression",
|
|
1393
|
+
"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>",
|
|
1394
|
+
"type": "String",
|
|
1208
1395
|
"group": "authorization",
|
|
1396
|
+
"feel": "required",
|
|
1397
|
+
"optional": true,
|
|
1209
1398
|
"binding": {
|
|
1210
|
-
"
|
|
1211
|
-
"
|
|
1399
|
+
"type": "zeebe:property",
|
|
1400
|
+
"name": "inbound.auth.jwt.permissionsExpression"
|
|
1212
1401
|
},
|
|
1213
1402
|
"condition": {
|
|
1214
|
-
"property": "
|
|
1215
|
-
"equals": "
|
|
1216
|
-
|
|
1217
|
-
},
|
|
1218
|
-
"type": "String"
|
|
1403
|
+
"property": "authorizationType",
|
|
1404
|
+
"equals": "JWT"
|
|
1405
|
+
}
|
|
1219
1406
|
},
|
|
1220
1407
|
{
|
|
1221
|
-
"
|
|
1222
|
-
"
|
|
1223
|
-
"
|
|
1224
|
-
"optional": false,
|
|
1225
|
-
"feel": "optional",
|
|
1408
|
+
"label": "Required roles",
|
|
1409
|
+
"description": "List of roles to test JWT roles against",
|
|
1410
|
+
"type": "String",
|
|
1226
1411
|
"group": "authorization",
|
|
1412
|
+
"feel": "required",
|
|
1413
|
+
"optional": true,
|
|
1227
1414
|
"binding": {
|
|
1228
|
-
"
|
|
1229
|
-
"
|
|
1415
|
+
"type": "zeebe:property",
|
|
1416
|
+
"name": "inbound.auth.jwt.requiredPermissions"
|
|
1230
1417
|
},
|
|
1231
1418
|
"condition": {
|
|
1232
|
-
"property": "
|
|
1233
|
-
"equals": "
|
|
1234
|
-
|
|
1235
|
-
},
|
|
1236
|
-
"type": "String"
|
|
1419
|
+
"property": "authorizationType",
|
|
1420
|
+
"equals": "JWT"
|
|
1421
|
+
}
|
|
1237
1422
|
},
|
|
1238
1423
|
{
|
|
1239
|
-
"
|
|
1240
|
-
"
|
|
1241
|
-
"
|
|
1242
|
-
"optional": false,
|
|
1243
|
-
"value": "=split(request.headers.authorization, \" \")[2]",
|
|
1244
|
-
"constraints": {
|
|
1245
|
-
"notEmpty": true
|
|
1246
|
-
},
|
|
1247
|
-
"feel": "required",
|
|
1424
|
+
"label": "Username",
|
|
1425
|
+
"description": "Username for basic authentication",
|
|
1426
|
+
"type": "String",
|
|
1248
1427
|
"group": "authorization",
|
|
1428
|
+
"feel": "optional",
|
|
1249
1429
|
"binding": {
|
|
1250
|
-
"
|
|
1251
|
-
"
|
|
1430
|
+
"type": "zeebe:property",
|
|
1431
|
+
"name": "inbound.auth.username"
|
|
1252
1432
|
},
|
|
1253
1433
|
"condition": {
|
|
1254
|
-
"property": "
|
|
1255
|
-
"equals": "
|
|
1256
|
-
"type": "simple"
|
|
1434
|
+
"property": "authorizationType",
|
|
1435
|
+
"equals": "BASIC"
|
|
1257
1436
|
},
|
|
1258
|
-
"
|
|
1437
|
+
"constraints": {
|
|
1438
|
+
"notEmpty": true
|
|
1439
|
+
}
|
|
1259
1440
|
},
|
|
1260
1441
|
{
|
|
1261
|
-
"
|
|
1262
|
-
"
|
|
1263
|
-
"
|
|
1264
|
-
"optional": false,
|
|
1265
|
-
"feel": "optional",
|
|
1442
|
+
"label": "Password",
|
|
1443
|
+
"description": "Password for basic authentication",
|
|
1444
|
+
"type": "String",
|
|
1266
1445
|
"group": "authorization",
|
|
1446
|
+
"feel": "optional",
|
|
1267
1447
|
"binding": {
|
|
1268
|
-
"
|
|
1269
|
-
"
|
|
1448
|
+
"type": "zeebe:property",
|
|
1449
|
+
"name": "inbound.auth.password"
|
|
1270
1450
|
},
|
|
1271
1451
|
"condition": {
|
|
1272
|
-
"property": "
|
|
1273
|
-
"equals": "
|
|
1274
|
-
"type": "simple"
|
|
1452
|
+
"property": "authorizationType",
|
|
1453
|
+
"equals": "BASIC"
|
|
1275
1454
|
},
|
|
1276
|
-
"
|
|
1455
|
+
"constraints": {
|
|
1456
|
+
"notEmpty": true
|
|
1457
|
+
}
|
|
1277
1458
|
},
|
|
1278
1459
|
{
|
|
1279
|
-
"
|
|
1280
|
-
"
|
|
1281
|
-
"
|
|
1282
|
-
"optional": false,
|
|
1283
|
-
"feel": "required",
|
|
1460
|
+
"label": "API Key",
|
|
1461
|
+
"description": "Expected API key",
|
|
1462
|
+
"type": "String",
|
|
1284
1463
|
"group": "authorization",
|
|
1464
|
+
"feel": "optional",
|
|
1285
1465
|
"binding": {
|
|
1286
|
-
"
|
|
1287
|
-
"
|
|
1466
|
+
"type": "zeebe:property",
|
|
1467
|
+
"name": "inbound.auth.apiKey"
|
|
1288
1468
|
},
|
|
1289
1469
|
"condition": {
|
|
1290
|
-
"property": "
|
|
1291
|
-
"equals": "
|
|
1292
|
-
"type": "simple"
|
|
1470
|
+
"property": "authorizationType",
|
|
1471
|
+
"equals": "APIKEY"
|
|
1293
1472
|
},
|
|
1294
|
-
"
|
|
1473
|
+
"constraints": {
|
|
1474
|
+
"notEmpty": true
|
|
1475
|
+
}
|
|
1295
1476
|
},
|
|
1296
1477
|
{
|
|
1297
|
-
"
|
|
1298
|
-
"
|
|
1299
|
-
"
|
|
1300
|
-
"optional": false,
|
|
1301
|
-
"feel": "required",
|
|
1478
|
+
"label": "API Key locator",
|
|
1479
|
+
"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>",
|
|
1480
|
+
"type": "String",
|
|
1302
1481
|
"group": "authorization",
|
|
1482
|
+
"feel": "required",
|
|
1303
1483
|
"binding": {
|
|
1304
|
-
"
|
|
1305
|
-
"
|
|
1484
|
+
"type": "zeebe:property",
|
|
1485
|
+
"name": "inbound.auth.apiKeyLocator"
|
|
1306
1486
|
},
|
|
1307
1487
|
"condition": {
|
|
1308
|
-
"property": "
|
|
1309
|
-
"equals": "
|
|
1310
|
-
"type": "simple"
|
|
1488
|
+
"property": "authorizationType",
|
|
1489
|
+
"equals": "APIKEY"
|
|
1311
1490
|
},
|
|
1312
|
-
"
|
|
1491
|
+
"constraints": {
|
|
1492
|
+
"notEmpty": true
|
|
1493
|
+
},
|
|
1494
|
+
"value": "=split(request.headers.authorization, \" \")[2]"
|
|
1313
1495
|
},
|
|
1314
1496
|
{
|
|
1315
|
-
"
|
|
1316
|
-
"
|
|
1317
|
-
"
|
|
1318
|
-
"optional": true,
|
|
1497
|
+
"label": "Correlation key (process)",
|
|
1498
|
+
"type": "String",
|
|
1499
|
+
"group": "activation",
|
|
1319
1500
|
"feel": "required",
|
|
1320
|
-
"
|
|
1501
|
+
"description": "Sets up the correlation key from process variables",
|
|
1321
1502
|
"binding": {
|
|
1322
|
-
"
|
|
1323
|
-
"
|
|
1503
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
1504
|
+
"name": "correlationKey"
|
|
1324
1505
|
},
|
|
1325
|
-
"
|
|
1506
|
+
"constraints": {
|
|
1507
|
+
"notEmpty": true
|
|
1508
|
+
}
|
|
1326
1509
|
},
|
|
1327
1510
|
{
|
|
1328
|
-
"
|
|
1329
|
-
"
|
|
1330
|
-
"
|
|
1331
|
-
"optional": true,
|
|
1511
|
+
"label": "Correlation key (payload)",
|
|
1512
|
+
"type": "String",
|
|
1513
|
+
"group": "activation",
|
|
1332
1514
|
"feel": "required",
|
|
1333
|
-
"group": "webhookResponse",
|
|
1334
1515
|
"binding": {
|
|
1335
|
-
"
|
|
1336
|
-
"
|
|
1516
|
+
"type": "zeebe:property",
|
|
1517
|
+
"name": "correlationKeyExpression"
|
|
1337
1518
|
},
|
|
1338
|
-
"
|
|
1519
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
1520
|
+
"constraints": {
|
|
1521
|
+
"notEmpty": true
|
|
1522
|
+
}
|
|
1339
1523
|
},
|
|
1340
1524
|
{
|
|
1341
|
-
"
|
|
1342
|
-
"label": "Activation condition",
|
|
1343
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1344
|
-
"optional": true,
|
|
1525
|
+
"label": "Message ID expression",
|
|
1345
1526
|
"feel": "required",
|
|
1527
|
+
"type": "String",
|
|
1528
|
+
"optional": true,
|
|
1346
1529
|
"group": "activation",
|
|
1347
1530
|
"binding": {
|
|
1348
|
-
"
|
|
1349
|
-
"
|
|
1531
|
+
"type": "zeebe:property",
|
|
1532
|
+
"name": "messageIdExpression"
|
|
1350
1533
|
},
|
|
1351
|
-
"
|
|
1534
|
+
"description": "Expression to extract unique identifier of a message"
|
|
1352
1535
|
},
|
|
1353
1536
|
{
|
|
1354
|
-
"
|
|
1355
|
-
"
|
|
1356
|
-
"value": true,
|
|
1537
|
+
"label": "Condition",
|
|
1538
|
+
"type": "String",
|
|
1357
1539
|
"group": "activation",
|
|
1540
|
+
"feel": "required",
|
|
1541
|
+
"optional": true,
|
|
1358
1542
|
"binding": {
|
|
1359
|
-
"
|
|
1360
|
-
"
|
|
1543
|
+
"type": "zeebe:property",
|
|
1544
|
+
"name": "activationCondition"
|
|
1361
1545
|
},
|
|
1362
|
-
"
|
|
1363
|
-
"type": "Boolean"
|
|
1546
|
+
"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>"
|
|
1364
1547
|
},
|
|
1365
1548
|
{
|
|
1366
|
-
"
|
|
1367
|
-
"
|
|
1368
|
-
"
|
|
1369
|
-
"
|
|
1370
|
-
"notEmpty": true
|
|
1371
|
-
},
|
|
1372
|
-
"feel": "required",
|
|
1373
|
-
"group": "correlation",
|
|
1549
|
+
"label": "Result variable",
|
|
1550
|
+
"type": "String",
|
|
1551
|
+
"group": "variable-mapping",
|
|
1552
|
+
"optional": true,
|
|
1374
1553
|
"binding": {
|
|
1375
|
-
"
|
|
1376
|
-
"
|
|
1554
|
+
"type": "zeebe:property",
|
|
1555
|
+
"name": "resultVariable"
|
|
1377
1556
|
},
|
|
1378
|
-
"
|
|
1557
|
+
"description": "Name of variable to store the result of the connector in"
|
|
1379
1558
|
},
|
|
1380
1559
|
{
|
|
1381
|
-
"
|
|
1382
|
-
"
|
|
1383
|
-
"
|
|
1384
|
-
"constraints": {
|
|
1385
|
-
"notEmpty": true
|
|
1386
|
-
},
|
|
1560
|
+
"label": "Result expression",
|
|
1561
|
+
"type": "String",
|
|
1562
|
+
"group": "variable-mapping",
|
|
1387
1563
|
"feel": "required",
|
|
1388
|
-
"
|
|
1564
|
+
"optional": true,
|
|
1389
1565
|
"binding": {
|
|
1390
|
-
"
|
|
1391
|
-
"
|
|
1566
|
+
"type": "zeebe:property",
|
|
1567
|
+
"name": "resultExpression"
|
|
1392
1568
|
},
|
|
1393
|
-
"
|
|
1569
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
1394
1570
|
},
|
|
1395
1571
|
{
|
|
1396
|
-
"
|
|
1397
|
-
"
|
|
1398
|
-
"
|
|
1399
|
-
"
|
|
1572
|
+
"label": "One time verification response expression",
|
|
1573
|
+
"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>",
|
|
1574
|
+
"type": "Text",
|
|
1575
|
+
"group": "webhookResponse",
|
|
1400
1576
|
"feel": "required",
|
|
1401
|
-
"
|
|
1577
|
+
"optional": true,
|
|
1402
1578
|
"binding": {
|
|
1403
|
-
"
|
|
1404
|
-
"
|
|
1405
|
-
}
|
|
1406
|
-
"type": "String"
|
|
1579
|
+
"type": "zeebe:property",
|
|
1580
|
+
"name": "inbound.verificationExpression"
|
|
1581
|
+
}
|
|
1407
1582
|
},
|
|
1408
1583
|
{
|
|
1409
|
-
"
|
|
1410
|
-
"
|
|
1411
|
-
"
|
|
1584
|
+
"label": "Response body expression",
|
|
1585
|
+
"type": "Text",
|
|
1586
|
+
"group": "webhookResponse",
|
|
1587
|
+
"feel": "required",
|
|
1412
1588
|
"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
1589
|
"binding": {
|
|
1423
|
-
"
|
|
1424
|
-
"
|
|
1590
|
+
"type": "zeebe:property",
|
|
1591
|
+
"name": "inbound.responseBodyExpression"
|
|
1425
1592
|
},
|
|
1426
|
-
"
|
|
1593
|
+
"description": "Specify condition and response"
|
|
1594
|
+
}
|
|
1595
|
+
],
|
|
1596
|
+
"icon": {
|
|
1597
|
+
"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"
|
|
1598
|
+
},
|
|
1599
|
+
"engines": {
|
|
1600
|
+
"camunda": "^8.4"
|
|
1601
|
+
}
|
|
1602
|
+
},
|
|
1603
|
+
{
|
|
1604
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1605
|
+
"name": "Webhook connector",
|
|
1606
|
+
"id": "io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1",
|
|
1607
|
+
"version": 2,
|
|
1608
|
+
"description": "Configure webhook to receive callbacks",
|
|
1609
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
1610
|
+
"category": {
|
|
1611
|
+
"id": "connectors",
|
|
1612
|
+
"name": "Connectors"
|
|
1613
|
+
},
|
|
1614
|
+
"appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
|
|
1615
|
+
"elementType": {
|
|
1616
|
+
"value": "bpmn:IntermediateCatchEvent",
|
|
1617
|
+
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
1618
|
+
},
|
|
1619
|
+
"groups": [
|
|
1620
|
+
{
|
|
1621
|
+
"id": "endpoint",
|
|
1622
|
+
"label": "Webhook configuration"
|
|
1427
1623
|
},
|
|
1428
1624
|
{
|
|
1429
|
-
"id": "
|
|
1625
|
+
"id": "activation",
|
|
1626
|
+
"label": "Activation"
|
|
1627
|
+
},
|
|
1628
|
+
{
|
|
1629
|
+
"id": "variable-mapping",
|
|
1630
|
+
"label": "Variable mapping"
|
|
1631
|
+
}
|
|
1632
|
+
],
|
|
1633
|
+
"properties": [
|
|
1634
|
+
{
|
|
1635
|
+
"type": "Hidden",
|
|
1636
|
+
"value": "io.camunda:webhook:1",
|
|
1637
|
+
"binding": {
|
|
1638
|
+
"type": "zeebe:property",
|
|
1639
|
+
"name": "inbound.type"
|
|
1640
|
+
}
|
|
1641
|
+
},
|
|
1642
|
+
{
|
|
1643
|
+
"type": "Hidden",
|
|
1430
1644
|
"generatedValue": {
|
|
1431
1645
|
"type": "uuid"
|
|
1432
1646
|
},
|
|
1433
|
-
"group": "correlation",
|
|
1434
1647
|
"binding": {
|
|
1435
|
-
"
|
|
1436
|
-
"
|
|
1437
|
-
}
|
|
1438
|
-
"type": "Hidden"
|
|
1648
|
+
"type": "bpmn:Message#property",
|
|
1649
|
+
"name": "name"
|
|
1650
|
+
}
|
|
1439
1651
|
},
|
|
1440
1652
|
{
|
|
1441
|
-
"
|
|
1442
|
-
"
|
|
1443
|
-
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1444
|
-
"value": false,
|
|
1445
|
-
"group": "deduplication",
|
|
1653
|
+
"type": "Hidden",
|
|
1654
|
+
"value": "ConfigurableInboundWebhook",
|
|
1446
1655
|
"binding": {
|
|
1447
|
-
"
|
|
1448
|
-
"
|
|
1449
|
-
}
|
|
1450
|
-
"type": "Boolean"
|
|
1656
|
+
"type": "zeebe:property",
|
|
1657
|
+
"name": "inbound.subtype"
|
|
1658
|
+
}
|
|
1451
1659
|
},
|
|
1452
1660
|
{
|
|
1453
|
-
"
|
|
1454
|
-
"
|
|
1455
|
-
"
|
|
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=="
|
|
1530
|
-
}
|
|
1531
|
-
},
|
|
1532
|
-
{
|
|
1533
|
-
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1534
|
-
"name": "Webhook connector",
|
|
1535
|
-
"id": "io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1",
|
|
1536
|
-
"version": 3,
|
|
1537
|
-
"description": "Configure webhook to receive callbacks",
|
|
1538
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
1539
|
-
"category": {
|
|
1540
|
-
"id": "connectors",
|
|
1541
|
-
"name": "Connectors"
|
|
1542
|
-
},
|
|
1543
|
-
"appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
|
|
1544
|
-
"elementType": {
|
|
1545
|
-
"value": "bpmn:IntermediateCatchEvent",
|
|
1546
|
-
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
1547
|
-
},
|
|
1548
|
-
"groups": [
|
|
1549
|
-
{
|
|
1550
|
-
"id": "endpoint",
|
|
1551
|
-
"label": "Webhook configuration"
|
|
1552
|
-
},
|
|
1553
|
-
{
|
|
1554
|
-
"id": "authentication",
|
|
1555
|
-
"label": "Authentication"
|
|
1556
|
-
},
|
|
1557
|
-
{
|
|
1558
|
-
"id": "authorization",
|
|
1559
|
-
"label": "Authorization"
|
|
1560
|
-
},
|
|
1561
|
-
{
|
|
1562
|
-
"id": "activation",
|
|
1563
|
-
"label": "Activation"
|
|
1564
|
-
},
|
|
1565
|
-
{
|
|
1566
|
-
"id": "variable-mapping",
|
|
1567
|
-
"label": "Variable mapping"
|
|
1568
|
-
}
|
|
1569
|
-
],
|
|
1570
|
-
"properties": [
|
|
1571
|
-
{
|
|
1572
|
-
"type": "Hidden",
|
|
1573
|
-
"value": "io.camunda:webhook:1",
|
|
1574
|
-
"binding": {
|
|
1575
|
-
"type": "zeebe:property",
|
|
1576
|
-
"name": "inbound.type"
|
|
1577
|
-
}
|
|
1578
|
-
},
|
|
1579
|
-
{
|
|
1580
|
-
"type": "Hidden",
|
|
1581
|
-
"generatedValue": {
|
|
1582
|
-
"type": "uuid"
|
|
1583
|
-
},
|
|
1584
|
-
"binding": {
|
|
1585
|
-
"type": "bpmn:Message#property",
|
|
1586
|
-
"name": "name"
|
|
1587
|
-
}
|
|
1588
|
-
},
|
|
1589
|
-
{
|
|
1590
|
-
"type": "Hidden",
|
|
1591
|
-
"value": "ConfigurableInboundWebhook",
|
|
1592
|
-
"binding": {
|
|
1593
|
-
"type": "zeebe:property",
|
|
1594
|
-
"name": "inbound.subtype"
|
|
1595
|
-
}
|
|
1596
|
-
},
|
|
1597
|
-
{
|
|
1598
|
-
"id": "webhookMethod",
|
|
1599
|
-
"label": "Webhook method",
|
|
1600
|
-
"group": "endpoint",
|
|
1601
|
-
"description": "Select HTTP method",
|
|
1602
|
-
"value": "any",
|
|
1603
|
-
"type": "Dropdown",
|
|
1604
|
-
"choices": [
|
|
1605
|
-
{
|
|
1606
|
-
"name": "Any",
|
|
1607
|
-
"value": "any"
|
|
1608
|
-
},
|
|
1609
|
-
{
|
|
1610
|
-
"name": "Get",
|
|
1611
|
-
"value": "get"
|
|
1612
|
-
},
|
|
1613
|
-
{
|
|
1614
|
-
"name": "Post",
|
|
1615
|
-
"value": "post"
|
|
1616
|
-
},
|
|
1617
|
-
{
|
|
1618
|
-
"name": "Put",
|
|
1619
|
-
"value": "put"
|
|
1620
|
-
},
|
|
1621
|
-
{
|
|
1622
|
-
"name": "Delete",
|
|
1623
|
-
"value": "delete"
|
|
1624
|
-
}
|
|
1625
|
-
],
|
|
1626
|
-
"binding": {
|
|
1627
|
-
"type": "zeebe:property",
|
|
1628
|
-
"name": "inbound.method"
|
|
1629
|
-
}
|
|
1630
|
-
},
|
|
1631
|
-
{
|
|
1632
|
-
"label": "Webhook ID",
|
|
1633
|
-
"type": "String",
|
|
1634
|
-
"group": "endpoint",
|
|
1661
|
+
"label": "Webhook ID",
|
|
1662
|
+
"type": "String",
|
|
1663
|
+
"group": "endpoint",
|
|
1635
1664
|
"binding": {
|
|
1636
1665
|
"type": "zeebe:property",
|
|
1637
1666
|
"name": "inbound.context"
|
|
@@ -1644,7 +1673,7 @@
|
|
|
1644
1673
|
{
|
|
1645
1674
|
"id": "shouldValidateHmac",
|
|
1646
1675
|
"label": "HMAC authentication",
|
|
1647
|
-
"group": "
|
|
1676
|
+
"group": "endpoint",
|
|
1648
1677
|
"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",
|
|
1649
1678
|
"value": "disabled",
|
|
1650
1679
|
"type": "Dropdown",
|
|
@@ -1667,7 +1696,7 @@
|
|
|
1667
1696
|
"label": "HMAC secret key",
|
|
1668
1697
|
"description": "Shared secret key",
|
|
1669
1698
|
"type": "String",
|
|
1670
|
-
"group": "
|
|
1699
|
+
"group": "endpoint",
|
|
1671
1700
|
"optional": true,
|
|
1672
1701
|
"binding": {
|
|
1673
1702
|
"type": "zeebe:property",
|
|
@@ -1682,7 +1711,7 @@
|
|
|
1682
1711
|
"label": "HMAC header",
|
|
1683
1712
|
"description": "Name of header attribute that will contain the HMAC value",
|
|
1684
1713
|
"type": "String",
|
|
1685
|
-
"group": "
|
|
1714
|
+
"group": "endpoint",
|
|
1686
1715
|
"optional": true,
|
|
1687
1716
|
"binding": {
|
|
1688
1717
|
"type": "zeebe:property",
|
|
@@ -1695,7 +1724,7 @@
|
|
|
1695
1724
|
},
|
|
1696
1725
|
{
|
|
1697
1726
|
"label": "HMAC algorithm",
|
|
1698
|
-
"group": "
|
|
1727
|
+
"group": "endpoint",
|
|
1699
1728
|
"description": "Choose HMAC algorithm",
|
|
1700
1729
|
"value": "sha_256",
|
|
1701
1730
|
"type": "Dropdown",
|
|
@@ -1723,220 +1752,53 @@
|
|
|
1723
1752
|
}
|
|
1724
1753
|
},
|
|
1725
1754
|
{
|
|
1726
|
-
"label": "
|
|
1727
|
-
"group": "authentication",
|
|
1728
|
-
"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>",
|
|
1729
|
-
"feel": "required",
|
|
1755
|
+
"label": "Correlation key (process)",
|
|
1730
1756
|
"type": "String",
|
|
1731
|
-
"
|
|
1757
|
+
"group": "activation",
|
|
1758
|
+
"feel": "required",
|
|
1759
|
+
"description": "Sets up the correlation key from process variables",
|
|
1732
1760
|
"binding": {
|
|
1733
|
-
"type": "zeebe:property",
|
|
1734
|
-
"name": "
|
|
1761
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
1762
|
+
"name": "correlationKey"
|
|
1735
1763
|
},
|
|
1736
|
-
"
|
|
1737
|
-
"
|
|
1738
|
-
"equals": "enabled"
|
|
1764
|
+
"constraints": {
|
|
1765
|
+
"notEmpty": true
|
|
1739
1766
|
}
|
|
1740
1767
|
},
|
|
1741
1768
|
{
|
|
1742
|
-
"
|
|
1743
|
-
"
|
|
1744
|
-
"group": "
|
|
1745
|
-
"
|
|
1746
|
-
"value": "NONE",
|
|
1747
|
-
"type": "Dropdown",
|
|
1748
|
-
"choices": [
|
|
1749
|
-
{
|
|
1750
|
-
"name": "None",
|
|
1751
|
-
"value": "NONE"
|
|
1752
|
-
},
|
|
1753
|
-
{
|
|
1754
|
-
"name": "JWT",
|
|
1755
|
-
"value": "JWT"
|
|
1756
|
-
},
|
|
1757
|
-
{
|
|
1758
|
-
"name": "Basic",
|
|
1759
|
-
"value": "BASIC"
|
|
1760
|
-
},
|
|
1761
|
-
{
|
|
1762
|
-
"name": "API Key",
|
|
1763
|
-
"value": "APIKEY"
|
|
1764
|
-
}
|
|
1765
|
-
],
|
|
1769
|
+
"label": "Correlation key (payload)",
|
|
1770
|
+
"type": "String",
|
|
1771
|
+
"group": "activation",
|
|
1772
|
+
"feel": "required",
|
|
1766
1773
|
"binding": {
|
|
1767
1774
|
"type": "zeebe:property",
|
|
1768
|
-
"name": "
|
|
1775
|
+
"name": "correlationKeyExpression"
|
|
1776
|
+
},
|
|
1777
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
1778
|
+
"constraints": {
|
|
1779
|
+
"notEmpty": true
|
|
1769
1780
|
}
|
|
1770
1781
|
},
|
|
1771
1782
|
{
|
|
1772
|
-
"label": "
|
|
1773
|
-
"description": "Well-known url of JWKs",
|
|
1783
|
+
"label": "Condition",
|
|
1774
1784
|
"type": "String",
|
|
1775
|
-
"group": "
|
|
1776
|
-
"feel": "
|
|
1785
|
+
"group": "activation",
|
|
1786
|
+
"feel": "required",
|
|
1777
1787
|
"optional": true,
|
|
1778
1788
|
"binding": {
|
|
1779
1789
|
"type": "zeebe:property",
|
|
1780
|
-
"name": "
|
|
1790
|
+
"name": "activationCondition"
|
|
1781
1791
|
},
|
|
1782
|
-
"
|
|
1783
|
-
"property": "authorizationType",
|
|
1784
|
-
"equals": "JWT"
|
|
1785
|
-
}
|
|
1792
|
+
"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>"
|
|
1786
1793
|
},
|
|
1787
1794
|
{
|
|
1788
|
-
"label": "
|
|
1789
|
-
"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>",
|
|
1795
|
+
"label": "Result variable",
|
|
1790
1796
|
"type": "String",
|
|
1791
|
-
"group": "
|
|
1792
|
-
"feel": "required",
|
|
1797
|
+
"group": "variable-mapping",
|
|
1793
1798
|
"optional": true,
|
|
1794
1799
|
"binding": {
|
|
1795
1800
|
"type": "zeebe:property",
|
|
1796
|
-
"name": "
|
|
1797
|
-
},
|
|
1798
|
-
"condition": {
|
|
1799
|
-
"property": "authorizationType",
|
|
1800
|
-
"equals": "JWT"
|
|
1801
|
-
}
|
|
1802
|
-
},
|
|
1803
|
-
{
|
|
1804
|
-
"label": "Required roles",
|
|
1805
|
-
"description": "List of roles to test JWT roles against",
|
|
1806
|
-
"type": "String",
|
|
1807
|
-
"group": "authorization",
|
|
1808
|
-
"feel": "required",
|
|
1809
|
-
"optional": true,
|
|
1810
|
-
"binding": {
|
|
1811
|
-
"type": "zeebe:property",
|
|
1812
|
-
"name": "inbound.auth.jwt.requiredPermissions"
|
|
1813
|
-
},
|
|
1814
|
-
"condition": {
|
|
1815
|
-
"property": "authorizationType",
|
|
1816
|
-
"equals": "JWT"
|
|
1817
|
-
}
|
|
1818
|
-
},
|
|
1819
|
-
{
|
|
1820
|
-
"label": "Username",
|
|
1821
|
-
"description": "Username for basic authentication",
|
|
1822
|
-
"type": "String",
|
|
1823
|
-
"group": "authorization",
|
|
1824
|
-
"feel": "optional",
|
|
1825
|
-
"binding": {
|
|
1826
|
-
"type": "zeebe:property",
|
|
1827
|
-
"name": "inbound.auth.username"
|
|
1828
|
-
},
|
|
1829
|
-
"condition": {
|
|
1830
|
-
"property": "authorizationType",
|
|
1831
|
-
"equals": "BASIC"
|
|
1832
|
-
},
|
|
1833
|
-
"constraints": {
|
|
1834
|
-
"notEmpty": true
|
|
1835
|
-
}
|
|
1836
|
-
},
|
|
1837
|
-
{
|
|
1838
|
-
"label": "Password",
|
|
1839
|
-
"description": "Password for basic authentication",
|
|
1840
|
-
"type": "String",
|
|
1841
|
-
"group": "authorization",
|
|
1842
|
-
"feel": "optional",
|
|
1843
|
-
"binding": {
|
|
1844
|
-
"type": "zeebe:property",
|
|
1845
|
-
"name": "inbound.auth.password"
|
|
1846
|
-
},
|
|
1847
|
-
"condition": {
|
|
1848
|
-
"property": "authorizationType",
|
|
1849
|
-
"equals": "BASIC"
|
|
1850
|
-
},
|
|
1851
|
-
"constraints": {
|
|
1852
|
-
"notEmpty": true
|
|
1853
|
-
}
|
|
1854
|
-
},
|
|
1855
|
-
{
|
|
1856
|
-
"label": "API Key",
|
|
1857
|
-
"description": "Expected API key",
|
|
1858
|
-
"type": "String",
|
|
1859
|
-
"group": "authorization",
|
|
1860
|
-
"feel": "optional",
|
|
1861
|
-
"binding": {
|
|
1862
|
-
"type": "zeebe:property",
|
|
1863
|
-
"name": "inbound.auth.apiKey"
|
|
1864
|
-
},
|
|
1865
|
-
"condition": {
|
|
1866
|
-
"property": "authorizationType",
|
|
1867
|
-
"equals": "APIKEY"
|
|
1868
|
-
},
|
|
1869
|
-
"constraints": {
|
|
1870
|
-
"notEmpty": true
|
|
1871
|
-
}
|
|
1872
|
-
},
|
|
1873
|
-
{
|
|
1874
|
-
"label": "API Key locator",
|
|
1875
|
-
"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>",
|
|
1876
|
-
"type": "String",
|
|
1877
|
-
"group": "authorization",
|
|
1878
|
-
"feel": "required",
|
|
1879
|
-
"binding": {
|
|
1880
|
-
"type": "zeebe:property",
|
|
1881
|
-
"name": "inbound.auth.apiKeyLocator"
|
|
1882
|
-
},
|
|
1883
|
-
"condition": {
|
|
1884
|
-
"property": "authorizationType",
|
|
1885
|
-
"equals": "APIKEY"
|
|
1886
|
-
},
|
|
1887
|
-
"constraints": {
|
|
1888
|
-
"notEmpty": true
|
|
1889
|
-
},
|
|
1890
|
-
"value": "=split(request.headers.authorization, \" \")[2]"
|
|
1891
|
-
},
|
|
1892
|
-
{
|
|
1893
|
-
"label": "Correlation key (process)",
|
|
1894
|
-
"type": "String",
|
|
1895
|
-
"group": "activation",
|
|
1896
|
-
"feel": "required",
|
|
1897
|
-
"description": "Sets up the correlation key from process variables",
|
|
1898
|
-
"binding": {
|
|
1899
|
-
"type": "bpmn:Message#zeebe:subscription#property",
|
|
1900
|
-
"name": "correlationKey"
|
|
1901
|
-
},
|
|
1902
|
-
"constraints": {
|
|
1903
|
-
"notEmpty": true
|
|
1904
|
-
}
|
|
1905
|
-
},
|
|
1906
|
-
{
|
|
1907
|
-
"label": "Correlation key (payload)",
|
|
1908
|
-
"type": "String",
|
|
1909
|
-
"group": "activation",
|
|
1910
|
-
"feel": "required",
|
|
1911
|
-
"binding": {
|
|
1912
|
-
"type": "zeebe:property",
|
|
1913
|
-
"name": "correlationKeyExpression"
|
|
1914
|
-
},
|
|
1915
|
-
"description": "Extracts the correlation key from the incoming message payload",
|
|
1916
|
-
"constraints": {
|
|
1917
|
-
"notEmpty": true
|
|
1918
|
-
}
|
|
1919
|
-
},
|
|
1920
|
-
{
|
|
1921
|
-
"label": "Condition",
|
|
1922
|
-
"type": "String",
|
|
1923
|
-
"group": "activation",
|
|
1924
|
-
"feel": "required",
|
|
1925
|
-
"optional": true,
|
|
1926
|
-
"binding": {
|
|
1927
|
-
"type": "zeebe:property",
|
|
1928
|
-
"name": "activationCondition"
|
|
1929
|
-
},
|
|
1930
|
-
"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>"
|
|
1931
|
-
},
|
|
1932
|
-
{
|
|
1933
|
-
"label": "Result variable",
|
|
1934
|
-
"type": "String",
|
|
1935
|
-
"group": "variable-mapping",
|
|
1936
|
-
"optional": true,
|
|
1937
|
-
"binding": {
|
|
1938
|
-
"type": "zeebe:property",
|
|
1939
|
-
"name": "resultVariable"
|
|
1801
|
+
"name": "resultVariable"
|
|
1940
1802
|
},
|
|
1941
1803
|
"description": "Name of variable to store the result of the connector in"
|
|
1942
1804
|
},
|
|
@@ -1962,11 +1824,11 @@
|
|
|
1962
1824
|
},
|
|
1963
1825
|
{
|
|
1964
1826
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1965
|
-
"name": "Webhook Intermediate
|
|
1827
|
+
"name": "Webhook Intermediate Event Connector",
|
|
1966
1828
|
"id": "io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1",
|
|
1967
|
-
"version": 5,
|
|
1968
1829
|
"description": "Configure webhook to receive callbacks",
|
|
1969
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/
|
|
1830
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
|
|
1831
|
+
"version": 11,
|
|
1970
1832
|
"category": {
|
|
1971
1833
|
"id": "connectors",
|
|
1972
1834
|
"name": "Connectors"
|
|
@@ -1989,52 +1851,44 @@
|
|
|
1989
1851
|
"id": "authorization",
|
|
1990
1852
|
"label": "Authorization"
|
|
1991
1853
|
},
|
|
1854
|
+
{
|
|
1855
|
+
"id": "webhookResponse",
|
|
1856
|
+
"label": "Webhook response"
|
|
1857
|
+
},
|
|
1992
1858
|
{
|
|
1993
1859
|
"id": "activation",
|
|
1994
1860
|
"label": "Activation"
|
|
1995
1861
|
},
|
|
1996
1862
|
{
|
|
1997
|
-
"id": "
|
|
1998
|
-
"label": "
|
|
1863
|
+
"id": "correlation",
|
|
1864
|
+
"label": "Correlation",
|
|
1865
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
1999
1866
|
},
|
|
2000
1867
|
{
|
|
2001
|
-
"id": "
|
|
2002
|
-
"label": "
|
|
1868
|
+
"id": "output",
|
|
1869
|
+
"label": "Output mapping"
|
|
2003
1870
|
}
|
|
2004
1871
|
],
|
|
2005
1872
|
"properties": [
|
|
2006
1873
|
{
|
|
2007
|
-
"type": "Hidden",
|
|
2008
1874
|
"value": "io.camunda:webhook:1",
|
|
2009
1875
|
"binding": {
|
|
2010
|
-
"
|
|
2011
|
-
"
|
|
2012
|
-
}
|
|
2013
|
-
},
|
|
2014
|
-
{
|
|
2015
|
-
"type": "Hidden",
|
|
2016
|
-
"generatedValue": {
|
|
2017
|
-
"type": "uuid"
|
|
1876
|
+
"name": "inbound.type",
|
|
1877
|
+
"type": "zeebe:property"
|
|
2018
1878
|
},
|
|
2019
|
-
"
|
|
2020
|
-
"type": "bpmn:Message#property",
|
|
2021
|
-
"name": "name"
|
|
2022
|
-
}
|
|
2023
|
-
},
|
|
2024
|
-
{
|
|
2025
|
-
"type": "Hidden",
|
|
2026
|
-
"value": "ConfigurableInboundWebhook",
|
|
2027
|
-
"binding": {
|
|
2028
|
-
"type": "zeebe:property",
|
|
2029
|
-
"name": "inbound.subtype"
|
|
2030
|
-
}
|
|
1879
|
+
"type": "Hidden"
|
|
2031
1880
|
},
|
|
2032
1881
|
{
|
|
2033
|
-
"id": "
|
|
1882
|
+
"id": "inbound.method",
|
|
2034
1883
|
"label": "Webhook method",
|
|
2035
|
-
"group": "endpoint",
|
|
2036
1884
|
"description": "Select HTTP method",
|
|
1885
|
+
"optional": false,
|
|
2037
1886
|
"value": "any",
|
|
1887
|
+
"group": "endpoint",
|
|
1888
|
+
"binding": {
|
|
1889
|
+
"name": "inbound.method",
|
|
1890
|
+
"type": "zeebe:property"
|
|
1891
|
+
},
|
|
2038
1892
|
"type": "Dropdown",
|
|
2039
1893
|
"choices": [
|
|
2040
1894
|
{
|
|
@@ -2042,46 +1896,53 @@
|
|
|
2042
1896
|
"value": "any"
|
|
2043
1897
|
},
|
|
2044
1898
|
{
|
|
2045
|
-
"name": "
|
|
1899
|
+
"name": "GET",
|
|
2046
1900
|
"value": "get"
|
|
2047
1901
|
},
|
|
2048
1902
|
{
|
|
2049
|
-
"name": "
|
|
1903
|
+
"name": "POST",
|
|
2050
1904
|
"value": "post"
|
|
2051
1905
|
},
|
|
2052
1906
|
{
|
|
2053
|
-
"name": "
|
|
1907
|
+
"name": "PUT",
|
|
2054
1908
|
"value": "put"
|
|
2055
1909
|
},
|
|
2056
1910
|
{
|
|
2057
|
-
"name": "
|
|
1911
|
+
"name": "DELETE",
|
|
2058
1912
|
"value": "delete"
|
|
2059
1913
|
}
|
|
2060
|
-
]
|
|
2061
|
-
"binding": {
|
|
2062
|
-
"type": "zeebe:property",
|
|
2063
|
-
"name": "inbound.method"
|
|
2064
|
-
}
|
|
1914
|
+
]
|
|
2065
1915
|
},
|
|
2066
1916
|
{
|
|
1917
|
+
"id": "inbound.context",
|
|
2067
1918
|
"label": "Webhook ID",
|
|
2068
|
-
"
|
|
1919
|
+
"description": "The webhook ID is a part of the URL",
|
|
1920
|
+
"optional": false,
|
|
1921
|
+
"constraints": {
|
|
1922
|
+
"notEmpty": true,
|
|
1923
|
+
"pattern": {
|
|
1924
|
+
"value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
|
|
1925
|
+
"message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
|
|
1926
|
+
}
|
|
1927
|
+
},
|
|
2069
1928
|
"group": "endpoint",
|
|
2070
1929
|
"binding": {
|
|
2071
|
-
"
|
|
2072
|
-
"
|
|
1930
|
+
"name": "inbound.context",
|
|
1931
|
+
"type": "zeebe:property"
|
|
2073
1932
|
},
|
|
2074
|
-
"
|
|
2075
|
-
"constraints": {
|
|
2076
|
-
"notEmpty": true
|
|
2077
|
-
}
|
|
1933
|
+
"type": "String"
|
|
2078
1934
|
},
|
|
2079
1935
|
{
|
|
2080
|
-
"id": "shouldValidateHmac",
|
|
1936
|
+
"id": "inbound.shouldValidateHmac",
|
|
2081
1937
|
"label": "HMAC authentication",
|
|
2082
|
-
"
|
|
2083
|
-
"
|
|
1938
|
+
"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",
|
|
1939
|
+
"optional": false,
|
|
2084
1940
|
"value": "disabled",
|
|
1941
|
+
"group": "authentication",
|
|
1942
|
+
"binding": {
|
|
1943
|
+
"name": "inbound.shouldValidateHmac",
|
|
1944
|
+
"type": "zeebe:property"
|
|
1945
|
+
},
|
|
2085
1946
|
"type": "Dropdown",
|
|
2086
1947
|
"choices": [
|
|
2087
1948
|
{
|
|
@@ -2092,47 +1953,60 @@
|
|
|
2092
1953
|
"name": "Disabled",
|
|
2093
1954
|
"value": "disabled"
|
|
2094
1955
|
}
|
|
2095
|
-
]
|
|
2096
|
-
"binding": {
|
|
2097
|
-
"type": "zeebe:property",
|
|
2098
|
-
"name": "inbound.shouldValidateHmac"
|
|
2099
|
-
}
|
|
1956
|
+
]
|
|
2100
1957
|
},
|
|
2101
1958
|
{
|
|
1959
|
+
"id": "inbound.hmacSecret",
|
|
2102
1960
|
"label": "HMAC secret key",
|
|
2103
1961
|
"description": "Shared secret key",
|
|
2104
|
-
"type": "String",
|
|
2105
|
-
"group": "authentication",
|
|
2106
1962
|
"optional": true,
|
|
1963
|
+
"feel": "optional",
|
|
1964
|
+
"group": "authentication",
|
|
2107
1965
|
"binding": {
|
|
2108
|
-
"
|
|
2109
|
-
"
|
|
1966
|
+
"name": "inbound.hmacSecret",
|
|
1967
|
+
"type": "zeebe:property"
|
|
2110
1968
|
},
|
|
2111
1969
|
"condition": {
|
|
2112
|
-
"property": "shouldValidateHmac",
|
|
2113
|
-
"equals": "enabled"
|
|
2114
|
-
|
|
1970
|
+
"property": "inbound.shouldValidateHmac",
|
|
1971
|
+
"equals": "enabled",
|
|
1972
|
+
"type": "simple"
|
|
1973
|
+
},
|
|
1974
|
+
"type": "String"
|
|
2115
1975
|
},
|
|
2116
1976
|
{
|
|
1977
|
+
"id": "inbound.hmacHeader",
|
|
2117
1978
|
"label": "HMAC header",
|
|
2118
1979
|
"description": "Name of header attribute that will contain the HMAC value",
|
|
2119
|
-
"type": "String",
|
|
2120
|
-
"group": "authentication",
|
|
2121
1980
|
"optional": true,
|
|
1981
|
+
"feel": "optional",
|
|
1982
|
+
"group": "authentication",
|
|
2122
1983
|
"binding": {
|
|
2123
|
-
"
|
|
2124
|
-
"
|
|
1984
|
+
"name": "inbound.hmacHeader",
|
|
1985
|
+
"type": "zeebe:property"
|
|
2125
1986
|
},
|
|
2126
1987
|
"condition": {
|
|
2127
|
-
"property": "shouldValidateHmac",
|
|
2128
|
-
"equals": "enabled"
|
|
2129
|
-
|
|
1988
|
+
"property": "inbound.shouldValidateHmac",
|
|
1989
|
+
"equals": "enabled",
|
|
1990
|
+
"type": "simple"
|
|
1991
|
+
},
|
|
1992
|
+
"type": "String"
|
|
2130
1993
|
},
|
|
2131
1994
|
{
|
|
1995
|
+
"id": "inbound.hmacAlgorithm",
|
|
2132
1996
|
"label": "HMAC algorithm",
|
|
2133
|
-
"group": "authentication",
|
|
2134
1997
|
"description": "Choose HMAC algorithm",
|
|
1998
|
+
"optional": false,
|
|
2135
1999
|
"value": "sha_256",
|
|
2000
|
+
"group": "authentication",
|
|
2001
|
+
"binding": {
|
|
2002
|
+
"name": "inbound.hmacAlgorithm",
|
|
2003
|
+
"type": "zeebe:property"
|
|
2004
|
+
},
|
|
2005
|
+
"condition": {
|
|
2006
|
+
"property": "inbound.shouldValidateHmac",
|
|
2007
|
+
"equals": "enabled",
|
|
2008
|
+
"type": "simple"
|
|
2009
|
+
},
|
|
2136
2010
|
"type": "Dropdown",
|
|
2137
2011
|
"choices": [
|
|
2138
2012
|
{
|
|
@@ -2147,297 +2021,350 @@
|
|
|
2147
2021
|
"name": "SHA-512",
|
|
2148
2022
|
"value": "sha_512"
|
|
2149
2023
|
}
|
|
2150
|
-
]
|
|
2151
|
-
"binding": {
|
|
2152
|
-
"type": "zeebe:property",
|
|
2153
|
-
"name": "inbound.hmacAlgorithm"
|
|
2154
|
-
},
|
|
2155
|
-
"condition": {
|
|
2156
|
-
"property": "shouldValidateHmac",
|
|
2157
|
-
"equals": "enabled"
|
|
2158
|
-
}
|
|
2024
|
+
]
|
|
2159
2025
|
},
|
|
2160
2026
|
{
|
|
2027
|
+
"id": "inbound.hmacScopes",
|
|
2161
2028
|
"label": "HMAC scopes",
|
|
2162
|
-
"
|
|
2163
|
-
"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>",
|
|
2164
|
-
"feel": "required",
|
|
2165
|
-
"type": "String",
|
|
2029
|
+
"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>",
|
|
2166
2030
|
"optional": true,
|
|
2031
|
+
"feel": "required",
|
|
2032
|
+
"group": "authentication",
|
|
2167
2033
|
"binding": {
|
|
2168
|
-
"
|
|
2169
|
-
"
|
|
2034
|
+
"name": "inbound.hmacScopes",
|
|
2035
|
+
"type": "zeebe:property"
|
|
2170
2036
|
},
|
|
2171
2037
|
"condition": {
|
|
2172
|
-
"property": "shouldValidateHmac",
|
|
2173
|
-
"equals": "enabled"
|
|
2174
|
-
|
|
2038
|
+
"property": "inbound.shouldValidateHmac",
|
|
2039
|
+
"equals": "enabled",
|
|
2040
|
+
"type": "simple"
|
|
2041
|
+
},
|
|
2042
|
+
"type": "String"
|
|
2175
2043
|
},
|
|
2176
2044
|
{
|
|
2177
|
-
"id": "
|
|
2045
|
+
"id": "inbound.auth.type",
|
|
2178
2046
|
"label": "Authorization type",
|
|
2179
|
-
"
|
|
2180
|
-
"description": "Choose the authorization type.",
|
|
2047
|
+
"description": "Choose the authorization type",
|
|
2181
2048
|
"value": "NONE",
|
|
2049
|
+
"group": "authorization",
|
|
2050
|
+
"binding": {
|
|
2051
|
+
"name": "inbound.auth.type",
|
|
2052
|
+
"type": "zeebe:property"
|
|
2053
|
+
},
|
|
2182
2054
|
"type": "Dropdown",
|
|
2183
2055
|
"choices": [
|
|
2184
2056
|
{
|
|
2185
2057
|
"name": "None",
|
|
2186
2058
|
"value": "NONE"
|
|
2187
2059
|
},
|
|
2188
|
-
{
|
|
2189
|
-
"name": "JWT",
|
|
2190
|
-
"value": "JWT"
|
|
2191
|
-
},
|
|
2192
2060
|
{
|
|
2193
2061
|
"name": "Basic",
|
|
2194
2062
|
"value": "BASIC"
|
|
2195
2063
|
},
|
|
2196
2064
|
{
|
|
2197
|
-
"name": "API
|
|
2065
|
+
"name": "API key",
|
|
2198
2066
|
"value": "APIKEY"
|
|
2067
|
+
},
|
|
2068
|
+
{
|
|
2069
|
+
"name": "JWT",
|
|
2070
|
+
"value": "JWT"
|
|
2199
2071
|
}
|
|
2200
|
-
]
|
|
2201
|
-
"binding": {
|
|
2202
|
-
"type": "zeebe:property",
|
|
2203
|
-
"name": "inbound.auth.type"
|
|
2204
|
-
}
|
|
2072
|
+
]
|
|
2205
2073
|
},
|
|
2206
2074
|
{
|
|
2207
|
-
"
|
|
2208
|
-
"
|
|
2209
|
-
"
|
|
2210
|
-
"
|
|
2075
|
+
"id": "inbound.auth.username",
|
|
2076
|
+
"label": "Username",
|
|
2077
|
+
"description": "Username for basic authentication",
|
|
2078
|
+
"optional": false,
|
|
2211
2079
|
"feel": "optional",
|
|
2212
|
-
"
|
|
2080
|
+
"group": "authorization",
|
|
2213
2081
|
"binding": {
|
|
2214
|
-
"
|
|
2215
|
-
"
|
|
2082
|
+
"name": "inbound.auth.username",
|
|
2083
|
+
"type": "zeebe:property"
|
|
2216
2084
|
},
|
|
2217
2085
|
"condition": {
|
|
2218
|
-
"property": "
|
|
2219
|
-
"equals": "
|
|
2220
|
-
|
|
2086
|
+
"property": "inbound.auth.type",
|
|
2087
|
+
"equals": "BASIC",
|
|
2088
|
+
"type": "simple"
|
|
2089
|
+
},
|
|
2090
|
+
"type": "String"
|
|
2221
2091
|
},
|
|
2222
2092
|
{
|
|
2223
|
-
"
|
|
2224
|
-
"
|
|
2225
|
-
"
|
|
2093
|
+
"id": "inbound.auth.password",
|
|
2094
|
+
"label": "Password",
|
|
2095
|
+
"description": "Password for basic authentication",
|
|
2096
|
+
"optional": false,
|
|
2097
|
+
"feel": "optional",
|
|
2226
2098
|
"group": "authorization",
|
|
2227
|
-
"feel": "required",
|
|
2228
|
-
"optional": true,
|
|
2229
2099
|
"binding": {
|
|
2230
|
-
"
|
|
2231
|
-
"
|
|
2100
|
+
"name": "inbound.auth.password",
|
|
2101
|
+
"type": "zeebe:property"
|
|
2232
2102
|
},
|
|
2233
2103
|
"condition": {
|
|
2234
|
-
"property": "
|
|
2235
|
-
"equals": "
|
|
2236
|
-
|
|
2104
|
+
"property": "inbound.auth.type",
|
|
2105
|
+
"equals": "BASIC",
|
|
2106
|
+
"type": "simple"
|
|
2107
|
+
},
|
|
2108
|
+
"type": "String"
|
|
2237
2109
|
},
|
|
2238
2110
|
{
|
|
2239
|
-
"
|
|
2240
|
-
"
|
|
2241
|
-
"
|
|
2111
|
+
"id": "inbound.auth.apiKey",
|
|
2112
|
+
"label": "API key",
|
|
2113
|
+
"description": "Expected API key",
|
|
2114
|
+
"optional": false,
|
|
2115
|
+
"feel": "optional",
|
|
2242
2116
|
"group": "authorization",
|
|
2243
|
-
"feel": "required",
|
|
2244
|
-
"optional": true,
|
|
2245
2117
|
"binding": {
|
|
2246
|
-
"
|
|
2247
|
-
"
|
|
2118
|
+
"name": "inbound.auth.apiKey",
|
|
2119
|
+
"type": "zeebe:property"
|
|
2248
2120
|
},
|
|
2249
2121
|
"condition": {
|
|
2250
|
-
"property": "
|
|
2251
|
-
"equals": "
|
|
2252
|
-
|
|
2122
|
+
"property": "inbound.auth.type",
|
|
2123
|
+
"equals": "APIKEY",
|
|
2124
|
+
"type": "simple"
|
|
2125
|
+
},
|
|
2126
|
+
"type": "String"
|
|
2253
2127
|
},
|
|
2254
2128
|
{
|
|
2255
|
-
"
|
|
2256
|
-
"
|
|
2257
|
-
"
|
|
2129
|
+
"id": "inbound.auth.apiKeyLocator",
|
|
2130
|
+
"label": "API key locator",
|
|
2131
|
+
"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>",
|
|
2132
|
+
"optional": false,
|
|
2133
|
+
"value": "=split(request.headers.authorization, \" \")[2]",
|
|
2134
|
+
"constraints": {
|
|
2135
|
+
"notEmpty": true
|
|
2136
|
+
},
|
|
2137
|
+
"feel": "required",
|
|
2258
2138
|
"group": "authorization",
|
|
2259
|
-
"feel": "optional",
|
|
2260
2139
|
"binding": {
|
|
2261
|
-
"
|
|
2262
|
-
"
|
|
2140
|
+
"name": "inbound.auth.apiKeyLocator",
|
|
2141
|
+
"type": "zeebe:property"
|
|
2263
2142
|
},
|
|
2264
2143
|
"condition": {
|
|
2265
|
-
"property": "
|
|
2266
|
-
"equals": "
|
|
2144
|
+
"property": "inbound.auth.type",
|
|
2145
|
+
"equals": "APIKEY",
|
|
2146
|
+
"type": "simple"
|
|
2267
2147
|
},
|
|
2268
|
-
"
|
|
2269
|
-
"notEmpty": true
|
|
2270
|
-
}
|
|
2148
|
+
"type": "String"
|
|
2271
2149
|
},
|
|
2272
2150
|
{
|
|
2273
|
-
"
|
|
2274
|
-
"
|
|
2275
|
-
"
|
|
2276
|
-
"
|
|
2151
|
+
"id": "inbound.auth.jwt.jwkUrl",
|
|
2152
|
+
"label": "JWK URL",
|
|
2153
|
+
"description": "Well-known URL of JWKs",
|
|
2154
|
+
"optional": false,
|
|
2277
2155
|
"feel": "optional",
|
|
2156
|
+
"group": "authorization",
|
|
2278
2157
|
"binding": {
|
|
2279
|
-
"
|
|
2280
|
-
"
|
|
2158
|
+
"name": "inbound.auth.jwt.jwkUrl",
|
|
2159
|
+
"type": "zeebe:property"
|
|
2281
2160
|
},
|
|
2282
2161
|
"condition": {
|
|
2283
|
-
"property": "
|
|
2284
|
-
"equals": "
|
|
2162
|
+
"property": "inbound.auth.type",
|
|
2163
|
+
"equals": "JWT",
|
|
2164
|
+
"type": "simple"
|
|
2285
2165
|
},
|
|
2286
|
-
"
|
|
2287
|
-
"notEmpty": true
|
|
2288
|
-
}
|
|
2166
|
+
"type": "String"
|
|
2289
2167
|
},
|
|
2290
2168
|
{
|
|
2291
|
-
"
|
|
2292
|
-
"
|
|
2293
|
-
"
|
|
2169
|
+
"id": "inbound.auth.jwt.permissionsExpression",
|
|
2170
|
+
"label": "JWT role property expression",
|
|
2171
|
+
"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>",
|
|
2172
|
+
"optional": false,
|
|
2173
|
+
"feel": "required",
|
|
2294
2174
|
"group": "authorization",
|
|
2295
|
-
"feel": "optional",
|
|
2296
2175
|
"binding": {
|
|
2297
|
-
"
|
|
2298
|
-
"
|
|
2176
|
+
"name": "inbound.auth.jwt.permissionsExpression",
|
|
2177
|
+
"type": "zeebe:property"
|
|
2299
2178
|
},
|
|
2300
2179
|
"condition": {
|
|
2301
|
-
"property": "
|
|
2302
|
-
"equals": "
|
|
2180
|
+
"property": "inbound.auth.type",
|
|
2181
|
+
"equals": "JWT",
|
|
2182
|
+
"type": "simple"
|
|
2303
2183
|
},
|
|
2304
|
-
"
|
|
2305
|
-
"notEmpty": true
|
|
2306
|
-
}
|
|
2184
|
+
"type": "String"
|
|
2307
2185
|
},
|
|
2308
2186
|
{
|
|
2309
|
-
"
|
|
2310
|
-
"
|
|
2311
|
-
"
|
|
2312
|
-
"
|
|
2187
|
+
"id": "inbound.auth.jwt.requiredPermissions",
|
|
2188
|
+
"label": "Required roles",
|
|
2189
|
+
"description": "List of roles to test JWT roles against",
|
|
2190
|
+
"optional": false,
|
|
2313
2191
|
"feel": "required",
|
|
2192
|
+
"group": "authorization",
|
|
2314
2193
|
"binding": {
|
|
2315
|
-
"
|
|
2316
|
-
"
|
|
2194
|
+
"name": "inbound.auth.jwt.requiredPermissions",
|
|
2195
|
+
"type": "zeebe:property"
|
|
2317
2196
|
},
|
|
2318
2197
|
"condition": {
|
|
2319
|
-
"property": "
|
|
2320
|
-
"equals": "
|
|
2321
|
-
|
|
2322
|
-
"constraints": {
|
|
2323
|
-
"notEmpty": true
|
|
2198
|
+
"property": "inbound.auth.type",
|
|
2199
|
+
"equals": "JWT",
|
|
2200
|
+
"type": "simple"
|
|
2324
2201
|
},
|
|
2325
|
-
"
|
|
2202
|
+
"type": "String"
|
|
2326
2203
|
},
|
|
2327
2204
|
{
|
|
2328
|
-
"
|
|
2329
|
-
"
|
|
2330
|
-
"
|
|
2331
|
-
"
|
|
2332
|
-
"
|
|
2333
|
-
"
|
|
2334
|
-
|
|
2335
|
-
"name": "
|
|
2205
|
+
"id": "inbound.responseExpression",
|
|
2206
|
+
"label": "Response expression",
|
|
2207
|
+
"description": "Expression used to generate the HTTP response",
|
|
2208
|
+
"optional": true,
|
|
2209
|
+
"feel": "required",
|
|
2210
|
+
"group": "webhookResponse",
|
|
2211
|
+
"binding": {
|
|
2212
|
+
"name": "inbound.responseExpression",
|
|
2213
|
+
"type": "zeebe:property"
|
|
2336
2214
|
},
|
|
2337
|
-
"
|
|
2338
|
-
"notEmpty": true
|
|
2339
|
-
}
|
|
2215
|
+
"type": "Text"
|
|
2340
2216
|
},
|
|
2341
2217
|
{
|
|
2342
|
-
"
|
|
2343
|
-
"
|
|
2344
|
-
"
|
|
2218
|
+
"id": "inbound.verificationExpression",
|
|
2219
|
+
"label": "One time verification response expression",
|
|
2220
|
+
"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>",
|
|
2221
|
+
"optional": true,
|
|
2345
2222
|
"feel": "required",
|
|
2223
|
+
"group": "webhookResponse",
|
|
2346
2224
|
"binding": {
|
|
2347
|
-
"
|
|
2348
|
-
"
|
|
2225
|
+
"name": "inbound.verificationExpression",
|
|
2226
|
+
"type": "zeebe:property"
|
|
2349
2227
|
},
|
|
2350
|
-
"
|
|
2351
|
-
"constraints": {
|
|
2352
|
-
"notEmpty": true
|
|
2353
|
-
}
|
|
2228
|
+
"type": "Text"
|
|
2354
2229
|
},
|
|
2355
2230
|
{
|
|
2356
|
-
"
|
|
2357
|
-
"
|
|
2358
|
-
"
|
|
2231
|
+
"id": "activationCondition",
|
|
2232
|
+
"label": "Activation condition",
|
|
2233
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
2359
2234
|
"optional": true,
|
|
2235
|
+
"feel": "required",
|
|
2360
2236
|
"group": "activation",
|
|
2361
2237
|
"binding": {
|
|
2362
|
-
"
|
|
2363
|
-
"
|
|
2238
|
+
"name": "activationCondition",
|
|
2239
|
+
"type": "zeebe:property"
|
|
2364
2240
|
},
|
|
2365
|
-
"
|
|
2241
|
+
"type": "String"
|
|
2366
2242
|
},
|
|
2367
2243
|
{
|
|
2368
|
-
"
|
|
2369
|
-
"
|
|
2244
|
+
"id": "consumeUnmatchedEvents",
|
|
2245
|
+
"label": "Consume unmatched events",
|
|
2246
|
+
"value": true,
|
|
2370
2247
|
"group": "activation",
|
|
2371
|
-
"feel": "required",
|
|
2372
|
-
"optional": true,
|
|
2373
2248
|
"binding": {
|
|
2374
|
-
"
|
|
2375
|
-
"
|
|
2249
|
+
"name": "consumeUnmatchedEvents",
|
|
2250
|
+
"type": "zeebe:property"
|
|
2376
2251
|
},
|
|
2377
|
-
"
|
|
2252
|
+
"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",
|
|
2253
|
+
"type": "Boolean"
|
|
2378
2254
|
},
|
|
2379
2255
|
{
|
|
2380
|
-
"
|
|
2381
|
-
"
|
|
2382
|
-
"
|
|
2383
|
-
"
|
|
2256
|
+
"id": "correlationKeyProcess",
|
|
2257
|
+
"label": "Correlation key (process)",
|
|
2258
|
+
"description": "Sets up the correlation key from process variables",
|
|
2259
|
+
"constraints": {
|
|
2260
|
+
"notEmpty": true
|
|
2261
|
+
},
|
|
2262
|
+
"feel": "required",
|
|
2263
|
+
"group": "correlation",
|
|
2384
2264
|
"binding": {
|
|
2385
|
-
"
|
|
2386
|
-
"
|
|
2265
|
+
"name": "correlationKey",
|
|
2266
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
2387
2267
|
},
|
|
2388
|
-
"
|
|
2268
|
+
"type": "String"
|
|
2389
2269
|
},
|
|
2390
2270
|
{
|
|
2391
|
-
"
|
|
2392
|
-
"
|
|
2393
|
-
"
|
|
2271
|
+
"id": "correlationKeyPayload",
|
|
2272
|
+
"label": "Correlation key (payload)",
|
|
2273
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
2274
|
+
"constraints": {
|
|
2275
|
+
"notEmpty": true
|
|
2276
|
+
},
|
|
2394
2277
|
"feel": "required",
|
|
2395
|
-
"
|
|
2278
|
+
"group": "correlation",
|
|
2396
2279
|
"binding": {
|
|
2397
|
-
"
|
|
2398
|
-
"
|
|
2280
|
+
"name": "correlationKeyExpression",
|
|
2281
|
+
"type": "zeebe:property"
|
|
2399
2282
|
},
|
|
2400
|
-
"
|
|
2283
|
+
"type": "String"
|
|
2401
2284
|
},
|
|
2402
2285
|
{
|
|
2403
|
-
"
|
|
2404
|
-
"
|
|
2405
|
-
"
|
|
2406
|
-
"
|
|
2286
|
+
"id": "messageIdExpression",
|
|
2287
|
+
"label": "Message ID expression",
|
|
2288
|
+
"description": "Expression to extract unique identifier of a message",
|
|
2289
|
+
"optional": true,
|
|
2407
2290
|
"feel": "required",
|
|
2291
|
+
"group": "correlation",
|
|
2292
|
+
"binding": {
|
|
2293
|
+
"name": "messageIdExpression",
|
|
2294
|
+
"type": "zeebe:property"
|
|
2295
|
+
},
|
|
2296
|
+
"type": "String"
|
|
2297
|
+
},
|
|
2298
|
+
{
|
|
2299
|
+
"id": "messageTtl",
|
|
2300
|
+
"label": "Message TTL",
|
|
2301
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
2408
2302
|
"optional": true,
|
|
2303
|
+
"constraints": {
|
|
2304
|
+
"notEmpty": false,
|
|
2305
|
+
"pattern": {
|
|
2306
|
+
"value": "^(PT.*|)$",
|
|
2307
|
+
"message": "must be an ISO-8601 duration"
|
|
2308
|
+
}
|
|
2309
|
+
},
|
|
2310
|
+
"feel": "optional",
|
|
2311
|
+
"group": "correlation",
|
|
2409
2312
|
"binding": {
|
|
2410
|
-
"
|
|
2411
|
-
"
|
|
2412
|
-
}
|
|
2313
|
+
"name": "messageTtl",
|
|
2314
|
+
"type": "zeebe:property"
|
|
2315
|
+
},
|
|
2316
|
+
"type": "String"
|
|
2413
2317
|
},
|
|
2414
2318
|
{
|
|
2415
|
-
"
|
|
2416
|
-
"
|
|
2417
|
-
|
|
2319
|
+
"id": "messageNameUuid",
|
|
2320
|
+
"generatedValue": {
|
|
2321
|
+
"type": "uuid"
|
|
2322
|
+
},
|
|
2323
|
+
"group": "correlation",
|
|
2324
|
+
"binding": {
|
|
2325
|
+
"name": "name",
|
|
2326
|
+
"type": "bpmn:Message#property"
|
|
2327
|
+
},
|
|
2328
|
+
"type": "Hidden"
|
|
2329
|
+
},
|
|
2330
|
+
{
|
|
2331
|
+
"id": "resultVariable",
|
|
2332
|
+
"label": "Result variable",
|
|
2333
|
+
"description": "Name of variable to store the response in",
|
|
2334
|
+
"group": "output",
|
|
2335
|
+
"binding": {
|
|
2336
|
+
"name": "resultVariable",
|
|
2337
|
+
"type": "zeebe:property"
|
|
2338
|
+
},
|
|
2339
|
+
"type": "String"
|
|
2340
|
+
},
|
|
2341
|
+
{
|
|
2342
|
+
"id": "resultExpression",
|
|
2343
|
+
"label": "Result expression",
|
|
2344
|
+
"description": "Expression to map the response into process variables",
|
|
2418
2345
|
"feel": "required",
|
|
2419
|
-
"
|
|
2346
|
+
"group": "output",
|
|
2420
2347
|
"binding": {
|
|
2421
|
-
"
|
|
2422
|
-
"
|
|
2348
|
+
"name": "resultExpression",
|
|
2349
|
+
"type": "zeebe:property"
|
|
2423
2350
|
},
|
|
2424
|
-
"
|
|
2351
|
+
"type": "Text"
|
|
2425
2352
|
}
|
|
2426
2353
|
],
|
|
2427
2354
|
"icon": {
|
|
2428
|
-
"contents": "data:image/svg+xml
|
|
2355
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
|
|
2429
2356
|
},
|
|
2430
2357
|
"engines": {
|
|
2431
|
-
"camunda": "^8.
|
|
2358
|
+
"camunda": "^8.6"
|
|
2432
2359
|
}
|
|
2433
2360
|
},
|
|
2434
2361
|
{
|
|
2435
2362
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2436
|
-
"name": "Webhook
|
|
2363
|
+
"name": "Webhook Intermediate Event Connector",
|
|
2437
2364
|
"id": "io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1",
|
|
2438
|
-
"version": 2,
|
|
2439
2365
|
"description": "Configure webhook to receive callbacks",
|
|
2440
2366
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
2367
|
+
"version": 10,
|
|
2441
2368
|
"category": {
|
|
2442
2369
|
"id": "connectors",
|
|
2443
2370
|
"name": "Connectors"
|
|
@@ -2452,279 +2379,56 @@
|
|
|
2452
2379
|
"id": "endpoint",
|
|
2453
2380
|
"label": "Webhook configuration"
|
|
2454
2381
|
},
|
|
2382
|
+
{
|
|
2383
|
+
"id": "authentication",
|
|
2384
|
+
"label": "Authentication"
|
|
2385
|
+
},
|
|
2386
|
+
{
|
|
2387
|
+
"id": "authorization",
|
|
2388
|
+
"label": "Authorization"
|
|
2389
|
+
},
|
|
2390
|
+
{
|
|
2391
|
+
"id": "webhookResponse",
|
|
2392
|
+
"label": "Webhook response"
|
|
2393
|
+
},
|
|
2455
2394
|
{
|
|
2456
2395
|
"id": "activation",
|
|
2457
2396
|
"label": "Activation"
|
|
2458
2397
|
},
|
|
2459
2398
|
{
|
|
2460
|
-
"id": "
|
|
2461
|
-
"label": "
|
|
2399
|
+
"id": "correlation",
|
|
2400
|
+
"label": "Correlation"
|
|
2401
|
+
},
|
|
2402
|
+
{
|
|
2403
|
+
"id": "output",
|
|
2404
|
+
"label": "Output mapping"
|
|
2462
2405
|
}
|
|
2463
2406
|
],
|
|
2464
2407
|
"properties": [
|
|
2465
2408
|
{
|
|
2466
|
-
"type": "Hidden",
|
|
2467
2409
|
"value": "io.camunda:webhook:1",
|
|
2468
2410
|
"binding": {
|
|
2469
|
-
"
|
|
2470
|
-
"
|
|
2471
|
-
}
|
|
2472
|
-
},
|
|
2473
|
-
{
|
|
2474
|
-
"type": "Hidden",
|
|
2475
|
-
"generatedValue": {
|
|
2476
|
-
"type": "uuid"
|
|
2411
|
+
"name": "inbound.type",
|
|
2412
|
+
"type": "zeebe:property"
|
|
2477
2413
|
},
|
|
2478
|
-
"
|
|
2479
|
-
"type": "bpmn:Message#property",
|
|
2480
|
-
"name": "name"
|
|
2481
|
-
}
|
|
2482
|
-
},
|
|
2483
|
-
{
|
|
2484
|
-
"type": "Hidden",
|
|
2485
|
-
"value": "ConfigurableInboundWebhook",
|
|
2486
|
-
"binding": {
|
|
2487
|
-
"type": "zeebe:property",
|
|
2488
|
-
"name": "inbound.subtype"
|
|
2489
|
-
}
|
|
2414
|
+
"type": "Hidden"
|
|
2490
2415
|
},
|
|
2491
2416
|
{
|
|
2492
|
-
"
|
|
2493
|
-
"
|
|
2417
|
+
"id": "inbound.method",
|
|
2418
|
+
"label": "Webhook method",
|
|
2419
|
+
"description": "Select HTTP method",
|
|
2420
|
+
"optional": false,
|
|
2421
|
+
"value": "any",
|
|
2494
2422
|
"group": "endpoint",
|
|
2495
2423
|
"binding": {
|
|
2496
|
-
"
|
|
2497
|
-
"
|
|
2424
|
+
"name": "inbound.method",
|
|
2425
|
+
"type": "zeebe:property"
|
|
2498
2426
|
},
|
|
2499
|
-
"description": "The webhook ID is a part of the URL",
|
|
2500
|
-
"constraints": {
|
|
2501
|
-
"notEmpty": true
|
|
2502
|
-
}
|
|
2503
|
-
},
|
|
2504
|
-
{
|
|
2505
|
-
"id": "shouldValidateHmac",
|
|
2506
|
-
"label": "HMAC authentication",
|
|
2507
|
-
"group": "endpoint",
|
|
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",
|
|
2509
|
-
"value": "disabled",
|
|
2510
2427
|
"type": "Dropdown",
|
|
2511
2428
|
"choices": [
|
|
2512
2429
|
{
|
|
2513
|
-
"name": "
|
|
2514
|
-
"value": "
|
|
2515
|
-
},
|
|
2516
|
-
{
|
|
2517
|
-
"name": "Disabled",
|
|
2518
|
-
"value": "disabled"
|
|
2519
|
-
}
|
|
2520
|
-
],
|
|
2521
|
-
"binding": {
|
|
2522
|
-
"type": "zeebe:property",
|
|
2523
|
-
"name": "inbound.shouldValidateHmac"
|
|
2524
|
-
}
|
|
2525
|
-
},
|
|
2526
|
-
{
|
|
2527
|
-
"label": "HMAC secret key",
|
|
2528
|
-
"description": "Shared secret key",
|
|
2529
|
-
"type": "String",
|
|
2530
|
-
"group": "endpoint",
|
|
2531
|
-
"optional": true,
|
|
2532
|
-
"binding": {
|
|
2533
|
-
"type": "zeebe:property",
|
|
2534
|
-
"name": "inbound.hmacSecret"
|
|
2535
|
-
},
|
|
2536
|
-
"condition": {
|
|
2537
|
-
"property": "shouldValidateHmac",
|
|
2538
|
-
"equals": "enabled"
|
|
2539
|
-
}
|
|
2540
|
-
},
|
|
2541
|
-
{
|
|
2542
|
-
"label": "HMAC header",
|
|
2543
|
-
"description": "Name of header attribute that will contain the HMAC value",
|
|
2544
|
-
"type": "String",
|
|
2545
|
-
"group": "endpoint",
|
|
2546
|
-
"optional": true,
|
|
2547
|
-
"binding": {
|
|
2548
|
-
"type": "zeebe:property",
|
|
2549
|
-
"name": "inbound.hmacHeader"
|
|
2550
|
-
},
|
|
2551
|
-
"condition": {
|
|
2552
|
-
"property": "shouldValidateHmac",
|
|
2553
|
-
"equals": "enabled"
|
|
2554
|
-
}
|
|
2555
|
-
},
|
|
2556
|
-
{
|
|
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
|
-
],
|
|
2576
|
-
"binding": {
|
|
2577
|
-
"type": "zeebe:property",
|
|
2578
|
-
"name": "inbound.hmacAlgorithm"
|
|
2579
|
-
},
|
|
2580
|
-
"condition": {
|
|
2581
|
-
"property": "shouldValidateHmac",
|
|
2582
|
-
"equals": "enabled"
|
|
2583
|
-
}
|
|
2584
|
-
},
|
|
2585
|
-
{
|
|
2586
|
-
"label": "Correlation key (process)",
|
|
2587
|
-
"type": "String",
|
|
2588
|
-
"group": "activation",
|
|
2589
|
-
"feel": "required",
|
|
2590
|
-
"description": "Sets up the correlation key from process variables",
|
|
2591
|
-
"binding": {
|
|
2592
|
-
"type": "bpmn:Message#zeebe:subscription#property",
|
|
2593
|
-
"name": "correlationKey"
|
|
2594
|
-
},
|
|
2595
|
-
"constraints": {
|
|
2596
|
-
"notEmpty": true
|
|
2597
|
-
}
|
|
2598
|
-
},
|
|
2599
|
-
{
|
|
2600
|
-
"label": "Correlation key (payload)",
|
|
2601
|
-
"type": "String",
|
|
2602
|
-
"group": "activation",
|
|
2603
|
-
"feel": "required",
|
|
2604
|
-
"binding": {
|
|
2605
|
-
"type": "zeebe:property",
|
|
2606
|
-
"name": "correlationKeyExpression"
|
|
2607
|
-
},
|
|
2608
|
-
"description": "Extracts the correlation key from the incoming message payload",
|
|
2609
|
-
"constraints": {
|
|
2610
|
-
"notEmpty": true
|
|
2611
|
-
}
|
|
2612
|
-
},
|
|
2613
|
-
{
|
|
2614
|
-
"label": "Condition",
|
|
2615
|
-
"type": "String",
|
|
2616
|
-
"group": "activation",
|
|
2617
|
-
"feel": "required",
|
|
2618
|
-
"optional": true,
|
|
2619
|
-
"binding": {
|
|
2620
|
-
"type": "zeebe:property",
|
|
2621
|
-
"name": "activationCondition"
|
|
2622
|
-
},
|
|
2623
|
-
"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>"
|
|
2624
|
-
},
|
|
2625
|
-
{
|
|
2626
|
-
"label": "Result variable",
|
|
2627
|
-
"type": "String",
|
|
2628
|
-
"group": "variable-mapping",
|
|
2629
|
-
"optional": true,
|
|
2630
|
-
"binding": {
|
|
2631
|
-
"type": "zeebe:property",
|
|
2632
|
-
"name": "resultVariable"
|
|
2633
|
-
},
|
|
2634
|
-
"description": "Name of variable to store the result of the connector in"
|
|
2635
|
-
},
|
|
2636
|
-
{
|
|
2637
|
-
"label": "Result expression",
|
|
2638
|
-
"type": "String",
|
|
2639
|
-
"group": "variable-mapping",
|
|
2640
|
-
"feel": "required",
|
|
2641
|
-
"optional": true,
|
|
2642
|
-
"binding": {
|
|
2643
|
-
"type": "zeebe:property",
|
|
2644
|
-
"name": "resultExpression"
|
|
2645
|
-
},
|
|
2646
|
-
"description": "Expression to map the inbound payload to process variables"
|
|
2647
|
-
}
|
|
2648
|
-
],
|
|
2649
|
-
"icon": {
|
|
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"
|
|
2651
|
-
},
|
|
2652
|
-
"engines": {
|
|
2653
|
-
"camunda": "^8.2"
|
|
2654
|
-
}
|
|
2655
|
-
},
|
|
2656
|
-
{
|
|
2657
|
-
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2658
|
-
"name": "Webhook Intermediate Event Connector",
|
|
2659
|
-
"id": "io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1",
|
|
2660
|
-
"description": "Configure webhook to receive callbacks",
|
|
2661
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
|
|
2662
|
-
"version": 11,
|
|
2663
|
-
"category": {
|
|
2664
|
-
"id": "connectors",
|
|
2665
|
-
"name": "Connectors"
|
|
2666
|
-
},
|
|
2667
|
-
"appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
|
|
2668
|
-
"elementType": {
|
|
2669
|
-
"value": "bpmn:IntermediateCatchEvent",
|
|
2670
|
-
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
2671
|
-
},
|
|
2672
|
-
"groups": [
|
|
2673
|
-
{
|
|
2674
|
-
"id": "endpoint",
|
|
2675
|
-
"label": "Webhook configuration"
|
|
2676
|
-
},
|
|
2677
|
-
{
|
|
2678
|
-
"id": "authentication",
|
|
2679
|
-
"label": "Authentication"
|
|
2680
|
-
},
|
|
2681
|
-
{
|
|
2682
|
-
"id": "authorization",
|
|
2683
|
-
"label": "Authorization"
|
|
2684
|
-
},
|
|
2685
|
-
{
|
|
2686
|
-
"id": "webhookResponse",
|
|
2687
|
-
"label": "Webhook response"
|
|
2688
|
-
},
|
|
2689
|
-
{
|
|
2690
|
-
"id": "activation",
|
|
2691
|
-
"label": "Activation"
|
|
2692
|
-
},
|
|
2693
|
-
{
|
|
2694
|
-
"id": "correlation",
|
|
2695
|
-
"label": "Correlation",
|
|
2696
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
2697
|
-
},
|
|
2698
|
-
{
|
|
2699
|
-
"id": "output",
|
|
2700
|
-
"label": "Output mapping"
|
|
2701
|
-
}
|
|
2702
|
-
],
|
|
2703
|
-
"properties": [
|
|
2704
|
-
{
|
|
2705
|
-
"value": "io.camunda:webhook:1",
|
|
2706
|
-
"binding": {
|
|
2707
|
-
"name": "inbound.type",
|
|
2708
|
-
"type": "zeebe:property"
|
|
2709
|
-
},
|
|
2710
|
-
"type": "Hidden"
|
|
2711
|
-
},
|
|
2712
|
-
{
|
|
2713
|
-
"id": "inbound.method",
|
|
2714
|
-
"label": "Webhook method",
|
|
2715
|
-
"description": "Select HTTP method",
|
|
2716
|
-
"optional": false,
|
|
2717
|
-
"value": "any",
|
|
2718
|
-
"group": "endpoint",
|
|
2719
|
-
"binding": {
|
|
2720
|
-
"name": "inbound.method",
|
|
2721
|
-
"type": "zeebe:property"
|
|
2722
|
-
},
|
|
2723
|
-
"type": "Dropdown",
|
|
2724
|
-
"choices": [
|
|
2725
|
-
{
|
|
2726
|
-
"name": "Any",
|
|
2727
|
-
"value": "any"
|
|
2430
|
+
"name": "Any",
|
|
2431
|
+
"value": "any"
|
|
2728
2432
|
},
|
|
2729
2433
|
{
|
|
2730
2434
|
"name": "GET",
|
|
@@ -2766,7 +2470,7 @@
|
|
|
2766
2470
|
{
|
|
2767
2471
|
"id": "inbound.shouldValidateHmac",
|
|
2768
2472
|
"label": "HMAC authentication",
|
|
2769
|
-
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
2473
|
+
"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",
|
|
2770
2474
|
"optional": false,
|
|
2771
2475
|
"value": "disabled",
|
|
2772
2476
|
"group": "authentication",
|
|
@@ -2857,7 +2561,7 @@
|
|
|
2857
2561
|
{
|
|
2858
2562
|
"id": "inbound.hmacScopes",
|
|
2859
2563
|
"label": "HMAC scopes",
|
|
2860
|
-
"description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/
|
|
2564
|
+
"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>",
|
|
2861
2565
|
"optional": true,
|
|
2862
2566
|
"feel": "required",
|
|
2863
2567
|
"group": "authentication",
|
|
@@ -2959,7 +2663,7 @@
|
|
|
2959
2663
|
{
|
|
2960
2664
|
"id": "inbound.auth.apiKeyLocator",
|
|
2961
2665
|
"label": "API key locator",
|
|
2962
|
-
"description": "A FEEL expression that extracts API key from the request. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
2666
|
+
"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>",
|
|
2963
2667
|
"optional": false,
|
|
2964
2668
|
"value": "=split(request.headers.authorization, \" \")[2]",
|
|
2965
2669
|
"constraints": {
|
|
@@ -2999,7 +2703,7 @@
|
|
|
2999
2703
|
{
|
|
3000
2704
|
"id": "inbound.auth.jwt.permissionsExpression",
|
|
3001
2705
|
"label": "JWT role property expression",
|
|
3002
|
-
"description": "Expression to extract the roles from the JWT token. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
2706
|
+
"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>",
|
|
3003
2707
|
"optional": false,
|
|
3004
2708
|
"feel": "required",
|
|
3005
2709
|
"group": "authorization",
|
|
@@ -3033,14 +2737,14 @@
|
|
|
3033
2737
|
"type": "String"
|
|
3034
2738
|
},
|
|
3035
2739
|
{
|
|
3036
|
-
"id": "inbound.
|
|
3037
|
-
"label": "Response expression",
|
|
3038
|
-
"description": "
|
|
2740
|
+
"id": "inbound.responseBodyExpression",
|
|
2741
|
+
"label": "Response body expression",
|
|
2742
|
+
"description": "Specify condition and response",
|
|
3039
2743
|
"optional": true,
|
|
3040
2744
|
"feel": "required",
|
|
3041
2745
|
"group": "webhookResponse",
|
|
3042
2746
|
"binding": {
|
|
3043
|
-
"name": "inbound.
|
|
2747
|
+
"name": "inbound.responseBodyExpression",
|
|
3044
2748
|
"type": "zeebe:property"
|
|
3045
2749
|
},
|
|
3046
2750
|
"type": "Text"
|
|
@@ -3071,18 +2775,6 @@
|
|
|
3071
2775
|
},
|
|
3072
2776
|
"type": "String"
|
|
3073
2777
|
},
|
|
3074
|
-
{
|
|
3075
|
-
"id": "consumeUnmatchedEvents",
|
|
3076
|
-
"label": "Consume unmatched events",
|
|
3077
|
-
"value": true,
|
|
3078
|
-
"group": "activation",
|
|
3079
|
-
"binding": {
|
|
3080
|
-
"name": "consumeUnmatchedEvents",
|
|
3081
|
-
"type": "zeebe:property"
|
|
3082
|
-
},
|
|
3083
|
-
"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",
|
|
3084
|
-
"type": "Boolean"
|
|
3085
|
-
},
|
|
3086
2778
|
{
|
|
3087
2779
|
"id": "correlationKeyProcess",
|
|
3088
2780
|
"label": "Correlation key (process)",
|
|
@@ -3126,26 +2818,6 @@
|
|
|
3126
2818
|
},
|
|
3127
2819
|
"type": "String"
|
|
3128
2820
|
},
|
|
3129
|
-
{
|
|
3130
|
-
"id": "messageTtl",
|
|
3131
|
-
"label": "Message TTL",
|
|
3132
|
-
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
3133
|
-
"optional": true,
|
|
3134
|
-
"constraints": {
|
|
3135
|
-
"notEmpty": false,
|
|
3136
|
-
"pattern": {
|
|
3137
|
-
"value": "^(PT.*|)$",
|
|
3138
|
-
"message": "must be an ISO-8601 duration"
|
|
3139
|
-
}
|
|
3140
|
-
},
|
|
3141
|
-
"feel": "optional",
|
|
3142
|
-
"group": "correlation",
|
|
3143
|
-
"binding": {
|
|
3144
|
-
"name": "messageTtl",
|
|
3145
|
-
"type": "zeebe:property"
|
|
3146
|
-
},
|
|
3147
|
-
"type": "String"
|
|
3148
|
-
},
|
|
3149
2821
|
{
|
|
3150
2822
|
"id": "messageNameUuid",
|
|
3151
2823
|
"generatedValue": {
|
|
@@ -3186,7 +2858,7 @@
|
|
|
3186
2858
|
"contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
|
|
3187
2859
|
},
|
|
3188
2860
|
"engines": {
|
|
3189
|
-
"camunda": "^8.
|
|
2861
|
+
"camunda": "^8.5"
|
|
3190
2862
|
}
|
|
3191
2863
|
},
|
|
3192
2864
|
{
|
|
@@ -3194,11 +2866,14 @@
|
|
|
3194
2866
|
"name": "Webhook Intermediate Event Connector",
|
|
3195
2867
|
"id": "io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1",
|
|
3196
2868
|
"description": "Configure webhook to receive callbacks",
|
|
3197
|
-
"
|
|
3198
|
-
|
|
3199
|
-
|
|
3200
|
-
|
|
3201
|
-
|
|
2869
|
+
"metadata": {
|
|
2870
|
+
"keywords": []
|
|
2871
|
+
},
|
|
2872
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
|
|
2873
|
+
"version": 12,
|
|
2874
|
+
"category": {
|
|
2875
|
+
"id": "connectors",
|
|
2876
|
+
"name": "Connectors"
|
|
3202
2877
|
},
|
|
3203
2878
|
"appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
|
|
3204
2879
|
"elementType": {
|
|
@@ -3228,7 +2903,8 @@
|
|
|
3228
2903
|
},
|
|
3229
2904
|
{
|
|
3230
2905
|
"id": "correlation",
|
|
3231
|
-
"label": "Correlation"
|
|
2906
|
+
"label": "Correlation",
|
|
2907
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
3232
2908
|
},
|
|
3233
2909
|
{
|
|
3234
2910
|
"id": "output",
|
|
@@ -3301,7 +2977,7 @@
|
|
|
3301
2977
|
{
|
|
3302
2978
|
"id": "inbound.shouldValidateHmac",
|
|
3303
2979
|
"label": "HMAC authentication",
|
|
3304
|
-
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
2980
|
+
"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",
|
|
3305
2981
|
"optional": false,
|
|
3306
2982
|
"value": "disabled",
|
|
3307
2983
|
"group": "authentication",
|
|
@@ -3392,7 +3068,7 @@
|
|
|
3392
3068
|
{
|
|
3393
3069
|
"id": "inbound.hmacScopes",
|
|
3394
3070
|
"label": "HMAC scopes",
|
|
3395
|
-
"description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/
|
|
3071
|
+
"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>",
|
|
3396
3072
|
"optional": true,
|
|
3397
3073
|
"feel": "required",
|
|
3398
3074
|
"group": "authentication",
|
|
@@ -3494,7 +3170,7 @@
|
|
|
3494
3170
|
{
|
|
3495
3171
|
"id": "inbound.auth.apiKeyLocator",
|
|
3496
3172
|
"label": "API key locator",
|
|
3497
|
-
"description": "A FEEL expression that extracts API key from the request. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
3173
|
+
"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>",
|
|
3498
3174
|
"optional": false,
|
|
3499
3175
|
"value": "=split(request.headers.authorization, \" \")[2]",
|
|
3500
3176
|
"constraints": {
|
|
@@ -3534,7 +3210,7 @@
|
|
|
3534
3210
|
{
|
|
3535
3211
|
"id": "inbound.auth.jwt.permissionsExpression",
|
|
3536
3212
|
"label": "JWT role property expression",
|
|
3537
|
-
"description": "Expression to extract the roles from the JWT token. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
3213
|
+
"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>",
|
|
3538
3214
|
"optional": false,
|
|
3539
3215
|
"feel": "required",
|
|
3540
3216
|
"group": "authorization",
|
|
@@ -3568,14 +3244,14 @@
|
|
|
3568
3244
|
"type": "String"
|
|
3569
3245
|
},
|
|
3570
3246
|
{
|
|
3571
|
-
"id": "inbound.
|
|
3572
|
-
"label": "Response
|
|
3573
|
-
"description": "
|
|
3247
|
+
"id": "inbound.responseExpression",
|
|
3248
|
+
"label": "Response expression",
|
|
3249
|
+
"description": "Expression used to generate the HTTP response",
|
|
3574
3250
|
"optional": true,
|
|
3575
3251
|
"feel": "required",
|
|
3576
3252
|
"group": "webhookResponse",
|
|
3577
3253
|
"binding": {
|
|
3578
|
-
"name": "inbound.
|
|
3254
|
+
"name": "inbound.responseExpression",
|
|
3579
3255
|
"type": "zeebe:property"
|
|
3580
3256
|
},
|
|
3581
3257
|
"type": "Text"
|
|
@@ -3606,6 +3282,18 @@
|
|
|
3606
3282
|
},
|
|
3607
3283
|
"type": "String"
|
|
3608
3284
|
},
|
|
3285
|
+
{
|
|
3286
|
+
"id": "consumeUnmatchedEvents",
|
|
3287
|
+
"label": "Consume unmatched events",
|
|
3288
|
+
"value": true,
|
|
3289
|
+
"group": "activation",
|
|
3290
|
+
"binding": {
|
|
3291
|
+
"name": "consumeUnmatchedEvents",
|
|
3292
|
+
"type": "zeebe:property"
|
|
3293
|
+
},
|
|
3294
|
+
"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",
|
|
3295
|
+
"type": "Boolean"
|
|
3296
|
+
},
|
|
3609
3297
|
{
|
|
3610
3298
|
"id": "correlationKeyProcess",
|
|
3611
3299
|
"label": "Correlation key (process)",
|
|
@@ -3649,6 +3337,26 @@
|
|
|
3649
3337
|
},
|
|
3650
3338
|
"type": "String"
|
|
3651
3339
|
},
|
|
3340
|
+
{
|
|
3341
|
+
"id": "messageTtl",
|
|
3342
|
+
"label": "Message TTL",
|
|
3343
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
3344
|
+
"optional": true,
|
|
3345
|
+
"constraints": {
|
|
3346
|
+
"notEmpty": false,
|
|
3347
|
+
"pattern": {
|
|
3348
|
+
"value": "^(PT.*|)$",
|
|
3349
|
+
"message": "must be an ISO-8601 duration"
|
|
3350
|
+
}
|
|
3351
|
+
},
|
|
3352
|
+
"feel": "optional",
|
|
3353
|
+
"group": "correlation",
|
|
3354
|
+
"binding": {
|
|
3355
|
+
"name": "messageTtl",
|
|
3356
|
+
"type": "zeebe:property"
|
|
3357
|
+
},
|
|
3358
|
+
"type": "String"
|
|
3359
|
+
},
|
|
3652
3360
|
{
|
|
3653
3361
|
"id": "messageNameUuid",
|
|
3654
3362
|
"generatedValue": {
|
|
@@ -3685,23 +3393,20 @@
|
|
|
3685
3393
|
"type": "Text"
|
|
3686
3394
|
}
|
|
3687
3395
|
],
|
|
3396
|
+
"engines": {
|
|
3397
|
+
"camunda": "^8.3"
|
|
3398
|
+
},
|
|
3688
3399
|
"icon": {
|
|
3689
3400
|
"contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
|
|
3690
|
-
},
|
|
3691
|
-
"engines": {
|
|
3692
|
-
"camunda": "^8.5"
|
|
3693
3401
|
}
|
|
3694
3402
|
},
|
|
3695
3403
|
{
|
|
3696
3404
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
3697
|
-
"name": "Webhook
|
|
3405
|
+
"name": "Webhook connector",
|
|
3698
3406
|
"id": "io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1",
|
|
3407
|
+
"version": 3,
|
|
3699
3408
|
"description": "Configure webhook to receive callbacks",
|
|
3700
|
-
"
|
|
3701
|
-
"keywords": []
|
|
3702
|
-
},
|
|
3703
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
|
|
3704
|
-
"version": 12,
|
|
3409
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
3705
3410
|
"category": {
|
|
3706
3411
|
"id": "connectors",
|
|
3707
3412
|
"name": "Connectors"
|
|
@@ -3724,44 +3429,48 @@
|
|
|
3724
3429
|
"id": "authorization",
|
|
3725
3430
|
"label": "Authorization"
|
|
3726
3431
|
},
|
|
3727
|
-
{
|
|
3728
|
-
"id": "webhookResponse",
|
|
3729
|
-
"label": "Webhook response"
|
|
3730
|
-
},
|
|
3731
3432
|
{
|
|
3732
3433
|
"id": "activation",
|
|
3733
3434
|
"label": "Activation"
|
|
3734
3435
|
},
|
|
3735
3436
|
{
|
|
3736
|
-
"id": "
|
|
3737
|
-
"label": "
|
|
3738
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
3739
|
-
},
|
|
3740
|
-
{
|
|
3741
|
-
"id": "output",
|
|
3742
|
-
"label": "Output mapping"
|
|
3437
|
+
"id": "variable-mapping",
|
|
3438
|
+
"label": "Variable mapping"
|
|
3743
3439
|
}
|
|
3744
3440
|
],
|
|
3745
3441
|
"properties": [
|
|
3746
3442
|
{
|
|
3443
|
+
"type": "Hidden",
|
|
3747
3444
|
"value": "io.camunda:webhook:1",
|
|
3748
3445
|
"binding": {
|
|
3749
|
-
"
|
|
3750
|
-
"
|
|
3446
|
+
"type": "zeebe:property",
|
|
3447
|
+
"name": "inbound.type"
|
|
3448
|
+
}
|
|
3449
|
+
},
|
|
3450
|
+
{
|
|
3451
|
+
"type": "Hidden",
|
|
3452
|
+
"generatedValue": {
|
|
3453
|
+
"type": "uuid"
|
|
3751
3454
|
},
|
|
3752
|
-
"
|
|
3455
|
+
"binding": {
|
|
3456
|
+
"type": "bpmn:Message#property",
|
|
3457
|
+
"name": "name"
|
|
3458
|
+
}
|
|
3753
3459
|
},
|
|
3754
3460
|
{
|
|
3755
|
-
"
|
|
3461
|
+
"type": "Hidden",
|
|
3462
|
+
"value": "ConfigurableInboundWebhook",
|
|
3463
|
+
"binding": {
|
|
3464
|
+
"type": "zeebe:property",
|
|
3465
|
+
"name": "inbound.subtype"
|
|
3466
|
+
}
|
|
3467
|
+
},
|
|
3468
|
+
{
|
|
3469
|
+
"id": "webhookMethod",
|
|
3756
3470
|
"label": "Webhook method",
|
|
3471
|
+
"group": "endpoint",
|
|
3757
3472
|
"description": "Select HTTP method",
|
|
3758
|
-
"optional": false,
|
|
3759
3473
|
"value": "any",
|
|
3760
|
-
"group": "endpoint",
|
|
3761
|
-
"binding": {
|
|
3762
|
-
"name": "inbound.method",
|
|
3763
|
-
"type": "zeebe:property"
|
|
3764
|
-
},
|
|
3765
3474
|
"type": "Dropdown",
|
|
3766
3475
|
"choices": [
|
|
3767
3476
|
{
|
|
@@ -3769,53 +3478,46 @@
|
|
|
3769
3478
|
"value": "any"
|
|
3770
3479
|
},
|
|
3771
3480
|
{
|
|
3772
|
-
"name": "
|
|
3481
|
+
"name": "Get",
|
|
3773
3482
|
"value": "get"
|
|
3774
3483
|
},
|
|
3775
3484
|
{
|
|
3776
|
-
"name": "
|
|
3485
|
+
"name": "Post",
|
|
3777
3486
|
"value": "post"
|
|
3778
3487
|
},
|
|
3779
3488
|
{
|
|
3780
|
-
"name": "
|
|
3489
|
+
"name": "Put",
|
|
3781
3490
|
"value": "put"
|
|
3782
3491
|
},
|
|
3783
3492
|
{
|
|
3784
|
-
"name": "
|
|
3493
|
+
"name": "Delete",
|
|
3785
3494
|
"value": "delete"
|
|
3786
3495
|
}
|
|
3787
|
-
]
|
|
3496
|
+
],
|
|
3497
|
+
"binding": {
|
|
3498
|
+
"type": "zeebe:property",
|
|
3499
|
+
"name": "inbound.method"
|
|
3500
|
+
}
|
|
3788
3501
|
},
|
|
3789
3502
|
{
|
|
3790
|
-
"id": "inbound.context",
|
|
3791
3503
|
"label": "Webhook ID",
|
|
3792
|
-
"
|
|
3793
|
-
"optional": false,
|
|
3794
|
-
"constraints": {
|
|
3795
|
-
"notEmpty": true,
|
|
3796
|
-
"pattern": {
|
|
3797
|
-
"value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
|
|
3798
|
-
"message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
|
|
3799
|
-
}
|
|
3800
|
-
},
|
|
3504
|
+
"type": "String",
|
|
3801
3505
|
"group": "endpoint",
|
|
3802
3506
|
"binding": {
|
|
3803
|
-
"
|
|
3804
|
-
"
|
|
3507
|
+
"type": "zeebe:property",
|
|
3508
|
+
"name": "inbound.context"
|
|
3805
3509
|
},
|
|
3806
|
-
"
|
|
3510
|
+
"description": "The webhook ID is a part of the URL",
|
|
3511
|
+
"constraints": {
|
|
3512
|
+
"notEmpty": true
|
|
3513
|
+
}
|
|
3807
3514
|
},
|
|
3808
3515
|
{
|
|
3809
|
-
"id": "
|
|
3516
|
+
"id": "shouldValidateHmac",
|
|
3810
3517
|
"label": "HMAC authentication",
|
|
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",
|
|
3812
|
-
"optional": false,
|
|
3813
|
-
"value": "disabled",
|
|
3814
3518
|
"group": "authentication",
|
|
3815
|
-
"
|
|
3816
|
-
|
|
3817
|
-
"type": "zeebe:property"
|
|
3818
|
-
},
|
|
3519
|
+
"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",
|
|
3520
|
+
"value": "disabled",
|
|
3819
3521
|
"type": "Dropdown",
|
|
3820
3522
|
"choices": [
|
|
3821
3523
|
{
|
|
@@ -3826,60 +3528,47 @@
|
|
|
3826
3528
|
"name": "Disabled",
|
|
3827
3529
|
"value": "disabled"
|
|
3828
3530
|
}
|
|
3829
|
-
]
|
|
3531
|
+
],
|
|
3532
|
+
"binding": {
|
|
3533
|
+
"type": "zeebe:property",
|
|
3534
|
+
"name": "inbound.shouldValidateHmac"
|
|
3535
|
+
}
|
|
3830
3536
|
},
|
|
3831
3537
|
{
|
|
3832
|
-
"id": "inbound.hmacSecret",
|
|
3833
3538
|
"label": "HMAC secret key",
|
|
3834
3539
|
"description": "Shared secret key",
|
|
3835
|
-
"
|
|
3836
|
-
"feel": "optional",
|
|
3540
|
+
"type": "String",
|
|
3837
3541
|
"group": "authentication",
|
|
3542
|
+
"optional": true,
|
|
3838
3543
|
"binding": {
|
|
3839
|
-
"
|
|
3840
|
-
"
|
|
3544
|
+
"type": "zeebe:property",
|
|
3545
|
+
"name": "inbound.hmacSecret"
|
|
3841
3546
|
},
|
|
3842
3547
|
"condition": {
|
|
3843
|
-
"property": "
|
|
3844
|
-
"equals": "enabled"
|
|
3845
|
-
|
|
3846
|
-
},
|
|
3847
|
-
"type": "String"
|
|
3548
|
+
"property": "shouldValidateHmac",
|
|
3549
|
+
"equals": "enabled"
|
|
3550
|
+
}
|
|
3848
3551
|
},
|
|
3849
3552
|
{
|
|
3850
|
-
"id": "inbound.hmacHeader",
|
|
3851
3553
|
"label": "HMAC header",
|
|
3852
3554
|
"description": "Name of header attribute that will contain the HMAC value",
|
|
3853
|
-
"
|
|
3854
|
-
"feel": "optional",
|
|
3555
|
+
"type": "String",
|
|
3855
3556
|
"group": "authentication",
|
|
3557
|
+
"optional": true,
|
|
3856
3558
|
"binding": {
|
|
3857
|
-
"
|
|
3858
|
-
"
|
|
3559
|
+
"type": "zeebe:property",
|
|
3560
|
+
"name": "inbound.hmacHeader"
|
|
3859
3561
|
},
|
|
3860
3562
|
"condition": {
|
|
3861
|
-
"property": "
|
|
3862
|
-
"equals": "enabled"
|
|
3863
|
-
|
|
3864
|
-
},
|
|
3865
|
-
"type": "String"
|
|
3563
|
+
"property": "shouldValidateHmac",
|
|
3564
|
+
"equals": "enabled"
|
|
3565
|
+
}
|
|
3866
3566
|
},
|
|
3867
3567
|
{
|
|
3868
|
-
"id": "inbound.hmacAlgorithm",
|
|
3869
3568
|
"label": "HMAC algorithm",
|
|
3569
|
+
"group": "authentication",
|
|
3870
3570
|
"description": "Choose HMAC algorithm",
|
|
3871
|
-
"optional": false,
|
|
3872
3571
|
"value": "sha_256",
|
|
3873
|
-
"group": "authentication",
|
|
3874
|
-
"binding": {
|
|
3875
|
-
"name": "inbound.hmacAlgorithm",
|
|
3876
|
-
"type": "zeebe:property"
|
|
3877
|
-
},
|
|
3878
|
-
"condition": {
|
|
3879
|
-
"property": "inbound.shouldValidateHmac",
|
|
3880
|
-
"equals": "enabled",
|
|
3881
|
-
"type": "simple"
|
|
3882
|
-
},
|
|
3883
3572
|
"type": "Dropdown",
|
|
3884
3573
|
"choices": [
|
|
3885
3574
|
{
|
|
@@ -3894,341 +3583,252 @@
|
|
|
3894
3583
|
"name": "SHA-512",
|
|
3895
3584
|
"value": "sha_512"
|
|
3896
3585
|
}
|
|
3897
|
-
]
|
|
3586
|
+
],
|
|
3587
|
+
"binding": {
|
|
3588
|
+
"type": "zeebe:property",
|
|
3589
|
+
"name": "inbound.hmacAlgorithm"
|
|
3590
|
+
},
|
|
3591
|
+
"condition": {
|
|
3592
|
+
"property": "shouldValidateHmac",
|
|
3593
|
+
"equals": "enabled"
|
|
3594
|
+
}
|
|
3898
3595
|
},
|
|
3899
3596
|
{
|
|
3900
|
-
"id": "inbound.hmacScopes",
|
|
3901
3597
|
"label": "HMAC scopes",
|
|
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>",
|
|
3903
|
-
"optional": true,
|
|
3904
|
-
"feel": "required",
|
|
3905
3598
|
"group": "authentication",
|
|
3599
|
+
"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>",
|
|
3600
|
+
"feel": "required",
|
|
3601
|
+
"type": "String",
|
|
3602
|
+
"optional": true,
|
|
3906
3603
|
"binding": {
|
|
3907
|
-
"
|
|
3908
|
-
"
|
|
3604
|
+
"type": "zeebe:property",
|
|
3605
|
+
"name": "inbound.hmacScopes"
|
|
3909
3606
|
},
|
|
3910
3607
|
"condition": {
|
|
3911
|
-
"property": "
|
|
3912
|
-
"equals": "enabled"
|
|
3913
|
-
|
|
3914
|
-
},
|
|
3915
|
-
"type": "String"
|
|
3608
|
+
"property": "shouldValidateHmac",
|
|
3609
|
+
"equals": "enabled"
|
|
3610
|
+
}
|
|
3916
3611
|
},
|
|
3917
3612
|
{
|
|
3918
|
-
"id": "
|
|
3613
|
+
"id": "authorizationType",
|
|
3919
3614
|
"label": "Authorization type",
|
|
3920
|
-
"description": "Choose the authorization type",
|
|
3921
|
-
"value": "NONE",
|
|
3922
3615
|
"group": "authorization",
|
|
3923
|
-
"
|
|
3924
|
-
|
|
3925
|
-
"type": "zeebe:property"
|
|
3926
|
-
},
|
|
3616
|
+
"description": "Choose the authorization type.",
|
|
3617
|
+
"value": "NONE",
|
|
3927
3618
|
"type": "Dropdown",
|
|
3928
3619
|
"choices": [
|
|
3929
3620
|
{
|
|
3930
3621
|
"name": "None",
|
|
3931
3622
|
"value": "NONE"
|
|
3932
3623
|
},
|
|
3624
|
+
{
|
|
3625
|
+
"name": "JWT",
|
|
3626
|
+
"value": "JWT"
|
|
3627
|
+
},
|
|
3933
3628
|
{
|
|
3934
3629
|
"name": "Basic",
|
|
3935
3630
|
"value": "BASIC"
|
|
3936
3631
|
},
|
|
3937
3632
|
{
|
|
3938
|
-
"name": "API
|
|
3633
|
+
"name": "API Key",
|
|
3939
3634
|
"value": "APIKEY"
|
|
3940
|
-
},
|
|
3941
|
-
{
|
|
3942
|
-
"name": "JWT",
|
|
3943
|
-
"value": "JWT"
|
|
3944
3635
|
}
|
|
3945
|
-
]
|
|
3636
|
+
],
|
|
3637
|
+
"binding": {
|
|
3638
|
+
"type": "zeebe:property",
|
|
3639
|
+
"name": "inbound.auth.type"
|
|
3640
|
+
}
|
|
3946
3641
|
},
|
|
3947
3642
|
{
|
|
3948
|
-
"
|
|
3949
|
-
"
|
|
3950
|
-
"
|
|
3951
|
-
"optional": false,
|
|
3952
|
-
"feel": "optional",
|
|
3643
|
+
"label": "JWK url",
|
|
3644
|
+
"description": "Well-known url of JWKs",
|
|
3645
|
+
"type": "String",
|
|
3953
3646
|
"group": "authorization",
|
|
3647
|
+
"feel": "optional",
|
|
3648
|
+
"optional": true,
|
|
3954
3649
|
"binding": {
|
|
3955
|
-
"
|
|
3956
|
-
"
|
|
3650
|
+
"type": "zeebe:property",
|
|
3651
|
+
"name": "inbound.auth.jwt.jwkUrl"
|
|
3957
3652
|
},
|
|
3958
3653
|
"condition": {
|
|
3959
|
-
"property": "
|
|
3960
|
-
"equals": "
|
|
3961
|
-
|
|
3962
|
-
},
|
|
3963
|
-
"type": "String"
|
|
3654
|
+
"property": "authorizationType",
|
|
3655
|
+
"equals": "JWT"
|
|
3656
|
+
}
|
|
3964
3657
|
},
|
|
3965
3658
|
{
|
|
3966
|
-
"
|
|
3967
|
-
"
|
|
3968
|
-
"
|
|
3969
|
-
"optional": false,
|
|
3970
|
-
"feel": "optional",
|
|
3659
|
+
"label": "JWT role property expression",
|
|
3660
|
+
"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>",
|
|
3661
|
+
"type": "String",
|
|
3971
3662
|
"group": "authorization",
|
|
3663
|
+
"feel": "required",
|
|
3664
|
+
"optional": true,
|
|
3972
3665
|
"binding": {
|
|
3973
|
-
"
|
|
3974
|
-
"
|
|
3666
|
+
"type": "zeebe:property",
|
|
3667
|
+
"name": "inbound.auth.jwt.permissionsExpression"
|
|
3975
3668
|
},
|
|
3976
3669
|
"condition": {
|
|
3977
|
-
"property": "
|
|
3978
|
-
"equals": "
|
|
3979
|
-
|
|
3980
|
-
},
|
|
3981
|
-
"type": "String"
|
|
3670
|
+
"property": "authorizationType",
|
|
3671
|
+
"equals": "JWT"
|
|
3672
|
+
}
|
|
3982
3673
|
},
|
|
3983
3674
|
{
|
|
3984
|
-
"
|
|
3985
|
-
"
|
|
3986
|
-
"
|
|
3987
|
-
"optional": false,
|
|
3988
|
-
"feel": "optional",
|
|
3675
|
+
"label": "Required roles",
|
|
3676
|
+
"description": "List of roles to test JWT roles against",
|
|
3677
|
+
"type": "String",
|
|
3989
3678
|
"group": "authorization",
|
|
3679
|
+
"feel": "required",
|
|
3680
|
+
"optional": true,
|
|
3990
3681
|
"binding": {
|
|
3991
|
-
"
|
|
3992
|
-
"
|
|
3682
|
+
"type": "zeebe:property",
|
|
3683
|
+
"name": "inbound.auth.jwt.requiredPermissions"
|
|
3993
3684
|
},
|
|
3994
3685
|
"condition": {
|
|
3995
|
-
"property": "
|
|
3996
|
-
"equals": "
|
|
3997
|
-
|
|
3998
|
-
},
|
|
3999
|
-
"type": "String"
|
|
3686
|
+
"property": "authorizationType",
|
|
3687
|
+
"equals": "JWT"
|
|
3688
|
+
}
|
|
4000
3689
|
},
|
|
4001
3690
|
{
|
|
4002
|
-
"
|
|
4003
|
-
"
|
|
4004
|
-
"
|
|
4005
|
-
"optional": false,
|
|
4006
|
-
"value": "=split(request.headers.authorization, \" \")[2]",
|
|
4007
|
-
"constraints": {
|
|
4008
|
-
"notEmpty": true
|
|
4009
|
-
},
|
|
4010
|
-
"feel": "required",
|
|
3691
|
+
"label": "Username",
|
|
3692
|
+
"description": "Username for basic authentication",
|
|
3693
|
+
"type": "String",
|
|
4011
3694
|
"group": "authorization",
|
|
3695
|
+
"feel": "optional",
|
|
4012
3696
|
"binding": {
|
|
4013
|
-
"
|
|
4014
|
-
"
|
|
3697
|
+
"type": "zeebe:property",
|
|
3698
|
+
"name": "inbound.auth.username"
|
|
4015
3699
|
},
|
|
4016
3700
|
"condition": {
|
|
4017
|
-
"property": "
|
|
4018
|
-
"equals": "
|
|
4019
|
-
"type": "simple"
|
|
3701
|
+
"property": "authorizationType",
|
|
3702
|
+
"equals": "BASIC"
|
|
4020
3703
|
},
|
|
4021
|
-
"
|
|
3704
|
+
"constraints": {
|
|
3705
|
+
"notEmpty": true
|
|
3706
|
+
}
|
|
4022
3707
|
},
|
|
4023
3708
|
{
|
|
4024
|
-
"
|
|
4025
|
-
"
|
|
4026
|
-
"
|
|
4027
|
-
"optional": false,
|
|
4028
|
-
"feel": "optional",
|
|
3709
|
+
"label": "Password",
|
|
3710
|
+
"description": "Password for basic authentication",
|
|
3711
|
+
"type": "String",
|
|
4029
3712
|
"group": "authorization",
|
|
3713
|
+
"feel": "optional",
|
|
4030
3714
|
"binding": {
|
|
4031
|
-
"
|
|
4032
|
-
"
|
|
3715
|
+
"type": "zeebe:property",
|
|
3716
|
+
"name": "inbound.auth.password"
|
|
4033
3717
|
},
|
|
4034
3718
|
"condition": {
|
|
4035
|
-
"property": "
|
|
4036
|
-
"equals": "
|
|
4037
|
-
"type": "simple"
|
|
3719
|
+
"property": "authorizationType",
|
|
3720
|
+
"equals": "BASIC"
|
|
4038
3721
|
},
|
|
4039
|
-
"
|
|
3722
|
+
"constraints": {
|
|
3723
|
+
"notEmpty": true
|
|
3724
|
+
}
|
|
4040
3725
|
},
|
|
4041
3726
|
{
|
|
4042
|
-
"
|
|
4043
|
-
"
|
|
4044
|
-
"
|
|
4045
|
-
"optional": false,
|
|
4046
|
-
"feel": "required",
|
|
3727
|
+
"label": "API Key",
|
|
3728
|
+
"description": "Expected API key",
|
|
3729
|
+
"type": "String",
|
|
4047
3730
|
"group": "authorization",
|
|
3731
|
+
"feel": "optional",
|
|
4048
3732
|
"binding": {
|
|
4049
|
-
"
|
|
4050
|
-
"
|
|
3733
|
+
"type": "zeebe:property",
|
|
3734
|
+
"name": "inbound.auth.apiKey"
|
|
4051
3735
|
},
|
|
4052
3736
|
"condition": {
|
|
4053
|
-
"property": "
|
|
4054
|
-
"equals": "
|
|
4055
|
-
"type": "simple"
|
|
3737
|
+
"property": "authorizationType",
|
|
3738
|
+
"equals": "APIKEY"
|
|
4056
3739
|
},
|
|
4057
|
-
"
|
|
3740
|
+
"constraints": {
|
|
3741
|
+
"notEmpty": true
|
|
3742
|
+
}
|
|
4058
3743
|
},
|
|
4059
3744
|
{
|
|
4060
|
-
"
|
|
4061
|
-
"
|
|
4062
|
-
"
|
|
4063
|
-
"optional": false,
|
|
4064
|
-
"feel": "required",
|
|
3745
|
+
"label": "API Key locator",
|
|
3746
|
+
"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>",
|
|
3747
|
+
"type": "String",
|
|
4065
3748
|
"group": "authorization",
|
|
3749
|
+
"feel": "required",
|
|
4066
3750
|
"binding": {
|
|
4067
|
-
"
|
|
4068
|
-
"
|
|
3751
|
+
"type": "zeebe:property",
|
|
3752
|
+
"name": "inbound.auth.apiKeyLocator"
|
|
4069
3753
|
},
|
|
4070
3754
|
"condition": {
|
|
4071
|
-
"property": "
|
|
4072
|
-
"equals": "
|
|
4073
|
-
"type": "simple"
|
|
3755
|
+
"property": "authorizationType",
|
|
3756
|
+
"equals": "APIKEY"
|
|
4074
3757
|
},
|
|
4075
|
-
"
|
|
3758
|
+
"constraints": {
|
|
3759
|
+
"notEmpty": true
|
|
3760
|
+
},
|
|
3761
|
+
"value": "=split(request.headers.authorization, \" \")[2]"
|
|
4076
3762
|
},
|
|
4077
3763
|
{
|
|
4078
|
-
"
|
|
4079
|
-
"
|
|
4080
|
-
"
|
|
4081
|
-
"optional": true,
|
|
3764
|
+
"label": "Correlation key (process)",
|
|
3765
|
+
"type": "String",
|
|
3766
|
+
"group": "activation",
|
|
4082
3767
|
"feel": "required",
|
|
4083
|
-
"
|
|
3768
|
+
"description": "Sets up the correlation key from process variables",
|
|
4084
3769
|
"binding": {
|
|
4085
|
-
"
|
|
4086
|
-
"
|
|
3770
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
3771
|
+
"name": "correlationKey"
|
|
4087
3772
|
},
|
|
4088
|
-
"
|
|
3773
|
+
"constraints": {
|
|
3774
|
+
"notEmpty": true
|
|
3775
|
+
}
|
|
4089
3776
|
},
|
|
4090
3777
|
{
|
|
4091
|
-
"
|
|
4092
|
-
"
|
|
4093
|
-
"
|
|
4094
|
-
"optional": true,
|
|
3778
|
+
"label": "Correlation key (payload)",
|
|
3779
|
+
"type": "String",
|
|
3780
|
+
"group": "activation",
|
|
4095
3781
|
"feel": "required",
|
|
4096
|
-
"group": "webhookResponse",
|
|
4097
3782
|
"binding": {
|
|
4098
|
-
"
|
|
4099
|
-
"
|
|
3783
|
+
"type": "zeebe:property",
|
|
3784
|
+
"name": "correlationKeyExpression"
|
|
4100
3785
|
},
|
|
4101
|
-
"
|
|
3786
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
3787
|
+
"constraints": {
|
|
3788
|
+
"notEmpty": true
|
|
3789
|
+
}
|
|
4102
3790
|
},
|
|
4103
3791
|
{
|
|
4104
|
-
"
|
|
4105
|
-
"
|
|
4106
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
4107
|
-
"optional": true,
|
|
4108
|
-
"feel": "required",
|
|
3792
|
+
"label": "Condition",
|
|
3793
|
+
"type": "String",
|
|
4109
3794
|
"group": "activation",
|
|
3795
|
+
"feel": "required",
|
|
3796
|
+
"optional": true,
|
|
4110
3797
|
"binding": {
|
|
4111
|
-
"
|
|
4112
|
-
"
|
|
3798
|
+
"type": "zeebe:property",
|
|
3799
|
+
"name": "activationCondition"
|
|
4113
3800
|
},
|
|
4114
|
-
"
|
|
3801
|
+
"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>"
|
|
4115
3802
|
},
|
|
4116
3803
|
{
|
|
4117
|
-
"
|
|
4118
|
-
"
|
|
4119
|
-
"
|
|
4120
|
-
"
|
|
3804
|
+
"label": "Result variable",
|
|
3805
|
+
"type": "String",
|
|
3806
|
+
"group": "variable-mapping",
|
|
3807
|
+
"optional": true,
|
|
4121
3808
|
"binding": {
|
|
4122
|
-
"
|
|
4123
|
-
"
|
|
3809
|
+
"type": "zeebe:property",
|
|
3810
|
+
"name": "resultVariable"
|
|
4124
3811
|
},
|
|
4125
|
-
"
|
|
4126
|
-
"type": "Boolean"
|
|
3812
|
+
"description": "Name of variable to store the result of the connector in"
|
|
4127
3813
|
},
|
|
4128
3814
|
{
|
|
4129
|
-
"
|
|
4130
|
-
"
|
|
4131
|
-
"
|
|
4132
|
-
"constraints": {
|
|
4133
|
-
"notEmpty": true
|
|
4134
|
-
},
|
|
3815
|
+
"label": "Result expression",
|
|
3816
|
+
"type": "String",
|
|
3817
|
+
"group": "variable-mapping",
|
|
4135
3818
|
"feel": "required",
|
|
4136
|
-
"
|
|
3819
|
+
"optional": true,
|
|
4137
3820
|
"binding": {
|
|
4138
|
-
"
|
|
4139
|
-
"
|
|
3821
|
+
"type": "zeebe:property",
|
|
3822
|
+
"name": "resultExpression"
|
|
4140
3823
|
},
|
|
4141
|
-
"
|
|
4142
|
-
},
|
|
4143
|
-
{
|
|
4144
|
-
"id": "correlationKeyPayload",
|
|
4145
|
-
"label": "Correlation key (payload)",
|
|
4146
|
-
"description": "Extracts the correlation key from the incoming message payload",
|
|
4147
|
-
"constraints": {
|
|
4148
|
-
"notEmpty": true
|
|
4149
|
-
},
|
|
4150
|
-
"feel": "required",
|
|
4151
|
-
"group": "correlation",
|
|
4152
|
-
"binding": {
|
|
4153
|
-
"name": "correlationKeyExpression",
|
|
4154
|
-
"type": "zeebe:property"
|
|
4155
|
-
},
|
|
4156
|
-
"type": "String"
|
|
4157
|
-
},
|
|
4158
|
-
{
|
|
4159
|
-
"id": "messageIdExpression",
|
|
4160
|
-
"label": "Message ID expression",
|
|
4161
|
-
"description": "Expression to extract unique identifier of a message",
|
|
4162
|
-
"optional": true,
|
|
4163
|
-
"feel": "required",
|
|
4164
|
-
"group": "correlation",
|
|
4165
|
-
"binding": {
|
|
4166
|
-
"name": "messageIdExpression",
|
|
4167
|
-
"type": "zeebe:property"
|
|
4168
|
-
},
|
|
4169
|
-
"type": "String"
|
|
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
|
-
},
|
|
4191
|
-
{
|
|
4192
|
-
"id": "messageNameUuid",
|
|
4193
|
-
"generatedValue": {
|
|
4194
|
-
"type": "uuid"
|
|
4195
|
-
},
|
|
4196
|
-
"group": "correlation",
|
|
4197
|
-
"binding": {
|
|
4198
|
-
"name": "name",
|
|
4199
|
-
"type": "bpmn:Message#property"
|
|
4200
|
-
},
|
|
4201
|
-
"type": "Hidden"
|
|
4202
|
-
},
|
|
4203
|
-
{
|
|
4204
|
-
"id": "resultVariable",
|
|
4205
|
-
"label": "Result variable",
|
|
4206
|
-
"description": "Name of variable to store the response in",
|
|
4207
|
-
"group": "output",
|
|
4208
|
-
"binding": {
|
|
4209
|
-
"name": "resultVariable",
|
|
4210
|
-
"type": "zeebe:property"
|
|
4211
|
-
},
|
|
4212
|
-
"type": "String"
|
|
4213
|
-
},
|
|
4214
|
-
{
|
|
4215
|
-
"id": "resultExpression",
|
|
4216
|
-
"label": "Result expression",
|
|
4217
|
-
"description": "Expression to map the response into process variables",
|
|
4218
|
-
"feel": "required",
|
|
4219
|
-
"group": "output",
|
|
4220
|
-
"binding": {
|
|
4221
|
-
"name": "resultExpression",
|
|
4222
|
-
"type": "zeebe:property"
|
|
4223
|
-
},
|
|
4224
|
-
"type": "Text"
|
|
3824
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
4225
3825
|
}
|
|
4226
3826
|
],
|
|
4227
|
-
"engines": {
|
|
4228
|
-
"camunda": "^8.3"
|
|
4229
|
-
},
|
|
4230
3827
|
"icon": {
|
|
4231
|
-
"contents": "data:image/svg+xml;
|
|
3828
|
+
"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"
|
|
3829
|
+
},
|
|
3830
|
+
"engines": {
|
|
3831
|
+
"camunda": "^8.2"
|
|
4232
3832
|
}
|
|
4233
3833
|
},
|
|
4234
3834
|
{
|
|
@@ -4240,7 +3840,7 @@
|
|
|
4240
3840
|
"keywords": []
|
|
4241
3841
|
},
|
|
4242
3842
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
|
|
4243
|
-
"version":
|
|
3843
|
+
"version": 13,
|
|
4244
3844
|
"category": {
|
|
4245
3845
|
"id": "connectors",
|
|
4246
3846
|
"name": "Connectors"
|
|
@@ -4274,10 +3874,6 @@
|
|
|
4274
3874
|
"id": "activation",
|
|
4275
3875
|
"label": "Activation"
|
|
4276
3876
|
},
|
|
4277
|
-
{
|
|
4278
|
-
"id": "synchronousResponse",
|
|
4279
|
-
"label": "Response mode"
|
|
4280
|
-
},
|
|
4281
3877
|
{
|
|
4282
3878
|
"id": "correlation",
|
|
4283
3879
|
"label": "Correlation",
|
|
@@ -4676,29 +4272,6 @@
|
|
|
4676
4272
|
"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",
|
|
4677
4273
|
"type": "Boolean"
|
|
4678
4274
|
},
|
|
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
|
-
},
|
|
4702
4275
|
{
|
|
4703
4276
|
"id": "correlationKeyProcess",
|
|
4704
4277
|
"label": "Correlation key (process)",
|
|
@@ -4740,11 +4313,6 @@
|
|
|
4740
4313
|
"name": "messageIdExpression",
|
|
4741
4314
|
"type": "zeebe:property"
|
|
4742
4315
|
},
|
|
4743
|
-
"condition": {
|
|
4744
|
-
"property": "synchronousResponse",
|
|
4745
|
-
"equals": "false",
|
|
4746
|
-
"type": "simple"
|
|
4747
|
-
},
|
|
4748
4316
|
"type": "String"
|
|
4749
4317
|
},
|
|
4750
4318
|
{
|
|
@@ -4765,11 +4333,6 @@
|
|
|
4765
4333
|
"name": "messageTtl",
|
|
4766
4334
|
"type": "zeebe:property"
|
|
4767
4335
|
},
|
|
4768
|
-
"condition": {
|
|
4769
|
-
"property": "synchronousResponse",
|
|
4770
|
-
"equals": "false",
|
|
4771
|
-
"type": "simple"
|
|
4772
|
-
},
|
|
4773
4336
|
"type": "String"
|
|
4774
4337
|
},
|
|
4775
4338
|
{
|
|
@@ -4875,5 +4438,452 @@
|
|
|
4875
4438
|
"icon": {
|
|
4876
4439
|
"contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
|
|
4877
4440
|
}
|
|
4441
|
+
},
|
|
4442
|
+
{
|
|
4443
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4444
|
+
"name": "Webhook Intermediate Catch Event Connector",
|
|
4445
|
+
"id": "io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1",
|
|
4446
|
+
"version": 4,
|
|
4447
|
+
"description": "Configure webhook to receive callbacks",
|
|
4448
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
4449
|
+
"category": {
|
|
4450
|
+
"id": "connectors",
|
|
4451
|
+
"name": "Connectors"
|
|
4452
|
+
},
|
|
4453
|
+
"appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
|
|
4454
|
+
"elementType": {
|
|
4455
|
+
"value": "bpmn:IntermediateCatchEvent",
|
|
4456
|
+
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
4457
|
+
},
|
|
4458
|
+
"groups": [
|
|
4459
|
+
{
|
|
4460
|
+
"id": "endpoint",
|
|
4461
|
+
"label": "Webhook configuration"
|
|
4462
|
+
},
|
|
4463
|
+
{
|
|
4464
|
+
"id": "authentication",
|
|
4465
|
+
"label": "Authentication"
|
|
4466
|
+
},
|
|
4467
|
+
{
|
|
4468
|
+
"id": "authorization",
|
|
4469
|
+
"label": "Authorization"
|
|
4470
|
+
},
|
|
4471
|
+
{
|
|
4472
|
+
"id": "activation",
|
|
4473
|
+
"label": "Activation"
|
|
4474
|
+
},
|
|
4475
|
+
{
|
|
4476
|
+
"id": "variable-mapping",
|
|
4477
|
+
"label": "Variable mapping"
|
|
4478
|
+
},
|
|
4479
|
+
{
|
|
4480
|
+
"id": "webhookResponse",
|
|
4481
|
+
"label": "Webhook response"
|
|
4482
|
+
}
|
|
4483
|
+
],
|
|
4484
|
+
"properties": [
|
|
4485
|
+
{
|
|
4486
|
+
"type": "Hidden",
|
|
4487
|
+
"value": "io.camunda:webhook:1",
|
|
4488
|
+
"binding": {
|
|
4489
|
+
"type": "zeebe:property",
|
|
4490
|
+
"name": "inbound.type"
|
|
4491
|
+
}
|
|
4492
|
+
},
|
|
4493
|
+
{
|
|
4494
|
+
"type": "Hidden",
|
|
4495
|
+
"generatedValue": {
|
|
4496
|
+
"type": "uuid"
|
|
4497
|
+
},
|
|
4498
|
+
"binding": {
|
|
4499
|
+
"type": "bpmn:Message#property",
|
|
4500
|
+
"name": "name"
|
|
4501
|
+
}
|
|
4502
|
+
},
|
|
4503
|
+
{
|
|
4504
|
+
"type": "Hidden",
|
|
4505
|
+
"value": "ConfigurableInboundWebhook",
|
|
4506
|
+
"binding": {
|
|
4507
|
+
"type": "zeebe:property",
|
|
4508
|
+
"name": "inbound.subtype"
|
|
4509
|
+
}
|
|
4510
|
+
},
|
|
4511
|
+
{
|
|
4512
|
+
"id": "webhookMethod",
|
|
4513
|
+
"label": "Webhook method",
|
|
4514
|
+
"group": "endpoint",
|
|
4515
|
+
"description": "Select HTTP method",
|
|
4516
|
+
"value": "any",
|
|
4517
|
+
"type": "Dropdown",
|
|
4518
|
+
"choices": [
|
|
4519
|
+
{
|
|
4520
|
+
"name": "Any",
|
|
4521
|
+
"value": "any"
|
|
4522
|
+
},
|
|
4523
|
+
{
|
|
4524
|
+
"name": "Get",
|
|
4525
|
+
"value": "get"
|
|
4526
|
+
},
|
|
4527
|
+
{
|
|
4528
|
+
"name": "Post",
|
|
4529
|
+
"value": "post"
|
|
4530
|
+
},
|
|
4531
|
+
{
|
|
4532
|
+
"name": "Put",
|
|
4533
|
+
"value": "put"
|
|
4534
|
+
},
|
|
4535
|
+
{
|
|
4536
|
+
"name": "Delete",
|
|
4537
|
+
"value": "delete"
|
|
4538
|
+
}
|
|
4539
|
+
],
|
|
4540
|
+
"binding": {
|
|
4541
|
+
"type": "zeebe:property",
|
|
4542
|
+
"name": "inbound.method"
|
|
4543
|
+
}
|
|
4544
|
+
},
|
|
4545
|
+
{
|
|
4546
|
+
"label": "Webhook ID",
|
|
4547
|
+
"type": "String",
|
|
4548
|
+
"group": "endpoint",
|
|
4549
|
+
"binding": {
|
|
4550
|
+
"type": "zeebe:property",
|
|
4551
|
+
"name": "inbound.context"
|
|
4552
|
+
},
|
|
4553
|
+
"description": "The webhook ID is a part of the URL",
|
|
4554
|
+
"constraints": {
|
|
4555
|
+
"notEmpty": true
|
|
4556
|
+
}
|
|
4557
|
+
},
|
|
4558
|
+
{
|
|
4559
|
+
"id": "shouldValidateHmac",
|
|
4560
|
+
"label": "HMAC authentication",
|
|
4561
|
+
"group": "authentication",
|
|
4562
|
+
"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",
|
|
4563
|
+
"value": "disabled",
|
|
4564
|
+
"type": "Dropdown",
|
|
4565
|
+
"choices": [
|
|
4566
|
+
{
|
|
4567
|
+
"name": "Enabled",
|
|
4568
|
+
"value": "enabled"
|
|
4569
|
+
},
|
|
4570
|
+
{
|
|
4571
|
+
"name": "Disabled",
|
|
4572
|
+
"value": "disabled"
|
|
4573
|
+
}
|
|
4574
|
+
],
|
|
4575
|
+
"binding": {
|
|
4576
|
+
"type": "zeebe:property",
|
|
4577
|
+
"name": "inbound.shouldValidateHmac"
|
|
4578
|
+
}
|
|
4579
|
+
},
|
|
4580
|
+
{
|
|
4581
|
+
"label": "HMAC secret key",
|
|
4582
|
+
"description": "Shared secret key",
|
|
4583
|
+
"type": "String",
|
|
4584
|
+
"group": "authentication",
|
|
4585
|
+
"optional": true,
|
|
4586
|
+
"binding": {
|
|
4587
|
+
"type": "zeebe:property",
|
|
4588
|
+
"name": "inbound.hmacSecret"
|
|
4589
|
+
},
|
|
4590
|
+
"condition": {
|
|
4591
|
+
"property": "shouldValidateHmac",
|
|
4592
|
+
"equals": "enabled"
|
|
4593
|
+
}
|
|
4594
|
+
},
|
|
4595
|
+
{
|
|
4596
|
+
"label": "HMAC header",
|
|
4597
|
+
"description": "Name of header attribute that will contain the HMAC value",
|
|
4598
|
+
"type": "String",
|
|
4599
|
+
"group": "authentication",
|
|
4600
|
+
"optional": true,
|
|
4601
|
+
"binding": {
|
|
4602
|
+
"type": "zeebe:property",
|
|
4603
|
+
"name": "inbound.hmacHeader"
|
|
4604
|
+
},
|
|
4605
|
+
"condition": {
|
|
4606
|
+
"property": "shouldValidateHmac",
|
|
4607
|
+
"equals": "enabled"
|
|
4608
|
+
}
|
|
4609
|
+
},
|
|
4610
|
+
{
|
|
4611
|
+
"label": "HMAC algorithm",
|
|
4612
|
+
"group": "authentication",
|
|
4613
|
+
"description": "Choose HMAC algorithm",
|
|
4614
|
+
"value": "sha_256",
|
|
4615
|
+
"type": "Dropdown",
|
|
4616
|
+
"choices": [
|
|
4617
|
+
{
|
|
4618
|
+
"name": "SHA-1",
|
|
4619
|
+
"value": "sha_1"
|
|
4620
|
+
},
|
|
4621
|
+
{
|
|
4622
|
+
"name": "SHA-256",
|
|
4623
|
+
"value": "sha_256"
|
|
4624
|
+
},
|
|
4625
|
+
{
|
|
4626
|
+
"name": "SHA-512",
|
|
4627
|
+
"value": "sha_512"
|
|
4628
|
+
}
|
|
4629
|
+
],
|
|
4630
|
+
"binding": {
|
|
4631
|
+
"type": "zeebe:property",
|
|
4632
|
+
"name": "inbound.hmacAlgorithm"
|
|
4633
|
+
},
|
|
4634
|
+
"condition": {
|
|
4635
|
+
"property": "shouldValidateHmac",
|
|
4636
|
+
"equals": "enabled"
|
|
4637
|
+
}
|
|
4638
|
+
},
|
|
4639
|
+
{
|
|
4640
|
+
"label": "HMAC scopes",
|
|
4641
|
+
"group": "authentication",
|
|
4642
|
+
"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>",
|
|
4643
|
+
"feel": "required",
|
|
4644
|
+
"type": "String",
|
|
4645
|
+
"optional": true,
|
|
4646
|
+
"binding": {
|
|
4647
|
+
"type": "zeebe:property",
|
|
4648
|
+
"name": "inbound.hmacScopes"
|
|
4649
|
+
},
|
|
4650
|
+
"condition": {
|
|
4651
|
+
"property": "shouldValidateHmac",
|
|
4652
|
+
"equals": "enabled"
|
|
4653
|
+
}
|
|
4654
|
+
},
|
|
4655
|
+
{
|
|
4656
|
+
"id": "authorizationType",
|
|
4657
|
+
"label": "Authorization type",
|
|
4658
|
+
"group": "authorization",
|
|
4659
|
+
"description": "Choose the authorization type.",
|
|
4660
|
+
"value": "NONE",
|
|
4661
|
+
"type": "Dropdown",
|
|
4662
|
+
"choices": [
|
|
4663
|
+
{
|
|
4664
|
+
"name": "None",
|
|
4665
|
+
"value": "NONE"
|
|
4666
|
+
},
|
|
4667
|
+
{
|
|
4668
|
+
"name": "JWT",
|
|
4669
|
+
"value": "JWT"
|
|
4670
|
+
},
|
|
4671
|
+
{
|
|
4672
|
+
"name": "Basic",
|
|
4673
|
+
"value": "BASIC"
|
|
4674
|
+
},
|
|
4675
|
+
{
|
|
4676
|
+
"name": "API Key",
|
|
4677
|
+
"value": "APIKEY"
|
|
4678
|
+
}
|
|
4679
|
+
],
|
|
4680
|
+
"binding": {
|
|
4681
|
+
"type": "zeebe:property",
|
|
4682
|
+
"name": "inbound.auth.type"
|
|
4683
|
+
}
|
|
4684
|
+
},
|
|
4685
|
+
{
|
|
4686
|
+
"label": "JWK url",
|
|
4687
|
+
"description": "Well-known url of JWKs",
|
|
4688
|
+
"type": "String",
|
|
4689
|
+
"group": "authorization",
|
|
4690
|
+
"feel": "optional",
|
|
4691
|
+
"optional": true,
|
|
4692
|
+
"binding": {
|
|
4693
|
+
"type": "zeebe:property",
|
|
4694
|
+
"name": "inbound.auth.jwt.jwkUrl"
|
|
4695
|
+
},
|
|
4696
|
+
"condition": {
|
|
4697
|
+
"property": "authorizationType",
|
|
4698
|
+
"equals": "JWT"
|
|
4699
|
+
}
|
|
4700
|
+
},
|
|
4701
|
+
{
|
|
4702
|
+
"label": "JWT role property expression",
|
|
4703
|
+
"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>",
|
|
4704
|
+
"type": "String",
|
|
4705
|
+
"group": "authorization",
|
|
4706
|
+
"feel": "required",
|
|
4707
|
+
"optional": true,
|
|
4708
|
+
"binding": {
|
|
4709
|
+
"type": "zeebe:property",
|
|
4710
|
+
"name": "inbound.auth.jwt.permissionsExpression"
|
|
4711
|
+
},
|
|
4712
|
+
"condition": {
|
|
4713
|
+
"property": "authorizationType",
|
|
4714
|
+
"equals": "JWT"
|
|
4715
|
+
}
|
|
4716
|
+
},
|
|
4717
|
+
{
|
|
4718
|
+
"label": "Required roles",
|
|
4719
|
+
"description": "List of roles to test JWT roles against",
|
|
4720
|
+
"type": "String",
|
|
4721
|
+
"group": "authorization",
|
|
4722
|
+
"feel": "required",
|
|
4723
|
+
"optional": true,
|
|
4724
|
+
"binding": {
|
|
4725
|
+
"type": "zeebe:property",
|
|
4726
|
+
"name": "inbound.auth.jwt.requiredPermissions"
|
|
4727
|
+
},
|
|
4728
|
+
"condition": {
|
|
4729
|
+
"property": "authorizationType",
|
|
4730
|
+
"equals": "JWT"
|
|
4731
|
+
}
|
|
4732
|
+
},
|
|
4733
|
+
{
|
|
4734
|
+
"label": "Username",
|
|
4735
|
+
"description": "Username for basic authentication",
|
|
4736
|
+
"type": "String",
|
|
4737
|
+
"group": "authorization",
|
|
4738
|
+
"feel": "optional",
|
|
4739
|
+
"binding": {
|
|
4740
|
+
"type": "zeebe:property",
|
|
4741
|
+
"name": "inbound.auth.username"
|
|
4742
|
+
},
|
|
4743
|
+
"condition": {
|
|
4744
|
+
"property": "authorizationType",
|
|
4745
|
+
"equals": "BASIC"
|
|
4746
|
+
},
|
|
4747
|
+
"constraints": {
|
|
4748
|
+
"notEmpty": true
|
|
4749
|
+
}
|
|
4750
|
+
},
|
|
4751
|
+
{
|
|
4752
|
+
"label": "Password",
|
|
4753
|
+
"description": "Password for basic authentication",
|
|
4754
|
+
"type": "String",
|
|
4755
|
+
"group": "authorization",
|
|
4756
|
+
"feel": "optional",
|
|
4757
|
+
"binding": {
|
|
4758
|
+
"type": "zeebe:property",
|
|
4759
|
+
"name": "inbound.auth.password"
|
|
4760
|
+
},
|
|
4761
|
+
"condition": {
|
|
4762
|
+
"property": "authorizationType",
|
|
4763
|
+
"equals": "BASIC"
|
|
4764
|
+
},
|
|
4765
|
+
"constraints": {
|
|
4766
|
+
"notEmpty": true
|
|
4767
|
+
}
|
|
4768
|
+
},
|
|
4769
|
+
{
|
|
4770
|
+
"label": "API Key",
|
|
4771
|
+
"description": "Expected API key",
|
|
4772
|
+
"type": "String",
|
|
4773
|
+
"group": "authorization",
|
|
4774
|
+
"feel": "optional",
|
|
4775
|
+
"binding": {
|
|
4776
|
+
"type": "zeebe:property",
|
|
4777
|
+
"name": "inbound.auth.apiKey"
|
|
4778
|
+
},
|
|
4779
|
+
"condition": {
|
|
4780
|
+
"property": "authorizationType",
|
|
4781
|
+
"equals": "APIKEY"
|
|
4782
|
+
},
|
|
4783
|
+
"constraints": {
|
|
4784
|
+
"notEmpty": true
|
|
4785
|
+
}
|
|
4786
|
+
},
|
|
4787
|
+
{
|
|
4788
|
+
"label": "API Key locator",
|
|
4789
|
+
"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>",
|
|
4790
|
+
"type": "String",
|
|
4791
|
+
"group": "authorization",
|
|
4792
|
+
"feel": "required",
|
|
4793
|
+
"binding": {
|
|
4794
|
+
"type": "zeebe:property",
|
|
4795
|
+
"name": "inbound.auth.apiKeyLocator"
|
|
4796
|
+
},
|
|
4797
|
+
"condition": {
|
|
4798
|
+
"property": "authorizationType",
|
|
4799
|
+
"equals": "APIKEY"
|
|
4800
|
+
},
|
|
4801
|
+
"constraints": {
|
|
4802
|
+
"notEmpty": true
|
|
4803
|
+
},
|
|
4804
|
+
"value": "=split(request.headers.authorization, \" \")[2]"
|
|
4805
|
+
},
|
|
4806
|
+
{
|
|
4807
|
+
"label": "Correlation key (process)",
|
|
4808
|
+
"type": "String",
|
|
4809
|
+
"group": "activation",
|
|
4810
|
+
"feel": "required",
|
|
4811
|
+
"description": "Sets up the correlation key from process variables",
|
|
4812
|
+
"binding": {
|
|
4813
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
4814
|
+
"name": "correlationKey"
|
|
4815
|
+
},
|
|
4816
|
+
"constraints": {
|
|
4817
|
+
"notEmpty": true
|
|
4818
|
+
}
|
|
4819
|
+
},
|
|
4820
|
+
{
|
|
4821
|
+
"label": "Correlation key (payload)",
|
|
4822
|
+
"type": "String",
|
|
4823
|
+
"group": "activation",
|
|
4824
|
+
"feel": "required",
|
|
4825
|
+
"binding": {
|
|
4826
|
+
"type": "zeebe:property",
|
|
4827
|
+
"name": "correlationKeyExpression"
|
|
4828
|
+
},
|
|
4829
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
4830
|
+
"constraints": {
|
|
4831
|
+
"notEmpty": true
|
|
4832
|
+
}
|
|
4833
|
+
},
|
|
4834
|
+
{
|
|
4835
|
+
"label": "Condition",
|
|
4836
|
+
"type": "String",
|
|
4837
|
+
"group": "activation",
|
|
4838
|
+
"feel": "required",
|
|
4839
|
+
"optional": true,
|
|
4840
|
+
"binding": {
|
|
4841
|
+
"type": "zeebe:property",
|
|
4842
|
+
"name": "activationCondition"
|
|
4843
|
+
},
|
|
4844
|
+
"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>"
|
|
4845
|
+
},
|
|
4846
|
+
{
|
|
4847
|
+
"label": "Result variable",
|
|
4848
|
+
"type": "String",
|
|
4849
|
+
"group": "variable-mapping",
|
|
4850
|
+
"optional": true,
|
|
4851
|
+
"binding": {
|
|
4852
|
+
"type": "zeebe:property",
|
|
4853
|
+
"name": "resultVariable"
|
|
4854
|
+
},
|
|
4855
|
+
"description": "Name of variable to store the result of the connector in"
|
|
4856
|
+
},
|
|
4857
|
+
{
|
|
4858
|
+
"label": "Result expression",
|
|
4859
|
+
"type": "String",
|
|
4860
|
+
"group": "variable-mapping",
|
|
4861
|
+
"feel": "required",
|
|
4862
|
+
"optional": true,
|
|
4863
|
+
"binding": {
|
|
4864
|
+
"type": "zeebe:property",
|
|
4865
|
+
"name": "resultExpression"
|
|
4866
|
+
},
|
|
4867
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
4868
|
+
},
|
|
4869
|
+
{
|
|
4870
|
+
"label": "Response body expression",
|
|
4871
|
+
"type": "Text",
|
|
4872
|
+
"group": "webhookResponse",
|
|
4873
|
+
"feel": "required",
|
|
4874
|
+
"optional": true,
|
|
4875
|
+
"binding": {
|
|
4876
|
+
"type": "zeebe:property",
|
|
4877
|
+
"name": "inbound.responseBodyExpression"
|
|
4878
|
+
},
|
|
4879
|
+
"description": "Specify condition and response"
|
|
4880
|
+
}
|
|
4881
|
+
],
|
|
4882
|
+
"icon": {
|
|
4883
|
+
"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"
|
|
4884
|
+
},
|
|
4885
|
+
"engines": {
|
|
4886
|
+
"camunda": "^8.2"
|
|
4887
|
+
}
|
|
4878
4888
|
}
|
|
4879
4889
|
]
|