Home > @datashaper/workflow > StepInput
Step input data for parsing workflow schemas
Signature:
export interface StepInput<T extends object | void | unknown = unknown> | Property | Modifiers | Type | Description |
|---|---|---|---|
| args? | T | (Optional) The verb arguments | |
| description? | string | (Optional) | |
| id? | string | (Optional) A unique identifier for this step | |
| input? | WorkflowStepId | Record<string, WorkflowInput | WorkflowInput[] | undefined> | (Optional) The bound inputs Key = Input Socket Name Value = Socket Binding to other node | |
| verb | Verb | The verb being executed |