A directed edge between two node ports.
Endpoints use the node_id.port format (e.g. from: rewrite.success, to: client.in); valid ports are out, success, error, and in.
node_id.port
from: rewrite.success
to: client.in
out
success
error
in
Parsed on the Rust side by parse_edge_endpoint in src/graph/engine.rs.
Source endpoint, node_id.port (typically an out/success/error port).
Destination endpoint, node_id.port (typically an in port).
A directed edge between two node ports.
Endpoints use the
node_id.portformat (e.g.from: rewrite.success,to: client.in); valid ports areout,success,error, andin.Remarks
Parsed on the Rust side by parse_edge_endpoint in src/graph/engine.rs.