DecisionInstanceKey after evaluation using gRPC

Hi,

when using Zeebe gRPC API to evaluate DMN, there is no field for DecisionInstanceKey, is there a method to refer to evaluated decision in Operate when assessed via API?

thank you

Correct. The response of the Zeebe gRPC call doesn’t contain a reference to Operate’s Id of the decision instance (ref).

However, the response contains the output of the evaluation, like the output value.

Why do you want to query the Operate API?
What data do you miss from the response?

Hi @Philipp_Ossler,

Thank you for your reply, I need to get decision instances key based on the response from Zeebe. For example, when I receive the response evaluation from Zeebe using a gRPC call, we need the decision instances key to view the history in Operate

Feel free to create a feature request and describe your use case in detail here: Issues · camunda/zeebe · GitHub

thank you @Philipp_Ossler, I created the feature ticket here

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.