mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-26 14:44:55 +00:00
Generated by Spark: Add workflow filtering by status (success, failed, running)
This commit is contained in:
@@ -237,6 +237,8 @@ export interface Workflow {
|
||||
nodes: WorkflowNode[]
|
||||
connections: WorkflowConnection[]
|
||||
isActive: boolean
|
||||
status?: 'success' | 'failed' | 'running'
|
||||
lastRun?: number
|
||||
createdAt: number
|
||||
updatedAt: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user