diff --git a/swarms/structs/concurrent_workflow.py b/swarms/structs/concurrent_workflow.py index 31e1200d..9529c192 100644 --- a/swarms/structs/concurrent_workflow.py +++ b/swarms/structs/concurrent_workflow.py @@ -98,4 +98,4 @@ class ConcurrentWorkflow(BaseStructure): Returns: _type_: _description_ """ - return task.run() + return task.execute()