Example: E1 Form Data Structure API

E1FormDataStructure formDataStructure = (E1FormDataStructure) ADFContext.getCurrent().getPageFlowScope().get("formDataStructure");

See Table A-1 in Creating a Task Flow for more information.

You can get the values out of the structure by ID, and save them to variables. The getValue(class) method will return the value as the type requested. You still must be aware of the type of data you expect in each form interconnect or you may have casting exceptions.