add is_system to workflow_templates for sys workflows

This commit is contained in:
rushtehrani
2020-05-10 20:42:33 -07:00
parent 1a387f6c72
commit 6c785ed2a6
4 changed files with 11 additions and 1 deletions

View File

@@ -169,6 +169,7 @@ type WorkflowTemplate struct {
Versions int64 `db:"versions"` // How many versions there are of this template total.
IsLatest bool
IsArchived bool `db:"is_archived"`
IsSystem bool `db:"is_system"`
ArgoWorkflowTemplate *wfv1.WorkflowTemplate
Labels map[string]string
WorkflowExecutionStatisticReport *WorkflowExecutionStatisticReport