automation_chain


Related Questions
Hello everybody, I'd like to trigger a very basic shell script when clicking a button in WebUI. Therefore I want to use an automation chain. It should be possible to achieve this by creating a custom operation like suggested here , but since this ...
  0 votes
  0 answers
  0 comments
  1276 views

Hi, We want migrate nuxeo from 5.8 to 6.0. We got a menu/button to lauch an automation chain which display a document and also run Services -> StartBinariesGC. In Nuxeo 6, we got the error : “An error occured while executing the chain ...
  0 votes
  1 answers
  2 comments
  1849 views

Hi, We got an unpredictable error on a workflow, after a moveDocument operation. The next operation is FetchDocument and sometimes we got the error “Caught error: org.nuxeo.ecm.core.api.ClientException: Failed to get document” … (new path of the ...
  0 votes
  0 answers
  4 comments
  2391 views

Hi. How can I use some condition statments in a Automation Chain? I found some explanation in this topic http://answers.nuxeo.com/questions/321/condition-in-an-automation-chain But, the “Execution Flow > Run Operation” is not present anymore on ...
  0 votes
  1 answers
  3 comments
  3309 views

Hi guys, i need to select one or more documents, get their links and send them via “automation chain send email”.I have an email template. but i dont know how the chain must be configures. Hope you can help me. thanks
  0 votes
  1 answers
  4 comments
  4120 views

I'm trying to use a portlet using automation client to access the repository using PORTAL_AUTH. Login is fine (/nuxeo/site/automation/login) but the query sent by the client goes wrong (/nuxeo/site/automation/Document.PageProvider). Here is what the ...
  0 votes
  1 answers
  1 comments
  2143 views

I have a multivalue metadata element on my custom document type. I would like to run code when this information changes, but I need to know which items were added or removed from the list of elements in order to run this code. Simplified examples: ...
  0 votes
  3 answers
  2 comments
  2805 views

I'm trying to follow this tutorial: http://doc.nuxeo.com/display/Studio/Use+Content+Automation But I have an issue. I'm unable to find the “Automation Chains” option in the menu that it says to open. Under the “Automation” menu the only option ...
  0 votes
  1 answers
  0 comments
  1677 views

Hello, I'd like to know if there an operation (chain operation) to create directories recursively before create the final document (the leaf) Example : I have to create the document with path : /worksapce_root/folder1/folder2/folder3/mydoc. Nuxeo ...
  0 votes
  2 answers
  0 comments
  1942 views

I'm using @ldoguin's REST Client example to fetch some data from openlibrary.org upon document creation. User goes to create a new book: At this time, once the user clicks Create , I would like to fetch rest of the information about the book from ...
  0 votes
  1 answers
  1 comments
  2258 views

Hello, I tested this code on Nuxeo 5.6 http://doc.nuxeo.com/display/Studio/Move+a+Document+with+security+constraints Document.SetACL : It's impossible to use MVEL language on attribute “user” even if there is a MVEL selector near this attribute. ...
  0 votes
  1 answers
  2 comments
  3672 views

I try to create an automation chain to get elements of a folder and put them in my document (inherit metadata). I have 3 metadata in my folder, and I want to “copy” values in my metada's document. But it doesn't work for multi-valued and date ...
  0 votes
  0 answers
  1 comments
  2826 views

Why do I need to save the Node containing a transition binding to an automation chain AND the containing workflow document to make the binding permanent?
  0 votes
  1 answers
  3 comments
  1652 views