Skip to main content

completeTask

Complete a task with taskId and optional variables. Returns the task.

completeTask(
taskId: String!
variables: [VariableInput!]!
): Task!

Arguments​

taskId (String)​

variables (VariableInput)​

Type​

Task​

Describes the User task.