From 1d325c233fe2e2ca96d69188ec445b65e8bf97b2 Mon Sep 17 00:00:00 2001 From: Freddy0 <72572280+Freddy-0@users.noreply.github.com> Date: Tue, 16 Jul 2024 18:30:15 +0200 Subject: [PATCH] added additional info to the docs --- docs/advanced_usage.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/advanced_usage.md b/docs/advanced_usage.md index 0215ca510..4fd24e08e 100644 --- a/docs/advanced_usage.md +++ b/docs/advanced_usage.md @@ -187,12 +187,14 @@ variables: | `DOCUMENT_THUMBNAIL_PATH` | Path to the generated thumbnail | | `DOCUMENT_DOWNLOAD_URL` | URL for document download | | `DOCUMENT_THUMBNAIL_URL` | URL for the document thumbnail | -| `DOCUMENT_OWNER` | Name of the owner of the document | +| `DOCUMENT_OWNER` | Name of the owner of the document[^1] | | `DOCUMENT_CORRESPONDENT` | Assigned correspondent (if any) | | `DOCUMENT_TAGS` | Comma separated list of tags applied (if any) | | `DOCUMENT_ORIGINAL_FILENAME` | Filename of original document | | `TASK_ID` | Task UUID used to import the document (if any) | +[^1] If there is no owner the variable returns "None" which is likely if there is no other script / flow in place that updates the owner beforehand. + The script can be in any language, A simple shell script example: ```bash title="post-consumption-example"