|
IEvaluateDecisionCommandStep2 | DecisionId (string decisionId) |
| Set the id of the decision to evaluate. This is the static id of the decision in the DMN XML (i.e. "<decision id='my-decision'>").
|
|
IEvaluateDecisionCommandStep2 | DecisionKey (long decisionKey) |
| Set the key of the decision to evaluate. The key is assigned by the broker while deploying the decision. It can be picked from the deployment.
|
|
◆ DecisionId()
Set the id of the decision to evaluate. This is the static id of the decision in the DMN XML (i.e. "<decision id='my-decision'>").
- Parameters
-
decisionId | The DMN id of the decision. |
- Returns
- the builder for this command. Call IFinalCommandStep<T>.Send to complete the command and send it to the broker.
◆ DecisionKey()
Set the key of the decision to evaluate. The key is assigned by the broker while deploying the decision. It can be picked from the deployment.
- Parameters
-
decisionKey | The key of the decision. |
- Returns
- the builder for this command. Call IFinalCommandStep<T>.Send to complete the command and send it to the broker.
The documentation for this interface was generated from the following file:
- Client/Api/Commands/IEvaluateDecisionCommandStep1.cs