feat(medusa): workflow engine api (#6330)
What:
Workflow Engine API.
Endpoints for:
- List workflow executions
- Run a workflow
- Set async steps as success or failure
- Retrieve the details of a workflow run
This commit is contained in:
@@ -91,6 +91,7 @@ module.exports = {
|
||||
resources: "shared",
|
||||
resolve: "@medusajs/cart",
|
||||
},
|
||||
[Modules.WORKFLOW_ENGINE]: true,
|
||||
[Modules.REGION]: {
|
||||
scope: "internal",
|
||||
resources: "shared",
|
||||
|
||||
Reference in New Issue
Block a user