pub trait WorkflowLogViewer { // Required method fn view_logs( &self, workflow: Option<String>, follow: bool, ) -> Result<WorkflowLogsResult>; }