automation_chain
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
1363 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
1930 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
2476 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
3433 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
4206 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
2221 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
2912 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
1766 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
2018 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
2343 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
3753 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
2911 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
1731 views