The following attributes are extension attributes for the camunda
namespace http://camunda.org/schema/1.0/dmn
.
historyTimeToLive
Description |
The attribute specifies the history time to live (in days) for the decision definition. It is used within History cleanup.
|
Type |
java.lang.Integer |
Possible Values |
Any non-negative integer number.
|
Default Value |
null - means that decision definition history won't ever be removed during history cleanup run |
BPMN 2.0 Elements |
Decision
|
Description |
This attribute specifies the variable name which can be used to access the result
of the input expression in an input entry expression.
|
Type |
java.lang.String |
Possible Values |
The name of the variable as java.lang.String .
|
Default Value |
cellInput |
DMN 1.1 Elements |
Input
|