reorder_cells
Rearrange execution order of runbook cells by providing the complete list of cell IDs in the desired sequence.
Instructions
Set the execution order of cells. Provide all cell ids in the desired sequence.
Args: runbook_id: The runbook to reorder. cell_ids: All cell ids in the desired order, e.g. ["c3", "c1", "c2"].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cell_ids | Yes | ||
| runbook_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |