Environment Configuration
Last updated
Last updated
The business processes may include database nodes or web service nodes to interact with database or other services. But these database configurations and web service URLs may be different for different environments. For e.g. the JDBC URL for the development database will be different from the value for the Test Environment and will again be different for production database.
So from version 4.0.0.19 ONEWEB provides option to configure the environment parameters as variables for the different environments. User can then use these variables while configuring the flow. This makes it easier to deploy the process to different environments without modifying the process diagram every time.
How to create Environment variables in Process
To set up environment parameters for an application, go to the environment setup screen inside the application. Click on the Add Environment icon.
You can create the different environments for your app here.
User can also create multiple profiles for each environment on the profile tab.
Finally, user can create the environment variables for each parameter
Then user can create them for other environments too
How to use these Environment variables in Process
You can use these variables in your node configurations. For e.g., in the database node configuration. For configurations which allow environment variables you can see a check box use environment. Use can select it to use value from environment configuration.