get_execution_sequence
Retrieve nodes in execution order from a specified start node, following edges by their order attribute. Stops at the first decision node by default to provide a clear execution path.
Instructions
Get nodes in execution order from a start node, following edges by order attribute. Stops at first decision node by default. Returns sequence of nodes with their details.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graph_id | Yes | ||
| from | Yes | Starting node ID | |
| until_decision | No | Stop at first decision node (default: true) |