ProcessStatus:
    | "unknown_status"
    | "error"
    | "starting"
    | "running"
    | "completed"
    | "cancelling"
    | "cancelled"