run

Function run 

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

Run the DeleteTab saga. On success returns {"workspace_id": "...", "tab_id": "..."}.