Variable: DecisionInstanceStateEnum
const DecisionInstanceStateEnum: object;
The state of the decision instance. UNSPECIFIED and UNKNOWN are deprecated and should not be used anymore, for removal in 8.10
Type Declaration
EVALUATED
readonly EVALUATED: "EVALUATED" = 'EVALUATED';
FAILED
readonly FAILED: "FAILED" = 'FAILED';
UNKNOWN
readonly UNKNOWN: "UNKNOWN" = 'UNKNOWN';
Deprecated
since 8.9.0
UNSPECIFIED
readonly UNSPECIFIED: "UNSPECIFIED" = 'UNSPECIFIED';
Deprecated
since 8.9.0