add_edge
Adds a connection between two nodes in a NetworkX graph, enabling directed relationships with optional ordering and conditions for state and decision modeling.
Instructions
Add an edge with order and optional condition.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graph_id | Yes | ||
| from | Yes | ||
| to | Yes | ||
| order | No | ||
| condition | No | ||
| properties | No |