Skip to main content
Skip to main content

CreateWorkflowComposerContext

CreateWorkflowComposerContext: Object

Properties

hooks_string[]Required
hooksCallback_Record<string, Function[]>Required
workflowIdstringRequired
flowOrchestratorBuilderRequired
handlersWorkflowHandlerRequired
stepBinder<TOutput>(fn: StepFunctionResult) => WorkflowData<TOutput>Required
hookBinder<TOutput>(name: string, fn: Function) => WorkflowData<TOutput>Required
parallelizeBinder<TOutput>(fn: (this: CreateWorkflowComposerContext) => TOutput) => TOutputRequired
Was this section helpful?