schema.workflowschema.md

February 8, 2023 ยท View on GitHub

Home > @datashaper/schema > WorkflowSchema

WorkflowSchema interface

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

Signature:

export interface WorkflowSchema extends ResourceSchema 

Extends: ResourceSchema

Properties

PropertyModifiersTypeDescription
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