pub async fn list_execution_history( core: &Arc<AppCore>, workflow_id: &str, page: usize, page_size: usize, ) -> Result<ExecutionHistoryPage>