Templates can be created from and applied to non-workers processes
- Import a random file.
- call
CreateProcessTemplate
on the import process. - You now get a template with the fake file import worker version in it!
- Rename the template to
Cry
.
- Find a random very old process that is not of the Workers or Dataset mode, and that has been cleaned up. The
cleanup
command no longer deletes processes, it just empties them. - Call
ApplyProcessTemplate
with a random template on that process. - Rename the process to
Cry (2)
.
CreateProcessTemplate
and ApplyProcessTemplate
should be restricted to Workers
and Dataset
processes.