automation
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
1366 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
1653 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
2827 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
1377 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
1278 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
2543 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
3804 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
1563 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
2419 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
2169 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
3173 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
2854 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
1385 views
Hi, Is there an automation service allowing to restore a previous version of a document ? By restore , i mean set an older version as the current document. If not , and i want to add an operation , could someone point me on what Nuxeo classes i will ...
0 votes
3 answers
2 comments
2285 views
I have many automation chains (over 50): (I haven't counted them, if it's important I will). I've been trying to add another chain and keep getting the message Unknown chain: xxxxxx in a small yellowish box when it is fired via my User Action. I've ...
0 votes
1 answers
1 comments
876 views