automation-chain


Related Questions
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
  1844 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
  2385 views

I am thinking to develop a custom @Operation that will execute calls to external REST services. I do not want to add dependencies if not necessary and before starting to use one of the many java implementations available (to implement a REST ...
  0 votes
  1 answers
  1 comments
  2100 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
  3300 views

Hi , I need to create a Email Notification, its working with a harcoded email adress but i need to know if it is possible to choose the mail recipients such a users or groups when the notification is triggered. Thanks
  0 votes
  1 answers
  2 comments
  3983 views

I have a Workflow Task. This Task(Workflow Node) has a button “Done”. When the user push the button “Done”, this Task verifies if the currentDocument has some File in a file content. If it's false, we have do raise a Error Message and restart the ...
  0 votes
  0 answers
  1 comments
  1891 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
  4116 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
  2138 views

Hello, I've been testing around with automation chain tracing in Nuxeo 5.8, and at first it was working as it should, but lately, for every attempt of mine to get the latest traces from an automation chain, I get the following message “you can not ...
  0 votes
  1 answers
  4 comments
  1828 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
  2796 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
  1676 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
  1934 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
  2250 views

Hello, Is it possible to get a label in a properties file with a MVEL code in an automation chain ? And how ? thank you
  0 votes
  1 answers
  2 comments
  2682 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
  3663 views

Hello, I need update a date when I created and updated a doc. For that, we make this automation chain : Fetch > Context Document Document > Update Property (value: @{Document["mydocumenttype:expiring_date"].clone()}; xpath: ...
  0 votes
  1 answers
  3 comments
  2138 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
  2818 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
  1650 views