silverstripe/advancedworkflow
Adds configurable workflow support to the CMS, with a GUI for creating custom workflow definitions.
Maintainers
Package info
github.com/silverstripe-australia/silverstripe-advancedworkflow
Type:silverstripe-vendormodule
pkg:composer/silverstripe/advancedworkflow
Requires
- php: ^7.3 || ^8.0
- silverstripe/admin: ^1
- silverstripe/cms: ^4
- silverstripe/framework: ^4.10
- silverstripe/versioned: ^1
- symfony/yaml: ^3 || ^4
Requires (Dev)
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3
Suggests
- symbiote/silverstripe-queuedjobs: Allow automated workflow transitions with queued system jobs
Provides
None
Conflicts
None
Replaces
BSD-3-Clause 9b5f3252efa2b57046e8f1054c9669be03c1efef
- Marcus Nyeholt <marcus.woop@symbiote.com.au>
- Andrew Short <andrewjshort.woop@gmail.com>
This package is not auto-updated.
Last update: 2022-02-01 12:22:28 UTC
README
👁 Build Status
👁 Scrutinizer Code Quality
👁 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.
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.
