@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
|
@@ -4,8 +4,17 @@
|
|
|
4
4
|
"name": "Webhook Start Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.webhook.WebhookConnector.v1",
|
|
6
6
|
"description": "Configure webhook to receive callbacks",
|
|
7
|
-
"
|
|
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"
|
|
@@ -14,6 +23,9 @@
|
|
|
14
23
|
"elementType": {
|
|
15
24
|
"value": "bpmn:StartEvent"
|
|
16
25
|
},
|
|
26
|
+
"engines": {
|
|
27
|
+
"camunda": "^8.3"
|
|
28
|
+
},
|
|
17
29
|
"groups": [
|
|
18
30
|
{
|
|
19
31
|
"id": "endpoint",
|
|
@@ -35,6 +47,15 @@
|
|
|
35
47
|
"id": "activation",
|
|
36
48
|
"label": "Activation"
|
|
37
49
|
},
|
|
50
|
+
{
|
|
51
|
+
"id": "synchronousResponse",
|
|
52
|
+
"label": "Response mode"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"id": "deduplication",
|
|
56
|
+
"label": "Deduplication",
|
|
57
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
58
|
+
},
|
|
38
59
|
{
|
|
39
60
|
"id": "output",
|
|
40
61
|
"label": "Output mapping"
|
|
@@ -106,7 +127,7 @@
|
|
|
106
127
|
{
|
|
107
128
|
"id": "inbound.shouldValidateHmac",
|
|
108
129
|
"label": "HMAC authentication",
|
|
109
|
-
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
130
|
+
"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",
|
|
110
131
|
"optional": false,
|
|
111
132
|
"value": "disabled",
|
|
112
133
|
"group": "authentication",
|
|
@@ -197,7 +218,7 @@
|
|
|
197
218
|
{
|
|
198
219
|
"id": "inbound.hmacScopes",
|
|
199
220
|
"label": "HMAC scopes",
|
|
200
|
-
"description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/
|
|
221
|
+
"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>",
|
|
201
222
|
"optional": true,
|
|
202
223
|
"feel": "required",
|
|
203
224
|
"group": "authentication",
|
|
@@ -299,7 +320,7 @@
|
|
|
299
320
|
{
|
|
300
321
|
"id": "inbound.auth.apiKeyLocator",
|
|
301
322
|
"label": "API key locator",
|
|
302
|
-
"description": "A FEEL expression that extracts API key from the request. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
323
|
+
"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>",
|
|
303
324
|
"optional": false,
|
|
304
325
|
"value": "=split(request.headers.authorization, \" \")[2]",
|
|
305
326
|
"constraints": {
|
|
@@ -339,7 +360,7 @@
|
|
|
339
360
|
{
|
|
340
361
|
"id": "inbound.auth.jwt.permissionsExpression",
|
|
341
362
|
"label": "JWT role property expression",
|
|
342
|
-
"description": "Expression to extract the roles from the JWT token. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
363
|
+
"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>",
|
|
343
364
|
"optional": false,
|
|
344
365
|
"feel": "required",
|
|
345
366
|
"group": "authorization",
|
|
@@ -373,14 +394,14 @@
|
|
|
373
394
|
"type": "String"
|
|
374
395
|
},
|
|
375
396
|
{
|
|
376
|
-
"id": "inbound.
|
|
377
|
-
"label": "Response
|
|
378
|
-
"description": "
|
|
397
|
+
"id": "inbound.responseExpression",
|
|
398
|
+
"label": "Response expression",
|
|
399
|
+
"description": "Expression used to generate the HTTP response",
|
|
379
400
|
"optional": true,
|
|
380
401
|
"feel": "required",
|
|
381
402
|
"group": "webhookResponse",
|
|
382
403
|
"binding": {
|
|
383
|
-
"name": "inbound.
|
|
404
|
+
"name": "inbound.responseExpression",
|
|
384
405
|
"type": "zeebe:property"
|
|
385
406
|
},
|
|
386
407
|
"type": "Text"
|
|
@@ -411,10 +432,109 @@
|
|
|
411
432
|
},
|
|
412
433
|
"type": "String"
|
|
413
434
|
},
|
|
435
|
+
{
|
|
436
|
+
"id": "consumeUnmatchedEvents",
|
|
437
|
+
"label": "Consume unmatched events",
|
|
438
|
+
"value": true,
|
|
439
|
+
"group": "activation",
|
|
440
|
+
"binding": {
|
|
441
|
+
"name": "consumeUnmatchedEvents",
|
|
442
|
+
"type": "zeebe:property"
|
|
443
|
+
},
|
|
444
|
+
"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",
|
|
445
|
+
"type": "Boolean"
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"id": "synchronousResponse",
|
|
449
|
+
"label": "Response mode",
|
|
450
|
+
"description": "Synchronous or Asynchronous <a href=\"https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#response-mode\" target=\"_blank\">response handling</a>",
|
|
451
|
+
"value": "false",
|
|
452
|
+
"group": "synchronousResponse",
|
|
453
|
+
"binding": {
|
|
454
|
+
"name": "synchronousResponse",
|
|
455
|
+
"type": "zeebe:property"
|
|
456
|
+
},
|
|
457
|
+
"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.",
|
|
458
|
+
"type": "Dropdown",
|
|
459
|
+
"choices": [
|
|
460
|
+
{
|
|
461
|
+
"name": "Asynchronous",
|
|
462
|
+
"value": "false"
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"name": "Synchronous",
|
|
466
|
+
"value": "true"
|
|
467
|
+
}
|
|
468
|
+
]
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"id": "deduplicationModeManualFlag",
|
|
472
|
+
"label": "Manual mode",
|
|
473
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
474
|
+
"value": false,
|
|
475
|
+
"group": "deduplication",
|
|
476
|
+
"binding": {
|
|
477
|
+
"name": "deduplicationModeManualFlag",
|
|
478
|
+
"type": "zeebe:property"
|
|
479
|
+
},
|
|
480
|
+
"type": "Boolean"
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"id": "deduplicationId",
|
|
484
|
+
"label": "Deduplication ID",
|
|
485
|
+
"constraints": {
|
|
486
|
+
"notEmpty": true,
|
|
487
|
+
"pattern": {
|
|
488
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
489
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
490
|
+
}
|
|
491
|
+
},
|
|
492
|
+
"group": "deduplication",
|
|
493
|
+
"binding": {
|
|
494
|
+
"name": "deduplicationId",
|
|
495
|
+
"type": "zeebe:property"
|
|
496
|
+
},
|
|
497
|
+
"condition": {
|
|
498
|
+
"property": "deduplicationModeManualFlag",
|
|
499
|
+
"equals": true,
|
|
500
|
+
"type": "simple"
|
|
501
|
+
},
|
|
502
|
+
"type": "String"
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"id": "deduplicationModeManual",
|
|
506
|
+
"value": "MANUAL",
|
|
507
|
+
"group": "deduplication",
|
|
508
|
+
"binding": {
|
|
509
|
+
"name": "deduplicationMode",
|
|
510
|
+
"type": "zeebe:property"
|
|
511
|
+
},
|
|
512
|
+
"condition": {
|
|
513
|
+
"property": "deduplicationId",
|
|
514
|
+
"isActive": true,
|
|
515
|
+
"type": "simple"
|
|
516
|
+
},
|
|
517
|
+
"type": "Hidden"
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"id": "deduplicationModeAuto",
|
|
521
|
+
"value": "AUTO",
|
|
522
|
+
"group": "deduplication",
|
|
523
|
+
"binding": {
|
|
524
|
+
"name": "deduplicationMode",
|
|
525
|
+
"type": "zeebe:property"
|
|
526
|
+
},
|
|
527
|
+
"condition": {
|
|
528
|
+
"property": "deduplicationId",
|
|
529
|
+
"isActive": false,
|
|
530
|
+
"type": "simple"
|
|
531
|
+
},
|
|
532
|
+
"type": "Hidden"
|
|
533
|
+
},
|
|
414
534
|
{
|
|
415
535
|
"id": "resultVariable",
|
|
416
536
|
"label": "Result variable",
|
|
417
|
-
"description": "Name of variable to store the response in",
|
|
537
|
+
"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>.",
|
|
418
538
|
"group": "output",
|
|
419
539
|
"binding": {
|
|
420
540
|
"name": "resultVariable",
|
|
@@ -425,7 +545,8 @@
|
|
|
425
545
|
{
|
|
426
546
|
"id": "resultExpression",
|
|
427
547
|
"label": "Result expression",
|
|
428
|
-
"description": "Expression to map the response into process variables",
|
|
548
|
+
"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>.",
|
|
549
|
+
"value": "{\n myRequestBody: request.body\n // Use FEEL to extract values, e.g.,:\n // myMessage: request.body.message\n}",
|
|
429
550
|
"feel": "required",
|
|
430
551
|
"group": "output",
|
|
431
552
|
"binding": {
|
|
@@ -437,9 +558,6 @@
|
|
|
437
558
|
],
|
|
438
559
|
"icon": {
|
|
439
560
|
"contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
|
|
440
|
-
},
|
|
441
|
-
"engines": {
|
|
442
|
-
"camunda": "^8.5"
|
|
443
561
|
}
|
|
444
562
|
},
|
|
445
563
|
{
|
|
@@ -627,11 +745,11 @@
|
|
|
627
745
|
},
|
|
628
746
|
{
|
|
629
747
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
630
|
-
"name": "Webhook
|
|
748
|
+
"name": "Webhook connector",
|
|
631
749
|
"id": "io.camunda.connectors.webhook.WebhookConnector.v1",
|
|
750
|
+
"version": 5,
|
|
632
751
|
"description": "Configure webhook to receive callbacks",
|
|
633
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/
|
|
634
|
-
"version": 11,
|
|
752
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
635
753
|
"category": {
|
|
636
754
|
"id": "connectors",
|
|
637
755
|
"name": "Connectors"
|
|
@@ -653,39 +771,38 @@
|
|
|
653
771
|
"id": "authorization",
|
|
654
772
|
"label": "Authorization"
|
|
655
773
|
},
|
|
656
|
-
{
|
|
657
|
-
"id": "webhookResponse",
|
|
658
|
-
"label": "Webhook response"
|
|
659
|
-
},
|
|
660
774
|
{
|
|
661
775
|
"id": "activation",
|
|
662
776
|
"label": "Activation"
|
|
663
777
|
},
|
|
664
778
|
{
|
|
665
|
-
"id": "
|
|
666
|
-
"label": "
|
|
779
|
+
"id": "variable-mapping",
|
|
780
|
+
"label": "Variable mapping"
|
|
667
781
|
}
|
|
668
782
|
],
|
|
669
783
|
"properties": [
|
|
670
784
|
{
|
|
785
|
+
"type": "Hidden",
|
|
671
786
|
"value": "io.camunda:webhook:1",
|
|
672
787
|
"binding": {
|
|
673
|
-
"
|
|
674
|
-
"
|
|
675
|
-
}
|
|
676
|
-
"type": "Hidden"
|
|
788
|
+
"type": "zeebe:property",
|
|
789
|
+
"name": "inbound.type"
|
|
790
|
+
}
|
|
677
791
|
},
|
|
678
792
|
{
|
|
679
|
-
"
|
|
793
|
+
"type": "Hidden",
|
|
794
|
+
"value": "ConfigurableInboundWebhook",
|
|
795
|
+
"binding": {
|
|
796
|
+
"type": "zeebe:property",
|
|
797
|
+
"name": "inbound.subtype"
|
|
798
|
+
}
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
"id": "webhookMethod",
|
|
680
802
|
"label": "Webhook method",
|
|
803
|
+
"group": "endpoint",
|
|
681
804
|
"description": "Select HTTP method",
|
|
682
|
-
"optional": false,
|
|
683
805
|
"value": "any",
|
|
684
|
-
"group": "endpoint",
|
|
685
|
-
"binding": {
|
|
686
|
-
"name": "inbound.method",
|
|
687
|
-
"type": "zeebe:property"
|
|
688
|
-
},
|
|
689
806
|
"type": "Dropdown",
|
|
690
807
|
"choices": [
|
|
691
808
|
{
|
|
@@ -693,53 +810,46 @@
|
|
|
693
810
|
"value": "any"
|
|
694
811
|
},
|
|
695
812
|
{
|
|
696
|
-
"name": "
|
|
813
|
+
"name": "Get",
|
|
697
814
|
"value": "get"
|
|
698
815
|
},
|
|
699
816
|
{
|
|
700
|
-
"name": "
|
|
817
|
+
"name": "Post",
|
|
701
818
|
"value": "post"
|
|
702
819
|
},
|
|
703
820
|
{
|
|
704
|
-
"name": "
|
|
821
|
+
"name": "Put",
|
|
705
822
|
"value": "put"
|
|
706
823
|
},
|
|
707
824
|
{
|
|
708
|
-
"name": "
|
|
825
|
+
"name": "Delete",
|
|
709
826
|
"value": "delete"
|
|
710
827
|
}
|
|
711
|
-
]
|
|
828
|
+
],
|
|
829
|
+
"binding": {
|
|
830
|
+
"type": "zeebe:property",
|
|
831
|
+
"name": "inbound.method"
|
|
832
|
+
}
|
|
712
833
|
},
|
|
713
834
|
{
|
|
714
|
-
"id": "inbound.context",
|
|
715
835
|
"label": "Webhook ID",
|
|
716
|
-
"
|
|
717
|
-
"optional": false,
|
|
718
|
-
"constraints": {
|
|
719
|
-
"notEmpty": true,
|
|
720
|
-
"pattern": {
|
|
721
|
-
"value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
|
|
722
|
-
"message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
|
|
723
|
-
}
|
|
724
|
-
},
|
|
836
|
+
"type": "String",
|
|
725
837
|
"group": "endpoint",
|
|
726
838
|
"binding": {
|
|
727
|
-
"
|
|
728
|
-
"
|
|
839
|
+
"type": "zeebe:property",
|
|
840
|
+
"name": "inbound.context"
|
|
729
841
|
},
|
|
730
|
-
"
|
|
842
|
+
"description": "The webhook ID is a part of the URL",
|
|
843
|
+
"constraints": {
|
|
844
|
+
"notEmpty": true
|
|
845
|
+
}
|
|
731
846
|
},
|
|
732
847
|
{
|
|
733
|
-
"id": "
|
|
848
|
+
"id": "shouldValidateHmac",
|
|
734
849
|
"label": "HMAC authentication",
|
|
735
|
-
"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",
|
|
736
|
-
"optional": false,
|
|
737
|
-
"value": "disabled",
|
|
738
850
|
"group": "authentication",
|
|
739
|
-
"
|
|
740
|
-
|
|
741
|
-
"type": "zeebe:property"
|
|
742
|
-
},
|
|
851
|
+
"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",
|
|
852
|
+
"value": "disabled",
|
|
743
853
|
"type": "Dropdown",
|
|
744
854
|
"choices": [
|
|
745
855
|
{
|
|
@@ -750,60 +860,47 @@
|
|
|
750
860
|
"name": "Disabled",
|
|
751
861
|
"value": "disabled"
|
|
752
862
|
}
|
|
753
|
-
]
|
|
863
|
+
],
|
|
864
|
+
"binding": {
|
|
865
|
+
"type": "zeebe:property",
|
|
866
|
+
"name": "inbound.shouldValidateHmac"
|
|
867
|
+
}
|
|
754
868
|
},
|
|
755
869
|
{
|
|
756
|
-
"id": "inbound.hmacSecret",
|
|
757
870
|
"label": "HMAC secret key",
|
|
758
871
|
"description": "Shared secret key",
|
|
759
|
-
"
|
|
760
|
-
"feel": "optional",
|
|
872
|
+
"type": "String",
|
|
761
873
|
"group": "authentication",
|
|
874
|
+
"optional": true,
|
|
762
875
|
"binding": {
|
|
763
|
-
"
|
|
764
|
-
"
|
|
876
|
+
"type": "zeebe:property",
|
|
877
|
+
"name": "inbound.hmacSecret"
|
|
765
878
|
},
|
|
766
879
|
"condition": {
|
|
767
|
-
"property": "
|
|
768
|
-
"equals": "enabled"
|
|
769
|
-
|
|
770
|
-
},
|
|
771
|
-
"type": "String"
|
|
880
|
+
"property": "shouldValidateHmac",
|
|
881
|
+
"equals": "enabled"
|
|
882
|
+
}
|
|
772
883
|
},
|
|
773
884
|
{
|
|
774
|
-
"id": "inbound.hmacHeader",
|
|
775
885
|
"label": "HMAC header",
|
|
776
886
|
"description": "Name of header attribute that will contain the HMAC value",
|
|
777
|
-
"
|
|
778
|
-
"feel": "optional",
|
|
887
|
+
"type": "String",
|
|
779
888
|
"group": "authentication",
|
|
889
|
+
"optional": true,
|
|
780
890
|
"binding": {
|
|
781
|
-
"
|
|
782
|
-
"
|
|
891
|
+
"type": "zeebe:property",
|
|
892
|
+
"name": "inbound.hmacHeader"
|
|
783
893
|
},
|
|
784
894
|
"condition": {
|
|
785
|
-
"property": "
|
|
786
|
-
"equals": "enabled"
|
|
787
|
-
|
|
788
|
-
},
|
|
789
|
-
"type": "String"
|
|
895
|
+
"property": "shouldValidateHmac",
|
|
896
|
+
"equals": "enabled"
|
|
897
|
+
}
|
|
790
898
|
},
|
|
791
899
|
{
|
|
792
|
-
"id": "inbound.hmacAlgorithm",
|
|
793
900
|
"label": "HMAC algorithm",
|
|
901
|
+
"group": "authentication",
|
|
794
902
|
"description": "Choose HMAC algorithm",
|
|
795
|
-
"optional": false,
|
|
796
903
|
"value": "sha_256",
|
|
797
|
-
"group": "authentication",
|
|
798
|
-
"binding": {
|
|
799
|
-
"name": "inbound.hmacAlgorithm",
|
|
800
|
-
"type": "zeebe:property"
|
|
801
|
-
},
|
|
802
|
-
"condition": {
|
|
803
|
-
"property": "inbound.shouldValidateHmac",
|
|
804
|
-
"equals": "enabled",
|
|
805
|
-
"type": "simple"
|
|
806
|
-
},
|
|
807
904
|
"type": "Dropdown",
|
|
808
905
|
"choices": [
|
|
809
906
|
{
|
|
@@ -818,273 +915,231 @@
|
|
|
818
915
|
"name": "SHA-512",
|
|
819
916
|
"value": "sha_512"
|
|
820
917
|
}
|
|
821
|
-
]
|
|
918
|
+
],
|
|
919
|
+
"binding": {
|
|
920
|
+
"type": "zeebe:property",
|
|
921
|
+
"name": "inbound.hmacAlgorithm"
|
|
922
|
+
},
|
|
923
|
+
"condition": {
|
|
924
|
+
"property": "shouldValidateHmac",
|
|
925
|
+
"equals": "enabled"
|
|
926
|
+
}
|
|
822
927
|
},
|
|
823
928
|
{
|
|
824
|
-
"id": "inbound.hmacScopes",
|
|
825
929
|
"label": "HMAC scopes",
|
|
826
|
-
"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>",
|
|
827
|
-
"optional": true,
|
|
828
|
-
"feel": "required",
|
|
829
930
|
"group": "authentication",
|
|
931
|
+
"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>",
|
|
932
|
+
"feel": "required",
|
|
933
|
+
"type": "String",
|
|
934
|
+
"optional": true,
|
|
830
935
|
"binding": {
|
|
831
|
-
"
|
|
832
|
-
"
|
|
936
|
+
"type": "zeebe:property",
|
|
937
|
+
"name": "inbound.hmacScopes"
|
|
833
938
|
},
|
|
834
939
|
"condition": {
|
|
835
|
-
"property": "
|
|
836
|
-
"equals": "enabled"
|
|
837
|
-
|
|
838
|
-
},
|
|
839
|
-
"type": "String"
|
|
940
|
+
"property": "shouldValidateHmac",
|
|
941
|
+
"equals": "enabled"
|
|
942
|
+
}
|
|
840
943
|
},
|
|
841
944
|
{
|
|
842
|
-
"id": "
|
|
945
|
+
"id": "authorizationType",
|
|
843
946
|
"label": "Authorization type",
|
|
844
|
-
"description": "Choose the authorization type",
|
|
845
|
-
"value": "NONE",
|
|
846
947
|
"group": "authorization",
|
|
847
|
-
"
|
|
848
|
-
|
|
849
|
-
"type": "zeebe:property"
|
|
850
|
-
},
|
|
948
|
+
"description": "Choose the authorization type.",
|
|
949
|
+
"value": "NONE",
|
|
851
950
|
"type": "Dropdown",
|
|
852
951
|
"choices": [
|
|
853
952
|
{
|
|
854
953
|
"name": "None",
|
|
855
954
|
"value": "NONE"
|
|
856
955
|
},
|
|
956
|
+
{
|
|
957
|
+
"name": "JWT",
|
|
958
|
+
"value": "JWT"
|
|
959
|
+
},
|
|
857
960
|
{
|
|
858
961
|
"name": "Basic",
|
|
859
962
|
"value": "BASIC"
|
|
860
963
|
},
|
|
861
964
|
{
|
|
862
|
-
"name": "API
|
|
965
|
+
"name": "API Key",
|
|
863
966
|
"value": "APIKEY"
|
|
864
|
-
},
|
|
865
|
-
{
|
|
866
|
-
"name": "JWT",
|
|
867
|
-
"value": "JWT"
|
|
868
967
|
}
|
|
869
|
-
]
|
|
968
|
+
],
|
|
969
|
+
"binding": {
|
|
970
|
+
"type": "zeebe:property",
|
|
971
|
+
"name": "inbound.auth.type"
|
|
972
|
+
}
|
|
870
973
|
},
|
|
871
974
|
{
|
|
872
|
-
"
|
|
873
|
-
"
|
|
874
|
-
"
|
|
875
|
-
"optional": false,
|
|
876
|
-
"feel": "optional",
|
|
975
|
+
"label": "JWK url",
|
|
976
|
+
"description": "Well-known url of JWKs",
|
|
977
|
+
"type": "String",
|
|
877
978
|
"group": "authorization",
|
|
979
|
+
"feel": "optional",
|
|
980
|
+
"optional": true,
|
|
878
981
|
"binding": {
|
|
879
|
-
"
|
|
880
|
-
"
|
|
982
|
+
"type": "zeebe:property",
|
|
983
|
+
"name": "inbound.auth.jwt.jwkUrl"
|
|
881
984
|
},
|
|
882
985
|
"condition": {
|
|
883
|
-
"property": "
|
|
884
|
-
"equals": "
|
|
885
|
-
|
|
886
|
-
},
|
|
887
|
-
"type": "String"
|
|
986
|
+
"property": "authorizationType",
|
|
987
|
+
"equals": "JWT"
|
|
988
|
+
}
|
|
888
989
|
},
|
|
889
990
|
{
|
|
890
|
-
"
|
|
891
|
-
"
|
|
892
|
-
"
|
|
893
|
-
"optional": false,
|
|
894
|
-
"feel": "optional",
|
|
991
|
+
"label": "JWT role property expression",
|
|
992
|
+
"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>",
|
|
993
|
+
"type": "String",
|
|
895
994
|
"group": "authorization",
|
|
995
|
+
"feel": "required",
|
|
996
|
+
"optional": true,
|
|
896
997
|
"binding": {
|
|
897
|
-
"
|
|
898
|
-
"
|
|
998
|
+
"type": "zeebe:property",
|
|
999
|
+
"name": "inbound.auth.jwt.permissionsExpression"
|
|
899
1000
|
},
|
|
900
1001
|
"condition": {
|
|
901
|
-
"property": "
|
|
902
|
-
"equals": "
|
|
903
|
-
|
|
904
|
-
},
|
|
905
|
-
"type": "String"
|
|
1002
|
+
"property": "authorizationType",
|
|
1003
|
+
"equals": "JWT"
|
|
1004
|
+
}
|
|
906
1005
|
},
|
|
907
1006
|
{
|
|
908
|
-
"
|
|
909
|
-
"
|
|
910
|
-
"
|
|
911
|
-
"optional": false,
|
|
912
|
-
"feel": "optional",
|
|
1007
|
+
"label": "Required roles",
|
|
1008
|
+
"description": "List of roles to test JWT roles against",
|
|
1009
|
+
"type": "String",
|
|
913
1010
|
"group": "authorization",
|
|
1011
|
+
"feel": "required",
|
|
1012
|
+
"optional": true,
|
|
914
1013
|
"binding": {
|
|
915
|
-
"
|
|
916
|
-
"
|
|
1014
|
+
"type": "zeebe:property",
|
|
1015
|
+
"name": "inbound.auth.jwt.requiredPermissions"
|
|
917
1016
|
},
|
|
918
1017
|
"condition": {
|
|
919
|
-
"property": "
|
|
920
|
-
"equals": "
|
|
921
|
-
|
|
922
|
-
},
|
|
923
|
-
"type": "String"
|
|
1018
|
+
"property": "authorizationType",
|
|
1019
|
+
"equals": "JWT"
|
|
1020
|
+
}
|
|
924
1021
|
},
|
|
925
1022
|
{
|
|
926
|
-
"
|
|
927
|
-
"
|
|
928
|
-
"
|
|
929
|
-
"optional": false,
|
|
930
|
-
"value": "=split(request.headers.authorization, \" \")[2]",
|
|
931
|
-
"constraints": {
|
|
932
|
-
"notEmpty": true
|
|
933
|
-
},
|
|
934
|
-
"feel": "required",
|
|
1023
|
+
"label": "Username",
|
|
1024
|
+
"description": "Username for basic authentication",
|
|
1025
|
+
"type": "String",
|
|
935
1026
|
"group": "authorization",
|
|
1027
|
+
"feel": "optional",
|
|
936
1028
|
"binding": {
|
|
937
|
-
"
|
|
938
|
-
"
|
|
1029
|
+
"type": "zeebe:property",
|
|
1030
|
+
"name": "inbound.auth.username"
|
|
939
1031
|
},
|
|
940
1032
|
"condition": {
|
|
941
|
-
"property": "
|
|
942
|
-
"equals": "
|
|
943
|
-
"type": "simple"
|
|
1033
|
+
"property": "authorizationType",
|
|
1034
|
+
"equals": "BASIC"
|
|
944
1035
|
},
|
|
945
|
-
"
|
|
1036
|
+
"constraints": {
|
|
1037
|
+
"notEmpty": true
|
|
1038
|
+
}
|
|
946
1039
|
},
|
|
947
1040
|
{
|
|
948
|
-
"
|
|
949
|
-
"
|
|
950
|
-
"
|
|
951
|
-
"optional": false,
|
|
952
|
-
"feel": "optional",
|
|
1041
|
+
"label": "Password",
|
|
1042
|
+
"description": "Password for basic authentication",
|
|
1043
|
+
"type": "String",
|
|
953
1044
|
"group": "authorization",
|
|
1045
|
+
"feel": "optional",
|
|
954
1046
|
"binding": {
|
|
955
|
-
"
|
|
956
|
-
"
|
|
1047
|
+
"type": "zeebe:property",
|
|
1048
|
+
"name": "inbound.auth.password"
|
|
957
1049
|
},
|
|
958
1050
|
"condition": {
|
|
959
|
-
"property": "
|
|
960
|
-
"equals": "
|
|
961
|
-
"type": "simple"
|
|
1051
|
+
"property": "authorizationType",
|
|
1052
|
+
"equals": "BASIC"
|
|
962
1053
|
},
|
|
963
|
-
"
|
|
1054
|
+
"constraints": {
|
|
1055
|
+
"notEmpty": true
|
|
1056
|
+
}
|
|
964
1057
|
},
|
|
965
1058
|
{
|
|
966
|
-
"
|
|
967
|
-
"
|
|
968
|
-
"
|
|
969
|
-
"optional": false,
|
|
970
|
-
"feel": "required",
|
|
1059
|
+
"label": "API Key",
|
|
1060
|
+
"description": "Expected API key",
|
|
1061
|
+
"type": "String",
|
|
971
1062
|
"group": "authorization",
|
|
1063
|
+
"feel": "optional",
|
|
972
1064
|
"binding": {
|
|
973
|
-
"
|
|
974
|
-
"
|
|
1065
|
+
"type": "zeebe:property",
|
|
1066
|
+
"name": "inbound.auth.apiKey"
|
|
975
1067
|
},
|
|
976
1068
|
"condition": {
|
|
977
|
-
"property": "
|
|
978
|
-
"equals": "
|
|
979
|
-
"type": "simple"
|
|
1069
|
+
"property": "authorizationType",
|
|
1070
|
+
"equals": "APIKEY"
|
|
980
1071
|
},
|
|
981
|
-
"
|
|
1072
|
+
"constraints": {
|
|
1073
|
+
"notEmpty": true
|
|
1074
|
+
}
|
|
982
1075
|
},
|
|
983
1076
|
{
|
|
984
|
-
"
|
|
985
|
-
"
|
|
986
|
-
"
|
|
987
|
-
"optional": false,
|
|
988
|
-
"feel": "required",
|
|
1077
|
+
"label": "API Key locator",
|
|
1078
|
+
"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>",
|
|
1079
|
+
"type": "String",
|
|
989
1080
|
"group": "authorization",
|
|
1081
|
+
"feel": "required",
|
|
990
1082
|
"binding": {
|
|
991
|
-
"
|
|
992
|
-
"
|
|
1083
|
+
"type": "zeebe:property",
|
|
1084
|
+
"name": "inbound.auth.apiKeyLocator"
|
|
993
1085
|
},
|
|
994
1086
|
"condition": {
|
|
995
|
-
"property": "
|
|
996
|
-
"equals": "
|
|
997
|
-
"type": "simple"
|
|
1087
|
+
"property": "authorizationType",
|
|
1088
|
+
"equals": "APIKEY"
|
|
998
1089
|
},
|
|
999
|
-
"
|
|
1090
|
+
"constraints": {
|
|
1091
|
+
"notEmpty": true
|
|
1092
|
+
},
|
|
1093
|
+
"value": "=split(request.headers.authorization, \" \")[2]"
|
|
1000
1094
|
},
|
|
1001
1095
|
{
|
|
1002
|
-
"
|
|
1003
|
-
"
|
|
1004
|
-
"
|
|
1005
|
-
"optional": true,
|
|
1096
|
+
"label": "Condition",
|
|
1097
|
+
"type": "String",
|
|
1098
|
+
"group": "activation",
|
|
1006
1099
|
"feel": "required",
|
|
1007
|
-
"
|
|
1100
|
+
"optional": true,
|
|
1008
1101
|
"binding": {
|
|
1009
|
-
"
|
|
1010
|
-
"
|
|
1102
|
+
"type": "zeebe:property",
|
|
1103
|
+
"name": "activationCondition"
|
|
1011
1104
|
},
|
|
1012
|
-
"
|
|
1105
|
+
"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>"
|
|
1013
1106
|
},
|
|
1014
1107
|
{
|
|
1015
|
-
"
|
|
1016
|
-
"
|
|
1017
|
-
"
|
|
1108
|
+
"label": "Result variable",
|
|
1109
|
+
"type": "String",
|
|
1110
|
+
"group": "variable-mapping",
|
|
1018
1111
|
"optional": true,
|
|
1019
|
-
"feel": "required",
|
|
1020
|
-
"group": "webhookResponse",
|
|
1021
1112
|
"binding": {
|
|
1022
|
-
"
|
|
1023
|
-
"
|
|
1024
|
-
},
|
|
1025
|
-
"type": "Text"
|
|
1026
|
-
},
|
|
1027
|
-
{
|
|
1028
|
-
"id": "activationCondition",
|
|
1029
|
-
"label": "Activation condition",
|
|
1030
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1031
|
-
"optional": true,
|
|
1032
|
-
"feel": "required",
|
|
1033
|
-
"group": "activation",
|
|
1034
|
-
"binding": {
|
|
1035
|
-
"name": "activationCondition",
|
|
1036
|
-
"type": "zeebe:property"
|
|
1037
|
-
},
|
|
1038
|
-
"type": "String"
|
|
1039
|
-
},
|
|
1040
|
-
{
|
|
1041
|
-
"id": "consumeUnmatchedEvents",
|
|
1042
|
-
"label": "Consume unmatched events",
|
|
1043
|
-
"value": true,
|
|
1044
|
-
"group": "activation",
|
|
1045
|
-
"binding": {
|
|
1046
|
-
"name": "consumeUnmatchedEvents",
|
|
1047
|
-
"type": "zeebe:property"
|
|
1048
|
-
},
|
|
1049
|
-
"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",
|
|
1050
|
-
"type": "Boolean"
|
|
1051
|
-
},
|
|
1052
|
-
{
|
|
1053
|
-
"id": "resultVariable",
|
|
1054
|
-
"label": "Result variable",
|
|
1055
|
-
"description": "Name of variable to store the response in",
|
|
1056
|
-
"group": "output",
|
|
1057
|
-
"binding": {
|
|
1058
|
-
"name": "resultVariable",
|
|
1059
|
-
"type": "zeebe:property"
|
|
1113
|
+
"type": "zeebe:property",
|
|
1114
|
+
"name": "resultVariable"
|
|
1060
1115
|
},
|
|
1061
|
-
"
|
|
1116
|
+
"description": "Name of variable to store the result of the connector in"
|
|
1062
1117
|
},
|
|
1063
1118
|
{
|
|
1064
|
-
"id": "resultExpression",
|
|
1065
1119
|
"label": "Result expression",
|
|
1066
|
-
"
|
|
1120
|
+
"type": "String",
|
|
1121
|
+
"group": "variable-mapping",
|
|
1067
1122
|
"feel": "required",
|
|
1068
|
-
"
|
|
1123
|
+
"optional": true,
|
|
1069
1124
|
"binding": {
|
|
1070
|
-
"
|
|
1071
|
-
"
|
|
1125
|
+
"type": "zeebe:property",
|
|
1126
|
+
"name": "resultExpression"
|
|
1072
1127
|
},
|
|
1073
|
-
"
|
|
1128
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
1074
1129
|
}
|
|
1075
1130
|
],
|
|
1076
1131
|
"icon": {
|
|
1077
|
-
"contents": "data:image/svg+xml;
|
|
1132
|
+
"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"
|
|
1078
1133
|
},
|
|
1079
1134
|
"engines": {
|
|
1080
|
-
"camunda": "^8.
|
|
1135
|
+
"camunda": "^8.2"
|
|
1081
1136
|
}
|
|
1082
1137
|
},
|
|
1083
1138
|
{
|
|
1084
1139
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1085
|
-
"name": "Webhook
|
|
1140
|
+
"name": "Webhook Start Event Connector",
|
|
1086
1141
|
"id": "io.camunda.connectors.webhook.WebhookConnector.v1",
|
|
1087
|
-
"version":
|
|
1142
|
+
"version": 9,
|
|
1088
1143
|
"description": "Configure webhook to receive callbacks",
|
|
1089
1144
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
1090
1145
|
"category": {
|
|
@@ -1115,6 +1170,10 @@
|
|
|
1115
1170
|
{
|
|
1116
1171
|
"id": "variable-mapping",
|
|
1117
1172
|
"label": "Variable mapping"
|
|
1173
|
+
},
|
|
1174
|
+
{
|
|
1175
|
+
"id": "webhookResponse",
|
|
1176
|
+
"label": "Webhook response"
|
|
1118
1177
|
}
|
|
1119
1178
|
],
|
|
1120
1179
|
"properties": [
|
|
@@ -1178,7 +1237,11 @@
|
|
|
1178
1237
|
},
|
|
1179
1238
|
"description": "The webhook ID is a part of the URL",
|
|
1180
1239
|
"constraints": {
|
|
1181
|
-
"notEmpty": true
|
|
1240
|
+
"notEmpty": true,
|
|
1241
|
+
"pattern": {
|
|
1242
|
+
"value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
|
|
1243
|
+
"message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
|
|
1244
|
+
}
|
|
1182
1245
|
}
|
|
1183
1246
|
},
|
|
1184
1247
|
{
|
|
@@ -1463,39 +1526,54 @@
|
|
|
1463
1526
|
"name": "resultExpression"
|
|
1464
1527
|
},
|
|
1465
1528
|
"description": "Expression to map the inbound payload to process variables"
|
|
1529
|
+
},
|
|
1530
|
+
{
|
|
1531
|
+
"label": "One time verification response expression",
|
|
1532
|
+
"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>",
|
|
1533
|
+
"type": "Text",
|
|
1534
|
+
"group": "webhookResponse",
|
|
1535
|
+
"feel": "required",
|
|
1536
|
+
"optional": true,
|
|
1537
|
+
"binding": {
|
|
1538
|
+
"type": "zeebe:property",
|
|
1539
|
+
"name": "inbound.verificationExpression"
|
|
1540
|
+
}
|
|
1541
|
+
},
|
|
1542
|
+
{
|
|
1543
|
+
"label": "Response body expression",
|
|
1544
|
+
"type": "Text",
|
|
1545
|
+
"group": "webhookResponse",
|
|
1546
|
+
"feel": "required",
|
|
1547
|
+
"optional": true,
|
|
1548
|
+
"binding": {
|
|
1549
|
+
"type": "zeebe:property",
|
|
1550
|
+
"name": "inbound.responseBodyExpression"
|
|
1551
|
+
},
|
|
1552
|
+
"description": "Specify condition and response"
|
|
1466
1553
|
}
|
|
1467
1554
|
],
|
|
1468
1555
|
"icon": {
|
|
1469
1556
|
"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"
|
|
1470
1557
|
},
|
|
1471
1558
|
"engines": {
|
|
1472
|
-
"camunda": "^8.
|
|
1559
|
+
"camunda": "^8.5"
|
|
1473
1560
|
}
|
|
1474
1561
|
},
|
|
1475
1562
|
{
|
|
1476
1563
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1477
1564
|
"name": "Webhook Start Event Connector",
|
|
1478
1565
|
"id": "io.camunda.connectors.webhook.WebhookConnector.v1",
|
|
1566
|
+
"version": 7,
|
|
1479
1567
|
"description": "Configure webhook to receive callbacks",
|
|
1480
|
-
"
|
|
1481
|
-
"keywords": []
|
|
1482
|
-
},
|
|
1483
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
|
|
1484
|
-
"version": 13,
|
|
1568
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
1485
1569
|
"category": {
|
|
1486
1570
|
"id": "connectors",
|
|
1487
1571
|
"name": "Connectors"
|
|
1488
1572
|
},
|
|
1489
|
-
"deprecated": {
|
|
1490
|
-
"message": "Migrate to Webhook Message Start Event Connector"
|
|
1491
|
-
},
|
|
1492
1573
|
"appliesTo": ["bpmn:StartEvent"],
|
|
1493
1574
|
"elementType": {
|
|
1494
1575
|
"value": "bpmn:StartEvent"
|
|
1495
1576
|
},
|
|
1496
|
-
"engines": {
|
|
1497
|
-
"camunda": "^8.3"
|
|
1498
|
-
},
|
|
1499
1577
|
"groups": [
|
|
1500
1578
|
{
|
|
1501
1579
|
"id": "endpoint",
|
|
@@ -1509,44 +1587,42 @@
|
|
|
1509
1587
|
"id": "authorization",
|
|
1510
1588
|
"label": "Authorization"
|
|
1511
1589
|
},
|
|
1512
|
-
{
|
|
1513
|
-
"id": "webhookResponse",
|
|
1514
|
-
"label": "Webhook response"
|
|
1515
|
-
},
|
|
1516
1590
|
{
|
|
1517
1591
|
"id": "activation",
|
|
1518
1592
|
"label": "Activation"
|
|
1519
1593
|
},
|
|
1520
1594
|
{
|
|
1521
|
-
"id": "
|
|
1522
|
-
"label": "
|
|
1523
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
1595
|
+
"id": "variable-mapping",
|
|
1596
|
+
"label": "Variable mapping"
|
|
1524
1597
|
},
|
|
1525
1598
|
{
|
|
1526
|
-
"id": "
|
|
1527
|
-
"label": "
|
|
1599
|
+
"id": "webhookResponse",
|
|
1600
|
+
"label": "Webhook response"
|
|
1528
1601
|
}
|
|
1529
1602
|
],
|
|
1530
1603
|
"properties": [
|
|
1531
1604
|
{
|
|
1605
|
+
"type": "Hidden",
|
|
1532
1606
|
"value": "io.camunda:webhook:1",
|
|
1533
1607
|
"binding": {
|
|
1534
|
-
"
|
|
1535
|
-
"
|
|
1536
|
-
}
|
|
1537
|
-
"type": "Hidden"
|
|
1608
|
+
"type": "zeebe:property",
|
|
1609
|
+
"name": "inbound.type"
|
|
1610
|
+
}
|
|
1538
1611
|
},
|
|
1539
1612
|
{
|
|
1540
|
-
"
|
|
1613
|
+
"type": "Hidden",
|
|
1614
|
+
"value": "ConfigurableInboundWebhook",
|
|
1615
|
+
"binding": {
|
|
1616
|
+
"type": "zeebe:property",
|
|
1617
|
+
"name": "inbound.subtype"
|
|
1618
|
+
}
|
|
1619
|
+
},
|
|
1620
|
+
{
|
|
1621
|
+
"id": "webhookMethod",
|
|
1541
1622
|
"label": "Webhook method",
|
|
1623
|
+
"group": "endpoint",
|
|
1542
1624
|
"description": "Select HTTP method",
|
|
1543
|
-
"optional": false,
|
|
1544
1625
|
"value": "any",
|
|
1545
|
-
"group": "endpoint",
|
|
1546
|
-
"binding": {
|
|
1547
|
-
"name": "inbound.method",
|
|
1548
|
-
"type": "zeebe:property"
|
|
1549
|
-
},
|
|
1550
1626
|
"type": "Dropdown",
|
|
1551
1627
|
"choices": [
|
|
1552
1628
|
{
|
|
@@ -1554,53 +1630,46 @@
|
|
|
1554
1630
|
"value": "any"
|
|
1555
1631
|
},
|
|
1556
1632
|
{
|
|
1557
|
-
"name": "
|
|
1633
|
+
"name": "Get",
|
|
1558
1634
|
"value": "get"
|
|
1559
1635
|
},
|
|
1560
1636
|
{
|
|
1561
|
-
"name": "
|
|
1637
|
+
"name": "Post",
|
|
1562
1638
|
"value": "post"
|
|
1563
1639
|
},
|
|
1564
1640
|
{
|
|
1565
|
-
"name": "
|
|
1641
|
+
"name": "Put",
|
|
1566
1642
|
"value": "put"
|
|
1567
1643
|
},
|
|
1568
1644
|
{
|
|
1569
|
-
"name": "
|
|
1645
|
+
"name": "Delete",
|
|
1570
1646
|
"value": "delete"
|
|
1571
1647
|
}
|
|
1572
|
-
]
|
|
1648
|
+
],
|
|
1649
|
+
"binding": {
|
|
1650
|
+
"type": "zeebe:property",
|
|
1651
|
+
"name": "inbound.method"
|
|
1652
|
+
}
|
|
1573
1653
|
},
|
|
1574
1654
|
{
|
|
1575
|
-
"id": "inbound.context",
|
|
1576
1655
|
"label": "Webhook ID",
|
|
1577
|
-
"
|
|
1578
|
-
"optional": false,
|
|
1579
|
-
"constraints": {
|
|
1580
|
-
"notEmpty": true,
|
|
1581
|
-
"pattern": {
|
|
1582
|
-
"value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
|
|
1583
|
-
"message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
|
|
1584
|
-
}
|
|
1585
|
-
},
|
|
1656
|
+
"type": "String",
|
|
1586
1657
|
"group": "endpoint",
|
|
1587
1658
|
"binding": {
|
|
1588
|
-
"
|
|
1589
|
-
"
|
|
1659
|
+
"type": "zeebe:property",
|
|
1660
|
+
"name": "inbound.context"
|
|
1590
1661
|
},
|
|
1591
|
-
"
|
|
1662
|
+
"description": "The webhook ID is a part of the URL",
|
|
1663
|
+
"constraints": {
|
|
1664
|
+
"notEmpty": true
|
|
1665
|
+
}
|
|
1592
1666
|
},
|
|
1593
1667
|
{
|
|
1594
|
-
"id": "
|
|
1668
|
+
"id": "shouldValidateHmac",
|
|
1595
1669
|
"label": "HMAC authentication",
|
|
1596
|
-
"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",
|
|
1597
|
-
"optional": false,
|
|
1598
|
-
"value": "disabled",
|
|
1599
1670
|
"group": "authentication",
|
|
1600
|
-
"
|
|
1601
|
-
|
|
1602
|
-
"type": "zeebe:property"
|
|
1603
|
-
},
|
|
1671
|
+
"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",
|
|
1672
|
+
"value": "disabled",
|
|
1604
1673
|
"type": "Dropdown",
|
|
1605
1674
|
"choices": [
|
|
1606
1675
|
{
|
|
@@ -1611,60 +1680,47 @@
|
|
|
1611
1680
|
"name": "Disabled",
|
|
1612
1681
|
"value": "disabled"
|
|
1613
1682
|
}
|
|
1614
|
-
]
|
|
1683
|
+
],
|
|
1684
|
+
"binding": {
|
|
1685
|
+
"type": "zeebe:property",
|
|
1686
|
+
"name": "inbound.shouldValidateHmac"
|
|
1687
|
+
}
|
|
1615
1688
|
},
|
|
1616
1689
|
{
|
|
1617
|
-
"id": "inbound.hmacSecret",
|
|
1618
1690
|
"label": "HMAC secret key",
|
|
1619
1691
|
"description": "Shared secret key",
|
|
1620
|
-
"
|
|
1621
|
-
"feel": "optional",
|
|
1692
|
+
"type": "String",
|
|
1622
1693
|
"group": "authentication",
|
|
1694
|
+
"optional": true,
|
|
1623
1695
|
"binding": {
|
|
1624
|
-
"
|
|
1625
|
-
"
|
|
1696
|
+
"type": "zeebe:property",
|
|
1697
|
+
"name": "inbound.hmacSecret"
|
|
1626
1698
|
},
|
|
1627
1699
|
"condition": {
|
|
1628
|
-
"property": "
|
|
1629
|
-
"equals": "enabled"
|
|
1630
|
-
|
|
1631
|
-
},
|
|
1632
|
-
"type": "String"
|
|
1700
|
+
"property": "shouldValidateHmac",
|
|
1701
|
+
"equals": "enabled"
|
|
1702
|
+
}
|
|
1633
1703
|
},
|
|
1634
1704
|
{
|
|
1635
|
-
"id": "inbound.hmacHeader",
|
|
1636
1705
|
"label": "HMAC header",
|
|
1637
1706
|
"description": "Name of header attribute that will contain the HMAC value",
|
|
1638
|
-
"
|
|
1639
|
-
"feel": "optional",
|
|
1707
|
+
"type": "String",
|
|
1640
1708
|
"group": "authentication",
|
|
1709
|
+
"optional": true,
|
|
1641
1710
|
"binding": {
|
|
1642
|
-
"
|
|
1643
|
-
"
|
|
1711
|
+
"type": "zeebe:property",
|
|
1712
|
+
"name": "inbound.hmacHeader"
|
|
1644
1713
|
},
|
|
1645
1714
|
"condition": {
|
|
1646
|
-
"property": "
|
|
1647
|
-
"equals": "enabled"
|
|
1648
|
-
|
|
1649
|
-
},
|
|
1650
|
-
"type": "String"
|
|
1715
|
+
"property": "shouldValidateHmac",
|
|
1716
|
+
"equals": "enabled"
|
|
1717
|
+
}
|
|
1651
1718
|
},
|
|
1652
1719
|
{
|
|
1653
|
-
"id": "inbound.hmacAlgorithm",
|
|
1654
1720
|
"label": "HMAC algorithm",
|
|
1721
|
+
"group": "authentication",
|
|
1655
1722
|
"description": "Choose HMAC algorithm",
|
|
1656
|
-
"optional": false,
|
|
1657
1723
|
"value": "sha_256",
|
|
1658
|
-
"group": "authentication",
|
|
1659
|
-
"binding": {
|
|
1660
|
-
"name": "inbound.hmacAlgorithm",
|
|
1661
|
-
"type": "zeebe:property"
|
|
1662
|
-
},
|
|
1663
|
-
"condition": {
|
|
1664
|
-
"property": "inbound.shouldValidateHmac",
|
|
1665
|
-
"equals": "enabled",
|
|
1666
|
-
"type": "simple"
|
|
1667
|
-
},
|
|
1668
1724
|
"type": "Dropdown",
|
|
1669
1725
|
"choices": [
|
|
1670
1726
|
{
|
|
@@ -1679,334 +1735,243 @@
|
|
|
1679
1735
|
"name": "SHA-512",
|
|
1680
1736
|
"value": "sha_512"
|
|
1681
1737
|
}
|
|
1682
|
-
]
|
|
1683
|
-
},
|
|
1684
|
-
{
|
|
1685
|
-
"id": "inbound.hmacScopes",
|
|
1686
|
-
"label": "HMAC scopes",
|
|
1687
|
-
"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>",
|
|
1688
|
-
"optional": true,
|
|
1689
|
-
"feel": "required",
|
|
1690
|
-
"group": "authentication",
|
|
1738
|
+
],
|
|
1691
1739
|
"binding": {
|
|
1692
|
-
"
|
|
1693
|
-
"
|
|
1740
|
+
"type": "zeebe:property",
|
|
1741
|
+
"name": "inbound.hmacAlgorithm"
|
|
1694
1742
|
},
|
|
1695
1743
|
"condition": {
|
|
1696
|
-
"property": "
|
|
1697
|
-
"equals": "enabled"
|
|
1698
|
-
|
|
1744
|
+
"property": "shouldValidateHmac",
|
|
1745
|
+
"equals": "enabled"
|
|
1746
|
+
}
|
|
1747
|
+
},
|
|
1748
|
+
{
|
|
1749
|
+
"label": "HMAC scopes",
|
|
1750
|
+
"group": "authentication",
|
|
1751
|
+
"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>",
|
|
1752
|
+
"feel": "required",
|
|
1753
|
+
"type": "String",
|
|
1754
|
+
"optional": true,
|
|
1755
|
+
"binding": {
|
|
1756
|
+
"type": "zeebe:property",
|
|
1757
|
+
"name": "inbound.hmacScopes"
|
|
1699
1758
|
},
|
|
1700
|
-
"
|
|
1759
|
+
"condition": {
|
|
1760
|
+
"property": "shouldValidateHmac",
|
|
1761
|
+
"equals": "enabled"
|
|
1762
|
+
}
|
|
1701
1763
|
},
|
|
1702
1764
|
{
|
|
1703
|
-
"id": "
|
|
1765
|
+
"id": "authorizationType",
|
|
1704
1766
|
"label": "Authorization type",
|
|
1705
|
-
"description": "Choose the authorization type",
|
|
1706
|
-
"value": "NONE",
|
|
1707
1767
|
"group": "authorization",
|
|
1708
|
-
"
|
|
1709
|
-
|
|
1710
|
-
"type": "zeebe:property"
|
|
1711
|
-
},
|
|
1768
|
+
"description": "Choose the authorization type.",
|
|
1769
|
+
"value": "NONE",
|
|
1712
1770
|
"type": "Dropdown",
|
|
1713
1771
|
"choices": [
|
|
1714
1772
|
{
|
|
1715
1773
|
"name": "None",
|
|
1716
1774
|
"value": "NONE"
|
|
1717
1775
|
},
|
|
1776
|
+
{
|
|
1777
|
+
"name": "JWT",
|
|
1778
|
+
"value": "JWT"
|
|
1779
|
+
},
|
|
1718
1780
|
{
|
|
1719
1781
|
"name": "Basic",
|
|
1720
1782
|
"value": "BASIC"
|
|
1721
1783
|
},
|
|
1722
1784
|
{
|
|
1723
|
-
"name": "API
|
|
1785
|
+
"name": "API Key",
|
|
1724
1786
|
"value": "APIKEY"
|
|
1725
|
-
},
|
|
1726
|
-
{
|
|
1727
|
-
"name": "JWT",
|
|
1728
|
-
"value": "JWT"
|
|
1729
1787
|
}
|
|
1730
|
-
]
|
|
1788
|
+
],
|
|
1789
|
+
"binding": {
|
|
1790
|
+
"type": "zeebe:property",
|
|
1791
|
+
"name": "inbound.auth.type"
|
|
1792
|
+
}
|
|
1731
1793
|
},
|
|
1732
1794
|
{
|
|
1733
|
-
"
|
|
1734
|
-
"
|
|
1735
|
-
"
|
|
1736
|
-
"optional": false,
|
|
1737
|
-
"feel": "optional",
|
|
1795
|
+
"label": "JWK url",
|
|
1796
|
+
"description": "Well-known url of JWKs",
|
|
1797
|
+
"type": "String",
|
|
1738
1798
|
"group": "authorization",
|
|
1799
|
+
"feel": "optional",
|
|
1800
|
+
"optional": true,
|
|
1739
1801
|
"binding": {
|
|
1740
|
-
"
|
|
1741
|
-
"
|
|
1802
|
+
"type": "zeebe:property",
|
|
1803
|
+
"name": "inbound.auth.jwt.jwkUrl"
|
|
1742
1804
|
},
|
|
1743
1805
|
"condition": {
|
|
1744
|
-
"property": "
|
|
1745
|
-
"equals": "
|
|
1746
|
-
|
|
1747
|
-
},
|
|
1748
|
-
"type": "String"
|
|
1806
|
+
"property": "authorizationType",
|
|
1807
|
+
"equals": "JWT"
|
|
1808
|
+
}
|
|
1749
1809
|
},
|
|
1750
1810
|
{
|
|
1751
|
-
"
|
|
1752
|
-
"
|
|
1753
|
-
"
|
|
1754
|
-
"optional": false,
|
|
1755
|
-
"feel": "optional",
|
|
1811
|
+
"label": "JWT role property expression",
|
|
1812
|
+
"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>",
|
|
1813
|
+
"type": "String",
|
|
1756
1814
|
"group": "authorization",
|
|
1815
|
+
"feel": "required",
|
|
1816
|
+
"optional": true,
|
|
1757
1817
|
"binding": {
|
|
1758
|
-
"
|
|
1759
|
-
"
|
|
1818
|
+
"type": "zeebe:property",
|
|
1819
|
+
"name": "inbound.auth.jwt.permissionsExpression"
|
|
1760
1820
|
},
|
|
1761
1821
|
"condition": {
|
|
1762
|
-
"property": "
|
|
1763
|
-
"equals": "
|
|
1764
|
-
|
|
1765
|
-
},
|
|
1766
|
-
"type": "String"
|
|
1822
|
+
"property": "authorizationType",
|
|
1823
|
+
"equals": "JWT"
|
|
1824
|
+
}
|
|
1767
1825
|
},
|
|
1768
1826
|
{
|
|
1769
|
-
"
|
|
1770
|
-
"
|
|
1771
|
-
"
|
|
1772
|
-
"optional": false,
|
|
1773
|
-
"feel": "optional",
|
|
1827
|
+
"label": "Required roles",
|
|
1828
|
+
"description": "List of roles to test JWT roles against",
|
|
1829
|
+
"type": "String",
|
|
1774
1830
|
"group": "authorization",
|
|
1831
|
+
"feel": "required",
|
|
1832
|
+
"optional": true,
|
|
1775
1833
|
"binding": {
|
|
1776
|
-
"
|
|
1777
|
-
"
|
|
1834
|
+
"type": "zeebe:property",
|
|
1835
|
+
"name": "inbound.auth.jwt.requiredPermissions"
|
|
1778
1836
|
},
|
|
1779
1837
|
"condition": {
|
|
1780
|
-
"property": "
|
|
1781
|
-
"equals": "
|
|
1782
|
-
|
|
1783
|
-
},
|
|
1784
|
-
"type": "String"
|
|
1838
|
+
"property": "authorizationType",
|
|
1839
|
+
"equals": "JWT"
|
|
1840
|
+
}
|
|
1785
1841
|
},
|
|
1786
1842
|
{
|
|
1787
|
-
"
|
|
1788
|
-
"
|
|
1789
|
-
"
|
|
1790
|
-
"optional": false,
|
|
1791
|
-
"value": "=split(request.headers.authorization, \" \")[2]",
|
|
1792
|
-
"constraints": {
|
|
1793
|
-
"notEmpty": true
|
|
1794
|
-
},
|
|
1795
|
-
"feel": "required",
|
|
1843
|
+
"label": "Username",
|
|
1844
|
+
"description": "Username for basic authentication",
|
|
1845
|
+
"type": "String",
|
|
1796
1846
|
"group": "authorization",
|
|
1847
|
+
"feel": "optional",
|
|
1797
1848
|
"binding": {
|
|
1798
|
-
"
|
|
1799
|
-
"
|
|
1849
|
+
"type": "zeebe:property",
|
|
1850
|
+
"name": "inbound.auth.username"
|
|
1800
1851
|
},
|
|
1801
1852
|
"condition": {
|
|
1802
|
-
"property": "
|
|
1803
|
-
"equals": "
|
|
1804
|
-
"type": "simple"
|
|
1853
|
+
"property": "authorizationType",
|
|
1854
|
+
"equals": "BASIC"
|
|
1805
1855
|
},
|
|
1806
|
-
"
|
|
1856
|
+
"constraints": {
|
|
1857
|
+
"notEmpty": true
|
|
1858
|
+
}
|
|
1807
1859
|
},
|
|
1808
1860
|
{
|
|
1809
|
-
"
|
|
1810
|
-
"
|
|
1811
|
-
"
|
|
1812
|
-
"optional": false,
|
|
1813
|
-
"feel": "optional",
|
|
1861
|
+
"label": "Password",
|
|
1862
|
+
"description": "Password for basic authentication",
|
|
1863
|
+
"type": "String",
|
|
1814
1864
|
"group": "authorization",
|
|
1865
|
+
"feel": "optional",
|
|
1815
1866
|
"binding": {
|
|
1816
|
-
"
|
|
1817
|
-
"
|
|
1867
|
+
"type": "zeebe:property",
|
|
1868
|
+
"name": "inbound.auth.password"
|
|
1818
1869
|
},
|
|
1819
1870
|
"condition": {
|
|
1820
|
-
"property": "
|
|
1821
|
-
"equals": "
|
|
1822
|
-
"type": "simple"
|
|
1871
|
+
"property": "authorizationType",
|
|
1872
|
+
"equals": "BASIC"
|
|
1823
1873
|
},
|
|
1824
|
-
"
|
|
1874
|
+
"constraints": {
|
|
1875
|
+
"notEmpty": true
|
|
1876
|
+
}
|
|
1825
1877
|
},
|
|
1826
1878
|
{
|
|
1827
|
-
"
|
|
1828
|
-
"
|
|
1829
|
-
"
|
|
1830
|
-
"optional": false,
|
|
1831
|
-
"feel": "required",
|
|
1879
|
+
"label": "API Key",
|
|
1880
|
+
"description": "Expected API key",
|
|
1881
|
+
"type": "String",
|
|
1832
1882
|
"group": "authorization",
|
|
1883
|
+
"feel": "optional",
|
|
1833
1884
|
"binding": {
|
|
1834
|
-
"
|
|
1835
|
-
"
|
|
1885
|
+
"type": "zeebe:property",
|
|
1886
|
+
"name": "inbound.auth.apiKey"
|
|
1836
1887
|
},
|
|
1837
1888
|
"condition": {
|
|
1838
|
-
"property": "
|
|
1839
|
-
"equals": "
|
|
1840
|
-
"type": "simple"
|
|
1889
|
+
"property": "authorizationType",
|
|
1890
|
+
"equals": "APIKEY"
|
|
1841
1891
|
},
|
|
1842
|
-
"
|
|
1892
|
+
"constraints": {
|
|
1893
|
+
"notEmpty": true
|
|
1894
|
+
}
|
|
1843
1895
|
},
|
|
1844
1896
|
{
|
|
1845
|
-
"
|
|
1846
|
-
"
|
|
1847
|
-
"
|
|
1848
|
-
"optional": false,
|
|
1849
|
-
"feel": "required",
|
|
1897
|
+
"label": "API Key locator",
|
|
1898
|
+
"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>",
|
|
1899
|
+
"type": "String",
|
|
1850
1900
|
"group": "authorization",
|
|
1901
|
+
"feel": "required",
|
|
1851
1902
|
"binding": {
|
|
1852
|
-
"
|
|
1853
|
-
"
|
|
1903
|
+
"type": "zeebe:property",
|
|
1904
|
+
"name": "inbound.auth.apiKeyLocator"
|
|
1854
1905
|
},
|
|
1855
1906
|
"condition": {
|
|
1856
|
-
"property": "
|
|
1857
|
-
"equals": "
|
|
1858
|
-
"type": "simple"
|
|
1907
|
+
"property": "authorizationType",
|
|
1908
|
+
"equals": "APIKEY"
|
|
1859
1909
|
},
|
|
1860
|
-
"
|
|
1910
|
+
"constraints": {
|
|
1911
|
+
"notEmpty": true
|
|
1912
|
+
},
|
|
1913
|
+
"value": "=split(request.headers.authorization, \" \")[2]"
|
|
1861
1914
|
},
|
|
1862
1915
|
{
|
|
1863
|
-
"
|
|
1864
|
-
"
|
|
1865
|
-
"
|
|
1866
|
-
"optional": true,
|
|
1916
|
+
"label": "Condition",
|
|
1917
|
+
"type": "String",
|
|
1918
|
+
"group": "activation",
|
|
1867
1919
|
"feel": "required",
|
|
1868
|
-
"
|
|
1920
|
+
"optional": true,
|
|
1869
1921
|
"binding": {
|
|
1870
|
-
"
|
|
1871
|
-
"
|
|
1922
|
+
"type": "zeebe:property",
|
|
1923
|
+
"name": "activationCondition"
|
|
1872
1924
|
},
|
|
1873
|
-
"
|
|
1925
|
+
"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>"
|
|
1874
1926
|
},
|
|
1875
1927
|
{
|
|
1876
|
-
"
|
|
1877
|
-
"
|
|
1878
|
-
"
|
|
1928
|
+
"label": "Result variable",
|
|
1929
|
+
"type": "String",
|
|
1930
|
+
"group": "variable-mapping",
|
|
1879
1931
|
"optional": true,
|
|
1880
|
-
"feel": "required",
|
|
1881
|
-
"group": "webhookResponse",
|
|
1882
1932
|
"binding": {
|
|
1883
|
-
"
|
|
1884
|
-
"
|
|
1933
|
+
"type": "zeebe:property",
|
|
1934
|
+
"name": "resultVariable"
|
|
1885
1935
|
},
|
|
1886
|
-
"
|
|
1936
|
+
"description": "Name of variable to store the result of the connector in"
|
|
1887
1937
|
},
|
|
1888
1938
|
{
|
|
1889
|
-
"
|
|
1890
|
-
"
|
|
1891
|
-
"
|
|
1892
|
-
"optional": true,
|
|
1939
|
+
"label": "Result expression",
|
|
1940
|
+
"type": "String",
|
|
1941
|
+
"group": "variable-mapping",
|
|
1893
1942
|
"feel": "required",
|
|
1894
|
-
"
|
|
1943
|
+
"optional": true,
|
|
1895
1944
|
"binding": {
|
|
1896
|
-
"
|
|
1897
|
-
"
|
|
1945
|
+
"type": "zeebe:property",
|
|
1946
|
+
"name": "resultExpression"
|
|
1898
1947
|
},
|
|
1899
|
-
"
|
|
1948
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
1900
1949
|
},
|
|
1901
1950
|
{
|
|
1902
|
-
"
|
|
1903
|
-
"
|
|
1904
|
-
"
|
|
1905
|
-
"group": "activation",
|
|
1906
|
-
"binding": {
|
|
1907
|
-
"name": "consumeUnmatchedEvents",
|
|
1908
|
-
"type": "zeebe:property"
|
|
1909
|
-
},
|
|
1910
|
-
"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",
|
|
1911
|
-
"type": "Boolean"
|
|
1912
|
-
},
|
|
1913
|
-
{
|
|
1914
|
-
"id": "deduplicationModeManualFlag",
|
|
1915
|
-
"label": "Manual mode",
|
|
1916
|
-
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1917
|
-
"value": false,
|
|
1918
|
-
"group": "deduplication",
|
|
1919
|
-
"binding": {
|
|
1920
|
-
"name": "deduplicationModeManualFlag",
|
|
1921
|
-
"type": "zeebe:property"
|
|
1922
|
-
},
|
|
1923
|
-
"type": "Boolean"
|
|
1924
|
-
},
|
|
1925
|
-
{
|
|
1926
|
-
"id": "deduplicationId",
|
|
1927
|
-
"label": "Deduplication ID",
|
|
1928
|
-
"constraints": {
|
|
1929
|
-
"notEmpty": true,
|
|
1930
|
-
"pattern": {
|
|
1931
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
1932
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1933
|
-
}
|
|
1934
|
-
},
|
|
1935
|
-
"group": "deduplication",
|
|
1936
|
-
"binding": {
|
|
1937
|
-
"name": "deduplicationId",
|
|
1938
|
-
"type": "zeebe:property"
|
|
1939
|
-
},
|
|
1940
|
-
"condition": {
|
|
1941
|
-
"property": "deduplicationModeManualFlag",
|
|
1942
|
-
"equals": true,
|
|
1943
|
-
"type": "simple"
|
|
1944
|
-
},
|
|
1945
|
-
"type": "String"
|
|
1946
|
-
},
|
|
1947
|
-
{
|
|
1948
|
-
"id": "deduplicationModeManual",
|
|
1949
|
-
"value": "MANUAL",
|
|
1950
|
-
"group": "deduplication",
|
|
1951
|
-
"binding": {
|
|
1952
|
-
"name": "deduplicationMode",
|
|
1953
|
-
"type": "zeebe:property"
|
|
1954
|
-
},
|
|
1955
|
-
"condition": {
|
|
1956
|
-
"property": "deduplicationId",
|
|
1957
|
-
"isActive": true,
|
|
1958
|
-
"type": "simple"
|
|
1959
|
-
},
|
|
1960
|
-
"type": "Hidden"
|
|
1961
|
-
},
|
|
1962
|
-
{
|
|
1963
|
-
"id": "deduplicationModeAuto",
|
|
1964
|
-
"value": "AUTO",
|
|
1965
|
-
"group": "deduplication",
|
|
1966
|
-
"binding": {
|
|
1967
|
-
"name": "deduplicationMode",
|
|
1968
|
-
"type": "zeebe:property"
|
|
1969
|
-
},
|
|
1970
|
-
"condition": {
|
|
1971
|
-
"property": "deduplicationId",
|
|
1972
|
-
"isActive": false,
|
|
1973
|
-
"type": "simple"
|
|
1974
|
-
},
|
|
1975
|
-
"type": "Hidden"
|
|
1976
|
-
},
|
|
1977
|
-
{
|
|
1978
|
-
"id": "resultVariable",
|
|
1979
|
-
"label": "Result variable",
|
|
1980
|
-
"description": "Name of variable to store the response in",
|
|
1981
|
-
"group": "output",
|
|
1982
|
-
"binding": {
|
|
1983
|
-
"name": "resultVariable",
|
|
1984
|
-
"type": "zeebe:property"
|
|
1985
|
-
},
|
|
1986
|
-
"type": "String"
|
|
1987
|
-
},
|
|
1988
|
-
{
|
|
1989
|
-
"id": "resultExpression",
|
|
1990
|
-
"label": "Result expression",
|
|
1991
|
-
"description": "Expression to map the response into process variables",
|
|
1951
|
+
"label": "Response body expression",
|
|
1952
|
+
"type": "Text",
|
|
1953
|
+
"group": "webhookResponse",
|
|
1992
1954
|
"feel": "required",
|
|
1993
|
-
"
|
|
1955
|
+
"optional": true,
|
|
1994
1956
|
"binding": {
|
|
1995
|
-
"
|
|
1996
|
-
"
|
|
1957
|
+
"type": "zeebe:property",
|
|
1958
|
+
"name": "inbound.responseBodyExpression"
|
|
1997
1959
|
},
|
|
1998
|
-
"
|
|
1960
|
+
"description": "Specify condition and response"
|
|
1999
1961
|
}
|
|
2000
1962
|
],
|
|
2001
1963
|
"icon": {
|
|
2002
|
-
"contents": "data:image/svg+xml;
|
|
1964
|
+
"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"
|
|
1965
|
+
},
|
|
1966
|
+
"engines": {
|
|
1967
|
+
"camunda": "^8.2"
|
|
2003
1968
|
}
|
|
2004
1969
|
},
|
|
2005
1970
|
{
|
|
2006
1971
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2007
|
-
"name": "Webhook
|
|
1972
|
+
"name": "Webhook Connector",
|
|
2008
1973
|
"id": "io.camunda.connectors.webhook.WebhookConnector.v1",
|
|
2009
|
-
"version":
|
|
1974
|
+
"version": 2,
|
|
2010
1975
|
"description": "Configure webhook to receive callbacks",
|
|
2011
1976
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
2012
1977
|
"category": {
|
|
@@ -2020,15 +1985,7 @@
|
|
|
2020
1985
|
"groups": [
|
|
2021
1986
|
{
|
|
2022
1987
|
"id": "endpoint",
|
|
2023
|
-
"label": "Webhook
|
|
2024
|
-
},
|
|
2025
|
-
{
|
|
2026
|
-
"id": "authentication",
|
|
2027
|
-
"label": "Authentication"
|
|
2028
|
-
},
|
|
2029
|
-
{
|
|
2030
|
-
"id": "authorization",
|
|
2031
|
-
"label": "Authorization"
|
|
1988
|
+
"label": "Webhook Configuration"
|
|
2032
1989
|
},
|
|
2033
1990
|
{
|
|
2034
1991
|
"id": "activation",
|
|
@@ -2036,11 +1993,7 @@
|
|
|
2036
1993
|
},
|
|
2037
1994
|
{
|
|
2038
1995
|
"id": "variable-mapping",
|
|
2039
|
-
"label": "Variable
|
|
2040
|
-
},
|
|
2041
|
-
{
|
|
2042
|
-
"id": "webhookResponse",
|
|
2043
|
-
"label": "Webhook response"
|
|
1996
|
+
"label": "Variable Mapping"
|
|
2044
1997
|
}
|
|
2045
1998
|
],
|
|
2046
1999
|
"properties": [
|
|
@@ -2060,40 +2013,6 @@
|
|
|
2060
2013
|
"name": "inbound.subtype"
|
|
2061
2014
|
}
|
|
2062
2015
|
},
|
|
2063
|
-
{
|
|
2064
|
-
"id": "webhookMethod",
|
|
2065
|
-
"label": "Webhook method",
|
|
2066
|
-
"group": "endpoint",
|
|
2067
|
-
"description": "Select HTTP method",
|
|
2068
|
-
"value": "any",
|
|
2069
|
-
"type": "Dropdown",
|
|
2070
|
-
"choices": [
|
|
2071
|
-
{
|
|
2072
|
-
"name": "Any",
|
|
2073
|
-
"value": "any"
|
|
2074
|
-
},
|
|
2075
|
-
{
|
|
2076
|
-
"name": "Get",
|
|
2077
|
-
"value": "get"
|
|
2078
|
-
},
|
|
2079
|
-
{
|
|
2080
|
-
"name": "Post",
|
|
2081
|
-
"value": "post"
|
|
2082
|
-
},
|
|
2083
|
-
{
|
|
2084
|
-
"name": "Put",
|
|
2085
|
-
"value": "put"
|
|
2086
|
-
},
|
|
2087
|
-
{
|
|
2088
|
-
"name": "Delete",
|
|
2089
|
-
"value": "delete"
|
|
2090
|
-
}
|
|
2091
|
-
],
|
|
2092
|
-
"binding": {
|
|
2093
|
-
"type": "zeebe:property",
|
|
2094
|
-
"name": "inbound.method"
|
|
2095
|
-
}
|
|
2096
|
-
},
|
|
2097
2016
|
{
|
|
2098
2017
|
"label": "Webhook ID",
|
|
2099
2018
|
"type": "String",
|
|
@@ -2110,7 +2029,7 @@
|
|
|
2110
2029
|
{
|
|
2111
2030
|
"id": "shouldValidateHmac",
|
|
2112
2031
|
"label": "HMAC authentication",
|
|
2113
|
-
"group": "
|
|
2032
|
+
"group": "endpoint",
|
|
2114
2033
|
"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",
|
|
2115
2034
|
"value": "disabled",
|
|
2116
2035
|
"type": "Dropdown",
|
|
@@ -2133,7 +2052,7 @@
|
|
|
2133
2052
|
"label": "HMAC secret key",
|
|
2134
2053
|
"description": "Shared secret key",
|
|
2135
2054
|
"type": "String",
|
|
2136
|
-
"group": "
|
|
2055
|
+
"group": "endpoint",
|
|
2137
2056
|
"optional": true,
|
|
2138
2057
|
"binding": {
|
|
2139
2058
|
"type": "zeebe:property",
|
|
@@ -2148,7 +2067,7 @@
|
|
|
2148
2067
|
"label": "HMAC header",
|
|
2149
2068
|
"description": "Name of header attribute that will contain the HMAC value",
|
|
2150
2069
|
"type": "String",
|
|
2151
|
-
"group": "
|
|
2070
|
+
"group": "endpoint",
|
|
2152
2071
|
"optional": true,
|
|
2153
2072
|
"binding": {
|
|
2154
2073
|
"type": "zeebe:property",
|
|
@@ -2161,7 +2080,7 @@
|
|
|
2161
2080
|
},
|
|
2162
2081
|
{
|
|
2163
2082
|
"label": "HMAC algorithm",
|
|
2164
|
-
"group": "
|
|
2083
|
+
"group": "endpoint",
|
|
2165
2084
|
"description": "Choose HMAC algorithm",
|
|
2166
2085
|
"value": "sha_256",
|
|
2167
2086
|
"type": "Dropdown",
|
|
@@ -2189,244 +2108,583 @@
|
|
|
2189
2108
|
}
|
|
2190
2109
|
},
|
|
2191
2110
|
{
|
|
2192
|
-
"label": "
|
|
2193
|
-
"group": "authentication",
|
|
2194
|
-
"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>",
|
|
2195
|
-
"feel": "required",
|
|
2196
|
-
"type": "String",
|
|
2197
|
-
"optional": true,
|
|
2198
|
-
"binding": {
|
|
2199
|
-
"type": "zeebe:property",
|
|
2200
|
-
"name": "inbound.hmacScopes"
|
|
2201
|
-
},
|
|
2202
|
-
"condition": {
|
|
2203
|
-
"property": "shouldValidateHmac",
|
|
2204
|
-
"equals": "enabled"
|
|
2205
|
-
}
|
|
2206
|
-
},
|
|
2207
|
-
{
|
|
2208
|
-
"id": "authorizationType",
|
|
2209
|
-
"label": "Authorization type",
|
|
2210
|
-
"group": "authorization",
|
|
2211
|
-
"description": "Choose the authorization type.",
|
|
2212
|
-
"value": "NONE",
|
|
2213
|
-
"type": "Dropdown",
|
|
2214
|
-
"choices": [
|
|
2215
|
-
{
|
|
2216
|
-
"name": "None",
|
|
2217
|
-
"value": "NONE"
|
|
2218
|
-
},
|
|
2219
|
-
{
|
|
2220
|
-
"name": "JWT",
|
|
2221
|
-
"value": "JWT"
|
|
2222
|
-
},
|
|
2223
|
-
{
|
|
2224
|
-
"name": "Basic",
|
|
2225
|
-
"value": "BASIC"
|
|
2226
|
-
},
|
|
2227
|
-
{
|
|
2228
|
-
"name": "API Key",
|
|
2229
|
-
"value": "APIKEY"
|
|
2230
|
-
}
|
|
2231
|
-
],
|
|
2232
|
-
"binding": {
|
|
2233
|
-
"type": "zeebe:property",
|
|
2234
|
-
"name": "inbound.auth.type"
|
|
2235
|
-
}
|
|
2236
|
-
},
|
|
2237
|
-
{
|
|
2238
|
-
"label": "JWK url",
|
|
2239
|
-
"description": "Well-known url of JWKs",
|
|
2111
|
+
"label": "Condition",
|
|
2240
2112
|
"type": "String",
|
|
2241
|
-
"group": "
|
|
2242
|
-
"feel": "
|
|
2113
|
+
"group": "activation",
|
|
2114
|
+
"feel": "required",
|
|
2243
2115
|
"optional": true,
|
|
2244
2116
|
"binding": {
|
|
2245
2117
|
"type": "zeebe:property",
|
|
2246
|
-
"name": "inbound.
|
|
2118
|
+
"name": "inbound.activationCondition"
|
|
2247
2119
|
},
|
|
2248
|
-
"
|
|
2249
|
-
"property": "authorizationType",
|
|
2250
|
-
"equals": "JWT"
|
|
2251
|
-
}
|
|
2120
|
+
"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>"
|
|
2252
2121
|
},
|
|
2253
2122
|
{
|
|
2254
|
-
"label": "
|
|
2255
|
-
"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>",
|
|
2123
|
+
"label": "Result variable",
|
|
2256
2124
|
"type": "String",
|
|
2257
|
-
"group": "
|
|
2258
|
-
"feel": "required",
|
|
2125
|
+
"group": "variable-mapping",
|
|
2259
2126
|
"optional": true,
|
|
2260
2127
|
"binding": {
|
|
2261
2128
|
"type": "zeebe:property",
|
|
2262
|
-
"name": "
|
|
2129
|
+
"name": "resultVariable"
|
|
2263
2130
|
},
|
|
2264
|
-
"
|
|
2265
|
-
"property": "authorizationType",
|
|
2266
|
-
"equals": "JWT"
|
|
2267
|
-
}
|
|
2131
|
+
"description": "Name of variable to store the result of the Connector in"
|
|
2268
2132
|
},
|
|
2269
2133
|
{
|
|
2270
|
-
"label": "
|
|
2271
|
-
"description": "List of roles to test JWT roles against",
|
|
2134
|
+
"label": "Result expression",
|
|
2272
2135
|
"type": "String",
|
|
2273
|
-
"group": "
|
|
2136
|
+
"group": "variable-mapping",
|
|
2274
2137
|
"feel": "required",
|
|
2275
2138
|
"optional": true,
|
|
2276
2139
|
"binding": {
|
|
2277
2140
|
"type": "zeebe:property",
|
|
2278
|
-
"name": "
|
|
2141
|
+
"name": "resultExpression"
|
|
2279
2142
|
},
|
|
2280
|
-
"
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2143
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
2144
|
+
}
|
|
2145
|
+
],
|
|
2146
|
+
"icon": {
|
|
2147
|
+
"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"
|
|
2148
|
+
},
|
|
2149
|
+
"engines": {
|
|
2150
|
+
"camunda": "^8.2"
|
|
2151
|
+
}
|
|
2152
|
+
},
|
|
2153
|
+
{
|
|
2154
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2155
|
+
"name": "Webhook Start Event Connector",
|
|
2156
|
+
"id": "io.camunda.connectors.webhook.WebhookConnector.v1",
|
|
2157
|
+
"description": "Configure webhook to receive callbacks",
|
|
2158
|
+
"metadata": {
|
|
2159
|
+
"keywords": []
|
|
2160
|
+
},
|
|
2161
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
|
|
2162
|
+
"version": 13,
|
|
2163
|
+
"category": {
|
|
2164
|
+
"id": "connectors",
|
|
2165
|
+
"name": "Connectors"
|
|
2166
|
+
},
|
|
2167
|
+
"deprecated": {
|
|
2168
|
+
"message": "Migrate to Webhook Message Start Event Connector"
|
|
2169
|
+
},
|
|
2170
|
+
"appliesTo": ["bpmn:StartEvent"],
|
|
2171
|
+
"elementType": {
|
|
2172
|
+
"value": "bpmn:StartEvent"
|
|
2173
|
+
},
|
|
2174
|
+
"engines": {
|
|
2175
|
+
"camunda": "^8.3"
|
|
2176
|
+
},
|
|
2177
|
+
"groups": [
|
|
2178
|
+
{
|
|
2179
|
+
"id": "endpoint",
|
|
2180
|
+
"label": "Webhook configuration"
|
|
2181
|
+
},
|
|
2182
|
+
{
|
|
2183
|
+
"id": "authentication",
|
|
2184
|
+
"label": "Authentication"
|
|
2185
|
+
},
|
|
2186
|
+
{
|
|
2187
|
+
"id": "authorization",
|
|
2188
|
+
"label": "Authorization"
|
|
2189
|
+
},
|
|
2190
|
+
{
|
|
2191
|
+
"id": "webhookResponse",
|
|
2192
|
+
"label": "Webhook response"
|
|
2193
|
+
},
|
|
2194
|
+
{
|
|
2195
|
+
"id": "activation",
|
|
2196
|
+
"label": "Activation"
|
|
2197
|
+
},
|
|
2198
|
+
{
|
|
2199
|
+
"id": "deduplication",
|
|
2200
|
+
"label": "Deduplication",
|
|
2201
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
2202
|
+
},
|
|
2203
|
+
{
|
|
2204
|
+
"id": "output",
|
|
2205
|
+
"label": "Output mapping"
|
|
2206
|
+
}
|
|
2207
|
+
],
|
|
2208
|
+
"properties": [
|
|
2209
|
+
{
|
|
2210
|
+
"value": "io.camunda:webhook:1",
|
|
2211
|
+
"binding": {
|
|
2212
|
+
"name": "inbound.type",
|
|
2213
|
+
"type": "zeebe:property"
|
|
2214
|
+
},
|
|
2215
|
+
"type": "Hidden"
|
|
2216
|
+
},
|
|
2217
|
+
{
|
|
2218
|
+
"id": "inbound.method",
|
|
2219
|
+
"label": "Webhook method",
|
|
2220
|
+
"description": "Select HTTP method",
|
|
2221
|
+
"optional": false,
|
|
2222
|
+
"value": "any",
|
|
2223
|
+
"group": "endpoint",
|
|
2224
|
+
"binding": {
|
|
2225
|
+
"name": "inbound.method",
|
|
2226
|
+
"type": "zeebe:property"
|
|
2227
|
+
},
|
|
2228
|
+
"type": "Dropdown",
|
|
2229
|
+
"choices": [
|
|
2230
|
+
{
|
|
2231
|
+
"name": "Any",
|
|
2232
|
+
"value": "any"
|
|
2233
|
+
},
|
|
2234
|
+
{
|
|
2235
|
+
"name": "GET",
|
|
2236
|
+
"value": "get"
|
|
2237
|
+
},
|
|
2238
|
+
{
|
|
2239
|
+
"name": "POST",
|
|
2240
|
+
"value": "post"
|
|
2241
|
+
},
|
|
2242
|
+
{
|
|
2243
|
+
"name": "PUT",
|
|
2244
|
+
"value": "put"
|
|
2245
|
+
},
|
|
2246
|
+
{
|
|
2247
|
+
"name": "DELETE",
|
|
2248
|
+
"value": "delete"
|
|
2249
|
+
}
|
|
2250
|
+
]
|
|
2251
|
+
},
|
|
2252
|
+
{
|
|
2253
|
+
"id": "inbound.context",
|
|
2254
|
+
"label": "Webhook ID",
|
|
2255
|
+
"description": "The webhook ID is a part of the URL",
|
|
2256
|
+
"optional": false,
|
|
2257
|
+
"constraints": {
|
|
2258
|
+
"notEmpty": true,
|
|
2259
|
+
"pattern": {
|
|
2260
|
+
"value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
|
|
2261
|
+
"message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
|
|
2262
|
+
}
|
|
2263
|
+
},
|
|
2264
|
+
"group": "endpoint",
|
|
2265
|
+
"binding": {
|
|
2266
|
+
"name": "inbound.context",
|
|
2267
|
+
"type": "zeebe:property"
|
|
2268
|
+
},
|
|
2269
|
+
"type": "String"
|
|
2270
|
+
},
|
|
2271
|
+
{
|
|
2272
|
+
"id": "inbound.shouldValidateHmac",
|
|
2273
|
+
"label": "HMAC authentication",
|
|
2274
|
+
"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",
|
|
2275
|
+
"optional": false,
|
|
2276
|
+
"value": "disabled",
|
|
2277
|
+
"group": "authentication",
|
|
2278
|
+
"binding": {
|
|
2279
|
+
"name": "inbound.shouldValidateHmac",
|
|
2280
|
+
"type": "zeebe:property"
|
|
2281
|
+
},
|
|
2282
|
+
"type": "Dropdown",
|
|
2283
|
+
"choices": [
|
|
2284
|
+
{
|
|
2285
|
+
"name": "Enabled",
|
|
2286
|
+
"value": "enabled"
|
|
2287
|
+
},
|
|
2288
|
+
{
|
|
2289
|
+
"name": "Disabled",
|
|
2290
|
+
"value": "disabled"
|
|
2291
|
+
}
|
|
2292
|
+
]
|
|
2293
|
+
},
|
|
2294
|
+
{
|
|
2295
|
+
"id": "inbound.hmacSecret",
|
|
2296
|
+
"label": "HMAC secret key",
|
|
2297
|
+
"description": "Shared secret key",
|
|
2298
|
+
"optional": true,
|
|
2290
2299
|
"feel": "optional",
|
|
2300
|
+
"group": "authentication",
|
|
2291
2301
|
"binding": {
|
|
2292
|
-
"
|
|
2293
|
-
"
|
|
2302
|
+
"name": "inbound.hmacSecret",
|
|
2303
|
+
"type": "zeebe:property"
|
|
2304
|
+
},
|
|
2305
|
+
"condition": {
|
|
2306
|
+
"property": "inbound.shouldValidateHmac",
|
|
2307
|
+
"equals": "enabled",
|
|
2308
|
+
"type": "simple"
|
|
2309
|
+
},
|
|
2310
|
+
"type": "String"
|
|
2311
|
+
},
|
|
2312
|
+
{
|
|
2313
|
+
"id": "inbound.hmacHeader",
|
|
2314
|
+
"label": "HMAC header",
|
|
2315
|
+
"description": "Name of header attribute that will contain the HMAC value",
|
|
2316
|
+
"optional": true,
|
|
2317
|
+
"feel": "optional",
|
|
2318
|
+
"group": "authentication",
|
|
2319
|
+
"binding": {
|
|
2320
|
+
"name": "inbound.hmacHeader",
|
|
2321
|
+
"type": "zeebe:property"
|
|
2322
|
+
},
|
|
2323
|
+
"condition": {
|
|
2324
|
+
"property": "inbound.shouldValidateHmac",
|
|
2325
|
+
"equals": "enabled",
|
|
2326
|
+
"type": "simple"
|
|
2327
|
+
},
|
|
2328
|
+
"type": "String"
|
|
2329
|
+
},
|
|
2330
|
+
{
|
|
2331
|
+
"id": "inbound.hmacAlgorithm",
|
|
2332
|
+
"label": "HMAC algorithm",
|
|
2333
|
+
"description": "Choose HMAC algorithm",
|
|
2334
|
+
"optional": false,
|
|
2335
|
+
"value": "sha_256",
|
|
2336
|
+
"group": "authentication",
|
|
2337
|
+
"binding": {
|
|
2338
|
+
"name": "inbound.hmacAlgorithm",
|
|
2339
|
+
"type": "zeebe:property"
|
|
2340
|
+
},
|
|
2341
|
+
"condition": {
|
|
2342
|
+
"property": "inbound.shouldValidateHmac",
|
|
2343
|
+
"equals": "enabled",
|
|
2344
|
+
"type": "simple"
|
|
2345
|
+
},
|
|
2346
|
+
"type": "Dropdown",
|
|
2347
|
+
"choices": [
|
|
2348
|
+
{
|
|
2349
|
+
"name": "SHA-1",
|
|
2350
|
+
"value": "sha_1"
|
|
2351
|
+
},
|
|
2352
|
+
{
|
|
2353
|
+
"name": "SHA-256",
|
|
2354
|
+
"value": "sha_256"
|
|
2355
|
+
},
|
|
2356
|
+
{
|
|
2357
|
+
"name": "SHA-512",
|
|
2358
|
+
"value": "sha_512"
|
|
2359
|
+
}
|
|
2360
|
+
]
|
|
2361
|
+
},
|
|
2362
|
+
{
|
|
2363
|
+
"id": "inbound.hmacScopes",
|
|
2364
|
+
"label": "HMAC scopes",
|
|
2365
|
+
"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>",
|
|
2366
|
+
"optional": true,
|
|
2367
|
+
"feel": "required",
|
|
2368
|
+
"group": "authentication",
|
|
2369
|
+
"binding": {
|
|
2370
|
+
"name": "inbound.hmacScopes",
|
|
2371
|
+
"type": "zeebe:property"
|
|
2372
|
+
},
|
|
2373
|
+
"condition": {
|
|
2374
|
+
"property": "inbound.shouldValidateHmac",
|
|
2375
|
+
"equals": "enabled",
|
|
2376
|
+
"type": "simple"
|
|
2377
|
+
},
|
|
2378
|
+
"type": "String"
|
|
2379
|
+
},
|
|
2380
|
+
{
|
|
2381
|
+
"id": "inbound.auth.type",
|
|
2382
|
+
"label": "Authorization type",
|
|
2383
|
+
"description": "Choose the authorization type",
|
|
2384
|
+
"value": "NONE",
|
|
2385
|
+
"group": "authorization",
|
|
2386
|
+
"binding": {
|
|
2387
|
+
"name": "inbound.auth.type",
|
|
2388
|
+
"type": "zeebe:property"
|
|
2389
|
+
},
|
|
2390
|
+
"type": "Dropdown",
|
|
2391
|
+
"choices": [
|
|
2392
|
+
{
|
|
2393
|
+
"name": "None",
|
|
2394
|
+
"value": "NONE"
|
|
2395
|
+
},
|
|
2396
|
+
{
|
|
2397
|
+
"name": "Basic",
|
|
2398
|
+
"value": "BASIC"
|
|
2399
|
+
},
|
|
2400
|
+
{
|
|
2401
|
+
"name": "API key",
|
|
2402
|
+
"value": "APIKEY"
|
|
2403
|
+
},
|
|
2404
|
+
{
|
|
2405
|
+
"name": "JWT",
|
|
2406
|
+
"value": "JWT"
|
|
2407
|
+
}
|
|
2408
|
+
]
|
|
2409
|
+
},
|
|
2410
|
+
{
|
|
2411
|
+
"id": "inbound.auth.username",
|
|
2412
|
+
"label": "Username",
|
|
2413
|
+
"description": "Username for basic authentication",
|
|
2414
|
+
"optional": false,
|
|
2415
|
+
"feel": "optional",
|
|
2416
|
+
"group": "authorization",
|
|
2417
|
+
"binding": {
|
|
2418
|
+
"name": "inbound.auth.username",
|
|
2419
|
+
"type": "zeebe:property"
|
|
2294
2420
|
},
|
|
2295
2421
|
"condition": {
|
|
2296
|
-
"property": "
|
|
2297
|
-
"equals": "BASIC"
|
|
2422
|
+
"property": "inbound.auth.type",
|
|
2423
|
+
"equals": "BASIC",
|
|
2424
|
+
"type": "simple"
|
|
2298
2425
|
},
|
|
2299
|
-
"
|
|
2300
|
-
"notEmpty": true
|
|
2301
|
-
}
|
|
2426
|
+
"type": "String"
|
|
2302
2427
|
},
|
|
2303
2428
|
{
|
|
2429
|
+
"id": "inbound.auth.password",
|
|
2304
2430
|
"label": "Password",
|
|
2305
2431
|
"description": "Password for basic authentication",
|
|
2306
|
-
"
|
|
2307
|
-
"group": "authorization",
|
|
2432
|
+
"optional": false,
|
|
2308
2433
|
"feel": "optional",
|
|
2434
|
+
"group": "authorization",
|
|
2309
2435
|
"binding": {
|
|
2310
|
-
"
|
|
2311
|
-
"
|
|
2436
|
+
"name": "inbound.auth.password",
|
|
2437
|
+
"type": "zeebe:property"
|
|
2312
2438
|
},
|
|
2313
2439
|
"condition": {
|
|
2314
|
-
"property": "
|
|
2315
|
-
"equals": "BASIC"
|
|
2440
|
+
"property": "inbound.auth.type",
|
|
2441
|
+
"equals": "BASIC",
|
|
2442
|
+
"type": "simple"
|
|
2316
2443
|
},
|
|
2317
|
-
"
|
|
2318
|
-
"notEmpty": true
|
|
2319
|
-
}
|
|
2444
|
+
"type": "String"
|
|
2320
2445
|
},
|
|
2321
2446
|
{
|
|
2322
|
-
"
|
|
2447
|
+
"id": "inbound.auth.apiKey",
|
|
2448
|
+
"label": "API key",
|
|
2323
2449
|
"description": "Expected API key",
|
|
2324
|
-
"
|
|
2325
|
-
"group": "authorization",
|
|
2450
|
+
"optional": false,
|
|
2326
2451
|
"feel": "optional",
|
|
2452
|
+
"group": "authorization",
|
|
2327
2453
|
"binding": {
|
|
2328
|
-
"
|
|
2329
|
-
"
|
|
2454
|
+
"name": "inbound.auth.apiKey",
|
|
2455
|
+
"type": "zeebe:property"
|
|
2330
2456
|
},
|
|
2331
2457
|
"condition": {
|
|
2332
|
-
"property": "
|
|
2333
|
-
"equals": "APIKEY"
|
|
2458
|
+
"property": "inbound.auth.type",
|
|
2459
|
+
"equals": "APIKEY",
|
|
2460
|
+
"type": "simple"
|
|
2334
2461
|
},
|
|
2462
|
+
"type": "String"
|
|
2463
|
+
},
|
|
2464
|
+
{
|
|
2465
|
+
"id": "inbound.auth.apiKeyLocator",
|
|
2466
|
+
"label": "API key locator",
|
|
2467
|
+
"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>",
|
|
2468
|
+
"optional": false,
|
|
2469
|
+
"value": "=split(request.headers.authorization, \" \")[2]",
|
|
2335
2470
|
"constraints": {
|
|
2336
2471
|
"notEmpty": true
|
|
2337
|
-
}
|
|
2472
|
+
},
|
|
2473
|
+
"feel": "required",
|
|
2474
|
+
"group": "authorization",
|
|
2475
|
+
"binding": {
|
|
2476
|
+
"name": "inbound.auth.apiKeyLocator",
|
|
2477
|
+
"type": "zeebe:property"
|
|
2478
|
+
},
|
|
2479
|
+
"condition": {
|
|
2480
|
+
"property": "inbound.auth.type",
|
|
2481
|
+
"equals": "APIKEY",
|
|
2482
|
+
"type": "simple"
|
|
2483
|
+
},
|
|
2484
|
+
"type": "String"
|
|
2338
2485
|
},
|
|
2339
2486
|
{
|
|
2340
|
-
"
|
|
2341
|
-
"
|
|
2342
|
-
"
|
|
2487
|
+
"id": "inbound.auth.jwt.jwkUrl",
|
|
2488
|
+
"label": "JWK URL",
|
|
2489
|
+
"description": "Well-known URL of JWKs",
|
|
2490
|
+
"optional": false,
|
|
2491
|
+
"feel": "optional",
|
|
2343
2492
|
"group": "authorization",
|
|
2344
|
-
"feel": "required",
|
|
2345
2493
|
"binding": {
|
|
2346
|
-
"
|
|
2347
|
-
"
|
|
2494
|
+
"name": "inbound.auth.jwt.jwkUrl",
|
|
2495
|
+
"type": "zeebe:property"
|
|
2348
2496
|
},
|
|
2349
2497
|
"condition": {
|
|
2350
|
-
"property": "
|
|
2351
|
-
"equals": "
|
|
2352
|
-
|
|
2353
|
-
"constraints": {
|
|
2354
|
-
"notEmpty": true
|
|
2498
|
+
"property": "inbound.auth.type",
|
|
2499
|
+
"equals": "JWT",
|
|
2500
|
+
"type": "simple"
|
|
2355
2501
|
},
|
|
2356
|
-
"
|
|
2502
|
+
"type": "String"
|
|
2357
2503
|
},
|
|
2358
2504
|
{
|
|
2359
|
-
"
|
|
2360
|
-
"
|
|
2361
|
-
"
|
|
2505
|
+
"id": "inbound.auth.jwt.permissionsExpression",
|
|
2506
|
+
"label": "JWT role property expression",
|
|
2507
|
+
"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>",
|
|
2508
|
+
"optional": false,
|
|
2362
2509
|
"feel": "required",
|
|
2363
|
-
"
|
|
2510
|
+
"group": "authorization",
|
|
2364
2511
|
"binding": {
|
|
2365
|
-
"
|
|
2366
|
-
"
|
|
2512
|
+
"name": "inbound.auth.jwt.permissionsExpression",
|
|
2513
|
+
"type": "zeebe:property"
|
|
2367
2514
|
},
|
|
2368
|
-
"
|
|
2515
|
+
"condition": {
|
|
2516
|
+
"property": "inbound.auth.type",
|
|
2517
|
+
"equals": "JWT",
|
|
2518
|
+
"type": "simple"
|
|
2519
|
+
},
|
|
2520
|
+
"type": "String"
|
|
2369
2521
|
},
|
|
2370
2522
|
{
|
|
2371
|
-
"
|
|
2372
|
-
"
|
|
2373
|
-
"
|
|
2374
|
-
"optional":
|
|
2523
|
+
"id": "inbound.auth.jwt.requiredPermissions",
|
|
2524
|
+
"label": "Required roles",
|
|
2525
|
+
"description": "List of roles to test JWT roles against",
|
|
2526
|
+
"optional": false,
|
|
2527
|
+
"feel": "required",
|
|
2528
|
+
"group": "authorization",
|
|
2375
2529
|
"binding": {
|
|
2376
|
-
"
|
|
2377
|
-
"
|
|
2530
|
+
"name": "inbound.auth.jwt.requiredPermissions",
|
|
2531
|
+
"type": "zeebe:property"
|
|
2378
2532
|
},
|
|
2379
|
-
"
|
|
2533
|
+
"condition": {
|
|
2534
|
+
"property": "inbound.auth.type",
|
|
2535
|
+
"equals": "JWT",
|
|
2536
|
+
"type": "simple"
|
|
2537
|
+
},
|
|
2538
|
+
"type": "String"
|
|
2380
2539
|
},
|
|
2381
2540
|
{
|
|
2382
|
-
"
|
|
2383
|
-
"
|
|
2384
|
-
"
|
|
2385
|
-
"feel": "required",
|
|
2541
|
+
"id": "inbound.responseExpression",
|
|
2542
|
+
"label": "Response expression",
|
|
2543
|
+
"description": "Expression used to generate the HTTP response",
|
|
2386
2544
|
"optional": true,
|
|
2545
|
+
"feel": "required",
|
|
2546
|
+
"group": "webhookResponse",
|
|
2387
2547
|
"binding": {
|
|
2388
|
-
"
|
|
2389
|
-
"
|
|
2548
|
+
"name": "inbound.responseExpression",
|
|
2549
|
+
"type": "zeebe:property"
|
|
2390
2550
|
},
|
|
2391
|
-
"
|
|
2551
|
+
"type": "Text"
|
|
2392
2552
|
},
|
|
2393
2553
|
{
|
|
2554
|
+
"id": "inbound.verificationExpression",
|
|
2394
2555
|
"label": "One time verification response expression",
|
|
2395
2556
|
"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>",
|
|
2396
|
-
"
|
|
2397
|
-
"group": "webhookResponse",
|
|
2557
|
+
"optional": true,
|
|
2398
2558
|
"feel": "required",
|
|
2559
|
+
"group": "webhookResponse",
|
|
2560
|
+
"binding": {
|
|
2561
|
+
"name": "inbound.verificationExpression",
|
|
2562
|
+
"type": "zeebe:property"
|
|
2563
|
+
},
|
|
2564
|
+
"type": "Text"
|
|
2565
|
+
},
|
|
2566
|
+
{
|
|
2567
|
+
"id": "activationCondition",
|
|
2568
|
+
"label": "Activation condition",
|
|
2569
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
2399
2570
|
"optional": true,
|
|
2571
|
+
"feel": "required",
|
|
2572
|
+
"group": "activation",
|
|
2400
2573
|
"binding": {
|
|
2401
|
-
"
|
|
2402
|
-
"
|
|
2403
|
-
}
|
|
2574
|
+
"name": "activationCondition",
|
|
2575
|
+
"type": "zeebe:property"
|
|
2576
|
+
},
|
|
2577
|
+
"type": "String"
|
|
2578
|
+
},
|
|
2579
|
+
{
|
|
2580
|
+
"id": "consumeUnmatchedEvents",
|
|
2581
|
+
"label": "Consume unmatched events",
|
|
2582
|
+
"value": true,
|
|
2583
|
+
"group": "activation",
|
|
2584
|
+
"binding": {
|
|
2585
|
+
"name": "consumeUnmatchedEvents",
|
|
2586
|
+
"type": "zeebe:property"
|
|
2587
|
+
},
|
|
2588
|
+
"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",
|
|
2589
|
+
"type": "Boolean"
|
|
2590
|
+
},
|
|
2591
|
+
{
|
|
2592
|
+
"id": "deduplicationModeManualFlag",
|
|
2593
|
+
"label": "Manual mode",
|
|
2594
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
2595
|
+
"value": false,
|
|
2596
|
+
"group": "deduplication",
|
|
2597
|
+
"binding": {
|
|
2598
|
+
"name": "deduplicationModeManualFlag",
|
|
2599
|
+
"type": "zeebe:property"
|
|
2600
|
+
},
|
|
2601
|
+
"type": "Boolean"
|
|
2602
|
+
},
|
|
2603
|
+
{
|
|
2604
|
+
"id": "deduplicationId",
|
|
2605
|
+
"label": "Deduplication ID",
|
|
2606
|
+
"constraints": {
|
|
2607
|
+
"notEmpty": true,
|
|
2608
|
+
"pattern": {
|
|
2609
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
2610
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
2611
|
+
}
|
|
2612
|
+
},
|
|
2613
|
+
"group": "deduplication",
|
|
2614
|
+
"binding": {
|
|
2615
|
+
"name": "deduplicationId",
|
|
2616
|
+
"type": "zeebe:property"
|
|
2617
|
+
},
|
|
2618
|
+
"condition": {
|
|
2619
|
+
"property": "deduplicationModeManualFlag",
|
|
2620
|
+
"equals": true,
|
|
2621
|
+
"type": "simple"
|
|
2622
|
+
},
|
|
2623
|
+
"type": "String"
|
|
2624
|
+
},
|
|
2625
|
+
{
|
|
2626
|
+
"id": "deduplicationModeManual",
|
|
2627
|
+
"value": "MANUAL",
|
|
2628
|
+
"group": "deduplication",
|
|
2629
|
+
"binding": {
|
|
2630
|
+
"name": "deduplicationMode",
|
|
2631
|
+
"type": "zeebe:property"
|
|
2632
|
+
},
|
|
2633
|
+
"condition": {
|
|
2634
|
+
"property": "deduplicationId",
|
|
2635
|
+
"isActive": true,
|
|
2636
|
+
"type": "simple"
|
|
2637
|
+
},
|
|
2638
|
+
"type": "Hidden"
|
|
2639
|
+
},
|
|
2640
|
+
{
|
|
2641
|
+
"id": "deduplicationModeAuto",
|
|
2642
|
+
"value": "AUTO",
|
|
2643
|
+
"group": "deduplication",
|
|
2644
|
+
"binding": {
|
|
2645
|
+
"name": "deduplicationMode",
|
|
2646
|
+
"type": "zeebe:property"
|
|
2647
|
+
},
|
|
2648
|
+
"condition": {
|
|
2649
|
+
"property": "deduplicationId",
|
|
2650
|
+
"isActive": false,
|
|
2651
|
+
"type": "simple"
|
|
2652
|
+
},
|
|
2653
|
+
"type": "Hidden"
|
|
2654
|
+
},
|
|
2655
|
+
{
|
|
2656
|
+
"id": "resultVariable",
|
|
2657
|
+
"label": "Result variable",
|
|
2658
|
+
"description": "Name of variable to store the response in",
|
|
2659
|
+
"group": "output",
|
|
2660
|
+
"binding": {
|
|
2661
|
+
"name": "resultVariable",
|
|
2662
|
+
"type": "zeebe:property"
|
|
2663
|
+
},
|
|
2664
|
+
"type": "String"
|
|
2404
2665
|
},
|
|
2405
2666
|
{
|
|
2406
|
-
"
|
|
2407
|
-
"
|
|
2408
|
-
"
|
|
2667
|
+
"id": "resultExpression",
|
|
2668
|
+
"label": "Result expression",
|
|
2669
|
+
"description": "Expression to map the response into process variables",
|
|
2409
2670
|
"feel": "required",
|
|
2410
|
-
"
|
|
2671
|
+
"group": "output",
|
|
2411
2672
|
"binding": {
|
|
2412
|
-
"
|
|
2413
|
-
"
|
|
2673
|
+
"name": "resultExpression",
|
|
2674
|
+
"type": "zeebe:property"
|
|
2414
2675
|
},
|
|
2415
|
-
"
|
|
2676
|
+
"type": "Text"
|
|
2416
2677
|
}
|
|
2417
2678
|
],
|
|
2418
2679
|
"icon": {
|
|
2419
|
-
"contents": "data:image/svg+xml
|
|
2420
|
-
},
|
|
2421
|
-
"engines": {
|
|
2422
|
-
"camunda": "^8.4"
|
|
2680
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
|
|
2423
2681
|
}
|
|
2424
2682
|
},
|
|
2425
2683
|
{
|
|
2426
2684
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2427
|
-
"name": "Webhook
|
|
2685
|
+
"name": "Webhook Start Event Connector",
|
|
2428
2686
|
"id": "io.camunda.connectors.webhook.WebhookConnector.v1",
|
|
2429
|
-
"version":
|
|
2687
|
+
"version": 8,
|
|
2430
2688
|
"description": "Configure webhook to receive callbacks",
|
|
2431
2689
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
2432
2690
|
"category": {
|
|
@@ -2811,203 +3069,44 @@
|
|
|
2811
3069
|
"description": "Expression to map the inbound payload to process variables"
|
|
2812
3070
|
},
|
|
2813
3071
|
{
|
|
2814
|
-
"label": "
|
|
3072
|
+
"label": "One time verification response expression",
|
|
3073
|
+
"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>",
|
|
2815
3074
|
"type": "Text",
|
|
2816
3075
|
"group": "webhookResponse",
|
|
2817
3076
|
"feel": "required",
|
|
2818
3077
|
"optional": true,
|
|
2819
3078
|
"binding": {
|
|
2820
3079
|
"type": "zeebe:property",
|
|
2821
|
-
"name": "inbound.
|
|
2822
|
-
},
|
|
2823
|
-
"description": "Specify condition and response"
|
|
2824
|
-
}
|
|
2825
|
-
],
|
|
2826
|
-
"icon": {
|
|
2827
|
-
"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"
|
|
2828
|
-
},
|
|
2829
|
-
"engines": {
|
|
2830
|
-
"camunda": "^8.2"
|
|
2831
|
-
}
|
|
2832
|
-
},
|
|
2833
|
-
{
|
|
2834
|
-
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2835
|
-
"name": "Webhook Connector",
|
|
2836
|
-
"id": "io.camunda.connectors.webhook.WebhookConnector.v1",
|
|
2837
|
-
"version": 1,
|
|
2838
|
-
"description": "Configure webhook to receive callbacks",
|
|
2839
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
2840
|
-
"category": {
|
|
2841
|
-
"id": "connectors",
|
|
2842
|
-
"name": "Connectors"
|
|
2843
|
-
},
|
|
2844
|
-
"appliesTo": ["bpmn:StartEvent"],
|
|
2845
|
-
"elementType": {
|
|
2846
|
-
"value": "bpmn:StartEvent"
|
|
2847
|
-
},
|
|
2848
|
-
"groups": [
|
|
2849
|
-
{
|
|
2850
|
-
"id": "endpoint",
|
|
2851
|
-
"label": "Webhook Configuration"
|
|
2852
|
-
},
|
|
2853
|
-
{
|
|
2854
|
-
"id": "activation",
|
|
2855
|
-
"label": "Activation"
|
|
2856
|
-
},
|
|
2857
|
-
{
|
|
2858
|
-
"id": "variable-mapping",
|
|
2859
|
-
"label": "Variable Mapping"
|
|
2860
|
-
}
|
|
2861
|
-
],
|
|
2862
|
-
"properties": [
|
|
2863
|
-
{
|
|
2864
|
-
"type": "Hidden",
|
|
2865
|
-
"value": "io.camunda:webhook:1",
|
|
2866
|
-
"binding": {
|
|
2867
|
-
"type": "zeebe:property",
|
|
2868
|
-
"name": "inbound.type"
|
|
2869
|
-
}
|
|
2870
|
-
},
|
|
2871
|
-
{
|
|
2872
|
-
"type": "Hidden",
|
|
2873
|
-
"value": "ConfigurableInboundWebhook",
|
|
2874
|
-
"binding": {
|
|
2875
|
-
"type": "zeebe:property",
|
|
2876
|
-
"name": "inbound.subtype"
|
|
2877
|
-
}
|
|
2878
|
-
},
|
|
2879
|
-
{
|
|
2880
|
-
"label": "Webhook ID",
|
|
2881
|
-
"type": "String",
|
|
2882
|
-
"group": "endpoint",
|
|
2883
|
-
"binding": {
|
|
2884
|
-
"type": "zeebe:property",
|
|
2885
|
-
"name": "inbound.context"
|
|
2886
|
-
},
|
|
2887
|
-
"constraints": {
|
|
2888
|
-
"notEmpty": true
|
|
2889
|
-
},
|
|
2890
|
-
"description": "The webhook ID is a part of the URL"
|
|
2891
|
-
},
|
|
2892
|
-
{
|
|
2893
|
-
"id": "shouldValidateHmac",
|
|
2894
|
-
"label": "HMAC authentication",
|
|
2895
|
-
"group": "endpoint",
|
|
2896
|
-
"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",
|
|
2897
|
-
"value": "disabled",
|
|
2898
|
-
"type": "Dropdown",
|
|
2899
|
-
"choices": [
|
|
2900
|
-
{
|
|
2901
|
-
"name": "Enabled",
|
|
2902
|
-
"value": "enabled"
|
|
2903
|
-
},
|
|
2904
|
-
{
|
|
2905
|
-
"name": "Disabled",
|
|
2906
|
-
"value": "disabled"
|
|
2907
|
-
}
|
|
2908
|
-
],
|
|
2909
|
-
"binding": {
|
|
2910
|
-
"type": "zeebe:property",
|
|
2911
|
-
"name": "inbound.shouldValidateHmac"
|
|
2912
|
-
}
|
|
2913
|
-
},
|
|
2914
|
-
{
|
|
2915
|
-
"label": "HMAC secret key",
|
|
2916
|
-
"description": "Shared secret key",
|
|
2917
|
-
"type": "String",
|
|
2918
|
-
"group": "endpoint",
|
|
2919
|
-
"optional": true,
|
|
2920
|
-
"binding": {
|
|
2921
|
-
"type": "zeebe:property",
|
|
2922
|
-
"name": "inbound.hmacSecret"
|
|
2923
|
-
},
|
|
2924
|
-
"condition": {
|
|
2925
|
-
"property": "shouldValidateHmac",
|
|
2926
|
-
"equals": "enabled"
|
|
2927
|
-
}
|
|
2928
|
-
},
|
|
2929
|
-
{
|
|
2930
|
-
"label": "HMAC header",
|
|
2931
|
-
"description": "Name of header attribute that will contain the HMAC value",
|
|
2932
|
-
"type": "String",
|
|
2933
|
-
"group": "endpoint",
|
|
2934
|
-
"optional": true,
|
|
2935
|
-
"binding": {
|
|
2936
|
-
"type": "zeebe:property",
|
|
2937
|
-
"name": "inbound.hmacHeader"
|
|
2938
|
-
},
|
|
2939
|
-
"condition": {
|
|
2940
|
-
"property": "shouldValidateHmac",
|
|
2941
|
-
"equals": "enabled"
|
|
2942
|
-
}
|
|
2943
|
-
},
|
|
2944
|
-
{
|
|
2945
|
-
"label": "HMAC algorithm",
|
|
2946
|
-
"group": "endpoint",
|
|
2947
|
-
"description": "Choose HMAC algorithm",
|
|
2948
|
-
"value": "sha_256",
|
|
2949
|
-
"type": "Dropdown",
|
|
2950
|
-
"choices": [
|
|
2951
|
-
{
|
|
2952
|
-
"name": "SHA-1",
|
|
2953
|
-
"value": "sha_1"
|
|
2954
|
-
},
|
|
2955
|
-
{
|
|
2956
|
-
"name": "SHA-256",
|
|
2957
|
-
"value": "sha_256"
|
|
2958
|
-
},
|
|
2959
|
-
{
|
|
2960
|
-
"name": "SHA-512",
|
|
2961
|
-
"value": "sha_512"
|
|
2962
|
-
}
|
|
2963
|
-
],
|
|
2964
|
-
"binding": {
|
|
2965
|
-
"type": "zeebe:property",
|
|
2966
|
-
"name": "inbound.hmacAlgorithm"
|
|
2967
|
-
},
|
|
2968
|
-
"condition": {
|
|
2969
|
-
"property": "shouldValidateHmac",
|
|
2970
|
-
"equals": "enabled"
|
|
3080
|
+
"name": "inbound.verificationExpression"
|
|
2971
3081
|
}
|
|
2972
3082
|
},
|
|
2973
3083
|
{
|
|
2974
|
-
"label": "
|
|
2975
|
-
"type": "
|
|
2976
|
-
"group": "
|
|
3084
|
+
"label": "Response body expression",
|
|
3085
|
+
"type": "Text",
|
|
3086
|
+
"group": "webhookResponse",
|
|
2977
3087
|
"feel": "required",
|
|
2978
3088
|
"optional": true,
|
|
2979
3089
|
"binding": {
|
|
2980
3090
|
"type": "zeebe:property",
|
|
2981
|
-
"name": "inbound.
|
|
2982
|
-
},
|
|
2983
|
-
"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>"
|
|
2984
|
-
},
|
|
2985
|
-
{
|
|
2986
|
-
"label": "Variables",
|
|
2987
|
-
"type": "String",
|
|
2988
|
-
"group": "variable-mapping",
|
|
2989
|
-
"feel": "required",
|
|
2990
|
-
"binding": {
|
|
2991
|
-
"type": "zeebe:property",
|
|
2992
|
-
"name": "inbound.variableMapping"
|
|
3091
|
+
"name": "inbound.responseBodyExpression"
|
|
2993
3092
|
},
|
|
2994
|
-
"description": "
|
|
3093
|
+
"description": "Specify condition and response"
|
|
2995
3094
|
}
|
|
2996
3095
|
],
|
|
2997
3096
|
"icon": {
|
|
2998
3097
|
"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"
|
|
2999
3098
|
},
|
|
3000
3099
|
"engines": {
|
|
3001
|
-
"camunda": "^8.
|
|
3100
|
+
"camunda": "^8.4"
|
|
3002
3101
|
}
|
|
3003
3102
|
},
|
|
3004
3103
|
{
|
|
3005
3104
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
3006
3105
|
"name": "Webhook Start Event Connector",
|
|
3007
3106
|
"id": "io.camunda.connectors.webhook.WebhookConnector.v1",
|
|
3008
|
-
"version": 9,
|
|
3009
3107
|
"description": "Configure webhook to receive callbacks",
|
|
3010
3108
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
3109
|
+
"version": 10,
|
|
3011
3110
|
"category": {
|
|
3012
3111
|
"id": "connectors",
|
|
3013
3112
|
"name": "Connectors"
|
|
@@ -3030,41 +3129,38 @@
|
|
|
3030
3129
|
"label": "Authorization"
|
|
3031
3130
|
},
|
|
3032
3131
|
{
|
|
3033
|
-
"id": "
|
|
3034
|
-
"label": "
|
|
3132
|
+
"id": "webhookResponse",
|
|
3133
|
+
"label": "Webhook response"
|
|
3035
3134
|
},
|
|
3036
3135
|
{
|
|
3037
|
-
"id": "
|
|
3038
|
-
"label": "
|
|
3136
|
+
"id": "activation",
|
|
3137
|
+
"label": "Activation"
|
|
3039
3138
|
},
|
|
3040
3139
|
{
|
|
3041
|
-
"id": "
|
|
3042
|
-
"label": "
|
|
3140
|
+
"id": "output",
|
|
3141
|
+
"label": "Output mapping"
|
|
3043
3142
|
}
|
|
3044
3143
|
],
|
|
3045
3144
|
"properties": [
|
|
3046
3145
|
{
|
|
3047
|
-
"type": "Hidden",
|
|
3048
3146
|
"value": "io.camunda:webhook:1",
|
|
3049
3147
|
"binding": {
|
|
3050
|
-
"
|
|
3051
|
-
"
|
|
3052
|
-
}
|
|
3053
|
-
|
|
3054
|
-
{
|
|
3055
|
-
"type": "Hidden",
|
|
3056
|
-
"value": "ConfigurableInboundWebhook",
|
|
3057
|
-
"binding": {
|
|
3058
|
-
"type": "zeebe:property",
|
|
3059
|
-
"name": "inbound.subtype"
|
|
3060
|
-
}
|
|
3148
|
+
"name": "inbound.type",
|
|
3149
|
+
"type": "zeebe:property"
|
|
3150
|
+
},
|
|
3151
|
+
"type": "Hidden"
|
|
3061
3152
|
},
|
|
3062
3153
|
{
|
|
3063
|
-
"id": "
|
|
3154
|
+
"id": "inbound.method",
|
|
3064
3155
|
"label": "Webhook method",
|
|
3065
|
-
"group": "endpoint",
|
|
3066
3156
|
"description": "Select HTTP method",
|
|
3157
|
+
"optional": false,
|
|
3067
3158
|
"value": "any",
|
|
3159
|
+
"group": "endpoint",
|
|
3160
|
+
"binding": {
|
|
3161
|
+
"name": "inbound.method",
|
|
3162
|
+
"type": "zeebe:property"
|
|
3163
|
+
},
|
|
3068
3164
|
"type": "Dropdown",
|
|
3069
3165
|
"choices": [
|
|
3070
3166
|
{
|
|
@@ -3072,50 +3168,53 @@
|
|
|
3072
3168
|
"value": "any"
|
|
3073
3169
|
},
|
|
3074
3170
|
{
|
|
3075
|
-
"name": "
|
|
3171
|
+
"name": "GET",
|
|
3076
3172
|
"value": "get"
|
|
3077
3173
|
},
|
|
3078
3174
|
{
|
|
3079
|
-
"name": "
|
|
3175
|
+
"name": "POST",
|
|
3080
3176
|
"value": "post"
|
|
3081
3177
|
},
|
|
3082
3178
|
{
|
|
3083
|
-
"name": "
|
|
3179
|
+
"name": "PUT",
|
|
3084
3180
|
"value": "put"
|
|
3085
3181
|
},
|
|
3086
|
-
{
|
|
3087
|
-
"name": "
|
|
3088
|
-
"value": "delete"
|
|
3089
|
-
}
|
|
3090
|
-
]
|
|
3091
|
-
"binding": {
|
|
3092
|
-
"type": "zeebe:property",
|
|
3093
|
-
"name": "inbound.method"
|
|
3094
|
-
}
|
|
3182
|
+
{
|
|
3183
|
+
"name": "DELETE",
|
|
3184
|
+
"value": "delete"
|
|
3185
|
+
}
|
|
3186
|
+
]
|
|
3095
3187
|
},
|
|
3096
3188
|
{
|
|
3189
|
+
"id": "inbound.context",
|
|
3097
3190
|
"label": "Webhook ID",
|
|
3098
|
-
"type": "String",
|
|
3099
|
-
"group": "endpoint",
|
|
3100
|
-
"binding": {
|
|
3101
|
-
"type": "zeebe:property",
|
|
3102
|
-
"name": "inbound.context"
|
|
3103
|
-
},
|
|
3104
3191
|
"description": "The webhook ID is a part of the URL",
|
|
3192
|
+
"optional": false,
|
|
3105
3193
|
"constraints": {
|
|
3106
3194
|
"notEmpty": true,
|
|
3107
3195
|
"pattern": {
|
|
3108
3196
|
"value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
|
|
3109
3197
|
"message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
|
|
3110
3198
|
}
|
|
3111
|
-
}
|
|
3199
|
+
},
|
|
3200
|
+
"group": "endpoint",
|
|
3201
|
+
"binding": {
|
|
3202
|
+
"name": "inbound.context",
|
|
3203
|
+
"type": "zeebe:property"
|
|
3204
|
+
},
|
|
3205
|
+
"type": "String"
|
|
3112
3206
|
},
|
|
3113
3207
|
{
|
|
3114
|
-
"id": "shouldValidateHmac",
|
|
3208
|
+
"id": "inbound.shouldValidateHmac",
|
|
3115
3209
|
"label": "HMAC authentication",
|
|
3116
|
-
"group": "authentication",
|
|
3117
3210
|
"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",
|
|
3211
|
+
"optional": false,
|
|
3118
3212
|
"value": "disabled",
|
|
3213
|
+
"group": "authentication",
|
|
3214
|
+
"binding": {
|
|
3215
|
+
"name": "inbound.shouldValidateHmac",
|
|
3216
|
+
"type": "zeebe:property"
|
|
3217
|
+
},
|
|
3119
3218
|
"type": "Dropdown",
|
|
3120
3219
|
"choices": [
|
|
3121
3220
|
{
|
|
@@ -3126,47 +3225,60 @@
|
|
|
3126
3225
|
"name": "Disabled",
|
|
3127
3226
|
"value": "disabled"
|
|
3128
3227
|
}
|
|
3129
|
-
]
|
|
3130
|
-
"binding": {
|
|
3131
|
-
"type": "zeebe:property",
|
|
3132
|
-
"name": "inbound.shouldValidateHmac"
|
|
3133
|
-
}
|
|
3228
|
+
]
|
|
3134
3229
|
},
|
|
3135
3230
|
{
|
|
3231
|
+
"id": "inbound.hmacSecret",
|
|
3136
3232
|
"label": "HMAC secret key",
|
|
3137
3233
|
"description": "Shared secret key",
|
|
3138
|
-
"type": "String",
|
|
3139
|
-
"group": "authentication",
|
|
3140
3234
|
"optional": true,
|
|
3235
|
+
"feel": "optional",
|
|
3236
|
+
"group": "authentication",
|
|
3141
3237
|
"binding": {
|
|
3142
|
-
"
|
|
3143
|
-
"
|
|
3238
|
+
"name": "inbound.hmacSecret",
|
|
3239
|
+
"type": "zeebe:property"
|
|
3144
3240
|
},
|
|
3145
3241
|
"condition": {
|
|
3146
|
-
"property": "shouldValidateHmac",
|
|
3147
|
-
"equals": "enabled"
|
|
3148
|
-
|
|
3242
|
+
"property": "inbound.shouldValidateHmac",
|
|
3243
|
+
"equals": "enabled",
|
|
3244
|
+
"type": "simple"
|
|
3245
|
+
},
|
|
3246
|
+
"type": "String"
|
|
3149
3247
|
},
|
|
3150
3248
|
{
|
|
3249
|
+
"id": "inbound.hmacHeader",
|
|
3151
3250
|
"label": "HMAC header",
|
|
3152
3251
|
"description": "Name of header attribute that will contain the HMAC value",
|
|
3153
|
-
"type": "String",
|
|
3154
|
-
"group": "authentication",
|
|
3155
3252
|
"optional": true,
|
|
3253
|
+
"feel": "optional",
|
|
3254
|
+
"group": "authentication",
|
|
3156
3255
|
"binding": {
|
|
3157
|
-
"
|
|
3158
|
-
"
|
|
3256
|
+
"name": "inbound.hmacHeader",
|
|
3257
|
+
"type": "zeebe:property"
|
|
3159
3258
|
},
|
|
3160
3259
|
"condition": {
|
|
3161
|
-
"property": "shouldValidateHmac",
|
|
3162
|
-
"equals": "enabled"
|
|
3163
|
-
|
|
3260
|
+
"property": "inbound.shouldValidateHmac",
|
|
3261
|
+
"equals": "enabled",
|
|
3262
|
+
"type": "simple"
|
|
3263
|
+
},
|
|
3264
|
+
"type": "String"
|
|
3164
3265
|
},
|
|
3165
3266
|
{
|
|
3267
|
+
"id": "inbound.hmacAlgorithm",
|
|
3166
3268
|
"label": "HMAC algorithm",
|
|
3167
|
-
"group": "authentication",
|
|
3168
3269
|
"description": "Choose HMAC algorithm",
|
|
3270
|
+
"optional": false,
|
|
3169
3271
|
"value": "sha_256",
|
|
3272
|
+
"group": "authentication",
|
|
3273
|
+
"binding": {
|
|
3274
|
+
"name": "inbound.hmacAlgorithm",
|
|
3275
|
+
"type": "zeebe:property"
|
|
3276
|
+
},
|
|
3277
|
+
"condition": {
|
|
3278
|
+
"property": "inbound.shouldValidateHmac",
|
|
3279
|
+
"equals": "enabled",
|
|
3280
|
+
"type": "simple"
|
|
3281
|
+
},
|
|
3170
3282
|
"type": "Dropdown",
|
|
3171
3283
|
"choices": [
|
|
3172
3284
|
{
|
|
@@ -3181,245 +3293,251 @@
|
|
|
3181
3293
|
"name": "SHA-512",
|
|
3182
3294
|
"value": "sha_512"
|
|
3183
3295
|
}
|
|
3184
|
-
]
|
|
3185
|
-
"binding": {
|
|
3186
|
-
"type": "zeebe:property",
|
|
3187
|
-
"name": "inbound.hmacAlgorithm"
|
|
3188
|
-
},
|
|
3189
|
-
"condition": {
|
|
3190
|
-
"property": "shouldValidateHmac",
|
|
3191
|
-
"equals": "enabled"
|
|
3192
|
-
}
|
|
3296
|
+
]
|
|
3193
3297
|
},
|
|
3194
3298
|
{
|
|
3299
|
+
"id": "inbound.hmacScopes",
|
|
3195
3300
|
"label": "HMAC scopes",
|
|
3196
|
-
"group": "authentication",
|
|
3197
3301
|
"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>",
|
|
3198
|
-
"feel": "required",
|
|
3199
|
-
"type": "String",
|
|
3200
3302
|
"optional": true,
|
|
3303
|
+
"feel": "required",
|
|
3304
|
+
"group": "authentication",
|
|
3201
3305
|
"binding": {
|
|
3202
|
-
"
|
|
3203
|
-
"
|
|
3306
|
+
"name": "inbound.hmacScopes",
|
|
3307
|
+
"type": "zeebe:property"
|
|
3204
3308
|
},
|
|
3205
3309
|
"condition": {
|
|
3206
|
-
"property": "shouldValidateHmac",
|
|
3207
|
-
"equals": "enabled"
|
|
3208
|
-
|
|
3310
|
+
"property": "inbound.shouldValidateHmac",
|
|
3311
|
+
"equals": "enabled",
|
|
3312
|
+
"type": "simple"
|
|
3313
|
+
},
|
|
3314
|
+
"type": "String"
|
|
3209
3315
|
},
|
|
3210
3316
|
{
|
|
3211
|
-
"id": "
|
|
3317
|
+
"id": "inbound.auth.type",
|
|
3212
3318
|
"label": "Authorization type",
|
|
3213
|
-
"
|
|
3214
|
-
"description": "Choose the authorization type.",
|
|
3319
|
+
"description": "Choose the authorization type",
|
|
3215
3320
|
"value": "NONE",
|
|
3321
|
+
"group": "authorization",
|
|
3322
|
+
"binding": {
|
|
3323
|
+
"name": "inbound.auth.type",
|
|
3324
|
+
"type": "zeebe:property"
|
|
3325
|
+
},
|
|
3216
3326
|
"type": "Dropdown",
|
|
3217
3327
|
"choices": [
|
|
3218
3328
|
{
|
|
3219
3329
|
"name": "None",
|
|
3220
3330
|
"value": "NONE"
|
|
3221
3331
|
},
|
|
3222
|
-
{
|
|
3223
|
-
"name": "JWT",
|
|
3224
|
-
"value": "JWT"
|
|
3225
|
-
},
|
|
3226
3332
|
{
|
|
3227
3333
|
"name": "Basic",
|
|
3228
3334
|
"value": "BASIC"
|
|
3229
3335
|
},
|
|
3230
3336
|
{
|
|
3231
|
-
"name": "API
|
|
3337
|
+
"name": "API key",
|
|
3232
3338
|
"value": "APIKEY"
|
|
3339
|
+
},
|
|
3340
|
+
{
|
|
3341
|
+
"name": "JWT",
|
|
3342
|
+
"value": "JWT"
|
|
3233
3343
|
}
|
|
3234
|
-
]
|
|
3235
|
-
"binding": {
|
|
3236
|
-
"type": "zeebe:property",
|
|
3237
|
-
"name": "inbound.auth.type"
|
|
3238
|
-
}
|
|
3344
|
+
]
|
|
3239
3345
|
},
|
|
3240
3346
|
{
|
|
3241
|
-
"
|
|
3242
|
-
"
|
|
3243
|
-
"
|
|
3244
|
-
"
|
|
3347
|
+
"id": "inbound.auth.username",
|
|
3348
|
+
"label": "Username",
|
|
3349
|
+
"description": "Username for basic authentication",
|
|
3350
|
+
"optional": false,
|
|
3245
3351
|
"feel": "optional",
|
|
3246
|
-
"
|
|
3352
|
+
"group": "authorization",
|
|
3247
3353
|
"binding": {
|
|
3248
|
-
"
|
|
3249
|
-
"
|
|
3354
|
+
"name": "inbound.auth.username",
|
|
3355
|
+
"type": "zeebe:property"
|
|
3250
3356
|
},
|
|
3251
3357
|
"condition": {
|
|
3252
|
-
"property": "
|
|
3253
|
-
"equals": "
|
|
3254
|
-
|
|
3358
|
+
"property": "inbound.auth.type",
|
|
3359
|
+
"equals": "BASIC",
|
|
3360
|
+
"type": "simple"
|
|
3361
|
+
},
|
|
3362
|
+
"type": "String"
|
|
3255
3363
|
},
|
|
3256
3364
|
{
|
|
3257
|
-
"
|
|
3258
|
-
"
|
|
3259
|
-
"
|
|
3365
|
+
"id": "inbound.auth.password",
|
|
3366
|
+
"label": "Password",
|
|
3367
|
+
"description": "Password for basic authentication",
|
|
3368
|
+
"optional": false,
|
|
3369
|
+
"feel": "optional",
|
|
3260
3370
|
"group": "authorization",
|
|
3261
|
-
"feel": "required",
|
|
3262
|
-
"optional": true,
|
|
3263
3371
|
"binding": {
|
|
3264
|
-
"
|
|
3265
|
-
"
|
|
3372
|
+
"name": "inbound.auth.password",
|
|
3373
|
+
"type": "zeebe:property"
|
|
3266
3374
|
},
|
|
3267
3375
|
"condition": {
|
|
3268
|
-
"property": "
|
|
3269
|
-
"equals": "
|
|
3270
|
-
|
|
3376
|
+
"property": "inbound.auth.type",
|
|
3377
|
+
"equals": "BASIC",
|
|
3378
|
+
"type": "simple"
|
|
3379
|
+
},
|
|
3380
|
+
"type": "String"
|
|
3271
3381
|
},
|
|
3272
3382
|
{
|
|
3273
|
-
"
|
|
3274
|
-
"
|
|
3275
|
-
"
|
|
3383
|
+
"id": "inbound.auth.apiKey",
|
|
3384
|
+
"label": "API key",
|
|
3385
|
+
"description": "Expected API key",
|
|
3386
|
+
"optional": false,
|
|
3387
|
+
"feel": "optional",
|
|
3276
3388
|
"group": "authorization",
|
|
3277
|
-
"feel": "required",
|
|
3278
|
-
"optional": true,
|
|
3279
3389
|
"binding": {
|
|
3280
|
-
"
|
|
3281
|
-
"
|
|
3390
|
+
"name": "inbound.auth.apiKey",
|
|
3391
|
+
"type": "zeebe:property"
|
|
3282
3392
|
},
|
|
3283
3393
|
"condition": {
|
|
3284
|
-
"property": "
|
|
3285
|
-
"equals": "
|
|
3286
|
-
|
|
3394
|
+
"property": "inbound.auth.type",
|
|
3395
|
+
"equals": "APIKEY",
|
|
3396
|
+
"type": "simple"
|
|
3397
|
+
},
|
|
3398
|
+
"type": "String"
|
|
3287
3399
|
},
|
|
3288
3400
|
{
|
|
3289
|
-
"
|
|
3290
|
-
"
|
|
3291
|
-
"
|
|
3401
|
+
"id": "inbound.auth.apiKeyLocator",
|
|
3402
|
+
"label": "API key locator",
|
|
3403
|
+
"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>",
|
|
3404
|
+
"optional": false,
|
|
3405
|
+
"value": "=split(request.headers.authorization, \" \")[2]",
|
|
3406
|
+
"constraints": {
|
|
3407
|
+
"notEmpty": true
|
|
3408
|
+
},
|
|
3409
|
+
"feel": "required",
|
|
3292
3410
|
"group": "authorization",
|
|
3293
|
-
"feel": "optional",
|
|
3294
3411
|
"binding": {
|
|
3295
|
-
"
|
|
3296
|
-
"
|
|
3412
|
+
"name": "inbound.auth.apiKeyLocator",
|
|
3413
|
+
"type": "zeebe:property"
|
|
3297
3414
|
},
|
|
3298
3415
|
"condition": {
|
|
3299
|
-
"property": "
|
|
3300
|
-
"equals": "
|
|
3416
|
+
"property": "inbound.auth.type",
|
|
3417
|
+
"equals": "APIKEY",
|
|
3418
|
+
"type": "simple"
|
|
3301
3419
|
},
|
|
3302
|
-
"
|
|
3303
|
-
"notEmpty": true
|
|
3304
|
-
}
|
|
3420
|
+
"type": "String"
|
|
3305
3421
|
},
|
|
3306
3422
|
{
|
|
3307
|
-
"
|
|
3308
|
-
"
|
|
3309
|
-
"
|
|
3310
|
-
"
|
|
3423
|
+
"id": "inbound.auth.jwt.jwkUrl",
|
|
3424
|
+
"label": "JWK URL",
|
|
3425
|
+
"description": "Well-known URL of JWKs",
|
|
3426
|
+
"optional": false,
|
|
3311
3427
|
"feel": "optional",
|
|
3428
|
+
"group": "authorization",
|
|
3312
3429
|
"binding": {
|
|
3313
|
-
"
|
|
3314
|
-
"
|
|
3430
|
+
"name": "inbound.auth.jwt.jwkUrl",
|
|
3431
|
+
"type": "zeebe:property"
|
|
3315
3432
|
},
|
|
3316
3433
|
"condition": {
|
|
3317
|
-
"property": "
|
|
3318
|
-
"equals": "
|
|
3434
|
+
"property": "inbound.auth.type",
|
|
3435
|
+
"equals": "JWT",
|
|
3436
|
+
"type": "simple"
|
|
3319
3437
|
},
|
|
3320
|
-
"
|
|
3321
|
-
|
|
3322
|
-
|
|
3323
|
-
|
|
3324
|
-
|
|
3325
|
-
"
|
|
3326
|
-
"
|
|
3327
|
-
"
|
|
3438
|
+
"type": "String"
|
|
3439
|
+
},
|
|
3440
|
+
{
|
|
3441
|
+
"id": "inbound.auth.jwt.permissionsExpression",
|
|
3442
|
+
"label": "JWT role property expression",
|
|
3443
|
+
"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>",
|
|
3444
|
+
"optional": false,
|
|
3445
|
+
"feel": "required",
|
|
3328
3446
|
"group": "authorization",
|
|
3329
|
-
"feel": "optional",
|
|
3330
3447
|
"binding": {
|
|
3331
|
-
"
|
|
3332
|
-
"
|
|
3448
|
+
"name": "inbound.auth.jwt.permissionsExpression",
|
|
3449
|
+
"type": "zeebe:property"
|
|
3333
3450
|
},
|
|
3334
3451
|
"condition": {
|
|
3335
|
-
"property": "
|
|
3336
|
-
"equals": "
|
|
3452
|
+
"property": "inbound.auth.type",
|
|
3453
|
+
"equals": "JWT",
|
|
3454
|
+
"type": "simple"
|
|
3337
3455
|
},
|
|
3338
|
-
"
|
|
3339
|
-
"notEmpty": true
|
|
3340
|
-
}
|
|
3456
|
+
"type": "String"
|
|
3341
3457
|
},
|
|
3342
3458
|
{
|
|
3343
|
-
"
|
|
3344
|
-
"
|
|
3345
|
-
"
|
|
3346
|
-
"
|
|
3459
|
+
"id": "inbound.auth.jwt.requiredPermissions",
|
|
3460
|
+
"label": "Required roles",
|
|
3461
|
+
"description": "List of roles to test JWT roles against",
|
|
3462
|
+
"optional": false,
|
|
3347
3463
|
"feel": "required",
|
|
3464
|
+
"group": "authorization",
|
|
3348
3465
|
"binding": {
|
|
3349
|
-
"
|
|
3350
|
-
"
|
|
3466
|
+
"name": "inbound.auth.jwt.requiredPermissions",
|
|
3467
|
+
"type": "zeebe:property"
|
|
3351
3468
|
},
|
|
3352
3469
|
"condition": {
|
|
3353
|
-
"property": "
|
|
3354
|
-
"equals": "
|
|
3355
|
-
|
|
3356
|
-
"constraints": {
|
|
3357
|
-
"notEmpty": true
|
|
3470
|
+
"property": "inbound.auth.type",
|
|
3471
|
+
"equals": "JWT",
|
|
3472
|
+
"type": "simple"
|
|
3358
3473
|
},
|
|
3359
|
-
"
|
|
3474
|
+
"type": "String"
|
|
3360
3475
|
},
|
|
3361
3476
|
{
|
|
3362
|
-
"
|
|
3363
|
-
"
|
|
3364
|
-
"
|
|
3365
|
-
"feel": "required",
|
|
3477
|
+
"id": "inbound.responseBodyExpression",
|
|
3478
|
+
"label": "Response body expression",
|
|
3479
|
+
"description": "Specify condition and response",
|
|
3366
3480
|
"optional": true,
|
|
3481
|
+
"feel": "required",
|
|
3482
|
+
"group": "webhookResponse",
|
|
3367
3483
|
"binding": {
|
|
3368
|
-
"
|
|
3369
|
-
"
|
|
3484
|
+
"name": "inbound.responseBodyExpression",
|
|
3485
|
+
"type": "zeebe:property"
|
|
3370
3486
|
},
|
|
3371
|
-
"
|
|
3487
|
+
"type": "Text"
|
|
3372
3488
|
},
|
|
3373
3489
|
{
|
|
3374
|
-
"
|
|
3375
|
-
"
|
|
3376
|
-
"
|
|
3490
|
+
"id": "inbound.verificationExpression",
|
|
3491
|
+
"label": "One time verification response expression",
|
|
3492
|
+
"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>",
|
|
3377
3493
|
"optional": true,
|
|
3494
|
+
"feel": "required",
|
|
3495
|
+
"group": "webhookResponse",
|
|
3378
3496
|
"binding": {
|
|
3379
|
-
"
|
|
3380
|
-
"
|
|
3497
|
+
"name": "inbound.verificationExpression",
|
|
3498
|
+
"type": "zeebe:property"
|
|
3381
3499
|
},
|
|
3382
|
-
"
|
|
3500
|
+
"type": "Text"
|
|
3383
3501
|
},
|
|
3384
3502
|
{
|
|
3385
|
-
"
|
|
3386
|
-
"
|
|
3387
|
-
"
|
|
3388
|
-
"feel": "required",
|
|
3503
|
+
"id": "activationCondition",
|
|
3504
|
+
"label": "Activation condition",
|
|
3505
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
3389
3506
|
"optional": true,
|
|
3507
|
+
"feel": "required",
|
|
3508
|
+
"group": "activation",
|
|
3390
3509
|
"binding": {
|
|
3391
|
-
"
|
|
3392
|
-
"
|
|
3510
|
+
"name": "activationCondition",
|
|
3511
|
+
"type": "zeebe:property"
|
|
3393
3512
|
},
|
|
3394
|
-
"
|
|
3513
|
+
"type": "String"
|
|
3395
3514
|
},
|
|
3396
3515
|
{
|
|
3397
|
-
"
|
|
3398
|
-
"
|
|
3399
|
-
"
|
|
3400
|
-
"group": "
|
|
3401
|
-
"feel": "required",
|
|
3402
|
-
"optional": true,
|
|
3516
|
+
"id": "resultVariable",
|
|
3517
|
+
"label": "Result variable",
|
|
3518
|
+
"description": "Name of variable to store the response in",
|
|
3519
|
+
"group": "output",
|
|
3403
3520
|
"binding": {
|
|
3404
|
-
"
|
|
3405
|
-
"
|
|
3406
|
-
}
|
|
3521
|
+
"name": "resultVariable",
|
|
3522
|
+
"type": "zeebe:property"
|
|
3523
|
+
},
|
|
3524
|
+
"type": "String"
|
|
3407
3525
|
},
|
|
3408
3526
|
{
|
|
3409
|
-
"
|
|
3410
|
-
"
|
|
3411
|
-
"
|
|
3527
|
+
"id": "resultExpression",
|
|
3528
|
+
"label": "Result expression",
|
|
3529
|
+
"description": "Expression to map the response into process variables",
|
|
3412
3530
|
"feel": "required",
|
|
3413
|
-
"
|
|
3531
|
+
"group": "output",
|
|
3414
3532
|
"binding": {
|
|
3415
|
-
"
|
|
3416
|
-
"
|
|
3533
|
+
"name": "resultExpression",
|
|
3534
|
+
"type": "zeebe:property"
|
|
3417
3535
|
},
|
|
3418
|
-
"
|
|
3536
|
+
"type": "Text"
|
|
3419
3537
|
}
|
|
3420
3538
|
],
|
|
3421
3539
|
"icon": {
|
|
3422
|
-
"contents": "data:image/svg+xml
|
|
3540
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
|
|
3423
3541
|
},
|
|
3424
3542
|
"engines": {
|
|
3425
3543
|
"camunda": "^8.5"
|
|
@@ -3427,9 +3545,9 @@
|
|
|
3427
3545
|
},
|
|
3428
3546
|
{
|
|
3429
3547
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
3430
|
-
"name": "Webhook
|
|
3548
|
+
"name": "Webhook connector",
|
|
3431
3549
|
"id": "io.camunda.connectors.webhook.WebhookConnector.v1",
|
|
3432
|
-
"version":
|
|
3550
|
+
"version": 6,
|
|
3433
3551
|
"description": "Configure webhook to receive callbacks",
|
|
3434
3552
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
3435
3553
|
"category": {
|
|
@@ -4295,7 +4413,7 @@
|
|
|
4295
4413
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4296
4414
|
"name": "Webhook Connector",
|
|
4297
4415
|
"id": "io.camunda.connectors.webhook.WebhookConnector.v1",
|
|
4298
|
-
"version":
|
|
4416
|
+
"version": 1,
|
|
4299
4417
|
"description": "Configure webhook to receive callbacks",
|
|
4300
4418
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
4301
4419
|
"category": {
|
|
@@ -4345,10 +4463,10 @@
|
|
|
4345
4463
|
"type": "zeebe:property",
|
|
4346
4464
|
"name": "inbound.context"
|
|
4347
4465
|
},
|
|
4348
|
-
"description": "The webhook ID is a part of the URL",
|
|
4349
4466
|
"constraints": {
|
|
4350
4467
|
"notEmpty": true
|
|
4351
|
-
}
|
|
4468
|
+
},
|
|
4469
|
+
"description": "The webhook ID is a part of the URL"
|
|
4352
4470
|
},
|
|
4353
4471
|
{
|
|
4354
4472
|
"id": "shouldValidateHmac",
|
|
@@ -4444,27 +4562,15 @@
|
|
|
4444
4562
|
"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>"
|
|
4445
4563
|
},
|
|
4446
4564
|
{
|
|
4447
|
-
"label": "
|
|
4448
|
-
"type": "String",
|
|
4449
|
-
"group": "variable-mapping",
|
|
4450
|
-
"optional": true,
|
|
4451
|
-
"binding": {
|
|
4452
|
-
"type": "zeebe:property",
|
|
4453
|
-
"name": "resultVariable"
|
|
4454
|
-
},
|
|
4455
|
-
"description": "Name of variable to store the result of the Connector in"
|
|
4456
|
-
},
|
|
4457
|
-
{
|
|
4458
|
-
"label": "Result expression",
|
|
4565
|
+
"label": "Variables",
|
|
4459
4566
|
"type": "String",
|
|
4460
4567
|
"group": "variable-mapping",
|
|
4461
4568
|
"feel": "required",
|
|
4462
|
-
"optional": true,
|
|
4463
4569
|
"binding": {
|
|
4464
4570
|
"type": "zeebe:property",
|
|
4465
|
-
"name": "
|
|
4571
|
+
"name": "inbound.variableMapping"
|
|
4466
4572
|
},
|
|
4467
|
-
"description": "
|
|
4573
|
+
"description": "Map variables from the webhook payload (request) to start the process with. When blank, entire payload is copied over. <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>"
|
|
4468
4574
|
}
|
|
4469
4575
|
],
|
|
4470
4576
|
"icon": {
|
|
@@ -4479,11 +4585,8 @@
|
|
|
4479
4585
|
"name": "Webhook Start Event Connector",
|
|
4480
4586
|
"id": "io.camunda.connectors.webhook.WebhookConnector.v1",
|
|
4481
4587
|
"description": "Configure webhook to receive callbacks",
|
|
4482
|
-
"metadata": {
|
|
4483
|
-
"keywords": []
|
|
4484
|
-
},
|
|
4485
4588
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
|
|
4486
|
-
"version":
|
|
4589
|
+
"version": 11,
|
|
4487
4590
|
"category": {
|
|
4488
4591
|
"id": "connectors",
|
|
4489
4592
|
"name": "Connectors"
|
|
@@ -4492,9 +4595,6 @@
|
|
|
4492
4595
|
"elementType": {
|
|
4493
4596
|
"value": "bpmn:StartEvent"
|
|
4494
4597
|
},
|
|
4495
|
-
"engines": {
|
|
4496
|
-
"camunda": "^8.3"
|
|
4497
|
-
},
|
|
4498
4598
|
"groups": [
|
|
4499
4599
|
{
|
|
4500
4600
|
"id": "endpoint",
|
|
@@ -4516,15 +4616,6 @@
|
|
|
4516
4616
|
"id": "activation",
|
|
4517
4617
|
"label": "Activation"
|
|
4518
4618
|
},
|
|
4519
|
-
{
|
|
4520
|
-
"id": "synchronousResponse",
|
|
4521
|
-
"label": "Response mode"
|
|
4522
|
-
},
|
|
4523
|
-
{
|
|
4524
|
-
"id": "deduplication",
|
|
4525
|
-
"label": "Deduplication",
|
|
4526
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
4527
|
-
},
|
|
4528
4619
|
{
|
|
4529
4620
|
"id": "output",
|
|
4530
4621
|
"label": "Output mapping"
|
|
@@ -4913,93 +5004,6 @@
|
|
|
4913
5004
|
"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",
|
|
4914
5005
|
"type": "Boolean"
|
|
4915
5006
|
},
|
|
4916
|
-
{
|
|
4917
|
-
"id": "synchronousResponse",
|
|
4918
|
-
"label": "Response mode",
|
|
4919
|
-
"description": "Synchronous or Asynchronous <a href=\"https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#response-mode\" target=\"_blank\">response handling</a>",
|
|
4920
|
-
"value": "false",
|
|
4921
|
-
"group": "synchronousResponse",
|
|
4922
|
-
"binding": {
|
|
4923
|
-
"name": "synchronousResponse",
|
|
4924
|
-
"type": "zeebe:property"
|
|
4925
|
-
},
|
|
4926
|
-
"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.",
|
|
4927
|
-
"type": "Dropdown",
|
|
4928
|
-
"choices": [
|
|
4929
|
-
{
|
|
4930
|
-
"name": "Asynchronous",
|
|
4931
|
-
"value": "false"
|
|
4932
|
-
},
|
|
4933
|
-
{
|
|
4934
|
-
"name": "Synchronous",
|
|
4935
|
-
"value": "true"
|
|
4936
|
-
}
|
|
4937
|
-
]
|
|
4938
|
-
},
|
|
4939
|
-
{
|
|
4940
|
-
"id": "deduplicationModeManualFlag",
|
|
4941
|
-
"label": "Manual mode",
|
|
4942
|
-
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
4943
|
-
"value": false,
|
|
4944
|
-
"group": "deduplication",
|
|
4945
|
-
"binding": {
|
|
4946
|
-
"name": "deduplicationModeManualFlag",
|
|
4947
|
-
"type": "zeebe:property"
|
|
4948
|
-
},
|
|
4949
|
-
"type": "Boolean"
|
|
4950
|
-
},
|
|
4951
|
-
{
|
|
4952
|
-
"id": "deduplicationId",
|
|
4953
|
-
"label": "Deduplication ID",
|
|
4954
|
-
"constraints": {
|
|
4955
|
-
"notEmpty": true,
|
|
4956
|
-
"pattern": {
|
|
4957
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
4958
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
4959
|
-
}
|
|
4960
|
-
},
|
|
4961
|
-
"group": "deduplication",
|
|
4962
|
-
"binding": {
|
|
4963
|
-
"name": "deduplicationId",
|
|
4964
|
-
"type": "zeebe:property"
|
|
4965
|
-
},
|
|
4966
|
-
"condition": {
|
|
4967
|
-
"property": "deduplicationModeManualFlag",
|
|
4968
|
-
"equals": true,
|
|
4969
|
-
"type": "simple"
|
|
4970
|
-
},
|
|
4971
|
-
"type": "String"
|
|
4972
|
-
},
|
|
4973
|
-
{
|
|
4974
|
-
"id": "deduplicationModeManual",
|
|
4975
|
-
"value": "MANUAL",
|
|
4976
|
-
"group": "deduplication",
|
|
4977
|
-
"binding": {
|
|
4978
|
-
"name": "deduplicationMode",
|
|
4979
|
-
"type": "zeebe:property"
|
|
4980
|
-
},
|
|
4981
|
-
"condition": {
|
|
4982
|
-
"property": "deduplicationId",
|
|
4983
|
-
"isActive": true,
|
|
4984
|
-
"type": "simple"
|
|
4985
|
-
},
|
|
4986
|
-
"type": "Hidden"
|
|
4987
|
-
},
|
|
4988
|
-
{
|
|
4989
|
-
"id": "deduplicationModeAuto",
|
|
4990
|
-
"value": "AUTO",
|
|
4991
|
-
"group": "deduplication",
|
|
4992
|
-
"binding": {
|
|
4993
|
-
"name": "deduplicationMode",
|
|
4994
|
-
"type": "zeebe:property"
|
|
4995
|
-
},
|
|
4996
|
-
"condition": {
|
|
4997
|
-
"property": "deduplicationId",
|
|
4998
|
-
"isActive": false,
|
|
4999
|
-
"type": "simple"
|
|
5000
|
-
},
|
|
5001
|
-
"type": "Hidden"
|
|
5002
|
-
},
|
|
5003
5007
|
{
|
|
5004
5008
|
"id": "resultVariable",
|
|
5005
5009
|
"label": "Result variable",
|
|
@@ -5026,6 +5030,9 @@
|
|
|
5026
5030
|
],
|
|
5027
5031
|
"icon": {
|
|
5028
5032
|
"contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
|
|
5033
|
+
},
|
|
5034
|
+
"engines": {
|
|
5035
|
+
"camunda": "^8.6"
|
|
5029
5036
|
}
|
|
5030
5037
|
}
|
|
5031
5038
|
]
|