BPM AppServerURL Empty

I know this has been asked before, but I am invoking a BPM from the User Process Scheduler.
I want to know the AppServerURL because I am interacting with directories based on that location from the BPM.

My AppServerURL from the Session object is empty. Could this be because I am using the User Process Scheduler to invoke this BPM?
Is there a work around?

I ended up using System.Net.Dns.GetHostName

1 Like