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

c# - Pausing a storyboard on TabItem mouse over -

erlang - Saving a digraph to mnesia is hindered because of its side-effects -

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