-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into meg-26598-spring-sdk-test
- Loading branch information
Showing
258 changed files
with
485 additions
and
165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
--- | ||
id: document-handling | ||
title: "Document handling" | ||
description: "Learn more about integration, secure management, and efficient storage and retrieval of documents across development and production environments." | ||
keywords: ["document handling"] | ||
--- | ||
|
||
Offering a more comprehensive approach to document handling, Camunda now provides efficient storage and retrieval of documents across both development and production environments. | ||
|
||
Whether you are working across Connectors, Modeler, or Tasklist, document handling may be beneficial for users who want the following: | ||
|
||
- Use the default cloud storage to support, track, and manage documents. | ||
- [AWS S3](https://aws.amazon.com/s3/) storage and bucket creation per cluster to securely store and retrieve documents in an external, scalable storage solution, and to ensure storage is properly isolated and managed for each environment. | ||
- Support for the local file system as a storage option for development and testing purposes to set up and manage documents in local environments. | ||
|
||
## Modeler | ||
|
||
A [form](/components/modeler/forms/camunda-forms-reference.md) can display documents with the [document preview component](/components/modeler/forms/form-element-library/forms-element-library-document-preview.md): | ||
|
||
![document preview for form](./assets/document-preview.png) | ||
|
||
With the [filepicker form element](/components/modeler/forms/form-element-library/forms-element-library-filepicker.md), you may also [upload multiple files at once](/components/modeler/forms/form-element-library/forms-element-library-filepicker.md#configurable-properties). This can be dynamically set using an [expression](/components/modeler/feel/language-guide/feel-expressions-introduction.md). | ||
|
||
## Connectors | ||
|
||
### Inbound (webhook) Connectors | ||
|
||
[Access created documents](/components/connectors/protocol/http-webhook.md) in both the response expression and the result expression, where the `documents` object contains the references for created documents. | ||
|
||
![example payload inbound webhook connector](./assets/inbound-webhook-document.png) | ||
|
||
### Outbound Connectors | ||
|
||
For the following outbound Connectors, you may include a **Request body** under **Payload** in the properties panel to send with your request: | ||
|
||
- [REST](/components/connectors/protocol/rest.md) - Supports storing the response as a document. | ||
- [Email](/components/connectors/out-of-the-box-connectors/email.md) - Supports sending Camunda documents as attachments, or storing incoming attachments as Camunda documents. | ||
- [Amazon Textract](/components/connectors/out-of-the-box-connectors/amazon-textract.md) - Can read the input document directly from the Camunda document store. | ||
- [Amazon Bedrock](/components/connectors/out-of-the-box-connectors/amazon-bedrock.md) - Supports consuming documents as inputs for conversations. | ||
- [Amazon S3](/components/connectors/out-of-the-box-connectors/amazon-s3.md) - Supports uploading documents from (or downloading documents to) the Camunda document store. | ||
- [Box](/components/connectors/out-of-the-box-connectors/box.md) - Supports uploading documents from (or downloading documents to) the Camunda document store. | ||
|
||
![example REST configuration](./assets/rest-outbound-document.png) | ||
|
||
## Tasklist | ||
|
||
Tasklist users may view and download files displayed in the task's form. | ||
|
||
:::note | ||
If you change the **Document URL** under **Download settings**, this feature will not work for public start forms because there is no valid session. | ||
::: | ||
|
||
![document preview settings](./assets/document-preview-settings.png) | ||
|
||
## Document limitations | ||
|
||
Document handling maintains the following guidelines: | ||
|
||
- **Maximum file size**: 10 MB per file. | ||
- **File expiration time/time-to-live (TTL) policy**: 30 days by default. Clients for Connectors and Forms may specify a custom expiration date when uploading documents. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-3.37 KB
(93%)
docs/components/modeler/desktop-modeler/element-templates/img/chooser.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-3.74 KB
(93%)
docs/components/modeler/desktop-modeler/element-templates/img/entries-visible.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-4.16 KB
(93%)
docs/components/modeler/desktop-modeler/element-templates/img/field-dropdown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-4.4 KB
(93%)
docs/components/modeler/desktop-modeler/element-templates/img/groups.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-2.74 KB
(94%)
docs/components/modeler/desktop-modeler/element-templates/img/icons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-3.98 KB
(94%)
docs/components/modeler/desktop-modeler/element-templates/img/modal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-4.55 KB
(92%)
docs/components/modeler/desktop-modeler/element-templates/img/overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-3.16 KB
(94%)
...components/modeler/desktop-modeler/element-templates/img/template-not-found.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-4.23 KB
(93%)
docs/components/modeler/desktop-modeler/element-templates/img/unlink-remove.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-4.31 KB
(94%)
docs/components/modeler/desktop-modeler/element-templates/img/update-template.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1.07 KB
(98%)
...omponents/modeler/desktop-modeler/img/deploy-diagram-camunda-cloud-remember.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-2.27 KB
(95%)
...components/modeler/desktop-modeler/img/deploy-diagram-camunda-cloud-success.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1.56 KB
(97%)
docs/components/modeler/desktop-modeler/img/deploy-diagram-camunda-cloud.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-122 Bytes
(97%)
docs/components/modeler/desktop-modeler/img/deploy-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-3.22 KB
(94%)
docs/components/modeler/desktop-modeler/img/element-configuration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-3.26 KB
(94%)
docs/components/modeler/desktop-modeler/img/properties-panel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-139 Bytes
(97%)
docs/components/modeler/desktop-modeler/img/start-instance-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1.01 KB
(98%)
docs/components/modeler/desktop-modeler/img/start-instance-step-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1.57 KB
(97%)
docs/components/modeler/desktop-modeler/img/start-instance-step-2.png
Oops, something went wrong.
Binary file modified
BIN
-2.18 KB
(96%)
docs/components/modeler/desktop-modeler/img/start-instance-successful.png
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-3.49 KB
(94%)
...mponents/modeler/reference/modeling-guidance/rules/img/called-element/right.png
Oops, something went wrong.
Binary file modified
BIN
-3.31 KB
(94%)
...mponents/modeler/reference/modeling-guidance/rules/img/called-element/wrong.png
Oops, something went wrong.
Binary file modified
BIN
-3.27 KB
(93%)
...components/modeler/reference/modeling-guidance/rules/img/element-type/right.png
Oops, something went wrong.
Binary file modified
BIN
-4.16 KB
(92%)
...components/modeler/reference/modeling-guidance/rules/img/element-type/wrong.png
Oops, something went wrong.
Binary file modified
BIN
-3.35 KB
(95%)
...ponents/modeler/reference/modeling-guidance/rules/img/error-reference/right.png
Oops, something went wrong.
Binary file modified
BIN
-3.9 KB
(94%)
...r/reference/modeling-guidance/rules/img/error-reference/wrong-no-error-code.png
Oops, something went wrong.
Binary file modified
BIN
-4.78 KB
(93%)
...erence/modeling-guidance/rules/img/error-reference/wrong-no-error-reference.png
Oops, something went wrong.
Binary file modified
BIN
-3.19 KB
(94%)
...ts/modeler/reference/modeling-guidance/rules/img/escalation-reference/right.png
Oops, something went wrong.
Binary file modified
BIN
-3.92 KB
(93%)
...e/modeling-guidance/rules/img/escalation-reference/wrong-no-escalation-code.png
Oops, something went wrong.
Binary file modified
BIN
-5.03 KB
(92%)
...eling-guidance/rules/img/escalation-reference/wrong-no-escalation-reference.png
Oops, something went wrong.
Binary file modified
BIN
-3.55 KB
(94%)
docs/components/modeler/reference/modeling-guidance/rules/img/feel/right.png
Oops, something went wrong.
Binary file modified
BIN
-2.68 KB
(95%)
docs/components/modeler/reference/modeling-guidance/rules/img/feel/wrong.png
Oops, something went wrong.
Binary file modified
BIN
-4.4 KB
(91%)
...nts/modeler/reference/modeling-guidance/rules/img/history-time-to-live/info.png
Oops, something went wrong.
Binary file modified
BIN
-13.2 KB
(82%)
...nents/modeler/reference/modeling-guidance/rules/img/message-reference/right.png
Oops, something went wrong.
Binary file modified
BIN
-4.93 KB
(93%)
...ce/modeling-guidance/rules/img/message-reference/wrong-no-message-reference.png
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.