automation


Related Questions
Still trying to access the list of selected docs in sections : the action category for my button is CURRENT_SELECTION_SECTIONS_LIST the “Selection is not empty” has been replaced by a custom EL ...
  0 votes
  1 answers
  4 comments
  1881 views

We have been stuck at this for sometime. We have configured our nuxeo Installation to retrieve users from the Sql Server DB. We have modified the following config file. default-sql-directories-bundle.xml After configuring for sql server users we are ...
  0 votes
  1 answers
  1 comments
  2352 views

Hi All, I am trying to programmatically log-in from a WebEngine project context. The WebEngine's URL is configured as OpenURL using the OpenUrl extension point of PluggableAuthenticationService([ OpenUrl ]). In the first view, ...
  0 votes
  3 answers
  1 comments
  3848 views

hi, i declared the LoginSuccess in the registry, defined an event handler and whatever the associated operation chain (ie : notification.send email), be it asynchronous, i have the following error, even after server restart Failed to handle event ...
  0 votes
  0 answers
  0 comments
  1326 views

What is the correct way to catch the user workspace creation event ? Using “Document path starts with /default-domain/UserWorkspaces(/)” matches any workspace under the current user workspace, and i am just not able to write an EL expression in my ...
  0 votes
  1 answers
  0 comments
  1464 views

Hi, is there anyway to access the JbpmTaskActionsBean getCurrentDocumentTasks method from an automation chain ? There is no workflow process in studio, just tasks. If i use the create.task service using the “create one task per actor” options, how ...
  0 votes
  0 answers
  0 comments
  1468 views

Almost everything is in the title : the UpdateProperty part of my automation chain : ... individu_bx4:nom=@{CurrentUser["lastName"]} dc:title=@{CurrentUser["lastName"]} @{CurrentUser["firstName"]} Using a button in the edit form, my document is ...
  0 votes
  1 answers
  5 comments
  2658 views

Hello, I'm trying to read the permissions (ACLs) of users/groups on an existing document in the Nuxeo server from a Java Client using ContentAutomation APIs. I've tried reading the document properties through 'Document.Fetch' operation or through ...
  0 votes
  1 answers
  0 comments
  2103 views

Hello, I am trying to execute the example on Nuxeo Automation Client in Java given on the link http://doc.nuxeo.com/display/NXDOC/Using+Nuxeo+Automation+Client. As described in the instructions, I'm using the resources that follow: ...
  0 votes
  1 answers
  0 comments
  5533 views

Hi Gentlement, We have create a java client to interface Nuxeo via HttpAutomationClient. All the operations we have developed work fine, but we have noted that the client do not close the http connection after the client.shutdown(); We have noted ...
  0 votes
  1 answers
  0 comments
  1849 views

I've looked and haven't found another “answer” that addresses this issue. I've created a custom automation operation with Nuxeo IDE. The custom operation has several classes, singletons, etc. and generates logs. The custom operation will update and ...
  0 votes
  0 answers
  0 comments
  1517 views

Hi, I configured a chain like the following: <chain id="minimum_chain"> <operation id="Seam.AddInfoMessage"> <param type="string" name="message">Success.</param> </operation> </chain> Additionally I configured in ...
  1 votes
  1 answers
  2 comments
  2272 views

Your documentation doesn't explain how to set input documents for the next operation when using the Nuxeo Shell with the 'automation' namespace. For example, if I want to make in batch mode : connect -u Administrator -p Administrator ...
  0 votes
  1 answers
  0 comments
  3463 views

I want to create a context variable using Studio automation operation and read/write them with a Java class generated via the IDE. Also, I would like to create an operation context variable in JAVA and read/write them in a Studio automation ...
  0 votes
  1 answers
  2 comments
  26554 views

When I try to set a context variable using: Context[“RECIPETYPE”] = “@{Document.type}“; I get the error below. If I use Context[“RECIPETYPE”] = “ThisIsATestString”; everything downstream from this script line works ok. Error log output: 2012-04-09 ...
  0 votes
  1 answers
  1 comments
  2723 views

I get the following error when several event handlers are called in succesion: See post: Firing even handlers when structured templates are used to create document? for background here is the error log. 2012-04-06 13:27:57,152 WARN ...
  0 votes
  1 answers
  0 comments
  1892 views

How can I get a single event handler/automation chain to fire correctly when multiple documents are created concurrently using a structured template? Background: My application has several documents which are created inside a folderish document via ...
  0 votes
  0 answers
  0 comments
  1977 views

I've done the following query two ways: Using parent/child in Studio. Using NXQL query in Studio and get the same error. Here is the NXQL. SELECT * FROM Document WHERE ecm:isCheckedInVersion = 0 AND ecm:parentId = '@{Context[“TRAVELERID”]}' AND ...
  0 votes
  1 answers
  3 comments
  2030 views

I'm attempting to implement a stack which will be available during a long running SEAM conversation. I want to be able to backtrack through the lifecycle states of a document and I'm using the stack to store the previous N states as Strings. The ...
  0 votes
  2 answers
  0 comments
  2292 views

I have nuxeo DM 5.5 up and running at http://localhost:8080/nuxeo/site/automation I am trying to access Nuxeo EP 5.5 Automation server from Nuxeo Java automation client as under: public static void main(String[] args) throws Exception { ...
  0 votes
  1 answers
  3 comments
  4278 views

I want to add a chain of operations in nuxeo automation server, that will edit a document version. I know editing a version does not make sense, but this is the requirement of our client that we must meet. I am able to retrieve all versions of a ...
  0 votes
  1 answers
  2 comments
  2012 views

Is there an operation that allow to visualize a page or a tab? I would like to create a chain that first acquires a lock (Document.Lock) and then visualizes the edit tab for the document.
  0 votes
  1 answers
  1 comments
  1864 views

May i know the client code for delete a particular file from remote server(nuxeo)through REST API. Please share your views with me! Thanks
  0 votes
  1 answers
  1 comments
  3601 views

I am using java content automation to upload and download files as blobs as shown in the link below. http://doc.nuxeo.com/display/NXDOC/Using+Nuxeo+Automation+Client The default dublincore schema is associated with each document. I want to retireve ...
  0 votes
  2 answers
  0 comments
  4780 views

I am creating a relation between two documents with Services>Create Relation. How do I specify the predicate so both incoming and outgoing relations are created correctly. I have used the String IsBaseOn in the predicate and when the relation is ...
  0 votes
  2 answers
  0 comments
  2147 views

Hello, I need validate the creation of documents with unique uid. I need to use a condition on automation chain for verify the uid on documents in the repository but I don´t know how to do that? I have reviewed all operations in studio but I don't ...
  0 votes
  3 answers
  1 comments
  3449 views

I am hoping I am missing something obvious.. I have a document lifecycle defined. When a user submits a document, I want to automatically kick off a validation workflow to approve the document to move it to the next step in the lifecyle. I can use ...
  0 votes
  1 answers
  3 comments
  3184 views

I have an automation chain that gets a value from a document, sets the context variable, pushes it onto the stack, uses nxql to query a document based on the context variable, sets another context variable with a value from the queried document, ...
  0 votes
  0 answers
  4 comments
  4572 views

Hi all, I was trying to adapt the nuxeo studio template for Holiday request and have problem to find the correct syntax for the following: My document has a customised schema which include two properties with “Date” type. In my automation chain I ...
  1 votes
  5 answers
  2 comments
  3843 views

Hello, It seems there is a bug in the Content Automation Webservice when I try to set multi-line values. The documentation says that we should use a \ at the end of each line. That's what I'm doing but it doesn't work : the new line character is ...
  0 votes
  1 answers
  2 comments
  1928 views