Files
medusa-store/www/apps/resources/app/architectural-modules/workflow-engine/page.mdx
Shahed Nasser 65be42c818 docs: add integrations page (#7421)
* add integrations page

* update payment provider docs

* use stripe icon
2024-05-28 13:25:03 +03:00

14 lines
450 B
Plaintext

import { ChildDocs } from "docs-ui"
export const metadata = {
title: `Workflow Engine Modules`,
}
# {metadata.title}
Workflow engine modules handle tracking and recording the transactions and statuses of workflows and their steps.
Medusa uses the In-Memory Workflow Engine Module by default. For production purposes, it's recommended to use the Redis Engine Module instead.
<ChildDocs type="item" hideItems={["Guides"]} onlyTopLevel={true} />