automation
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
1960 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
2050 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
2104 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
2387 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
4392 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
2093 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
1937 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
3722 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
4873 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
2229 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
3542 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
3279 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
4679 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
3940 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
1985 views