05-10-2016 06:42 AM
05-10-2016 06:50 AM
/**
* Deletes the given task, not deleting historic information that is related to this task.
*
* @param taskId
* The id of the task that will be deleted, cannot be null. If no task exists with the given taskId, the operation is ignored.
* @throws ActivitiObjectNotFoundException
* when the task with given id does not exist.
* @throws ActivitiException
* when an error occurs while deleting the task or in case the task is part of a running process.
*/
void deleteTask(String taskId);
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.