runner_functions
no_op_submit_setup_call(*, wftask, workflow_dir_local, workflow_dir_remote, which_type)
¶
Default (no-operation) interface of submit_setup_call in V2.
Source code in fractal_server/app/runner/v2/runner_functions.py
62 63 64 65 66 67 68 69 70 71 72 |
|
run_v2_task_non_parallel(*, images, zarr_dir, task, wftask, workflow_dir_local, workflow_dir_remote=None, executor, logger_name=None, submit_setup_call=no_op_submit_setup_call)
¶
This runs server-side (see executor
argument)
Source code in fractal_server/app/runner/v2/runner_functions.py
109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 |
|