pub async fn tasks(
store: &impl EventStore,
workspace_id: Option<&str>,
limit: Option<u32>,
) -> Result<Vec<TaskSummary>>pub async fn tasks(
store: &impl EventStore,
workspace_id: Option<&str>,
limit: Option<u32>,
) -> Result<Vec<TaskSummary>>