Type Alias: DecisionDefinitionFilter
type DecisionDefinitionFilter = object;
Defined in: gen/types.gen.ts:1422
Decision definition search filter.
Properties
decisionDefinitionId?
optional decisionDefinitionId: DecisionDefinitionId;
Defined in: gen/types.gen.ts:1426
The DMN ID of the decision definition.
decisionDefinitionKey?
optional decisionDefinitionKey: DecisionDefinitionKey;
Defined in: gen/types.gen.ts:1453
The assigned key, which acts as a unique identifier for this decision definition.
decisionRequirementsId?
optional decisionRequirementsId: string;
Defined in: gen/types.gen.ts:1445
the DMN ID of the decision requirements graph that the decision definition is part of.
decisionRequirementsKey?
optional decisionRequirementsKey: DecisionRequirementsKey;
Defined in: gen/types.gen.ts:1457
The assigned key of the decision requirements graph that the decision definition is part of.
decisionRequirementsName?
optional decisionRequirementsName: string;
Defined in: gen/types.gen.ts:1461
The DMN name of the decision requirements that the decision definition is part of.
decisionRequirementsVersion?
optional decisionRequirementsVersion: number;
Defined in: gen/types.gen.ts:1465
The assigned version of the decision requirements that the decision definition is part of.
isLatestVersion?
optional isLatestVersion: boolean;
Defined in: gen/types.gen.ts:1437
Whether to only return the latest version of each decision definition.
When using this filter, pagination functionality is limited, you can only paginate forward using after and limit.
The response contains no startCursor in the page, and requests ignore the from and before in the page.
name?
optional name: string;
Defined in: gen/types.gen.ts:1430
The DMN name of the decision definition.
tenantId?
optional tenantId: TenantId;
Defined in: gen/types.gen.ts:1449
The tenant ID of the decision definition.
version?
optional version: number;
Defined in: gen/types.gen.ts:1441
The assigned version of the decision definition.