
literalExpression element inside a decision XML element.
Decision Name

name attribute on the decision element.
Decision Id

id
attribute on the decision element.
Each decision should have an unique id when it is deployed to ASEE Flow 7.
The engine uses the id as the decision key of the deployed
DecisionDefinition.
Literal Expression
The literal expression specifies how the value of the decision is generated. It is an expression which will be evaluated by the DMN engine. It can be used to do a complex calculation, to invoke a bean which provides decision logic, or to combine the output values of required decisions. The expression is set inside atext element that is a child of the literalExpression XML element.
Literal Expression Language
The expression language of the literal expression can be specified by theexpressionLanguage attribute on the literalExpression XML element. The
supported expression languages are listed in the User Guide.
definitions XML element.
Variable
A decision literal expression must have a variable which specifies the name and the type of the decision result. A variable is represented by avariable element inside a decision XML element.
Variable Name
The name of the variable is used to reference the value of the literal expression in the decision result. It is specified by thename attribute on the variable XML element.
Variable Type Definition
The type of the decision result can be specified by thetypeRef attribute on the
variable XML element. After the expression is evaluated by the
DMN engine it converts the result to the specified type. The supported types
are listed in the User Guide.