11-24-2016 04:59 PM
12-21-2016 02:31 PM
While it is possible to do this directly in the database, I believe the best options would be to write a simple unit test that connected to the production database and :
1. retrieved all the bad tasks (using runtimeService.createProcessInstanceQuery().....
2. iterate over the returned list and terminate the instances (runtimeService.deleteProcessInstance(instanceId, reason)
Another alternative would be a similar approach using a script and curl against the REST API.
Let me know if you need some sample code.
Greg
Tags
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.