Skip to content

Default Edge

Always routes to the specified next nodeβ€”no condition required.

When to use

  • Linear steps (e.g., Model β†’ Reply).
  • After validation or decision is already made upstream.
  • As the final hand-off in a branch.

How it works

  • If no If edges exist, the Default edge is set by default
  • Only works when there are no conditional branchings