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.
我遇到了一个场景,我创建了一个流程实例,然后在任务上启动了流程。
有没有办法使用 bpmn 中的 kContext 更新任务状态?(将任务从保留移动到进行中)
谢谢。
经过调查,我的概念有缺陷。
解决方案是创建一个自定义 WorkItemHandler 来执行我想要的操作。