unallocateWorkItem
Re-offers one or more currently allocated work items to their original offer sets.
Use this operation to re-offer work items from a list that has been previously populated using getWorklistItems or getWorkListItemsForView.
This function can only be used on work items that are in a state from which they can be unallocated. See Work Item State Transitions.
Parameters
Parameter | Type | Description |
---|---|---|
idArray | Array | IDs of the work items to be re-offered. |
worklistServiceModel | WorklistServiceModel object | Data model to be used by the service request. The response updates successfully re-offered work items in worklistServiceModel.workItems. |
callback | Function | Callback function to handle success or failure results from the request. |
Copyright © Cloud Software Group, Inc. All rights reserved.