openWorkItem

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

Required System Actions

None

Usage

BPMWorklistService.openWorkItem(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 BusinessActionsServiceModel.formDiv element.
callback Function A callback function to handle success or failure results from the request.