> For the complete documentation index, see [llms.txt](https://swatplus.gitbook.io/io-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://swatplus.gitbook.io/io-docs/introduction-1/decision-tables/lum.dtl/outcome.md).

# outcome

The outcome determines whether or not an action will be triggered when the condition alternative is met. There has to be an outcome defined for each alternative.&#x20;

The only options for action entries are yes ("y") and no ("n").&#x20;

* If all conditions specified by an alternative are met and the outcome is "y", then the associated action will be performed.&#x20;
* If all conditions specified by an alternative are met but the outcome is "n", the associated action will not be performed.&#x20;
* If not all conditions specified by an alternative are met, the associated action will not be performed, even if the outcome is "y".
