BPMWorklistService
The BPMWorklistService provides operations that allow you to display the contents of a user's work list or work view; to allocate, re-offer or open work items from the user's work list; or list all work items associated with a specified case.
BPMWorklistService operations are used by the work-list business component.
- OpenWorkitemServiceModel
OpenWorkitemServiceModel is the object model used by BPMWorkListService operations to pass data in service requests and responses when opening a work item. - WorklistServiceModel
WorklistServiceModel is the object model used by BPMWorkListService operations to pass data in service requests and responses about work lists. - allocateWorkItem
Allocates one or more work items to specific users. - getViewsForResource
Return the list of work views to which the calling user has access. - getWorklistItems
Gets the work item list for an organization model entity. - getWorkListItemsForGlobalData
Lists all work items associated with the specified case. - getWorkListItemsForView
Gets the work item list for a specific work view. - openNextWorkItem
Open the next work item in the work list and render its form in a specified container element. - openWorkItem
Open a work item and render its form in a specified container element. - unallocateWorkItem
Re-offers one or more currently allocated work items to their original offer sets.
Copyright © Cloud Software Group, Inc. All rights reserved.