Task

Process Now

Trigger immediate processing of a task, bypassing any scheduled wait. For tasks linked to an external system, this also attempts to sync the external state.

post/api/v1/tasks/{task_id}/action/process

Path parameters

task_idstring required

The ID of the task to process now.

Request body

Response

The TaskActionsServiceProcessNowResponse returns the task view after triggering immediate processing.

Changes