Skip to content

Commit 43f2c11

Browse files
authored
Show continuedExecutionRunId to a link in wf history (#876)
1 parent 4cdf198 commit 43f2c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/workflow-history/config/workflow-history-event-details.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const workflowHistoryEventDetailsConfig = [
7373
{
7474
name: 'RunIds as link',
7575
pathRegex:
76-
'(firstExecutionRunId|originalExecutionRunId|newExecutionRunId)$',
76+
'(firstExecutionRunId|originalExecutionRunId|newExecutionRunId|continuedExecutionRunId)$',
7777
valueComponent: ({ entryValue, domain, cluster, workflowId }) => {
7878
return createElement(WorkflowEventDetailsExecutionLink, {
7979
domain,

0 commit comments

Comments
 (0)