@@ -421,20 +421,21 @@ func WorkflowExecutionInfo(t *apiv1.WorkflowExecutionInfo) *shared.WorkflowExecu
421421 return nil
422422 }
423423 return & shared.WorkflowExecutionInfo {
424- Execution : WorkflowExecution (t .WorkflowExecution ),
425- Type : WorkflowType (t .Type ),
426- StartTime : timeToUnixNano (t .StartTime ),
427- CloseTime : timeToUnixNano (t .CloseTime ),
428- CloseStatus : WorkflowExecutionCloseStatus (t .CloseStatus ),
429- HistoryLength : & t .HistoryLength ,
430- ParentDomainId : ParentDomainID (t .ParentExecutionInfo ),
431- ParentExecution : ParentWorkflowExecution (t .ParentExecutionInfo ),
432- ExecutionTime : timeToUnixNano (t .ExecutionTime ),
433- Memo : Memo (t .Memo ),
434- SearchAttributes : SearchAttributes (t .SearchAttributes ),
435- AutoResetPoints : ResetPoints (t .AutoResetPoints ),
436- TaskList : & t .TaskList ,
437- IsCron : & t .IsCron ,
424+ Execution : WorkflowExecution (t .WorkflowExecution ),
425+ Type : WorkflowType (t .Type ),
426+ StartTime : timeToUnixNano (t .StartTime ),
427+ CloseTime : timeToUnixNano (t .CloseTime ),
428+ CloseStatus : WorkflowExecutionCloseStatus (t .CloseStatus ),
429+ HistoryLength : & t .HistoryLength ,
430+ ParentDomainId : ParentDomainID (t .ParentExecutionInfo ),
431+ ParentExecution : ParentWorkflowExecution (t .ParentExecutionInfo ),
432+ ExecutionTime : timeToUnixNano (t .ExecutionTime ),
433+ Memo : Memo (t .Memo ),
434+ SearchAttributes : SearchAttributes (t .SearchAttributes ),
435+ AutoResetPoints : ResetPoints (t .AutoResetPoints ),
436+ TaskList : & t .TaskList ,
437+ IsCron : & t .IsCron ,
438+ CronOverlapPolicy : CronOverlapPolicy (t .CronOverlapPolicy ),
438439 }
439440}
440441
0 commit comments