Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Commit

Permalink
Show summary details independent from history events (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
feedmeapples authored May 26, 2021
1 parent 44073a7 commit 4775a20
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/routes/workflow/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,11 @@ export default {
this.workflow = wf;
this.isWorkflowRunning = !wf.workflowExecutionInfo.closeTime;
this.baseApiUrlRetryCount = 0;
this.summary = getSummary({
events: this.events,
isWorkflowRunning: this.isWorkflowRunning,
workflow: this.workflow,
});
},
error => {
this.$emit('onNotification', {
Expand Down

0 comments on commit 4775a20

Please sign in to comment.