automation


Related Questions
Hello, Is there any way to make a workflow autostart, once a form is filled or a document is uploaded, that will be a serial approval workflow and if all, in this example 3 approvers accept the document gets moved to a separate folder ? Or something ...
  0 votes
  1 answers
  1 comments
  2126 views

Hi, Today I've been playing with the ExportStructureToFS plugin. I noticed that bad NXQL queries result in 204 HTTP responses. How can I change it to get a 400 instead (if possible) ? Thanks
  0 votes
  0 answers
  0 comments
  1735 views

Hi, I need to call the “ExportStructureToFS” operation from an event listener in order to trigger a scheduled export mys documents. I found this explanation about how to call operations from java code, but I can't get the AutomationService and ...
  0 votes
  1 answers
  3 comments
  7127 views

Hi, I've created a simple Workflow with a Node and two buttons (accept/reject). I try to request my node information specifically the availables buttons from a query automation but thoses params don't appear. The NXQL query is “ Select * from ...
  1 votes
  1 answers
  0 comments
  2069 views

How should the stringlist parameter be passed to Context.StartWorkflow in the proper way? I have tried: participants=@{Context["participants"]} participants=@{java.util.Arrays.asList(Context["participants"])}
  1 votes
  1 answers
  4 comments
  2459 views

– Nuxeo 5.8 – Hi, I want to change the rights on the “MyFolder” folder: user : toto Group : g_titi but I can not change both My commands: curl -X POST http: // website-dev:8080 / nuxeo / site / automation / Document.SetACE '-u admin:xxxxxxx -H' ...
  0 votes
  2 answers
  0 comments
  2744 views

Hello, i'm working on an automation chain to execute at output of a workflow task node. As soon as I add a “pop/push document” operation in the chain, an exception is thrown when the workflow execute it. To be more precise, the exception is thrown ...
  0 votes
  1 answers
  0 comments
  3105 views

This is the error message that I get when attaching large blob file in a Document. 02:01:12.922 [main] DEBUG o.a.h.i.conn.DefaultClientConnection - Connection 0.0.0.0:41419<->10.30.10.175:8080 closed 02:01:12.922 [main] DEBUG ...
  0 votes
  0 answers
  5 comments
  2540 views

Hello, I would like to know how to delete physically a binarie file when in an automation chain we “remove content” of a metadata field ? Is it done with an automation operation ? thank you
  0 votes
  1 answers
  1 comments
  2394 views

Hello, I am using nuxeo automation client to see the documents and folders in my nuxeo repository. My goal is to print a tree with the documents AND their rights. The point is, I don't know how to get the ACL/ACE of a document since the only ...
  0 votes
  1 answers
  0 comments
  2062 views

I have the following Automation Chain: Fetch -> Context documents Execution Flow -> Run Chain | id = @{Document[“dcns-common:comments”] == empty ? “WF_Show_Warning_Chain” : “WF_Do_Something_Chain”} Workflow Context -> Cancel Workflow | id = ...
  0 votes
  0 answers
  2 comments
  3093 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
  3298 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

Hi i have accented characters in some documents titles and paths. Querying titles from an automation client based portlet works fine but not for paths. Any idea ?
  0 votes
  0 answers
  3 comments
  4306 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