Flow Rendering Example

Intelligent Advisor Flows was only made available to select customers, and will not be made Generally Available.

A sample is provided that renders a provided flow project called Student Benefits. The flow is built upon a flow scheme called Scheme for Student Benefits. The Student Benefits project is similar to the Policy Modeling example StudentBenefits and some familiarity with that example would be helpful to understand the differences in how Policy Modeling interviews and flows are authored and implemented.

Compared to the default web interview flow scheme, Scheme for Student Benefits defines a few additional controls and custom data actions, and defines some global input data. The included TypeScript project for this demonstration interacts with the Flow Engine API which exposes the kind and integration id of each of the controls as defined in the flow scheme, and uses Preact to render them.

The files for the sample, including documentation, are available in GitHub: https://github.com/oracle-samples/ia-tools-samples/tree/main/samples/flows/student-benefits