Create default resconfig for systems without Slurm
On one hand, WFEngine strictly require resconfig (due to worker name validation). On the other hand, the WorkerConfig.from_scratch()
method does not create a worker if Slurm is not found. There should be a default worker (and default resconfig) even if Slurm is not available on the computer.