What You May Need to Know About Renaming a Subprocess
When you rename a subprocess, it is not updated in the invoking call activity. You must manually update the subprocess name in the call activity.
Assume you perform the following steps:
- Create an asynchronous BPEL 2.0 process.
- Right-click the SOA Composite Editor, and select Insert > Subprocess.
- Create a subprocess named SubProcessNew.
- Right-click SubProcessNew, and click Edit.
- From the Components window, drag an Empty activity into the subprocess.
- Open the asynchronous BPEL 2.0 process.
- From the Components window, drag a Call activity into the process.
- Invoke the SubProcessNew subprocess from the call activity.
- Return to the SOA Composite Editor, and rename the SubProcessNew subprocess to SubProcessRenamed.
- Open the call activity in the asynchronous BPEL 2.0 process, and note that the Subprocess field is now empty.
- In the Subprocess field, manually enter the updated name of SubProcessRenamed.