Does the BPM Engine have the plan to support Golang?

Does the BPM Engine(include DMN engine) have the plan to support Golang?

When you say “Support”
What things do you have in mind?
Just running Golang?

Hi @xlhtc007,

You can consume camunda BPM REST API end point from your golang

Below Rest API reference
https://docs.camunda.org/manual/latest/reference/rest/

I mean implementing the BPM engine using Golang. So I can deploy a Golang version BPM engine service.

Thanks for your reply! I understand that Golang as Client, but I concern about Golang as server.

@xlhtc007 Golang for camunda platform is not supported, you can access camunda rest API (standalone) in Golang client by invoking camunda rest api