Skip to main content
Version: 8.9 (unreleased)

Type Alias: SearchDecisionInstancesData

type SearchDecisionInstancesData = object;

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

Properties

body?

optional body: SearchQueryRequest & object;

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

Type Declaration

filter?
optional filter: object;

Decision instance search filter.

filter.decisionDefinitionId?
optional decisionDefinitionId: DecisionDefinitionId;

The ID of the DMN decision.

filter.decisionDefinitionKey?
optional decisionDefinitionKey: DecisionDefinitionKeyFilterProperty;

The key of the decision.

filter.decisionDefinitionName?
optional decisionDefinitionName: string;

The name of the DMN decision.

filter.decisionDefinitionType?
optional decisionDefinitionType: DecisionDefinitionTypeEnum;
filter.decisionDefinitionVersion?
optional decisionDefinitionVersion: number;

The version of the decision.

filter.decisionEvaluationInstanceKey?
optional decisionEvaluationInstanceKey: DecisionEvaluationInstanceKeyFilterProperty;

The key of the decision evaluation instance.

filter.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.

filter.decisionRequirementsKey?
optional decisionRequirementsKey: DecisionRequirementsKeyFilterProperty;

The key of the decision requirements definition.

filter.elementInstanceKey?
optional elementInstanceKey: ElementInstanceKeyFilterProperty;

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

filter.evaluationDate?
optional evaluationDate: DateTimeFilterProperty;

The evaluation date of the decision instance.

filter.evaluationFailure?
optional evaluationFailure: string;

The evaluation failure of the decision instance.

filter.processDefinitionKey?
optional processDefinitionKey: ProcessDefinitionKey;

The key of the process definition.

filter.processInstanceKey?
optional processInstanceKey: ProcessInstanceKey;

The key of the process instance.

filter.rootDecisionDefinitionKey?
optional rootDecisionDefinitionKey: DecisionDefinitionKeyFilterProperty;

The key of the root decision definition.

filter.state?
optional state: DecisionInstanceStateFilterProperty;

The state of the decision instance.

filter.tenantId?
optional tenantId: TenantId;

The tenant ID of the decision instance.

sort?
optional sort: DecisionInstanceSearchQuerySortRequest[];

Sort field criteria.


path?

optional path: never;

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


query?

optional query: never;

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


url

url: "/decision-instances/search";

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