Grouping into subprocess

I have a group of sequential tasks (data record, interface, query, script task..) and i want to group them into a subprocess to simplify the process model. How should i do this?

  Discussion posts and replies are publicly visible

Parents Reply
  • My concern is, I have already created a wide process model, and now I want to separate isolated group of process nodes into differentiated subprocesses, as it is a better practice. Let me show you the following example:

    I would like to create a separate subprocess for each of the indicated (red and green) group of process nodes.

    The difference is the process is already created. My approach is to create a new process model and copy and paste the isolated process nodes into the new process, however I am not sure this is the best way to do it. 

    The documentation I have found about this makes reference to creating a subprocess from scratch, rather than creating a subprocess from existing process nodes

    Thanks!

Children