added additional info to the docs

This commit is contained in:
Freddy0 2024-07-16 18:30:15 +02:00 committed by GitHub
parent 88c23ecc15
commit 1d325c233f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"