Files
medusa-store/www/apps/resources/references/modules/workflows/page.mdx
github-actions[bot] c066fe993f chore(docs): Generated References (automated) (#13492)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
2025-09-15 11:57:03 +03:00

20 lines
795 B
Plaintext

---
slug: /references/workflows
---
import { TypeList } from "docs-ui"
# Workflows SDK Reference
This section of the documentation provides a reference to Medusa's Workflows SDK, where you can find all accepted inputs, expected output, and example code snippets.
## Functions
- [applyStep](../../workflows/functions/workflows.applyStep/page.mdx)
- [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)
- [resolveValue](../../workflows/functions/workflows.resolveValue/page.mdx)
- [transform](../../workflows/functions/workflows.transform/page.mdx)