Complete a work item by submitting the operator response
Completes a work item by submitting the operator response.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Path parameters
id
Work item UUID
Request
request body
finishState
Opaque finish state string emitted by the view component.
variables
Flat key-value pairs representing the operator’s raw submission. Omitted for read-only task types.
Response
Work item completed successfully
id
Unique identifier (UUID) of the work item.
name
Human-readable name of the work item.
summary
Brief summary of the work item.
status
Current status of the work item.
groups
Access control groups.
appId
Application identifier that is creating the work item.
resourceId
Resource identifier for tracking across application boundaries. Combined with appId to enforce uniqueness constraint.
rootExecution
Root execution metadata for the detail view header.
execution
Execution that invoked createWorkItem.
view
Relative URL path to the UI view for this task.
variables
Variables for the renderer.
metrics
Work item operational metrics.
createdAt
ISO 8601 creation timestamp.
isIncomingClaimChecked
Whether the incoming variables are stored as a claim check (large data).
updatedAt
ISO 8601 last updated timestamp.
description
Optional detailed description of the work item.
Errors
500
Internal Server Error