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

Properties

string DmnDecisionId [get]
 
string DmnDecisionName [get]
 
Returns
the dmn name of the decision, as parsed during deployment.

 
int Version [get]
 
Returns
the assigned decision version.

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

 
string DmnDecisionRequirementsId [get]
 
long DecisionRequirementsKey [get]
 
Returns
the assigned key of the decision requirements graph that this decision is part of.

 

Property Documentation

◆ DmnDecisionId

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

◆ DmnDecisionRequirementsId

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

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