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

output
XML element in the label attribute. Note that the label is not required but
recommended, since it helps to understand the decision.
Output Name

name attribute on the
output XML element.
If the decision table has more than one output, then all outputs must have a
unique name.
Output Type Definition

typeRef attribute on the
output XML element. After an output entry is evaluated by the
DMN engine, it converts the result to the specified type. The supported types
are listed in the User Guide.
80% of type String into a
Double using a custom data type.