Starts 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 startWorkflow()
Visual Basic (Declaration)
<ObsoleteAttribute("The method will be removed from future releases of IOM.",  _
	False)> _
Public Sub startWorkflow
J#
/** @attribute ObsoleteAttribute("The method will be removed from future releases of IOM.", false) */
public void startWorkflow()
JScript
public function startWorkflow()

See Also