symbiote-library/silverstripe-workflow-actions 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

symbiote-library/silverstripe-workflow-actions

最新稳定版本:1.4.2

Composer 安装命令:

composer require symbiote-library/silverstripe-workflow-actions

包简介

A collection of useful workflow actions

README 文档

README

Build Status Latest Stable Version Latest Unstable Version Total Downloads License

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 & 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 require symbiote/silverstripe-workflow-actions:~1.0

Requirements

  • SilverStripe 4.1+

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'

统计信息

  • 总下载量: 9.32k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 6
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2019-04-03

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固