We distinguish between sub-processes and process routes.
And because there is a mjor difference between both optons we want to express the process type in its name.
‣
Naming Rule: **sub**.<ProcessPurpose>
For process routes there two components are required:
The Process Route Shape: call.<SubProcessName> ([<ParameterHint>])
We use a call
if the route component is used to call another process. Actually, we do not route, we more or less go directly to the other process.
Target Process: **subPR**.<ProcessPurpose>
This is the called sub-process.