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 f15b7db commit 47c85c1Copy full SHA for 47c85c1
dbos/_conductor/conductor.py
@@ -340,7 +340,7 @@ def run(self) -> None:
340
list_steps_message = p.ListStepsRequest.from_json(message)
341
step_info = None
342
try:
343
- self.dbos._sys_db.list_workflow_steps(
+ step_info = self.dbos._sys_db.list_workflow_steps(
344
list_steps_message.workflow_id
345
)
346
except Exception as e:
0 commit comments