I have a large workflow that takes in data from dropbox, and spits out a bunch of PDF reports. I'm uploading it to our server gallery (takes a surprisingly long time, like 4-5 minutes), and when I run it in the gallery I get the error:
"Server Error: 500 Server Error Timed out in InboundNamedPipe::ReadFile: after 30000 milliseconds"
Sounds like it times our reading in a file? I don't know why anything in here would take over 30 seconds to open, but even if it does is there a wayto extend the timeout period?
It works fine when I run it in designer on my laptop.