15407: Fixes handling of runtime constraints and scheduling params.
[arvados-workbench2.git] / src / store / run-process-panel / run-process-panel-actions.ts
index 5b082b8c28eaffc19199f8f757fd5fa4f0b4a5eb..b543b160704bae5b8aa4ab60b23c62692e322b48 100644 (file)
@@ -135,7 +135,7 @@ export const runProcess = async (dispatch: Dispatch<any>, getState: () => RootSt
                 api: advancedForm[API_FIELD],
             },
             schedulingParameters: {
-                maxRunTime: advancedForm[RUNTIME_FIELD]
+                max_run_time: advancedForm[RUNTIME_FIELD]
             },
             containerImage: 'arvados/jobs',
             cwd: '/var/spool/cwl',