Remote workflow is getting easier with #1407 and #1418
Currently sos run -r simply execute the workflow on the remote host, or submit it to remote cluster system. There is no way to check the status of the workflow or get the error message.
It is tempting to pipe the output from the workflow to the local host, and allow the use of sos status to check the status of the remote workflow. Not sure how exactly we should do that.