symbiote / silverstripe-advancedworkflow
Adds configurable workflow support to the CMS, with a GUI for creating custom workflow definitions.
Installs: 263 235
Dependents: 8
Suggesters: 3
Security: 0
Stars: 47
Watchers: 19
Forks: 70
Open Issues: 76
Type:silverstripe-vendormodule
Requires
- php: ^8.3
- silverstripe/admin: ^3
- silverstripe/cms: ^6
- silverstripe/framework: ^6
- silverstripe/versioned: ^3
- symfony/yaml: ^7.0
Requires (Dev)
Suggests
- symbiote/silverstripe-queuedjobs: Allow automated workflow transitions with queued system jobs
Replaces
- silverstripe/advancedworkflow: 7.0.0-rc1
- 7.x-dev
- 7.0.x-dev
- 7.0.0-rc1
- 7.0.0-beta1
- 7.0.0-alpha1
- 6.x-dev
- 6.4.x-dev
- 6.4.1
- 6.4.0
- 6.4.0-rc1
- 6.4.0-beta1
- 6.3.x-dev
- 6.3.1
- 6.3.0
- 6.3.0-rc1
- 6.3.0-beta1
- 6.2.x-dev
- 6.2.4
- 6.2.3
- 6.2.2
- 6.2.1
- 6.2.0
- 6.2.0-rc1
- 6.2.0-beta1
- 6.1.x-dev
- 6.1.4
- 6.1.3
- 6.1.2
- 6.1.1
- 6.1.0
- 6.1.0-rc1
- 6.1.0-beta1
- 6.0.x-dev
- 6.0.4
- 6.0.3
- 6.0.2
- 6.0.1
- 6.0.0
- 6.0.0-rc1
- 6.0.0-beta1
- 5.x-dev
- 5.9.x-dev
- 5.9.7
- 5.9.6
- 5.9.5
- 5.9.4
- 5.9.3
- 5.9.2
- 5.9.1
- 5.9.0
- 5.9.0-rc1
- 5.9.0-beta1
- 5.8.x-dev
- 5.8.0
- 5.8.0-rc1
- 5.8.0-beta1
- 5.7.x-dev
- 5.7.0
- 5.6.x-dev
- 5.6.0
- 5.6.0-rc1
- 5.6.0-beta1
- 5.5.x-dev
- 5.5.1
- 5.5.0
- 5.5.0-rc1
- 5.5.0-beta1
- 5.5.0-alpha1
- 5.4.x-dev
- 5.4.0
- 5.4.0-rc1
- 5.4.0-beta1
- 5.3.x-dev
- 5.3.1
- 5.3.0
- 5.2.x-dev
- 5.2.2
- 5.2.1
- 5.2.0
- 5.1.x-dev
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.x-dev
- 5.0.8
- 5.0.7
- 5.0.6
- 5.0.5
- 5.0.4
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- 4.x-dev / 4.3.x-dev
- 4.2.x-dev
- 4.2.0
- 4.1.x-dev
- 4.1.0
- 4.0.x-dev
- 4.0.1
- 4.0.0
- 3.9.x-dev
- 3.9.1
- 3.9.0
- 3.8.x-dev
- 3.8.2
- 3.8.1
- 3.8.0
- 3.7.x-dev
- 3.7.2
- 3.7.1
- 3.7.0
- 3.6.1
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.3
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.x-dev
- 3.2.3
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.x-dev
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.x-dev
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.1-rc1
- 2.1.0
- dev-dependabot/npm_and_yarn/requirejs-2.3.7
- dev-dependabot/npm_and_yarn/braces-3.0.3
- dev-dependabot/npm_and_yarn/ws-7.5.10
- dev-dependabot/npm_and_yarn/webpack-5.94.0
- dev-dependabot/npm_and_yarn/elliptic-6.6.1
- dev-master
- dev-fix-issues/240
- dev-ss24
This package is auto-updated.
Last update: 2025-05-21 21:51:00 UTC
README
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.