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.- Parameters:
- config
lsst.ctrl.bps.BpsConfig BPS configuration.
- config
- Returns:
- name
str Workflow name.
- name