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