# WorkflowData (/docs/api/type-aliases/WorkflowData)



```ts
type WorkflowData = Record<string, unknown>;
```

Defined in: [packages/core/src/parser.ts:8](https://github.com/austenstone/actio/blob/2b01e694a0f76521d8c073f3c6a2e48917d2c9d9/packages/core/src/parser.ts#L8)

Plain-JS workflow model. Intentionally loose — we only type macro-relevant bits at use sites.


## Sitemap

Browse the full documentation: [Markdown sitemap](https://austenstone.github.io/actio/sitemap.md) · [XML sitemap](https://austenstone.github.io/actio/sitemap.xml)