hpcflow.sdk.core.input_sources.validate_specified_source#
- hpcflow.sdk.core.input_sources.validate_specified_source(specified, available, workflow, input_path, task_uq_name='')#
Check a specified input source is valid, given the list of available sources.
- Parameters:
specified (InputSource)
available (Sequence[InputSource])
workflow (Workflow)
input_path (str)
task_uq_name (str)
- Return type: