openNextWorkItem

Open the next work item in the work list and render its form in a specified container element.

Usage

BPMWorklistService.openNextWorkItem(openWorkitemServiceModel,callback)

Parameters

Parameter Type Description
openWorkitemServiceModel OpenWorkitemServiceModel object Data model to be used in the request. The response renders the work item form in the specified openWorkitemServiceModel.formDiv element.
callback Function A callback function to handle success or failure results from the request.