Is there a way in a multi-tenant environment to determine if the process is being run locally or from the server and store the value?
I know when you're running the process or if you schedule the process on the web, it can be determined but I was looking for an automated process since I'm hoping to use a branch later on that will do extra steps if the process is being run locally but then not do those steps if it's not a local run.