open_desktop
Launch Power BI Desktop on a .pbix or .pbip file, wait for the Desktop Bridge to respond, then return the PID and bridge status. For interactive attach only.
Instructions
UNSAFE-FOR-PIPELINE (interactive attach only): launch Power BI Desktop on a .pbix/.pbip (standard MSI install, the WindowsApps Store layout or the Store execution alias; spawn is console-window-free - Desktop shows its own window) and wait until its Desktop Bridge answers or waitForBridgeSec lapses. Returns pid + bridge availability + manifest; no bridge by the deadline degrades to a clear entry (the Desktop itself may still be healthy). Unattended pipelines must keep using their own queue-managed launch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | absolute path to the .pbix or .pbip to open | |
| exePath | No | explicit PBIDesktop.exe path; omit to probe the standard install + Store layouts | |
| waitForBridgeSec | No | how long to wait for the bridge pipe to answer, in seconds (default 60) |