![]() | RemWorkflowAcceptUserWorkitem Method |
Namespace: Paperwork.Connect
public a_GenericResult AcceptUserWorkitem( string workitemId, string aUserName )
public void AcceptUserWorkitem() { string workitemId = "AC00010001290C9A"; string userName = "Super User"; a_GenericResult retval = p.rWorkflow.AcceptUserWorkitem(workitemId, userName); if (retval.ErrorCode != 0) throw new Exception(retval.Message); else Console.WriteLine("İşlem Başarılı."); Console.ReadLine(); }