Operation Context.FetchDocument
Context Document(s)
Description
Fetch the input of the context as a document or list of documents. The document will become the input for the next operation.Here is a list of examples using this operation:
Operation id | Context.FetchDocument |
---|---|
Category | Fetch |
Label | Context Document(s) |
Requires | |
Since |
Parameters
No parameters.
Signature
Inputs | document, documents |
---|---|
Outputs | document, documents |
Implementation information
Implementation class | org.nuxeo.ecm.automation.core.operations.FetchContextDocument |
---|---|
Contributing component | BuiltIn |
JSON definition
{ "id" : "Context.FetchDocument", "label" : "Context Document(s)", "category" : "Fetch", "requires" : null, "description" : "Fetch the input of the context as a document or list of documents. The document will become the input for the next operation.", "url" : "Context.FetchDocument", "signature" : [ "document", "document", "documents", "documents" ], "params" : [ ] }