How to Build Content Workflows in Drupal: A Practical Guide from WebWash
Managing content workflows in Drupal requires tools that guide content through editorial stages, from draft to publication.
Ivan Zugec's tutorial on WebWash explores three workflow tools available to Drupal site builders: the core Content Moderation module, the contrib Field States Transitions module, and the Webform Workflows Element module. Each tool serves different workflow needs—from full content revision management to field-specific workflows and form submission tracking. The blog provides detailed setup instructions for each, including role-based permissions, transition configuration, and YAML-based customisation for advanced use cases.
The core Content Moderation module supports editorial workflows using draft and published states with transitions managed through the Workflows module. Field States Transitions enables field-level workflows, offering editors one-click transitions and visual overviews. The Webform Workflows Element extends this concept to webforms, allowing submission workflows with state tracking and automated notifications. All three modules integrate with Drupal’s permission system, ensuring workflow transitions are limited to authorised users.
For standard content publishing, Content Moderation provides sufficient tools out of the box. More granular workflows, such as event tracking or user request processing, benefit from the flexibility of field and form-based modules. The post guides site builders through practical configuration steps for each scenario, offering a comprehensive overview of Drupal’s workflow capabilities.


