Skip to main content

Hi,


The WorklistItem.OpenWorklistItem() takes in several parameters. What does the parameters bool Alloc,bool IgnoreStatus, string ManagedUser, string SharedUser hold. Has it got any special meaning? Is ManagedUser or SharedUser the worklist owner?


While opening the OpenWorklistItem method with all parameters, do I need to impersonate the worklist owner?


connection.ImpersonateUser("worklistitemowner");


SourceCode.Workflow.Client.

WorklistItem wli = con.OpenWorklistItem("2624_66", "ASP", false, false, @"domainnameusername", @"domainnameusername");


After that can I redirect/delegate the task to some other user?


The redirect/deleaged task is reflected in K2 Workspace but not in Sharepoint. 


Kindly comment.


 


Thanks & regards,


Phanibabu Kandala

Reply