completeWorkItem

Completes a work item (and updates the associated input and output data).

Note: There is a completeWorkItem operation in three services:
  • WorkItemManagementService (the one described here) - Use this service if the user task was designed to not open a form nor start a pageflow. This would typically be used only in special use-case client applications -- see openWorkItem.
  • WorkPresentationService - Use this service if a form was opened, or a pageflow was started, when the work item was opened with the openWorkItem operation. This is typically called in response to a user clicking the Submit button on a work item form.
  • ClientService - Use this service if the work item was opened with the openWorkItem operation in the ClientService, which is an alternative way of opening a work item that starts a pageflow.
  • The request must specify the work item that should be completed.
  • The response indicates whether or not the operation succeeded.
Note: If you are completing work items that are chained, use the completeWorkItem operation in WorkPresentationService instead of this one.
Required System Action
None.
API Descriptions