X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/5729de6b47d3e1bf40f4b2869ffcc6fbf88d0085..20798b41fd3a5c012141391403d7caf066f46086:/src/store/processes/process.ts diff --git a/src/store/processes/process.ts b/src/store/processes/process.ts index 1063d0bd..a31fd9ea 100644 --- a/src/store/processes/process.ts +++ b/src/store/processes/process.ts @@ -134,8 +134,10 @@ export const getProcessStatus = ({ containerRequest, container }: Process): Proc case containerRequest.state === ContainerRequestState.FINAL && container?.state === ContainerState.RUNNING: - // It's right about to be completed but we haven't - // gotten the updated container record yet + // It is about to be completed but we haven't + // gotten the updated container record yet, + // if we don't catch this and show it as "Running" + // it will flicker "Cancelled" briefly return ProcessStatus.RUNNING; case containerRequest.state === ContainerRequestState.FINAL &&