About Business Parameters

Business parameters are used to store long-lived information defined at the organization level.

Information suitable for storage as a business parameter includes company address and phone data, tax rates used in calculations within the process, or infrequently changed economic values such as the prime lending rate. Business parameters are visible from any process within a project and should generally be thought of as constants, though they can be changed.

Tip: Business parameters should be used for infrequently changed values which you do not want to include in the actual code. For example, company address data, the prime lending rate, or a sales tax rate are all good uses for business parameters.

It is strongly recommended not to use Business Parameters for values which will change very frequently (once a day or more). For those cases consider other options.

If you do need to change a Business Parameter from PBL code, you can change it at runtime using the component Business Parameter in the Lib category. See the Studio. component documentation.

Notes:


CAUTION:
If you change the Business Parameter at runtime, and you then stop and restart the Studio Process Engine, all business parameters are restored from the project definition. However, the Enterprise Process Engine does maintain Business Parameter values through a start/stop cycle, because in a production environment Business Parameter changes are assumed to be permanent.