_submit_setup
Submodule to define _local_submit_setup
_local_submit_setup(*, wftask, workflow_dir_local=None, workflow_dir_remote=None, which_type)
¶
Collect WorfklowTask-specific configuration parameters from different sources, and inject them for execution.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
wftask |
WorkflowTaskV2
|
WorkflowTask for which the configuration is to be assembled |
required |
workflow_dir_local |
Optional[Path]
|
Not used in this function. |
None
|
workflow_dir_remote |
Optional[Path]
|
Not used in this function. |
None
|
Returns:
Name | Type | Description |
---|---|---|
submit_setup_dict |
dict[str, object]
|
A dictionary that will be passed on to
|
Source code in fractal_server/app/runner/v2/_local/_submit_setup.py
22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 |
|