02-01-2013 04:50 AM
02-01-2013 05:00 AM
/** 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);
02-01-2013 08:55 AM
02-01-2013 11:18 AM
02-04-2013 05:24 AM
02-05-2013 06:46 AM
02-05-2013 07:43 AM
03-25-2013 10:26 AM
void deleteProcessInstance(String processInstanceId, String deleteReason);
for that purpose.(Historic)ProcessInstanceQuery
interfaces to include these deleted instances: methods "finished()" and "unfinished()" seem to only take into account the "complete" status of a process instance. Am I wrong?03-26-2013 05:38 AM
these deleted instances: methods "finished()" and "unfinished()" seem to only take into account the "complete" status of a process instance. Am I wrong?
03-27-2013 08:38 AM
/** Only select historic task instances with the given task delete reason. */
HistoricTaskInstanceQuery taskDeleteReason(String taskDeleteReason);
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.