Skip to main content
Version: 8.9 (unreleased)

Type Alias: DecisionInstanceFilter

type DecisionInstanceFilter = object;

Defined in: gen/types.gen.ts:1683

Decision instance search filter.

Properties

decisionDefinitionId?

optional decisionDefinitionId: DecisionDefinitionId;

Defined in: gen/types.gen.ts:1703

The ID of the DMN decision.


decisionDefinitionKey?

optional decisionDefinitionKey: DecisionDefinitionKeyFilterProperty;

Defined in: gen/types.gen.ts:1733

The key of the decision.


decisionDefinitionName?

optional decisionDefinitionName: string;

Defined in: gen/types.gen.ts:1707

The name of the DMN decision.


decisionDefinitionType?

optional decisionDefinitionType: DecisionDefinitionTypeEnum;

Defined in: gen/types.gen.ts:1712


decisionDefinitionVersion?

optional decisionDefinitionVersion: number;

Defined in: gen/types.gen.ts:1711

The version of the decision.


decisionEvaluationInstanceKey?

optional decisionEvaluationInstanceKey: DecisionEvaluationInstanceKeyFilterProperty;

Defined in: gen/types.gen.ts:1687

The key of the decision evaluation instance.


decisionEvaluationKey?

optional decisionEvaluationKey: DecisionEvaluationKey;

Defined in: gen/types.gen.ts:1721

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;

Defined in: gen/types.gen.ts:1745

The key of the decision requirements definition.


elementInstanceKey?

optional elementInstanceKey: ElementInstanceKeyFilterProperty;

Defined in: gen/types.gen.ts:1737

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


evaluationDate?

optional evaluationDate: DateTimeFilterProperty;

Defined in: gen/types.gen.ts:1699

The evaluation date of the decision instance.


evaluationFailure?

optional evaluationFailure: string;

Defined in: gen/types.gen.ts:1695

The evaluation failure of the decision instance.


processDefinitionKey?

optional processDefinitionKey: ProcessDefinitionKey;

Defined in: gen/types.gen.ts:1725

The key of the process definition.


processInstanceKey?

optional processInstanceKey: ProcessInstanceKey;

Defined in: gen/types.gen.ts:1729

The key of the process instance.


rootDecisionDefinitionKey?

optional rootDecisionDefinitionKey: DecisionDefinitionKeyFilterProperty;

Defined in: gen/types.gen.ts:1741

The key of the root decision definition.


state?

optional state: DecisionInstanceStateFilterProperty;

Defined in: gen/types.gen.ts:1691

The state of the decision instance.


tenantId?

optional tenantId: TenantId;

Defined in: gen/types.gen.ts:1716

The tenant ID of the decision instance.