cors/workflow-gui
Composer 安装命令:
composer require cors/workflow-gui
包简介
Workflow Configuration UI for Pimcore
README 文档
README
Requirements
- Pimcore 10.0.x
Workflow GUI adds a User Interface for configuring Pimcore Workflows.
Getting started
- Install via composer
composer require cors/workflow-gui - Enable via command-line (or inside the pimcore extension manager):
bin/console pimcore:bundle:enable WorkflowGuiBundle - Install via command-line (or inside the pimcore extension manager):
bin/console pimcore:bundle:install WorkflowGuiBundle - Make sure that the Bundles generated config is loaded (config/config.yaml):
../var/bundles/workflow-gui/workflow.yml
Example workflow
Put the workflow below in the following location var/bundles/workflow-gui/workflow.yml and change the class Pimcore\Model\DataObject\Test to the dataobject you want to apply it to.
pimcore: workflows: exampleWorkflow: enabled: true priority: 1 label: 'Example workflow' initial_markings: placeA type: workflow audit_trail: enabled: true marking_store: type: state_table support_strategy: type: expression arguments: - Pimcore\Model\DataObject\Test - is_fully_authenticated() places: placeA: visibleInHeader: true title: 'Place A' label: 'Place A' color: '#eb0058' placeB: title: 'Place B' visibleInHeader: true label: 'Place B' color: '#00800f' transitions: placeAtoB: from: - placeA to: - placeB options: label: 'Place A to B' changePublishedState: no_change notes: commentEnabled: false additionalFields: { } globalActions: { }
Configuration
- Inside your project, go to settings -> Workflows
- Click in Add Workflow and enter the name of the new Workflow
- At the Settings tab, the Label property is a required field
- At the Supports tab, the Class property is a required field
- At the Places tab, the Places are a required field
- At the Transitions tab, the Transitions are a required field
For more information about the available options and description of the fields, go to the following URL: Pimcore-Documentation/WorkflowManagement/ConfigurationDetails
Workflow History
In the "Notes & Events" tab, there is a list with every action used on the object via the Workflow module.
Workflow Overview
If workflows are configured for a Pimcore element, an additional tab with workflow details like all configured workflows, their current places, and a workflow graph is added to Pimcore element detail page.
To render the graph, Graphviz is needed as an additional system requirement.
cors/workflow-gui 适用场景与选型建议
cors/workflow-gui 是一款 基于 JavaScript 开发的 Composer 扩展包,目前已累计 6.88k 次下载、GitHub Stars 达 4, 最近一次更新时间为 2021 年 11 月 18 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「pimcore」 「imports」 「pimcore-plugin」 「pimcore-bundle」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 cors/workflow-gui 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 cors/workflow-gui 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 cors/workflow-gui 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Workflow Configuration UI for Pimcore
Pimcore 5.x Website Indexer (powered by Zend Search Lucene)
Data Definitions allows you to define your DataObject Imports and Exports using a nice GUI and re-run the definitions as often you like.
Library for parallel running tasks
Integration module allows to integrate Pimcore platform with Magento 2
Parallel task logger DB implementation
统计信息
- 总下载量: 6.88k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 11
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2021-11-18