run

Function run 

Source
pub async fn run(
    state: &AppState,
    workspace_id: String,
) -> Result<Value, String>
Expand description

Run the DeleteWorkspace saga. On success returns {"workspace_id": "...", "deleted_tab_count": N, "deleted_block_count": M}.