Merge branch 'master' into 14225-prepare-structure-and-init-stepper
[arvados-workbench2.git] / src / store / navigation / navigation-action.ts
index c8a554c7651ea5d5f955ab11bb91051ee96626b2..48bd606e41b146d1f73849d27e3957a84ab9fee8 100644 (file)
@@ -55,3 +55,5 @@ export const navigateToRootProject = (dispatch: Dispatch, getState: () => RootSt
 };
 
 export const navigateToSharedWithMe = push(Routes.SHARED_WITH_ME);
+
+export const navigateToRunProcess = push(Routes.RUN_PROCESS);
\ No newline at end of file