Creating a Subprocess

You can build a master process that relies on already defined processes to avoid redundancy. This capability quickens large-scale application building and allows you to build a process library, ensuring great reusability and capitalization of your work.

This task shows you how to:


Before you begin:

You must have created a type called MainType and another one called TypeforSubProcess.

See Also
Subprocess Operation