get_workflow_name#

lsst.ctrl.bps.parsl.get_workflow_name(config: BpsConfig) str#

Get name of this workflow.

The workflow name is constructed by joining the project and campaign (if set; otherwise operator) entries in the BPS configuration.

If project is not set, then use outputRun as the workflow name.

Parameters#

configlsst.ctrl.bps.BpsConfig

BPS configuration.

Returns#

namestr

Workflow name.