No results for ""
EXPAND ALL
  • Home
  • API docs

Creating workflows

Read time: 6 minutes
Last edited: Aug 16, 2024

Overview

This topic explains how to create and view workflows in LaunchDarkly.

You can create three kinds of workflows:

  • Progressive rollout workflows gradually increase the percentage of contexts targeted by a flag.
  • Maintenance windows let you temporarily toggle targeting on or off.
  • Custom workflows manage a specific rollout process that you define.

You can also save a workflow as a template to reuse later. To learn how, read Workflow templates.

You can also use the REST API: Workflows

Create progressive rollout workflows

To create a progressive rollout workflow:

  1. Navigate to a feature flag.
  2. Click Manage workflows in the right sidebar.
  3. Click Progressive rollout. A "Configure progressive rollout" dialog appears.
  4. Configure your progressive rollout:
  • Choose when to start the workflow.
  • Choose the default variation to roll out to contexts.
  • Choose how much to increase the percentage of the rollout, starting at 0%. This setting overwrites any previously-defined rollouts for the default variation, so you should check to ensure that the default variation will not be reduced. Each increase is a step change, just as if you changed the percentage manually.
  • Choose how frequently to increase the rollout percentage.
  • Choose which context attribute to roll out by.
The "Configure progressive rollout" workflow dialog.
The "Configure progressive rollout" workflow dialog.
  1. Click Review workflow. An overview of the workflow appears.
  2. (Optional) Click the edit icon next to the title to edit the title.
  3. (Optional) Click the edit icon next to "Add a description" to add a description.
  4. (Optional) If you have an approvals process, you can remove the first "Schedule" step, add an approval step, and then re-add the schedule step.
Click to expand details on adding an approval step

If you have an approvals process, you can add an approval step to your workflow.

Here's how:

  1. Click the overflow menu in the first first "Schedule" step.
  2. Choose "Delete step." The Request approval and Schedule date and time options appear.
  3. Click Request approval.
  4. Click into the Reviewers menu and choose an approver.
  5. Enter a description in the Description field.

You must add approval steps before you add schedule steps.

  1. Click Start workflow.

For multivariate workflows, LaunchDarkly decreases and recalculates the variations that are not selected for the rollout. You should confirm the auto-calculated percentage rollouts and adjust them to your preferences if needed.

Create maintenance window workflows

You can use workflows to create maintenance windows that toggle a flag's targeting on or off, and then back off or on, during a scheduled date and time.

To create a maintenance window workflow:

  1. Navigate to the Flags list and select the flag you want to create a workflow for.
  2. Click Manage workflows in the right sidebar.
  3. Click Maintenance window. A "Configure a maintenance window" dialog appears.
  4. Configure your maintenance window:
  • Choose whether to toggle the flag's targeting on or off during the maintenance.
  • Choose when to start the maintenance.
  • Choose the length of the maintenance period.
The "Configure maintenance window" workflow dialog.
The "Configure maintenance window" workflow dialog.
  1. Click Review workflow. An overview of the workflow appears.
  2. (Optional) Click the edit icon next to the title to edit the title.
  3. (Optional) Click the edit icon next to "Add a description" to add a description.
  4. (Optional) If you have an approvals process, you can remove the first "Schedule" step, add an approval step, and then re-add the schedule step.

Create custom workflows

To create a custom workflow:

  1. Navigate to the Flags list and select the flag you want to create a workflow for.
  2. Click Manage workflows in the right sidebar.
  3. Click Custom build. A "Name the workflow" dialog appears.
  4. Add a Name and an optional Description.
  5. Click Next.
  6. (Optional) If you have an approvals process, click Request approval.
  • Click into the Reviewers menu and choose an approver.
  • Enter a description in the Description field.
  • You must add approval steps before you add schedule steps. If you accidentally add a schedule step first, delete the schedule step, and then add the approval step as the first step of that stage.
The "Approval Request" step of a custom workflow.
The "Approval Request" step of a custom workflow.
  1. If you don't need to request approval, click Schedule date and time.
  • Choose Later to schedule the stage to begin a specified amount of time after the previous stage, for example, one hour after the previous stage
  • Choose Specific date and time to schedule the stage to begin at a specific time, for example, 4:00 PM on January 3, 2025
  1. Click plus (+) to add another step to your workflow.
  2. Add additional flag changes you want to make.
  3. Add another approval or schedule condition step to create another stage of the workflow.
  4. When you have added all of your release steps to the workflow, click Start workflow.

LaunchDarkly now processes the workflow steps for you based on the timeline and actions that you defined.

View workflows

There are two ways to view active workflows for a feature flag. You can use the progress bar, or view the workflow details in a read-only view.

Progress bar

To view the status of a workflow on the Targeting page:

  1. Navigate to the Flags list and select the flag with the workflow you want to view. The flag's targeting page appears.
  2. View active workflows listed at the top of the targeting page.
  3. Click a stage bubble for more information on what actions are being taken in that stage.
The bubbles of the progress bar show more details about each change in the stage.
The bubbles of the progress bar show more details about each change in the stage.

Workflow details

To view the workflow details:

  1. Navigate to the Flags list and select the flag with the workflow you want to view. The flag's targeting page appears.
  2. Click Manage workflows in the right sidebar.
  3. Click the name of the workflow you'd like to view.