Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
20 lines
795 B
Plaintext
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)
|