automation
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
1315 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
667 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
881 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
1280 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
1669 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
3375 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
1968 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
3060 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
2054 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
2829 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
1809 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
1776 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
2822 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
2725 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
1748 views