@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,9 +4,15 @@
|
|
|
4
4
|
"name": "Webhook Message Start Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.webhook.WebhookConnectorStartMessage.v1",
|
|
6
6
|
"description": "Configure webhook to receive callbacks",
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
|
|
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
|
+
],
|
|
10
16
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
|
|
11
17
|
"version": 14,
|
|
12
18
|
"category": {
|
|
@@ -574,15 +580,18 @@
|
|
|
574
580
|
},
|
|
575
581
|
{
|
|
576
582
|
"id": "messageNameUuid",
|
|
583
|
+
"label": "Message name",
|
|
577
584
|
"generatedValue": {
|
|
578
585
|
"type": "uuid"
|
|
579
586
|
},
|
|
587
|
+
"feel": "optional",
|
|
580
588
|
"group": "correlation",
|
|
581
589
|
"binding": {
|
|
582
590
|
"name": "name",
|
|
583
591
|
"type": "bpmn:Message#property"
|
|
584
592
|
},
|
|
585
|
-
"
|
|
593
|
+
"tooltip": "By default, this is an auto-generated random UUID. We recommend using a unique message name for each connector element in the diagram. Override to set a custom message name. Learn more about <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-subscriptions\">message subscriptions</a> that power inbound connectors.",
|
|
594
|
+
"type": "String"
|
|
586
595
|
},
|
|
587
596
|
{
|
|
588
597
|
"id": "deduplicationModeManualFlag",
|
|
@@ -651,7 +660,7 @@
|
|
|
651
660
|
{
|
|
652
661
|
"id": "resultVariable",
|
|
653
662
|
"label": "Result variable",
|
|
654
|
-
"description": "Name of variable to store the response in",
|
|
663
|
+
"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>.",
|
|
655
664
|
"group": "output",
|
|
656
665
|
"binding": {
|
|
657
666
|
"name": "resultVariable",
|
|
@@ -662,7 +671,8 @@
|
|
|
662
671
|
{
|
|
663
672
|
"id": "resultExpression",
|
|
664
673
|
"label": "Result expression",
|
|
665
|
-
"description": "Expression to map the response into process variables",
|
|
674
|
+
"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>.",
|
|
675
|
+
"value": "{\n myRequestBody: request.body\n // Use FEEL to extract values, e.g.,:\n // myMessage: request.body.message\n}",
|
|
666
676
|
"feel": "required",
|
|
667
677
|
"group": "output",
|
|
668
678
|
"binding": {
|
|
@@ -681,11 +691,8 @@
|
|
|
681
691
|
"name": "Webhook Message Start Event Connector",
|
|
682
692
|
"id": "io.camunda.connectors.webhook.WebhookConnectorStartMessage.v1",
|
|
683
693
|
"description": "Configure webhook to receive callbacks",
|
|
684
|
-
"
|
|
685
|
-
|
|
686
|
-
},
|
|
687
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
|
|
688
|
-
"version": 13,
|
|
694
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
695
|
+
"version": 10,
|
|
689
696
|
"category": {
|
|
690
697
|
"id": "connectors",
|
|
691
698
|
"name": "Connectors"
|
|
@@ -695,9 +702,6 @@
|
|
|
695
702
|
"value": "bpmn:StartEvent",
|
|
696
703
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
697
704
|
},
|
|
698
|
-
"engines": {
|
|
699
|
-
"camunda": "^8.3"
|
|
700
|
-
},
|
|
701
705
|
"groups": [
|
|
702
706
|
{
|
|
703
707
|
"id": "endpoint",
|
|
@@ -721,13 +725,7 @@
|
|
|
721
725
|
},
|
|
722
726
|
{
|
|
723
727
|
"id": "correlation",
|
|
724
|
-
"label": "Correlation"
|
|
725
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
726
|
-
},
|
|
727
|
-
{
|
|
728
|
-
"id": "deduplication",
|
|
729
|
-
"label": "Deduplication",
|
|
730
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
728
|
+
"label": "Correlation"
|
|
731
729
|
},
|
|
732
730
|
{
|
|
733
731
|
"id": "output",
|
|
@@ -800,7 +798,7 @@
|
|
|
800
798
|
{
|
|
801
799
|
"id": "inbound.shouldValidateHmac",
|
|
802
800
|
"label": "HMAC authentication",
|
|
803
|
-
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
801
|
+
"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",
|
|
804
802
|
"optional": false,
|
|
805
803
|
"value": "disabled",
|
|
806
804
|
"group": "authentication",
|
|
@@ -891,7 +889,7 @@
|
|
|
891
889
|
{
|
|
892
890
|
"id": "inbound.hmacScopes",
|
|
893
891
|
"label": "HMAC scopes",
|
|
894
|
-
"description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/
|
|
892
|
+
"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>",
|
|
895
893
|
"optional": true,
|
|
896
894
|
"feel": "required",
|
|
897
895
|
"group": "authentication",
|
|
@@ -993,7 +991,7 @@
|
|
|
993
991
|
{
|
|
994
992
|
"id": "inbound.auth.apiKeyLocator",
|
|
995
993
|
"label": "API key locator",
|
|
996
|
-
"description": "A FEEL expression that extracts API key from the request. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
994
|
+
"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>",
|
|
997
995
|
"optional": false,
|
|
998
996
|
"value": "=split(request.headers.authorization, \" \")[2]",
|
|
999
997
|
"constraints": {
|
|
@@ -1033,7 +1031,7 @@
|
|
|
1033
1031
|
{
|
|
1034
1032
|
"id": "inbound.auth.jwt.permissionsExpression",
|
|
1035
1033
|
"label": "JWT role property expression",
|
|
1036
|
-
"description": "Expression to extract the roles from the JWT token. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
1034
|
+
"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>",
|
|
1037
1035
|
"optional": false,
|
|
1038
1036
|
"feel": "required",
|
|
1039
1037
|
"group": "authorization",
|
|
@@ -1067,14 +1065,14 @@
|
|
|
1067
1065
|
"type": "String"
|
|
1068
1066
|
},
|
|
1069
1067
|
{
|
|
1070
|
-
"id": "inbound.
|
|
1071
|
-
"label": "Response expression",
|
|
1072
|
-
"description": "
|
|
1068
|
+
"id": "inbound.responseBodyExpression",
|
|
1069
|
+
"label": "Response body expression",
|
|
1070
|
+
"description": "Specify condition and response",
|
|
1073
1071
|
"optional": true,
|
|
1074
1072
|
"feel": "required",
|
|
1075
1073
|
"group": "webhookResponse",
|
|
1076
1074
|
"binding": {
|
|
1077
|
-
"name": "inbound.
|
|
1075
|
+
"name": "inbound.responseBodyExpression",
|
|
1078
1076
|
"type": "zeebe:property"
|
|
1079
1077
|
},
|
|
1080
1078
|
"type": "Text"
|
|
@@ -1105,18 +1103,6 @@
|
|
|
1105
1103
|
},
|
|
1106
1104
|
"type": "String"
|
|
1107
1105
|
},
|
|
1108
|
-
{
|
|
1109
|
-
"id": "consumeUnmatchedEvents",
|
|
1110
|
-
"label": "Consume unmatched events",
|
|
1111
|
-
"value": true,
|
|
1112
|
-
"group": "activation",
|
|
1113
|
-
"binding": {
|
|
1114
|
-
"name": "consumeUnmatchedEvents",
|
|
1115
|
-
"type": "zeebe:property"
|
|
1116
|
-
},
|
|
1117
|
-
"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",
|
|
1118
|
-
"type": "Boolean"
|
|
1119
|
-
},
|
|
1120
1106
|
{
|
|
1121
1107
|
"id": "correlationRequired",
|
|
1122
1108
|
"label": "Subprocess correlation required",
|
|
@@ -1179,26 +1165,6 @@
|
|
|
1179
1165
|
},
|
|
1180
1166
|
"type": "String"
|
|
1181
1167
|
},
|
|
1182
|
-
{
|
|
1183
|
-
"id": "messageTtl",
|
|
1184
|
-
"label": "Message TTL",
|
|
1185
|
-
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
1186
|
-
"optional": true,
|
|
1187
|
-
"constraints": {
|
|
1188
|
-
"notEmpty": false,
|
|
1189
|
-
"pattern": {
|
|
1190
|
-
"value": "^(PT.*|)$",
|
|
1191
|
-
"message": "must be an ISO-8601 duration"
|
|
1192
|
-
}
|
|
1193
|
-
},
|
|
1194
|
-
"feel": "optional",
|
|
1195
|
-
"group": "correlation",
|
|
1196
|
-
"binding": {
|
|
1197
|
-
"name": "messageTtl",
|
|
1198
|
-
"type": "zeebe:property"
|
|
1199
|
-
},
|
|
1200
|
-
"type": "String"
|
|
1201
|
-
},
|
|
1202
1168
|
{
|
|
1203
1169
|
"id": "messageIdExpression",
|
|
1204
1170
|
"label": "Message ID expression",
|
|
@@ -1224,70 +1190,6 @@
|
|
|
1224
1190
|
},
|
|
1225
1191
|
"type": "Hidden"
|
|
1226
1192
|
},
|
|
1227
|
-
{
|
|
1228
|
-
"id": "deduplicationModeManualFlag",
|
|
1229
|
-
"label": "Manual mode",
|
|
1230
|
-
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1231
|
-
"value": false,
|
|
1232
|
-
"group": "deduplication",
|
|
1233
|
-
"binding": {
|
|
1234
|
-
"name": "deduplicationModeManualFlag",
|
|
1235
|
-
"type": "zeebe:property"
|
|
1236
|
-
},
|
|
1237
|
-
"type": "Boolean"
|
|
1238
|
-
},
|
|
1239
|
-
{
|
|
1240
|
-
"id": "deduplicationId",
|
|
1241
|
-
"label": "Deduplication ID",
|
|
1242
|
-
"constraints": {
|
|
1243
|
-
"notEmpty": true,
|
|
1244
|
-
"pattern": {
|
|
1245
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
1246
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1247
|
-
}
|
|
1248
|
-
},
|
|
1249
|
-
"group": "deduplication",
|
|
1250
|
-
"binding": {
|
|
1251
|
-
"name": "deduplicationId",
|
|
1252
|
-
"type": "zeebe:property"
|
|
1253
|
-
},
|
|
1254
|
-
"condition": {
|
|
1255
|
-
"property": "deduplicationModeManualFlag",
|
|
1256
|
-
"equals": true,
|
|
1257
|
-
"type": "simple"
|
|
1258
|
-
},
|
|
1259
|
-
"type": "String"
|
|
1260
|
-
},
|
|
1261
|
-
{
|
|
1262
|
-
"id": "deduplicationModeManual",
|
|
1263
|
-
"value": "MANUAL",
|
|
1264
|
-
"group": "deduplication",
|
|
1265
|
-
"binding": {
|
|
1266
|
-
"name": "deduplicationMode",
|
|
1267
|
-
"type": "zeebe:property"
|
|
1268
|
-
},
|
|
1269
|
-
"condition": {
|
|
1270
|
-
"property": "deduplicationId",
|
|
1271
|
-
"isActive": true,
|
|
1272
|
-
"type": "simple"
|
|
1273
|
-
},
|
|
1274
|
-
"type": "Hidden"
|
|
1275
|
-
},
|
|
1276
|
-
{
|
|
1277
|
-
"id": "deduplicationModeAuto",
|
|
1278
|
-
"value": "AUTO",
|
|
1279
|
-
"group": "deduplication",
|
|
1280
|
-
"binding": {
|
|
1281
|
-
"name": "deduplicationMode",
|
|
1282
|
-
"type": "zeebe:property"
|
|
1283
|
-
},
|
|
1284
|
-
"condition": {
|
|
1285
|
-
"property": "deduplicationId",
|
|
1286
|
-
"isActive": false,
|
|
1287
|
-
"type": "simple"
|
|
1288
|
-
},
|
|
1289
|
-
"type": "Hidden"
|
|
1290
|
-
},
|
|
1291
1193
|
{
|
|
1292
1194
|
"id": "resultVariable",
|
|
1293
1195
|
"label": "Result variable",
|
|
@@ -1314,15 +1216,21 @@
|
|
|
1314
1216
|
],
|
|
1315
1217
|
"icon": {
|
|
1316
1218
|
"contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
|
|
1219
|
+
},
|
|
1220
|
+
"engines": {
|
|
1221
|
+
"camunda": "^8.5"
|
|
1317
1222
|
}
|
|
1318
1223
|
},
|
|
1319
1224
|
{
|
|
1320
1225
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1321
1226
|
"name": "Webhook Message Start Event Connector",
|
|
1322
1227
|
"id": "io.camunda.connectors.webhook.WebhookConnectorStartMessage.v1",
|
|
1323
|
-
"version": 2,
|
|
1324
1228
|
"description": "Configure webhook to receive callbacks",
|
|
1325
|
-
"
|
|
1229
|
+
"metadata": {
|
|
1230
|
+
"keywords": []
|
|
1231
|
+
},
|
|
1232
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
|
|
1233
|
+
"version": 12,
|
|
1326
1234
|
"category": {
|
|
1327
1235
|
"id": "connectors",
|
|
1328
1236
|
"name": "Connectors"
|
|
@@ -1345,56 +1253,44 @@
|
|
|
1345
1253
|
"id": "authorization",
|
|
1346
1254
|
"label": "Authorization"
|
|
1347
1255
|
},
|
|
1256
|
+
{
|
|
1257
|
+
"id": "webhookResponse",
|
|
1258
|
+
"label": "Webhook response"
|
|
1259
|
+
},
|
|
1348
1260
|
{
|
|
1349
1261
|
"id": "activation",
|
|
1350
1262
|
"label": "Activation"
|
|
1351
1263
|
},
|
|
1352
1264
|
{
|
|
1353
1265
|
"id": "correlation",
|
|
1354
|
-
"label": "
|
|
1355
|
-
|
|
1356
|
-
{
|
|
1357
|
-
"id": "variable-mapping",
|
|
1358
|
-
"label": "Variable mapping"
|
|
1266
|
+
"label": "Correlation",
|
|
1267
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
1359
1268
|
},
|
|
1360
1269
|
{
|
|
1361
|
-
"id": "
|
|
1362
|
-
"label": "
|
|
1270
|
+
"id": "output",
|
|
1271
|
+
"label": "Output mapping"
|
|
1363
1272
|
}
|
|
1364
1273
|
],
|
|
1365
1274
|
"properties": [
|
|
1366
1275
|
{
|
|
1367
|
-
"type": "Hidden",
|
|
1368
1276
|
"value": "io.camunda:webhook:1",
|
|
1369
1277
|
"binding": {
|
|
1370
|
-
"
|
|
1371
|
-
"
|
|
1372
|
-
}
|
|
1373
|
-
},
|
|
1374
|
-
{
|
|
1375
|
-
"type": "Hidden",
|
|
1376
|
-
"generatedValue": {
|
|
1377
|
-
"type": "uuid"
|
|
1278
|
+
"name": "inbound.type",
|
|
1279
|
+
"type": "zeebe:property"
|
|
1378
1280
|
},
|
|
1379
|
-
"
|
|
1380
|
-
"type": "bpmn:Message#property",
|
|
1381
|
-
"name": "name"
|
|
1382
|
-
}
|
|
1383
|
-
},
|
|
1384
|
-
{
|
|
1385
|
-
"type": "Hidden",
|
|
1386
|
-
"value": "ConfigurableInboundWebhook",
|
|
1387
|
-
"binding": {
|
|
1388
|
-
"type": "zeebe:property",
|
|
1389
|
-
"name": "inbound.subtype"
|
|
1390
|
-
}
|
|
1281
|
+
"type": "Hidden"
|
|
1391
1282
|
},
|
|
1392
1283
|
{
|
|
1393
|
-
"id": "
|
|
1284
|
+
"id": "inbound.method",
|
|
1394
1285
|
"label": "Webhook method",
|
|
1395
|
-
"group": "endpoint",
|
|
1396
1286
|
"description": "Select HTTP method",
|
|
1287
|
+
"optional": false,
|
|
1397
1288
|
"value": "any",
|
|
1289
|
+
"group": "endpoint",
|
|
1290
|
+
"binding": {
|
|
1291
|
+
"name": "inbound.method",
|
|
1292
|
+
"type": "zeebe:property"
|
|
1293
|
+
},
|
|
1398
1294
|
"type": "Dropdown",
|
|
1399
1295
|
"choices": [
|
|
1400
1296
|
{
|
|
@@ -1402,46 +1298,53 @@
|
|
|
1402
1298
|
"value": "any"
|
|
1403
1299
|
},
|
|
1404
1300
|
{
|
|
1405
|
-
"name": "
|
|
1301
|
+
"name": "GET",
|
|
1406
1302
|
"value": "get"
|
|
1407
1303
|
},
|
|
1408
1304
|
{
|
|
1409
|
-
"name": "
|
|
1305
|
+
"name": "POST",
|
|
1410
1306
|
"value": "post"
|
|
1411
1307
|
},
|
|
1412
1308
|
{
|
|
1413
|
-
"name": "
|
|
1309
|
+
"name": "PUT",
|
|
1414
1310
|
"value": "put"
|
|
1415
1311
|
},
|
|
1416
1312
|
{
|
|
1417
|
-
"name": "
|
|
1313
|
+
"name": "DELETE",
|
|
1418
1314
|
"value": "delete"
|
|
1419
1315
|
}
|
|
1420
|
-
]
|
|
1421
|
-
"binding": {
|
|
1422
|
-
"type": "zeebe:property",
|
|
1423
|
-
"name": "inbound.method"
|
|
1424
|
-
}
|
|
1316
|
+
]
|
|
1425
1317
|
},
|
|
1426
1318
|
{
|
|
1319
|
+
"id": "inbound.context",
|
|
1427
1320
|
"label": "Webhook ID",
|
|
1428
|
-
"
|
|
1321
|
+
"description": "The webhook ID is a part of the URL",
|
|
1322
|
+
"optional": false,
|
|
1323
|
+
"constraints": {
|
|
1324
|
+
"notEmpty": true,
|
|
1325
|
+
"pattern": {
|
|
1326
|
+
"value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
|
|
1327
|
+
"message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
|
|
1328
|
+
}
|
|
1329
|
+
},
|
|
1429
1330
|
"group": "endpoint",
|
|
1430
1331
|
"binding": {
|
|
1431
|
-
"
|
|
1432
|
-
"
|
|
1332
|
+
"name": "inbound.context",
|
|
1333
|
+
"type": "zeebe:property"
|
|
1433
1334
|
},
|
|
1434
|
-
"
|
|
1435
|
-
"constraints": {
|
|
1436
|
-
"notEmpty": true
|
|
1437
|
-
}
|
|
1335
|
+
"type": "String"
|
|
1438
1336
|
},
|
|
1439
1337
|
{
|
|
1440
|
-
"id": "shouldValidateHmac",
|
|
1338
|
+
"id": "inbound.shouldValidateHmac",
|
|
1441
1339
|
"label": "HMAC authentication",
|
|
1442
|
-
"
|
|
1443
|
-
"
|
|
1340
|
+
"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",
|
|
1341
|
+
"optional": false,
|
|
1444
1342
|
"value": "disabled",
|
|
1343
|
+
"group": "authentication",
|
|
1344
|
+
"binding": {
|
|
1345
|
+
"name": "inbound.shouldValidateHmac",
|
|
1346
|
+
"type": "zeebe:property"
|
|
1347
|
+
},
|
|
1445
1348
|
"type": "Dropdown",
|
|
1446
1349
|
"choices": [
|
|
1447
1350
|
{
|
|
@@ -1452,47 +1355,60 @@
|
|
|
1452
1355
|
"name": "Disabled",
|
|
1453
1356
|
"value": "disabled"
|
|
1454
1357
|
}
|
|
1455
|
-
]
|
|
1456
|
-
"binding": {
|
|
1457
|
-
"type": "zeebe:property",
|
|
1458
|
-
"name": "inbound.shouldValidateHmac"
|
|
1459
|
-
}
|
|
1358
|
+
]
|
|
1460
1359
|
},
|
|
1461
1360
|
{
|
|
1361
|
+
"id": "inbound.hmacSecret",
|
|
1462
1362
|
"label": "HMAC secret key",
|
|
1463
1363
|
"description": "Shared secret key",
|
|
1464
|
-
"type": "String",
|
|
1465
|
-
"group": "authentication",
|
|
1466
1364
|
"optional": true,
|
|
1365
|
+
"feel": "optional",
|
|
1366
|
+
"group": "authentication",
|
|
1467
1367
|
"binding": {
|
|
1468
|
-
"
|
|
1469
|
-
"
|
|
1470
|
-
},
|
|
1368
|
+
"name": "inbound.hmacSecret",
|
|
1369
|
+
"type": "zeebe:property"
|
|
1370
|
+
},
|
|
1471
1371
|
"condition": {
|
|
1472
|
-
"property": "shouldValidateHmac",
|
|
1473
|
-
"equals": "enabled"
|
|
1474
|
-
|
|
1372
|
+
"property": "inbound.shouldValidateHmac",
|
|
1373
|
+
"equals": "enabled",
|
|
1374
|
+
"type": "simple"
|
|
1375
|
+
},
|
|
1376
|
+
"type": "String"
|
|
1475
1377
|
},
|
|
1476
1378
|
{
|
|
1379
|
+
"id": "inbound.hmacHeader",
|
|
1477
1380
|
"label": "HMAC header",
|
|
1478
1381
|
"description": "Name of header attribute that will contain the HMAC value",
|
|
1479
|
-
"type": "String",
|
|
1480
|
-
"group": "authentication",
|
|
1481
1382
|
"optional": true,
|
|
1383
|
+
"feel": "optional",
|
|
1384
|
+
"group": "authentication",
|
|
1482
1385
|
"binding": {
|
|
1483
|
-
"
|
|
1484
|
-
"
|
|
1386
|
+
"name": "inbound.hmacHeader",
|
|
1387
|
+
"type": "zeebe:property"
|
|
1485
1388
|
},
|
|
1486
1389
|
"condition": {
|
|
1487
|
-
"property": "shouldValidateHmac",
|
|
1488
|
-
"equals": "enabled"
|
|
1489
|
-
|
|
1390
|
+
"property": "inbound.shouldValidateHmac",
|
|
1391
|
+
"equals": "enabled",
|
|
1392
|
+
"type": "simple"
|
|
1393
|
+
},
|
|
1394
|
+
"type": "String"
|
|
1490
1395
|
},
|
|
1491
1396
|
{
|
|
1397
|
+
"id": "inbound.hmacAlgorithm",
|
|
1492
1398
|
"label": "HMAC algorithm",
|
|
1493
|
-
"group": "authentication",
|
|
1494
1399
|
"description": "Choose HMAC algorithm",
|
|
1400
|
+
"optional": false,
|
|
1495
1401
|
"value": "sha_256",
|
|
1402
|
+
"group": "authentication",
|
|
1403
|
+
"binding": {
|
|
1404
|
+
"name": "inbound.hmacAlgorithm",
|
|
1405
|
+
"type": "zeebe:property"
|
|
1406
|
+
},
|
|
1407
|
+
"condition": {
|
|
1408
|
+
"property": "inbound.shouldValidateHmac",
|
|
1409
|
+
"equals": "enabled",
|
|
1410
|
+
"type": "simple"
|
|
1411
|
+
},
|
|
1496
1412
|
"type": "Dropdown",
|
|
1497
1413
|
"choices": [
|
|
1498
1414
|
{
|
|
@@ -1507,214 +1423,248 @@
|
|
|
1507
1423
|
"name": "SHA-512",
|
|
1508
1424
|
"value": "sha_512"
|
|
1509
1425
|
}
|
|
1510
|
-
]
|
|
1511
|
-
"binding": {
|
|
1512
|
-
"type": "zeebe:property",
|
|
1513
|
-
"name": "inbound.hmacAlgorithm"
|
|
1514
|
-
},
|
|
1515
|
-
"condition": {
|
|
1516
|
-
"property": "shouldValidateHmac",
|
|
1517
|
-
"equals": "enabled"
|
|
1518
|
-
}
|
|
1426
|
+
]
|
|
1519
1427
|
},
|
|
1520
1428
|
{
|
|
1429
|
+
"id": "inbound.hmacScopes",
|
|
1521
1430
|
"label": "HMAC scopes",
|
|
1522
|
-
"
|
|
1523
|
-
"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>",
|
|
1524
|
-
"feel": "required",
|
|
1525
|
-
"type": "String",
|
|
1431
|
+
"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>",
|
|
1526
1432
|
"optional": true,
|
|
1433
|
+
"feel": "required",
|
|
1434
|
+
"group": "authentication",
|
|
1527
1435
|
"binding": {
|
|
1528
|
-
"
|
|
1529
|
-
"
|
|
1436
|
+
"name": "inbound.hmacScopes",
|
|
1437
|
+
"type": "zeebe:property"
|
|
1530
1438
|
},
|
|
1531
1439
|
"condition": {
|
|
1532
|
-
"property": "shouldValidateHmac",
|
|
1533
|
-
"equals": "enabled"
|
|
1534
|
-
|
|
1440
|
+
"property": "inbound.shouldValidateHmac",
|
|
1441
|
+
"equals": "enabled",
|
|
1442
|
+
"type": "simple"
|
|
1443
|
+
},
|
|
1444
|
+
"type": "String"
|
|
1535
1445
|
},
|
|
1536
1446
|
{
|
|
1537
|
-
"id": "
|
|
1447
|
+
"id": "inbound.auth.type",
|
|
1538
1448
|
"label": "Authorization type",
|
|
1539
|
-
"
|
|
1540
|
-
"description": "Choose the authorization type.",
|
|
1449
|
+
"description": "Choose the authorization type",
|
|
1541
1450
|
"value": "NONE",
|
|
1451
|
+
"group": "authorization",
|
|
1452
|
+
"binding": {
|
|
1453
|
+
"name": "inbound.auth.type",
|
|
1454
|
+
"type": "zeebe:property"
|
|
1455
|
+
},
|
|
1542
1456
|
"type": "Dropdown",
|
|
1543
1457
|
"choices": [
|
|
1544
1458
|
{
|
|
1545
1459
|
"name": "None",
|
|
1546
1460
|
"value": "NONE"
|
|
1547
1461
|
},
|
|
1548
|
-
{
|
|
1549
|
-
"name": "JWT",
|
|
1550
|
-
"value": "JWT"
|
|
1551
|
-
},
|
|
1552
1462
|
{
|
|
1553
1463
|
"name": "Basic",
|
|
1554
1464
|
"value": "BASIC"
|
|
1555
1465
|
},
|
|
1556
1466
|
{
|
|
1557
|
-
"name": "API
|
|
1467
|
+
"name": "API key",
|
|
1558
1468
|
"value": "APIKEY"
|
|
1469
|
+
},
|
|
1470
|
+
{
|
|
1471
|
+
"name": "JWT",
|
|
1472
|
+
"value": "JWT"
|
|
1559
1473
|
}
|
|
1560
|
-
]
|
|
1561
|
-
"binding": {
|
|
1562
|
-
"type": "zeebe:property",
|
|
1563
|
-
"name": "inbound.auth.type"
|
|
1564
|
-
}
|
|
1474
|
+
]
|
|
1565
1475
|
},
|
|
1566
1476
|
{
|
|
1567
|
-
"
|
|
1568
|
-
"
|
|
1569
|
-
"
|
|
1570
|
-
"
|
|
1477
|
+
"id": "inbound.auth.username",
|
|
1478
|
+
"label": "Username",
|
|
1479
|
+
"description": "Username for basic authentication",
|
|
1480
|
+
"optional": false,
|
|
1571
1481
|
"feel": "optional",
|
|
1572
|
-
"
|
|
1482
|
+
"group": "authorization",
|
|
1573
1483
|
"binding": {
|
|
1574
|
-
"
|
|
1575
|
-
"
|
|
1484
|
+
"name": "inbound.auth.username",
|
|
1485
|
+
"type": "zeebe:property"
|
|
1576
1486
|
},
|
|
1577
1487
|
"condition": {
|
|
1578
|
-
"property": "
|
|
1579
|
-
"equals": "
|
|
1580
|
-
|
|
1488
|
+
"property": "inbound.auth.type",
|
|
1489
|
+
"equals": "BASIC",
|
|
1490
|
+
"type": "simple"
|
|
1491
|
+
},
|
|
1492
|
+
"type": "String"
|
|
1581
1493
|
},
|
|
1582
1494
|
{
|
|
1583
|
-
"
|
|
1584
|
-
"
|
|
1585
|
-
"
|
|
1495
|
+
"id": "inbound.auth.password",
|
|
1496
|
+
"label": "Password",
|
|
1497
|
+
"description": "Password for basic authentication",
|
|
1498
|
+
"optional": false,
|
|
1499
|
+
"feel": "optional",
|
|
1586
1500
|
"group": "authorization",
|
|
1587
|
-
"feel": "required",
|
|
1588
|
-
"optional": true,
|
|
1589
1501
|
"binding": {
|
|
1590
|
-
"
|
|
1591
|
-
"
|
|
1502
|
+
"name": "inbound.auth.password",
|
|
1503
|
+
"type": "zeebe:property"
|
|
1592
1504
|
},
|
|
1593
1505
|
"condition": {
|
|
1594
|
-
"property": "
|
|
1595
|
-
"equals": "
|
|
1596
|
-
|
|
1506
|
+
"property": "inbound.auth.type",
|
|
1507
|
+
"equals": "BASIC",
|
|
1508
|
+
"type": "simple"
|
|
1509
|
+
},
|
|
1510
|
+
"type": "String"
|
|
1597
1511
|
},
|
|
1598
1512
|
{
|
|
1599
|
-
"
|
|
1600
|
-
"
|
|
1601
|
-
"
|
|
1513
|
+
"id": "inbound.auth.apiKey",
|
|
1514
|
+
"label": "API key",
|
|
1515
|
+
"description": "Expected API key",
|
|
1516
|
+
"optional": false,
|
|
1517
|
+
"feel": "optional",
|
|
1602
1518
|
"group": "authorization",
|
|
1603
|
-
"feel": "required",
|
|
1604
|
-
"optional": true,
|
|
1605
1519
|
"binding": {
|
|
1606
|
-
"
|
|
1607
|
-
"
|
|
1520
|
+
"name": "inbound.auth.apiKey",
|
|
1521
|
+
"type": "zeebe:property"
|
|
1608
1522
|
},
|
|
1609
1523
|
"condition": {
|
|
1610
|
-
"property": "
|
|
1611
|
-
"equals": "
|
|
1612
|
-
|
|
1524
|
+
"property": "inbound.auth.type",
|
|
1525
|
+
"equals": "APIKEY",
|
|
1526
|
+
"type": "simple"
|
|
1527
|
+
},
|
|
1528
|
+
"type": "String"
|
|
1613
1529
|
},
|
|
1614
1530
|
{
|
|
1615
|
-
"
|
|
1616
|
-
"
|
|
1617
|
-
"
|
|
1531
|
+
"id": "inbound.auth.apiKeyLocator",
|
|
1532
|
+
"label": "API key locator",
|
|
1533
|
+
"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>",
|
|
1534
|
+
"optional": false,
|
|
1535
|
+
"value": "=split(request.headers.authorization, \" \")[2]",
|
|
1536
|
+
"constraints": {
|
|
1537
|
+
"notEmpty": true
|
|
1538
|
+
},
|
|
1539
|
+
"feel": "required",
|
|
1618
1540
|
"group": "authorization",
|
|
1619
|
-
"feel": "optional",
|
|
1620
1541
|
"binding": {
|
|
1621
|
-
"
|
|
1622
|
-
"
|
|
1542
|
+
"name": "inbound.auth.apiKeyLocator",
|
|
1543
|
+
"type": "zeebe:property"
|
|
1623
1544
|
},
|
|
1624
1545
|
"condition": {
|
|
1625
|
-
"property": "
|
|
1626
|
-
"equals": "
|
|
1546
|
+
"property": "inbound.auth.type",
|
|
1547
|
+
"equals": "APIKEY",
|
|
1548
|
+
"type": "simple"
|
|
1627
1549
|
},
|
|
1628
|
-
"
|
|
1629
|
-
"notEmpty": true
|
|
1630
|
-
}
|
|
1550
|
+
"type": "String"
|
|
1631
1551
|
},
|
|
1632
1552
|
{
|
|
1633
|
-
"
|
|
1634
|
-
"
|
|
1635
|
-
"
|
|
1636
|
-
"
|
|
1553
|
+
"id": "inbound.auth.jwt.jwkUrl",
|
|
1554
|
+
"label": "JWK URL",
|
|
1555
|
+
"description": "Well-known URL of JWKs",
|
|
1556
|
+
"optional": false,
|
|
1637
1557
|
"feel": "optional",
|
|
1558
|
+
"group": "authorization",
|
|
1638
1559
|
"binding": {
|
|
1639
|
-
"
|
|
1640
|
-
"
|
|
1560
|
+
"name": "inbound.auth.jwt.jwkUrl",
|
|
1561
|
+
"type": "zeebe:property"
|
|
1641
1562
|
},
|
|
1642
1563
|
"condition": {
|
|
1643
|
-
"property": "
|
|
1644
|
-
"equals": "
|
|
1564
|
+
"property": "inbound.auth.type",
|
|
1565
|
+
"equals": "JWT",
|
|
1566
|
+
"type": "simple"
|
|
1645
1567
|
},
|
|
1646
|
-
"
|
|
1647
|
-
"notEmpty": true
|
|
1648
|
-
}
|
|
1568
|
+
"type": "String"
|
|
1649
1569
|
},
|
|
1650
1570
|
{
|
|
1651
|
-
"
|
|
1652
|
-
"
|
|
1653
|
-
"
|
|
1571
|
+
"id": "inbound.auth.jwt.permissionsExpression",
|
|
1572
|
+
"label": "JWT role property expression",
|
|
1573
|
+
"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>",
|
|
1574
|
+
"optional": false,
|
|
1575
|
+
"feel": "required",
|
|
1654
1576
|
"group": "authorization",
|
|
1655
|
-
"feel": "optional",
|
|
1656
1577
|
"binding": {
|
|
1657
|
-
"
|
|
1658
|
-
"
|
|
1578
|
+
"name": "inbound.auth.jwt.permissionsExpression",
|
|
1579
|
+
"type": "zeebe:property"
|
|
1659
1580
|
},
|
|
1660
1581
|
"condition": {
|
|
1661
|
-
"property": "
|
|
1662
|
-
"equals": "
|
|
1582
|
+
"property": "inbound.auth.type",
|
|
1583
|
+
"equals": "JWT",
|
|
1584
|
+
"type": "simple"
|
|
1663
1585
|
},
|
|
1664
|
-
"
|
|
1665
|
-
"notEmpty": true
|
|
1666
|
-
}
|
|
1586
|
+
"type": "String"
|
|
1667
1587
|
},
|
|
1668
1588
|
{
|
|
1669
|
-
"
|
|
1670
|
-
"
|
|
1671
|
-
"
|
|
1672
|
-
"
|
|
1589
|
+
"id": "inbound.auth.jwt.requiredPermissions",
|
|
1590
|
+
"label": "Required roles",
|
|
1591
|
+
"description": "List of roles to test JWT roles against",
|
|
1592
|
+
"optional": false,
|
|
1673
1593
|
"feel": "required",
|
|
1594
|
+
"group": "authorization",
|
|
1674
1595
|
"binding": {
|
|
1675
|
-
"
|
|
1676
|
-
"
|
|
1596
|
+
"name": "inbound.auth.jwt.requiredPermissions",
|
|
1597
|
+
"type": "zeebe:property"
|
|
1677
1598
|
},
|
|
1678
1599
|
"condition": {
|
|
1679
|
-
"property": "
|
|
1680
|
-
"equals": "
|
|
1681
|
-
|
|
1682
|
-
"constraints": {
|
|
1683
|
-
"notEmpty": true
|
|
1600
|
+
"property": "inbound.auth.type",
|
|
1601
|
+
"equals": "JWT",
|
|
1602
|
+
"type": "simple"
|
|
1684
1603
|
},
|
|
1685
|
-
"
|
|
1604
|
+
"type": "String"
|
|
1686
1605
|
},
|
|
1687
1606
|
{
|
|
1688
|
-
"
|
|
1607
|
+
"id": "inbound.responseExpression",
|
|
1608
|
+
"label": "Response expression",
|
|
1609
|
+
"description": "Expression used to generate the HTTP response",
|
|
1610
|
+
"optional": true,
|
|
1689
1611
|
"feel": "required",
|
|
1690
|
-
"
|
|
1612
|
+
"group": "webhookResponse",
|
|
1613
|
+
"binding": {
|
|
1614
|
+
"name": "inbound.responseExpression",
|
|
1615
|
+
"type": "zeebe:property"
|
|
1616
|
+
},
|
|
1617
|
+
"type": "Text"
|
|
1618
|
+
},
|
|
1619
|
+
{
|
|
1620
|
+
"id": "inbound.verificationExpression",
|
|
1621
|
+
"label": "One time verification response expression",
|
|
1622
|
+
"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>",
|
|
1623
|
+
"optional": true,
|
|
1624
|
+
"feel": "required",
|
|
1625
|
+
"group": "webhookResponse",
|
|
1626
|
+
"binding": {
|
|
1627
|
+
"name": "inbound.verificationExpression",
|
|
1628
|
+
"type": "zeebe:property"
|
|
1629
|
+
},
|
|
1630
|
+
"type": "Text"
|
|
1631
|
+
},
|
|
1632
|
+
{
|
|
1633
|
+
"id": "activationCondition",
|
|
1634
|
+
"label": "Activation condition",
|
|
1635
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1691
1636
|
"optional": true,
|
|
1637
|
+
"feel": "required",
|
|
1692
1638
|
"group": "activation",
|
|
1693
1639
|
"binding": {
|
|
1694
|
-
"
|
|
1695
|
-
"
|
|
1640
|
+
"name": "activationCondition",
|
|
1641
|
+
"type": "zeebe:property"
|
|
1696
1642
|
},
|
|
1697
|
-
"
|
|
1643
|
+
"type": "String"
|
|
1698
1644
|
},
|
|
1699
1645
|
{
|
|
1700
|
-
"
|
|
1701
|
-
"
|
|
1646
|
+
"id": "consumeUnmatchedEvents",
|
|
1647
|
+
"label": "Consume unmatched events",
|
|
1648
|
+
"value": true,
|
|
1702
1649
|
"group": "activation",
|
|
1703
|
-
"feel": "required",
|
|
1704
|
-
"optional": true,
|
|
1705
1650
|
"binding": {
|
|
1706
|
-
"
|
|
1707
|
-
"
|
|
1651
|
+
"name": "consumeUnmatchedEvents",
|
|
1652
|
+
"type": "zeebe:property"
|
|
1708
1653
|
},
|
|
1709
|
-
"
|
|
1654
|
+
"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",
|
|
1655
|
+
"type": "Boolean"
|
|
1710
1656
|
},
|
|
1711
1657
|
{
|
|
1712
|
-
"label": "Correlation required",
|
|
1713
|
-
"description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
|
|
1714
1658
|
"id": "correlationRequired",
|
|
1659
|
+
"label": "Subprocess correlation required",
|
|
1660
|
+
"description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
|
|
1661
|
+
"value": "notRequired",
|
|
1715
1662
|
"group": "correlation",
|
|
1663
|
+
"binding": {
|
|
1664
|
+
"name": "correlationRequired",
|
|
1665
|
+
"type": "zeebe:property"
|
|
1666
|
+
},
|
|
1716
1667
|
"type": "Dropdown",
|
|
1717
|
-
"value": "notRequired",
|
|
1718
1668
|
"choices": [
|
|
1719
1669
|
{
|
|
1720
1670
|
"name": "Correlation not required",
|
|
@@ -1724,101 +1674,122 @@
|
|
|
1724
1674
|
"name": "Correlation required",
|
|
1725
1675
|
"value": "required"
|
|
1726
1676
|
}
|
|
1727
|
-
]
|
|
1728
|
-
"binding": {
|
|
1729
|
-
"type": "zeebe:property",
|
|
1730
|
-
"name": "correlationRequired"
|
|
1731
|
-
}
|
|
1677
|
+
]
|
|
1732
1678
|
},
|
|
1733
1679
|
{
|
|
1680
|
+
"id": "correlationKeyProcess",
|
|
1734
1681
|
"label": "Correlation key (process)",
|
|
1735
|
-
"type": "String",
|
|
1736
|
-
"group": "correlation",
|
|
1737
|
-
"feel": "required",
|
|
1738
1682
|
"description": "Sets up the correlation key from process variables",
|
|
1739
|
-
"binding": {
|
|
1740
|
-
"type": "bpmn:Message#zeebe:subscription#property",
|
|
1741
|
-
"name": "correlationKey"
|
|
1742
|
-
},
|
|
1743
1683
|
"constraints": {
|
|
1744
1684
|
"notEmpty": true
|
|
1745
1685
|
},
|
|
1686
|
+
"feel": "required",
|
|
1687
|
+
"group": "correlation",
|
|
1688
|
+
"binding": {
|
|
1689
|
+
"name": "correlationKey",
|
|
1690
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
1691
|
+
},
|
|
1746
1692
|
"condition": {
|
|
1747
1693
|
"property": "correlationRequired",
|
|
1748
|
-
"equals": "required"
|
|
1749
|
-
|
|
1694
|
+
"equals": "required",
|
|
1695
|
+
"type": "simple"
|
|
1696
|
+
},
|
|
1697
|
+
"type": "String"
|
|
1750
1698
|
},
|
|
1751
1699
|
{
|
|
1700
|
+
"id": "correlationKeyPayload",
|
|
1752
1701
|
"label": "Correlation key (payload)",
|
|
1753
|
-
"type": "String",
|
|
1754
|
-
"group": "correlation",
|
|
1755
|
-
"feel": "required",
|
|
1756
|
-
"binding": {
|
|
1757
|
-
"type": "zeebe:property",
|
|
1758
|
-
"name": "correlationKeyExpression"
|
|
1759
|
-
},
|
|
1760
1702
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
1761
1703
|
"constraints": {
|
|
1762
1704
|
"notEmpty": true
|
|
1763
1705
|
},
|
|
1706
|
+
"feel": "required",
|
|
1707
|
+
"group": "correlation",
|
|
1708
|
+
"binding": {
|
|
1709
|
+
"name": "correlationKeyExpression",
|
|
1710
|
+
"type": "zeebe:property"
|
|
1711
|
+
},
|
|
1764
1712
|
"condition": {
|
|
1765
1713
|
"property": "correlationRequired",
|
|
1766
|
-
"equals": "required"
|
|
1767
|
-
|
|
1714
|
+
"equals": "required",
|
|
1715
|
+
"type": "simple"
|
|
1716
|
+
},
|
|
1717
|
+
"type": "String"
|
|
1768
1718
|
},
|
|
1769
1719
|
{
|
|
1770
|
-
"
|
|
1771
|
-
"
|
|
1772
|
-
"
|
|
1720
|
+
"id": "messageTtl",
|
|
1721
|
+
"label": "Message TTL",
|
|
1722
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
1773
1723
|
"optional": true,
|
|
1724
|
+
"constraints": {
|
|
1725
|
+
"notEmpty": false,
|
|
1726
|
+
"pattern": {
|
|
1727
|
+
"value": "^(PT.*|)$",
|
|
1728
|
+
"message": "must be an ISO-8601 duration"
|
|
1729
|
+
}
|
|
1730
|
+
},
|
|
1731
|
+
"feel": "optional",
|
|
1732
|
+
"group": "correlation",
|
|
1774
1733
|
"binding": {
|
|
1775
|
-
"
|
|
1776
|
-
"
|
|
1734
|
+
"name": "messageTtl",
|
|
1735
|
+
"type": "zeebe:property"
|
|
1777
1736
|
},
|
|
1778
|
-
"
|
|
1737
|
+
"type": "String"
|
|
1779
1738
|
},
|
|
1780
1739
|
{
|
|
1781
|
-
"
|
|
1782
|
-
"
|
|
1783
|
-
"
|
|
1784
|
-
"feel": "required",
|
|
1740
|
+
"id": "messageIdExpression",
|
|
1741
|
+
"label": "Message ID expression",
|
|
1742
|
+
"description": "Expression to extract unique identifier of a message",
|
|
1785
1743
|
"optional": true,
|
|
1744
|
+
"feel": "required",
|
|
1745
|
+
"group": "correlation",
|
|
1786
1746
|
"binding": {
|
|
1787
|
-
"
|
|
1788
|
-
"
|
|
1747
|
+
"name": "messageIdExpression",
|
|
1748
|
+
"type": "zeebe:property"
|
|
1789
1749
|
},
|
|
1790
|
-
"
|
|
1750
|
+
"type": "String"
|
|
1791
1751
|
},
|
|
1792
1752
|
{
|
|
1793
|
-
"
|
|
1794
|
-
"
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
"
|
|
1798
|
-
"optional": true,
|
|
1753
|
+
"id": "messageNameUuid",
|
|
1754
|
+
"generatedValue": {
|
|
1755
|
+
"type": "uuid"
|
|
1756
|
+
},
|
|
1757
|
+
"group": "correlation",
|
|
1799
1758
|
"binding": {
|
|
1800
|
-
"
|
|
1801
|
-
"
|
|
1802
|
-
}
|
|
1759
|
+
"name": "name",
|
|
1760
|
+
"type": "bpmn:Message#property"
|
|
1761
|
+
},
|
|
1762
|
+
"type": "Hidden"
|
|
1803
1763
|
},
|
|
1804
1764
|
{
|
|
1805
|
-
"
|
|
1806
|
-
"
|
|
1807
|
-
"
|
|
1765
|
+
"id": "resultVariable",
|
|
1766
|
+
"label": "Result variable",
|
|
1767
|
+
"description": "Name of variable to store the response in",
|
|
1768
|
+
"group": "output",
|
|
1769
|
+
"binding": {
|
|
1770
|
+
"name": "resultVariable",
|
|
1771
|
+
"type": "zeebe:property"
|
|
1772
|
+
},
|
|
1773
|
+
"type": "String"
|
|
1774
|
+
},
|
|
1775
|
+
{
|
|
1776
|
+
"id": "resultExpression",
|
|
1777
|
+
"label": "Result expression",
|
|
1778
|
+
"description": "Expression to map the response into process variables",
|
|
1808
1779
|
"feel": "required",
|
|
1809
|
-
"
|
|
1780
|
+
"group": "output",
|
|
1810
1781
|
"binding": {
|
|
1811
|
-
"
|
|
1812
|
-
"
|
|
1782
|
+
"name": "resultExpression",
|
|
1783
|
+
"type": "zeebe:property"
|
|
1813
1784
|
},
|
|
1814
|
-
"
|
|
1785
|
+
"type": "Text"
|
|
1815
1786
|
}
|
|
1816
1787
|
],
|
|
1817
|
-
"icon": {
|
|
1818
|
-
"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"
|
|
1819
|
-
},
|
|
1820
1788
|
"engines": {
|
|
1821
|
-
"camunda": "^8.
|
|
1789
|
+
"camunda": "^8.3"
|
|
1790
|
+
},
|
|
1791
|
+
"icon": {
|
|
1792
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
|
|
1822
1793
|
}
|
|
1823
1794
|
},
|
|
1824
1795
|
{
|
|
@@ -2318,7 +2289,7 @@
|
|
|
2318
2289
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2319
2290
|
"name": "Webhook Message Start Event Connector",
|
|
2320
2291
|
"id": "io.camunda.connectors.webhook.WebhookConnectorStartMessage.v1",
|
|
2321
|
-
"version":
|
|
2292
|
+
"version": 2,
|
|
2322
2293
|
"description": "Configure webhook to receive callbacks",
|
|
2323
2294
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
2324
2295
|
"category": {
|
|
@@ -2431,11 +2402,7 @@
|
|
|
2431
2402
|
},
|
|
2432
2403
|
"description": "The webhook ID is a part of the URL",
|
|
2433
2404
|
"constraints": {
|
|
2434
|
-
"notEmpty": true
|
|
2435
|
-
"pattern": {
|
|
2436
|
-
"value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
|
|
2437
|
-
"message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
|
|
2438
|
-
}
|
|
2405
|
+
"notEmpty": true
|
|
2439
2406
|
}
|
|
2440
2407
|
},
|
|
2441
2408
|
{
|
|
@@ -2820,16 +2787,16 @@
|
|
|
2820
2787
|
"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"
|
|
2821
2788
|
},
|
|
2822
2789
|
"engines": {
|
|
2823
|
-
"camunda": "^8.
|
|
2790
|
+
"camunda": "^8.4"
|
|
2824
2791
|
}
|
|
2825
2792
|
},
|
|
2826
2793
|
{
|
|
2827
2794
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2828
2795
|
"name": "Webhook Message Start Event Connector",
|
|
2829
2796
|
"id": "io.camunda.connectors.webhook.WebhookConnectorStartMessage.v1",
|
|
2797
|
+
"version": 3,
|
|
2830
2798
|
"description": "Configure webhook to receive callbacks",
|
|
2831
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/
|
|
2832
|
-
"version": 11,
|
|
2799
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
2833
2800
|
"category": {
|
|
2834
2801
|
"id": "connectors",
|
|
2835
2802
|
"name": "Connectors"
|
|
@@ -2852,44 +2819,56 @@
|
|
|
2852
2819
|
"id": "authorization",
|
|
2853
2820
|
"label": "Authorization"
|
|
2854
2821
|
},
|
|
2855
|
-
{
|
|
2856
|
-
"id": "webhookResponse",
|
|
2857
|
-
"label": "Webhook response"
|
|
2858
|
-
},
|
|
2859
2822
|
{
|
|
2860
2823
|
"id": "activation",
|
|
2861
2824
|
"label": "Activation"
|
|
2862
2825
|
},
|
|
2863
2826
|
{
|
|
2864
2827
|
"id": "correlation",
|
|
2865
|
-
"label": "
|
|
2866
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
2828
|
+
"label": "Subprocess correlation"
|
|
2867
2829
|
},
|
|
2868
2830
|
{
|
|
2869
|
-
"id": "
|
|
2870
|
-
"label": "
|
|
2831
|
+
"id": "variable-mapping",
|
|
2832
|
+
"label": "Variable mapping"
|
|
2833
|
+
},
|
|
2834
|
+
{
|
|
2835
|
+
"id": "webhookResponse",
|
|
2836
|
+
"label": "Webhook response"
|
|
2871
2837
|
}
|
|
2872
2838
|
],
|
|
2873
2839
|
"properties": [
|
|
2874
2840
|
{
|
|
2841
|
+
"type": "Hidden",
|
|
2875
2842
|
"value": "io.camunda:webhook:1",
|
|
2876
2843
|
"binding": {
|
|
2877
|
-
"
|
|
2878
|
-
"
|
|
2844
|
+
"type": "zeebe:property",
|
|
2845
|
+
"name": "inbound.type"
|
|
2846
|
+
}
|
|
2847
|
+
},
|
|
2848
|
+
{
|
|
2849
|
+
"type": "Hidden",
|
|
2850
|
+
"generatedValue": {
|
|
2851
|
+
"type": "uuid"
|
|
2879
2852
|
},
|
|
2880
|
-
"
|
|
2853
|
+
"binding": {
|
|
2854
|
+
"type": "bpmn:Message#property",
|
|
2855
|
+
"name": "name"
|
|
2856
|
+
}
|
|
2881
2857
|
},
|
|
2882
2858
|
{
|
|
2883
|
-
"
|
|
2859
|
+
"type": "Hidden",
|
|
2860
|
+
"value": "ConfigurableInboundWebhook",
|
|
2861
|
+
"binding": {
|
|
2862
|
+
"type": "zeebe:property",
|
|
2863
|
+
"name": "inbound.subtype"
|
|
2864
|
+
}
|
|
2865
|
+
},
|
|
2866
|
+
{
|
|
2867
|
+
"id": "webhookMethod",
|
|
2884
2868
|
"label": "Webhook method",
|
|
2869
|
+
"group": "endpoint",
|
|
2885
2870
|
"description": "Select HTTP method",
|
|
2886
|
-
"optional": false,
|
|
2887
2871
|
"value": "any",
|
|
2888
|
-
"group": "endpoint",
|
|
2889
|
-
"binding": {
|
|
2890
|
-
"name": "inbound.method",
|
|
2891
|
-
"type": "zeebe:property"
|
|
2892
|
-
},
|
|
2893
2872
|
"type": "Dropdown",
|
|
2894
2873
|
"choices": [
|
|
2895
2874
|
{
|
|
@@ -2897,53 +2876,50 @@
|
|
|
2897
2876
|
"value": "any"
|
|
2898
2877
|
},
|
|
2899
2878
|
{
|
|
2900
|
-
"name": "
|
|
2879
|
+
"name": "Get",
|
|
2901
2880
|
"value": "get"
|
|
2902
2881
|
},
|
|
2903
2882
|
{
|
|
2904
|
-
"name": "
|
|
2883
|
+
"name": "Post",
|
|
2905
2884
|
"value": "post"
|
|
2906
2885
|
},
|
|
2907
2886
|
{
|
|
2908
|
-
"name": "
|
|
2887
|
+
"name": "Put",
|
|
2909
2888
|
"value": "put"
|
|
2910
2889
|
},
|
|
2911
2890
|
{
|
|
2912
|
-
"name": "
|
|
2891
|
+
"name": "Delete",
|
|
2913
2892
|
"value": "delete"
|
|
2914
2893
|
}
|
|
2915
|
-
]
|
|
2894
|
+
],
|
|
2895
|
+
"binding": {
|
|
2896
|
+
"type": "zeebe:property",
|
|
2897
|
+
"name": "inbound.method"
|
|
2898
|
+
}
|
|
2916
2899
|
},
|
|
2917
2900
|
{
|
|
2918
|
-
"id": "inbound.context",
|
|
2919
2901
|
"label": "Webhook ID",
|
|
2902
|
+
"type": "String",
|
|
2903
|
+
"group": "endpoint",
|
|
2904
|
+
"binding": {
|
|
2905
|
+
"type": "zeebe:property",
|
|
2906
|
+
"name": "inbound.context"
|
|
2907
|
+
},
|
|
2920
2908
|
"description": "The webhook ID is a part of the URL",
|
|
2921
|
-
"optional": false,
|
|
2922
2909
|
"constraints": {
|
|
2923
2910
|
"notEmpty": true,
|
|
2924
2911
|
"pattern": {
|
|
2925
2912
|
"value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
|
|
2926
2913
|
"message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
|
|
2927
2914
|
}
|
|
2928
|
-
}
|
|
2929
|
-
"group": "endpoint",
|
|
2930
|
-
"binding": {
|
|
2931
|
-
"name": "inbound.context",
|
|
2932
|
-
"type": "zeebe:property"
|
|
2933
|
-
},
|
|
2934
|
-
"type": "String"
|
|
2915
|
+
}
|
|
2935
2916
|
},
|
|
2936
2917
|
{
|
|
2937
|
-
"id": "
|
|
2918
|
+
"id": "shouldValidateHmac",
|
|
2938
2919
|
"label": "HMAC authentication",
|
|
2939
|
-
"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",
|
|
2940
|
-
"optional": false,
|
|
2941
|
-
"value": "disabled",
|
|
2942
2920
|
"group": "authentication",
|
|
2943
|
-
"
|
|
2944
|
-
|
|
2945
|
-
"type": "zeebe:property"
|
|
2946
|
-
},
|
|
2921
|
+
"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",
|
|
2922
|
+
"value": "disabled",
|
|
2947
2923
|
"type": "Dropdown",
|
|
2948
2924
|
"choices": [
|
|
2949
2925
|
{
|
|
@@ -2954,60 +2930,47 @@
|
|
|
2954
2930
|
"name": "Disabled",
|
|
2955
2931
|
"value": "disabled"
|
|
2956
2932
|
}
|
|
2957
|
-
]
|
|
2933
|
+
],
|
|
2934
|
+
"binding": {
|
|
2935
|
+
"type": "zeebe:property",
|
|
2936
|
+
"name": "inbound.shouldValidateHmac"
|
|
2937
|
+
}
|
|
2958
2938
|
},
|
|
2959
2939
|
{
|
|
2960
|
-
"id": "inbound.hmacSecret",
|
|
2961
2940
|
"label": "HMAC secret key",
|
|
2962
2941
|
"description": "Shared secret key",
|
|
2963
|
-
"
|
|
2964
|
-
"feel": "optional",
|
|
2942
|
+
"type": "String",
|
|
2965
2943
|
"group": "authentication",
|
|
2944
|
+
"optional": true,
|
|
2966
2945
|
"binding": {
|
|
2967
|
-
"
|
|
2968
|
-
"
|
|
2946
|
+
"type": "zeebe:property",
|
|
2947
|
+
"name": "inbound.hmacSecret"
|
|
2969
2948
|
},
|
|
2970
2949
|
"condition": {
|
|
2971
|
-
"property": "
|
|
2972
|
-
"equals": "enabled"
|
|
2973
|
-
|
|
2974
|
-
},
|
|
2975
|
-
"type": "String"
|
|
2950
|
+
"property": "shouldValidateHmac",
|
|
2951
|
+
"equals": "enabled"
|
|
2952
|
+
}
|
|
2976
2953
|
},
|
|
2977
2954
|
{
|
|
2978
|
-
"id": "inbound.hmacHeader",
|
|
2979
2955
|
"label": "HMAC header",
|
|
2980
2956
|
"description": "Name of header attribute that will contain the HMAC value",
|
|
2981
|
-
"
|
|
2982
|
-
"feel": "optional",
|
|
2957
|
+
"type": "String",
|
|
2983
2958
|
"group": "authentication",
|
|
2959
|
+
"optional": true,
|
|
2984
2960
|
"binding": {
|
|
2985
|
-
"
|
|
2986
|
-
"
|
|
2961
|
+
"type": "zeebe:property",
|
|
2962
|
+
"name": "inbound.hmacHeader"
|
|
2987
2963
|
},
|
|
2988
2964
|
"condition": {
|
|
2989
|
-
"property": "
|
|
2990
|
-
"equals": "enabled"
|
|
2991
|
-
|
|
2992
|
-
},
|
|
2993
|
-
"type": "String"
|
|
2965
|
+
"property": "shouldValidateHmac",
|
|
2966
|
+
"equals": "enabled"
|
|
2967
|
+
}
|
|
2994
2968
|
},
|
|
2995
2969
|
{
|
|
2996
|
-
"id": "inbound.hmacAlgorithm",
|
|
2997
2970
|
"label": "HMAC algorithm",
|
|
2971
|
+
"group": "authentication",
|
|
2998
2972
|
"description": "Choose HMAC algorithm",
|
|
2999
|
-
"optional": false,
|
|
3000
2973
|
"value": "sha_256",
|
|
3001
|
-
"group": "authentication",
|
|
3002
|
-
"binding": {
|
|
3003
|
-
"name": "inbound.hmacAlgorithm",
|
|
3004
|
-
"type": "zeebe:property"
|
|
3005
|
-
},
|
|
3006
|
-
"condition": {
|
|
3007
|
-
"property": "inbound.shouldValidateHmac",
|
|
3008
|
-
"equals": "enabled",
|
|
3009
|
-
"type": "simple"
|
|
3010
|
-
},
|
|
3011
2974
|
"type": "Dropdown",
|
|
3012
2975
|
"choices": [
|
|
3013
2976
|
{
|
|
@@ -3022,248 +2985,214 @@
|
|
|
3022
2985
|
"name": "SHA-512",
|
|
3023
2986
|
"value": "sha_512"
|
|
3024
2987
|
}
|
|
3025
|
-
]
|
|
2988
|
+
],
|
|
2989
|
+
"binding": {
|
|
2990
|
+
"type": "zeebe:property",
|
|
2991
|
+
"name": "inbound.hmacAlgorithm"
|
|
2992
|
+
},
|
|
2993
|
+
"condition": {
|
|
2994
|
+
"property": "shouldValidateHmac",
|
|
2995
|
+
"equals": "enabled"
|
|
2996
|
+
}
|
|
3026
2997
|
},
|
|
3027
2998
|
{
|
|
3028
|
-
"id": "inbound.hmacScopes",
|
|
3029
2999
|
"label": "HMAC scopes",
|
|
3030
|
-
"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>",
|
|
3031
|
-
"optional": true,
|
|
3032
|
-
"feel": "required",
|
|
3033
3000
|
"group": "authentication",
|
|
3001
|
+
"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>",
|
|
3002
|
+
"feel": "required",
|
|
3003
|
+
"type": "String",
|
|
3004
|
+
"optional": true,
|
|
3034
3005
|
"binding": {
|
|
3035
|
-
"
|
|
3036
|
-
"
|
|
3006
|
+
"type": "zeebe:property",
|
|
3007
|
+
"name": "inbound.hmacScopes"
|
|
3037
3008
|
},
|
|
3038
3009
|
"condition": {
|
|
3039
|
-
"property": "
|
|
3040
|
-
"equals": "enabled"
|
|
3041
|
-
|
|
3042
|
-
},
|
|
3043
|
-
"type": "String"
|
|
3010
|
+
"property": "shouldValidateHmac",
|
|
3011
|
+
"equals": "enabled"
|
|
3012
|
+
}
|
|
3044
3013
|
},
|
|
3045
3014
|
{
|
|
3046
|
-
"id": "
|
|
3015
|
+
"id": "authorizationType",
|
|
3047
3016
|
"label": "Authorization type",
|
|
3048
|
-
"description": "Choose the authorization type",
|
|
3049
|
-
"value": "NONE",
|
|
3050
3017
|
"group": "authorization",
|
|
3051
|
-
"
|
|
3052
|
-
|
|
3053
|
-
"type": "zeebe:property"
|
|
3054
|
-
},
|
|
3018
|
+
"description": "Choose the authorization type.",
|
|
3019
|
+
"value": "NONE",
|
|
3055
3020
|
"type": "Dropdown",
|
|
3056
3021
|
"choices": [
|
|
3057
3022
|
{
|
|
3058
3023
|
"name": "None",
|
|
3059
3024
|
"value": "NONE"
|
|
3060
3025
|
},
|
|
3026
|
+
{
|
|
3027
|
+
"name": "JWT",
|
|
3028
|
+
"value": "JWT"
|
|
3029
|
+
},
|
|
3061
3030
|
{
|
|
3062
3031
|
"name": "Basic",
|
|
3063
3032
|
"value": "BASIC"
|
|
3064
3033
|
},
|
|
3065
3034
|
{
|
|
3066
|
-
"name": "API
|
|
3035
|
+
"name": "API Key",
|
|
3067
3036
|
"value": "APIKEY"
|
|
3068
|
-
},
|
|
3069
|
-
{
|
|
3070
|
-
"name": "JWT",
|
|
3071
|
-
"value": "JWT"
|
|
3072
3037
|
}
|
|
3073
|
-
]
|
|
3038
|
+
],
|
|
3039
|
+
"binding": {
|
|
3040
|
+
"type": "zeebe:property",
|
|
3041
|
+
"name": "inbound.auth.type"
|
|
3042
|
+
}
|
|
3074
3043
|
},
|
|
3075
3044
|
{
|
|
3076
|
-
"
|
|
3077
|
-
"
|
|
3078
|
-
"
|
|
3079
|
-
"optional": false,
|
|
3080
|
-
"feel": "optional",
|
|
3045
|
+
"label": "JWK url",
|
|
3046
|
+
"description": "Well-known url of JWKs",
|
|
3047
|
+
"type": "String",
|
|
3081
3048
|
"group": "authorization",
|
|
3049
|
+
"feel": "optional",
|
|
3050
|
+
"optional": true,
|
|
3082
3051
|
"binding": {
|
|
3083
|
-
"
|
|
3084
|
-
"
|
|
3052
|
+
"type": "zeebe:property",
|
|
3053
|
+
"name": "inbound.auth.jwt.jwkUrl"
|
|
3085
3054
|
},
|
|
3086
3055
|
"condition": {
|
|
3087
|
-
"property": "
|
|
3088
|
-
"equals": "
|
|
3089
|
-
|
|
3090
|
-
},
|
|
3091
|
-
"type": "String"
|
|
3056
|
+
"property": "authorizationType",
|
|
3057
|
+
"equals": "JWT"
|
|
3058
|
+
}
|
|
3092
3059
|
},
|
|
3093
3060
|
{
|
|
3094
|
-
"
|
|
3095
|
-
"
|
|
3096
|
-
"
|
|
3097
|
-
"optional": false,
|
|
3098
|
-
"feel": "optional",
|
|
3061
|
+
"label": "JWT role property expression",
|
|
3062
|
+
"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>",
|
|
3063
|
+
"type": "String",
|
|
3099
3064
|
"group": "authorization",
|
|
3065
|
+
"feel": "required",
|
|
3066
|
+
"optional": true,
|
|
3100
3067
|
"binding": {
|
|
3101
|
-
"
|
|
3102
|
-
"
|
|
3068
|
+
"type": "zeebe:property",
|
|
3069
|
+
"name": "inbound.auth.jwt.permissionsExpression"
|
|
3103
3070
|
},
|
|
3104
3071
|
"condition": {
|
|
3105
|
-
"property": "
|
|
3106
|
-
"equals": "
|
|
3107
|
-
|
|
3108
|
-
},
|
|
3109
|
-
"type": "String"
|
|
3072
|
+
"property": "authorizationType",
|
|
3073
|
+
"equals": "JWT"
|
|
3074
|
+
}
|
|
3110
3075
|
},
|
|
3111
3076
|
{
|
|
3112
|
-
"
|
|
3113
|
-
"
|
|
3114
|
-
"
|
|
3115
|
-
"optional": false,
|
|
3116
|
-
"feel": "optional",
|
|
3077
|
+
"label": "Required roles",
|
|
3078
|
+
"description": "List of roles to test JWT roles against",
|
|
3079
|
+
"type": "String",
|
|
3117
3080
|
"group": "authorization",
|
|
3081
|
+
"feel": "required",
|
|
3082
|
+
"optional": true,
|
|
3118
3083
|
"binding": {
|
|
3119
|
-
"
|
|
3120
|
-
"
|
|
3084
|
+
"type": "zeebe:property",
|
|
3085
|
+
"name": "inbound.auth.jwt.requiredPermissions"
|
|
3121
3086
|
},
|
|
3122
3087
|
"condition": {
|
|
3123
|
-
"property": "
|
|
3124
|
-
"equals": "
|
|
3125
|
-
|
|
3126
|
-
},
|
|
3127
|
-
"type": "String"
|
|
3088
|
+
"property": "authorizationType",
|
|
3089
|
+
"equals": "JWT"
|
|
3090
|
+
}
|
|
3128
3091
|
},
|
|
3129
3092
|
{
|
|
3130
|
-
"
|
|
3131
|
-
"
|
|
3132
|
-
"
|
|
3133
|
-
"optional": false,
|
|
3134
|
-
"value": "=split(request.headers.authorization, \" \")[2]",
|
|
3135
|
-
"constraints": {
|
|
3136
|
-
"notEmpty": true
|
|
3137
|
-
},
|
|
3138
|
-
"feel": "required",
|
|
3093
|
+
"label": "Username",
|
|
3094
|
+
"description": "Username for basic authentication",
|
|
3095
|
+
"type": "String",
|
|
3139
3096
|
"group": "authorization",
|
|
3097
|
+
"feel": "optional",
|
|
3140
3098
|
"binding": {
|
|
3141
|
-
"
|
|
3142
|
-
"
|
|
3099
|
+
"type": "zeebe:property",
|
|
3100
|
+
"name": "inbound.auth.username"
|
|
3143
3101
|
},
|
|
3144
3102
|
"condition": {
|
|
3145
|
-
"property": "
|
|
3146
|
-
"equals": "
|
|
3147
|
-
"type": "simple"
|
|
3103
|
+
"property": "authorizationType",
|
|
3104
|
+
"equals": "BASIC"
|
|
3148
3105
|
},
|
|
3149
|
-
"
|
|
3106
|
+
"constraints": {
|
|
3107
|
+
"notEmpty": true
|
|
3108
|
+
}
|
|
3150
3109
|
},
|
|
3151
3110
|
{
|
|
3152
|
-
"
|
|
3153
|
-
"
|
|
3154
|
-
"
|
|
3155
|
-
"optional": false,
|
|
3156
|
-
"feel": "optional",
|
|
3111
|
+
"label": "Password",
|
|
3112
|
+
"description": "Password for basic authentication",
|
|
3113
|
+
"type": "String",
|
|
3157
3114
|
"group": "authorization",
|
|
3115
|
+
"feel": "optional",
|
|
3158
3116
|
"binding": {
|
|
3159
|
-
"
|
|
3160
|
-
"
|
|
3117
|
+
"type": "zeebe:property",
|
|
3118
|
+
"name": "inbound.auth.password"
|
|
3161
3119
|
},
|
|
3162
3120
|
"condition": {
|
|
3163
|
-
"property": "
|
|
3164
|
-
"equals": "
|
|
3165
|
-
"type": "simple"
|
|
3121
|
+
"property": "authorizationType",
|
|
3122
|
+
"equals": "BASIC"
|
|
3166
3123
|
},
|
|
3167
|
-
"
|
|
3124
|
+
"constraints": {
|
|
3125
|
+
"notEmpty": true
|
|
3126
|
+
}
|
|
3168
3127
|
},
|
|
3169
3128
|
{
|
|
3170
|
-
"
|
|
3171
|
-
"
|
|
3172
|
-
"
|
|
3173
|
-
"optional": false,
|
|
3174
|
-
"feel": "required",
|
|
3129
|
+
"label": "API Key",
|
|
3130
|
+
"description": "Expected API key",
|
|
3131
|
+
"type": "String",
|
|
3175
3132
|
"group": "authorization",
|
|
3133
|
+
"feel": "optional",
|
|
3176
3134
|
"binding": {
|
|
3177
|
-
"
|
|
3178
|
-
"
|
|
3135
|
+
"type": "zeebe:property",
|
|
3136
|
+
"name": "inbound.auth.apiKey"
|
|
3179
3137
|
},
|
|
3180
3138
|
"condition": {
|
|
3181
|
-
"property": "
|
|
3182
|
-
"equals": "
|
|
3183
|
-
"type": "simple"
|
|
3139
|
+
"property": "authorizationType",
|
|
3140
|
+
"equals": "APIKEY"
|
|
3184
3141
|
},
|
|
3185
|
-
"
|
|
3142
|
+
"constraints": {
|
|
3143
|
+
"notEmpty": true
|
|
3144
|
+
}
|
|
3186
3145
|
},
|
|
3187
3146
|
{
|
|
3188
|
-
"
|
|
3189
|
-
"
|
|
3190
|
-
"
|
|
3191
|
-
"optional": false,
|
|
3192
|
-
"feel": "required",
|
|
3147
|
+
"label": "API Key locator",
|
|
3148
|
+
"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>",
|
|
3149
|
+
"type": "String",
|
|
3193
3150
|
"group": "authorization",
|
|
3151
|
+
"feel": "required",
|
|
3194
3152
|
"binding": {
|
|
3195
|
-
"
|
|
3196
|
-
"
|
|
3153
|
+
"type": "zeebe:property",
|
|
3154
|
+
"name": "inbound.auth.apiKeyLocator"
|
|
3197
3155
|
},
|
|
3198
3156
|
"condition": {
|
|
3199
|
-
"property": "
|
|
3200
|
-
"equals": "
|
|
3201
|
-
"type": "simple"
|
|
3157
|
+
"property": "authorizationType",
|
|
3158
|
+
"equals": "APIKEY"
|
|
3202
3159
|
},
|
|
3203
|
-
"
|
|
3204
|
-
|
|
3205
|
-
{
|
|
3206
|
-
"id": "inbound.responseExpression",
|
|
3207
|
-
"label": "Response expression",
|
|
3208
|
-
"description": "Expression used to generate the HTTP response",
|
|
3209
|
-
"optional": true,
|
|
3210
|
-
"feel": "required",
|
|
3211
|
-
"group": "webhookResponse",
|
|
3212
|
-
"binding": {
|
|
3213
|
-
"name": "inbound.responseExpression",
|
|
3214
|
-
"type": "zeebe:property"
|
|
3160
|
+
"constraints": {
|
|
3161
|
+
"notEmpty": true
|
|
3215
3162
|
},
|
|
3216
|
-
"
|
|
3163
|
+
"value": "=split(request.headers.authorization, \" \")[2]"
|
|
3217
3164
|
},
|
|
3218
3165
|
{
|
|
3219
|
-
"
|
|
3220
|
-
"label": "One time verification response expression",
|
|
3221
|
-
"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>",
|
|
3222
|
-
"optional": true,
|
|
3166
|
+
"label": "Message ID expression",
|
|
3223
3167
|
"feel": "required",
|
|
3224
|
-
"
|
|
3225
|
-
"binding": {
|
|
3226
|
-
"name": "inbound.verificationExpression",
|
|
3227
|
-
"type": "zeebe:property"
|
|
3228
|
-
},
|
|
3229
|
-
"type": "Text"
|
|
3230
|
-
},
|
|
3231
|
-
{
|
|
3232
|
-
"id": "activationCondition",
|
|
3233
|
-
"label": "Activation condition",
|
|
3234
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
3168
|
+
"type": "String",
|
|
3235
3169
|
"optional": true,
|
|
3236
|
-
"feel": "required",
|
|
3237
3170
|
"group": "activation",
|
|
3238
3171
|
"binding": {
|
|
3239
|
-
"
|
|
3240
|
-
"
|
|
3172
|
+
"type": "zeebe:property",
|
|
3173
|
+
"name": "messageIdExpression"
|
|
3241
3174
|
},
|
|
3242
|
-
"
|
|
3175
|
+
"description": "Expression to extract unique identifier of a message"
|
|
3243
3176
|
},
|
|
3244
3177
|
{
|
|
3245
|
-
"
|
|
3246
|
-
"
|
|
3247
|
-
"value": true,
|
|
3178
|
+
"label": "Condition",
|
|
3179
|
+
"type": "String",
|
|
3248
3180
|
"group": "activation",
|
|
3181
|
+
"feel": "required",
|
|
3182
|
+
"optional": true,
|
|
3249
3183
|
"binding": {
|
|
3250
|
-
"
|
|
3251
|
-
"
|
|
3184
|
+
"type": "zeebe:property",
|
|
3185
|
+
"name": "activationCondition"
|
|
3252
3186
|
},
|
|
3253
|
-
"
|
|
3254
|
-
"type": "Boolean"
|
|
3187
|
+
"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>"
|
|
3255
3188
|
},
|
|
3256
3189
|
{
|
|
3257
|
-
"
|
|
3258
|
-
"label": "Subprocess correlation required",
|
|
3190
|
+
"label": "Correlation required",
|
|
3259
3191
|
"description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
|
|
3260
|
-
"
|
|
3192
|
+
"id": "correlationRequired",
|
|
3261
3193
|
"group": "correlation",
|
|
3262
|
-
"binding": {
|
|
3263
|
-
"name": "correlationRequired",
|
|
3264
|
-
"type": "zeebe:property"
|
|
3265
|
-
},
|
|
3266
3194
|
"type": "Dropdown",
|
|
3195
|
+
"value": "notRequired",
|
|
3267
3196
|
"choices": [
|
|
3268
3197
|
{
|
|
3269
3198
|
"name": "Correlation not required",
|
|
@@ -3273,122 +3202,101 @@
|
|
|
3273
3202
|
"name": "Correlation required",
|
|
3274
3203
|
"value": "required"
|
|
3275
3204
|
}
|
|
3276
|
-
]
|
|
3205
|
+
],
|
|
3206
|
+
"binding": {
|
|
3207
|
+
"type": "zeebe:property",
|
|
3208
|
+
"name": "correlationRequired"
|
|
3209
|
+
}
|
|
3277
3210
|
},
|
|
3278
3211
|
{
|
|
3279
|
-
"id": "correlationKeyProcess",
|
|
3280
3212
|
"label": "Correlation key (process)",
|
|
3213
|
+
"type": "String",
|
|
3214
|
+
"group": "correlation",
|
|
3215
|
+
"feel": "required",
|
|
3281
3216
|
"description": "Sets up the correlation key from process variables",
|
|
3217
|
+
"binding": {
|
|
3218
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
3219
|
+
"name": "correlationKey"
|
|
3220
|
+
},
|
|
3282
3221
|
"constraints": {
|
|
3283
3222
|
"notEmpty": true
|
|
3284
3223
|
},
|
|
3285
|
-
"feel": "required",
|
|
3286
|
-
"group": "correlation",
|
|
3287
|
-
"binding": {
|
|
3288
|
-
"name": "correlationKey",
|
|
3289
|
-
"type": "bpmn:Message#zeebe:subscription#property"
|
|
3290
|
-
},
|
|
3291
3224
|
"condition": {
|
|
3292
3225
|
"property": "correlationRequired",
|
|
3293
|
-
"equals": "required"
|
|
3294
|
-
|
|
3295
|
-
},
|
|
3296
|
-
"type": "String"
|
|
3226
|
+
"equals": "required"
|
|
3227
|
+
}
|
|
3297
3228
|
},
|
|
3298
3229
|
{
|
|
3299
|
-
"id": "correlationKeyPayload",
|
|
3300
3230
|
"label": "Correlation key (payload)",
|
|
3231
|
+
"type": "String",
|
|
3232
|
+
"group": "correlation",
|
|
3233
|
+
"feel": "required",
|
|
3234
|
+
"binding": {
|
|
3235
|
+
"type": "zeebe:property",
|
|
3236
|
+
"name": "correlationKeyExpression"
|
|
3237
|
+
},
|
|
3301
3238
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
3302
3239
|
"constraints": {
|
|
3303
3240
|
"notEmpty": true
|
|
3304
3241
|
},
|
|
3305
|
-
"feel": "required",
|
|
3306
|
-
"group": "correlation",
|
|
3307
|
-
"binding": {
|
|
3308
|
-
"name": "correlationKeyExpression",
|
|
3309
|
-
"type": "zeebe:property"
|
|
3310
|
-
},
|
|
3311
3242
|
"condition": {
|
|
3312
3243
|
"property": "correlationRequired",
|
|
3313
|
-
"equals": "required"
|
|
3314
|
-
|
|
3315
|
-
},
|
|
3316
|
-
"type": "String"
|
|
3244
|
+
"equals": "required"
|
|
3245
|
+
}
|
|
3317
3246
|
},
|
|
3318
3247
|
{
|
|
3319
|
-
"
|
|
3320
|
-
"
|
|
3321
|
-
"
|
|
3248
|
+
"label": "Result variable",
|
|
3249
|
+
"type": "String",
|
|
3250
|
+
"group": "variable-mapping",
|
|
3322
3251
|
"optional": true,
|
|
3323
|
-
"constraints": {
|
|
3324
|
-
"notEmpty": false,
|
|
3325
|
-
"pattern": {
|
|
3326
|
-
"value": "^(PT.*|)$",
|
|
3327
|
-
"message": "must be an ISO-8601 duration"
|
|
3328
|
-
}
|
|
3329
|
-
},
|
|
3330
|
-
"feel": "optional",
|
|
3331
|
-
"group": "correlation",
|
|
3332
3252
|
"binding": {
|
|
3333
|
-
"
|
|
3334
|
-
"
|
|
3253
|
+
"type": "zeebe:property",
|
|
3254
|
+
"name": "resultVariable"
|
|
3335
3255
|
},
|
|
3336
|
-
"
|
|
3256
|
+
"description": "Name of variable to store the result of the connector in"
|
|
3337
3257
|
},
|
|
3338
3258
|
{
|
|
3339
|
-
"
|
|
3340
|
-
"
|
|
3341
|
-
"
|
|
3342
|
-
"optional": true,
|
|
3259
|
+
"label": "Result expression",
|
|
3260
|
+
"type": "String",
|
|
3261
|
+
"group": "variable-mapping",
|
|
3343
3262
|
"feel": "required",
|
|
3344
|
-
"
|
|
3345
|
-
"binding": {
|
|
3346
|
-
"name": "messageIdExpression",
|
|
3347
|
-
"type": "zeebe:property"
|
|
3348
|
-
},
|
|
3349
|
-
"type": "String"
|
|
3350
|
-
},
|
|
3351
|
-
{
|
|
3352
|
-
"id": "messageNameUuid",
|
|
3353
|
-
"generatedValue": {
|
|
3354
|
-
"type": "uuid"
|
|
3355
|
-
},
|
|
3356
|
-
"group": "correlation",
|
|
3263
|
+
"optional": true,
|
|
3357
3264
|
"binding": {
|
|
3358
|
-
"
|
|
3359
|
-
"
|
|
3265
|
+
"type": "zeebe:property",
|
|
3266
|
+
"name": "resultExpression"
|
|
3360
3267
|
},
|
|
3361
|
-
"
|
|
3268
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
3362
3269
|
},
|
|
3363
3270
|
{
|
|
3364
|
-
"
|
|
3365
|
-
"
|
|
3366
|
-
"
|
|
3367
|
-
"group": "
|
|
3271
|
+
"label": "One time verification response expression",
|
|
3272
|
+
"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>",
|
|
3273
|
+
"type": "Text",
|
|
3274
|
+
"group": "webhookResponse",
|
|
3275
|
+
"feel": "required",
|
|
3276
|
+
"optional": true,
|
|
3368
3277
|
"binding": {
|
|
3369
|
-
"
|
|
3370
|
-
"
|
|
3371
|
-
}
|
|
3372
|
-
"type": "String"
|
|
3278
|
+
"type": "zeebe:property",
|
|
3279
|
+
"name": "inbound.verificationExpression"
|
|
3280
|
+
}
|
|
3373
3281
|
},
|
|
3374
3282
|
{
|
|
3375
|
-
"
|
|
3376
|
-
"
|
|
3377
|
-
"
|
|
3283
|
+
"label": "Response body expression",
|
|
3284
|
+
"type": "Text",
|
|
3285
|
+
"group": "webhookResponse",
|
|
3378
3286
|
"feel": "required",
|
|
3379
|
-
"
|
|
3287
|
+
"optional": true,
|
|
3380
3288
|
"binding": {
|
|
3381
|
-
"
|
|
3382
|
-
"
|
|
3289
|
+
"type": "zeebe:property",
|
|
3290
|
+
"name": "inbound.responseBodyExpression"
|
|
3383
3291
|
},
|
|
3384
|
-
"
|
|
3292
|
+
"description": "Specify condition and response"
|
|
3385
3293
|
}
|
|
3386
3294
|
],
|
|
3387
3295
|
"icon": {
|
|
3388
|
-
"contents": "data:image/svg+xml;
|
|
3296
|
+
"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"
|
|
3389
3297
|
},
|
|
3390
3298
|
"engines": {
|
|
3391
|
-
"camunda": "^8.
|
|
3299
|
+
"camunda": "^8.5"
|
|
3392
3300
|
}
|
|
3393
3301
|
},
|
|
3394
3302
|
{
|
|
@@ -3396,8 +3304,8 @@
|
|
|
3396
3304
|
"name": "Webhook Message Start Event Connector",
|
|
3397
3305
|
"id": "io.camunda.connectors.webhook.WebhookConnectorStartMessage.v1",
|
|
3398
3306
|
"description": "Configure webhook to receive callbacks",
|
|
3399
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/
|
|
3400
|
-
"version":
|
|
3307
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
|
|
3308
|
+
"version": 11,
|
|
3401
3309
|
"category": {
|
|
3402
3310
|
"id": "connectors",
|
|
3403
3311
|
"name": "Connectors"
|
|
@@ -3430,7 +3338,8 @@
|
|
|
3430
3338
|
},
|
|
3431
3339
|
{
|
|
3432
3340
|
"id": "correlation",
|
|
3433
|
-
"label": "Correlation"
|
|
3341
|
+
"label": "Correlation",
|
|
3342
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
3434
3343
|
},
|
|
3435
3344
|
{
|
|
3436
3345
|
"id": "output",
|
|
@@ -3503,7 +3412,7 @@
|
|
|
3503
3412
|
{
|
|
3504
3413
|
"id": "inbound.shouldValidateHmac",
|
|
3505
3414
|
"label": "HMAC authentication",
|
|
3506
|
-
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
3415
|
+
"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",
|
|
3507
3416
|
"optional": false,
|
|
3508
3417
|
"value": "disabled",
|
|
3509
3418
|
"group": "authentication",
|
|
@@ -3594,7 +3503,7 @@
|
|
|
3594
3503
|
{
|
|
3595
3504
|
"id": "inbound.hmacScopes",
|
|
3596
3505
|
"label": "HMAC scopes",
|
|
3597
|
-
"description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/
|
|
3506
|
+
"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>",
|
|
3598
3507
|
"optional": true,
|
|
3599
3508
|
"feel": "required",
|
|
3600
3509
|
"group": "authentication",
|
|
@@ -3696,7 +3605,7 @@
|
|
|
3696
3605
|
{
|
|
3697
3606
|
"id": "inbound.auth.apiKeyLocator",
|
|
3698
3607
|
"label": "API key locator",
|
|
3699
|
-
"description": "A FEEL expression that extracts API key from the request. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
3608
|
+
"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>",
|
|
3700
3609
|
"optional": false,
|
|
3701
3610
|
"value": "=split(request.headers.authorization, \" \")[2]",
|
|
3702
3611
|
"constraints": {
|
|
@@ -3736,7 +3645,7 @@
|
|
|
3736
3645
|
{
|
|
3737
3646
|
"id": "inbound.auth.jwt.permissionsExpression",
|
|
3738
3647
|
"label": "JWT role property expression",
|
|
3739
|
-
"description": "Expression to extract the roles from the JWT token. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
3648
|
+
"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>",
|
|
3740
3649
|
"optional": false,
|
|
3741
3650
|
"feel": "required",
|
|
3742
3651
|
"group": "authorization",
|
|
@@ -3770,14 +3679,14 @@
|
|
|
3770
3679
|
"type": "String"
|
|
3771
3680
|
},
|
|
3772
3681
|
{
|
|
3773
|
-
"id": "inbound.
|
|
3774
|
-
"label": "Response
|
|
3775
|
-
"description": "
|
|
3682
|
+
"id": "inbound.responseExpression",
|
|
3683
|
+
"label": "Response expression",
|
|
3684
|
+
"description": "Expression used to generate the HTTP response",
|
|
3776
3685
|
"optional": true,
|
|
3777
3686
|
"feel": "required",
|
|
3778
3687
|
"group": "webhookResponse",
|
|
3779
3688
|
"binding": {
|
|
3780
|
-
"name": "inbound.
|
|
3689
|
+
"name": "inbound.responseExpression",
|
|
3781
3690
|
"type": "zeebe:property"
|
|
3782
3691
|
},
|
|
3783
3692
|
"type": "Text"
|
|
@@ -3808,6 +3717,18 @@
|
|
|
3808
3717
|
},
|
|
3809
3718
|
"type": "String"
|
|
3810
3719
|
},
|
|
3720
|
+
{
|
|
3721
|
+
"id": "consumeUnmatchedEvents",
|
|
3722
|
+
"label": "Consume unmatched events",
|
|
3723
|
+
"value": true,
|
|
3724
|
+
"group": "activation",
|
|
3725
|
+
"binding": {
|
|
3726
|
+
"name": "consumeUnmatchedEvents",
|
|
3727
|
+
"type": "zeebe:property"
|
|
3728
|
+
},
|
|
3729
|
+
"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",
|
|
3730
|
+
"type": "Boolean"
|
|
3731
|
+
},
|
|
3811
3732
|
{
|
|
3812
3733
|
"id": "correlationRequired",
|
|
3813
3734
|
"label": "Subprocess correlation required",
|
|
@@ -3870,6 +3791,26 @@
|
|
|
3870
3791
|
},
|
|
3871
3792
|
"type": "String"
|
|
3872
3793
|
},
|
|
3794
|
+
{
|
|
3795
|
+
"id": "messageTtl",
|
|
3796
|
+
"label": "Message TTL",
|
|
3797
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
3798
|
+
"optional": true,
|
|
3799
|
+
"constraints": {
|
|
3800
|
+
"notEmpty": false,
|
|
3801
|
+
"pattern": {
|
|
3802
|
+
"value": "^(PT.*|)$",
|
|
3803
|
+
"message": "must be an ISO-8601 duration"
|
|
3804
|
+
}
|
|
3805
|
+
},
|
|
3806
|
+
"feel": "optional",
|
|
3807
|
+
"group": "correlation",
|
|
3808
|
+
"binding": {
|
|
3809
|
+
"name": "messageTtl",
|
|
3810
|
+
"type": "zeebe:property"
|
|
3811
|
+
},
|
|
3812
|
+
"type": "String"
|
|
3813
|
+
},
|
|
3873
3814
|
{
|
|
3874
3815
|
"id": "messageIdExpression",
|
|
3875
3816
|
"label": "Message ID expression",
|
|
@@ -3923,7 +3864,7 @@
|
|
|
3923
3864
|
"contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
|
|
3924
3865
|
},
|
|
3925
3866
|
"engines": {
|
|
3926
|
-
"camunda": "^8.
|
|
3867
|
+
"camunda": "^8.6"
|
|
3927
3868
|
}
|
|
3928
3869
|
},
|
|
3929
3870
|
{
|
|
@@ -3935,7 +3876,7 @@
|
|
|
3935
3876
|
"keywords": []
|
|
3936
3877
|
},
|
|
3937
3878
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
|
|
3938
|
-
"version":
|
|
3879
|
+
"version": 13,
|
|
3939
3880
|
"category": {
|
|
3940
3881
|
"id": "connectors",
|
|
3941
3882
|
"name": "Connectors"
|
|
@@ -3945,6 +3886,9 @@
|
|
|
3945
3886
|
"value": "bpmn:StartEvent",
|
|
3946
3887
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
3947
3888
|
},
|
|
3889
|
+
"engines": {
|
|
3890
|
+
"camunda": "^8.3"
|
|
3891
|
+
},
|
|
3948
3892
|
"groups": [
|
|
3949
3893
|
{
|
|
3950
3894
|
"id": "endpoint",
|
|
@@ -3971,6 +3915,11 @@
|
|
|
3971
3915
|
"label": "Correlation",
|
|
3972
3916
|
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
3973
3917
|
},
|
|
3918
|
+
{
|
|
3919
|
+
"id": "deduplication",
|
|
3920
|
+
"label": "Deduplication",
|
|
3921
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
3922
|
+
},
|
|
3974
3923
|
{
|
|
3975
3924
|
"id": "output",
|
|
3976
3925
|
"label": "Output mapping"
|
|
@@ -4466,6 +4415,70 @@
|
|
|
4466
4415
|
},
|
|
4467
4416
|
"type": "Hidden"
|
|
4468
4417
|
},
|
|
4418
|
+
{
|
|
4419
|
+
"id": "deduplicationModeManualFlag",
|
|
4420
|
+
"label": "Manual mode",
|
|
4421
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
4422
|
+
"value": false,
|
|
4423
|
+
"group": "deduplication",
|
|
4424
|
+
"binding": {
|
|
4425
|
+
"name": "deduplicationModeManualFlag",
|
|
4426
|
+
"type": "zeebe:property"
|
|
4427
|
+
},
|
|
4428
|
+
"type": "Boolean"
|
|
4429
|
+
},
|
|
4430
|
+
{
|
|
4431
|
+
"id": "deduplicationId",
|
|
4432
|
+
"label": "Deduplication ID",
|
|
4433
|
+
"constraints": {
|
|
4434
|
+
"notEmpty": true,
|
|
4435
|
+
"pattern": {
|
|
4436
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
4437
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
4438
|
+
}
|
|
4439
|
+
},
|
|
4440
|
+
"group": "deduplication",
|
|
4441
|
+
"binding": {
|
|
4442
|
+
"name": "deduplicationId",
|
|
4443
|
+
"type": "zeebe:property"
|
|
4444
|
+
},
|
|
4445
|
+
"condition": {
|
|
4446
|
+
"property": "deduplicationModeManualFlag",
|
|
4447
|
+
"equals": true,
|
|
4448
|
+
"type": "simple"
|
|
4449
|
+
},
|
|
4450
|
+
"type": "String"
|
|
4451
|
+
},
|
|
4452
|
+
{
|
|
4453
|
+
"id": "deduplicationModeManual",
|
|
4454
|
+
"value": "MANUAL",
|
|
4455
|
+
"group": "deduplication",
|
|
4456
|
+
"binding": {
|
|
4457
|
+
"name": "deduplicationMode",
|
|
4458
|
+
"type": "zeebe:property"
|
|
4459
|
+
},
|
|
4460
|
+
"condition": {
|
|
4461
|
+
"property": "deduplicationId",
|
|
4462
|
+
"isActive": true,
|
|
4463
|
+
"type": "simple"
|
|
4464
|
+
},
|
|
4465
|
+
"type": "Hidden"
|
|
4466
|
+
},
|
|
4467
|
+
{
|
|
4468
|
+
"id": "deduplicationModeAuto",
|
|
4469
|
+
"value": "AUTO",
|
|
4470
|
+
"group": "deduplication",
|
|
4471
|
+
"binding": {
|
|
4472
|
+
"name": "deduplicationMode",
|
|
4473
|
+
"type": "zeebe:property"
|
|
4474
|
+
},
|
|
4475
|
+
"condition": {
|
|
4476
|
+
"property": "deduplicationId",
|
|
4477
|
+
"isActive": false,
|
|
4478
|
+
"type": "simple"
|
|
4479
|
+
},
|
|
4480
|
+
"type": "Hidden"
|
|
4481
|
+
},
|
|
4469
4482
|
{
|
|
4470
4483
|
"id": "resultVariable",
|
|
4471
4484
|
"label": "Result variable",
|
|
@@ -4490,9 +4503,6 @@
|
|
|
4490
4503
|
"type": "Text"
|
|
4491
4504
|
}
|
|
4492
4505
|
],
|
|
4493
|
-
"engines": {
|
|
4494
|
-
"camunda": "^8.3"
|
|
4495
|
-
},
|
|
4496
4506
|
"icon": {
|
|
4497
4507
|
"contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
|
|
4498
4508
|
}
|