I’m not sure I totally understand. I’ve got an app folder that contains all the various packages I’ve written for my project. I’ve then got several scripts that I’d like to run sequentially using Pipedream. In each of these scripts, the functions are imported at the start of each script.
When you say deploy the workflow with all the code, do you mean to add all my library code into one mega code which I then keep at the top if each sequential run on Pipedream? If so, then whilst that would work, the readability would be quite poor