Skip to main content

worker_report_step

Function worker_report_step 

Source
pub async fn worker_report_step(
    __arg0: State<ExecutionApiState>,
    __arg1: Path<String>,
    headers: HeaderMap,
    __arg3: Json<WorkerReportStepRequest>,
) -> Result<Json<ApiEnvelope<WorkerAckResponse>>, ApiError>
Available on crate feature execution-server only.