A Decision Table is useful only if it is run as a component of the Systemwalker Runbook Automation process instance. The definition for that process instance must contain the following components along with the Decision Table inside a Decision Table Action for a Decision Table to work correctly:
Input User Defined Attributes (UDAs) corresponding to those defined as conditions in the Decision Table
Output UDAs corresponding to those defined as results in the Decision Table
Note
If the necessary UDAs are not defined in your process definition, the Decision Table Action may work unpredictably. For example, the method that you want to use may be unavailable. A method will be available only if all the UDAs that it uses are defined. If the process definition UDAs are mismatched with the Decision Table conditions or results, error messages will appear.