Hey everyone. If I want to have my flow set up in a 'flows' folder, and then have that flow import 2 tasks from a different file, how would I go about that? What kind of import statement would I need to add at the top of my file?
k
Kevin Kho
02/01/2022, 6:40 PM
It should be whatever import works locally, but the dependencies need to be in the execution environment. For example, if you are running locally, you can supply a working directory to run your Flow from
If you use some other execution environment, you need to package the dependencies in a container