Interface ExecuteDecisionBuilder

All Known Implementing Classes:
ExecuteDecisionBuilderImpl

public interface ExecuteDecisionBuilder
Helper for execution a decision.

An instance can be obtained through DmnDecisionService.createExecuteDecisionBuilder().

decisionKey should be set before calling execute() to execute a decision.

Author:
Tijs Rademakers