Hello everyone, I have a question. Suppose I build...
# ask-the-community
a
Hello everyone, I have a question. Suppose I build a workflow that follows this logic: A >> B >> C >> D and C takes in external input. What i want to do, is to enable users to put in different inputs on C and it will re-trigger D. How do I go about doing that using flyte? I tried to re-run only C but it does not trigger D. Do i need to use condition or something to do it? FYI the output from A & B DO NOT change.
k
Just run the entire workflow again and turn on cache for A and B, pass some new inputs to c and everything should happen as you expect. Stop thinking like airflow 😂
a
HAHA ok thanks! oops got found out 😂. Thanks @Ketan (kumare3)
k
Albert this is Flyte - 😂
But to be honest, if you were not wrongly trained by airflow, wouldn’t it be more natural to run everything without having to think what it should do and do not
148 Views