()
| 173 | }, 1000); |
| 174 | |
| 175 | export function retrieveLocalWorkflow(): PersistedWorkflowDocument { |
| 176 | return defaultWorkflow as any; |
| 177 | } |
| 178 | |
| 179 | const GRAPH_KEY = 'graph' |
| 180 | export function saveLocalWorkflow(graph: PersistedWorkflowDocument): void { |
nothing calls this directly
no outgoing calls
no test coverage detected