Re??[DISCUSS][SUMMER-2020] Modify the search rules of task instances

2020-08-16 Thread Yichao Yang
Hi, This is a good idea. I think you can check this two point. 1.Check what the difference will be displayed in the UI to user when you the change from `starttime` to `submittime`. 2.Is there any else logic use these three function in api, server, alert module? You can reply to this mail when

Re: [DISCUSS][SUMMER-2020] Modify the search rules of task instances

2020-08-15 Thread JUN GAO
I think it is a good idea wang 于2020年8月16日 周日10:31写道: > Because of the addition of new features, the task will not have a start > time before it starts executing. In the original design, the search rule > for task instances mainly used the start time. For example, the following > methods in TaskI

[DISCUSS][SUMMER-2020] Modify the search rules of task instances

2020-08-15 Thread wang
Because of the addition of new features, the task will not have a start time before it starts executing. In the original design, the search rule for task instances mainly used the start time. For example, the following methods in TaskInstanceMapper: 1. findValidTaskListByProcessId 2. queryT