Skip to content

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.

  • 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(), or Utilization()).
  • 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.

An availability route's settings

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