Is it possible to force the next boot to be a recovery mode boot with a bluetooth keyboard?
You could do a call to os.system
. Something like:
os.system workspace.fmw --arg_one --arg_two ...
Look in the Log window when you run your workspace and at the very top it will give you the command to run, it's usually in blue and says "Windows command-line to run this workspace:".