Hello,
In Bonita Studio Enterprise, there is a concept of “Environments” that allows one to create multiple versions of a process to run/test in different environments (Production, Qualification, etc.). Also, when one build’s their .bar files in Bonita Studio, to later be installed into Bonita Platform, there exists the ability to select which environment configuration should be applied to the exported .bar.
Is there a way to set an environment configuration on an instance of Bonita platform (so that that instance of Bonita Platform will only accept Qualification .bar, for example), OR is there a way through the API to verify that a .bar file has been configured for the Production environment, for example?
I am trying to prevent the situation of someone accidentally generating a new .bar with production configurations and deploying it to a qualification environment.