(runtime?: WorkflowRuntime)
| 143 | let workflowRuntime: WorkflowRuntime = runWorkflowLifecycle |
| 144 | |
| 145 | export function __setWorkflowRuntimeForTests(runtime?: WorkflowRuntime): void { |
| 146 | workflowRuntime = runtime ?? runWorkflowLifecycle |
| 147 | } |
| 148 | |
| 149 | function getWorkflowAppState(appState: AppState): AppState { |
| 150 | return { |