symbiote / silverstripe-advancedworkflow
Adds configurable workflow support to the CMS, with a GUI for creating custom workflow definitions.
Installs: 232 365
Dependents: 8
Suggesters: 3
Security: 0
Stars: 47
Watchers: 19
Forks: 71
Open Issues: 74
Type:silverstripe-vendormodule
Requires
- php: ^8.1
- silverstripe/admin: ^2
- silverstripe/cms: ^5
- silverstripe/framework: ^5
- silverstripe/versioned: ^2
- symfony/yaml: ^6
Requires (Dev)
Suggests
- symbiote/silverstripe-queuedjobs: Allow automated workflow transitions with queued system jobs
Replaces
- 7.x-dev
- 6.x-dev
- 6.3.x-dev
- 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/elliptic-6.6.0
- dev-master
- dev-fix-issues/240
- dev-ss24
This package is auto-updated.
Last update: 2024-11-04 00:09:55 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.
Requirements
- Silverstripe Framework and CMS 3.1 or newer
- (Optional) Queued Jobs module (for embargo/expiry functionality)
Note: The Silverstripe 2.4 version of the module is available from the ss24 branch of the repository.
Installation
composer require symbiote/silverstripe-advancedworkflow
The workflow extension is automatically applied to the SiteTree
class (if available).
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.