Hi, All. I have a question about using Runner/Trigger to run a series of flows. Here is the problem. I have a parent experiment that needs to
1. run a series of child experiments. each on a set of days.
2. summarize all these experiments, write some report
these child experiments can be completely paralleled.
• I may use Runner, but the doc says it is equivalent to local runs, which doesn't work for me in production.
• I may use trigger. but then it's hard to test locally.
any suggestions on what should I do?