Forum Discussion
omatzura
17 years agoSuper Contributor
Hi!
you can just save it to the context, which is a StringToObject map, ie in step 2
context.myObj = ...
and in step 4
def myObj = context.myObj
regards!
/Ole
eviware.com
you can just save it to the context, which is a StringToObject map, ie in step 2
context.myObj = ...
and in step 4
def myObj = context.myObj
regards!
/Ole
eviware.com