From b104bb15d23084f00745384b90845ad459181188 Mon Sep 17 00:00:00 2001 From: Michal Klobukowski Date: Thu, 27 Dec 2018 14:56:18 +0100 Subject: [PATCH] Restore --api parameter to process command accordgin to 'Using the deprecated 'jobs' API.' warning. Feature #13708 Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski --- src/store/run-process-panel/run-process-panel-actions.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/run-process-panel/run-process-panel-actions.ts b/src/store/run-process-panel/run-process-panel-actions.ts index 793d865a..12d1eeb1 100644 --- a/src/store/run-process-panel/run-process-panel-actions.ts +++ b/src/store/run-process-panel/run-process-panel-actions.ts @@ -141,6 +141,7 @@ export const runProcess = async (dispatch: Dispatch, getState: () => RootSt cwd: '/var/spool/cwl', command: [ 'arvados-cwl-runner', + '--api=containers', '/var/lib/cwl/workflow.json#main', '/var/lib/cwl/cwl.input.json' ], -- 2.39.5