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.
取消工作流是指物理上删除数据库中的processInstance、taskInstance等工作流相关,而不是逻辑上删除。因此,是否有可能取消工作流程?如果可能的话,让我知道如何处理样品。我还想获得工作流程取消日期。
您是否考虑过使用 Activiti 工作流,或者因为兼容性问题而不得不继续使用 JBPM?Activiti 工作流默认将其历史记录存储在 act_hi_* 数据库表中,因此获取该数据比手动尝试触发取消 JBPM 流程要容易得多。