Creating Call Subprocesses
There are several different ways of creating a call to a subprocess:
You can create a call to a subprocess:
- By refactoring objects in your process. For more information, see Creating a New Embedded Subprocess.
- By dragging a process from the Project Explorer and dropping it onto your process (described in this section).
- Using the call subprocess activity tool from the palette. For more information, see
Refactoring Activities into a Subprocess.
Note: If you modify a subprocess (for example, by adding a parameter) and that subprocess is referenced by a main process in a different package, validation in the main process does not occur until you save the subprocess package.
Subtopics