Operation Context.FetchDocument (Context Document(s))
In component org.nuxeo.ecm.core.automation.coreContrib
Description
      Fetch the input of the context as a document or list of documents. The document will become the input for the next 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 | Class: org.nuxeo.ecm.automation.core.operations.FetchContextDocument | 
|---|---|
| Contributing Component | org.nuxeo.ecm.core.automation.coreContrib | 
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" : [ ]
}