symbiote/silverstripe-advancedworkflow
Adds configurable workflow support to the CMS, with a GUI for creating custom workflow definitions.
Package info
github.com/silverstripe/silverstripe-advancedworkflow
Type:silverstripe-vendormodule
pkg:composer/symbiote/silverstripe-advancedworkflow
Requires
- php: ^8.3
- silverstripe/admin: ^3
- silverstripe/cms: ^6
- silverstripe/framework: ^6.1
- silverstripe/versioned: ^3
- symfony/yaml: ^7.0
Requires (Dev)
Suggests
- symbiote/silverstripe-queuedjobs: Allow automated workflow transitions with queued system jobs
Provides
None
Conflicts
None
Replaces
BSD-3-Clause 063cd839c6c0204eac743b2eefb78f1585eea766
- Marcus Nyeholt <marcus.woop@symbiote.com.au>
- Andrew Short <andrewjshort.woop@gmail.com>
This package is auto-updated.
Last update: 2026-05-22 05:33:54 UTC
README
👁 CI
👁 Silverstripe supported module
Overview
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.
Installation
composer require symbiote/silverstripe-advancedworkflow
Documentation
Contributing
Translations
Translations of the natural language strings are managed through a third party translation interface, transifex.com. Newly added strings will be periodically uploaded there for translation, and any new translations will be merged back to the project source code.
Please use https://www.transifex.com/projects/p/silverstripe-advancedworkflow to contribute translations, rather than sending pull requests with YAML files.
