Files
medusa-store/www/apps/resources/references/modules/workflows/page.mdx
Shahed Nasser 2e16949979 docs: update imports and package names across docs (#9375)
* docs: update imports and package names across docs
+ reference configs

* generate files

* fix import

* change preview to rc
2024-10-01 11:03:42 +02:00

19 lines
675 B
Plaintext

---
slug: /references/workflows
---
import { TypeList } from "docs-ui"
# Workflows API Reference
This section of the documentation provides a reference to the utility functions of the `@medusajs/framework/workflows-sdk` package.
## Functions
- [createHook](../../workflows/functions/workflows.createHook/page.mdx)
- [createStep](../../workflows/functions/workflows.createStep/page.mdx)
- [createWorkflow](../../workflows/functions/workflows.createWorkflow/page.mdx)
- [parallelize](../../workflows/functions/workflows.parallelize/page.mdx)
- [transform](../../workflows/functions/workflows.transform/page.mdx)
- [when](../../workflows/functions/workflows.when/page.mdx)