New
This commit is contained in:
@@ -48,7 +48,7 @@ func (wfa *WorkflowExecutionMongoAccessor) UpdateOne(set map[string]interface{},
|
||||
}
|
||||
return utils.GenericUpdateOne(map[string]interface{}{
|
||||
"state": set["state"],
|
||||
}, id, wfa, &WorkflowExecution{})
|
||||
}, id, wfa)
|
||||
}
|
||||
|
||||
func (a *WorkflowExecutionMongoAccessor) LoadOne(id string) (utils.DBObject, int, error) {
|
||||
|
||||
Reference in New Issue
Block a user