fetchWorkItem
Get details of a specific work item.
Usage
BPMWorkItemDetailsService.fetchWorkItem(WorkItemDetailsModel,WorkItemID,WorkItemVersioncallback)
Parameters
Parameter | Type | Description |
---|---|---|
WorkItemDetailsModel | WorkItemDetailsModel object | Data model to be used by the service request. |
WorkItemID | String | ID of the work item to be fetched. |
WorkItemVersion | String | Version of the work item to be fetched. |
callback | Function | Callback function to handle success or failure results from the request. |
Copyright © Cloud Software Group, Inc. All rights reserved.