wwwision/neos-taskmodule

Neos Backend Module for the Flowpack.Task scheduler

Maintainers

👁 bwaidelich

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: 13 992

Dependents: 0

Suggesters: 0

Stars: 7

Open Issues: 0

1.2.0 2023-01-20 10:49 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT c91d33c9a0bca874d60b6b93e38aeb36b08c236c

This package is auto-updated.

Last update: 2026-06-20 18:23:26 UTC


README

Neos Backend Module for the Flowpack.Task task scheduler:

👁 Task overview

👁 Task details

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