How to Run a Workflow
To Run a Workflow
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.
CLI command
The CLI command is stoobly-agent scaffold workflow run
This is great for users who have small setups and prefer simplicity.
Running with CLI commandMakefile
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.
Running with MakeLast updated
Was this helpful?