getWorkItemHistory

Get the audit trail for the currently selected work item.

Usage

BPMWorkItemHistoryService.getWorkItemHistory(WorkItemHistoryModel,callback)

Parameters

Parameter Type Description
WorkItemHistoryModel WorkItemHistoryModel object Data model to be used by the service request. The response populates WorkItemHistoryModel.historyDataList with the audit trail for the currently selected work item.
Note: WorkItemHistoryModel.historyDataList is an array of type WorkItemAudit.
callback Function Callback function to handle success or failure results from the request.