|
Your documentation doesn't explain how to set input documents for the next operation when using the Nuxeo Shell with the 'automation' namespace. For example, if I want to make in batch mode :
How to make Document.Save with the previous output operation ? |
|
|
Hi Clément, Unfortunately you cannot chain the result of operations in the shell. Best way is to define an operation chain, then call it within the shell. |
|