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