![]() | RemWorkflowSuspendWorkflow Method |
Namespace: Paperwork.Connect
public a_GenericResult SuspendWorkflow( string workflowId, string info )
public void SuspendWorkflow() { string workflowId = "AB00010000001578"; string info = "INFO_TEST"; a_GenericResult retval = p.rWorkflow.SuspendWorkflow(workflowId, info); if (retval.ErrorCode != 0) throw new Exception(retval.Message); else Console.WriteLine("İşlem Başarılı."); Console.ReadLine(); }