Home > @datashaper/workflow > Step
Resolved step data, used in living workflows
Signature:
export interface Step<T extends object | void | unknown = unknown> | Property | Modifiers | Type | Description |
|---|---|---|---|
| args | T | The verb arguments | |
| description? | string | (Optional) | |
| id | string | A 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 | |
| verb | Verb | The verb being execute |