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

Latest commit

 

History

History
23 lines (15 loc) · 910 Bytes

File metadata and controls

23 lines (15 loc) · 910 Bytes

Home > @datashaper/schema > WorkflowSchema

WorkflowSchema interface

The root wrangling workflow specification. resource profile: 'workflow'

Signature:

export interface WorkflowSchema extends ResourceSchema 

Extends: ResourceSchema

Properties

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