Skip to main content

handle

Function handle 

Source
pub async fn handle(
    state: State<RouterState>,
    __arg1: Path<String>,
) -> impl IntoResponse
Expand description

Task get handler.

This handler responds to GET /api/v1/tasks/:task_id with a deterministic, side-effect-free payload containing the task specification derived from authoritative projection state.