get_file_paths#

lsst.ctrl.bps.parsl.get_file_paths(workflow: GenericWorkflow, name: str) dict[str, str]#

Extract file paths for a job.

Parameters#

workflowGenericWorkflow

BPS workflow that knows the file paths.

namestr

Job name.

Returns#

pathsdict mapping str to str

File paths for job, indexed by symbolic name.