A module that provides an action / transition approach to workflow, where a single workflow process is split into multiple configurable states (Actions) with multiple possible transitions between the actions.
- SilverStripe 2.4+
Add
DataObject::add_extension('SiteTree', 'WorkflowApplicable');
to your site's _config.php file