We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c5fa8 commit 904f8c7Copy full SHA for 904f8c7
src/agentex/lib/core/temporal/workers/worker.py
@@ -133,6 +133,9 @@ async def run(
133
if debug_enabled:
134
logger.info("🐛 [WORKER] Temporal debug mode enabled - deadlock detection disabled")
135
136
+ if workflow is None and workflows is None:
137
+ raise ValueError("Either workflow or workflows must be provided")
138
+
139
worker = Worker(
140
client=temporal_client,
141
task_queue=self.task_queue,
0 commit comments