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
  5532 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
  1516 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
  3462 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