Dovico.TrackITAPI.CWorkflow.GetInfo(System.String,Dovico.TrackITAPI.CStateInfo)
Function Overview:
Returns information related to the workflow specified by getinfo.xsd in an xml format. Information returned includes available and assigned employees and available and assigned managers.
Parameter List:
sXml - string - xml containing ID of item to retrieve data for in the format getinfo.xsd
siState - CStateInfo - State information needed to process the transaction
Returns
Information related to the item in an xml format.
Example:
// initialize a string of xml containing the ID of the workflow to retrieve information for
string sXml = "<GetInfo:ID xmlns:GetInfo=\"http://www.dovico.com/schemas/getinfo.xsd\">1129</GetInfo:ID>";
// call the method
string sWorkflowInfo = wsapi.MethodInvoke("WorkflowGetInfo", sXml, stToken);