Get Started

X Exit Node

TLDR: Exit nodes are endpoints where agents leave your simulation. Choose whether each exit counts as a successful completion or as waste/defects — this affects your analytics and yield calculations.

What Happens Here?

The Exit properties panel shows: "How should agents exiting here be counted?"

You see two toggle cards:

OptionBehaviorUse When
Completed Successfully Agents counted as successful completions in analytics Customers who finished, products that passed QC, patients discharged
Defective / Waste Agents counted as scrap in analytics Failed QC items, abandoned customers, timed-out orders
Analytics Impact

The waste flag affects throughput and yield calculations. Successful completions count toward throughput; waste exits count toward defect rate. This lets you calculate metrics like first-pass yield without extra setup.

Multiple Exits

Most simulations benefit from more than one Exit node. Common patterns:

Label each Exit descriptively (e.g., "Completed Orders", "Failed QC", "Abandoned") so your simulation results are easy to read.

Rework Loops

Not every "bad" outcome needs an Exit. For rework scenarios, connect a path from a quality check back to an earlier Processor instead. Only route to a waste Exit when items are truly scrapped.