pub async fn run(
state: &AppState,
block_id: String,
source_tab_id: String,
source_workspace_id: String,
) -> Result<Value, String>Expand description
Run the TearOffBlock saga. On success, returns
{"new_workspace_id": "...", "new_tab_id": "..."}.