01-31-2019 04:03 AM
01-31-2019 12:56 PM
If you want to start a workflow with REST this is the right documentation :
POST http://NUXEO_SERVER/nuxeo/api/v1/id/{documentId}/@workflow
if you want the workflow to start automatically, you have to create an event listener
01-31-2019 05:00 AM
Hi, You can consult the link : https://doc.nuxeo.com/810/nxdoc/workflow-task-endpoints/.
it may be able to help you
01-31-2019 05:04 AM
I am able to create workflow and tasks on an asset(Using the link which you have mentioned) but I want that the Workflow should be created automatically as soon as the upload is completed.(This is not available there).
01-31-2019 05:19 AM
explain to me ? you want to create it or start. Because the creation of the workflow is done at the Studio of Nuxeo.
01-31-2019 07:04 AM
For now I just want to start it.....using REST api without Nuxeo Studio.
01-31-2019 07:05 AM
Workflow should start automatically as soon as the asset uploading is done.
01-31-2019 12:56 PM
If you want to start a workflow with REST this is the right documentation :
POST http://NUXEO_SERVER/nuxeo/api/v1/id/{documentId}/@workflow
if you want the workflow to start automatically, you have to create an event listener
02-01-2019 12:04 AM
Thanks pibou Bouvret.
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.