In some cases i run a heavy rate of workflow requests on tempolar, some of these workflow requests marked as a Running workflow from List But from workflow details page is Completed. why this behavior could happened ?
List view shows info from your configured visibility store. Details page gets info from your primary persistence store. Visibility store is eventually consistent meaning history service creates visibility tasks to be moved over to your vis store, this can typically take 2 to 3 seconds, but can take longer during high load or issues with visibility store such as overload.
Does the list view eventually reflect the correct status or not? Do you have server metrics se we can take a look at any possible issues with history service moving visibility tasks?