Workflow::findLastWorkflowTrackingRecord Method [AX 2012]

Finds the last tracking record for the workflow instance that is identified by the correlation parameter.

Syntax

server public static WorkflowTrackingTable findLastWorkflowTrackingRecord(WorkflowCorrelationId _correlationId)

Run On

Server

Parameters

Return Value

Type: WorkflowTrackingTable Table
The last tracking record for the corresponding workflow instance. This method only returns a tracking record triggered from a workflow action taken by a user (not the system).

See Also

Reference

Workflow Class