We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36e192b + 635dbcc commit ecce835Copy full SHA for ecce835
app/javascript/components/request-workflow-status/data.js
@@ -89,7 +89,7 @@ export const workflowStatusData = (response) => {
89
return undefined;
90
}
91
const rows = response.context ? rowData(response.context) : [];
92
- if (response.context && response.context.State) {
+ if (response.context && response.context.State && !response.context.State.FinishedTime) {
93
const state = response.context.State;
94
const currentTime = new Date(); // Date Object for current time
95
const oldTime = Date.parse(state.EnteredTime); // ms since start time to entered time in UTC
0 commit comments