This is what you need to know about LBPT and BPT process execution:
Processes are executed in IIS:
- Scheduler service is just a proxy for invoking the process
- Scheduler service only executes processes in the local IIS
Processes are executed through a web service call to a specific endpoint
- http://127.0.0.1/<modulename>/_Activityhandler.asmx
- Process handler endpoint only accepts requests coming from 127.0.0.1