PersistentAI API Documentation / @persistentai/fireflow-vfs / / OperationCancelledMetadata
Interface: OperationCancelledMetadata
Defined in: packages/fireflow-vfs/src/types/confirmation.ts:92
Metadata for OPERATION_CANCELLED VFS event
Properties
operation
operation:
"move"|"delete"|"copy"
Defined in: packages/fireflow-vfs/src/types/confirmation.ts:96
Operation type
planId
planId:
string
Defined in: packages/fireflow-vfs/src/types/confirmation.ts:94
Plan ID
reason
reason:
"timeout"|"user_cancelled"
Defined in: packages/fireflow-vfs/src/types/confirmation.ts:102
Cancellation reason
sourcePath
sourcePath:
string
Defined in: packages/fireflow-vfs/src/types/confirmation.ts:98
Source path
targetPath
targetPath:
string
Defined in: packages/fireflow-vfs/src/types/confirmation.ts:100
Target path