WorklistServiceModel

WorklistServiceModel is the object model used by BPMWorkListService operations to pass data in service requests and responses about work lists.

Attributes

Name Type Description
templateData Object Object used to obtain data from and return data to the calling template.
templateData.workListViews Array List of work view objects, populated by a getViewsForResource call.
templateData.workItems Array List of work item objects, populated by either a getWorklistItems or getWorkListItemsForView call.
templateData.startPosition Number Index of the first item in the list.
templateData.endPosition Number Index of the last item in the list.
templateData.totalItems Number Total number of items in the list.
templateData.customData Object
See the following topics for specific information on how BPMWorkListService operations use the WorklistServiceModel object model: