getEventView

Get the audit trail for the process instance associated with the currently selected work item.

Required System Actions

None

Usage

BPMEventViewService.getEventView(EventViewModel,callback)

Parameters

Parameter Type Description
EventViewModel EventViewModel object Data model to be used by the service request. The response populates EventViewModel.eventDataList with the audit trail for the current process instance.
Note: EventViewModel.eventDataList is an array of type ProcessInstanceAuditEntry.
callback Function Callback function to handle success or failure results from the request.