Bonita Platform Environment

1
0
-1

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.

1 answer

1
0
-1
This one is the BEST answer!

There is no such feature as a verification when deploying a bar to check that it was correctly configured for the environment currently used. You might want to implement such feature using an event handler that do some verification based on process parameter value. But my recommendation would rather be to use if possible the Bonita Continuous Delivery module that allow to automate deployment reducing user error risk.

Notifications