Customizing Business Automation Workflow Runtime properties
You can make Liberty and 100Custom configuration changes to Business Automation Workflow deployment,
including configuring proxy changes.
About this task
This task provides the generic methods for modifying Liberty and 100Custom configuration settings for Business Automation Workflow deployment. The usage is generally paired with other documentation pages, which might describe a specific Liberty or 100Custom configuration setting that needs to be modified.
In a production deployment of Workflow Runtime, you can customize the following properties:
- baw_configuration[x].liberty_custom_xml to customize the Business Automation Workflow Runtime Liberty
server. If the customization does not contain sensitive information, you can use this property to
put the customization directly into the custom resource. Alternatively, use the
jvm_customize_options parameter to configure proxy settings, this setting accepts Java™ Virtual Machine options as space-separated values. For example:
For more information, see Business Automation Workflow on containers runtime parametersjvm_customize_options: |- -Dhttp.proxyHost=10.242.64.4 -Dhttp.proxyPort=3128 -Dhttp.nonProxyHosts=localhost|127.0.0.1|*.svc -Djava.net.useSystemProxies=true
. - baw_configuration[x].custom_xml_secret_name to customize Business Automation Workflow Runtime Liberty server if the customization contains sensitive information
- baw_configuration[x].lombardi_custom_xml_secret_name to customize the Workflow Server Runtime 100Custom.xml
Important:
To modify settings, use the method for Business Automation Workflow Liberty configuration settings either in baw_configuration[x].liberty_custom_xml or in baw_configuration[x].custom_xml_secret_name. Don't use both methods to specify configuration values.