workListData Object
workListData is the object used to provide work list data to the <bpm-work-list> business component.
Attributes
Name | Type | Description |
---|---|---|
guid | String | GUID of the BPM user whose work list is to be displayed |
workViewId | String | (Optional) ID of the work view that is to be displayed. |
pageSize | Number | Number of work items to be displayed in each page of the work list. |
workItemType | String | Type of layout to be used to display the work list - either card, list or table. |
workItems | Array | List of work items in the specified work list. This array is populated by either the getWorklistItems or getWorkListItemsForView BPMWorklistService operations. |
start | String | Start position in the workItems array. |
formDiv | String | Name of the <div> element that is to be used to render the contents of the work list. |
caseReference | String | Case reference for which work items should be displayed. |
See bpm-work-list for more information about how the workListData object is used.
Copyright © Cloud Software Group, Inc. All rights reserved.