Hello! I am creating a proof of concept for my team using Prefect. I am not sure how to implement something, hope this is the right place to ask.
I am stringing together 3 tasks in a flow. I want them to run one after the other, but none of them output anything (they interact with external services). Can I do this using the functional API, or do I have to use the Imperative API since there is no data dependency that I pass along?