automation


Related Questions
I have a custom user action defined in MAIN_TABS section which navigate to a given folder. The action does fine but the tab selection is not updated in consequence. (let's say I'am in my home, i click on custom tab 'internal documentation', navigate ...
  0 votes
  1 answers
  3 comments
  2505 views

Hi I've the following automation chain : Users & Groups > Get Home User Interface > Navigate to Document I get a NPE, is there a problem in the chain definition or is it a platform configuration issue ?
  0 votes
  0 answers
  2 comments
  2263 views

I'm trying to update document's metadata by using Nuxeo Automation Java Client. It's working on SimpleType fields but every try on complexType fields failed. I red it is possible by updating a document with the JSON values. So I tried example code: ...
  0 votes
  0 answers
  1 comments
  2264 views

Hello, I want to handle routing for documents according to the name of the file they are carrying. What I done is: Trigger the creation of a document on the repository with httpAutomationClient when a file is created on the client side AND THEN ...
  0 votes
  1 answers
  4 comments
  2427 views

Hi, When I execute a query using PHP Automation Client, I receive a warning from a parameter expected in NuxeoAutomationAPI.php. The code: $uid = '9dbfxxxx-xxxx-xxxx-xxxx-xxxxxxxx2b64'; $client = new ...
  0 votes
  1 answers
  0 comments
  2415 views

Hi, I'm using the PHP Automation Client to execute a simple query and I have an error on it, and I don't know how can I resolve it. Obviously I changed the url of Nuxeo, and the correct username and password when I get a session. Here the code: ...
  0 votes
  2 answers
  6 comments
  3334 views

I'm attempting to retrieve a selection of documents from a Nuxeo server using the REST automation APIs (from C++ using libCURL). I'm new to Nuxeo, so I'm trying to 'prototype' the calls using CURL from the command line. We've defined some custom ...
  0 votes
  2 answers
  2 comments
  2926 views

Hi, I looked into the php example, and there I can download files or blobs, except the txt files, anyway I can download files. http://doc.nuxeo.com/display/public/NXDOC/PHP+Automation+Client So, I mean, why can't we do this with Java? Thanks in ...
  0 votes
  1 answers
  0 comments
  2490 views

I am trying to download all the files (txt, html, pdf, doc, xls, …) from nuxeo. To achieve this, I have found “Java automation client”. (Hope I have made a good choice?) My starting point is the example from the java automation client documentation: ...
  0 votes
  1 answers
  3 comments
  5360 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
  1941 views

Hi! In a project I need to use the PhpAutomationClient to retrieve some documents. I'am using the drupal's CMS with CAS Module. When I use default login and password to create a session like this, it's work. client = new ...
  0 votes
  2 answers
  2 comments
  2053 views

As part of an operation, I need to retrieve the path to a document's file:content for a remote system to access via WebDAV. However, the path as retrieved by getPathAsString() and getFilePath() do not match the path to the document as observed via ...
  0 votes
  1 answers
  1 comments
  3548 views

Bonjour, J'utilise Nuxeo Automation PHP pour envoyer des documents sur Nuxeo depuis mon application web. J'ai réussi à faire les requêtes pour envoyer les fichiers sur Nuxeo, cependant, lorsque je télécharge un fichier que j'ai envoyé, celui ci est ...
  0 votes
  1 answers
  5 comments
  2369 views

What needs to be done in order to avoid the following error from a operation event handler? org.nuxeo.ecm.core.storage.sql.coremodel.SQLDocumentVersion$VersionNotModifiableException: Cannot set property on a version: My code works correctly when ...
  0 votes
  1 answers
  0 comments
  1979 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
  2256 views