mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
feat: workflow use common last run
This commit is contained in:
4
web/types/common.ts
Normal file
4
web/types/common.ts
Normal file
@ -0,0 +1,4 @@
|
||||
export enum FlowType {
|
||||
appFlow = 'appFlow',
|
||||
ragFlow = 'ragFlow',
|
||||
}
|
||||
Reference in New Issue
Block a user