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
Post a Comment