Summary
The user is asking if anyone has downloaded the original workflow definition code from script_mode.tar.gz
for local iteration and suggests adding a feature to flytekit for this purpose. They mention the current ability to run registered workflows with pyflyte run remote-workflow
but propose the need for creating new versions with different names or parameters and registering them in various projects. The user points out challenges in accessing the original code, which may be in an inaccessible git repository, lost, or part of a special template project. They propose a command like pyflyte clone [workflow] /local/path
to help copy and extract the necessary code to a local directory for modification. The user acknowledges that there have been multiple requests for this feature, emphasizing the desire to not only restore the code locally but also to inspect it in a browser.