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

Lookup key (logical file name) of executable. Must be unique within run.

src_uri: str

Original location of executable.

transfer_executable: bool

Whether the WMS/plugin is responsible for staging executable to location usable by job.