the id of the evaluated decision in the DMN
the key of the evaluated decision
the name of the evaluated decision in the DMN
the output of the evaluated decision as JSON string
the id of the DRG in the DMN the evaluated decision belongs to
the key of the deployed DRG the evaluated decision belongs to
the version of the evaluated decision
the id of the element in the BPMN in which context the decision was evaluated
the key of the element instance in which context the decision was evaluated
The details of the evaluated decision and its required decisions. The order depends on the evaluation order, starting from the required decisions.
If the evaluation of the decision failed then it returns the reason why the evaluation of the {@link #getFailedDecisionId() failed decision} was not successful. The failure message is not available if the decision was evaluated successfully.
If the evaluation of the decision failed then it returns the id of the decision where the evaluation failed. It can be the called/root decision or any of its required decisions. The reason of the failure can be retrieved as {@link #getEvaluationFailureMessage() evaluation failure message}. The decision id is not available if the decision was evaluated successfully.
the key of the process in which context the decision was evaluated
the key of the process instance in which context the decision was evaluated
Generated using TypeDoc
the BPMN process id in which context the decision was evaluated