@nathan.loding Why OperateClient doesn’t have public api’s do get decision definition xml? Any alternative solution to fetch decision xml from zeebe?
Version: camunda-operate-client-java-8.2.0.jar
@nathan.loding Why OperateClient doesn’t have public api’s do get decision definition xml? Any alternative solution to fetch decision xml from zeebe?
Version: camunda-operate-client-java-8.2.0.jar
Hi @aravindhrs - the camunda-operate-client-java
package is a community contributed and maintained project, not an official Camunda library. You are welcome to open an issue or submit a pull request to the project to support this!
It is supported by the Operate API - you should be able to use the /v1/decision-definitions/{id}
endpoint to fetch the DMN definition: Overview | Camunda 8 Docs