wwwision/neos-taskmodule

Neos Backend Module for the Flowpack.Task scheduler

Maintainers

Package info

github.com/bwaidelich/Wwwision.Neos.TaskModule

Language:HTML

Type:neos-package

pkg:composer/wwwision/neos-taskmodule

Fund package maintenance!

bwaidelich

Paypal

Statistics

Installs: 12 352

Dependents: 0

Suggesters: 0

Stars: 7

Open Issues: 0

1.2.0 2023-01-20 10:49 UTC

This package is auto-updated.

Last update: 2026-02-20 17:27:39 UTC


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