Zeebe C# Client 2.5.0
C# Client to communicate with an Zeebe Gateway
Loading...
Searching...
No Matches
IEvaluatedDecision Interface Reference

Properties

string DecisionId [get]
 
int DecisionVersion [get]
 
long DecisionKey [get]
 
string DecisionName [get]
 
string DecisionType [get]
 
string DecisionOutput [get]
 
IList< IEvaluatedDecisionInputEvaluatedInputs [get]
 
IList< IMatchedDecisionRuleMatchedRules [get]
 

Property Documentation

◆ DecisionId

string IEvaluatedDecision.DecisionId
get
Returns
the decision ID, as parsed during deployment; together with the versions forms a unique identifier for a specific decision

◆ DecisionKey

long IEvaluatedDecision.DecisionKey
get
Returns
the assigned decision key, which acts as a unique identifier for this decision

◆ DecisionName

string IEvaluatedDecision.DecisionName
get
Returns
the name of the decision, as parsed during deployment

◆ DecisionOutput

string IEvaluatedDecision.DecisionOutput
get
Returns
the output of the evaluated decision

◆ DecisionType

string IEvaluatedDecision.DecisionType
get
Returns
the type of the evaluated decision

◆ DecisionVersion

int IEvaluatedDecision.DecisionVersion
get
Returns
the assigned decision version

◆ EvaluatedInputs

IList<IEvaluatedDecisionInput> IEvaluatedDecision.EvaluatedInputs
get
Returns
the decision inputs that were evaluated within this decision evaluation

◆ MatchedRules

IList<IMatchedDecisionRule> IEvaluatedDecision.MatchedRules
get
Returns
the decision rules that matched within this decision evaluation

The documentation for this interface was generated from the following file: