Fluent Workflow

Adds compatibility to symbiote/silverstripe-advancedworkflow for tractorcow/silverstripe-fluent


Fluent Workflow

Adds compatibility to symbiote/silverstripe-advancedworkflow for tractorcow/silverstripe-fluent

Maintainer Contact

Requirements

  • SilverStripe CMS 4.0+
  • tractorcow/silverstripe-fluent ~4.2
  • symbiote/silverstripe-advancedworkflow ~5.2

Installation

composer require webbuilders-group/silverstripe-fluent-workflow

Usage

Embargos and Workflow Instances will be created uniquely per locale on a page. Note the data object you are assigning these classes to must have the TractorCow\Fluent\Extension\FluentExtension extension (or one of it's subclasses).

For workflows use the following extension:

MyDataObject:
    extensions:
        - WebbuildersGroup\FluentWorkflow\Extensions\FluentWorkflowApplicable

For embargo's use the following extension:

MyDataObject:
    extensions:
        - WebbuildersGroup\FluentWorkflow\Extensions\FluentWorkflowEmbargoExpiryExtension

Versions

Install composer require webbuilders-group/silverstripe-fluent-workflow dev-master

Requires

  • silverstripe/framework: ^4.0
  • tractorcow/silverstripe-fluent: ~4.2
  • symbiote/silverstripe-advancedworkflow: ~5.2