<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [WorkflowSchema](./schema.workflowschema.md)

## WorkflowSchema interface

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

<b>Signature:</b>

```typescript
export interface WorkflowSchema extends ResourceSchema 
```
<b>Extends:</b> [ResourceSchema](./schema.resourceschema.md)

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [input?](./schema.workflowschema.input.md) |  | string\[\] | <i>(Optional)</i> A list of input names that are expected to be provided in addition to the workflow steps |
|  [profile](./schema.workflowschema.profile.md) |  | 'workflow' |  |
|  [steps?](./schema.workflowschema.steps.md) |  | [Step](./schema.step.md)<!-- -->\[\] | <i>(Optional)</i> The workflow steps |

