How to Run a Workflow

To Run a Workflow

There are two ways to run a workflow:

  1. Use the CLI command

  2. 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 command

Makefile

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 Make

Last updated

Was this helpful?