Is there a way to get some output back to the interface after executing a!startProcessLink(), or a way to update some variable inside the interface to insure process has been executed
Discussion posts and replies are publicly visible
Not directly. The started process runs disconnected from the current interface, and the interface is refreshed after the user completes the other process without knowing anything.
You could persist some data to the DB and query that to know that something happened.