Triggering workflow from Frontend(Vue/React) independent of a document
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2020 12:41 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2020 10:38 AM
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://<NUXEO_SERVER>/nuxeo/api/v1/task/
Regards,
