Skip to main content
View as Markdown

Type Alias: FlowStepInput

FlowStepInput: object

Defined in: flow-builder.ts:22

Payload for a generic flow step.

Use generic steps for process milestones that are not messages, services, actors, external systems, sub-flows, or custom nodes.

Type declaration

id

id: FlowStepId

nextSteps?

optional nextSteps: FlowStepPointer[]

summary?

optional summary: string

title?

optional title: string