05-12-2015 01:19 AM
05-12-2015 01:46 AM
deleteProcessInstance{/code] method. Activiti stores runtime data in RU tables. When process is finished there is no record in the RU tables.
Regards
Martin
05-12-2015 02:01 AM
05-13-2015 08:24 AM
05-13-2015 08:25 AM
05-14-2015 03:15 AM
is there still a SQL script to delete interrupted or failed process execution data that is no longer required?
/**
* Delete an existing runtime process instance.
*
* @param processInstanceId
* id of process instance to delete, cannot be null.
* @param deleteReason
* reason for deleting, can be null.
* @throws ActivitiObjectNotFoundException
* when no process instance is found with the given id.
*/
void deleteProcessInstance(String processInstanceId, String deleteReason);
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.