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