Within a process flow,
you could have subflows. These subflows contain one or more objects.
The advantage to creating a subflow is that you can easily run the
nodes within a subflow without running the entire process flow. If
the subflow links to another node in the entire process flow, the
subflow must run to completion before SAS Studio runs the subsequent
node.
In this example, there
are three nodes: a programming node called PROC PRINT, a node for
a subflow, and a query node called CLASS=F. All of the nodes in the
subflow node must run before SAS Studio runs the CLASS=F node. By
default, the node for a subflow is white.
Note: SAS Studio cannot run a process
flow that contains an empty subflow. An error message appears instead.