Automation
I'm working on an automation chain that is called by an action button. The button makes a copy of the context document and assigns some new properties to the copy. I want the automation chain to log an event (Audit.LogEvent) to the context document, ...
0 votes
1 answers
0 comments
792 views
Hi, I have created an escalation rule which triggers on time but i want to cancel this escalation rule if my automation chain throws any exception, right now the escalation rules trigger again and again after the given time interval. I used the ...
0 votes
0 answers
0 comments
1002 views
I have two automation parent and child. i am setting context variable value in child automation which is working fine but not able to get that value of context variable in parent automation chain.
0 votes
0 answers
1 comments
747 views
Hi, I have contributed a new custom automation helper which is working fine now i want that custom automation helper in my nuxeo studio so it is visible for me in automation chain and scripts like the Fn library as shown in the attached image
0 votes
1 answers
0 comments
784 views
Hi, I'm trying to pass parameters from a nuxeo-document-suggestion widget to the automation chain returning the suggested documents. Here is the widget : <nuxeo-document-suggestion value="{{document.properties.mfs:documents}}" ...
0 votes
1 answers
0 comments
1254 views
est-il possible d'ajouter des fichiers externes au document de type différent de File? (J'ai créé un nouveau type de document étendant Document et je souhaite mettre à jour le fichier: contenu de ce document et ajouter des fichiers externes)
0 votes
2 answers
0 comments
1213 views
Hello, Assuming I have created a custom user field called user:manager to store the user manager information, I would like to dynamically assign a task to him. So the scenario is: jdoe execute a task, then the second task is routed the the jdoe's ...
0 votes
1 answers
2 comments
1200 views
I need to convert 1 file to many HTML pages (1 HTML page per 1 office document) I know how to do the conversion outside of Nuxeo (python script, that can be run in command line or via web service). The result HTML pages can be put in a zip file, for ...
0 votes
1 answers
1 comments
1286 views
Hi, I use Nuxeo LTS 2019 and i plan to use PHP automation client to communicate with Nuxeo. Is it the right way ? what about the rest API ? I saw in the documentation that “The Nuxeo Java Client is a Java client library for Nuxeo Automation and REST ...
0 votes
1 answers
1 comments
1417 views
0 votes
2 answers
5 comments
1211 views
Hi, After upgrade our nuxeo platform from 8.10 to 9.10. When we want to run our custom automations chains we got this exception: ****** chain ******
Parent Chain ID: CustomScriptedZippedMergedPDF
Name: Exception: OperationException
Caught error: Not ...
0 votes
0 answers
1 comments
2105 views
Hi! I'm working on an automation chain in studio, and I'm running into an issue on trying to recursively apply a RunDocumentOperation operation to each document returned from a query. The general structure is I have this contextual user action, when ...
1 votes
0 answers
1 comments
1807 views
Hi , While calling Blob.AttachOnDocument api getting error. My code HttpAutomationClient client = new HttpAutomationClient("url"); Session session = client.getSession("myuser","mypassword"); File dummyFile = new File(myfilepath");
Object request = ...
0 votes
0 answers
0 comments
2114 views
I have a user with member groups access. When I create Document, I can't see vocabulary 1. Request URL:
http://xxx:8080/nuxeo/api/v1/automation/Directory.SuggestEntries
2. Request Method:
POST
403
0 votes
0 answers
0 comments
1580 views
Hello Team, I’m trying to use built in Nuxeo automation chain downloadFilesZip (Chain.downloadFilesZip) using the REST api as described here: https://doc.nuxeo.com/nxdoc/command-endpoint/ Nuxeo Version : Nuxeo 7.10-HF14 I send a POST request to ...
0 votes
0 answers
0 comments
1759 views