Consistent usage of pools between superprocess and subprocess

Revision date:

Positive samples

Negative samples

Description

There should be role consistency when using parent processes and subprocesses. This means that the pool of the parent process needs to be named the same as the pool of the subprocess.

It’s important that the pools in sub and super process have the same name and order. The same dictionary items should be used as well so that the consistency is guaranteed. To have the same number and order of pools, they can be either manually created or copied from the parent into the in the subprocess.