In an orchestration, the same steps are often repeated. You can write the steps once, and reuse that code in multiple places. The following activities are available for reuse of the code with an orchestration process.
Activity | Explanation |
---|---|
Process | Provides the ability to name the process, declare the parameters to the process, declare locally used client or server messages and variables, and specify the executable code. |
CallProcess | Provides the ability to specify the process name to call and assign the parameters to pass to the process. |