19699: Add option to defer downloads
[arvados.git] / sdk / cwl / arvados_cwl / executor.py
index a30c0fff5d316c25e867a077819e04f83f5554cc..84a9799f6101cdb4b4566a759a9e0ccebe2442b8 100644 (file)
@@ -206,6 +206,8 @@ The 'jobs' API is no longer supported.
         self.toplevel_runtimeContext.make_fs_access = partial(CollectionFsAccess,
                                                      collection_cache=self.collection_cache)
 
+        self.defer_downloads = arvargs.submit and arvargs.defer_downloads
+
         validate_cluster_target(self, self.toplevel_runtimeContext)