createWorkflow
createWorkflow<
TInput,TOutput,TRawInput>(runtime,definition,overrides?):Workflow<TInput,TOutput,TRawInput>
Defined in: packages/core/src/workflow/create.ts:9
Functional factory for tests and libraries. In project code, use AdlRuntime.createWorkflow.
Type Parameters
Section titled “Type Parameters”TInput
Section titled “TInput”TInput
TOutput
Section titled “TOutput”TOutput
TRawInput
Section titled “TRawInput”TRawInput = TInput
Parameters
Section titled “Parameters”runtime
Section titled “runtime”definition
Section titled “definition”WorkflowDefinition<TInput, TOutput, TRawInput>
overrides?
Section titled “overrides?”Returns
Section titled “Returns”Workflow<TInput, TOutput, TRawInput>