Workflow and ServiceDesk Community

 View Only
  • 1.  Timeout Exception Trigger

    Posted Aug 20, 2013 04:41 PM

    Is there any way I can trigger an exception with a timeout? The global exception trigger doesn't seem to be able to catch timeouts.



  • 2.  RE: Timeout Exception Trigger

    Posted Aug 21, 2013 12:01 AM

    Can you provide more details what exactly you are looking for ?

     

    Regards,

    Saeed 



  • 3.  RE: Timeout Exception Trigger

    Posted Aug 21, 2013 12:39 AM

    Exit



  • 4.  RE: Timeout Exception Trigger

    Posted Aug 21, 2013 01:07 PM

    I'm asking if theres a way to set up an exception in a web form workflow that triggers when theres a timeout. I'm not really sure how else to word it.



  • 5.  RE: Timeout Exception Trigger
    Best Answer

    Posted Aug 21, 2013 01:32 PM

    If we're talking about a "thread" timeout, you couldn't really catch that, because your thread has died, and there'd be nothing to redirect to.

    As far as a Dialog comp type timeout, no, we have nothing like that either... unless you throw an exception along the timeout path (like using a Divide Values comp to divide by zero)



  • 6.  RE: Timeout Exception Trigger

    Posted Aug 21, 2013 03:52 PM

    Ok, thank you.