Cannot start thumbnail generation processes
- Create a process anywhere.
- Select any element in the filtering page.
- Open Advanced settings and click on Generate thumbnails.
- Click on Run process.
- Watch the 400 error!
This is caused by worker activities now being enabled by default: the frontend just sends {"thumbnails": true, "worker_activity": true}
, but worker activities are forbidden on thumbnail generation. The frontend should only send worker_activity: true
when not generating thumbnails.