GenericWorkflowExec¶
-
class
lsst.ctrl.bps.GenericWorkflowExec(name: str, src_uri: str = None, transfer_executable: bool = False)¶ Bases:
objectInformation about an executable that may be needed by various workflow management services.
Attributes Summary
nameLookup key (logical file name) of executable. src_uriOriginal location of executable. transfer_executableWhether 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.
-