pub async fn run(
state: &AppState,
tab_id: String,
source_workspace_id: String,
dest_workspace_id: String,
insert_index: Option<u32>,
) -> Result<Value, String>Expand description
Run the RestoreTornOffTab saga. On success, returns
{"source_workspace_deleted": <bool>}.