Home > @datashaper/schema > WorkflowSchema
The root wrangling workflow specification. resource profile: 'workflow'
Signature:
export interface WorkflowSchema extends ResourceSchema Extends: ResourceSchema
| Property | Modifiers | Type | Description |
|---|---|---|---|
| input? | string[] | (Optional) A list of input names that are expected to be provided in addition to the workflow steps | |
| profile | 'workflow' | ||
| steps? | Step[] | (Optional) The workflow steps |