workflow-with-parallel-steps
v0.0.1-alpha.2
Published
A simple example showing how to create a parallel workflow steps.
Readme
Workflow with parallel steps
A simple example showing how to create a parallel workflow steps.
Prerequisites
- Node.js v20.0+
- pnpm (recommended) or npm
Getting Started
Clone the repository and navigate to the project directory:
git clone https://github.com/mastra-ai/mastra cd examples/basics/workflows/workflow-with-parallel-stepsInstall dependencies:
pnpm installRun the example:
pnpm start
