flowable / flowable-engine

A compact and highly efficient workflow and Business Process Management (BPM) platform for developers, system admins and business users.
https://www.flowable.org
Apache License 2.0
8.01k stars 2.63k forks source link

flowable启动流程,后续每个任务节点的创建时间结束时间,都是flowable的java服务启动时间 #3867

Closed wangpeia closed 8 months ago

wangpeia commented 8 months ago

Describe the bug 正常流程启动后,流程的启动时间应该为启动时的当前时间,任务的创建时间应该为,任务分配生成时的时间。但是我通过 List taskInstances =historyService.createHistoricTaskInstanceQuery().processInstanceId(flowRequest.getFlowId()).list(); 查询到的任务数据中,所有的createTime和endTime都是我的java服务时间(java服务就是集成了flowable,完成当前进行流程列表查询、待办查询等功能的服务),我也看了数据库,确实是服务时间,而不是真实事件

Expected behavior 流程的启动时间应该为启动时的当前时间,任务的创建时间应该为,任务分配生成时的时间。我基本上都是按照默认配置来的,并没有更改什么时间之类的配置,实在不清楚是哪里的问题导致这一现象。

Code List taskInstances =historyService.createHistoricTaskInstanceQuery().processInstanceId(flowRequest.getFlowId()).list();

Additional context flowable6.8.1 1711438588560

tijsrademakers commented 8 months ago

Sorry, we need the issue description to be in English. So will close this ticket and please reopen with a description in English when needed.