Zeebe C# Client 2.5.0
C# Client to communicate with an Zeebe Gateway
Loading...
Searching...
No Matches
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 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 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: