Availability Route
An availability route sends an entity only to a destination that can currently accept it. Several availability routes can leave one source; they are tried in priority order, and pair well with a renege route for entities that never find room.
Options
Section titled “Options”- Availability check: what counts as available: the destination has buffer capacity, a resource is available, or a custom expression you write (using functions like
FreeCap(),FreeUnits(),Contents(), orUtilization()). - Capacity threshold: how much free capacity is required (default
1). - Resource requirements: the resources and quantities that must be free, when checking resource availability.
- Priority: the order in which this route is tried against the other availability routes from the same source.

For the Cost, Action Logic, and Seed tabs, see Cost, Logic, and Seed.

