
input element inside a decisionTable
XML element.
Input Id
The input id is a unique identifier of the decision table input. It is used by ASEE Flow to reference the input in the history of evaluated decisions. Therefore, it is required by the ASEE Flow DMN engine. It is set as theid attribute of the input XML element.
Input Label

input
XML element in the label attribute. Note that the label is not required but
recommended, since it helps to understand the decision.
Input Expression

text element that is a child of the
inputExpression XML element.
Input Type Definition

typeRef attribute on the
inputExpression XML element. After the input expression is evaluated by the
DMN engine, it converts the result to the specified type. The supported types
are listed in the User Guide.
Input Expression Language
The expression language of the input expression can be specified by theexpressionLanguage attribute on the inputExpression XML element. The
supported expression languages are listed in the User Guide.
definitions XML element, is used.
Input Variable Name
When the input expression is evaluated then the return value is stored in a variable. The name of the variable can be specified by thecamunda:inputVariable
extension attribute on the input element. By default, the
name is cellInput.
To use the attribute you have to define the ASEE Flow DMN namespace
xmlns:camunda="http://camunda.org/schema/1.0/dmn in the XML.
currentSeason != "Fall" checks if the season input is not
"Fall".