Skip to content

Commit

Permalink
update document handling content (#4907)
Browse files Browse the repository at this point in the history
* update-document-handling-content

* remove tabs

* update assets

* a few more tweaks

* add connectors note

* add email connector details

* clarify connectors details

* resolve marks comments

* add marcos details

* resolve a few comments

* resolve remaining comments

* backport to 8.7

* resolve volodymyrs comment
  • Loading branch information
christinaausley authored Mar 6, 2025
1 parent ef35c4f commit 0803430
Show file tree
Hide file tree
Showing 14 changed files with 368 additions and 68 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
204 changes: 175 additions & 29 deletions docs/components/concepts/document-handling.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,5 @@ The current implementation supports the assistant's responses only in text forma
Ideally, the message's history must transit within the process and be the input of this `Converse` task with the new message.

:::note
Starting from version 8.7.0, the Amazon Bedrock Connector supports consuming documents as inputs for conversations. See additional details and limitations in [document handling](/components/concepts/document-handling.md).
Starting from version 8.7.0, the Amazon Bedrock Connector supports consuming documents as inputs for conversations. Review the **Document** field in the properties panel where the document reference can be provided. See additional details and limitations in [document handling](/components/concepts/document-handling.md).
:::
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ The following JSON response is returned after a successful document upload opera
- `link`: The document link.

:::note
Starting from version 8.7.0, the Amazon S3 Connector supports uploading documents from (or downloading documents to) the Camunda document store. See additional details and limitations in [document handling](/components/concepts/document-handling.md).
Starting from version 8.7.0, the Amazon S3 Connector supports uploading documents from (or downloading documents to) the Camunda document store. Review the **Document** field in the properties panel where the document reference can be provided. See additional details and limitations in [document handling](/components/concepts/document-handling.md).
:::

#### Example Response
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ The response from the **Amazon Textract Connector** mirrors the AWS Textract ser
- **[Asynchronous Execution Response](https://docs.aws.amazon.com/textract/latest/dg/API_StartDocumentAnalysis.html#API_StartDocumentAnalysis_ResponseSyntax)**: Used for batch processing where results are returned later through job completion.

:::note
Starting from version 8.7.0, the Amazon Textract Connector can read the input document directly from the Camunda document store. See additional details and limitations in [document handling](/components/concepts/document-handling.md).
Starting from version 8.7.0, the Amazon Textract Connector can read the input document directly from the Camunda document store. Review the **Document** field in the properties panel where the document reference can be provided. See additional details and limitations in [document handling](/components/concepts/document-handling.md).
:::

### Use the Textract Connector response in your process
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The Box Connector supports two methods for locating items stored in your Box acc
:::

:::note
Starting from version 8.7.0, the Box Connector supports uploading documents from (or downloading documents to) the Camunda document store. See additional details and limitations in [document handling](/components/concepts/document-handling.md).
Starting from version 8.7.0, the Box Connector supports uploading documents from (or downloading documents to) the Camunda document store. Review the **Document** field in the properties panel where the document reference can be provided. See additional details and limitations in [document handling](/components/concepts/document-handling.md).
:::

### Create Folder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,11 @@ The task returns a JSON object containing detailed information about the email:
- `receivedDateTime`: The email's reception datetime

:::note
Starting from version 8.7.0, the email Connector supports sending Camunda documents as attachments, or storing incoming attachments as Camunda documents. See additional details and limitations in [document handling](/components/concepts/document-handling.md).
Starting from version 8.7.0, the outbound email Connector supports sending Camunda documents as attachments.

For example, the **Attachment** field in the properties panel may look as `=[ document1, document2]`.

See additional details and limitations in [document handling](/components/concepts/document-handling.md).
:::

#### Example Response
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
204 changes: 175 additions & 29 deletions versioned_docs/version-8.7/components/concepts/document-handling.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,5 @@ The current implementation supports the assistant's responses only in text forma
Ideally, the message's history must transit within the process and be the input of this `Converse` task with the new message.

:::note
Starting from version 8.7.0, the Amazon Bedrock Connector supports consuming documents as inputs for conversations. See additional details and limitations in [document handling](/components/concepts/document-handling.md).
Starting from version 8.7.0, the Amazon Bedrock Connector supports consuming documents as inputs for conversations. Review the **Document** field in the properties panel where the document reference can be provided. See additional details and limitations in [document handling](/components/concepts/document-handling.md).
:::
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ The following JSON response is returned after a successful document upload opera
- `link`: The document link.

:::note
Starting from version 8.7.0, the Amazon S3 Connector supports uploading documents from (or downloading documents to) the Camunda document store. See additional details and limitations in [document handling](/components/concepts/document-handling.md).
Starting from version 8.7.0, the Amazon S3 Connector supports uploading documents from (or downloading documents to) the Camunda document store. Review the **Document** field in the properties panel where the document reference can be provided. See additional details and limitations in [document handling](/components/concepts/document-handling.md).
:::

#### Example Response
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ The response from the **Amazon Textract Connector** mirrors the AWS Textract ser
- **[Asynchronous Execution Response](https://docs.aws.amazon.com/textract/latest/dg/API_StartDocumentAnalysis.html#API_StartDocumentAnalysis_ResponseSyntax)**: Used for batch processing where results are returned later through job completion.

:::note
Starting from version 8.7.0, the Amazon Textract Connector can read the input document directly from the Camunda document store. See additional details and limitations in [document handling](/components/concepts/document-handling.md).
Starting from version 8.7.0, the Amazon Textract Connector can read the input document directly from the Camunda document store. Review the **Document** field in the properties panel where the document reference can be provided. See additional details and limitations in [document handling](/components/concepts/document-handling.md).
:::

### Use the Textract Connector response in your process
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The Box Connector supports two methods for locating items stored in your Box acc
:::

:::note
Starting from version 8.7.0, the Box Connector supports uploading documents from (or downloading documents to) the Camunda document store. See additional details and limitations in [document handling](/components/concepts/document-handling.md).
Starting from version 8.7.0, the Box Connector supports uploading documents from (or downloading documents to) the Camunda document store. Review the **Document** field in the properties panel where the document reference can be provided. See additional details and limitations in [document handling](/components/concepts/document-handling.md).
:::

### Create Folder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,11 @@ The task returns a JSON object containing detailed information about the email:
- `receivedDateTime`: The email's reception datetime

:::note
Starting from version 8.7.0, the email Connector supports sending Camunda documents as attachments, or storing incoming attachments as Camunda documents. See additional details and limitations in [document handling](/components/concepts/document-handling.md).
Starting from version 8.7.0, the outbound email Connector supports sending Camunda documents as attachments.

For example, the **Attachment** field in the properties panel may look as `=[ document1, document2]`.

See additional details and limitations in [document handling](/components/concepts/document-handling.md).
:::

#### Example Response
Expand Down

0 comments on commit 0803430

Please sign in to comment.