This is blocked by #876
Currently we run workflows with the CLI using hera-workflows buildExecute <workflow_name>. This builds the luigi("python package that helps you build complex pipelines of batch jobs") code and then executes it. It is rare to just build the workflow since the generated code is not readable at all. There should be hermes jsons example in the repo's documentation folders.
This is blocked by #876
Currently we run workflows with the CLI using
hera-workflows buildExecute <workflow_name>. This builds the luigi("python package that helps you build complex pipelines of batch jobs") code and then executes it. It is rare to just build the workflow since the generated code is not readable at all. There should be hermes jsons example in the repo's documentation folders.