We now support passing the autoArchive flag when initiating a transfer. However, this flag isn't included in the globus_transfer_job created in SciCat. This is fine as long as the globus service stays up. However, if the service restarts it will reset the autoArchive flag of all active jobs to true (as mentioned in #36). Instead we should store this flag in the job and restore it properly.
We now support passing the autoArchive flag when initiating a transfer. However, this flag isn't included in the
globus_transfer_jobcreated in SciCat. This is fine as long as the globus service stays up. However, if the service restarts it will reset the autoArchive flag of all active jobs totrue(as mentioned in #36). Instead we should store this flag in the job and restore it properly.