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 ff026996e..e66a14a17 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 @@ -20,6 +20,11 @@ const workflowHistoryEventDetailsConfig = [ pathRegex: '(taskId|eventType)$', hide: () => true, }, + { + name: 'Filter invalid/unset CronOverlapPolicy', + path: 'cronOverlapPolicy', + hide: ({ value }) => !value || value === 'CRON_OVERLAP_POLICY_INVALID', + }, { name: 'Not set placeholder', customMatcher: ({ value, path }) => {