Currently, we use dynamic configuration with the "continuation" orb, the problem is that we have to declare all the parameters from all the variations of our config to the main file, otherwise, circleci throws an error saying that the parameter is not declared.
It should only validate them after the dynamic configuration is generated.