getProcInstComments

Retrieves comments that had been previously added to a process instance.

Required System Actions

queryAudit

Usage

BPMCommentService.getProcInstComments(model, callback)

Parameters

Parameter Type Description
model CommentModel The data model to be passed to the $scope object.

Identify the process instance by providing a process instance ID in CommentModel.reference.

The response populates CommentModel.data.

callback Function Callback function to handle success or failure results from the request.