Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

增加执行实例状态而非执行历史 #112

Open
hello-colin opened this issue Nov 29, 2022 · 1 comment
Open

增加执行实例状态而非执行历史 #112

hello-colin opened this issue Nov 29, 2022 · 1 comment

Comments

@hello-colin
Copy link

举例说明:
A 工作流 27到29号 每天0点启动一个定时任务,做数据增量处理。
假设A-2022-11-29 任务在当天执行失败,2022/11/29号下午16点进行重跑成功。
此时在执行历史有4个状态(27-29号)
A-2022-11-27 success 执行时间:2022-11-27 00:00
A-2022-11-28 success 执行时间:2022-11-28 00:00
A-2022-11-29 failed 执行时间:2022-11-29 00:00
A-2022-11-29 success 执行时间:2022-11-29 16:00
希望看到以下3个实例的状态,而非4个执行历史,以方便业务人员对业务数据进行直观管理,可针对任意失败进行处理,直至所有状态均为成功。
A-2022-11-27 success 执行时间:2022-11-27 00:00
A-2022-11-28 success 执行时间:2022-11-28 00:00
A-2022-11-29 success 执行时间:2022-11-29 16:00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@hello-colin and others