taskid是act_hi_taskinst的主键

act_hi_taskinst这张表的数据每次运行结束都会删除,并生成新的数据,一个流程S980的时候全部数据被删除

Task task1 = taskService.createTaskQuery().singleResult()是用来查询act_hi_taskinst的数据,只允许出现一条数据

 

activiti测试用来观察的几张表

相关文章:

  • 2021-06-24
  • 2021-08-12
  • 2021-09-29
  • 2022-12-23
  • 2022-12-23
  • 2021-07-07
  • 2022-01-23
  • 2021-11-30
猜你喜欢
  • 2022-12-23
  • 2021-11-30
  • 2022-12-23
  • 2021-09-14
  • 2022-01-27
  • 2021-09-30
  • 2021-05-15
相关资源
相似解决方案