An audience member asks whether the DSL supports conditional edges that jump to one step or another based on success/failure. Julik currently only supports `skip` (skip step and move on, cascading if the next also skips). He's wary of a true `jump_to` because it edges toward Turing-complete control flow, and the next iteration of the system aims to be actual parallel DAGs where `skip` is more idiomatic than jumping. Open to brainstorming.