Currently, when configuring a setup workflow with several continue steps only one of the continued config is executed.
The other one fails with an error
{"message":"Pipeline is not in configuration state."}
. It seems that on execution of the first "continue" job, the status of the pipeline is changed and prevents the execution of the 2nd one.
A more detailed github issue has been opened here => https://github.com/circleci/circleci-docs/issues/7550
Removing this limitation would allow us to split our different workflows into separate config files (as well as their dedicated parameters), then orchestrate the execution of these workflows in the setup workflow.