restruct/silverstripe-advancedworkflow

Advancedworkflow without the CMS dependency & some tweaks

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 70

Type:silverstripe-module

3.8.1 2017-06-22 01:07 UTC

README

Scrutinizer Code Quality Build Status

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 silverstripe/advancedworkflow

The workflow extension is automatically applied to the SiteTree class (if available).

Documentation

  • User guide
  • Developer 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.