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: object

Information about a file that may be needed by various workflow management services.

Attributes Summary

job_access_remote Whether the job can remotely access file (using separately specified file access protocols).
job_shared Whether job requires its own copy of this file.
name Lookup key (logical file name) of file/directory.
src_uri Original location of file/directory.
wms_transfer Whether 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.

job_shared

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.