Open brightsparc opened 4 years ago
Hi ,
Thanks for your valuable comment. Any resolution you can suggest ?
Hi, Any update on the issue fix?
Hello @brightsparc , Sorry for the late response!
Thanks for bringing this to our attention - I was able to reproduce this error with the hello_world_workflow example.
Tagging it as a bug
and keeping it on our radar.
Hi. I made a quick fix in my code: in the file stepfunctions.workflow.widgets.events_table, just add the two lines at the end of the file
def _load_json(self, value): try: return json.loads(value) except ValueError: return value except TypeError: # These are the added lines to fix the AWS bug. return value
When an event includes boolean properties the
execution.list_events(html=True)
method fails with error:This is due to the
{'truncated': False}
value in the following event: