Alright, with all the Groovy activity going on lately, I had a simple question,
perhaps it is "too" obvious and I'm missing it.
Given the following Pipeline and Flow:
<map:match pattern="*.gsp">
<map:generate type="script" src="{1}.gy"/>
<map:serialize type="xml"/>
</map:match>
function main() {
...
sendPageAndWait("confirm_register.gsp", {"bizdata" : bizdata});
...
}
How would one go about getting:
a) The bizdata object
b) The continuation id
Or is it not possible yet since we're on the bleeding edge? ;)
Regards,
Tony