06-22-2015 05:57 AM
06-23-2015 02:30 AM
/**
* Suspends the process instance with the given id.
*
* If a process instance is in state suspended, activiti will not execute jobs
* (timers, messages) associated with this instance.
*
* If you have a process instance hierarchy, suspending one process instance
* form the hierarchy will not suspend other process instances form that
* hierarchy.
*
* @throws ActivitiObjectNotFoundException
* if no such processInstance can be found.
* @throws ActivitiException
* the process instance is already in state suspended.
*/
void suspendProcessInstanceById(String processInstanceId);
06-23-2015 03:49 AM
06-24-2015 02:32 AM
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.