Revert "Refactored CronWorkflow message."

This reverts commit 59cbf7d15e.
This commit is contained in:
Aleksandr Melnikov
2020-03-30 14:06:02 -07:00
parent e5e3bcfd2e
commit e6a0bd8549
6 changed files with 122 additions and 133 deletions

View File

@@ -57,10 +57,6 @@ func apiWorkflowExecution(wf *v1.WorkflowExecution) (workflow *api.WorkflowExecu
return
}
func GenApiWorkflowTemplate(wft *v1.WorkflowTemplate) *api.WorkflowTemplate {
return apiWorkflowTemplate(wft)
}
func apiWorkflowTemplate(wft *v1.WorkflowTemplate) *api.WorkflowTemplate {
return &api.WorkflowTemplate{
Uid: wft.UID,