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
7 lines
247 B
TypeScript
7 lines
247 B
TypeScript
export * from "./helper"
|
|
export * from "./medusa-workflow"
|
|
export * as WorkflowOrchestratorTypes from "./types"
|
|
export { IWorkflowEngineService } from "./types/service"
|
|
export * from "./utils/composer"
|
|
export * as Composer from "./utils/composer"
|