Update work item data, results and status
- Zuletzt aktualisiert2021/09/03
Update work item data, results and status
Send a PUT request to update work item data, results and status.
Prerequisites
- AAE_Queue Admin role
- You need a user account with the AAE_Queue Admin role to query and manage workload queues and work items in an Control Room.
- JSON Web Token (JWT)
- All Control Room APIs require a JSON Web Token (JWT) to access the APIs. Generate an authentication token using the Enterprise 11 Authentication API.
Important: This API feature works in Control Room Version
11.3.2 and later.
- URL:
http://<your_control_room_url>/v2/wlm/queues/{id}/workitems/{id}
- Method: PUT
Status migration table
Existing Status | Can be moved to |
---|---|
Active | Unsuccessful |
Data error | Deleted, Marked as complete, Ready to run |
On hold | Deleted, Marked as complete, Ready to run |
Ready to run
Note: Queued workitems
cannot be moved to any other state.
|
Deleted, On hold, Marked to complete |
Complete |
Deleted
Note: Cannot be moved to
Marked as complete or
Ready to run.
|
Note:
- Use the Swagger definition files installed with your Control Room to test the APIs. View the available Swagger APIs at
http://<your_control_room_url>/swagger/
. - You can also use a REST client to complete this task.