workflow.step.md

February 13, 2024 ยท View on GitHub

Home > @datashaper/workflow > Step

Step interface

Resolved step data, used in living workflows

Signature:

export interface Step<T extends object | void | unknown = unknown> 

Properties

PropertyModifiersTypeDescription
argsTThe verb arguments
description?string(Optional)
idstringA unique identifier for this step
input{ source?: InputBinding; others?: InputBinding[]; [key: string]: InputBinding | InputBinding[] | undefined; }The bound inputs Key = Input Socket Name Value = Socket Binding to other node
verbVerbThe verb being execute