Hi Simone,1) Instead of using redirectTo, set up a page with a link to the external site (like a jx page), then use sendPageAndWait to send this page to the user, he will click on the link, go to the external site and all the rest, while your flow will be suspended until the external site will redirect him to your continuation and the flow will restart. This is a clean solution, but involves one more step for the user. wouldn't a nicer way to be to call a webservice? So for example:
var webServiceVal = cocoon.callWebservice(bizData.fname etc etc etc) try { if (webServiceVal == true) { }else{ } } catch (e) { //Some problem has occured msg2 = e.toString(); } How do I call a webservice and pass it parameters in flowscript? Andrew |
- Re: Flowscript continuation from external reply Simone Gianni
- Re: Flowscript continuation from external reply Andrew Madu
- Re: Flowscript continuation from external rep... Simone Gianni
- Re: Flowscript continuation from external... Andrew Madu
- Re: Flowscript continuation from exte... Simone Gianni
- Re: Flowscript continuation from... Andrew Madu
- Re: Flowscript continuation from... Andrew Madu
- Re: Flowscript continuation from exte... Bertrand Delacretaz