Skip to main content
View as Markdown

Type Alias: FlowExternalSystemStepInput

FlowExternalSystemStepInput: FlowStepInput & object

Defined in: flow-builder.ts:87

Payload for a flow step that represents an external system.

Type declaration

externalSystem?

optional externalSystem: object

externalSystem.name

name: string

externalSystem.summary?

optional summary: string

externalSystem.url?

optional url: string

name?

optional name: string

url?

optional url: string