ExecuteWithParams - putting attribute values in PageFlowScope?
I've a task flow that includes an ExecuteWithParams method call activity. Things are set up so it will always return no more than 1 row.
What i need to do is put some of the attribute values in the row returned by the ExecuteWithParams in PageFlowScope params, as these values will be used later in the task flow.
is there a way to have an ExecuteWithParams activity set such params based on the returned row? or is there some other way?
I'm using 11g.
Thanks for your help.