Lightning Workflow includes tools for building organization-specific content workflows using the Workflows and Content Moderation modules in Drupal 8 core. Out of the box, it gives you the ability to manage content in one of four workflow states (draft, needs review, published, and archived). You can create as many additional states as you like and define transitions between them. It's also possible to schedule content to be transitioned between states at a specific future date and time.
Lightning Workflow 4.0.0
WARNING: Lightning Workflow 4.0.0 drops all hard dependencies on contributed modules, as well as previous update paths. Read the release notes before upgrading to it, or you may break your site!
Components
Lightning Workflow's components are not enabled by default. You can install them like any other Drupal modules.
Lightning Scheduler (lightning_scheduler
)
Provides the ability to schedule workflow state transitions to take place automatically at a future date and time.
Installation
This component can only be installed using Composer. To add it to your Drupal code base:
composer config repositories.drupal composer https://packages.drupal.org/8
composer require drupal/lightning_workflow
Updates
Lightning Workflow and its components use the normal Drupal database update system as often as possible. However, there are occasionally certain updates which touch configuration and may change the functionality of your site. These updates are optional, and are performed by a special utility at the command line. This utility is compatible with Drush 9 or later.
To run updates using Drush:
drush update:lightning
Project information
- Minimally maintained
Maintainers monitor issues, but fast responses are not guaranteed. - Module categories: Content editing experience
- 5,846 sites report using this module
- Created by balsama on , updated
- Stable releases for this project are covered by the security advisory policy.
Look for the shield icon below.
Releases
Drops hard contributed dependencies. Read release notes before upgrading!
Development version: 4.0.x-dev updated 10 Jan 2023 at 18:55 UTC
Bumps the dependency on Lightning Core.
Development version: 8.x-3.x-dev updated 10 Jan 2023 at 18:04 UTC