cancel
Showing results for 
Search instead for 
Did you mean: 

Question for return task

hb342054368
Champ in-the-making
Champ in-the-making
Dear all,
I have one question,

In my workflow, If I assigned one task to A, but A found this task should not belong to him, it means i choose wrong person to do this task,
so for me, I should assign another person B to do this task, but i already complete my task, so what can i do?

hope get your feedback, thanks!
3 REPLIES 3

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi Bin,

You took the action - it is done. You can change the state in the DB. (It is not supported by the API)

Regards
Martin

Hi Martin,

Dose it means activiti cannot fallback task? Thanks.

Best Regards,
Bin Hong

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,

I should assign another person B to do this task, but i already complete my task, so what can i do?
hope get your feedback, thanks!
To solve only this part of the issue you can change task assignee through API org.activiti.engine.TaskService#setAssignee
Regards
Martin