Skip to main content
View as Markdown

Type Alias: FlowBuilderInput

FlowBuilderInput: Omit<Flow, "steps"> & object

Defined in: flow-builder.ts:12

Input used to create a flow builder.

This is the normal Flow resource shape without requiring steps up front. You can pass existing steps if you want to append to a partially built flow.

Type declaration

steps?

optional steps: FlowStep[]