mirror of
https://github.com/simstudioai/sim.git
synced 2026-02-16 01:15:26 -05:00
fix(copilot): fix execute workflow from diff store (#1894)
* Fix run from diff store * Fix copilot run workflow
This commit is contained in:
committed by
GitHub
parent
41f3d506da
commit
c86f2a0537
@@ -13,6 +13,12 @@ export interface ExecutionMetadata {
|
||||
startTime: string
|
||||
pendingBlocks?: string[]
|
||||
resumeFromSnapshot?: boolean
|
||||
workflowStateOverride?: {
|
||||
blocks: Record<string, any>
|
||||
edges: Edge[]
|
||||
loops?: Record<string, any>
|
||||
parallels?: Record<string, any>
|
||||
}
|
||||
}
|
||||
|
||||
export interface ExecutionCallbacks {
|
||||
|
||||
Reference in New Issue
Block a user