@camunda/connectors-element-templates 1.0.17 → 1.0.19
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 +4 -7
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +8 -8
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +8 -8
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +8 -8
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +8 -8
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +9 -12
- package/src/element-templates/agenticai-aiagent-job-worker.json +3770 -29
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +6274 -2594
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +549 -552
- package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +736 -739
- package/src/element-templates/asana-connector.json +759 -48
- package/src/element-templates/automation-anywhere-outbound-connector.json +1763 -1759
- 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 +747 -10
- package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1358 -1358
- package/src/element-templates/aws-eventbridge-connector-boundary.json +383 -18
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +377 -12
- package/src/element-templates/aws-eventbridge-connector-message-start.json +407 -8
- 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 +238 -234
- package/src/element-templates/aws-s3-outbound-connector.json +646 -5
- package/src/element-templates/aws-sagemaker-outbound-connector.json +13 -9
- package/src/element-templates/aws-sns-inbound-boundary.json +44 -37
- package/src/element-templates/aws-sns-inbound-intermediate.json +210 -203
- package/src/element-templates/aws-sns-inbound-message-start.json +125 -118
- package/src/element-templates/aws-sns-inbound-receive.json +13 -6
- package/src/element-templates/aws-sns-inbound-start-event.json +134 -127
- package/src/element-templates/aws-sns-outbound-connector.json +581 -577
- package/src/element-templates/aws-sqs-boundary-connector.json +453 -449
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +530 -526
- package/src/element-templates/aws-sqs-outbound-connector.json +711 -709
- package/src/element-templates/aws-sqs-receive-connector.json +15 -11
- package/src/element-templates/aws-sqs-start-event-connector.json +213 -205
- package/src/element-templates/aws-sqs-start-message.json +461 -457
- package/src/element-templates/aws-textract-outbound-connector.json +109 -105
- package/src/element-templates/azure-blobstorage-outbound-connector.json +676 -19
- package/src/element-templates/azure-open-ai-connector.json +1329 -4
- package/src/element-templates/blue-prism-connector.json +569 -24
- package/src/element-templates/box-outbound-connector.json +924 -12
- package/src/element-templates/csv-outbound-connector.json +13 -5
- package/src/element-templates/easy-post-connector.json +1077 -109
- package/src/element-templates/email-inbound-connector-boundary.json +32 -24
- package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
- package/src/element-templates/email-inbound-connector-receive.json +564 -0
- package/src/element-templates/email-message-start-event-connector.json +58 -50
- package/src/element-templates/email-outbound-connector.json +2116 -243
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +3 -6
- package/src/element-templates/github-connector.json +15257 -11722
- package/src/element-templates/github-webhook-connector-boundary.json +27 -29
- package/src/element-templates/github-webhook-connector-intermediate.json +36 -38
- package/src/element-templates/github-webhook-connector-message-start.json +11 -13
- package/src/element-templates/github-webhook-connector-receive.json +13 -15
- package/src/element-templates/github-webhook-connector-start-event.json +54 -56
- package/src/element-templates/gitlab-connector.json +4177 -2545
- package/src/element-templates/google-cloud-storage-outbound-connector.json +562 -13
- package/src/element-templates/google-drive-outbound-connector.json +1386 -766
- package/src/element-templates/google-gemini-outbound-connector.json +13 -5
- package/src/element-templates/google-maps-platform-connector.json +1059 -30
- package/src/element-templates/google-sheets-outbound-connector.json +2449 -1455
- package/src/element-templates/graphql-outbound-connector.json +1744 -1735
- package/src/element-templates/http-json-connector.json +2982 -2332
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +752 -741
- package/src/element-templates/http-polling-connector.json +1512 -1501
- package/src/element-templates/hubspot-outbound-connector.json +2371 -25
- package/src/element-templates/hugging-face-connector.json +234 -3
- package/src/element-templates/jdbc-outbound-connector.json +20 -6
- package/src/element-templates/kafka-inbound-connector-boundary.json +613 -604
- package/src/element-templates/kafka-inbound-connector-intermediate.json +528 -519
- package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
- package/src/element-templates/kafka-inbound-connector-start-message.json +530 -521
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +518 -512
- 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 +893 -10
- package/src/element-templates/microsoft-teams-outbound-connector.json +5971 -3807
- package/src/element-templates/openai-connector.json +550 -87
- package/src/element-templates/operate-connector.json +1198 -46
- package/src/element-templates/power-automate-connector.json +601 -9
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +444 -435
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +484 -475
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +367 -358
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +479 -470
- package/src/element-templates/rabbitmq-outbound-connector.json +356 -350
- package/src/element-templates/rpa-connector.json +346 -0
- package/src/element-templates/salesforce-connector.json +544 -0
- 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 +945 -337
- 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 +490 -192
- package/src/element-templates/slack-inbound-intermediate.json +421 -123
- package/src/element-templates/slack-inbound-message-start.json +469 -139
- package/src/element-templates/slack-inbound-receive.json +297 -0
- package/src/element-templates/slack-inbound-start-event.json +216 -211
- package/src/element-templates/slack-outbound-connector.json +2451 -753
- package/src/element-templates/soap-outbound-connector.json +812 -2
- package/src/element-templates/twilio-connector.json +1573 -93
- package/src/element-templates/twilio-webhook-boundary-connector.json +19 -10
- package/src/element-templates/twilio-webhook-connector.json +243 -13
- package/src/element-templates/twilio-webhook-intermediate-connector.json +34 -25
- 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 +594 -2
- package/src/element-templates/webhook-connector-boundary.json +580 -570
- package/src/element-templates/webhook-connector-intermediate.json +1390 -1380
- package/src/element-templates/webhook-connector-receive.json +16 -6
- package/src/element-templates/webhook-connector-start-event.json +1382 -1375
- package/src/element-templates/webhook-connector-start-message.json +1306 -1296
- package/src/element-templates/whatsapp-connector.json +343 -9
- package/src/element-templates/http-connector.json.json +0 -654
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "Amazon EventBridge Message Start Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.AWSEventBridge.MessageStart.v1",
|
|
6
|
-
"version":
|
|
6
|
+
"version": 1,
|
|
7
7
|
"description": "Receive events from AWS EventBridge",
|
|
8
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/
|
|
8
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/amazon-eventbridge/?awseventbridge=inbound",
|
|
9
9
|
"category": {
|
|
10
10
|
"id": "connectors",
|
|
11
11
|
"name": "Connectors"
|
|
@@ -15,9 +15,6 @@
|
|
|
15
15
|
"value": "bpmn:StartEvent",
|
|
16
16
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
17
17
|
},
|
|
18
|
-
"engines": {
|
|
19
|
-
"camunda": "^8.3"
|
|
20
|
-
},
|
|
21
18
|
"groups": [
|
|
22
19
|
{
|
|
23
20
|
"id": "endpoint",
|
|
@@ -386,15 +383,25 @@
|
|
|
386
383
|
],
|
|
387
384
|
"icon": {
|
|
388
385
|
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 256 256'%3E%3Cdefs%3E%3ClinearGradient id='logosAwsEventbridge0' x1='0%25' x2='100%25' y1='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23B0084D'/%3E%3Cstop offset='100%25' stop-color='%23FF4F8B'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23logosAwsEventbridge0)' d='M0 0h256v256H0z'/%3E%3Cpath fill='%23FFF' d='M171.702 211.2c-6.858 0-12.44-5.61-12.44-12.509s5.582-12.509 12.44-12.509c6.857 0 12.438 5.61 12.438 12.51c0 6.898-5.581 12.508-12.438 12.508Zm-27.278-54.4h-33.071L94.815 128l16.538-28.8h33.071L160.96 128l-16.535 28.8ZM88.387 69.818c-6.857 0-12.438-5.61-12.438-12.51c0-6.898 5.581-12.508 12.438-12.508c6.861 0 12.443 5.61 12.443 12.509s-5.582 12.509-12.443 12.509Zm83.315 109.964c-2.362 0-4.614.458-6.699 1.261l-13.514-22.931l-.713.426L167.39 129.6a3.226 3.226 0 0 0 0-3.2l-18.374-32a3.177 3.177 0 0 0-2.755-1.6h-33.435l.13-.077l-12.39-21.03c4.047-3.469 6.628-8.627 6.628-14.384c0-10.426-8.436-18.909-18.807-18.909c-10.367 0-18.803 8.483-18.803 18.909c0 10.425 8.436 18.909 18.803 18.909c2.365 0 4.618-.458 6.702-1.261l11.567 19.625L88.384 126.4a3.226 3.226 0 0 0 0 3.2l18.377 32c.57.992 1.62 1.6 2.756 1.6h36.744c.264 0 .521-.042.77-.102l12.496 21.21c-4.051 3.468-6.629 8.626-6.629 14.383c0 10.426 8.433 18.909 18.804 18.909c10.37 0 18.803-8.483 18.803-18.909c0-10.425-8.433-18.909-18.803-18.909Zm18.968-77.05c-6.857 0-12.436-5.609-12.436-12.508c0-6.9 5.579-12.509 12.436-12.509c6.858 0 12.44 5.61 12.44 12.509c0 6.9-5.582 12.509-12.44 12.509Zm23.303 23.668l-12.08-21.04c4.592-3.453 7.58-8.944 7.58-15.136c0-10.426-8.432-18.909-18.803-18.909c-2.638 0-5.152.554-7.433 1.549l-9.849-17.155a3.18 3.18 0 0 0-2.756-1.6h-39.448v6.4h37.612l9.11 15.872c-3.703 3.456-6.036 8.374-6.036 13.843c0 10.426 8.433 18.909 18.8 18.909c1.932 0 3.8-.298 5.556-.845L207.545 128l-15.892 27.674l5.512 3.2l16.808-29.274a3.21 3.21 0 0 0 0-3.2Zm-146.04 50.39c-6.86 0-12.442-5.612-12.442-12.508c0-6.9 5.581-12.51 12.442-12.51c6.857 0 12.439 5.61 12.439 12.51c0 6.896-5.582 12.508-12.44 12.508Zm10.393 3.236c5.062-3.392 8.41-9.181 8.41-15.744c0-10.426-8.436-18.91-18.803-18.91c-3.004 0-5.833.73-8.353 1.994L48.458 128l18.428-32.093l-5.515-3.2L42.027 126.4a3.21 3.21 0 0 0 0 3.2l12.388 21.568c-3.268 3.405-5.289 8.022-5.289 13.114c0 10.425 8.436 18.908 18.807 18.908c1.562 0 3.074-.214 4.528-.579l10.15 17.68c.57.989 1.62 1.6 2.757 1.6h39.451v-6.4H87.204l-8.878-15.465Z'/%3E%3C/svg%3E%0A"
|
|
386
|
+
},
|
|
387
|
+
"engines": {
|
|
388
|
+
"camunda": "^8.2"
|
|
389
389
|
}
|
|
390
390
|
},
|
|
391
391
|
{
|
|
392
392
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
393
393
|
"name": "Amazon EventBridge Message Start Event Connector",
|
|
394
394
|
"id": "io.camunda.connectors.AWSEventBridge.MessageStart.v1",
|
|
395
|
-
"version":
|
|
395
|
+
"version": 2,
|
|
396
396
|
"description": "Receive events from AWS EventBridge",
|
|
397
|
-
"
|
|
397
|
+
"keywords": [
|
|
398
|
+
"receive event",
|
|
399
|
+
"subscribe to event",
|
|
400
|
+
"event bus",
|
|
401
|
+
"cloud event",
|
|
402
|
+
"event driven"
|
|
403
|
+
],
|
|
404
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=inbound",
|
|
398
405
|
"category": {
|
|
399
406
|
"id": "connectors",
|
|
400
407
|
"name": "Connectors"
|
|
@@ -404,6 +411,9 @@
|
|
|
404
411
|
"value": "bpmn:StartEvent",
|
|
405
412
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
406
413
|
},
|
|
414
|
+
"engines": {
|
|
415
|
+
"camunda": "^8.3"
|
|
416
|
+
},
|
|
407
417
|
"groups": [
|
|
408
418
|
{
|
|
409
419
|
"id": "endpoint",
|
|
@@ -772,9 +782,398 @@
|
|
|
772
782
|
],
|
|
773
783
|
"icon": {
|
|
774
784
|
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 256 256'%3E%3Cdefs%3E%3ClinearGradient id='logosAwsEventbridge0' x1='0%25' x2='100%25' y1='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23B0084D'/%3E%3Cstop offset='100%25' stop-color='%23FF4F8B'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23logosAwsEventbridge0)' d='M0 0h256v256H0z'/%3E%3Cpath fill='%23FFF' d='M171.702 211.2c-6.858 0-12.44-5.61-12.44-12.509s5.582-12.509 12.44-12.509c6.857 0 12.438 5.61 12.438 12.51c0 6.898-5.581 12.508-12.438 12.508Zm-27.278-54.4h-33.071L94.815 128l16.538-28.8h33.071L160.96 128l-16.535 28.8ZM88.387 69.818c-6.857 0-12.438-5.61-12.438-12.51c0-6.898 5.581-12.508 12.438-12.508c6.861 0 12.443 5.61 12.443 12.509s-5.582 12.509-12.443 12.509Zm83.315 109.964c-2.362 0-4.614.458-6.699 1.261l-13.514-22.931l-.713.426L167.39 129.6a3.226 3.226 0 0 0 0-3.2l-18.374-32a3.177 3.177 0 0 0-2.755-1.6h-33.435l.13-.077l-12.39-21.03c4.047-3.469 6.628-8.627 6.628-14.384c0-10.426-8.436-18.909-18.807-18.909c-10.367 0-18.803 8.483-18.803 18.909c0 10.425 8.436 18.909 18.803 18.909c2.365 0 4.618-.458 6.702-1.261l11.567 19.625L88.384 126.4a3.226 3.226 0 0 0 0 3.2l18.377 32c.57.992 1.62 1.6 2.756 1.6h36.744c.264 0 .521-.042.77-.102l12.496 21.21c-4.051 3.468-6.629 8.626-6.629 14.383c0 10.426 8.433 18.909 18.804 18.909c10.37 0 18.803-8.483 18.803-18.909c0-10.425-8.433-18.909-18.803-18.909Zm18.968-77.05c-6.857 0-12.436-5.609-12.436-12.508c0-6.9 5.579-12.509 12.436-12.509c6.858 0 12.44 5.61 12.44 12.509c0 6.9-5.582 12.509-12.44 12.509Zm23.303 23.668l-12.08-21.04c4.592-3.453 7.58-8.944 7.58-15.136c0-10.426-8.432-18.909-18.803-18.909c-2.638 0-5.152.554-7.433 1.549l-9.849-17.155a3.18 3.18 0 0 0-2.756-1.6h-39.448v6.4h37.612l9.11 15.872c-3.703 3.456-6.036 8.374-6.036 13.843c0 10.426 8.433 18.909 18.8 18.909c1.932 0 3.8-.298 5.556-.845L207.545 128l-15.892 27.674l5.512 3.2l16.808-29.274a3.21 3.21 0 0 0 0-3.2Zm-146.04 50.39c-6.86 0-12.442-5.612-12.442-12.508c0-6.9 5.581-12.51 12.442-12.51c6.857 0 12.439 5.61 12.439 12.51c0 6.896-5.582 12.508-12.44 12.508Zm10.393 3.236c5.062-3.392 8.41-9.181 8.41-15.744c0-10.426-8.436-18.91-18.803-18.91c-3.004 0-5.833.73-8.353 1.994L48.458 128l18.428-32.093l-5.515-3.2L42.027 126.4a3.21 3.21 0 0 0 0 3.2l12.388 21.568c-3.268 3.405-5.289 8.022-5.289 13.114c0 10.425 8.436 18.908 18.807 18.908c1.562 0 3.074-.214 4.528-.579l10.15 17.68c.57.989 1.62 1.6 2.757 1.6h39.451v-6.4H87.204l-8.878-15.465Z'/%3E%3C/svg%3E%0A"
|
|
785
|
+
}
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
789
|
+
"name": "Amazon EventBridge Message Start Event Connector",
|
|
790
|
+
"id": "io.camunda.connectors.AWSEventBridge.MessageStart.v1",
|
|
791
|
+
"version": 3,
|
|
792
|
+
"description": "Receive events from AWS EventBridge",
|
|
793
|
+
"keywords": [
|
|
794
|
+
"receive event",
|
|
795
|
+
"subscribe to event",
|
|
796
|
+
"event bus",
|
|
797
|
+
"cloud event",
|
|
798
|
+
"event driven"
|
|
799
|
+
],
|
|
800
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=inbound",
|
|
801
|
+
"category": {
|
|
802
|
+
"id": "connectors",
|
|
803
|
+
"name": "Connectors"
|
|
804
|
+
},
|
|
805
|
+
"appliesTo": ["bpmn:StartEvent"],
|
|
806
|
+
"elementType": {
|
|
807
|
+
"value": "bpmn:StartEvent",
|
|
808
|
+
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
775
809
|
},
|
|
776
810
|
"engines": {
|
|
777
|
-
"camunda": "^8.
|
|
811
|
+
"camunda": "^8.3"
|
|
812
|
+
},
|
|
813
|
+
"groups": [
|
|
814
|
+
{
|
|
815
|
+
"id": "endpoint",
|
|
816
|
+
"label": "API destination"
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"id": "authorization",
|
|
820
|
+
"label": "Authorization"
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"id": "activation",
|
|
824
|
+
"label": "Activation"
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"id": "correlation",
|
|
828
|
+
"label": "Subprocess correlation"
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
"id": "variable-mapping",
|
|
832
|
+
"label": "Variable mapping"
|
|
833
|
+
}
|
|
834
|
+
],
|
|
835
|
+
"properties": [
|
|
836
|
+
{
|
|
837
|
+
"type": "Hidden",
|
|
838
|
+
"value": "io.camunda:webhook:1",
|
|
839
|
+
"binding": {
|
|
840
|
+
"type": "zeebe:property",
|
|
841
|
+
"name": "inbound.type"
|
|
842
|
+
}
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
"type": "Hidden",
|
|
846
|
+
"generatedValue": {
|
|
847
|
+
"type": "uuid"
|
|
848
|
+
},
|
|
849
|
+
"binding": {
|
|
850
|
+
"type": "bpmn:Message#property",
|
|
851
|
+
"name": "name"
|
|
852
|
+
}
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"type": "Hidden",
|
|
856
|
+
"value": "aws:eventbridge",
|
|
857
|
+
"binding": {
|
|
858
|
+
"type": "zeebe:property",
|
|
859
|
+
"name": "inbound.subtype"
|
|
860
|
+
}
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"id": "webhookMethod",
|
|
864
|
+
"label": "Webhook method",
|
|
865
|
+
"group": "endpoint",
|
|
866
|
+
"description": "Select HTTP method",
|
|
867
|
+
"value": "any",
|
|
868
|
+
"type": "Dropdown",
|
|
869
|
+
"choices": [
|
|
870
|
+
{
|
|
871
|
+
"name": "Any",
|
|
872
|
+
"value": "any"
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"name": "Get",
|
|
876
|
+
"value": "get"
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"name": "Post",
|
|
880
|
+
"value": "post"
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"name": "Put",
|
|
884
|
+
"value": "put"
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
"name": "Delete",
|
|
888
|
+
"value": "delete"
|
|
889
|
+
}
|
|
890
|
+
],
|
|
891
|
+
"binding": {
|
|
892
|
+
"type": "zeebe:property",
|
|
893
|
+
"name": "inbound.method"
|
|
894
|
+
}
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
"label": "Webhook ID",
|
|
898
|
+
"type": "String",
|
|
899
|
+
"group": "endpoint",
|
|
900
|
+
"binding": {
|
|
901
|
+
"type": "zeebe:property",
|
|
902
|
+
"name": "inbound.context"
|
|
903
|
+
},
|
|
904
|
+
"description": "The webhook ID is a part of the URL",
|
|
905
|
+
"constraints": {
|
|
906
|
+
"notEmpty": true
|
|
907
|
+
}
|
|
908
|
+
},
|
|
909
|
+
{
|
|
910
|
+
"label": "HMAC authentication",
|
|
911
|
+
"value": "disabled",
|
|
912
|
+
"type": "Hidden",
|
|
913
|
+
"binding": {
|
|
914
|
+
"type": "zeebe:property",
|
|
915
|
+
"name": "inbound.shouldValidateHmac"
|
|
916
|
+
}
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"id": "authorizationType",
|
|
920
|
+
"label": "Authorization type",
|
|
921
|
+
"group": "authorization",
|
|
922
|
+
"description": "Choose the authorization type",
|
|
923
|
+
"value": "NONE",
|
|
924
|
+
"type": "Dropdown",
|
|
925
|
+
"choices": [
|
|
926
|
+
{
|
|
927
|
+
"name": "None",
|
|
928
|
+
"value": "NONE"
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"name": "JWT",
|
|
932
|
+
"value": "JWT"
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
"name": "Basic",
|
|
936
|
+
"value": "BASIC"
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
"name": "API key",
|
|
940
|
+
"value": "APIKEY"
|
|
941
|
+
}
|
|
942
|
+
],
|
|
943
|
+
"binding": {
|
|
944
|
+
"type": "zeebe:property",
|
|
945
|
+
"name": "inbound.auth.type"
|
|
946
|
+
}
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
"label": "JWK URL",
|
|
950
|
+
"description": "Well-known URL of JWKs",
|
|
951
|
+
"type": "String",
|
|
952
|
+
"group": "authorization",
|
|
953
|
+
"feel": "optional",
|
|
954
|
+
"optional": true,
|
|
955
|
+
"binding": {
|
|
956
|
+
"type": "zeebe:property",
|
|
957
|
+
"name": "inbound.auth.jwt.jwkUrl"
|
|
958
|
+
},
|
|
959
|
+
"condition": {
|
|
960
|
+
"property": "authorizationType",
|
|
961
|
+
"equals": "JWT"
|
|
962
|
+
}
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"label": "JWT role property expression",
|
|
966
|
+
"description": "Expression to extract the roles from the JWT token",
|
|
967
|
+
"type": "String",
|
|
968
|
+
"group": "authorization",
|
|
969
|
+
"feel": "required",
|
|
970
|
+
"optional": true,
|
|
971
|
+
"binding": {
|
|
972
|
+
"type": "zeebe:property",
|
|
973
|
+
"name": "inbound.auth.jwt.permissionsExpression"
|
|
974
|
+
},
|
|
975
|
+
"condition": {
|
|
976
|
+
"property": "authorizationType",
|
|
977
|
+
"equals": "JWT"
|
|
978
|
+
}
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
"label": "Required roles",
|
|
982
|
+
"description": "List of roles to test JWT roles against",
|
|
983
|
+
"type": "String",
|
|
984
|
+
"group": "authorization",
|
|
985
|
+
"feel": "required",
|
|
986
|
+
"optional": true,
|
|
987
|
+
"binding": {
|
|
988
|
+
"type": "zeebe:property",
|
|
989
|
+
"name": "inbound.auth.jwt.requiredPermissions"
|
|
990
|
+
},
|
|
991
|
+
"condition": {
|
|
992
|
+
"property": "authorizationType",
|
|
993
|
+
"equals": "JWT"
|
|
994
|
+
}
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
"label": "Username",
|
|
998
|
+
"description": "Username for basic authentication",
|
|
999
|
+
"type": "String",
|
|
1000
|
+
"group": "authorization",
|
|
1001
|
+
"feel": "optional",
|
|
1002
|
+
"binding": {
|
|
1003
|
+
"type": "zeebe:property",
|
|
1004
|
+
"name": "inbound.auth.username"
|
|
1005
|
+
},
|
|
1006
|
+
"condition": {
|
|
1007
|
+
"property": "authorizationType",
|
|
1008
|
+
"equals": "BASIC"
|
|
1009
|
+
},
|
|
1010
|
+
"constraints": {
|
|
1011
|
+
"notEmpty": true
|
|
1012
|
+
}
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
"label": "Password",
|
|
1016
|
+
"description": "Password for basic authentication",
|
|
1017
|
+
"type": "String",
|
|
1018
|
+
"group": "authorization",
|
|
1019
|
+
"feel": "optional",
|
|
1020
|
+
"binding": {
|
|
1021
|
+
"type": "zeebe:property",
|
|
1022
|
+
"name": "inbound.auth.password"
|
|
1023
|
+
},
|
|
1024
|
+
"condition": {
|
|
1025
|
+
"property": "authorizationType",
|
|
1026
|
+
"equals": "BASIC"
|
|
1027
|
+
},
|
|
1028
|
+
"constraints": {
|
|
1029
|
+
"notEmpty": true
|
|
1030
|
+
}
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
"label": "API key",
|
|
1034
|
+
"description": "Expected API key",
|
|
1035
|
+
"type": "String",
|
|
1036
|
+
"group": "authorization",
|
|
1037
|
+
"feel": "optional",
|
|
1038
|
+
"binding": {
|
|
1039
|
+
"type": "zeebe:property",
|
|
1040
|
+
"name": "inbound.auth.apiKey"
|
|
1041
|
+
},
|
|
1042
|
+
"condition": {
|
|
1043
|
+
"property": "authorizationType",
|
|
1044
|
+
"equals": "APIKEY"
|
|
1045
|
+
},
|
|
1046
|
+
"constraints": {
|
|
1047
|
+
"notEmpty": true
|
|
1048
|
+
}
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"label": "API key locator",
|
|
1052
|
+
"description": "A FEEL expression that extracts API key from the request",
|
|
1053
|
+
"type": "String",
|
|
1054
|
+
"group": "authorization",
|
|
1055
|
+
"feel": "required",
|
|
1056
|
+
"binding": {
|
|
1057
|
+
"type": "zeebe:property",
|
|
1058
|
+
"name": "inbound.auth.apiKeyLocator"
|
|
1059
|
+
},
|
|
1060
|
+
"condition": {
|
|
1061
|
+
"property": "authorizationType",
|
|
1062
|
+
"equals": "APIKEY"
|
|
1063
|
+
},
|
|
1064
|
+
"constraints": {
|
|
1065
|
+
"notEmpty": true
|
|
1066
|
+
},
|
|
1067
|
+
"value": "=request.headers.apikey"
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"label": "Message ID expression",
|
|
1071
|
+
"feel": "required",
|
|
1072
|
+
"type": "String",
|
|
1073
|
+
"optional": true,
|
|
1074
|
+
"group": "activation",
|
|
1075
|
+
"binding": {
|
|
1076
|
+
"type": "zeebe:property",
|
|
1077
|
+
"name": "messageIdExpression"
|
|
1078
|
+
},
|
|
1079
|
+
"description": "Expression to extract unique identifier of a message"
|
|
1080
|
+
},
|
|
1081
|
+
{
|
|
1082
|
+
"label": "Condition",
|
|
1083
|
+
"type": "String",
|
|
1084
|
+
"group": "activation",
|
|
1085
|
+
"feel": "required",
|
|
1086
|
+
"optional": true,
|
|
1087
|
+
"binding": {
|
|
1088
|
+
"type": "zeebe:property",
|
|
1089
|
+
"name": "activationCondition"
|
|
1090
|
+
},
|
|
1091
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events. <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>"
|
|
1092
|
+
},
|
|
1093
|
+
{
|
|
1094
|
+
"label": "Correlation required",
|
|
1095
|
+
"description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
|
|
1096
|
+
"id": "correlationRequired",
|
|
1097
|
+
"group": "correlation",
|
|
1098
|
+
"type": "Dropdown",
|
|
1099
|
+
"value": "notRequired",
|
|
1100
|
+
"choices": [
|
|
1101
|
+
{
|
|
1102
|
+
"name": "Correlation not required",
|
|
1103
|
+
"value": "notRequired"
|
|
1104
|
+
},
|
|
1105
|
+
{
|
|
1106
|
+
"name": "Correlation required",
|
|
1107
|
+
"value": "required"
|
|
1108
|
+
}
|
|
1109
|
+
],
|
|
1110
|
+
"binding": {
|
|
1111
|
+
"type": "zeebe:property",
|
|
1112
|
+
"name": "correlationRequired"
|
|
1113
|
+
}
|
|
1114
|
+
},
|
|
1115
|
+
{
|
|
1116
|
+
"label": "Correlation key (process)",
|
|
1117
|
+
"type": "String",
|
|
1118
|
+
"group": "correlation",
|
|
1119
|
+
"feel": "required",
|
|
1120
|
+
"description": "Sets up the correlation key from process variables",
|
|
1121
|
+
"binding": {
|
|
1122
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
1123
|
+
"name": "correlationKey"
|
|
1124
|
+
},
|
|
1125
|
+
"constraints": {
|
|
1126
|
+
"notEmpty": true
|
|
1127
|
+
},
|
|
1128
|
+
"condition": {
|
|
1129
|
+
"property": "correlationRequired",
|
|
1130
|
+
"equals": "required"
|
|
1131
|
+
}
|
|
1132
|
+
},
|
|
1133
|
+
{
|
|
1134
|
+
"label": "Correlation key (payload)",
|
|
1135
|
+
"type": "String",
|
|
1136
|
+
"group": "correlation",
|
|
1137
|
+
"feel": "required",
|
|
1138
|
+
"binding": {
|
|
1139
|
+
"type": "zeebe:property",
|
|
1140
|
+
"name": "correlationKeyExpression"
|
|
1141
|
+
},
|
|
1142
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
1143
|
+
"constraints": {
|
|
1144
|
+
"notEmpty": true
|
|
1145
|
+
},
|
|
1146
|
+
"condition": {
|
|
1147
|
+
"property": "correlationRequired",
|
|
1148
|
+
"equals": "required"
|
|
1149
|
+
}
|
|
1150
|
+
},
|
|
1151
|
+
{
|
|
1152
|
+
"label": "Result variable",
|
|
1153
|
+
"type": "String",
|
|
1154
|
+
"group": "variable-mapping",
|
|
1155
|
+
"optional": true,
|
|
1156
|
+
"binding": {
|
|
1157
|
+
"type": "zeebe:property",
|
|
1158
|
+
"name": "resultVariable"
|
|
1159
|
+
},
|
|
1160
|
+
"description": "Name of variable to store the result of the connector in"
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
"label": "Result expression",
|
|
1164
|
+
"type": "String",
|
|
1165
|
+
"group": "variable-mapping",
|
|
1166
|
+
"feel": "required",
|
|
1167
|
+
"optional": true,
|
|
1168
|
+
"binding": {
|
|
1169
|
+
"type": "zeebe:property",
|
|
1170
|
+
"name": "resultExpression"
|
|
1171
|
+
},
|
|
1172
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
1173
|
+
}
|
|
1174
|
+
],
|
|
1175
|
+
"icon": {
|
|
1176
|
+
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 256 256'%3E%3Cdefs%3E%3ClinearGradient id='logosAwsEventbridge0' x1='0%25' x2='100%25' y1='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23B0084D'/%3E%3Cstop offset='100%25' stop-color='%23FF4F8B'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23logosAwsEventbridge0)' d='M0 0h256v256H0z'/%3E%3Cpath fill='%23FFF' d='M171.702 211.2c-6.858 0-12.44-5.61-12.44-12.509s5.582-12.509 12.44-12.509c6.857 0 12.438 5.61 12.438 12.51c0 6.898-5.581 12.508-12.438 12.508Zm-27.278-54.4h-33.071L94.815 128l16.538-28.8h33.071L160.96 128l-16.535 28.8ZM88.387 69.818c-6.857 0-12.438-5.61-12.438-12.51c0-6.898 5.581-12.508 12.438-12.508c6.861 0 12.443 5.61 12.443 12.509s-5.582 12.509-12.443 12.509Zm83.315 109.964c-2.362 0-4.614.458-6.699 1.261l-13.514-22.931l-.713.426L167.39 129.6a3.226 3.226 0 0 0 0-3.2l-18.374-32a3.177 3.177 0 0 0-2.755-1.6h-33.435l.13-.077l-12.39-21.03c4.047-3.469 6.628-8.627 6.628-14.384c0-10.426-8.436-18.909-18.807-18.909c-10.367 0-18.803 8.483-18.803 18.909c0 10.425 8.436 18.909 18.803 18.909c2.365 0 4.618-.458 6.702-1.261l11.567 19.625L88.384 126.4a3.226 3.226 0 0 0 0 3.2l18.377 32c.57.992 1.62 1.6 2.756 1.6h36.744c.264 0 .521-.042.77-.102l12.496 21.21c-4.051 3.468-6.629 8.626-6.629 14.383c0 10.426 8.433 18.909 18.804 18.909c10.37 0 18.803-8.483 18.803-18.909c0-10.425-8.433-18.909-18.803-18.909Zm18.968-77.05c-6.857 0-12.436-5.609-12.436-12.508c0-6.9 5.579-12.509 12.436-12.509c6.858 0 12.44 5.61 12.44 12.509c0 6.9-5.582 12.509-12.44 12.509Zm23.303 23.668l-12.08-21.04c4.592-3.453 7.58-8.944 7.58-15.136c0-10.426-8.432-18.909-18.803-18.909c-2.638 0-5.152.554-7.433 1.549l-9.849-17.155a3.18 3.18 0 0 0-2.756-1.6h-39.448v6.4h37.612l9.11 15.872c-3.703 3.456-6.036 8.374-6.036 13.843c0 10.426 8.433 18.909 18.8 18.909c1.932 0 3.8-.298 5.556-.845L207.545 128l-15.892 27.674l5.512 3.2l16.808-29.274a3.21 3.21 0 0 0 0-3.2Zm-146.04 50.39c-6.86 0-12.442-5.612-12.442-12.508c0-6.9 5.581-12.51 12.442-12.51c6.857 0 12.439 5.61 12.439 12.51c0 6.896-5.582 12.508-12.44 12.508Zm10.393 3.236c5.062-3.392 8.41-9.181 8.41-15.744c0-10.426-8.436-18.91-18.803-18.91c-3.004 0-5.833.73-8.353 1.994L48.458 128l18.428-32.093l-5.515-3.2L42.027 126.4a3.21 3.21 0 0 0 0 3.2l12.388 21.568c-3.268 3.405-5.289 8.022-5.289 13.114c0 10.425 8.436 18.908 18.807 18.908c1.562 0 3.074-.214 4.528-.579l10.15 17.68c.57.989 1.62 1.6 2.757 1.6h39.451v-6.4H87.204l-8.878-15.465Z'/%3E%3C/svg%3E%0A"
|
|
778
1177
|
}
|
|
779
1178
|
}
|
|
780
1179
|
]
|