feat: workflow use common last run

This commit is contained in:
Joel
2025-07-14 15:10:21 +08:00
parent 928751a856
commit 7a9faf909e
18 changed files with 143 additions and 71 deletions

4
web/types/common.ts Normal file
View File

@ -0,0 +1,4 @@
export enum FlowType {
appFlow = 'appFlow',
ragFlow = 'ragFlow',
}