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
name
Lookup key (logical file name) of executable. src_uri
Original location of executable. transfer_executable
Whether the WMS/plugin is responsible for staging executable to location usable by job. Attributes Documentation
-
name
¶ Lookup key (logical file name) of executable. Must be unique within run.
-
src_uri
¶ Original location of executable.
-
transfer_executable
¶ Whether the WMS/plugin is responsible for staging executable to location usable by job.
-