> For the complete documentation index, see [llms.txt](https://docs.stoobly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stoobly.com/guides/how-to-integrate-e2e-testing/how-to-run-a-workflow.md).

# How to Run a Workflow

## Background

{% content-ref url="/pages/kGz1rovOOBYXXhoOcn3E" %}
[Workflow](/core-concepts/scaffold/workflow.md)
{% endcontent-ref %}

## To Run a Workflow

There are two ways to run a workflow:

1. Use the CLI command
2. Use the provided `Makefile`

### CLI Command

The CLI command is `stoobly-agent scaffold workflow up` .

This is great for users who have small setups and prefer getting started quickly. To learn more, see:

{% content-ref url="/pages/QCzlmGBBwpBzMSRsNZZq" %}
[Running with CLI command](/guides/how-to-integrate-e2e-testing/how-to-run-a-workflow/running-with-cli-command.md)
{% endcontent-ref %}

### Makefile

The Makefile contains commands for common operations. This provides an opinionated way to run commands following our best practices. This is recommended for teams using CI environments. To learn more, see:

{% content-ref url="/pages/yy8sa3l21uzMkbO2nWIE" %}
[Running with Make](/guides/how-to-integrate-e2e-testing/how-to-run-a-workflow/running-with-make.md)
{% endcontent-ref %}
