Process Route Implementation Pattern

Process Call

Using a process route component to call a sub-process that is used by more than one parent process follows the following pattern: The process route component is actually a call to another process (one single route only):

Please notice, that the Default response path is unexpected. According to the *Return Path Mapping* we always expect that the called process returns a j.ServiceRequestDetails document.

  • Do use Default as the Label and Route Key

  • Do make sure the Return Path Mappings match - same name!

Last updated