run

Function run 

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

Run the PromoteBlockToTab saga. On success, returns {"new_tab_id": "..."}.