Portal Community

Opening the EdgeEditModal

Three ways to open the modal for a specific edge:

EdgeEditModal Fields

FieldDescription
ConditionJavaScript expression. Leave empty for unconditional (always true).
LabelText shown on the canvas at the edge midpoint (e.g., "Approved", "Fallback")
PriorityEvaluation order when the source port has multiple outgoing edges. Lower number = evaluated first.
Edge TypeCurved / Smart / Straight — affects visual routing only
Colour OverrideOptional: override the default port-based colour for visual clarity

Re-routing a Connection

To change the target of an existing connection without deleting it:

  1. Hover over the edge near its target end — a small circular handle appears
  2. Drag the handle to a new target port
  3. If the new target is valid, the connection re-routes. If invalid, it snaps back.

Similarly, you can drag the source end to a new source port (on the same or a different node).

Changing the Edge Route (Bezier Handles)

For CustomEdge (bezier) edges, two control point handles appear when you select the edge. Drag these handles to adjust the curve shape without changing the source or target ports. This is purely cosmetic — useful for making complex workflows more readable by manually routing edges around other nodes.