Class EvaluateDecisionTableCmd

java.lang.Object
org.camunda.bpm.engine.impl.dmn.cmd.EvaluateDecisionTableCmd
All Implemented Interfaces:
Command<DmnDecisionTableResult>

public class EvaluateDecisionTableCmd extends Object implements Command<DmnDecisionTableResult>
Evaluates the decision table with the given key or id. If the decision definition key given then specify the version and tenant-id. If no version is provided then the latest version is taken.
Author:
Kristin Polenz