GenericWorkflowExec¶
- class lsst.ctrl.bps.GenericWorkflowExec(name: str, src_uri: str = None, transfer_executable: bool = False)¶
- Bases: - object- Information about an executable that may be needed by various workflow management services. - Attributes Summary - Lookup key (logical file name) of executable. - Original location of executable. - Whether the WMS/plugin is responsible for staging executable to location usable by job. - Attributes Documentation