Using the Run Function

Run is the general purpose function run workflows and nodes. To use run:

moonshine.run(flow="[function_path]", ...)

The flow is a path to the function or workflow being run. The later sections will cover the functions and how to run workflows. The rest of the parameters will depend on the function being run.

Go to Functions to read the docs for all available functions and go to Workflows to read the docs for running workflows.