Extension Attributes

The following attributes are extension attributes for the camunda namespace http://camunda.org/schema/1.0/dmn.

historyTimeToLive

DescriptionThe attribute specifies the history time to live (in days) for the decision definition. It is used within History cleanup.
Typejava.lang.Integer or java.lang.String
Possible ValuesAny non-negative integer number or string containing a time in days defined by the ISO-8601 date format.
Default Valuenull - means that decision definition history won't ever be removed during history cleanup run
DMN 1.3 ElementsDecision

inputVariable

DescriptionThis attribute specifies the variable name which can be used to access the result of the input expression in an input entry expression.
Typejava.lang.String
Possible ValuesThe name of the variable as java.lang.String.
Default ValuecellInput
DMN 1.3 ElementsInput

versionTag

Description

The attribute specifies a version tag for the decision definition.

Typejava.lang.String
Possible ValuesAny value that has a meaning as version tag for the decision definition. Note: Sorting by versionTag is string based. The version will not be interpreted. As an example, the sorting could return v0.1.0, v0.10.0, v0.2.0.
Default Value
DMN 1.3 ElementsDecision