Hi! We have a script taks with a exception flow , we have configured the timer with this:
If the script task delay more than 15 second it has to go in flow exception, but it doesnt
Any option??
Regards,Rebeca
Discussion posts and replies are publicly visible
Why are you planning a design around a script task exception?What's driving that long duration?
how is your process always successful if you sometimes skip this task?
This scriptTask calls a rule expression, this rule expression fills cdts calling two integrations...and it delays sometimes 5second and another times two minutes and we need to avoid the 2 minutes with this flow exception, with the timer.
I understand that it's easier said than done - but the focus should be on aligning the external web service performance with your needs. Generally, I don't use exceptions on script tasks as it feels like planning for failure, which goes against my principles.
Also, again, how is your process designed to work correctly if, some of the time, certain web services inputs are missing. Are these inputs optional?