Since a user neither workflow supervisor nor sysadmin, how can I delegate a task?
Hi Vinod,
Could you please explain your scenario a bit more. Are you trying to allow a performer of a workflow to delegate the task? If so, whether both of them are within the same group?
Hi Shivac,
Actually i want to delegate a user's task without having any relation, Consider a business case like, Department admin can delegate his department user's task to users who is belongs to same his dept.
Created task list query to display all user's task, then i filtered tasks based on the use what he selected, so here i am getting a tasks for a particular user, then i am using java service to delegate... here the user must be either workflow supervisor or system admin to delegate.
Hope its a solution
Did you configure the workflow activity to allow user to delegate? The user should be able to delegate if this is enabled.
yes, working fine... but while delegating the task i am trying to creating some objects inside a folder, but since that person don't access on that folder that process gets failed so, Is there any tricks to get admin access on that folder?
I would write a workflow/server method. This allows you to run the method as server and have admin access to repository.