GenericWorkflowFile¶
-
class
lsst.ctrl.bps.GenericWorkflowFile(name: str, src_uri: str = None, wms_transfer: bool = False, job_access_remote: bool = False, job_shared: bool = False)¶ Bases:
objectInformation about a file that may be needed by various workflow management services.
Attributes Summary
job_access_remoteWhether the job can remotely access file (using separately specified file access protocols). job_sharedWhether job requires its own copy of this file. nameLookup key (logical file name) of file/directory. src_uriOriginal location of file/directory. wms_transferWhether the WMS should ignore file or not. Attributes Documentation
-
job_access_remote¶ Whether the job can remotely access file (using separately specified file access protocols). Default is False.
Whether job requires its own copy of this file. Default is False.
-
name¶ Lookup key (logical file name) of file/directory. Must be unique within run.
-
src_uri¶ Original location of file/directory.
-
wms_transfer¶ Whether the WMS should ignore file or not. Default is False.
-