createWorkflow
createWorkflow<
TInput,TOutput>(runtime,definition,overrides?):Workflow<TInput,TOutput>
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
Parameters
Section titled “Parameters”runtime
Section titled “runtime”definition
Section titled “definition”WorkflowDefinition<TInput, TOutput>
overrides?
Section titled “overrides?”Returns
Section titled “Returns”Workflow<TInput, TOutput>