Skip to content

Commit 209e8b3

Browse files
committed
docs(api): add decisionInstanceKey to gateway
The Zeebe gateway can now respond the decision instance key of an evaluated decision in gRPC. This can be useful to lookup the evaluated decision in Operate.
1 parent a186b28 commit 209e8b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/apis-tools/zeebe-api/gateway-service.md

+2
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,8 @@ message EvaluateDecisionResponse {
423423
string failureMessage = 10;
424424
// the tenant ID of the evaluated decision
425425
string tenantId = 11;
426+
// the unique key identifying this decision evaluation
427+
int64 decisionInstanceKey = 12;
426428
}
427429
428430
message EvaluatedDecision {

0 commit comments

Comments
 (0)