Sendback to already completed Task of processInstance in Activiti -


how can send task marked complete in process instance.i trying use activiti engine apis achieve not find directly.

i expecting like

processengine.gettaskservice().sendback(task.getid()); 

any on appreciated.

by adding sequence flow every other step exclusive gateway , conditional expression sendback achievable.


Comments

Popular posts from this blog

mongodb - Struggling to get ordered results from the last retrieved article, given array of elements to search in -

c# - Pausing a storyboard on TabItem mouse over -

c# - Attribute value in root node of xml Linq to XML -