Allows pre-consume scripts to modify the working path again and generally cleans up some confusion about working copy vs original

This commit is contained in:
Trenton Holmes
2024-01-05 19:35:33 -08:00
parent 3115106dc1
commit f30c7ffedc
5 changed files with 39 additions and 28 deletions

View File

@@ -136,6 +136,11 @@ script can access the following relevant environment variables set:
be triggered, leading to failures as two tasks work on the
same document path
!!! warning
If your script modifies `DOCUMENT_WORKING_PATH` in a non-deterministic
way, this may allow duplicate documents to be stored
A simple but common example for this would be creating a simple script
like this: