Skip to content

symbiote/silverstripe-advancedworkflow

Folders and files

NameName
Last commit message
Last commit date
Mar 27, 2025
Mar 6, 2023
Dec 3, 2021
Aug 21, 2023
May 10, 2023
Feb 4, 2018
Feb 7, 2024
Dec 14, 2023
Apr 28, 2019
Jun 14, 2023
Sep 25, 2017
Sep 25, 2017
Nov 21, 2015
Jul 19, 2022
Jul 15, 2022
Jul 19, 2022
Sep 21, 2017
Jun 23, 2017
Aug 2, 2022
Dec 10, 2012
Sep 21, 2017
Jun 14, 2023
Nov 21, 2015
Sep 21, 2017
Jul 9, 2024
Jan 16, 2018
Jul 19, 2022
Dec 1, 2020
Aug 2, 2022
Sep 25, 2017
Dec 1, 2024

Advanced Workflow Module

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.

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.