high-kitchen-90454
10/17/2024, 12:08 PMalert-oil-1341
10/17/2024, 12:12 PMhigh-kitchen-90454
10/17/2024, 12:48 PMhigh-kitchen-90454
10/17/2024, 12:50 PMtall-lock-23197
high-kitchen-90454
10/18/2024, 1:06 PMwf_ctx_builder = FlyteContext.current_context().with_compilation_state(wf.compilation_state)
with FlyteContextManager.with_context(b=wf_ctx_builder):
some_task = some_task(*args1)
cond = (
conditional("conditional_execution")
.if_(some_task.is_true())
.then(other_task(*args2))
.else_()
.then(third_task(*args3)
)
high-kitchen-90454
10/18/2024, 1:08 PMhigh-kitchen-90454
10/18/2024, 1:09 PM