cancel
Showing results for 
Search instead for 
Did you mean: 

Can we pass parameters to the Application Modeller from the process or through Environment Variables?

Sri_Krishna_Cha
Level 5
I have the same application on different URL's and I want to run my process on all of them. Is there a way that I can decide which URL should be used in the business object instead of using different VBO's with different names ?
2 REPLIES 2

ryanamiller
Level 5
Yes, we do this with our browser-based applications as we promote through our different environments.    When modelling in Object Studio, you'll need to define a URL as you identify object, but if you create a launch action you can then use a Navigate stage which has a CommandLineParams Input where a different URL can be passed.  We've set up an Environment variable for that URL, but there isn't any reason that you can't use a normal data item that's passed from your Process.

John__Carter
Staff
Staff
If the URL is different for Dev, test and Prod, then it's best to use an Environment Variable. The Environment Variable has the same name in each environment but a different value, eg https://dev.app.com, https://uat.app.com or https://prod.app.com