Extension Attributes

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

Two namespaces are accepted, from 1.4.2-ee

From 1.4.2-ee onward (Enterprise Edition), these attributes may equally be declared in EximeeBPMS’ own namespace, http://eximeebpms.org/schema/1.0/dmn. Both are accepted, including mixed within a single document, and behave identically. Earlier versions, 1.4.1-ee included, accept only http://camunda.org/schema/1.0/dmn. As on the BPMN side, EximeeBPMS never writes the EximeeBPMS namespace — a model serialized through the DMN Model API always comes out declaring 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

On this page