Add a transition between stages
add_transition(
spec,
from,
to,
rule = NULL,
seeding = "by_source_rank",
take = NULL,
priority = 1L,
consume = TRUE,
allow_overlap = FALSE,
transition_id = NULL
)Updated tournament_spec.
A tournament_spec object.
Source stage ID, or from_previous().
Destination stage ID.
Transition rule object (optional for MVP graph wiring).
Seeding policy label.
Selector object for transition participant selection.
Transition resolution priority.
Whether selected participants are consumed.
Whether overlap is allowed across transitions.
Transition ID. If NULL, deterministic auto-ID is used.