There are two ways to configure Maestro and Maestro Cloud:
- With a root
config.yaml
file that is present in the workspace root. Typically this would be.maestro/config.yaml
- Config section for a given Flow. This is the top section in the flow file, above the
---
marker.
For example, you specifyappId
among with other things.
{% content-ref url="workspace-configuration.md" %} workspace-configuration.md {% endcontent-ref %}
{% content-ref url="flow-configuration.md" %} flow-configuration.md {% endcontent-ref %}