Hey, I am new to Flowable, have simple query mentioned down below in a example.
Given Example,
If a users applies for holidays to his manager. Now manager has the some task at his bucket to either approve or reject.
I am able to get the pending approval task from managers perpective as they are assigned to manager.
But I want from users perspective what task I have generated for his manager to approve.
How can I get this using TaskQuery/Java Code??
Thanks in advance