Closes the workflow process. Item's type must be "Workflow Process".

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

C#
[ObsoleteAttribute("The method will be removed from future releases of IOM.", 
	false)]
public void closeWorkflow()
Visual Basic (Declaration)
<ObsoleteAttribute("The method will be removed from future releases of IOM.",  _
	False)> _
Public Sub closeWorkflow
J#
/** @attribute ObsoleteAttribute("The method will be removed from future releases of IOM.", false) */
public void closeWorkflow()
JScript
public function closeWorkflow()

See Also