Methods / Process Definition Methods |
Web Services
Undoes a check-out for a process definition. This method returns the status of a process definition from CheckedOut to Released without making changes to the process definition, or changing the version number.
public virtual void UnCheckOutProcDef(string processTemplateID)
Name | Description |
---|---|
processTemplateID |
|
None.
try { IWFWorkflowService svc = GetWorkflowService(); string processTemplateID = … string processDefinitionXML = svc.UncheckoutProcDef(processTemplateID); } catch (Exception ex) { Console.WriteLine("Message:\n" + ShUtil.GetSoapMessage( ex ) ); }
3.2.0.4 and higher