workflow-with-cyclical-deps
v0.0.1-alpha.2
Published
A simple example showing how to use tool as a workflow step.
Readme
Workflow with cyclical dependencies
A simple example showing how to use tool as a workflow step.
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-cyclical-depsInstall dependencies:
pnpm installRun the example:
pnpm start
