- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
In-Memory Workflow Engine Module
The In-Memory Workflow Engine Module uses a plain JavaScript Map object to store the workflow executions.
This module is helpful for development or when you’re testing out Medusa, but it’s not recommended to be used in production.
For production, it’s recommended to use modules like Redis Workflow Engine Module.
Register the In-Memory Workflow Engine Module#
Note: The In-Memory Workflow Engine Module is registered by default in your application.
Add the module into the modules
property of the exported object in medusa-config.ts
:
Was this page helpful?