wwwision/neos-taskmodule
最新稳定版本:1.2.0
Composer 安装命令:
composer require wwwision/neos-taskmodule
包简介
Neos Backend Module for the Flowpack.Task scheduler
README 文档
README
Neos Backend Module for the Flowpack.Task task scheduler:
Usage
Install package via composer:
composer require wwwision/neos-taskmodule
And navigate to the new tasks module at /neos/administration/tasks
Access control
This module is accessible for Neos.Neos:Administrator only by default but the access level can be
granted to roles via Policy.yaml:
roles: 'Some.Package:SomeRole': privileges: - privilegeTarget: 'Wwwision.Neos.TaskModule:Module' permission: GRANT
This would grant uses with the role Some.Package:SomeRole access to the module itself.
To allow users to schedule individual or all tasks, the Wwwision.Neos.TaskModule:Tasks.RunSingle
and/or Wwwision.Neos.TaskModule:Tasks.RunAll privilege targets can be granted, too.
Acknowledgements
The development of this package was partly sponsored by brandung GmbH. Thank you for supporting Open Source development!
Contribution
Contributions in the form of issues or pull requests are highly appreciated. Please note: This package is mainly a UI for Flowpack.Task. Bugs and feature requests for the core functionality should be reported there.
License
See LICENSE
统计信息
- 总下载量: 11.69k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-12-17

