(olderThanDays: number)
| 423 | getSnapshot(id: string): Promise<WorkflowExecutionSnapshot | null> |
| 424 | computeStateHash(state: WorkflowState): string |
| 425 | cleanupOrphanedSnapshots(olderThanDays: number): Promise<number> |
| 426 | } |
| 427 | |
| 428 | export interface SnapshotCreationResult { |
no outgoing calls
no test coverage detected