Type Alias: GetDecisionInstanceResponses
type GetDecisionInstanceResponses = object;
Defined in: gen/types.gen.ts:9574
Properties
200
200: object & object;
Defined in: gen/types.gen.ts:9578
The decision instance is successfully returned.
Type Declaration
decisionDefinitionId?
optional decisionDefinitionId: DecisionDefinitionId;
The ID of the DMN decision.
decisionDefinitionKey?
optional decisionDefinitionKey: DecisionDefinitionKey;
The key of the decision.
decisionDefinitionName?
optional decisionDefinitionName: string;
The name of the DMN decision.
decisionDefinitionType?
optional decisionDefinitionType: DecisionDefinitionTypeEnum;
decisionDefinitionVersion?
optional decisionDefinitionVersion: number;
The version of the decision.
decisionEvaluationInstanceKey?
optional decisionEvaluationInstanceKey: DecisionEvaluationInstanceKey;
decisionEvaluationKey?
optional decisionEvaluationKey: DecisionEvaluationKey;
The key of the decision evaluation where this instance was created.
elementInstanceKey?
optional elementInstanceKey: ElementInstanceKey;
The key of the element instance this decision instance is linked to.
evaluationDate?
optional evaluationDate: string;
The evaluation date of the decision instance.
evaluationFailure?
optional evaluationFailure: string;
The evaluation failure of the decision instance.
processDefinitionKey?
optional processDefinitionKey: ProcessDefinitionKey;
The key of the process definition.
processInstanceKey?
optional processInstanceKey: ProcessInstanceKey;
The key of the process instance.
result?
optional result: string;
The result of the decision instance.
rootDecisionDefinitionKey?
optional rootDecisionDefinitionKey: DecisionDefinitionKey;
The key of the root decision definition.
rootProcessInstanceKey?
optional rootProcessInstanceKey: ProcessInstanceKey;
state?
optional state: DecisionInstanceStateEnum;
tenantId?
optional tenantId: TenantId;
The tenant ID of the decision instance.
Type Declaration
evaluatedInputs?
optional evaluatedInputs: EvaluatedDecisionInputItem[];
The evaluated inputs of the decision instance.
matchedRules?
optional matchedRules: MatchedDecisionRuleItem[];
The matched rules of the decision instance.