Skip to content

Commit f6905a3

Browse files
authored
show history event count (#700)
1 parent c012698 commit f6905a3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/views/workflow-summary-tab/config/workflow-summary-tab-details.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ const workflowSummaryTabDetailsConfig: WorkflowSummaryTabDetailsConfig[] = [
8989
hide: ({ firstEvent }) =>
9090
!firstEvent?.workflowExecutionStartedEventAttributes?.cronSchedule,
9191
},
92+
{
93+
key: 'historyEventsCount',
94+
getLabel: () => 'History events',
95+
valueComponent: ({ workflowDetails }) =>
96+
workflowDetails.workflowExecutionInfo?.historyLength,
97+
},
9298
{
9399
key: 'taskList',
94100
getLabel: () => 'Task list',

0 commit comments

Comments
 (0)