I’m using the User Process Scheduler to schedule and run a BPM that iterates through past due invoices and routes them via APR. The code, itself works, but I’m finding I need to be logged in for it to actually process the invoices through APR. Is there a way it can run without being logged in?
The second issue is I have a condition in APR that will email if good, print if bad.
The printer never manifests anything. I have tried both client printer and server printer, but neither seem to do the trick. (The printer is installed on my client and it’s also installed on the server)
I can do without the printer, but I would really like to get this running without a user having to be logged in.
As a last resort, I’ll create a service account with a large session timeout, leave it logged in on the server, and have that account run it, but I’d rather not.