automationchain


Related Questions
Hi, When I try to merge some PDFs to have one document with nuxeo operation Blob.ConcatenatePDFs, I always have this exception : Caused by: org.nuxeo.ecm.automation.OperationException: Failed to invoke operation Blob.ConcatenatePDFs at ...
  0 votes
  1 answers
  0 comments
  288 views

Hello, I have the simple property <xs:element name="para"> <xs:simpleType> <xs:list> <xs:simpleType> <xs:restriction base="xs:string" ref:resolver="userManagerResolver" ref:type="user"/> </xs:simpleType> ...
  0 votes
  1 answers
  2 comments
  613 views

The name (last part of its path) of a newly created Document is created from its dc:title (in nuxeo-document-create.js) I have to compute title and name of documents from their other fields (type, date and sequence) Is there a way to change it in an ...
  0 votes
  1 answers
  1 comments
  792 views

This is somewhat similar to a question I posed earlier , but what is the best way to have Nuxeo update a number of documents so that new renditions/conversions are made for those existing documents? We have tens of thousands of picture documents ...
  0 votes
  1 answers
  1 comments
  849 views

Hi, I'm trying to pass parameters from a nuxeo-document-suggestion widget to the automation chain returning the suggested documents. Here is the widget : <nuxeo-document-suggestion value="{{document.properties.mfs:documents}}" ...
  0 votes
  1 answers
  0 comments
  1055 views

I am trying to create an automation chain which is called on the event 'documentCreated' and newly uploaded document is saved as attachment on another document. But after attaching, this newly uploaded document is also created as new document. I ...
  0 votes
  0 answers
  5 comments
  950 views

Hi, After upgrade our nuxeo platform from 8.10 to 9.10. When we want to run our custom automations chains we got this exception: ****** chain ****** Parent Chain ID: CustomScriptedZippedMergedPDF Name: Exception: OperationException Caught error: Not ...
  0 votes
  0 answers
  1 comments
  1864 views

Hi! I'm working on an automation chain in studio, and I'm running into an issue on trying to recursively apply a RunDocumentOperation operation to each document returned from a query. The general structure is I have this contextual user action, when ...
  1 votes
  0 answers
  1 comments
  1604 views