ItemcancelWorkflow Method |
Note: This API is now obsolete.
Cancels the workflow process. Item's type must be "Workflow Process".
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntax[ObsoleteAttribute("Obsolete since 8 SP2. The method will be removed from future releases of IOM. Please use apply("CancelWorkflow", ...) instead.",
true)]
public void cancelWorkflow()
<ObsoleteAttribute("Obsolete since 8 SP2. The method will be removed from future releases of IOM. Please use apply("CancelWorkflow", ...) instead.",
true)>
Public Sub cancelWorkflow
/** @attribute ObsoleteAttribute("Obsolete since 8 SP2. The method will be removed from future releases of IOM. Please use apply("CancelWorkflow", ...) instead.",
true) */
public void cancelWorkflow()
public function cancelWorkflow()
See Also