Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 982 Bytes

File metadata and controls

24 lines (16 loc) · 982 Bytes

Home > @datashaper/workflow > Step

Step interface

Resolved step data, used in living workflows

Signature:

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

Properties

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