Skip to main content
Version: 8.9

Type Alias: DecisionDefinitionFilter

type DecisionDefinitionFilter = object;

Decision definition search filter.

Properties

decisionDefinitionId?

optional decisionDefinitionId?: DecisionDefinitionId;

The DMN ID of the decision definition.


decisionDefinitionKey?

optional decisionDefinitionKey?: DecisionDefinitionKey;

The assigned key, which acts as a unique identifier for this decision definition.


decisionRequirementsId?

optional decisionRequirementsId?: string;

the DMN ID of the decision requirements graph that the decision definition is part of.


decisionRequirementsKey?

optional decisionRequirementsKey?: DecisionRequirementsKey;

The assigned key of the decision requirements graph that the decision definition is part of.


decisionRequirementsName?

optional decisionRequirementsName?: string;

The DMN name of the decision requirements that the decision definition is part of.


decisionRequirementsVersion?

optional decisionRequirementsVersion?: number;

The assigned version of the decision requirements that the decision definition is part of.


isLatestVersion?

optional isLatestVersion?: boolean;

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;

The DMN name of the decision definition.


tenantId?

optional tenantId?: TenantId;

The tenant ID of the decision definition.


version?

optional version?: number;

The assigned version of the decision definition.