debugging workflow_execution + search invest

This commit is contained in:
mr
2024-07-29 17:05:39 +02:00
parent 3e72510d53
commit dc30412f2e
2 changed files with 4 additions and 4 deletions

View File

@@ -59,7 +59,7 @@ func (d *WorkflowExecution) GetName() string {
func (d *WorkflowExecution) GetAccessor() utils.Accessor {
data := &WorkflowExecutionMongoAccessor{}
data.SetLogger(utils.WORKFLOW)
data.SetLogger(utils.WORKFLOW_EXECUTION)
return data
}