Automation


Related Questions
Hello, I'm struggeling with the documentation explanation. I'd like to call the automation chain with the rest api, with multiple documents on input. I have no problem with one document; the body request look like that: { "input": ...
  0 votes
  1 answers
  1 comments
  3260 views

Hello, I am trying to upload a file using the java automation client : FileBlob blob = (FileBlob) session.getFile(path); session.newRequest(“Blob.Attach”).setHeader(Constants.HEADER_NX_VOIDOP, “true”).setInput(blob) .set("document", ...
  0 votes
  1 answers
  0 comments
  3219 views

Hello, I'm writing a migration Java program from versions 7.x to 8.3 and I can't manage to get a list of all the users, groups and permissions on documents using the java automation client. Any help would be appreciated !
  0 votes
  1 answers
  0 comments
  2699 views

Hi Everyone, I am new to Nuxeo platform and trying to get my head around it. I have a Simple workflow with just one 'Approve' node between Start and Stop. I am trying to add more nodes (linked to Approve node) on the fly after the workflow is ...
  0 votes
  1 answers
  1 comments
  1924 views

I am trying to create new document of type Folder using Nuxeo client. I am able to create it by using api createdocumentbypath and createdocumentbyid. But when i am trying to fetch newly created document , getting error filenotfound exception. But ...
  0 votes
  0 answers
  0 comments
  1601 views

Hi, I would like to write date entry to a multi-valued complex field in an automation Unfortunately my POST request leads to errors when I use @{org.nuxeo.ecm.core.schema.utils.DateParser.formatW3CDateTime(CurrentDate.date)} as suggested in the API ...
  0 votes
  1 answers
  2 comments
  2104 views

Hello. I am trying to upload a file using java client 2.1 using the API example: Blob fileBlob = new Blob(io.File file); blob = nuxeoClient.automation().newRequest(“Blob.AttachOnDocument”).param(“document”, “/folder/file”).input(fileBlob).execute(); ...
  1 votes
  1 answers
  0 comments
  2226 views

I'm using the PHP automation client to bulk import some images. When I create document 'file' everything works fine, but if I change it to 'picture' it seems to work and I get a response like: ...
  0 votes
  1 answers
  2 comments
  2183 views

How to automate token generation using java?
  0 votes
  1 answers
  0 comments
  1914 views

Can anyone explain the behavior of a long-running Automation Session in terms of servers-side resources? We recently received a “Connection pool is fully used” message that mentions nuxeo.vcs.blocking-timeout-millis and nuxeo.vcs.max-pool-size ...
  0 votes
  0 answers
  0 comments
  1674 views

Can someone explain to me the difference between Blob.Get and Document.Fetch or nowadays called: Document.GetBlob and Repository.GetDocument ? At first I was under the impression that getDocument would download the document and getBlob could ...
  0 votes
  1 answers
  1 comments
  2986 views