Type Alias: DeleteDecisionInstancesBatchOperationData
type DeleteDecisionInstancesBatchOperationData = object;
Defined in: gen/types.gen.ts:9698
Properties
body
body: object;
Defined in: gen/types.gen.ts:9702
The decision instance filter that defines which decision instances should be deleted.
filter
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.
operationReference?
optional operationReference: OperationReference;
path?
optional path: never;
Defined in: gen/types.gen.ts:9772
query?
optional query: never;
Defined in: gen/types.gen.ts:9773
url
url: "/decision-instances/deletion";
Defined in: gen/types.gen.ts:9774