Correct way to call windows executable from prefect

Hi,
what would be the correct way to call a windows executable from a prefect flow? I have the same executable called with python’s subprocess.run() and it works but when calling it from prefect it hangs on-completion and there’s no way to recover it.
I was looking at the api docs and found processutils.

is this something I should be using?