get_execution_sequence
Retrieve nodes in execution order from a starting point, following edges by order attribute. Stops at first decision node by default to trace sequential paths in NetworkX graphs.
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) |