04-13-2012 07:43 AM
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 :
connect -u Administrator -p Administrator http://localhost:8080/nuxeo/site/automation
use automation
Document.Query -query "SELECT * FROM Document"
Document.Save [the input document(s)]
How to make Document.Save with the previous output operation ?
04-13-2012 10:07 AM
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.
04-13-2012 10:07 AM
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.
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.