automation


Related Questions
Hi Kevin , Florent Guillaume When I try to connect to login on automation through OATUH2 token I always get http 401 statut. curl -H "Authorization:Bearer 012453xxgqzl45" -X POST https://localhost:8080/nuxeo/api/v1/automation/login Response : ...
  1 votes
  3 answers
  1 comments
  2169 views

Hi, I have two scripted operations (Automation Scripting) like these: <scriptedOperation id="Operation.One"> <category>javascript</category> <inputType>void</inputType> <outputType>void</outputType> ...
  0 votes
  0 answers
  0 comments
  751 views

Hi, I am using a nuxeo-document-suggestion-widget (in a creation form layout) which is calling an automation chain with just one custom operation : <chain id="SearchHWPDocuments"> <operation id="SearchDocuments"> <param type="string" ...
  0 votes
  0 answers
  0 comments
  966 views

Hello, I want to know the difference between the Java Client and the Java Automation Client . What is the best to use ? If the Java Automation Client is deprecated, why is it still maintained (versions : 9.10 / 10.2 / etc …) ? Regards.
  0 votes
  1 answers
  0 comments
  1357 views

I set up an action in order to dynamically add a facet (including its own schema) to several standard doc types. The automation operation uses the AddFacet operation (backported to LTS2015). A custom tab is associated to my custom facet. The process ...
  0 votes
  0 answers
  3 comments
  1739 views

Hi, I'm trying to call the operation “ Tag.Suggestion ” using the java-client. I expected to get a list of tags or something but just get a ClassCastException because the client expect a Map as result but received a ArrayList. My code is NuxeoClient ...
  0 votes
  0 answers
  0 comments
  3452 views

I am Creating a Spring-Java Application where i am Using Nuxeo as File Storage. I can do all operations like create workspace, folder, file, versions using HttpAutomationClient. i want to get all information of file like versions. but i am not able ...
  1 votes
  0 answers
  0 comments
  2041 views

Hi all I'm implementing a custom operation and using chainException framework to capture exception thrown in a chain, based on: https://doc.nuxeo.com/display/NXDOC/Automation+Chain+Exception <extension point=“chainException” ...
  0 votes
  1 answers
  0 comments
  3152 views

I designed a custom schema for a vocabulary. This extended schema adds fields such as code, extra label, etc. Up until now, I ve used the suggestion widget with searches (create / edit) or displayed information (read) using those extra fields. Quite ...
  0 votes
  1 answers
  2 comments
  2116 views

hello, In Nuxe 6, i want to block permissions inheritance in an automation Chain Context.FetchDocument Document.Create: type: P019_020_DOC_formulaireNomination properties: “dc:title”: “Formulaire de nomination : @{nomUser["nom"]}” “dc:description”: ...
  0 votes
  2 answers
  0 comments
  2906 views

I'm looking for a way to execute commandline calls within an automation chain for custom binary transformations. Can this be achieved with Automation Scripting the best solution? Thanks in advance for your help.
  0 votes
  0 answers
  3 comments
  1870 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
  1844 views

Hi, I want to integrate nuxeo in another website, so far I've been able to iterate all documents under a specific folder and/or having the specified tags, I would like to also preview the content on the said website, and this is where I am a bit ...
  0 votes
  0 answers
  1 comments
  2885 views

Following Automation REST Response documentation, we are able now to create a custom exception and return an appropiate http error code from our operations, as shown in the example below: { "entity-type": "exception", "code": ...
  1 votes
  1 answers
  0 comments
  2794 views

Hello I'm trying to use the new javascript automation but can't find a way to access a metadata of a document. If I get a Document as var doc, what is the syntax to get it's title, or a specific metadata? Sorry for this rookie question Many thanks ...
  0 votes
  1 answers
  0 comments
  1816 views

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
  7128 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
  2072 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
  2748 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
  3107 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
  2542 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
  2396 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
  2064 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
  3094 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

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
  4307 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