Async workflow does not continue once user logs out
Hello all,
Trying to get to the bottom of a rather troublesome problem, and hoping folks here can be of assistance.
Essentially, we have an async workflow that generates PDFs and sends a link to the download location by email. This workflow is invoked through an invokeworkflowasync command. At least two, sometimes more, ArcGIS services from a local ArcGIS server are consumed by this workflow, and due to the size and complexity of data, reports can sometimes take a few hours to run through. The workflow succeeds if the user that initiated it remains logged in, and just stops processing immediately if the user logs out. Closing the browser without logging out allows the workflow to continue running.
Any thoughts on where to look? The ArcGIS services are secured, with credentials in the site web.config and referenced in workflow, and the Essentials site is secured with the GeoCortex Identity Server.
Thanks,
Colin
-
Hi Colin,
I'm potentially steering towards the same situation that you were/are in; did you come right with this issue?
Thanks,
Arie.
0 -
In our case the issue was resolved with custom code from Latitude; a new server security provider was added, and this is used to execute reports, whereas before the logged in user identity was used.
Cheers,
Colin
0 -
Thanks Colin.
0
Please sign in to leave a comment.
Comments
3 comments