09-16-2010 07:37 AM
09-17-2010 04:20 AM
09-17-2010 10:18 AM
The process will actually be stuck, since there is no way to continue anymore through that path.
09-17-2010 10:21 AM
The process will actually be stuck, since there is no way to continue anymore through that path.Noted. Is that means the process instance is always active in this case?
Closing the task, while providing a reason (eg 'task invalid, John already did this for me') is cleaner and a more traceable approach.Is that means provide a way for user to terminate the process (Let's say the user initiates a process by mistake)?
09-20-2010 03:58 AM
Noted. Is that means the process instance is always active in this case?
Is that means provide a way for user to terminate the process (Let's say the user initiates a process by mistake)?
/** 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 ActivitiException when no process instance is found with the given id.
*/
void deleteProcessInstance(String processInstanceId, String deleteReason);
09-20-2010 09:44 PM
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.