cancel
Showing results for 
Search instead for 
Did you mean: 

How to view My request

hemamalini
Champ in-the-making
Champ in-the-making
i want to implement MyRequest  feature like in Activiti explorer in my webapplication. How can i see the Myrequest (both running and completed instance) and in which stage it is in if it is not completed.How can i achieve this in Java API
10 REPLIES 10

trademak
Star Contributor
Star Contributor
Hi Sunil,

When you query on tasks with a candidate group you are automatically querying on tasks that are unassigned. Tasks that are assigned, don't have a candidate group / user anymore in the task lifecycle of Activiti.
the method taskCandidateOrAssigned on TaskQuery might return the result you are looking for.

Best regards,