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
projectandcampaign(if set; otherwiseoperator) entries in the BPS configuration.If
projectis not set, then useoutputRunas the workflow name.Parameters#
- config
lsst.ctrl.bps.BpsConfig BPS configuration.
Returns#
- name
str Workflow name.
- config