server.web.routes.v1.fsm.workflow_run ===================================== .. py:module:: server.web.routes.v1.fsm.workflow_run .. autoapi-nested-parse:: Routes for WorkflowRuns. Attributes ---------- .. autoapisummary:: server.web.routes.v1.fsm.workflow_run.logger Functions --------- .. autoapisummary:: server.web.routes.v1.fsm.workflow_run.set_status_for_triaging Module Contents --------------- .. py:data:: logger .. py:function:: set_status_for_triaging(workflow_run_id: int) -> Any Two triaging related status sets. Query all task instances that are submitted to distributor or running which haven't reported as alive in the allocated time, and set them for Triaging(from Running) and Kill_self(from Launched).