下载 zeebe 所需环境 jdk 11
zeebe-broker-0.26.4
elasticsearch-6.7.0
camunda-operate-0.26.0
启动elasticsearch.bat
添加 yaml 参数
启动 broker
启动 operate.bat
zbctl status --insecure 查看状态
部署项目
zbctl deploy --insecure order-process.bpmn
cmd 管理员命令下面
zbctl --insecure create instance order-process --variables “{“orderId”: 1234}”
创建实例代码 https://docs.camunda.io/docs/product-manuals/zeebe/deployment-guide/getting-started/create-process-instance/