When adding a SubFolder that includes a job_list, then the WorkflowDefaults do not make it down to the job level. Example ``` workflow.add(SubFolder('sub_name', job_list=job_list), inpath='my_root_folder') ```