Workflow Soluiton

 View Only
  • 1.  How to extend the runtime for a Workflow project

    Posted Feb 18, 2014 08:42 AM

    I have a workflow project that times out after five minutes.  I've tried changing the timeout parameter within the sessionState tag of the web.config file, but it doesn't seem to have an impact.  Is there some other parameter that can be adjusted to increase the runtime for a workflow project?



  • 2.  RE: How to extend the runtime for a Workflow project

    Posted Feb 18, 2014 09:01 AM

    Not sure, but there may be an IIS app pool setting controlling the timeout as well. I'd check there.



  • 3.  RE: How to extend the runtime for a Workflow project
    Best Answer

    Posted Feb 18, 2014 09:38 AM

    Try boosting the executionTimeout property of the httpRuntime in the web.config. It's usually the 1st thing I increase.



  • 4.  RE: How to extend the runtime for a Workflow project

    Posted Feb 18, 2014 02:03 PM

    Thanks reecardo.  That took care of it.