equals func on exec + draft container subobject

This commit is contained in:
mr 2024-09-27 08:53:14 +02:00
parent 3d58416d9b
commit 0ac55a0ec1

View File

@ -86,7 +86,7 @@ type WorkflowExecution struct {
}
func (wfa *WorkflowExecution) Equals(we *WorkflowExecution) bool {
return wfa.UUID == we.UUID && wfa.ExecDate.Equal(*we.ExecDate) && wfa.WorkflowID == we.WorkflowID
return wfa.ExecDate.Equal(*we.ExecDate) && wfa.WorkflowID == we.WorkflowID
}
// tool to transform the argo status to a state