Is there a way to uncomplete a standalone task in activiti?
If a task is completed and a history row is added in ACT_HI_TASKINST for that task with END_TIME_ set and DELETE_REASON_ as completed, is there a way we can revert this and "uncomplete" that task?
One way we can think of doing this would be to use custom queries to insert a row in ACT_RU_TASK with data copied from the history row and deleting it from the history table at the same time, but wished to know if there are any suggestions around how can we achieve uncompleting a task once it has been complete.
Thanks