Run Maestro flow
run_flowExecute Maestro UI test flows by providing inline YAML, file paths, or a directory, with optional tag filtering and environment variables.
Instructions
Run a Maestro flow (delegates to the maestro CLI). Provide exactly one of: yaml (inline), files (paths), or dir. Optional include_tags/exclude_tags (for dir) and env vars.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dir | No | Directory of flows | |
| env | No | Flow variables | |
| yaml | No | Inline flow YAML | |
| files | No | Flow file paths | |
| device_id | No | Device id from list_devices (adb serial like 'emulator-5554', or an iOS simulator UDID) | |
| exclude_tags | No | ||
| include_tags | No |