Skip to main content

Workflows overview

A Bitrise Workflow is a collection of Steps. When a build of a project is running, each Step will be executed in the order that is defined in the Workflow. Workflows can be created, defined and modified in two ways:

Ultimately, both methods modify the bitrise.yml file - the Workflow Editor is simply a friendlier way of doing so!

By default, a single build is a single Workflow. But you can also chain Workflows together so they run in succession, as well as to trigger multiple Workflow to run simultaneously.

Workflows can also be arranged into Pipelines. A Pipeline consists of multiple Stages and each Stage consists of one or more Workflows which run in parallel.