Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Nuxeo Operations Contex.startWorkflow

Hi every one, I'm traying to start a workflow using Rest api , Right now i can start a workflow but how can i assign the workflow to another user using the parametre variables exemple: {"params":{"id":"SerialDocumentReview","start":true,"variables":{...

Conditional deployment with deployment-fragment.xml ?

Hi, I am currently using a deployment-fragment.xml in order to deploy a -config.xml from the bundle to the nxserver/config folder and wondering if there is a way to deploy the file only if there is no such file in the destination folder already ? i.e...

Rafi_Cohen by Champ in-the-making
  • 35 Views
  • 0 replies
  • 0 kudos

How to override "New permission" notification / alert ?

Hi all, I need to translate and override the notification mail sent when a new permission is given to someone. I have successfully override "documentPublicationApproved", "documentPublicationRejected", "documentPublished", "documentModified", "docume...

How to disable collection?

I do not want collection to appear at the system. I'd like to remove as an entire module? How can I realise it? I read that is part of nuxeo and it is not a plugin. Florent Guillaume

Amir_Buzo by Confirmed Champ
  • 26 Views
  • 0 replies
  • 2 kudos

New doument creation using nuxeo client

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 i...