Triggering workflow from Frontend(Vue/React) independent of a document

Hi,

Is there a way to trigger a workflow from front-end (Vue/React) irrespective of any document ? How do we access every node in a workflow from front end?

Similar example has been posted but any more details would help:- https://www.nuxeo.com/blog/rapidly-build-form-centric-applications-with-nuxeo/

Thanks Shweta

0 votes

1 answers

546 views

ANSWER



Hello,

You can access all running workflow instance IDs using the RunningWorkflows content enricher https://doc.nuxeo.com/nxdoc/content-enrichers/. Similarly, you can get all task IDs with the pendingTasks content enricher. Then, use a PUT operation like 1. Request URL: https://

Regards,

0 votes