Skip to main content
POST
Complete task

Path Parameters

taskId
string
required

The unique identifier of the task to complete.

Body

application/json
result
any

The result data from the task's execution.

Response

Task completed successfully.

nextTaskId
string | null
required

The ID of the next task in the workflow, if any, or null.