conductor-sdk / conductor-python

Conductor OSS SDK for Python programming language
Apache License 2.0
59 stars 30 forks source link

Task Handler and workflow.results erroring out in 1.0.69 #169

Closed coderabhigupta closed 1 year ago

coderabhigupta commented 1 year ago

1.) Our workflow worker class/pattern gets an error trying to startup on using TaskHandler from conductor-python as a context manager: with TaskHandler(self.workers, configuration) as task_handler: with AttributeError 'Name' object has no attribute 'value' (this works on our current version 1.0.37

2.) We still see 'NoneType' object is not iterable when trying to iterate on the workflow.results : for wf in workflows.results