An ACF graph is a directed acyclic sequence of ACF kernels. In Visual Graph Tools, a developer can create a graphical representation of a graph, define all elements and connections, and generate the source files with metadata and code wrappers required by ACF.
| Step | Action | Refer to: |
|---|---|---|
| 1 | Create an empty APEX2 graph project or a graph project based on a kernel. | |
| 2 | Design the graph diagram by adding more kernels, defining input and output ports, and setting connections. | Adding kernels to the graph |
| 3 | Validate the graph diagram. | Validating the diagram |
| 4 | (Optional) Emit the source files in the graph project (the APEX2 graph source type and the Emit graphs flag) | Emitting the source code |