Skip to content
Leon Starr edited this page Jun 21, 2023 · 3 revisions

R800 / Generalization

Flow is a Data Flow or Control Flow


The only two kinds of information exchanged among Actions is data and control.

Data can be arbitrarily complex and each Data Flow will be constrained by some sort of data type such as a class or a table definition.

Control carries no actual data, but it does provide input to an Action to indicate that it may or may not execute.

Clone this wiki locally