WorkflowElementCompletedEventHandler.completed Method [AX 2012]
Contains the business logic that is required to manage the completion of a given workflow task or approval.
public void completed(WorkflowElementEventArgs _workflowElementEventArgs)
Run On
CalledParameters
- _workflowElementEventArgs
- Type: WorkflowElementEventArgs Class
An instance of the WorkflowElementEventArgs class.
Show: