wwwision / neos-taskmodule
Neos Backend Module for the Flowpack.Task scheduler
Fund package maintenance!
bwaidelich
Paypal
Installs: 9 425
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 3
Forks: 2
Open Issues: 0
Language:HTML
Type:neos-package
Requires
- php: >=7.4
- flowpack/task: ^1.1
- lorisleiva/cron-translator: ^0.3
- neos/neos: ^7.0 || ^8.0
Requires (Dev)
- roave/security-advisories: dev-latest
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