Products | Versions |
---|---|
TIBCO BusinessEvents Enterprise Edition | - |
Not Applicable | - |
Resolution:
Description:
=========
How to retrieve a list of the states names of a specific State Model in TIBCO BusinessEvents (BE)?
Environment:
==========
TIBCO Product name and version: TIBCO BusinessEvents (BE) 5.0.0
Operating System(s): All
Resolution:
==========
There is no standard function/API available to get the state names of a specific state model. However, the state names can be stored in some global variable (Use a delimiter such as a colon or comma to separate the names) during design time and retrieve using System.getGlobalVariableAsString() in rule when required.