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 node for a subflow, a
query node called CLASS=F, and a programming node called PROC PRINT. All of the nodes in
the subflow node must run before SAS Studio runs the PROC PRINT 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.