我们如何在Golang配置Camunda Process Engine?

发布于 2025-01-23 03:02:40 字数 201 浏览 0 评论 0 原文

我在过程引擎配置上找到了链接

但是如何在Golang中使用它?

I found links on process engine Configuration
https://docs.camunda.org/manual/7.16/reference/deployment-descriptors/tags/process-engine/

But how to use this in Golang?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心碎的声音 2025-01-30 03:02:40

您不会使用嵌入式工艺引擎方法。而是运行远程流程引擎并使用外部任务模式在GO中实现服务任务。要获得如此遥远的引擎,您可以只注册Camunda Cloud上的免费开发人员帐户。如果您喜欢在房屋上,那么您可以使用自我管理的部署(例如,通过Docker组成)。对于这两个选项,请在此处查看: https://camunda.com/get-started

一旦您拥有引擎和配置的凭据(请关注 https://docs.camunda.io/docs/guides/guides/开始/)。
显示了如何在过程引擎端配置服务任务。如下所述,您现在可以实现外部工作(示例中的ZBCTL): https://github.com/camunda/zeebe/tree/main/main/clients/go

You would not use the embedded process engine approach. Instead run a remote process engine and implement service tasks in Go using the external task patter. To get such a remote engine you can either just sign up for a free developer account on Camunda Cloud. If your prefer on premises, then you can use a self-managed deployment (e.g. via docker compose). For both options check here: https://camunda.com/get-started

Once you have an engine and configured credentials (follow https://docs.camunda.io/docs/guides/getting-started/).
The section https://docs.camunda.io/docs/guides/getting-started/implement-service-task/ shows how to configure the service task on the process engine side. On the Go side you can now implement an external worker (instead of zbctl in the example) as described here: https://github.com/camunda/zeebe/tree/main/clients/go

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文