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.
当创建/加载有状态知识会话时,工作项处理程序会向其注册。
Human-task work-item-handler 依次为 TaskService 注册事件响应处理程序。
在一个场景中,每个流程实例使用一个会话(每个流程实例一个会话)和一个单例 TaskService,如何从 TaskService 取消注册任务事件响应处理程序?
您应该处理您的处理程序: https ://github.com/droolsjbpm/jbpm/blob/5.4.0.Final/jbpm-human-task/jbpm-human-task-core/src/main/java/org/jbpm/进程/工作项/wsht/GenericHTWorkItemHandler.java#L165