cancel
Showing results for 
Search instead for 
Did you mean: 

Reassign Workflow

mandy
Champ in-the-making
Champ in-the-making
how we can do transition while reassigning of task????????
6 REPLIES 6

yogeshpj
Star Contributor
Star Contributor
While we reassign the task it just changes the owner of the task.If you want to do any transition while reassigning you need to write custom code for it.

mandy
Champ in-the-making
Champ in-the-making
then how we implement these code…which bean implement this code…
and which xml file call this code..

yogeshpj
Star Contributor
Star Contributor
Use Workflow service in you back-end bean to do manual transition.

mandy
Champ in-the-making
Champ in-the-making
where is this bean????

yogeshpj
Star Contributor
Star Contributor
You can get workflow service using ServiceRegistry bean.To use ServiceRegistry in your custom bean, you have to inject ServiceRegistry bean in your custom bean.

maddy
Champ in-the-making
Champ in-the-making
i don't get your point. Can you tell me with some example.