Interface DecisionResultMapper

    • Method Detail

      • mapDecisionResult

        java.lang.Object mapDecisionResult​(DmnDecisionResult decisionResult)
        Maps the decision result into a value that can set as process variable.
        Parameters:
        decisionResult - the result of the evaluated decision
        Returns:
        the value that should set as process variable
        Throws:
        ProcessEngineException - if the decision result can not be mapped