Subprocesses
Subprocesses are processes that exist within another process.
Note: A subprocess has access to all variables in all its parent processes (including parent subprocesses).
Subprocesses are of two types, standard and event-based.
Copyright © Cloud Software Group, Inc. All rights reserved.