Page 1 of 1

Wait for task : output code

Posted: Thu May 23, 2013 10:50 am
by Vara04
How to know, when there is a timeout in task item ("Wait for task" for example), if the item continue after timeout or after the end of the task ?
Maybe a solution is to add a variable to save the state of end of the waiting task item (in "Wait for task") ?

Re: Wait for task : output code

Posted: Thu May 23, 2013 11:09 am
by Oleg
If timeout is over then the action generates the error "Timeout is over"
By default this terminates the task execution.
Of course you can handle this error by using error handler

Re: Wait for task : output code

Posted: Thu May 23, 2013 11:36 am
by Vara04
Ok
I did not notice that there was this possibility.