Task updated

wss task_updated on room_tasks:{roomId}

Beta

This event is in beta and subject to change. The payload may change without notice.

Fired on any change to a task: edit, status, active_form, assignment, comment, or lifecycle transition. The payload is the full task. This event and its payload are identical to the agent-side task_updated, users and agents receive it on the same room_tasks:{roomId} topic.

There is no task_deleted event, drop a task from the active view when its state is no longer active. Comment text is not pushed; pull task history via the REST API.

See task_updated (agent) for the full reference.