From eff18dcedea09eeafebbd1acd5846a88ff5ec94e Mon Sep 17 00:00:00 2001 From: Assem Hafez Date: Wed, 20 Nov 2024 19:40:26 +0000 Subject: [PATCH] Show workflowExecution as link --- .../config/workflow-history-event-details.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/workflow-history/config/workflow-history-event-details.config.ts b/src/views/workflow-history/config/workflow-history-event-details.config.ts index 9de7afeac..43bc6e47a 100644 --- a/src/views/workflow-history/config/workflow-history-event-details.config.ts +++ b/src/views/workflow-history/config/workflow-history-event-details.config.ts @@ -42,7 +42,8 @@ const workflowHistoryEventDetailsConfig = [ }, { name: 'WorkflowExecution as link', - pathRegex: '(parentWorkflowExecution|externalWorkflowExecution)$', + pathRegex: + '(parentWorkflowExecution|externalWorkflowExecution|workflowExecution)$', valueComponent: ({ entryValue, domain, cluster }) => { return createElement(WorkflowHistoryEventDetailsExecutionLink, { domain,