Subflows

A subflow refers to a sub process which can be invoked from a main process.

Subflows are useful when you want to break up a larger MDM workflow into manageable smaller workflow segments; then these workflow segments can be used together to compose bigger workflows.

There are two ways you can define subflows in the Process Designer:

  • Use the Reusable sub process palette
  • Use the InitiateSubflow activity

You can have multiple Subflow activities defined for a workflow.