Merge branch '15557-rerun-workflow' into main. Closes #15557
[arvados-workbench2.git] / src / store / workbench / workbench-actions.ts
index cf00ed180bc939995cf4ff457e4e0d418dd5d3b0..1cf71706420fc6c7be736b9d8e4282cdf94ace47 100644 (file)
@@ -664,6 +664,7 @@ export const copyProcess =
                         kind: SnackbarKind.SUCCESS,
                     })
                 );
+                dispatch<any>(navigateTo(process.uuid));
             } catch (e) {
                 dispatch(
                     snackbarActions.OPEN_SNACKBAR({