Obtaining values of collaboration configuration properties

Action nodes and decision nodes commonly need to obtain and evaluate the values that an implementer or developer configures for a collaboration object's configuration properties. The collaboration object inherits its configuration properties from the collaboration template. For more information on how to define collaboration properties, see "Defining collaboration configuration properties (the Properties tab)".

To obtain the value of a property, a scenario calls the getConfigProperty() method. If the property is a list of values, a scenario calls getConfigPropertyArray(). For more information, see "Retrieving a collaboration configuration property".

Copyright IBM Corp. 2003, 2004