Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
最近我尝试在 scala 上使用 zeebe,zeebe io,我有一些未完成的实例,不知道如何删除它们,有人可以建议我对此有何决定吗?
可以通过以下方式取消工作流实例:
命令行:
zbctl cancel instance INSTANCE_KEY
通过客户端以编程方式(java api 示例):
zeebeClient .newCancelInstanceCommand(instanceKey) .send();
或直接用每行右侧的取消按钮进行操作。