(
runId: string,
options?: Pick<
WorkflowRunnerRunOptions,
| "abortSignal"
| "backgroundOnMessageQueued"
| "allowResumeFromInterrupted"
| "allowRetryFromFailedCheckpoint"
>
)
| 148 | spec: WorkflowNestedWorkflowSpec; |
| 149 | }): Promise<WorkflowNestedWorkflowRun>; |
| 150 | run( |
| 151 | runId: string, |
| 152 | options?: Pick< |
| 153 | WorkflowRunnerRunOptions, |
no outgoing calls