Retrieves work item data by a specified work item ID.
WFAutomaticWorkItem object.
IWFWorkflowService svc = GetWorkflowService() string workItemID = ..// for example, "54A648A0A3004A02981E7F0848820FE7"; try { WFAutomaticWorkItem wItem = svc.GetProcedure(workItemID); } catch( Exception ex) { Console.WriteLine("Failed! " + ShUtil.GetSoapMessage(ex)); }
3.2.0.4 and higher