mongo stability debug + zoom

This commit is contained in:
mr
2024-08-02 15:06:40 +02:00
parent fa52c71e93
commit efa73d8a45
3 changed files with 6 additions and 1 deletions

View File

@@ -107,7 +107,7 @@ func (wfa *workflowMongoAccessor) execute(workflow *Workflow) {
}
resource, _, err := accessor.Search(filters, "")
if err == nil && len(resource) > 0 {
fmt.Println(workflow.Processings, resource[0].GetID())
fmt.Println(workflow.Serialize(), resource[0].GetID())
accessor.UpdateOne(&workspace.Workspace{
Active: true,
ResourceSet: resources.ResourceSet{