(state: WorkflowState)
| 422 | createSnapshot(workflowId: string, state: WorkflowState): Promise<WorkflowExecutionSnapshot> |
| 423 | getSnapshot(id: string): Promise<WorkflowExecutionSnapshot | null> |
| 424 | computeStateHash(state: WorkflowState): string |
| 425 | cleanupOrphanedSnapshots(olderThanDays: number): Promise<number> |
| 426 | } |
| 427 |
no outgoing calls
no test coverage detected