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:

  1. Create an asynchronous BPEL 2.0 process.
  2. Right-click the SOA Composite Editor, and select Insert > Subprocess.
  3. Create a subprocess named SubProcessNew.
  4. Right-click SubProcessNew, and click Edit.
  5. From the Components window, drag an Empty activity into the subprocess.
  6. Open the asynchronous BPEL 2.0 process.
  7. From the Components window, drag a Call activity into the process.
  8. Invoke the SubProcessNew subprocess from the call activity.
  9. Return to the SOA Composite Editor, and rename the SubProcessNew subprocess to SubProcessRenamed.
  10. Open the call activity in the asynchronous BPEL 2.0 process, and note that the Subprocess field is now empty.
  11. In the Subprocess field, manually enter the updated name of SubProcessRenamed.