Site Administration

Create a Custom Workflow for Drupal 8, 9, and 10

The real power of the Workflows module is the fact that you can define your own custom workflows. Creating a new custom workflow requires adding a new workflow, and configuring the states and transitions that workflow will use.

In this tutorial we'll:

  • Create and configure a new workflow
  • Define and configure a set of states and transitions for the workflow
  • Understand some best practices to keep in mind when defining workflows

By the end of this tutorial you'll be able to define your own custom workflows for any use-case.