Creating a New Embedded Subprocess

You can create a new embedded subprocess by refactoring existing objects into an embedded subprocess.

    Procedure
  1. Select the objects that you want to put in the embedded subprocess. For example:

  2. Right-click and select Refactor > Move into New Embedded Sub-Process.
  3. Complete the dialog as follows:
    1. Enter a name for the embedded subprocess that you want to create.
    2. Select the New Sub-Process is a transaction checkbox if you want the new subprocess to become a transaction and therefore be under transaction control. For more information, see User Tasks and Pageflow Processes.
    3. Select the Insert start event in new sub-process and Insert end event in new sub-process checkboxes to control whether start and end events are added to the refactored subprocess.
  4. Click Finish. The objects that you selected are placed within a new embedded subprocess (with start and end events if those options were selected):