First stable release of the Tasks API.
- Create custom task definitions
- Update / Delete tasks and subtasks
- React to task changes in events using BullMQ
- Protected by JWT (no validation)
- Sandboxed using JWT issuer (
iss
) - Tasks can be assigned to JWT subject (
sub
) - JWT scopes:
tasks.admin
,tasks.create
- Users have access to tasks assigned to them
- Sandboxed using JWT issuer (
- Return statistics for your tasks
- Search / filter tasks