update_task_state
Update a task's state in ReliaQuest GreyMatter by providing the task ID and desired new state, enabling workflow management and incident response progress changes.
Instructions
Tasks · mutation updateTaskState. Variables: after, filter, first, order, input. Example variables: {"after":"T18w","filter":{"created":{"earliest":"2026-05-01T00:00:00.000Z","latest":"2026-05-01T00:00:00.000Z"},"types":["PUBLIC"]},"first":10,"order":{"direction":"ASC","orderBy":"CREATED_AT"},"input":{"newState":"CANCELLED","taskId":""}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | GraphQL: String | |
| first | No | GraphQL: Int | |
| input | Yes | GraphQL: UpdateTaskStateInput! | |
| order | No | GraphQL: TaskCommentOrder | |
| filter | No | GraphQL: TaskCommentFilter | |
| customer_slug | No | Override the x-reliaquest-customer (OpCo) header. |