Skip to main content
Version: 8.10 (unreleased)

Type Alias: DecisionInstanceFilter

type DecisionInstanceFilter = object;

Decision instance search filter.

Properties

decisionDefinitionId?

optional decisionDefinitionId?: DecisionDefinitionId;

The ID of the DMN decision.


decisionDefinitionKey?

optional decisionDefinitionKey?: DecisionDefinitionKeyFilterProperty;

The key of the decision.


decisionDefinitionName?

optional decisionDefinitionName?: string;

The name of the DMN decision.


decisionDefinitionType?

optional decisionDefinitionType?: DecisionDefinitionTypeEnum;

decisionDefinitionVersion?

optional decisionDefinitionVersion?: number;

The version of the decision.


decisionEvaluationInstanceKey?

optional decisionEvaluationInstanceKey?: DecisionEvaluationInstanceKeyFilterProperty;

The key of the decision evaluation instance.


decisionEvaluationKey?

optional decisionEvaluationKey?: DecisionEvaluationKey;

The key of the parent decision evaluation. Note that this is not the identifier of an individual decision instance; the decisionEvaluationInstanceKey is the identifier for a decision instance.


decisionRequirementsKey?

optional decisionRequirementsKey?: DecisionRequirementsKeyFilterProperty;

The key of the decision requirements definition.


elementInstanceKey?

optional elementInstanceKey?: ElementInstanceKeyFilterProperty;

The key of the element instance this decision instance is linked to.


evaluationDate?

optional evaluationDate?: DateTimeFilterProperty;

The evaluation date of the decision instance.


evaluationFailure?

optional evaluationFailure?: string;

The evaluation failure of the decision instance.


processDefinitionKey?

optional processDefinitionKey?: ProcessDefinitionKey;

The key of the process definition.


processInstanceKey?

optional processInstanceKey?: ProcessInstanceKey;

The key of the process instance.


rootDecisionDefinitionKey?

optional rootDecisionDefinitionKey?: DecisionDefinitionKeyFilterProperty;

The key of the root decision definition.


state?

optional state?: DecisionInstanceStateFilterProperty;

The state of the decision instance.


tenantId?

optional tenantId?: TenantId;

The tenant ID of the decision instance.