03-07-2018 10:02 PM
I am using activiti6.0 new and how can i withdraw a completed task ,I have found some solutions ,they tell me to use "definition.getActiviti(execId)",but i did not find this method in activiti6.0.So i need some help! If u have other ideas ,thanks for your hint!
03-08-2018 06:19 AM
I am not sure what it would mean to 'withdraw' a task, especially a completed task? Would it mean that the task does not need to be completed and can be skipped? If the task is already completed why would you need to skip it? Do you mean something like a delete? If so perhaps Cancel/Skip running task or are worth looking at.
03-09-2018 01:35 AM
Thank u,and this is my meaning .There are 2 group tasks ,task 1 has bean completed,then is goes to task 2,but there has been no one claimed task2.Now, i find some errors in task1, so i want to make the active activity back to task1 and deal with task1 again.
03-09-2018 03:21 AM
03-09-2018 10:48 AM
Thank you very much ! I am going to try it.
03-09-2018 11:03 AM
And where can i find complete java docs like org.activiti.bpmn.* and others , i just find apis about org.activiti.engin.*
03-09-2018 11:35 AM
You can see the actual classes on github - Activiti/BpmnModel.java at develop · Activiti/Activiti · GitHub
Explore our Alfresco products with the links below. Use labels to filter content by product module.