Running a Workflow
Last updated
Last updated
There are two ways to run a workflow:
Use the CLI command
Use the provided Makefile
Each have their pros and cons that we'll describe below.
The CLI command is stoobly-agent scaffold workflow run
This is great for users who have small setups and prefer simplicity.
The Makefile contains make commands for common operations. This provides an opinionated way to run commands following our best practices.
This is recommended for larger teams and CI/test environments.