Witango-Talk: Hard exit

2011-08-16 Thread MC Tay
Hi: I have a Branch call action to module2.taf from module1.taf. Is there a way to do a hard exit within module2.taf and not returning to module1.taf? Thanks! MC To unsubscribe from this list, please send an email to lists...@witango.com with "unsub

RE: Witango-Talk: Hard exit

2011-08-16 Thread Robert Shubert
PM To: Witango-Talk@witango.com Subject: Witango-Talk: Hard exit Hi: I have a Branch call action to module2.taf from module1.taf. Is there a way to do a hard exit within module2.taf and not returning to module1.taf? Thanks! MC To unsubscribe from

Re: Witango-Talk: Hard exit

2011-08-16 Thread Stefan Gonick
The option for now would be to not use branch and return to branch to module2. Instead, use a one way branch and then branch back conditionally. Not knowing your application, you might want to look into using a TCF instead of branching to module2. Stefan At 02:00 PM 8/16/2011, you wrote: >Hi: >

Re: Witango-Talk: Hard exit

2011-08-16 Thread John Carrieri
Hi, You've got it right with a one way branch to Module2.taf. Just put a results html with nothing in it or a message if you want in module2.taf, then follow it with a return action. That stops it in its track, hence my name for it - stop.taf. -John On 8/16/11 11:00 AM, "MC Tay" wrote: > Hi