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

Response for evaluating a decision on the broker. More...

Properties

string DecisionId [get]
 
int DecisionVersion [get]
 
long DecisionKey [get]
 
string DecisionName [get]
 
string DecisionRequirementsId [get]
 
long DecisionRequirementsKey [get]
 
string DecisionOutput [get]
 
IList< IEvaluatedDecisionEvaluatedDecisions [get]
 
string FailedDecisionId [get]
 
string FailureMessage [get]
 

Detailed Description

Response for evaluating a decision on the broker.

Property Documentation

◆ DecisionId

string Zeebe.Client.Api.Responses.IEvaluateDecisionResponse.DecisionId
get
Returns
the decision ID, as parsed during deployment; together with the versions forms a unique identifier for a specific decision

◆ DecisionKey

long Zeebe.Client.Api.Responses.IEvaluateDecisionResponse.DecisionKey
get
Returns
the assigned decision key, which acts as a unique identifier for this decision

◆ DecisionName

string Zeebe.Client.Api.Responses.IEvaluateDecisionResponse.DecisionName
get
Returns
the name of the decision, as parsed during deployment

◆ DecisionOutput

string Zeebe.Client.Api.Responses.IEvaluateDecisionResponse.DecisionOutput
get
Returns
the output of the evaluated decision

◆ DecisionRequirementsId

string Zeebe.Client.Api.Responses.IEvaluateDecisionResponse.DecisionRequirementsId
get
Returns
the ID of the decision requirements graph that this decision is part of, as parsed during deployment

◆ DecisionRequirementsKey

long Zeebe.Client.Api.Responses.IEvaluateDecisionResponse.DecisionRequirementsKey
get
Returns
the assigned key of the decision requirements graph that this decision is part of

◆ DecisionVersion

int Zeebe.Client.Api.Responses.IEvaluateDecisionResponse.DecisionVersion
get
Returns
the assigned decision version

◆ EvaluatedDecisions

IList<IEvaluatedDecision> Zeebe.Client.Api.Responses.IEvaluateDecisionResponse.EvaluatedDecisions
get
Returns
a list of decisions that were evaluated within the requested decision evaluation

◆ FailedDecisionId

string Zeebe.Client.Api.Responses.IEvaluateDecisionResponse.FailedDecisionId
get
Returns
a string indicating the ID of the decision which failed during evaluation

◆ FailureMessage

string Zeebe.Client.Api.Responses.IEvaluateDecisionResponse.FailureMessage
get
Returns
a message describing why the decision which was evaluated failed

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