zenaton/zenaton-python

Task execution fails when passing an Event as task argument due likely to serialization issue of Event object

florianjourda opened this issue · 3 comments

Screen Shot 2019-06-27 at 15 08 14

Exception comes from def import_class(self, workflow_name, class_name): where workflow_name = None, class_name= CompleteRiderTypeformEvent and self.boot = None

This should be fixed in the next release of the agent.

@florianjourda can you confirm it's fixed with last version of Agent ans SDK (0.3.4), please?

Yep, I confirm that it's fixed.