WorkflowCancelManager.run Method [AX 2012]

Contains the code that does the actual job of the class.

Syntax

public void run(Args _args)

Run On

Called

Parameters

  • _args
    Type: Args Class
    The arguments for the WorkflowCancelManager class.

Remarks

The update document override will be invoked for the derived classes to update the state of the underlying workflow document.

See Also

Reference

WorkflowCancelManager Class