Skip to main content

open_tasks

Function open_tasks 

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