PHPackages                             symbiote-library/silverstripe-workflow-actions - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. symbiote-library/silverstripe-workflow-actions

ActiveSilverstripe-vendormodule[Utility &amp; Helpers](/categories/utility)

symbiote-library/silverstripe-workflow-actions
==============================================

A collection of useful workflow actions

1.4.2(4y ago)09.3k5[2 issues](https://github.com/nyeholt/silverstripe-workflow-actions/issues)BSD-3-ClausePHPCI failing

Since Oct 15Pushed 4y ago1 watchersCompare

[ Source](https://github.com/nyeholt/silverstripe-workflow-actions)[ Packagist](https://packagist.org/packages/symbiote-library/silverstripe-workflow-actions)[ RSS](/packages/symbiote-library-silverstripe-workflow-actions/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (5)Versions (13)Used By (0)

Workflow Actions
================

[](#workflow-actions)

[![Build Status](https://camo.githubusercontent.com/ead7ea8949016e7b02f50a7c574506f02cf9bc24378de180b2af822d878373df/68747470733a2f2f7472617669732d63692e6f72672f73796d62696f74652f73696c7665727374726970652d776f726b666c6f772d616374696f6e732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/symbiote/silverstripe-workflow-actions)[![Latest Stable Version](https://camo.githubusercontent.com/e6f33078a5feea29bcc7c8572c8c2d230379b415e70a157dc76e1bcdaeac12ae/68747470733a2f2f706f7365722e707567782e6f72672f73796d62696f74652f73696c7665727374726970652d776f726b666c6f772d616374696f6e732f76657273696f6e2e737667)](https://github.com/symbiote/silverstripe-workflow-actions/releases)[![Latest Unstable Version](https://camo.githubusercontent.com/16dcfe315a2fe017295b84fb54f7a73c135be843ebe5d6f3415ec31fff20af57/68747470733a2f2f706f7365722e707567782e6f72672f73796d62696f74652f73696c7665727374726970652d776f726b666c6f772d616374696f6e732f762f756e737461626c652e737667)](https://packagist.org/packages/symbiote/silverstripe-workflow-actions)[![Total Downloads](https://camo.githubusercontent.com/00a1421fe4073193a7203b9768436554db8526f1837cdc7f7333cdf719697abc/68747470733a2f2f706f7365722e707567782e6f72672f73796d62696f74652f73696c7665727374726970652d776f726b666c6f772d616374696f6e732f646f776e6c6f6164732e737667)](https://packagist.org/packages/symbiote/silverstripe-workflow-actions)[![License](https://camo.githubusercontent.com/509981998511ad3225c3f83f6e9ee37178fd5e6a57c68c9235dcee236d6a3dc6/68747470733a2f2f706f7365722e707567782e6f72672f73796d62696f74652f73696c7665727374726970652d776f726b666c6f772d616374696f6e732f6c6963656e73652e737667)](https://github.com/symbiote/silverstripe-workflow-actions/blob/master/LICENSE.md)

A set of workflow actions and extensions to extend the normal Advanced Workflow functionality

- Assign Content Approvers - allows you to specify an approver group and publisher group for particular content trees, that the workflow can use for assignment. Allows more flexible workflow definitions.
- ElementalPageWorkflowExtension &amp; WorkflowedElement - allows tracking of changes on elements on parent pages to ensure workflow processes can be run at the parent page level.
- RightsideWorkflow - Moves workflow interaction to a sidebar rather than being hidden on a tab

Composer Install
----------------

[](#composer-install)

```
composer require symbiote/silverstripe-workflow-actions:~1.0

```

Requirements
------------

[](#requirements)

- SilverStripe 4.1+

Documentation
-------------

[](#documentation)

Add the following configuration, depending on needs

```
Page:
  extensions:
    - Symbiote\AdvancedWorkflow\Extension\ContentApproversExtension

# If using elemental, this helps track changes on elements in the containing
# parent page for review processes.
Page:
  extensions:
    - Symbiote\AdvancedWorkflow\Extension\ElementalPageWorkflowExtension
BaseElement:
  extensions:
    - Symbiote\AdvancedWorkflow\Extension\WorkflowedElement

# If using the **Timeout Transition Action**, you'll want to add this
# config to setup the **Workflow Timeout Job** as a default job
---
Name: workflow_actions_jobs
Only:
  moduleexists: symbiote/silverstripe-queuedjobs
---
SilverStripe\Core\Injector\Injector:
  Symbiote\QueuedJobs\Services\QueuedJobService:
    properties:
      defaultJobs:
        WorkflowTimeoutJob:
          type: 'Symbiote\AdvancedWorkflow\Jobs\WorkflowTimeoutJob'
          filter:
            JobTitle: 'Workflow Timeout Job'
          construct:
            -
          startDateFormat: 'Y-m-d H:i:s'
          # FREQUENCY OF TIMEOUT CHECKS
          startTimeString: 'now + 1 hour'
          recreate: 1
          # ADMIN EMAIL HERE
          email: 'admin@example.com'

```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~85 days

Recently: every ~137 days

Total

12

Last Release

1464d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/25cb1c56a7ab949d1e6b28a2a04862ce1cffe1799a291e1797f8dfd33cd83716?d=identicon)[nyeholt](/maintainers/nyeholt)

---

Top Contributors

[![nyeholt](https://avatars.githubusercontent.com/u/161730?v=4)](https://github.com/nyeholt "nyeholt (20 commits)")

---

Tags

silverstripesymbioteadvanced workflow

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/symbiote-library-silverstripe-workflow-actions/health.svg)

```
[![Health](https://phpackages.com/badges/symbiote-library-silverstripe-workflow-actions/health.svg)](https://phpackages.com/packages/symbiote-library-silverstripe-workflow-actions)
```

###  Alternatives

[symbiote/silverstripe-addressable

SilverStripe addressable and geocoding module

2985.1k7](/packages/symbiote-silverstripe-addressable)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
