|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
Business processes are often very complex and it is difficult to diagram the complete process in one process definition. You can create several smaller process definitions instead of one monolithic process definition. You can then call each process definition from another process definition, when necessary. When you call a process definition, the called process is known as a subprocess. Using subprocesses helps to make more readable process diagrams and you can reuse subprocesses across many process definitions.
1. Create a process definition for the subprocess. See Developing Process Definitions for more information about creating process definitions.
2. Specify the input, output, and any error schemas of the subprocess on the Start and End activities in the subprocess. See Start Activity and End Activity for more information about specifying the input, output, and error schemas of a process.
4.
You can call specific processes, or you can dynamically determine which process to call when the process instance executes. See TIBCO ActiveMatrix BusinessWorks Palette Reference for more information about dynamically calling subprocesses.Figure 16 illustrates a main process calling a subprocess.Figure 16 A main process calling a subprocess
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |