Execute Process from different app

How do I run a process from a different app? Example, we have a TFS build that kicks off tests, at the end of that build, we want to run a process built by UiPath

I don’t know if this will answer your question, but you can run a .xaml file through command line.

for example,

You could probably also use a line to run it from a remote machine too, like in Powershell.

Thanks.